:root{--primary:#0a36af;--primary-gradient:linear-gradient(135deg,#0a36af 0%,#1e4ed8 100%);--accent-red:#da291c;--accent-green:#006847;--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--accent-light:#eff6ff}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar{background-color:var(--surface-strong);padding:0.8rem 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand{font-weight:800;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:#cbd5e1 !important;font-weight:500;transition:color 0.3s}.nav-link:hover,.nav-link.active{color:#ffffff !important}.main-wrapper{max-width:1400px;margin:0 auto;padding:2rem 1rem}.hero-section{background:var(--surface-strong);color:#ffffff;border-radius:12px;overflow:hidden;margin-bottom:2rem;position:relative}.hero-content{padding:3rem;z-index:2}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.3;margin-bottom:1rem;background:linear-gradient(90deg,#ffffff 30%,#93c5fd 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-badge{display:inline-block;background:rgba(255,255,255,0.15);padding:0.4rem 1rem;border-radius:50px;font-size:0.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,0.25)}.hero-img-container img{width:100%;height:100%;object-fit:cover;min-height:350px}.section-header{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;border-left:5px solid var(--primary);padding-left:12px}.section-title{font-size:1.6rem;font-weight:700;margin:0;color:var(--surface-strong)}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.04);transition:transform 0.3s,box-shadow 0.3s;margin-bottom:1.5rem}.card-custom:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,0.08)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden}.group-header{background:var(--primary-gradient);color:white;padding:0.75rem 1.25rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border)}.group-team-item:last-child{border-bottom:none}.schedule-list{display:flex;flex-direction:column;gap:1rem}.schedule-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}.schedule-meta{font-size:0.85rem;color:var(--text-muted);min-width:140px}.schedule-vs{display:flex;align-items:center;gap:1rem;flex:1;justify-content:center}.schedule-team{font-weight:600;width:120px;text-align:center}.schedule-score-box{background:var(--accent-light);color:var(--primary);font-weight:700;padding:0.4rem 1rem;border-radius:6px;min-width:70px;text-align:center}.team-badge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.team-badge-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;text-align:center;padding:1.25rem 0.5rem;font-weight:600}.team-badge-icon{font-size:1.8rem;color:var(--primary);margin-bottom:0.5rem}.news-item{padding:1rem;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none}.news-tag{font-size:0.75rem;background-color:var(--accent-light);color:var(--primary);padding:0.2rem 0.5rem;border-radius:4px;margin-right:0.5rem;font-weight:600}.rules-img{height:220px;object-fit:cover;border-radius:8px;width:100%}.accordion-button:not(.collapsed){background-color:var(--accent-light);color:var(--primary)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:3rem 1.5rem;font-size:0.9rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}footer a:hover{color:#ffffff}@media (max-width:991px){.hero-content{padding:2rem}.hero-title{font-size:2rem}.schedule-vs{flex-direction:column;gap:0.5rem}.schedule-item{flex-direction:column;text-align:center;gap:1rem}.schedule-meta{min-width:auto}.main-wrapper{padding:1rem 0.5rem}}