:root{--page-bg:#f5f8ff;--surface:#ffffff;--surface-strong:#0f172a;--surface-accent:#1e293b;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--accent-2-hover:#059669;--border:#e2e8f0;--card-radius:12px;--shadow-sm:0 1px 3px rgba(15,23,42,0.05);--shadow-md:0 4px 6px -1px rgba(15,23,42,0.1),0 2px 4px -2px rgba(15,23,42,0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6;overflow-x:hidden}p,li,td{color:var(--text-main);opacity:0.95}.text-muted{color:var(--text-muted) !important}.navbar{background-color:var(--surface-strong);box-shadow:var(--shadow-md);padding:0.75rem 1rem;transition:all 0.3s ease}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{color:var(--text-light);font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link{color:rgba(248,250,252,0.8) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--accent-2) !important}.navbar-toggler{border-color:rgba(248,250,252,0.2);padding:0.5rem}.navbar-toggler-icon{filter:invert(1)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,var(--surface-accent) 100%);color:var(--text-light);padding:5rem 0 6rem;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-content h1{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-img-wrap{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.hero-img-wrap img{width:100%;height:auto;display:block;transition:transform 0.5s ease}.hero-img-wrap:hover img{transform:scale(1.03)}.hero-badge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.hero-badge-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:8px;padding:1rem;text-align:center}.hero-badge-card .num{display:block;font-size:1.75rem;font-weight:700;color:var(--accent-2);line-height:1.2}.hero-badge-card .label{font-size:0.815rem;color:#94a3b8}section{padding:5rem 0}.section-bg-alt{background-color:var(--surface)}.section-header{margin-bottom:3.5rem;position:relative}.section-header h2{font-size:2rem;font-weight:700;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{margin-top:0.5rem;color:var(--text-muted);font-size:1.05rem}.score-ticker-wrap{background-color:var(--surface-strong);padding:1.25rem 0;border-bottom:3px solid var(--accent-2)}.score-card-mini{background:rgba(255,255,255,0.06);border-left:4px solid var(--accent);border-radius:6px;padding:0.75rem 1rem;color:var(--text-light);transition:background 0.2s ease}.score-card-mini:hover{background:rgba(255,255,255,0.1)}.score-card-mini .team-name{font-weight:600;font-size:0.95rem;display:flex;justify-content:space-between}.score-card-mini .score-num{color:var(--accent-2);font-weight:700}.score-card-mini .status-tag{font-size:0.75rem;padding:0.15rem 0.4rem;border-radius:3px;background:rgba(255,255,255,0.15);color:#cbd5e1}.schedule-table{background-color:var(--surface);border-radius:var(--card-radius);box-shadow:var(--shadow-sm);overflow:hidden;border:1px solid var(--border)}.schedule-table table{margin-bottom:0}.schedule-table th{background-color:#f8fafc;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border);padding:1rem 1.25rem}.schedule-table td{padding:1.15rem 1.25rem;vertical-align:middle;border-bottom:1px solid var(--border)}.schedule-table tr:last-child td{border-bottom:none}.stage-badge{font-size:0.8rem;font-weight:600;color:var(--accent);background-color:var(--page-bg);padding:0.35rem 0.75rem;border-radius:20px;display:inline-block}.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(--shadow-sm);overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease}.group-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.group-header{background:linear-gradient(135deg,var(--accent) 0%,#0369a1 100%);color:var(--text-light);padding:1rem 1.25rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;padding:0.5rem 1rem;background-color:#f8fafc;font-weight:600}.group-table td{padding:0.65rem 1rem;font-size:0.9rem;border-bottom:1px solid var(--border)}.group-table tr:last-child td{border-bottom:none}.team-row{background-color:var(--surface);border-radius:var(--card-radius);padding:1.5rem;margin-bottom:1rem;border:1px solid var(--border);transition:all 0.2s ease;display:flex;align-items:center;justify-content:space-between}.team-row:hover{border-color:var(--accent);background-color:#fcfdfe}.team-info-main{display:flex;align-items:center;gap:1.5rem}.team-flag-placeholder{width:60px;height:40px;background-color:#f1f5f9;border:1px solid var(--border);border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text-muted);font-size:0.85rem}.team-detail h4{font-size:1.15rem;font-weight:700;margin:0 0 0.25rem 0}.team-detail p{margin:0;font-size:0.85rem;color:var(--text-muted)}.news-item{border-bottom:1px solid var(--border);padding-bottom:1.5rem;margin-bottom:1.5rem}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-meta{font-size:0.8rem;color:var(--accent);font-weight:600;margin-bottom:0.5rem;display:block}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem;color:var(--surface-strong);line-height:1.4}.news-excerpt{font-size:0.925rem;color:var(--text-muted);margin-bottom:0}.guide-container{background-color:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-sm)}.guide-image-col img{width:100%;height:100%;object-fit:cover;min-height:300px}.guide-content-col{padding:3rem}.rule-card{background:var(--surface);border-radius:var(--card-radius);padding:2rem;border-left:5px solid var(--accent-2);box-shadow:var(--shadow-sm);height:100%}.stadium-card{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.stadium-image-wrap{position:relative;height:220px;overflow:hidden}.stadium-image-wrap img{width:100%;height:100%;object-fit:cover}.accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden;background-color:var(--surface)}.accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface);padding:1.25rem}.accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent);box-shadow:none}.accordion-button::after{background-size:1rem}.accordion-body{padding:1.25rem;background-color:var(--surface);border-top:1px solid var(--border);font-size:0.95rem;color:var(--text-main);line-height:1.7}.about-section{background-color:#f1f5f9;border-top:1px solid var(--border);padding:4rem 0}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--accent-2)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);margin-top:3rem;padding-top:1.5rem;font-size:0.8rem}@media (max-width:991.98px){.hero-content h1{font-size:2rem}.guide-content-col{padding:2rem}.team-row{flex-direction:column;align-items:flex-start;gap:1rem}.team-action{width:100%;text-align:right}}