.not-found-wrapper{min-height:calc(100svh - var(--app-chrome-top));justify-content:center;align-items:center;padding:64px 24px 88px;display:flex}.not-found-stage{text-align:center;width:100%;max-width:560px;animation:.5s ease-out both not-found-rise}@keyframes not-found-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.not-found-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--text-subtle);align-items:center;gap:9px;margin-bottom:26px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;display:inline-flex}.not-found-eyebrow:before{content:"";background:var(--status-danger);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 7px #f8717199}.not-found-code{letter-spacing:-.02em;color:var(--text-heading);margin-bottom:10px;font-family:Space Mono,monospace;font-size:clamp(96px,22vw,188px);font-weight:700;line-height:.92}.not-found-market{text-align:left;max-width:420px;margin:28px auto 34px}.not-found-market-q{color:var(--text-muted);justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:9px;font-size:12px;display:flex}.not-found-settled{text-transform:uppercase;letter-spacing:.1em;color:var(--status-danger);background:var(--status-danger-muted);white-space:nowrap;border-radius:3px;padding:2px 7px;font-family:Space Mono,monospace;font-size:9.5px;font-weight:700}.not-found-prob-bar{border:1px solid var(--surface-divider);border-radius:7px;height:38px;display:flex;overflow:hidden}.not-found-prob-seg{align-items:center;gap:7px;padding:0 12px;font-family:Space Mono,monospace;font-size:12px;font-weight:700;display:flex}.not-found-prob-yes{background:color-mix(in srgb,var(--brand)12%,var(--surface-card));color:var(--text-subtle);border-right:1px solid var(--surface-divider);flex:0 0 8%;overflow:hidden}.not-found-prob-no{background:color-mix(in srgb,var(--status-danger)16%,var(--surface-card));color:var(--status-danger);flex:1;justify-content:flex-end}.not-found-prob-tag{letter-spacing:.08em;opacity:.85;font-size:9px;font-weight:700}.not-found-headline{color:var(--text-heading);text-wrap:balance;margin-bottom:16px;font-family:Instrument Serif,Georgia,serif;font-size:clamp(30px,6vw,44px);font-style:italic;font-weight:400;line-height:1.08}.not-found-lede{color:var(--text-muted);text-wrap:pretty;max-width:440px;margin:0 auto 34px;font-size:15px;line-height:1.65}.not-found-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 22px;display:flex}.not-found-btn-primary{color:#fff;background:var(--brand);box-shadow:0 2px 16px rgba(var(--brand-rgb),.28);border-radius:7px;align-items:center;gap:9px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,box-shadow .15s,transform .15s;display:inline-flex}.not-found-btn-primary:hover{background:var(--brand-glow);box-shadow:0 0 24px rgba(var(--brand-rgb),.35);transform:translateY(-1px)}.not-found-link-secondary{color:var(--text-muted);font-size:13px;font-weight:600;text-decoration:none;transition:color .15s}.not-found-link-secondary:hover{color:var(--brand)}.not-found-sep{color:var(--surface-divider);-webkit-user-select:none;user-select:none}@media (max-width:440px){.not-found-sep{display:none}}