.ts-utility-bar{position:sticky;top:0;z-index:999;display:flex;gap:10px;align-items:center;justify-content:space-between;padding:10px 14px;background:rgba(9,9,11,.92);backdrop-filter:blur(10px);border-bottom:1px solid #27272a}
.ts-utility-left,.ts-utility-right{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.ts-utility-btn{appearance:none;border:1px solid #27272a;background:#121214;color:#fafafa;border-radius:10px;padding:8px 12px;font:600 12px/1.2 Inter,system-ui,sans-serif;cursor:pointer}
.ts-utility-btn:hover{border-color:#3f3f46}
.ts-utility-pill{border:1px solid #27272a;background:#0f0f11;color:#a1a1aa;border-radius:999px;padding:6px 10px;font:600 11px/1 Inter,system-ui,sans-serif}
.ts-help-fab{position:fixed;right:18px;bottom:78px;z-index:995;appearance:none;border:1px solid #27272a;background:#121214;color:#fafafa;border-radius:999px;padding:10px 14px;font:700 12px/1 Inter,system-ui,sans-serif;cursor:pointer;box-shadow:0 6px 30px rgba(0,0,0,.35)}
.ts-help-drawer{position:fixed;right:18px;bottom:124px;width:min(420px,calc(100vw - 32px));max-height:60vh;overflow:auto;z-index:995;border:1px solid #27272a;background:#121214;color:#fafafa;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.45);display:none}
.ts-help-drawer.open{display:block}
.ts-help-drawer .head{position:sticky;top:0;background:#121214;border-bottom:1px solid #27272a;padding:12px 14px;display:flex;align-items:center;justify-content:space-between}
.ts-help-drawer .body{padding:14px}
.ts-help-card{border:1px solid #27272a;border-radius:12px;padding:12px;margin-bottom:10px;background:#151518}
.ts-help-card h4{margin:0 0 8px 0;font:700 13px/1.2 Inter,system-ui,sans-serif}
.ts-help-card p{margin:0;color:#d4d4d8;font:500 12px/1.5 Inter,system-ui,sans-serif}
.ts-help-card ul{margin:8px 0 0 18px;color:#d4d4d8;font:500 12px/1.5 Inter,system-ui,sans-serif}
.ts-collapsed-help{display:none !important}
@media (max-width:720px){.ts-utility-bar{padding:10px}.ts-utility-btn{padding:8px 10px}.ts-help-fab{right:12px;bottom:76px}.ts-help-drawer{right:12px;bottom:122px;width:calc(100vw - 24px)}}
