@import "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";:root{--c-bg:#f4f4f5;--c-surface:#fff;--c-panel:#fafafa;--c-fg:#18181b;--c-muted:#71717a;--c-subtle:#a1a1aa;--c-faint:#d4d4d8;--c-line:#09090b1c;--c-accent:#2563eb;--c-accent-soft:#eaf1fe;--c-accent-bd:#bcd5fb;--c-green:#15803d;--c-green-soft:#e9f7ef;--c-amber:#1d4ed8;--c-amber-soft:#eff6ff;--c-red:#be3455;--c-red-soft:#fdedf1;--c-purple:#7c3aed;--c-purple-soft:#f2ecfe;--c-gray:#52525b;--c-gray-soft:#f4f4f5;--c-ink:#111114;--sh-surface:0 1px 2px #09090b0a, 0 8px 24px #09090b0f;--sh-overlay:0 24px 70px #09090b4d;--sh-pop:0 2px 6px #09090b0f, 0 16px 40px #09090b29;--r-card:16px;--r-field:12px;--r-btn:10px;--font:"Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100vh;margin:0}body{font-family:var(--font);background:var(--c-bg);-webkit-font-smoothing:antialiased;overflow:hidden}#root{overflow:hidden}button,input{font-family:inherit}b,strong{font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pop{0%{opacity:0;transform:scale(.97)translateY(4px)}to{opacity:1;transform:none}}.flex-col{flex-direction:column;display:flex}.flex-row{align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-1{flex:1;min-width:0}.gap-2{gap:2px}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-13{gap:13px}.gap-14{gap:14px}.gap-16{gap:16px}.gap-18{gap:18px}.text-body{font-size:15px}.text-lg{font-size:16px}.text-xl{font-size:19px}.text-2xl{font-size:24px}.text-3xl{font-size:27px}.text-4xl{font-size:28px}.text-heading{color:var(--c-fg);letter-spacing:-.025em;font-size:27px;font-weight:600}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.color-fg{color:var(--c-fg)}.color-muted{color:var(--c-muted)}.color-subtle{color:var(--c-subtle)}.color-faint{color:var(--c-faint)}.color-accent{color:var(--c-accent)}.color-green{color:var(--c-green)}.color-red{color:var(--c-red)}.tabnum{font-variant-numeric:tabular-nums}.upper{text-transform:uppercase;letter-spacing:.06em}.upper-sm{text-transform:uppercase;letter-spacing:.04em}.upper-lg{text-transform:uppercase;letter-spacing:.08em}.t-label{color:var(--c-fg);font-size:15px;font-weight:600}.t-muted{color:var(--c-muted);font-size:15px}.t-dim{color:var(--c-muted);font-size:15px;font-weight:600}.t-subtle{color:var(--c-subtle);font-size:15px}.t-section{color:var(--c-subtle);text-transform:uppercase;letter-spacing:.06em;font-size:15px;font-weight:600}.t-section-sm{color:var(--c-subtle);text-transform:uppercase;letter-spacing:.04em;font-size:15px;font-weight:600}.t-label-lg{color:var(--c-fg);font-size:16px;font-weight:600}.t-section-14{color:var(--c-subtle);text-transform:uppercase;letter-spacing:.06em;font-size:14px;font-weight:600}.t-page-heading{color:var(--c-fg);letter-spacing:-.025em;font-size:27px;font-weight:600}.row-between{justify-content:space-between;display:flex}.col-2{flex-direction:column;gap:2px;display:flex}.col-3{flex-direction:column;gap:3px;display:flex}.col-13{flex-direction:column;gap:13px;display:flex}.col-14{flex-direction:column;gap:14px;display:flex}.inline-row-5{align-items:center;gap:5px;display:inline-flex}.inline-row-6{align-items:center;gap:6px;display:inline-flex}.cell-end{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.cell-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.flex-min{flex:1;min-width:0}.screen-narrow{flex-direction:column;gap:18px;width:100%;max-width:660px;margin:0 auto;display:flex}.screen-wide{flex-direction:column;gap:18px;width:100%;max-width:900px;margin:0 auto;display:flex}.border-b{border-bottom:1px solid var(--c-line)}.border-t{border-top:1px solid var(--c-line)}.pt-10{padding-top:10px}.pt-14{padding-top:14px}.mt-4{margin-top:4px}.mt-14{margin-top:14px}.mt-18{margin-top:18px}.mt-20{margin-top:20px}.mb-14{margin-bottom:14px}.mb-16{margin-bottom:16px}.section-label{color:var(--c-subtle);text-transform:uppercase;letter-spacing:.06em;font-size:15px;font-weight:600}.section-label-sm{color:var(--c-subtle);text-transform:uppercase;letter-spacing:.04em;font-size:15px;font-weight:600}.panel-box{border-radius:var(--r-field);background:var(--c-panel);border:1px solid var(--c-line);padding:12px 14px}.hero-box{text-align:center;border:1px solid var(--c-line);background:#fff;border-radius:12px;padding:14px 0 16px}.hero-title{color:var(--c-subtle);text-transform:uppercase;letter-spacing:.08em;font-size:15px;font-weight:700}.hero-value{color:var(--c-fg);letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin-top:4px;font-size:28px;font-weight:500}.hero-sub{color:var(--c-muted);margin-top:3px;font-size:15px}.summary-row{justify-content:space-between;font-size:15px;display:flex}.summary-row-label{color:var(--c-muted)}.summary-row-value{color:var(--c-fg);font-weight:600}.step-circle{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:15px;font-weight:600;display:flex}.step-box{border-radius:var(--r-field);align-items:flex-start;gap:13px;padding:15px 16px;display:flex}.step-box--active{background:var(--c-accent-soft);border:1px solid var(--c-accent-bd)}.step-box--idle{background:var(--c-panel);border:1px solid var(--c-line)}.blurred{filter:blur(5px);opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:#09090b26 padding-box content-box;border:3px solid #0000;border-radius:6px}.live-beacon{border-radius:999px;flex-shrink:0;position:relative}.live-beacon--pulse:before{content:"";background:inherit;border-radius:999px;animation:1.8s cubic-bezier(0,0,.2,1) infinite live-ping;position:absolute;inset:0}@keyframes live-ping{0%{opacity:.55;transform:scale(1)}70%,to{opacity:0;transform:scale(3.4)}}@media (prefers-reduced-motion:reduce){.live-beacon--pulse:before{animation:none}}.series-code{color:var(--c-fg);font-size:15px;font-weight:600;font-family:var(--font);font-variant-numeric:tabular-nums;letter-spacing:.06em;white-space:nowrap}.past-row{transition:background .12s}.past-row:hover{background:#fafafa}.past-chev{opacity:.3;transition:opacity .12s}.past-row:hover .past-chev{opacity:.65}.auction-supply-glow{pointer-events:none;background:#fff;position:absolute;inset:0;overflow:hidden}.auction-supply-glow__shape{filter:blur(34px);border-radius:999px;display:block;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.auction-supply-glow__shape--base{background:#89bcff99;width:250px;height:150px}.auction-supply-glow__shape--green-left,.auction-supply-glow__shape--green-right{background:#14b8a638;width:200px;height:150px}.auction-supply-glow__shape--green-left{left:38%}.auction-supply-glow__shape--green-right{left:62%}.auction-supply-glow--bid .auction-supply-glow__shape--base{background:#4ade806b}.auction-supply-glow--bid .auction-supply-glow__shape--green-left,.auction-supply-glow--bid .auction-supply-glow__shape--green-right{background:#22c55e3d}
