:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#00b074;--accent-2:#0052cc;--border:#e2e8f0;--accent-red:#ea4335}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.navbar{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:0.8rem 1rem}.navbar-brand{font-weight:800;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 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(0,176,116,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-meta{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem}.hero-img-wrap img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-weight:800;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:all 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05);border-color:var(--accent)}.highlight-badge{background-color:rgba(0,176,116,0.1);color:var(--accent);padding:0.25rem 0.75rem;border-radius:50px;font-size:0.85rem;font-weight:600}.stat-box{background:var(--surface);border-radius:12px;padding:1.5rem;border-bottom:4px solid var(--accent);text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:var(--surface-strong)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem}.group-header{background:var(--surface-strong);color:#ffffff;margin:-1.5rem -1.5rem 1rem -1.5rem;padding:1rem 1.5rem;border-radius:12px 12px 0 0;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-teams-list{list-style:none;padding:0;margin:0}.group-teams-list li{padding:0.6rem 0;border-bottom:1px dashed var(--border);display:flex;justify-content:space-between;align-items:center}.group-teams-list li:last-child{border-bottom:none}.schedule-row{background:var(--surface);border-radius:10px;padding:1rem 1.5rem;margin-bottom:1rem;border-left:5px solid var(--accent-2);transition:border-color 0.3s}.schedule-row:hover{border-left-color:var(--accent)}.vs-box{font-weight:800;font-size:1.2rem;color:var(--surface-strong);background:var(--page-bg);padding:0.25rem 1rem;border-radius:8px;display:inline-block}.status-badge{font-size:0.75rem;padding:0.3rem 0.6rem;border-radius:4px;font-weight:600}.status-upcoming{background-color:#e0f2fe;color:#0369a1}.team-img-box,.stadium-img-box{position:relative;height:200px;overflow:hidden}.team-img-box img,.stadium-img-box img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.custom-card:hover .team-img-box img,.custom-card:hover .stadium-img-box img{transform:scale(1.05)}.guide-item{display:flex;gap:1rem;margin-bottom:1.5rem}.guide-icon{width:48px;height:48px;background:rgba(0,82,204,0.1);color:var(--accent-2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.accordion-button:not(.collapsed){background-color:rgba(0,176,116,0.05);color:var(--accent)}.accordion-button:focus{box-shadow:none;border-color:var(--accent)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem 0;border-top:5px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.3s}footer a:hover{color:#ffffff}@media (max-width:768px){.hero-title{font-size:2rem}.section-header{margin-bottom:2rem}.schedule-row{text-align:center}.vs-box{margin:0.5rem 0;display:block}}