:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f1d4a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#da291c;--accent-2:#006847;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg,#0f1d4a 0%,#1e3a8a 100%)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.3s ease,box-shadow 0.3s ease}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar-custom{background-color:rgba(15,29,74,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-brand img{height:40px;object-fit:contain}.navbar-brand span{color:var(--text-light);font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link-custom{color:var(--text-light) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.nav-link-custom:hover{color:var(--accent) !important}.hero-section{background:var(--primary-gradient);color:var(--text-light);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(218,41,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-badge{background-color:var(--accent);color:var(--text-light);padding:0.5rem 1rem;border-radius:50px;font-weight:600;display:inline-block;margin-bottom:1rem}.live-ticker{background-color:var(--surface-strong);color:var(--text-light);padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.ticker-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:8px;padding:0.75rem 1rem;min-width:280px;margin-right:1rem;flex-shrink:0}.section-title{font-size:2rem;font-weight:700;color:var(--surface-strong);margin-bottom:2rem;position:relative;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),var(--accent-2));border-radius:2px}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.group-header{background:var(--surface-strong);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:700;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:0.75rem 1.25rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-table{width:100%;min-width:800px;background-color:var(--surface);border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.schedule-table th{background-color:var(--surface-strong);color:var(--text-light);padding:1rem;font-weight:600;text-align:left}.schedule-table td{padding:1rem;border-bottom:1px solid var(--border);vertical-align:middle}.news-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1.5rem}@media (max-width:992px){.news-grid{grid-template-columns:1fr}}.news-featured{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border)}.news-list-item{background:var(--surface);border-radius:12px;padding:1.25rem;border:1px solid var(--border);height:100%;display:flex;flex-direction:column;justify-content:space-between}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:12px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:#f8fafc;box-shadow:none}.footer-custom{background-color:#0b132b;color:#94a3b8;padding:4rem 0 2rem;border-top:4px solid var(--accent)}.footer-custom h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:var(--text-light)}.badge-mex{background-color:var(--accent-2);color:white}.badge-usa{background-color:#0a36af;color:white}.badge-can{background-color:var(--accent);color:white}