:root{--page-bg:#f5f8fc;--surface:#ffffff;--surface-strong:#0a1931;--text-main:#1f2937;--text-muted:#6b7280;--accent:#00a86b;--accent-hover:#008754;--accent-2:#ffcc00;--border:#e5e7eb;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--transition-speed:0.3s}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}h1,h2,h3,h4,h5,h6{color:var(--surface-strong);font-weight:700}.header-navbar{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1000;padding:0.8rem 1rem}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-brand span{color:#ffffff;font-size:1.25rem;font-weight:800;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color var(--transition-speed);margin:0 0.3rem}.nav-link:hover,.nav-link.active{color:var(--accent-2) !important}.btn-live{background-color:var(--accent);color:#ffffff !important;border-radius:20px;padding:0.4rem 1.2rem;font-weight:600;border:none;transition:background var(--transition-speed)}.btn-live:hover{background-color:var(--accent-hover)}.hero-section{background:linear-gradient(135deg,#0a1931 0%,#15305b 100%);color:#ffffff;padding:4rem 0;position:relative;overflow:hidden}.hero-section h1{color:#ffffff;font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem}.hero-section p{color:rgba(255,255,255,0.85);font-size:1.15rem;margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.hero-badge-container{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1rem;border-radius:30px;font-size:0.9rem;color:var(--accent-2);display:inline-flex;align-items:center;gap:0.5rem}.quick-stats-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;box-shadow:var(--card-shadow);margin-top:-2rem;position:relative;z-index:10}.stat-item{text-align:center;padding:1rem;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-number{font-size:2.2rem;font-weight:800;color:var(--accent);line-height:1.1}.stat-label{font-size:0.9rem;color:var(--text-muted);margin-top:0.5rem}section{padding:4.5rem 0}.section-title-wrap{margin-bottom:3rem;position:relative}.section-tag{color:var(--accent);text-transform:uppercase;font-weight:700;letter-spacing:2px;font-size:0.85rem;display:block;margin-bottom:0.5rem}.section-title{font-size:2.2rem;font-weight:800;position:relative;display:inline-block;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.live-ticker{background:#ffffff;border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);overflow:hidden;margin-bottom:2rem}.ticker-header{background:var(--surface-strong);color:#ffffff;padding:0.75rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.ticker-body{display:flex;overflow-x:auto;scroll-behavior:smooth;padding:1rem;gap:1rem}.ticker-body::-webkit-scrollbar{height:6px}.ticker-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.match-card-mini{flex:0 0 280px;background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:1rem;transition:transform var(--transition-speed)}.match-card-mini:hover{transform:translateY(-2px);border-color:var(--accent)}.match-meta{font-size:0.75rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:0.5rem}.match-team{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:0.3rem;font-size:0.95rem}.team-flag-name{display:flex;align-items:center;gap:0.5rem}.flag-icon{width:24px;height:16px;background:#e2e8f0;display:inline-block;border-radius:2px;font-size:10px;line-height:16px;text-align:center;font-weight:bold}.match-score{font-size:1.1rem;font-weight:bold;color:var(--accent)}.match-status-badge{font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:10px;font-weight:600}.status-upcoming{background:#e0f2fe;color:#0369a1}.status-live{background:#fef2f2;color:#ef4444;animation:pulse 1.5s infinite}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;transition:transform var(--transition-speed)}.group-card:hover{transform:translateY(-4px)}.group-header{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);color:#ffffff;padding:0.75rem 1.25rem;font-weight:700;font-size:1.1rem;text-align:center}.group-table{width:100%;margin-bottom:0;font-size:0.9rem}.group-table th,.group-table td{padding:0.6rem 0.75rem;vertical-align:middle}.group-table th{background:#f8fafc;color:var(--text-muted);font-weight:600}.group-table tbody tr{border-bottom:1px solid var(--border)}.group-table tbody tr:last-child{border-bottom:none}.feature-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;height:100%;box-shadow:var(--card-shadow);transition:box-shadow var(--transition-speed)}.feature-card:hover{box-shadow:0 8px 30px rgba(0,0,0,0.1)}.feature-img-wrapper{position:relative;height:200px;overflow:hidden}.feature-img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-speed)}.feature-card:hover .feature-img{transform:scale(1.05)}.feature-body{padding:1.5rem}.feature-tag{background:#e1fbf2;color:var(--accent);font-size:0.75rem;font-weight:700;padding:0.25rem 0.75rem;border-radius:20px;display:inline-block;margin-bottom:0.75rem}.news-list-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;box-shadow:var(--card-shadow);height:100%}.news-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.news-item:first-child{padding-top:0}.news-item:last-child{padding-bottom:0;border-bottom:none}.news-thumb{width:100px;height:75px;object-fit:cover;border-radius:6px;flex-shrink:0;background:#e2e8f0}.news-content{display:flex;flex-direction:column;justify-content:space-between}.news-title{font-size:0.95rem;font-weight:700;line-height:1.4;color:var(--surface-strong);margin-bottom:0.3rem}.news-meta{font-size:0.75rem;color:var(--text-muted);display:flex;gap:1rem}.guide-box{background:linear-gradient(135deg,#15305b 0%,#0a1931 100%);color:#ffffff;border-radius:14px;padding:2.5rem;box-shadow:var(--card-shadow)}.guide-box h3{color:#ffffff;font-size:1.8rem;margin-bottom:1.2rem}.guide-list{list-style:none;padding-left:0;margin-bottom:1.5rem}.guide-list li{position:relative;padding-left:1.5rem;margin-bottom:0.8rem;font-size:1rem;color:rgba(255,255,255,0.9)}.guide-list li::before{content:"✓";color:var(--accent-2);position:absolute;left:0;font-weight:bold}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden;background:var(--surface)}.faq-accordion .accordion-button{background-color:var(--surface);color:var(--surface-strong);font-weight:600;padding:1.2rem;box-shadow:none !important}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent)}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-main);padding:1.2rem;border-top:1px solid var(--border)}.about-disclaimer{background:#eef2f6;border-left:4px solid var(--accent);border-radius:0 8px 8px 0;padding:1.5rem;font-size:0.92rem;color:#334155}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:4rem 0 2rem;border-top:5px solid var(--accent);font-size:0.9rem}footer h5{color:#ffffff;font-size:1.1rem;margin-bottom:1.5rem;position:relative}footer h5::after{content:'';position:absolute;left:0;bottom:-6px;width:30px;height:2px;background-color:var(--accent-2)}footer a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color var(--transition-speed)}footer a:hover{color:var(--accent-2)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem;font-size:0.8rem}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){.hero-section h1{font-size:2.2rem}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding:0.8rem 0}.stat-item:last-child{border-bottom:none}.group-grid{grid-template-columns:1fr}}