:root{--page-bg:#0b0f19;--surface:#131b2e;--surface-strong:#1e2942;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#00f2fe;--accent-2:#4facfe;--border:#24355a;--success:#10b981;--warning:#f59e0b}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}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.navbar{background-color:rgba(11,15,25,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:1rem 0;z-index:1030}.navbar-brand{font-weight:800;color:var(--text-main) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:var(--text-muted) !important;font-weight:500;transition:color 0.3s ease;padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.section-title-wrap{margin-bottom:3rem;position:relative}.section-tag{font-size:0.85rem;color:var(--accent);text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:0.5rem;font-weight:700}.section-title{font-size:2.25rem;font-weight:800;color:var(--text-main);position:relative;display:inline-block}.section-title::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.hero-section{padding:140px 0 80px;background:radial-gradient(circle at 80% 20%,rgba(79,172,254,0.15) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(0,242,254,0.1) 0%,transparent 50%);position:relative}.hero-badge{background:rgba(0,242,254,0.1);border:1px solid rgba(0,242,254,0.3);color:var(--accent);padding:0.5rem 1.25rem;border-radius:50px;display:inline-flex;align-items:center;gap:8px;margin-bottom:1.5rem;font-size:0.9rem;font-weight:600}.hero-title h1{font-size:3.25rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff 30%,#a5f3fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:640px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;border-top:1px solid var(--border);padding-top:2rem}.stat-item .num{font-size:2rem;font-weight:800;color:var(--accent);line-height:1}.stat-item .label{font-size:0.85rem;color:var(--text-muted);margin-top:0.5rem}.hero-image-wrap{position:relative}.hero-image-wrap img{border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.1)}.hero-floating-card{position:absolute;bottom:30px;left:-30px;background:rgba(19,27,46,0.9);border:1px solid var(--border);padding:1.25rem;border-radius:12px;backdrop-filter:blur(8px);display:flex;align-items:center;gap:15px;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem;height:100%;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.custom-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 15px 30px rgba(0,242,254,0.1)}.match-card{background:linear-gradient(135deg,var(--surface) 0%,rgba(19,27,46,0.7) 100%);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1rem;transition:border-color 0.3s}.match-card:hover{border-color:var(--accent-2)}.match-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--text-muted);margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,0.05);padding-bottom:0.5rem}.match-teams{display:flex;align-items:center;justify-content:space-between;margin:1rem 0}.team-row{display:flex;align-items:center;gap:10px;font-weight:600;font-size:1.05rem}.team-flag{width:28px;height:20px;background-color:#2e3b5e;border-radius:3px;display:inline-block}.score-box{background:var(--surface-strong);padding:0.5rem 1rem;border-radius:6px;font-weight:800;color:var(--accent);font-family:monospace;font-size:1.25rem}.score-vs{font-size:0.9rem;color:var(--text-muted);font-weight:500}.group-grid{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:12px;overflow:hidden}.group-header{background:linear-gradient(90deg,var(--surface-strong),rgba(30,41,66,0.5));padding:1rem;border-bottom:1px solid var(--border);font-weight:700;color:var(--accent);display:flex;justify-content:space-between}.group-table{width:100%;margin-bottom:0}.group-table th{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;padding:0.75rem 1rem;border-bottom:1px solid var(--border)}.group-table td{padding:0.75rem 1rem;font-size:0.9rem;border-bottom:1px solid rgba(255,255,255,0.03);vertical-align:middle}.group-table tr:last-child td{border-bottom:none}.guide-card{display:grid;grid-template-columns:1fr;gap:0;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--surface)}@media (min-width:768px){.guide-card{grid-template-columns:1fr 1fr}}.guide-img-container{position:relative;min-height:260px}.guide-img-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.guide-content{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.news-item{border-bottom:1px solid var(--border);padding-bottom:1.25rem;margin-bottom:1.25rem}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-date{font-size:0.8rem;color:var(--accent-2);margin-bottom:0.5rem;display:block}.news-title{font-size:1.1rem;font-weight:600;color:var(--text-main);margin-bottom:0.5rem;transition:color 0.3s}.news-title:hover{color:var(--accent)}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.callout-banner{background:linear-gradient(135deg,#1e3a8a 0%,#0f172a 100%);border:1px solid var(--border);border-radius:16px;padding:3rem;position:relative;overflow:hidden}.callout-banner::before{content:'';position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(0,242,254,0.15) 0%,transparent 70%);pointer-events:none}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-question{font-weight:600;color:var(--text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color 0.3s}.faq-question:hover{color:var(--accent)}.faq-answer{color:var(--text-muted);margin-top:0.75rem;display:none;font-size:0.95rem}.faq-item.active .faq-answer{display:block}.faq-icon::before{content:"\F282";font-family:"bootstrap-icons";transition:transform 0.3s;display:inline-block}.faq-item.active .faq-icon::before{transform:rotate(180deg)}footer{background-color:#070a12;border-top:1px solid var(--border);padding:5rem 0 2rem;color:var(--text-muted)}.footer-brand{font-weight:800;color:var(--text-main);margin-bottom:1.5rem;display:flex;align-items:center;gap:10px}.footer-title{color:var(--text-main);font-weight:600;margin-bottom:1.5rem;font-size:1.1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:var(--accent)}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.05);font-size:0.85rem}@media (max-width:991.98px){.hero-title h1{font-size:2.5rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.hero-floating-card{position:static;margin-top:2rem;transform:none}}