:root{--primary:#0d6efd;--primary-gradient:linear-gradient(135deg,#0d6efd 0%,#0a58ca 100%);--secondary:#198754;--accent:#ffc107;--dark-bg:#0f172a;--card-bg:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--light-bg:#f8fafc;--border-color:#e2e8f0;--nav-bg:rgba(15,23,42,0.95)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--light-bg);line-height:1.6;overflow-x:hidden}.custom-card{background:var(--card-bg);border:1px solid var(--border-color);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;overflow:hidden}.custom-card: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:var(--nav-bg);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;transition:color 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.hero-section{background:radial-gradient(circle at 10% 20%,rgba(15,23,42,0.98) 0%,rgba(30,41,59,0.95) 90%),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="none" width="100" height="100"/><circle fill="rgba(255,255,255,0.03)" cx="50" cy="50" r="40"/></svg>');color:#ffffff;padding:6rem 0 5rem;border-bottom:4px solid var(--primary)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.section-header{margin-bottom:2.5rem;position:relative;padding-bottom:1rem}.section-header h2{font-weight:800;color:var(--dark-bg);display:inline-block;margin-bottom:0.5rem}.section-header::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--primary);border-radius:2px}.score-ticker{background-color:var(--dark-bg);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.1);color:#ffffff;padding:0.75rem 1.25rem;border-radius:8px;min-width:280px;margin-right:15px;display:inline-block}.ticker-card .badge-live{background-color:#ef4444;color:white;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.table-responsive{border-radius:10px;border:1px solid var(--border-color);background:#ffffff}.table thead{background-color:var(--dark-bg);color:#ffffff}.table th,.table td{padding:1rem;vertical-align:middle}.guide-box{background:var(--card-bg);border-left:5px solid var(--secondary);padding:1.5rem;border-radius:0 10px 10px 0;height:100%}.faq-item .accordion-button:not(.collapsed){background-color:rgba(13,110,253,0.05);color:var(--primary)}.faq-item .accordion-button{font-weight:600;color:var(--dark-bg)}footer{background-color:var(--dark-bg);color:#94a3b8;padding:4rem 0 2rem;border-top:5px solid var(--primary)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--accent)}@media (max-width:991px){.hero-section{padding:4rem 0 3rem;text-align:center}.hero-title{font-size:2.25rem}.hero-img-wrapper{margin-top:2rem}}