.g9-wrap{--p:#3182f6;--p-bg:#eef4ff;--bg:#fff;--border:#f1f5f9;--fg:#0f172a;--mut:#64748b;font-family:Pretendard,sans-serif;color:var(--fg);width:100%}.g9-card{background:var(--bg);border:1px solid #e2e8f0;border-radius:20px;padding:20px;box-shadow:0 10px 25px -5px rgba(15,23,42,.04)}.g9-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--border)}.g9-header-left{display:flex;align-items:center;gap:10px}.g9-icon-box{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#3182f6 0%,#1b64da 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px}.g9-title-main{font-size:15px;font-weight:800}.g9-title-sub{font-size:11px;color:var(--mut);margin-top:2px}.g9-live-badge{display:inline-flex;align-items:center;gap:5px;background:var(--p-bg);color:var(--p);font-size:11px;font-weight:800;padding:4px 10px;border-radius:20px}.g9-pulse-dot{width:6px;height:6px;background:var(--p);border-radius:50%;animation:g9-pulse 1.8s infinite}@keyframes g9-pulse{0%{box-shadow:0 0 0 0 rgba(49,130,246,.7)}70%{box-shadow:0 0 0 6px rgba(49,130,246,0)}100%{box-shadow:0 0 0 0 rgba(49,130,246,0)}}.g9-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.g9-list li a{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:10px;text-decoration:none;color:var(--fg);transition:.2s}.g9-list li a:hover{background:#f8fafc;transform:translateX(3px)}.g9-left-content{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.g9-sb-rank{width:20px;font-weight:800;font-size:13px;color:#94a3b8}.g9-sb-rank.top{color:var(--p);font-size:14px}.g9-sb-kw{font-size:13.5px;font-weight:700;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g9-badge-new{font-size:10px;font-weight:800;padding:2px 7px;border-radius:6px;background:#eef4ff;color:var(--p)}.g9-delta-up{font-size:11px;font-weight:700;color:#f43f5e;background:#fff1f2;padding:2px 6px;border-radius:6px}.g9-delta-down{font-size:11px;font-weight:700;color:#2563eb;background:#eff6ff;padding:2px 6px;border-radius:6px}.g9-delta-same{font-size:11px;color:#cbd5e1}.g9-footer{margin-top:12px;padding-top:10px;border-top:1px dashed var(--border);text-align:right;font-size:10.5px;color:#94a3b8}