:root{--wc-primary:#0a369d;--wc-secondary:#ff3366;--wc-accent:#00b4d8;--wc-bg:#f4f7fc;--wc-card-bg:#ffffff;--wc-text:#1e293b;--wc-muted:#64748b;--wc-border:#e2e8f0;--wc-green:#2ec4b6;--radius-sm:8px;--radius-md:12px}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--wc-bg);color:var(--wc-text);line-height:1.6}a{color:var(--wc-primary);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--wc-secondary)}.navbar{background-color:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,0.05);padding:1rem 0}.navbar-brand img{max-height:40px}.nav-link{font-weight:500;color:var(--wc-text) !important;margin-right:1rem}.nav-link:hover,.nav-link.active{color:var(--wc-secondary) !important}.hero-section{background:linear-gradient(135deg,#0a369d 0%,#001845 100%);color:#ffffff;padding:5rem 0;border-bottom:5px solid var(--wc-secondary)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2}.hero-desc{font-size:1.15rem;opacity:0.9}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative;padding-bottom:0.5rem;color:var(--wc-primary)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--wc-secondary);border-radius:2px}.wc-card{background:var(--wc-card-bg);border:1px solid var(--wc-border);border-radius:var(--radius-md);padding:1.5rem;transition:transform 0.2s ease,box-shadow 0.2s ease;height:100%}.wc-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.badge-live{background-color:var(--wc-secondary);color:#fff;padding:0.25rem 0.6rem;border-radius:4px;font-size:0.75rem;font-weight:bold;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.score-row{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 0;border-bottom:1px dashed var(--wc-border)}.score-row:last-child{border-bottom:none}.table-responsive{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--wc-border)}.table{margin-bottom:0;background:#fff}.table th{background-color:var(--wc-primary);color:#fff;font-weight:600}.timeline-item{position:relative;padding-left:2rem;border-left:2px solid var(--wc-primary);padding-bottom:1.5rem}.timeline-item::before{content:'';position:absolute;left:-6px;top:4px;width:10px;height:10px;border-radius:50%;background-color:var(--wc-secondary)}.faq-item{border-bottom:1px solid var(--wc-border);padding:1rem 0}.faq-question{font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.footer{background-color:#0f172a;color:#94a3b8;padding:4rem 0 2rem}.footer-title{color:#ffffff;font-weight:600;margin-bottom:1.25rem}.footer-links a{color:#94a3b8}.footer-links a:hover{color:#ffffff}.sidebar-widget{background-color:#fff;border-radius:var(--radius-md);border:1px solid var(--wc-border);padding:1.25rem;margin-bottom:1.5rem}.img-fluid-wc{border-radius:var(--radius-md);width:100%;height:auto;object-fit:cover}