:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-brand:#0284c7;--text-main:#0f172a;--text-muted:#475569;--text-light:#f8fafc;--accent:#10b981;--accent-hover:#059669;--accent-2:#f59e0b;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--card-radius:12px}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);box-shadow:0 1px 3px rgba(0,0,0,0.05)}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{font-weight:700;color:var(--surface-brand)}.nav-link{font-weight:500;color:var(--text-muted);transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--surface-brand)}.hero-section{padding:80px 0;background:radial-gradient(circle at 10% 20%,rgba(2,132,199,0.08) 0%,rgba(16,185,129,0.05) 90%);border-bottom:1px solid var(--border)}.hero-content h1{font-weight:800;font-size:2.5rem;line-height:1.25;color:var(--surface-strong);margin-bottom:1.5rem}.hero-content h1 span{color:var(--surface-brand)}.hero-badge{display:inline-flex;align-items:center;padding:0.5rem 1rem;background-color:rgba(2,132,199,0.1);color:var(--surface-brand);border-radius:30px;font-weight:600;font-size:0.875rem;margin-bottom:1.5rem}.hero-img-box{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1)}.hero-img-box img{width:100%;height:auto;object-fit:cover}.section-title{position:relative;font-weight:700;font-size:1.85rem;color:var(--surface-strong);margin-bottom:2rem}.section-title::after{content:'';position:absolute;left:0;bottom:-8px;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1)}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.6rem;border-radius:4px}.badge-upcoming{background-color:#f3f4f6;color:var(--text-muted)}.badge-live{background-color:rgba(239,68,68,0.1);color:#ef4444}.badge-finished{background-color:rgba(16,185,129,0.1);color:var(--accent)}.team-row{display:flex;align-items:center;justify-content:space-between;margin:0.5rem 0}.team-info{display:flex;align-items:center;gap:0.75rem}.team-flag{width:24px;height:16px;object-fit:cover;border:1px solid var(--border)}.score-val{font-weight:700;font-size:1.1rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:var(--card-shadow)}.group-header{background-color:var(--surface-strong);color:var(--text-light);padding:0.75rem 1rem;font-weight:700;border-top-left-radius:var(--card-radius);border-top-right-radius:var(--card-radius)}.news-img{height:180px;object-fit:cover;width:100%}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--card-radius);background:var(--surface);margin-bottom:1.5rem}.table-responsive-wrapper table{margin-bottom:0}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);margin-bottom:1rem;padding:1.25rem}.faq-q{font-weight:600;font-size:1.1rem;color:var(--surface-strong);margin-bottom:0.5rem;display:flex;align-items:center;gap:0.5rem}.faq-a{color:var(--text-muted);font-size:0.95rem}footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px}footer h5{color:var(--text-light);font-weight:600;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--text-light)}@media (max-width:768px){.hero-section{padding:40px 0}.hero-content h1{font-size:2rem}.section-title{font-size:1.5rem}}