:root{--wc-primary:#0a2540;--wc-secondary:#00d4b2;--wc-accent:#ff3e6c;--wc-bg-light:#f4f7fa;--wc-card-bg:#ffffff;--wc-text-main:#1e293b;--wc-text-muted:#64748b;--wc-border:#e2e8f0;--wc-hover-blue:#0f3d6c}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:var(--wc-text-main);background-color:var(--wc-bg-light);line-height:1.6}.card-custom{background:var(--wc-card-bg);border:1px solid var(--wc-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.2s ease,box-shadow 0.2s ease;overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar-custom{background-color:var(--wc-primary);padding:15px 0;border-bottom:3px solid var(--wc-secondary)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:8px 16px !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--wc-secondary) !important}.hero-section{background:linear-gradient(135deg,#0a2540 0%,#061524 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(0,212,178,0.15) 0%,rgba(0,0,0,0) 70%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-title span{color:var(--wc-secondary)}.hero-meta-item{background:rgba(255,255,255,0.08);border-left:4px solid var(--wc-secondary);padding:15px 20px;border-radius:0 8px 8px 0}.live-ticker{background:#ffffff;border-bottom:1px solid var(--wc-border);padding:15px 0}.ticker-card{border-right:1px solid var(--wc-border);padding:0 20px;min-width:260px}.ticker-card:last-child{border-right:none}.ticker-status{font-size:0.75rem;font-weight:700;padding:2px 8px;border-radius:50px;display:inline-block}.status-upcoming{background:#f1f5f9;color:var(--wc-text-muted)}.status-live{background:#ffe4e6;color:var(--wc-accent);animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.section-header{margin-bottom:40px;position:relative}.section-header h2{font-weight:800;color:var(--wc-primary);position:relative;display:inline-block;padding-bottom:12px}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--wc-secondary);border-radius:2px}.section-desc{color:var(--wc-text-muted);margin-top:10px;max-width:700px}.group-table{width:100%;border-collapse:collapse}.group-table th{background-color:var(--wc-primary);color:#ffffff;font-weight:600;padding:12px;text-align:center}.group-table td{padding:12px;border-bottom:1px solid var(--wc-border);text-align:center}.group-table tr:hover{background-color:rgba(0,212,178,0.05)}.group-badge{background:var(--wc-primary);color:#ffffff;font-weight:700;padding:6px 12px;border-radius:6px;display:inline-block;margin-bottom:15px}.guide-step{display:flex;gap:20px;margin-bottom:25px}.guide-step-icon{width:50px;height:50px;background:rgba(0,212,178,0.1);color:var(--wc-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.faq-item{background:var(--wc-card-bg);border:1px solid var(--wc-border);border-radius:10px;margin-bottom:15px;padding:20px}.faq-question{font-weight:700;color:var(--wc-primary);font-size:1.1rem;margin-bottom:10px;display:flex;align-items:center;gap:10px}.faq-question i{color:var(--wc-secondary)}.faq-answer{color:var(--wc-text-muted);font-size:0.95rem;padding-left:28px}.footer-custom{background:#061524;color:rgba(255,255,255,0.75);padding:60px 0 30px 0;border-top:5px solid var(--wc-primary)}.footer-custom h4{color:#ffffff;font-weight:700;margin-bottom:25px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:var(--wc-secondary)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:25px;margin-top:40px;font-size:0.85rem}@media (max-width:768px){.hero-title{font-size:2rem}.section-header h2{font-size:1.75rem}.responsive-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}}