:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f52ba;--accent-hover:#083c91;--accent-light:#eef2ff;--border:#e2e8f0;--highlight:#10b981;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-text{color:#cbd5e1;font-size:1.15rem;margin-bottom:2rem}.hero-meta{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.meta-item{background:rgba(255,255,255,0.08);padding:0.75rem 1.25rem;border-radius:var(--card-radius);font-size:0.95rem;border:1px solid rgba(255,255,255,0.1)}.hero-img-container img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto;object-fit:cover}.section-header{margin-bottom:3rem;position:relative}.section-title{font-weight:800;color:var(--surface-strong);display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-top:0.5rem}.section-padding{padding:5rem 0}.score-ticker{background-color:var(--surface);border-bottom:1px solid var(--border);padding:0.75rem 0;overflow-x:auto;white-space:nowrap}.ticker-wrapper{display:inline-flex;gap:1.5rem;padding:0 1rem}.ticker-card{background:var(--page-bg);border:1px solid var(--border);border-radius:8px;padding:0.5rem 1rem;display:inline-flex;align-items:center;gap:1rem;min-width:260px}.ticker-status{font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px;font-weight:bold}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.schedule-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;transition:transform 0.3s,box-shadow 0.3s;height:100%}.schedule-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.match-meta{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem;border-bottom:1px dashed var(--border);padding-bottom:0.75rem}.match-teams{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.team-row{display:flex;align-items:center;gap:0.75rem;font-weight:600}.team-flag-placeholder{width:28px;height:20px;background-color:#e2e8f0;border-radius:3px;display:inline-block}.group-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:0.75rem 1rem;font-weight:bold;display:flex;justify-content:space-between}.group-table{width:100%;margin-bottom:0;font-size:0.9rem}.group-table th,.group-table td{padding:0.6rem 0.75rem;text-align:center}.group-table td:nth-child(2){text-align:left;font-weight:600}.team-showcase{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;text-align:center;transition:all 0.3s}.team-showcase:hover{border-color:var(--accent);background-color:var(--accent-light)}.team-badge{width:64px;height:64px;background:var(--page-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem}.news-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;height:100%;transition:box-shadow 0.3s}.news-card:hover{box-shadow:0 12px 24px rgba(0,0,0,0.08)}.news-body{padding:1.5rem}.news-tag{font-size:0.75rem;color:var(--accent);text-transform:uppercase;font-weight:700;letter-spacing:0.5px;margin-bottom:0.5rem;display:inline-block}.news-title{font-size:1.1rem;font-weight:700;margin-bottom:0.75rem;color:var(--surface-strong)}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem}.venue-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.venue-info{padding:1.5rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);margin-bottom:1rem;overflow:hidden}.faq-question{padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:none;border:none;width:100%;text-align:left;color:var(--surface-strong)}.faq-answer{padding:0 1.5rem 1.25rem 1.5rem;color:var(--text-muted);display:none}.faq-question.active .bi-chevron-down{transform:rotate(180deg)}.bi-chevron-down{transition:transform 0.3s}.rules-wrapper{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:2rem}.about-box{background:linear-gradient(135deg,var(--accent-light) 0%,#e0e7ff 100%);border-radius:var(--card-radius);padding:2.5rem;border:1px solid rgba(15,82,186,0.1)}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.9rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s}footer a:hover{color:#ffffff}footer .footer-title{color:#ffffff;font-weight:700;margin-bottom:1.25rem}.table-responsive{border:none}@media (max-width:768px){.hero-title{font-size:2rem}.section-padding{padding:3rem 0}}