:root{--page-bg:#f4f6fa;--surface:#ffffff;--surface-strong:#0a1128;--surface-accent:#0f1c3f;--text-main:#1c2434;--text-muted:#62728d;--text-light:#f8fafc;--accent:#0052cc;--accent-green:#00b074;--accent-gold:#ffb800;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.header-nav{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:1030}.header-nav .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.header-nav .navbar-brand img{height:40px;width:auto}.header-nav .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}.header-nav .nav-link:hover,.header-nav .nav-link.active{color:var(--accent-gold)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,var(--surface-accent) 100%);color:var(--text-light);padding:80px 0 60px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-tag{background:rgba(0,176,116,0.2);color:var(--accent-green);padding:6px 16px;border-radius:30px;font-weight:600;display:inline-block;margin-bottom:20px;border:1px solid var(--accent-green)}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-section h1 span{color:var(--accent-gold)}.hero-meta-item{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--card-radius);padding:15px;text-align:center}.hero-meta-num{font-size:1.8rem;font-weight:700;color:var(--accent-green)}.section-title{position:relative;margin-bottom:35px;font-weight:800;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:-8px;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.score-card{background:linear-gradient(to right,#ffffff,#fdfdfd);border-left:5px solid var(--accent-green)}.score-status-badge{background-color:#f1f5f9;color:var(--text-muted);font-size:0.75rem;font-weight:600;padding:4px 8px;border-radius:4px}.score-status-badge.live{background-color:#ef4444;color:white;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-custom{width:100%;margin-bottom:0}.table-custom th{background-color:#f1f5f9;color:var(--text-muted);font-weight:600;border-bottom:2px solid var(--border);padding:12px}.table-custom td{padding:12px;vertical-align:middle;border-bottom:1px solid var(--border)}.group-tag{background-color:var(--accent);color:white;padding:2px 8px;border-radius:4px;font-size:0.8rem;font-weight:600}.stadium-card img{height:200px;object-fit:cover;width:100%}.news-img{height:100%;min-height:150px;object-fit:cover;width:100%}.accordion-button:not(.collapsed){background-color:rgba(0,82,204,0.05);color:var(--accent)}.footer-bottom{background-color:#030712;color:#9ca3af;font-size:0.9rem}.footer-bottom a{color:#d1d5db;text-decoration:none}.footer-bottom a:hover{color:var(--accent-gold)}