:root{--page-bg:#f5f8ff;--surface:#ffffff;--surface-strong:#0f172a;--surface-dark:#1e293b;--text-main:#0f172a;--text-muted:#576574;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--accent-3:#f59e0b;--border:#e2e8f0;--border-strong:#cbd5e1;--shadow-sm:0 1px 3px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.08),0 2px 4px -1px rgba(0,0,0,0.04);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -4px rgba(0,0,0,0.08)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);transition:transform 0.25s ease,box-shadow 0.25s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}header{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:40px;width:auto}.nav-link{font-weight:500;color:var(--text-muted);transition:color 0.2s}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{padding:80px 0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(circle,rgba(2,132,199,0.15) 0%,transparent 70%);pointer-events:none}.hero-section h1{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-section h1 span{color:var(--accent-2)}.hero-badge{background-color:rgba(2,132,199,0.2);color:#38bdf8;border:1px solid rgba(2,132,199,0.3);border-radius:50px;padding:6px 16px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.stats-badge{background-color:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:12px 20px;text-align:center}.stats-badge .num{font-size:1.75rem;font-weight:700;color:var(--accent-3);display:block}.stats-badge .label{font-size:0.8rem;color:var(--border-strong)}.section-title{position:relative;margin-bottom:2.5rem;font-weight:700}.section-title h2{font-size:2rem;color:var(--text-main);display:inline-block}.section-title::after{content:'';display:block;width:60px;height:4px;background-color:var(--accent);margin-top:10px;border-radius:2px}.schedule-timeline{position:relative}.schedule-card{border-left:4px solid var(--accent)}.schedule-card.live{border-left-color:var(--accent-2)}.vs-box{background-color:var(--page-bg);border-radius:8px;padding:15px}.team-logo-placeholder{width:36px;height:36px;background-color:var(--border-strong);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem;color:#fff}.group-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.group-header{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hover) 100%);color:var(--text-light);padding:10px 15px;font-weight:bold}.group-table{width:100%;font-size:0.875rem;margin-bottom:0}.group-table th,.group-table td{padding:8px 15px;text-align:center}.group-table td:first-child,.group-table th:first-child{text-align:left}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;height:100%}.profile-img-wrap{height:200px;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#94a3b8}.news-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.news-featured{grid-column:span 6}.news-list{grid-column:span 6;display:flex;flex-direction:column;gap:15px}.news-item{display:flex;gap:15px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px;transition:border-color 0.2s}.news-item:hover{border-color:var(--accent)}.stadium-card{overflow:hidden;border-radius:12px;background-color:var(--surface);border:1px solid var(--border)}.stadium-img-wrap{position:relative;overflow:hidden}.stadium-img-wrap img{transition:transform 0.5s ease;width:100%;height:auto}.stadium-card:hover .stadium-img-wrap img{transform:scale(1.05)}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent);box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:var(--border-strong)}footer{background-color:var(--surface-strong);color:#94a3b8;padding-top:60px;padding-bottom:30px;font-size:0.9rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--accent-2)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);margin-top:40px;padding-top:20px}@media (max-width:991.98px){.hero-section h1{font-size:2.25rem}.news-featured{grid-column:span 12}.news-list{grid-column:span 12}}@media (max-width:767.98px){.hero-section{padding:50px 0}.stats-badge{padding:10px}.stats-badge .num{font-size:1.4rem}.group-container{grid-template-columns:1fr}}