.chart-loading{box-sizing:border-box;flex-direction:column;gap:28px;display:flex}.chart-loading-plot{flex-direction:column;flex:1;justify-content:space-between;min-height:0;display:flex;position:relative}.chart-loading-grid{border-top:1px dashed var(--grid)}.chart-loading-message{z-index:1;border:1px solid var(--border);text-align:center;background:#fff;border-radius:16px;width:min(100%,360px);padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-loading-message h2{margin:0 0 8px;font-size:18px;font-weight:600}.chart-loading-message p{color:var(--axis);margin:0;font-size:14px;line-height:1.5}.chart-loading-retry{border:1px solid var(--border);background:var(--soft);border-radius:20px;margin-top:16px;padding:8px 16px}.chart-loading-plot svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.chart-loading-plot path{fill:none;stroke:var(--bar);stroke-width:3px;stroke-linecap:round;vector-effect:non-scaling-stroke;clip-path:inset(-20% 100% -20% 0);animation:2.4s ease-in-out infinite chart-loading-draw}.chart-loading-plot path+path{animation-delay:.3s}.chart-loading-bars{flex:none;align-items:flex-end;gap:10px;height:56px;display:flex}.chart-loading-bars span{background:var(--bar);transform-origin:bottom;border-radius:2px;flex:1;height:100%;animation:1.6s ease-in-out infinite chart-loading-rise;transform:scaleY(.45)}.chart-loading[data-busy=false] .chart-loading-bars span{opacity:.35;animation:none;transform:scaleY(.45)}@keyframes chart-loading-draw{0%{clip-path:inset(-20% 100% -20% 0)}45%,60%{clip-path:inset(-20% 0)}to{clip-path:inset(-20% 0 -20% 100%)}}@keyframes chart-loading-rise{0%,to{opacity:.55;transform:scaleY(.45)}40%{opacity:1;transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.chart-loading-plot path{clip-path:none;animation:none}.chart-loading-bars span{animation:none;transform:scaleY(.7)}}@font-face{font-family:Junicode;src:url(/fonts/Junicode-Regular.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Junicode;src:url(/fonts/Junicode-Bold.ttf)format("truetype");font-style:normal;font-weight:700;font-display:swap}:root{--text:#151515;--muted:#9a9a9a;--axis:#5f5f5f;--grid:#e4e4e4;--border:#e6e6e6;--soft:#f1efec;--bar:#e6e1da;--bar-in:#3a3a3a;--ink:#111;--sidebar-width:340px;color:var(--text);-webkit-font-smoothing:antialiased;background:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px}.stream-speed{border:1px solid var(--border);color:var(--muted);font:inherit;background:#fff;border-radius:14px;padding:5px 7px;font-size:11px}*{box-sizing:border-box}html,body,#root{background:#fff;height:100%;margin:0}button,input{font:inherit;color:inherit}button{cursor:pointer}.muted{color:var(--muted)}.app{height:100%;display:flex;position:relative}.main{flex-direction:column;flex:1;min-width:0;padding:18px 24px 24px 12px;display:flex;overflow:hidden}.topbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding-left:22px;display:flex}.chart-controls{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.chart-controls .divider{margin:0}.topic{flex:none;margin-right:6px;font-size:22px;font-weight:600}.pills{scrollbar-width:none;flex-wrap:nowrap;flex:none;align-items:center;gap:8px;max-width:42%;padding:2px 0;display:flex;overflow-x:auto}.pills::-webkit-scrollbar{display:none}.pill{white-space:nowrap;border:1px solid var(--border);height:34px;color:var(--muted);background:#fff;border-radius:999px;flex:none;align-items:center;gap:7px;padding:0 15px 0 12px;font-size:14px;font-weight:500;display:inline-flex}.pill-on{background:var(--ink);border-color:var(--ink);color:#fff}.pill-add{border-style:dashed;border-color:#cfcfcf;padding:0 10px}.pill-add:hover{color:var(--text)}.dot{border-radius:50%;flex:none;width:8px;height:8px}.spacer{flex:1}.round-btn{background:var(--soft);border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.round-btn:hover{background:#e8e5e1}.divider{background:var(--border);width:1px;height:24px;margin:0 6px}.segmented{background:var(--soft);border-radius:10px;padding:3px;display:flex}.segmented button{width:38px;height:32px;color:var(--muted);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.segmented button.on{color:var(--ink);background:#fff;box-shadow:0 1px 3px #00000014}.chart{-webkit-user-select:none;user-select:none;flex:1;min-width:0;min-height:0;position:relative;overflow:hidden}.chart svg{display:block}.grid{stroke:var(--grid);stroke-dasharray:3 4}.tick{fill:var(--axis);font-variant-numeric:tabular-nums;font-size:12.5px}.selection{fill:#0000000a}.selection-edge{stroke:#cdcdcd}.hover-line{stroke:#c4c4c4;pointer-events:none}.series-line{fill:none;stroke-width:1.1px;stroke-opacity:.6;stroke-linejoin:round}.series-picked{stroke-width:2px;stroke-opacity:.9}.series-dot{stroke:#00000073;stroke-width:.7px}.series-label{font-size:12px;font-weight:500}.hover-ring{fill:none;stroke-width:1.6px;pointer-events:none}.overlay{fill:#0000;cursor:crosshair;touch-action:none}.post-translation{flex-wrap:wrap;align-items:center;gap:6px 10px;margin:0 0 10px;font-size:11px;display:flex}.translate-button{color:#267252;cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:3px 0;text-decoration:underline}.translate-button:disabled{cursor:wait;color:#777}.translate-button:focus-visible{outline-offset:3px;outline:2px solid #267252}.translation-error{color:#a32d2d;flex-basis:100%}.card.post-hover-card{pointer-events:auto;overflow-wrap:anywhere;z-index:5;overflow:auto;transform:none}.post-hover-card .card-head{padding-right:20px}.post-preview-close{color:#777;cursor:pointer;background:0 0;border:0;font-size:18px;position:absolute;top:4px;right:6px}.post-hover-card .post-translation{flex-shrink:0}.post-expand-button,.post-source-link{color:#267252;font:inherit;text-underline-offset:3px;background:0 0;border:0;flex:none;align-self:flex-start;margin:0 0 8px;padding:3px 0;font-size:11px;text-decoration:underline}.post-expand-button:focus-visible,.post-source-link:focus-visible{outline-offset:3px;outline:2px solid #267252}.post-source-link{border:1px solid var(--border);color:var(--ink);border-radius:6px;padding:5px 10px;text-decoration:none}.post-source-link:hover{background:var(--soft);border-color:var(--muted)}.post-expand-button{align-items:center;gap:6px;font-weight:500;text-decoration:none;display:inline-flex}.post-expand-button:hover{text-decoration:underline}.post-sentiment{align-items:center;gap:10px;display:flex}.post-sentiment>span{color:var(--axis);font-size:12px}.post-reader{width:min(680px,100vw - 40px);max-width:none;max-height:calc(100dvh - 48px);color:var(--text);background:#fff;border:1px solid #e4e4e0;border-radius:22px;padding:0;overflow:hidden;box-shadow:0 24px 90px #00000026}.post-reader::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#171d1a66}.post-reader-surface{flex-direction:column;max-height:calc(100dvh - 50px);display:flex}.post-reader-header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:flex-start;gap:20px;padding:26px 30px 20px;display:flex}.post-reader-header h2{letter-spacing:-.02em;margin:0 0 6px;font-size:18px;font-weight:600}.post-reader-meta{color:var(--axis);flex-wrap:wrap;gap:8px 14px;font-size:12px;display:flex}.post-reader-close{background:var(--soft);width:34px;height:34px;color:var(--axis);border:0;border-radius:50%;flex:none;place-items:center;display:grid}.post-reader-close:hover{color:var(--ink);background:#e6e5e1}.post-reader-body{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#aaa9a3 transparent;min-height:0;padding:26px 30px 30px;overflow-y:auto}.post-reader-body p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:18px;line-height:1.75}.post-reader-footer{border-top:1px solid var(--border);background:#fafaf8;flex:none;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:18px 30px 22px;display:grid}.post-reader-footer .post-translation{margin:0;font-size:12px}.post-reader-footer .translate-button{color:var(--axis);text-decoration:none}.post-reader-footer .translate-button:hover{color:var(--ink);text-decoration:underline}.post-reader-footer .post-source-link{background:var(--ink);border-color:var(--ink);color:#fff;border-radius:9px;margin:0;padding:9px 14px;font-size:12px}.post-reader-footer .post-source-link:hover{background:#333}.post-reader-footer .card-foot{grid-column:1/-1;gap:16px}.post-reader :focus-visible{outline-offset:3px;outline:2px solid #267252}.post-reader-body:focus-visible{outline-offset:-3px}@media (width<=540px){.post-reader{border-radius:16px;width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.post-reader-surface{max-height:calc(100dvh - 22px)}.post-reader-header,.post-reader-body,.post-reader-footer{padding:20px}.post-reader-body p{font-size:17px;line-height:1.65}.post-reader-footer{gap:14px}}.card{border:1px solid var(--border);pointer-events:none;background:#fff;border-radius:14px;padding:14px 16px;font-size:14px;line-height:1.45;position:absolute;transform:translateY(-50%);box-shadow:0 8px 28px #00000014}.tweet-card{flex-direction:column;display:flex;overflow:hidden;transform:none}.card-head{flex:none;justify-content:space-between;align-items:baseline;gap:8px;font-size:12px;display:flex}.handle{font-size:14px;font-weight:600}.card-text{overflow-wrap:anywhere;-webkit-line-clamp:8;-webkit-box-orient:vertical;min-height:0;margin:6px 0 10px;display:-webkit-box;overflow:hidden}.card-foot{flex:none;justify-content:space-between;align-items:center;display:flex}.card-stats{font-variant-numeric:tabular-nums;gap:14px;font-size:12px;display:flex}.card-stats span{align-items:center;gap:4px;display:inline-flex}.gauge{align-items:center;gap:7px;display:inline-flex}.gauge-track{background:linear-gradient(90deg,#d8453b,#d6d6d6 50%,#23965a);border-radius:2px;width:44px;height:4px;position:relative}.gauge-mark{border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #00000026}.gauge-value{font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}.interval-control{color:var(--muted);white-space:nowrap;align-items:center;gap:5px;font-size:11px;display:inline-flex}.series-line.series-raw{stroke-width:1px}.series-line.series-trend{stroke-width:2.5px}.series-line.series-trend.series-picked{stroke-width:3px}.line-display{background:var(--soft);border-radius:7px;gap:2px;padding:2px;display:inline-flex}.line-display button{color:var(--axis);background:0 0;border:0;border-radius:5px;padding:3px 9px;font-size:11px}.line-display button[aria-pressed=true]{color:var(--text);background:#fff;box-shadow:0 1px 3px #0001}.line-display button:focus-visible{outline:2px solid var(--axis);outline-offset:2px}.timeline{flex:none;padding-top:8px}.slider{-webkit-user-select:none;user-select:none}.slider svg{touch-action:none;display:block;overflow:visible}.slider-window{fill:#f3f2f0}.bar{fill:var(--bar)}.bar-in{fill:var(--bar-in)}.slider-track{stroke:var(--ink)}.slider-handle{fill:var(--ink)}.icon-btn{background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;display:inline-flex}.chat{width:var(--sidebar-width);border-left:1px solid var(--border);background:#f6f6f4;flex-direction:column;flex:none;padding:16px;display:flex;position:relative}.chat-resize-handle{z-index:5;cursor:col-resize;touch-action:none;width:13px;position:absolute;inset:0 auto 0 -7px}.chat-resize-handle:after{content:"";background:var(--muted);border-radius:999px;width:4px;height:40px;transition:background .12s;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.chat-resize-handle:hover:after,.chat-resize-handle:focus-visible:after,.chat-resize-handle[data-resizing]:after{background:var(--ink)}.chat-resize-handle:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.recents-resize-handle{left:auto;right:-7px}.messages{flex:1;overflow-y:auto}.chat-empty{height:100%;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:14px;display:flex}.chip{border:1px solid var(--border);font-variant-numeric:tabular-nums;background:#fff;border-radius:999px;align-self:flex-start;align-items:center;gap:2px;height:36px;margin-bottom:8px;padding:0 6px 0 14px;font-size:14px;display:inline-flex}.chip .icon-btn{color:#555;border-radius:999px;padding:5px}.chip .icon-btn:hover{background:#e5e2dd}.input-row{border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;flex-shrink:0;align-items:stretch;gap:4px;padding:6px 6px 6px 16px;display:flex}.input-row:focus-within{border-color:#cfcfcf}.input-row textarea{resize:none;overflow-wrap:anywhere;width:100%;min-width:0;min-height:38px;max-height:min(180px,30dvh);font:inherit;color:inherit;background:0 0;border:none;outline:none;flex:none;padding:8px 0;font-size:15px;line-height:22px;overflow-y:auto}.input-row textarea::placeholder{color:var(--muted)}.input-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.send{background:var(--ink);color:#fff;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.axis-label{fill:#3d3d3d;text-anchor:middle;font-size:13px;font-weight:500}.volume-band{stroke:#fff;stroke-width:.6px}.baseline{stroke:#cfcfcf}.topic-sub{color:var(--muted);flex:none;margin-right:-2px;font-size:12px}.sidebar{border-right:1px solid var(--border);background:#faf9f8;flex-direction:column;flex:none;gap:4px;width:240px;padding:18px 12px;display:flex}.brand{text-align:left;letter-spacing:-.01em;background:0 0;border:none;padding:0 10px 14px;font-size:18px;font-weight:600}.retained-workspace{flex:1;min-width:0;height:100%;display:flex}.retained-workspace[hidden]{display:none}.sentimeter-logo{color:var(--text);white-space:nowrap;vertical-align:middle;align-items:center;gap:.4em;line-height:1;display:inline-flex}.sentimeter-logo-mark{flex:none;width:1.6em;height:1.6em;display:block}.sentimeter-logo-name{letter-spacing:0;font-family:Junicode,Georgia,serif;font-size:1.2em;font-weight:700}.brand:focus-visible{outline:2px solid var(--text);outline-offset:4px;border-radius:4px}.new-btn{text-align:left;background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;padding:9px 10px;font-size:15px;font-weight:500;display:flex}.new-btn:hover{background:#efedea}.recents-label{color:var(--muted);padding:18px 10px 6px;font-size:13px}.recents{margin:0;padding:0;list-style:none;overflow-y:auto}.recent-row{flex-wrap:wrap;align-items:center;display:flex;position:relative}.recent{text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:9px;width:100%;padding:8px 38px 8px 10px;font-size:14px;display:block;overflow:hidden}.recent:hover{background:#efedea}.recent.on{background:#e9e6e2}.recent-more{color:#666;cursor:pointer;opacity:0;border-radius:999px;padding:5px;position:absolute;top:5px;right:4px}.recent-row:hover .recent-more,.recent-row:focus-within .recent-more,.recent-row.menu-open .recent-more{opacity:1}@media (hover:none){.recent-more{opacity:1}}.recent-groups{min-height:0;overflow-y:auto}.recent-pin{color:var(--muted);pointer-events:none;position:absolute;top:8px;right:34px}.recent-row:has(.recent-pin) .recent{padding-right:62px}.archived-toggle{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:20px 10px 8px;font-size:12px}.recent-menu{z-index:1000;color:#f5f5f5;background:#303030;border:1px solid #444;border-radius:22px;width:220px;padding:8px;position:fixed;box-shadow:0 8px 28px #00000030}.recent-menu-action{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:13px;padding:12px 14px;font-size:15px;display:flex}.recent-menu-action.divided{border-top:1px solid #555;border-radius:0 0 10px 10px;margin-top:5px;padding-top:17px}.recent-menu-action:hover,.recent-menu-action:focus-visible{background:#444;outline:none}.recent-menu-action.danger{color:#ff4848}.recent-dialog{border:1px solid var(--border);width:min(440px,100vw - 32px);color:var(--ink);border-radius:18px;padding:24px}.recent-dialog::backdrop{background:#0006}.recent-dialog h2{margin:0 0 16px;font-size:18px}.recent-dialog p{font-size:13px;line-height:1.5}.recent-dialog input{border:1px solid var(--border);width:100%;font:inherit;border-radius:8px;padding:10px}.recent-dialog-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.recent-dialog-actions button{border:1px solid var(--border);background:var(--soft);color:var(--ink);font:inherit;cursor:pointer;border-radius:8px;padding:8px 14px}.recent-more:hover,.recent-more[aria-expanded=true]{background:#e3e0db}.recent-delete{color:#c0392b;width:100%;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;padding:10px;font-size:13px;display:flex}.recent-delete:hover{background:#c0392b0d}.recent-more:focus-visible,.recent-delete:focus-visible{outline:2px solid var(--ink);outline-offset:1px}.home-modes{justify-content:center;gap:8px;margin-bottom:20px;display:flex}.home-modes button{border:1px solid var(--border);color:var(--muted);font:inherit;cursor:pointer;background:0 0;border-radius:20px;padding:9px 14px;font-size:13px}.home-modes button[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.automation-setup{background:#f6f6f4;flex-direction:column;flex:1;min-width:0;display:flex}.automation-setup header{box-sizing:border-box;width:100%;margin:0 auto;padding:24px 28px 12px}.automation-setup h1{margin:0 0 8px;font-size:24px}.automation-setup header p{color:var(--muted);margin:0;font-size:14px}.automation-setup .chat{border:0;flex:1;max-width:none;min-height:0;margin:0 auto;padding:16px 28px 24px;width:100%!important}.automation-setup .chat-resize-handle{display:none}.tracking-controls{flex-wrap:wrap;align-items:center;gap:10px;padding:8px 28px;font-size:13px;display:flex}.tracking-controls details{max-width:100%}.tracking-controls pre{white-space:pre-wrap;overflow-wrap:anywhere;max-height:220px;overflow:auto}.tracking-controls input,.tracker-launch input{border:1px solid #ddd;border-radius:8px;max-width:110px;padding:6px}.tracking-mode{color:#267252}.ingestion-activity{border:1px solid var(--border);font-variant-numeric:tabular-nums;background:#fafaf9;border-radius:12px;flex-wrap:wrap;flex-basis:100%;align-items:center;gap:8px 16px;padding:12px 14px;display:flex}.ingestion-health{align-items:center;gap:7px;display:inline-flex}.ingestion-health:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.ingestion-active{color:#267252}.ingestion-warning{color:#946014}.ingestion-waiting,.ingestion-stopped,.ingestion-context{color:#666}.ingestion-progress{flex-basis:100%}.tracker-launch{background:#f7f7f5;border-radius:12px;margin:14px 0;padding:12px}.navigation-error{z-index:100;color:#b43c2e;background:#fff;border:1px solid #ddd;border-radius:12px;max-width:600px;padding:16px;position:fixed;bottom:20px;left:20px}.home{background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:26px;padding-bottom:12vh;display:flex;position:relative;container-type:inline-size}.home-content{z-index:1;flex-direction:column;align-items:center;gap:26px;width:min(1120px,100% - 32px);display:flex;position:relative}.wordmark{letter-spacing:-.02em;margin:0;font-size:clamp(28px,4vw,48px);font-weight:600}.wordmark .sentimeter-logo{gap:.3em}.wordmark .sentimeter-logo-mark{width:1.2em;height:1.2em}.sentimeter-logo-ascii{color:#29282c;letter-spacing:0;white-space:pre;font-family:Courier New,Courier,monospace;font-size:clamp(2.5px,1.02cqw,12px);font-weight:700;line-height:1;display:block}.tagline{color:#777;text-align:center;margin:-14px 0 0;font-size:16px}.home-input{background:#fff;border:1px solid #ddd9d4;border-radius:22px;align-items:center;gap:8px;width:min(620px,80vw);padding:10px 10px 10px 20px;display:flex;box-shadow:0 2px 10px #0000000a}.home-input:focus-within{border-color:#c4bfb9}.home-input input{background:0 0;border:none;outline:none;flex:1;min-width:0;height:44px;font-size:17px}.app-setup .main,.app-setup .chat{opacity:.35;pointer-events:none}.setup-overlay{inset:0 0 0 var(--sidebar-width);pointer-events:none;justify-content:center;align-items:flex-end;padding:0 32px 40px;display:flex;position:absolute}.setup{border:1px solid var(--border);pointer-events:auto;background:#fff;border-radius:18px;flex-direction:column;gap:14px;width:min(900px,100%);padding:22px 24px 18px;display:flex;box-shadow:0 16px 48px #0000001f}.setup-row{align-items:baseline;gap:14px;display:flex}.setup-label{width:92px;color:var(--muted);flex:none;font-size:13px}.setup-actions{justify-content:flex-end;display:flex}.primary-btn{background:var(--ink);color:#fff;border:none;border-radius:999px;height:38px;padding:0 22px;font-size:15px;font-weight:500}.primary-btn:disabled{background:#d8d5d1}.tokens{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.token{border:1px solid var(--border);background:var(--soft);border-radius:999px;align-items:center;gap:2px;height:30px;padding:0 4px 0 12px;font-size:13px;display:inline-flex}.token .icon-btn{color:#666;border-radius:999px;padding:4px}.token .icon-btn:hover{background:#e3e0db}.token-suggest{color:var(--muted);background:0 0;border-style:dashed;gap:6px;padding:0 10px}.token-suggest:hover{color:var(--text)}.token-add{border:1px dashed #cfcbc6;border-radius:999px;align-items:center;gap:2px;height:30px;padding:0 4px 0 10px;display:inline-flex}.token-add input{background:0 0;border:none;outline:none;width:110px;font-size:13px}.events{min-width:0;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;flex:0 auto;font-size:12.5px;overflow:hidden}.filters{position:relative}.chip-btn{white-space:nowrap;border:1px solid var(--border);background:#fff;border-radius:999px;flex:none;align-items:center;gap:7px;height:34px;padding:0 14px;font-size:14px;display:inline-flex}.chip-btn:hover,.chip-btn.on{background:var(--soft)}.chip-btn .count{color:var(--muted);font-variant-numeric:tabular-nums}.popover{z-index:10;border:1px solid var(--border);background:#fff;border-radius:14px;width:420px;max-height:320px;padding:14px;position:absolute;top:42px;right:0;overflow-y:auto;box-shadow:0 10px 30px #0000001a}.bubble-bg{fill:#0000}.bubble{stroke:#fff;stroke-width:1px;cursor:pointer;transition:opacity .2s}.bubble-selected{stroke:#111;stroke-width:2px}.bubble-trail line{stroke-width:2.2px;stroke-linecap:round;stroke-dasharray:.1 5;pointer-events:none}.bubble-label{pointer-events:none;font-size:11px;font-weight:600}.bubble-card{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.subtopic-tag{white-space:nowrap;border-radius:999px;align-items:center;height:22px;padding:0 9px;font-size:12px;font-weight:600;display:inline-flex}.slider-now{fill:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.chip{gap:4px;max-width:100%;height:auto;min-height:36px;padding:6px 6px 6px 8px}.chip-body{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.chip-range{padding:0 2px 0 4px}.bubble-label-out{paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.bubble-x-label{color:#3d3d3d;white-space:nowrap;align-items:center;gap:5px;font-size:13px;font-weight:500;display:inline-flex;position:absolute;transform:translate(-50%)}.info{color:var(--muted);cursor:help;outline:none;display:inline-flex;position:relative}.info:hover,.info:focus-visible{color:#3d3d3d}.info-tip{border:1px solid var(--border);color:var(--text);white-space:nowrap;opacity:0;pointer-events:none;background:#fff;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:400;transition:opacity .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 6px 20px #00000014}.info:hover .info-tip,.info:focus-visible .info-tip{opacity:1}.live-btn{background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex;position:absolute;top:52px;right:40px}.live-btn:disabled{cursor:default}.live-dot{background:#c4c4c4;border-radius:50%;width:11px;height:11px;transition:background .15s,transform .15s}.live-btn:not(:disabled):hover .live-dot{background:#9a9a9a;transform:scale(1.15)}.live-on .live-dot{background:#e5302a;animation:1.6s ease-in-out infinite live-pulse}@keyframes live-pulse{50%{opacity:.35}}.graph-page{background:#fff;width:100%;height:100dvh;display:flex}.graph-page .main{padding:24px 30px 20px 18px}.graph-page .topbar{margin-bottom:10px}.graph-caption{color:var(--axis);margin:0 0 18px;padding-left:22px;font-size:12px}@media (width<=700px){.graph-page .main{padding:14px 8px 12px 0}.graph-page .topbar{gap:8px;padding-left:14px}.graph-page .chart-controls{flex-wrap:wrap;justify-content:flex-start}.graph-page .graph-caption{margin-bottom:12px;padding-left:14px}.graph-page .topic{font-size:22px}}
