:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f1f5f9;--accent:#059669;--accent-hover:#047857;--accent-2:#0284c7;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;line-height:1.6}a{text-decoration:none;transition:all 0.3s ease}.site-header{background-color:var(--surface-strong);box-shadow:0 4px 20px rgba(0,0,0,0.08);position:sticky;top:0;z-index:1020}.navbar-brand img{height:40px;object-fit:contain}.nav-link{color:var(--text-light) !important;font-weight:500;padding:0.5rem 1rem !important;border-bottom:2px solid transparent}.nav-link:hover,.nav-link.active{color:var(--accent) !important;border-bottom-color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);padding:5rem 0;border-bottom:5px solid var(--accent)}.hero-badge{background-color:rgba(5,150,105,0.2);color:#34d399;border:1px solid var(--accent);display:inline-block;padding:0.35rem 1rem;border-radius:50px;font-weight:600;font-size:0.9rem;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-img-wrapper{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.03)}section{padding:4.5rem 0}.section-header{margin-bottom:3rem}.section-tag{color:var(--accent);text-transform:uppercase;letter-spacing:1px;font-weight:700;font-size:0.85rem;margin-bottom:0.5rem;display:block}.section-title{font-size:2rem;font-weight:700;color:var(--surface-strong);position:relative}.scores-ticker{background-color:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0}.score-card{background:var(--page-bg);border:1px solid var(--border);border-radius:8px;padding:0.75rem 1rem;min-width:240px;margin-right:1rem;flex-shrink:0}.score-status{font-size:0.75rem;font-weight:600;text-transform:uppercase}.score-status.live{color:#ef4444}.score-status.upcoming{color:var(--accent-2)}.schedule-tab{background:var(--surface);border-radius:var(--card-radius);padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,0.02);border:1px solid var(--border)}.schedule-row{display:flex;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border)}.schedule-row:last-child{border-bottom:none}.match-time{width:120px;font-weight:600;color:var(--text-muted)}.match-teams{flex-grow:1;font-weight:700;font-size:1.1rem}.group-card{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 4px 15px rgba(0,0,0,0.02);border:1px solid var(--border);overflow:hidden;transition:transform 0.3s ease}.group-card:hover{transform:translateY(-5px)}.group-header{background-color:var(--surface-strong);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:700}.group-table{margin-bottom:0;font-size:0.9rem}.group-table th,.group-table td{padding:0.75rem 1.25rem}.visual-card{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,0.05);height:350px}.visual-card img{width:100%;height:100%;object-fit:cover}.visual-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,23,42,0.95) 0%,rgba(15,23,42,0.4) 70%,rgba(15,23,42,0) 100%);padding:1.5rem;color:var(--text-light)}.news-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;height:100%;transition:box-shadow 0.3s ease}.news-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.06)}.news-body{padding:1.5rem}.news-tag{color:var(--accent);font-size:0.8rem;font-weight:700;text-transform:uppercase}.news-title{font-size:1.2rem;font-weight:700;margin-top:0.5rem;color:var(--surface-strong)}.faq-item{background:var(--surface);border-radius:var(--card-radius) !important;border:1px solid var(--border) !important;margin-bottom:1rem;overflow:hidden}.faq-button{font-weight:600;color:var(--surface-strong);padding:1.25rem 1.5rem}.faq-button:not(.collapsed){background-color:rgba(5,150,105,0.05);color:var(--accent)}.site-footer{background-color:var(--surface-strong);color:var(--text-light);padding:5rem 0 2rem 0;border-top:5px solid var(--accent-2)}.footer-logo{font-weight:800;font-size:1.5rem;color:#fff}.footer-heading{font-weight:700;margin-bottom:1.5rem;color:#fff;font-size:1.1rem}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--text-light)}.accent-bg{background-color:var(--accent);color:#fff}.accent-2-bg{background-color:var(--accent-2);color:#fff}.horizontal-scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:0.5rem}.horizontal-scroll::-webkit-scrollbar{height:6px}.horizontal-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}