@font-face{font-family:Sequel Sans;src:url(/assets/Sequel%20Sans%20Light%20Body-XszeGwQz.otf) format("opentype");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/JetBrainsMono-Regular-Dh36KTnx.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}:root{--bg: #050505;--line: #171717;--text: #ffffff;--muted: #9b9b9b}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:Sequel Sans,Segoe UI,Helvetica Neue,Arial,sans-serif}.page{min-height:100vh;padding:8px 32px 40px}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.topbar-nav{display:inline-flex;align-items:stretch;gap:18px;height:100%}.topbar-link{text-decoration:none;color:#767676;font-size:15px;display:inline-flex;align-items:center;position:relative}.topbar-link.active,.topbar-link:hover{color:var(--text)}.topbar-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#fff;z-index:1}.brand{color:var(--text);text-decoration:none;display:inline-flex;align-items:center}.launch-btn{color:var(--muted);text-decoration:none;font-size:16px;line-height:1}.launch-btn:hover{color:var(--text)}.metrics{border-bottom:1px solid var(--line)}.metric-row{padding:24px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:flex-start}.metric-label,.history-card-title{margin:0;color:var(--text);font-size:16px}.metric-value-wrap{margin-top:36px;display:inline-flex;align-items:center;gap:10px}.metric-value,.history-card-value{margin:0;font-family:JetBrains Mono,SF Mono,Menlo,Monaco,Cascadia Mono,Segoe UI Mono,monospace;font-size:clamp(34px,5vw,40px);font-weight:400;letter-spacing:.02em;overflow-wrap:anywhere;word-break:break-word}.state{margin-top:18px;font-size:14px;color:#ff6f6f}.historical-page{padding-bottom:28px}.historical-topbar{display:grid;grid-template-columns:1fr auto 1fr;gap:12px}.history-top-tabs{justify-self:center;display:inline-flex;align-items:center;gap:20px}.history-tab{text-decoration:none;color:#666;font-size:22px;line-height:1}.history-tab.active{color:#f2f2f2;position:relative;padding-bottom:21px}.history-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-21px;height:2px;background:#cfcfcf}.history-tab.muted{color:#4d4d4d}.history-actions{justify-self:end;display:inline-flex;align-items:center;gap:28px}.history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.history-card{padding:28px 0;border-bottom:1px solid var(--line)}.history-grid .history-card:nth-last-child(-n+2){border-bottom:0}.history-grid .history-card:nth-child(odd){padding-right:16px}.history-grid .history-card:nth-child(2n){padding-left:24px}.history-card-value{margin-top:36px}.history-card-delta{margin:8px 0 0;font-size:14px;display:inline-flex;align-items:center;gap:6px}.history-card-delta.positive{color:#c0ef6b}.history-card-delta.neutral{color:#8e8e8e}.history-card-delta.negative{color:#d97575}.history-chart-wrap{margin-top:30px;height:77px}.history-chart-placeholder{width:100%;height:100%;background:repeating-linear-gradient(to right,#282828 0 2px,transparent 2px 6px)}.history-overlap-chart{width:100%;height:100%;display:flex;align-items:flex-end;overflow:visible}.history-overlap-col{position:relative;width:6px;height:100%;flex:0 0 6px;outline:none}.history-overlap-bg{position:absolute;left:2px;bottom:0;width:2px;height:100%;background:#282828}.history-overlap-layer{position:absolute;left:2px;bottom:0;width:2px;transform-origin:bottom;animation:history-bar-grow .7s ease-out both}.history-bar-tooltip{display:block;min-width:170px;background:#2f3032;border-radius:8px;padding:10px 12px;box-shadow:0 10px 30px #00000073;pointer-events:none;z-index:20}.history-bar-tooltip-date{margin:0 0 8px;font-size:12px;color:#bdbdbd}.history-bar-tooltip-row{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:8px;margin-top:4px}.history-bar-tooltip-dot{width:6px;height:6px;border-radius:999px}.history-bar-tooltip-label{color:#d7d7d7;font-size:13px}.history-bar-tooltip-value{color:#fff;font-size:13px;font-family:JetBrains Mono,SF Mono,Menlo,Monaco,Cascadia Mono,Segoe UI Mono,monospace}@keyframes history-bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.history-card-note{margin:24px 0 0;color:#8e8e8e;font-size:13px;line-height:1.45;max-width:94%}.history-delta-icon,.history-note-icon{width:12px;height:12px;display:inline-block}.history-delta-icon.negative,.history-note-icon.negative{transform:rotate(90deg)}.history-delta-icon.neutral,.history-note-icon.neutral{transform:rotate(45deg)}.history-card-note-change{display:inline-flex;align-items:center;gap:4px;font-weight:500}.history-note-icon-wrap{width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.history-card-note-change.positive .history-note-icon-wrap{background:#c0ef6b}.history-card-note-change.neutral .history-note-icon-wrap{background:#6f6f6f}.history-card-note-change.negative .history-note-icon-wrap{background:#d97575}.history-note-icon{width:8px;height:8px;color:#282828}.history-card-note-change.positive{color:#c0ef6b}.history-card-note-change.neutral{color:#8e8e8e}.history-card-note-change.negative{color:#d97575}.history-card-note-skeleton{margin-top:24px;height:38px;width:94%;border-radius:4px;background:linear-gradient(90deg,#1f1f1f,#2a2a2a 40%,#1f1f1f);background-size:220% 100%;animation:history-note-shimmer 1.2s ease-in-out infinite}@keyframes history-note-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:900px){.page{padding:8px 16px 28px}.topbar{height:56px}.metric-label{font-size:18px}.metric-row{min-height:128px;padding:16px 0 20px}.metric-value-wrap{margin-top:18px}.topbar-nav{gap:12px}.topbar-link{font-size:13px}.historical-topbar{grid-template-columns:auto;height:auto;padding:10px 0 12px;justify-items:start}.history-top-tabs{justify-self:start;margin-top:8px;gap:14px;overflow-x:auto;width:100%;padding-bottom:6px}.history-tab{font-size:16px;white-space:nowrap}.history-tab.active{padding-bottom:10px}.history-tab.active:after{bottom:-12px}.history-actions{justify-self:start;gap:14px;margin-top:8px}.history-grid{grid-template-columns:1fr}.history-grid .history-card:nth-child(odd),.history-grid .history-card:nth-child(2n){padding-left:0;padding-right:0;border-right:0}.history-grid .history-card:not(:last-child){border-bottom:1px solid var(--line)}.history-grid .history-card:last-child{border-bottom:0}.history-card-title{font-size:18px}.history-card-value{margin-top:18px;font-size:clamp(30px,7vw,42px)}.history-card-delta{margin-top:8px;font-size:18px}.history-chart-wrap{margin-top:16px;height:77px}.history-card-note{margin-top:14px;font-size:14px;max-width:100%}.history-card-note-skeleton{margin-top:14px;width:100%;height:34px}}
