:root{--accent:#4f8cff;--bg:#050607;--bg-rail:#08090a;--fg:#e6e9e6;--fg-2:#8b938c;--fg-3:#727a74;--hairline:#141716;--ok:#3dff88;--ornament:#4a524c;--row-active:#12171a;--row-hover:#0e1114;--rule:#1b1f1e;--scanline-opacity:0.055;--warn:#ffb648}*,::after,::before{box-sizing:border-box}body,html{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.7;overflow:hidden}::selection{background:var(--accent);color:var(--bg)}@keyframes blink{0%,49%{opacity:1}100%,50%{opacity:0}}@keyframes pulse{0%,100%{opacity:.45}50%{opacity:.9}}@keyframes flicker{0%,100%,91%{opacity:1}92%{opacity:.88}93%{opacity:1}96%{opacity:.93}97%{opacity:1}}.crt-scanlines{background:repeating-linear-gradient(to bottom,rgba(190,255,214,var(--scanline-opacity)) 0,rgba(190,255,214,var(--scanline-opacity)) 1px,transparent 1px,transparent 3px);inset:0;mix-blend-mode:screen;pointer-events:none;position:fixed;z-index:5}.crt-vignette{animation:flicker 7s infinite;background:radial-gradient(ellipse at 50% 38%,rgba(0,0,0,0) 35%,rgba(0,0,0,.6) 100%);inset:0;pointer-events:none;position:fixed;z-index:6}.layout{display:grid;grid-template-areas:"rail session" "legal session";grid-template-columns:380px 1fr;grid-template-rows:1fr auto;height:var(--viewport-height,100dvh);overflow:hidden}.rail{background:var(--bg-rail);border-right:1px solid var(--rule);display:flex;flex-direction:column;grid-area:rail;justify-content:space-between;overflow:hidden;padding:38px 34px 0}.rail-top{display:flex;flex-direction:column;gap:22px}.rail-path{color:var(--ornament);font-size:12px;letter-spacing:.14em;margin:0}.rail-logo{display:block;height:44px;margin-left:-3px;width:auto}.rail-divider{background:var(--rule);display:block;height:2px;width:36px}.rail-identity{display:flex;flex-direction:column;gap:8px}.tagline{color:var(--fg);font-size:14px;font-weight:500;line-height:1.5;margin:0}.tagline-break{display:block;font-size:0;height:0;overflow:hidden}.tagline-support{color:var(--fg-2);font-size:12px;line-height:1.6;margin:0;padding-top:6px}.status{align-items:center;color:var(--ok);display:flex;font-size:12px;font-weight:600;gap:8px;letter-spacing:.08em;margin:0}.status-dot{background:var(--ok);border-radius:50%;flex-shrink:0;height:6px;width:6px}.legal{background:var(--bg-rail);border-right:1px solid var(--rule);color:var(--ornament);font-size:11px;grid-area:legal;letter-spacing:.04em;margin:0;padding:10px 34px 38px}.session{display:flex;flex-direction:column;grid-area:session;min-width:0;overflow:hidden;padding:38px 34px 26px}.noscript{border-left:2px solid var(--warn);color:var(--fg-2);margin:18px 0 0;padding:8px 12px}.notfound{align-items:flex-start;display:flex;flex-direction:column;gap:22px;height:var(--viewport-height,100dvh);justify-content:center;overflow:hidden;padding:38px 34px}.notfound-logo{display:block;height:44px;margin-left:-3px;width:auto}.notfound-echo{color:var(--fg-3);margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notfound-status{color:var(--warn);margin:0}.notfound-home{align-items:center;color:var(--accent);display:inline-flex;gap:8px;text-decoration:none}.notfound-home-glyph{font-weight:600}.notfound-home:hover{color:var(--fg)}.notfound-home:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:899px){body{font-size:14px}.layout{grid-template-areas:"rail" "session" "legal";grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.rail{align-items:start;border-bottom:1px solid var(--rule);border-right:0;column-gap:22px;display:grid;grid-template-areas:"logo status" "identity identity";grid-template-columns:1fr auto;padding:40px 40px 32px;row-gap:20px}.rail-top{display:contents}.rail-divider,.rail-path{display:none}.rail-logo{grid-area:logo;height:52px}.rail-identity{gap:6px;grid-area:identity}.status{grid-area:status;padding-top:6px}.tagline{font-size:16px}.tagline-break{display:inline;font-size:inherit;height:auto;overflow:visible}.tagline-support{font-size:13px;padding-top:0}.session{padding:32px 40px 26px}.legal{background:0 0;border-right:0;padding:0 40px 26px}}@media (max-width:599px){body{font-size:13px}.layout{grid-template-rows:auto 1fr auto;padding:20px 20px 18px}.rail{align-items:center;border-bottom:0;column-gap:12px;padding:0;row-gap:0}.rail-logo{height:26px;margin-left:-2px}.rail-identity{border-top:1px solid var(--rule);margin-top:18px;padding:24px 0 22px}.status{font-size:10px;gap:6px;padding-top:0}.status-dot{height:5px;width:5px}.status-label{display:none}.tagline{font-size:15px;line-height:1.45}.tagline-break[data-break="1"]{display:block;font-size:0;height:0;overflow:hidden}.tagline-support{font-size:12px}.session{padding:0}.legal{font-size:10px;padding:10px 0 0;text-align:center}.notfound{gap:18px;padding:20px}.notfound-logo{height:26px;margin-left:-2px}}@media (max-width:899px) and (max-height:620px),(max-height:400px){body{overflow:auto}.layout{height:auto;min-height:100dvh;overflow:visible}.session{overflow:visible}}@media (min-width:600px) and (max-width:899px) and (max-height:620px){.rail{padding:24px 40px 20px;row-gap:14px}.rail-logo{height:40px}.session{padding:22px 40px 20px}}@media (prefers-reduced-motion:reduce){.crt-vignette{animation:none}}