:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-muted:#f1f5f9;--text-main:#0f172a;--text-muted:#475569;--text-light:#f8fafc;--accent:#0284c7;--accent-gradient:linear-gradient(135deg,#0284c7 0%,#0d9488 100%);--accent-red:#e11d48;--border:#e2e8f0;--radius:12px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.custom-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:0.75rem 1rem}.navbar-brand img{max-height:40px;width:auto}.nav-link{color:var(--text-muted);font-weight:500;transition:color 0.2s}.nav-link:hover,.nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(180deg,#e0f2fe 0%,var(--page-bg) 100%);padding:5rem 0 4rem 0;position:relative;overflow:hidden}.hero-badge{display:inline-flex;align-items:center;background-color:rgba(2,132,199,0.1);color:var(--accent);padding:0.5rem 1rem;border-radius:50px;font-weight:600;font-size:0.875rem;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;color:var(--surface-strong);margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem;max-width:600px}.hero-img-wrap{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover}.quick-facts-bar{background-color:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.5rem 0}.fact-item{text-align:center}.fact-num{font-size:2rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:0.25rem}.fact-label{font-size:0.875rem;color:var(--text-muted);font-weight:500}.section-header{margin-bottom:2.5rem;position:relative}.section-title{font-size:2rem;font-weight:700;color:var(--surface-strong);display:inline-flex;align-items:center;gap:0.75rem}.section-title::before{content:'';display:inline-block;width:6px;height:32px;background:var(--accent-gradient);border-radius:3px}.section-subtitle{font-size:1rem;color:var(--text-muted);margin-top:0.5rem}.score-ticker-container{overflow-x:auto;display:flex;gap:1rem;padding:1rem 0;scrollbar-width:thin}.score-card{flex:0 0 280px;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow-sm)}.score-header{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted);margin-bottom:0.75rem;border-bottom:1px solid var(--surface-muted);padding-bottom:0.5rem}.score-team{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:0.5rem}.score-num{font-size:1.125rem;font-weight:700;color:var(--text-main)}.schedule-table th{background-color:var(--surface-muted);color:var(--text-muted);font-weight:600;border-top:none}.schedule-table td{vertical-align:middle}.stage-badge{background-color:var(--surface-muted);color:var(--text-muted);font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:500}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.group-header{background:var(--accent-gradient);color:var(--text-light);padding:0.75rem 1rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-list{padding:0.5rem 0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--surface-muted)}.group-item:last-child{border-bottom:none}.group-team-name{font-weight:600;font-size:0.95rem}.swiper-team-slide{padding:1.5rem;border-radius:var(--radius);background-color:var(--surface);border:1px solid var(--border);text-align:center;transition:transform 0.3s}.swiper-team-slide:hover{transform:translateY(-5px)}.team-flag-circle{width:70px;height:70px;border-radius:50%;background-color:var(--surface-muted);margin:0 auto 1rem auto;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:bold;color:var(--accent);border:2px solid var(--border)}.news-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.news-card-large{grid-column:span 7}.news-card-small{grid-column:span 5;display:flex;flex-direction:column;gap:1.25rem}.news-item-horizontal{display:flex;gap:1rem;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;transition:box-shadow 0.2s}.news-item-horizontal:hover{box-shadow:var(--shadow)}.news-h-img{width:120px;height:90px;object-fit:cover;border-radius:8px;flex-shrink:0}.showcase-banner{border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:var(--shadow-lg);margin-bottom:3rem}.showcase-banner img{width:100%;height:auto;max-height:480px;object-fit:cover}.showcase-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(15,23,42,0.95) 100%);padding:2.5rem 2rem 2rem 2rem;color:var(--text-light)}.guide-icon-box{font-size:2.5rem;color:var(--accent);margin-bottom:1.25rem}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent)}.info-disclosure{background-color:var(--surface-muted);border-left:4px solid var(--accent-red);padding:1.25rem;border-radius:0 var(--radius) var(--radius) 0;font-size:0.925rem;color:var(--text-muted)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem 0;border-top:1px solid #334155}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--text-light)}@media (max-width:991px){.news-card-large{grid-column:span 12}.news-card-small{grid-column:span 12}.hero-title{font-size:2.25rem}}@media (max-width:768px){.hero-section{padding:3.5rem 0 2.5rem 0}.quick-facts-bar{padding:1rem 0}.fact-item{margin-bottom:1rem}.fact-item:last-child{margin-bottom:0}}