:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--accent-red:#ef4444;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}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}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);transition:var(--transition)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;letter-spacing:0.5px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;font-size:0.95rem;padding:0.5rem 1rem;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-2)}.navbar-custom .navbar-toggler{border-color:rgba(255,255,255,0.2);color:#ffffff}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:7rem 0 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.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1.25rem;border-radius:50px;font-size:0.875rem;font-weight:600;color:var(--accent-2);display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:rgba(255,255,255,0.8);margin-bottom:2rem;max-width:600px}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.3),0 8px 10px -6px rgb(0 0 0 / 0.3);object-fit:cover;width:100%;height:auto}.hero-counter{background:rgba(255,255,255,0.05);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,0.08)}.section-padding{padding:5rem 0}.section-title-wrap{margin-bottom:3rem;position:relative}.section-title{font-size:2.25rem;font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;margin-bottom:0.75rem}.section-title::after{content:'';display:block;width:60px;height:4px;background-color:var(--accent);margin-top:0.5rem;border-radius:2px}.section-subtitle{font-size:1.05rem;color:var(--text-muted);max-width:700px}.status-strip{background:var(--surface);box-shadow:var(--card-shadow);border-radius:12px;margin-top:-3rem;position:relative;z-index:10;padding:1.5rem;border:1px solid var(--border)}.status-item{text-align:center;border-right:1px solid var(--border)}.status-item:last-child{border-right:none}.status-value{font-size:1.75rem;font-weight:800;color:var(--accent)}.status-label{font-size:0.875rem;color:var(--text-muted);font-weight:500}.match-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;transition:var(--transition);box-shadow:var(--card-shadow);position:relative;overflow:hidden}.match-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -8px rgb(0 0 0 / 0.1);border-color:var(--accent)}.match-header{display:flex;justify-content:space-between;align-items:center;font-size:0.825rem;color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:0.75rem;margin-bottom:1rem}.match-stage{font-weight:600;color:var(--accent)}.match-team{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.match-team-name{font-weight:700;font-size:1.05rem}.match-score-box{font-size:1.25rem;font-weight:800;background:var(--page-bg);padding:0.2rem 0.75rem;border-radius:6px;min-width:45px;text-align:center}.match-vs{color:var(--text-muted);font-size:0.875rem;font-weight:600}.match-footer{margin-top:1rem;padding-top:0.75rem;border-top:1px dashed var(--border);font-size:0.825rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.status-tag{padding:0.25rem 0.5rem;border-radius:4px;font-size:0.75rem;font-weight:600}.status-upcoming{background:#e0f2fe;color:#0369a1}.status-live{background:#fef2f2;color:#b91c1c;animation:pulse 2s infinite}.status-ended{background:#f1f5f9;color:#475569}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-container{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);padding:1.5rem;height:100%}.group-header{font-size:1.25rem;font-weight:800;color:var(--surface-strong);margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:2px solid var(--accent-2)}.table-custom{margin-bottom:0}.table-custom th{font-size:0.75rem;text-transform:uppercase;color:var(--text-muted);border-bottom-width:1px;font-weight:700}.table-custom td{font-size:0.9rem;vertical-align:middle;font-weight:500;padding:0.6rem 0.4rem}.team-row-highlight{background-color:rgba(16,185,129,0.05)}.team-card{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:var(--transition);box-shadow:var(--card-shadow)}.team-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -10px rgb(0 0 0 / 0.15)}.team-card-banner{height:10px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-2) 100%)}.team-card-body{padding:1.5rem}.team-flag{width:48px;height:32px;object-fit:cover;border-radius:4px;border:1px solid var(--border);margin-bottom:1rem}.team-name{font-size:1.2rem;font-weight:800;margin-bottom:0.5rem}.team-meta{font-size:0.825rem;color:var(--text-muted);margin-bottom:0.5rem}.stadium-card{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:var(--transition)}.stadium-card:hover{transform:scale(1.02)}.stadium-img-wrapper{position:relative;height:200px;overflow:hidden}.stadium-img{width:100%;height:100%;object-fit:cover}.stadium-city{position:absolute;bottom:10px;left:10px;background:rgba(15,23,42,0.8);color:#ffffff;padding:0.25rem 0.75rem;border-radius:4px;font-size:0.8rem;font-weight:600}.stadium-info{padding:1.25rem}.stadium-name{font-size:1.1rem;font-weight:700;margin-bottom:0.5rem}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);padding:1.5rem;height:100%;transition:var(--transition)}.news-card:hover{border-color:var(--accent)}.news-tag{font-size:0.75rem;font-weight:600;color:var(--accent);text-transform:uppercase;margin-bottom:0.5rem;display:inline-block}.news-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:0.75rem;color:var(--surface-strong)}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem}.news-meta{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-btn{width:100%;text-align:left;padding:1.25rem;background:none;border:none;font-weight:700;font-size:1.05rem;color:var(--surface-strong);display:flex;justify-content:space-between;align-items:center}.faq-btn:focus{outline:none}.faq-body{padding:0 1.25rem 1.25rem 1.25rem;color:var(--text-muted);font-size:0.95rem;border-top:1px solid var(--border);background-color:rgba(248,250,252,0.5)}.footer{background:#0f172a;color:#94a3b8;padding:4rem 0 2rem 0;border-top:4px solid var(--accent-2)}.footer-title{color:#ffffff;font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:#ffffff}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.85rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.status-item{border-right:none;border-bottom:1px solid var(--border);padding:1rem 0}.status-item:last-child{border-bottom:none}.section-padding{padding:3.5rem 0}}