:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-accent:#f1f5f9;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--border:#e2e8f0;--font-sans:system-ui,-apple-system,sans-serif}body{font-family:var(--font-sans);background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-0.01em}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1.5rem;position:sticky;top:0;z-index:1030;border-bottom:2px solid var(--accent)}.navbar-custom .navbar-brand{display:flex;align-items:center;gap:10px;color:var(--text-light);font-weight:800;font-size:1.35rem}.navbar-custom .navbar-brand img{height:40px;width:auto;object-fit:contain}.navbar-custom .nav-link{color:rgba(248,250,252,0.85);font-weight:500;padding:0.5rem 1rem;transition:color 0.25s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--accent-2)}.navbar-toggler{border-color:rgba(255,255,255,0.2)}.navbar-toggler-icon{filter:invert(1)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.2) 0%,transparent 50%);pointer-events:none}.hero-section h1{font-size:2.5rem;line-height:1.25;margin-bottom:1.5rem}.hero-section p{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}section{padding:4.5rem 0}.section-header{margin-bottom:3rem}.section-header h2{font-size:2rem;color:var(--surface-strong);position:relative;padding-bottom:0.75rem;display:inline-block}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;transition:transform 0.3s ease,box-shadow 0.3s ease}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.score-card{background:var(--surface);border-radius:12px;border-left:5px solid var(--accent);padding:1.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.03)}.score-status{font-size:0.85rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px;display:inline-block}.status-live{background-color:#fef2f2;color:#ef4444}.status-upcoming{background-color:#f0f9ff;color:var(--accent)}.status-end{background-color:#f1f5f9;color:var(--text-muted)}.team-row{display:flex;justify-content:space-between;align-items:center;margin:0.5rem 0}.team-name{font-weight:600;font-size:1.05rem}.team-score{font-weight:800;font-size:1.25rem}.table-responsive{border-radius:12px;overflow:hidden;border:1px solid var(--border)}.table-custom{margin-bottom:0}.table-custom th{background-color:var(--surface-strong);color:var(--text-light);font-weight:600;border:none;padding:1rem}.table-custom td{background-color:var(--surface);padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.stadium-card{position:relative;border-radius:12px;overflow:hidden;min-height:250px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:var(--text-light)}.stadium-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(15,23,42,0.95) 0%,rgba(15,23,42,0.4) 60%,transparent 100%);z-index:1}.stadium-content{position:relative;z-index:2}.timeline{border-left:3px solid var(--accent);padding-left:2rem;margin-left:1rem;position:relative}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:calc(-2rem - 9px);top:5px;width:15px;height:15px;border-radius:50%;background-color:var(--accent-2);border:3px solid var(--surface)}.accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--accent)}.accordion-button:focus{box-shadow:none}.accordion-item{border-radius:12px !important;border:1px solid var(--border);overflow:hidden;margin-bottom:1rem}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem 0;font-size:0.95rem}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}.footer-custom a:hover{color:var(--accent-2)}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem}@media (max-width:991.98px){.hero-section{padding:3.5rem 0;text-align:center}.hero-img{margin-top:2rem}.section-header{margin-bottom:2rem}}