:root,html.dark{--font-mono:ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", monospace;--font-display:"Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;--color-brand:#e8e8e8;--color-background:#050505;--color-alpha-background:#050505eb;--color-border:#1c1c1c;--color-border-strong:#2a2a2a;--color-surface:#0a0a0a;--color-surface-2:#0c0c0c;--color-surface-3:#121212;--color-surface-hover:#0e0e0e;--color-text:#e8e8e8;--color-text-secondary:#9a9a9a;--color-text-tertiary:#5a5a5a;--color-text-muted:#3f3f3f;--color-text-invert:#0a0a0a;--color-btn-primary-bg:#e8e8e8;--color-btn-primary-fg:#0a0a0a;--color-btn-primary-hover:#fff;--color-chart-grid:#161616;--color-chart-tick:#4a4a4a;--color-bar-track:#141414;--color-tooltip-bg:#0c0c0cf0;--color-tooltip-border:#333;--color-footer-grad:linear-gradient(to top, #050505eb 40%, transparent);--color-home-hint:#3f3f3f;--color-home-footer:#7a7a7a;--color-home-footer-link:#8a8a8a;--color-home-footer-link-hover:#c8c8c8;--color-home-footer-center:#5e5e5e;--color-home-sep:#3a3a3a;--shadow-tooltip:0 8px 28px #00000073;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html.light{--color-brand:#1a1a1a;--color-background:#f4f4f2;--color-alpha-background:#f4f4f2f0;--color-border:#d8d8d4;--color-border-strong:#c4c4be;--color-surface:#fff;--color-surface-2:#f0f0ec;--color-surface-3:#e8e8e4;--color-surface-hover:#ecece8;--color-text:#1a1a1a;--color-text-secondary:#4a4a4a;--color-text-tertiary:#7a7a7a;--color-text-muted:#a8a8a4;--color-text-invert:#f4f4f2;--color-btn-primary-bg:#1a1a1a;--color-btn-primary-fg:#f4f4f2;--color-btn-primary-hover:#000;--color-chart-grid:#e4e4e0;--color-chart-tick:#8a8a86;--color-bar-track:#e8e8e4;--color-tooltip-bg:#fffffff5;--color-tooltip-border:#c8c8c4;--color-footer-grad:linear-gradient(to top, #f4f4f2f0 40%, transparent);--color-home-hint:#a8a8a4;--color-home-footer:#6a6a6a;--color-home-footer-link:#4a4a4a;--color-home-footer-link-hover:#1a1a1a;--color-home-footer-center:#7a7a7a;--color-home-sep:#c4c4be;--shadow-tooltip:0 8px 28px #0000001f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background:var(--color-background);color:var(--color-text-secondary);-webkit-font-smoothing:antialiased}html,body{min-height:100%}body{background:var(--color-background);color:var(--color-text-secondary);font-family:Lausanne,Inter,system-ui,-apple-system,sans-serif;transition:background-color .2s,color .2s}a{color:inherit}button,input{font:inherit}.site-chrome{z-index:50;border:1px solid color-mix(in srgb, var(--color-border) 90%, transparent);background:var(--color-alpha-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.55rem;align-items:center;gap:.15rem;padding:.2rem;display:flex;position:fixed;top:.55rem;right:.75rem}.icon-btn{width:2rem;height:2rem;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:.35rem;justify-content:center;align-items:center;padding:0;text-decoration:none;display:inline-flex}.icon-btn:hover{color:var(--color-text);background:color-mix(in srgb, var(--color-brand) 8%, transparent)}.back-home{z-index:50;color:var(--color-text-tertiary);letter-spacing:.04em;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:.35rem;padding:.25rem 0;font-size:11px;font-weight:400;text-decoration:none;transition:color .15s;display:inline-flex;position:fixed;top:.85rem;left:1rem}.back-home:hover{color:var(--color-text)}.back-home-arrow{font-family:var(--font-mono);letter-spacing:0;opacity:.7;font-size:.72rem;line-height:1;transition:transform .15s,opacity .15s}.back-home:hover .back-home-arrow{opacity:1;transform:translate(-2px)}.back-home-label{font-weight:500}.home{background:var(--color-background);cursor:crosshair;width:100%;height:100dvh;position:relative;overflow:hidden}.home-canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.home-hint{z-index:2;letter-spacing:.08em;text-transform:uppercase;color:var(--color-home-hint);pointer-events:none;font-size:11px;transition:opacity 1.2s,color .2s;position:absolute;top:1.25rem;left:50%;transform:translate(-50%)}.home-hint.hidden{opacity:0}.home-footer{z-index:2;pointer-events:none;letter-spacing:.01em;color:var(--color-home-footer);background:var(--color-footer-grad);grid-template-columns:1fr 1.4fr 1fr;align-items:end;gap:1.5rem;padding:1.25rem 1.5rem 1.35rem;font-size:11px;display:grid;position:absolute;bottom:0;left:0;right:0}.home-footer a{color:var(--color-home-footer-link);pointer-events:auto;text-decoration:none;transition:color .15s}.home-footer a:hover{color:var(--color-home-footer-link-hover)}.home-footer-left,.home-footer-right{flex-wrap:wrap;align-items:center;gap:.55rem .85rem;display:flex}.home-footer-right{justify-content:flex-end}.home-footer-center{text-align:center;color:var(--color-home-footer-center);max-width:42rem;margin:0 auto;line-height:1.45}.home-sep{color:var(--color-home-sep);-webkit-user-select:none;user-select:none}@media (max-width:900px){.home-footer{text-align:center;grid-template-columns:1fr;gap:.65rem}.home-footer-left,.home-footer-right{justify-content:center}.home-footer-center{order:-1}}
