:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#0f172a;--text-muted:#475569;--accent-us:#0a369d;--accent-mx:#006847;--accent-ca:#da291c;--primary:#1e3a8a;--primary-hover:#1e40af;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);transition:var(--transition)}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-main);font-weight:500;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--primary)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;overflow:hidden;position:relative}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(30,58,138,0.5) 0%,transparent 50%);z-index:1}.hero-container{position:relative;z-index:2}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;max-width:700px}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.3);max-width:100%;height:auto;object-fit:cover}.section-header{margin-bottom:3rem;position:relative}.section-title{font-size:2rem;font-weight:700;color:var(--text-main);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(to right,var(--accent-us),var(--accent-mx),var(--accent-ca));border-radius:2px}.section-subtitle{color:var(--text-muted);margin-top:0.5rem;font-size:1rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1)}.match-card{border-left:4px solid var(--primary)}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:9999px}.match-team img{width:32px;height:32px;object-fit:contain}.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:10px;padding:1.25rem}.group-header{background-color:#f1f5f9;margin:-1.25rem -1.25rem 1rem -1.25rem;padding:0.75rem 1.25rem;font-weight:700;font-size:1.1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-team-item{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 0;border-bottom:1px dashed var(--border)}.group-team-item:last-child{border-bottom:none}.news-img{height:200px;object-fit:cover;width:100%}.stadium-img-wrapper{position:relative;border-radius:12px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:auto;max-height:480px;object-fit:cover}.guide-card{border:none;background:linear-gradient(145deg,#ffffff,#f1f5f9)}.guide-icon{font-size:2rem;color:var(--primary);margin-bottom:1rem}.accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--primary);box-shadow:none}.accordion-button{font-weight:600}footer{background-color:var(--surface-strong);color:#94a3b8;padding:80px 0 30px;font-size:0.925rem}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition)}footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b;margin-top:50px;padding-top:30px}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.6rem}.stadium-img-wrapper img{max-height:300px}}