:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f62fe;--accent-green:#10b981;--accent-red:#ef4444;--border:#e2e8f0;--border-hover:#cbd5e1;--font-family:system-ui,-apple-system,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}header{background-color:var(--surface-strong);color:#ffffff;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s}.nav-link:hover{color:var(--accent)}section{padding:80px 0;border-bottom:1px solid var(--border)}.section-title{font-size:2.25rem;font-weight:800;color:var(--surface-strong);margin-bottom:1.5rem;position:relative}.section-title::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-green));margin-top:10px;border-radius:2px}#hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:100px 0;position:relative;overflow:hidden}#hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(15,98,254,0.15) 0%,transparent 50%);pointer-events:none}#hero h1{font-size:3rem;font-weight:900;line-height:1.2;letter-spacing:-0.02em}#hero .badge-host{background:linear-gradient(90deg,#ef4444,#ffffff,#10b981);color:#000;font-weight:700;padding:6px 16px;border-radius:20px;font-size:0.85rem}.score-bar{background-color:var(--surface);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.05);margin-top:-50px;position:relative;z-index:10;border:1px solid var(--border)}.score-item{border-right:1px solid var(--border);padding:20px}.score-item:last-child{border-right:none}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.08);border-color:var(--border-hover)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid var(--border);background-color:var(--surface)}.table-responsive-custom table{margin-bottom:0}.timeline{position:relative;padding-left:30px;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:30px}.timeline-item::before{content:'';position:absolute;left:-37px;top:5px;width:14px;height:14px;border-radius:50%;background-color:var(--accent);border:3px solid var(--surface)}.accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:12px;overflow:hidden}.accordion-button:not(.collapsed){background-color:rgba(15,98,254,0.05);color:var(--accent)}footer{background-color:var(--surface-strong);color:#94a3b8;font-size:0.9rem}footer a{color:#cbd5e1;transition:color 0.3s}footer a:hover{color:var(--accent)}@media (max-width:768px){#hero h1{font-size:2.2rem}.section-title{font-size:1.8rem}.score-bar{margin-top:-20px}.score-item{border-right:none;border-bottom:1px solid var(--border)}.score-item:last-child{border-bottom:none}}