:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent-usa:#0a36af;--accent-mexico:#006847;--accent-canada:#da291c;--accent-gold:#d4af37;--accent-primary:#1d4ed8;--border:#e2e8f0;--border-hover:#cbd5e1}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}.header-navbar{background-color:var(--surface-strong);border-bottom:3px solid var(--accent-gold);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1050}.header-navbar .navbar-brand{display:flex;align-items:center;gap:10px;color:var(--text-light) !important;font-weight:800;font-size:1.25rem}.header-navbar .navbar-brand img{height:40px;width:auto;object-fit:contain}.header-navbar .nav-link{color:#cbd5e1 !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.header-navbar .nav-link:hover,.header-navbar .nav-link:focus{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#1e293b 100%);color:var(--text-light);padding:80px 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(212,175,55,0.15) 0%,transparent 50%);pointer-events:none}.hero-content{z-index:2;position:relative}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:20px;background:linear-gradient(to right,#ffffff 30%,var(--accent-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:#94a3b8;margin-bottom:30px;max-width:650px;line-height:1.7}.hero-badges .badge{font-size:0.9rem;padding:8px 16px;border-radius:50px;font-weight:600}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.4)}.hero-image-wrapper img{width:100%;height:auto;display:block;transition:transform 0.5s ease}.hero-image-wrapper:hover img{transform:scale(1.03)}.live-ticker{background-color:var(--surface);border-bottom:1px solid var(--border);padding:15px 0;box-shadow:var(--card-shadow)}.ticker-card{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:10px 15px;min-width:260px;margin-right:15px;display:inline-block}.ticker-header{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted);margin-bottom:5px;font-weight:600}.ticker-body{display:flex;align-items:center;justify-content:space-between}.ticker-team{display:flex;align-items:center;gap:8px;font-weight:700;font-size:0.9rem}.ticker-score{font-family:monospace;font-weight:800;font-size:1rem;background:var(--surface-strong);color:var(--accent-gold);padding:2px 6px;border-radius:4px}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:all 0.3s ease;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.08);border-color:var(--border-hover)}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:800;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent-primary);border-radius:2px}.schedule-table-wrapper{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow-x:auto}.schedule-table{width:100%;margin-bottom:0;white-space:nowrap}.schedule-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:700;padding:15px;border-bottom:2px solid var(--border)}.schedule-table td{padding:15px;vertical-align:middle;border-bottom:1px solid var(--border)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.group-card{background-color:var(--surface);border-radius:12px;border-top:4px solid var(--accent-primary);box-shadow:0 4px 6px rgba(0,0,0,0.02);padding:20px}.group-title-header{font-weight:800;font-size:1.15rem;color:var(--surface-strong);border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed var(--border)}.group-item:last-child{border-bottom:none}.team-profile-card{position:relative;border-radius:12px;overflow:hidden}.team-badge-overlay{position:absolute;top:15px;right:15px;background:rgba(255,255,255,0.9);padding:4px 8px;border-radius:4px;font-size:0.75rem;font-weight:700}.guide-banner{background-color:var(--surface-strong);color:var(--text-light);border-radius:12px;overflow:hidden}.guide-text-area{padding:40px}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:15px;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent-primary);box-shadow:none}footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px 0;font-size:0.9rem;border-top:5px solid var(--accent-gold)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--accent-gold)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:20px}@media (max-width:768px){.hero-title{font-size:2rem}.hero-section{padding:40px 0}.guide-text-area{padding:20px}}