:root{--wc-blue:#0f1d40;--wc-red:#da291c;--wc-green:#006847;--wc-gold:#d4af37;--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#111827;--text-main:#1f2937;--text-muted:#4b5563;--accent:#2563eb;--accent-hover:#1d4ed8;--border-color:#e5e7eb;--card-radius:12px}body{font-family:-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-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;border-bottom:3px solid var(--wc-red)}.navbar-brand img{max-height:45px;margin-right:10px}.navbar-custom .nav-link{color:#f3f4f6 !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--wc-gold) !important}.hero-section{background:linear-gradient(135deg,#0f1d40 0%,#1e3a8a 100%);color:#ffffff;padding:4rem 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.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#f3f4f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:var(--card-radius);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:2rem;position:relative;padding-left:1rem;border-left:5px solid var(--wc-red)}.section-header h2{font-weight:700;color:var(--wc-blue);margin-bottom:0.25rem;font-size:1.8rem}.custom-card{background-color:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border-color);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.score-ticker{background:var(--surface-strong);color:#fff;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.1)}.score-item{display:inline-flex;align-items:center;padding:0 1.5rem;border-right:1px solid rgba(255,255,255,0.2);font-size:0.9rem}.score-status{font-size:0.75rem;background:var(--wc-red);padding:1px 6px;border-radius:4px;margin-left:8px}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-table th{background-color:var(--wc-blue);color:#ffffff;font-weight:600;border:none}.schedule-table td{vertical-align:middle}.group-badge{font-weight:bold;background:var(--wc-blue);color:#fff;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.85rem}.guide-step{text-align:center;padding:1.5rem}.guide-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1rem}.accordion-button:not(.collapsed){background-color:rgba(37,99,235,0.1);color:var(--accent)}.footer-custom{background-color:var(--surface-strong);color:#9ca3af;padding:4rem 0 2rem;font-size:0.9rem;border-top:5px solid var(--wc-blue)}.footer-custom h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.footer-custom a{color:#d1d5db;text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:var(--wc-gold)}@media (max-width:768px){.hero-title{font-size:2rem}.section-header h2{font-size:1.5rem}}