:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#e11d48;--accent-warm:#f59e0b;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--radius:12px}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:var(--surface-strong);box-shadow:var(--shadow-md);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s ease;font-size:0.95rem}.navbar-custom .nav-link:hover{color:var(--accent-warm)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding: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-color:var(--accent-2);color:#white;font-weight:600;padding:0.4rem 1rem;border-radius:50px;display:inline-block;font-size:0.85rem;margin-bottom:1.5rem;box-shadow:0 4px 10px rgba(225,29,72,0.3)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-img-container{border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.section-title-wrap{margin-bottom:2.5rem;position:relative}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);display:flex;align-items:center;gap:10px}.section-title::before{content:'';display:inline-block;width:6px;height:32px;background-color:var(--accent);border-radius:3px}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-top:0.5rem;padding-left:16px}.score-ticker-container{background-color:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0}.ticker-card{background:var(--page-bg);border:1px solid var(--border);border-radius:8px;padding:0.75rem 1rem;min-width:260px;transition:transform 0.2s}.ticker-card:hover{transform:translateY(-2px)}.schedule-table-wrap{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);overflow-x:auto}.schedule-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;white-space:nowrap}.schedule-table td{vertical-align:middle;white-space:nowrap}.group-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all 0.3s ease}.group-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent)}.group-header{background:linear-gradient(135deg,var(--accent) 0%,#0369a1 100%);color:#white;padding:0.75rem 1rem;font-weight:700;border-top-left-radius:11px;border-top-right-radius:11px}.group-list-item{display:flex;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border)}.group-list-item:last-child{border-bottom:none}.team-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform 0.3s}.team-card:hover{transform:translateY(-5px)}.team-flag-bg{height:120px;background:#e2e8f0;position:relative;display:flex;align-items:center;justify-content:center;font-weight:700;color:#64748b}.team-info{padding:1.25rem}.stadium-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.guide-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem;height:100%;transition:box-shadow 0.3s}.guide-card:hover{box-shadow:var(--shadow-md)}.guide-icon{font-size:2.5rem;color:var(--accent-2);margin-bottom:1rem}.rules-panel{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:var(--radius);padding:2rem;border:1px solid var(--border)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--radius) !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent);box-shadow:none}.info-source-box{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:var(--radius);padding:1.5rem}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:4px solid var(--accent)}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:var(--accent-warm)}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.6rem}}