:root{--max-width: 500px;--min-height: 100vh;--border-radius: 12px;--font-mono: monospace;--foreground-color-hue: 0;--foreground-color-saturation: 0%;--foreground-color-lightness: 20%;--foreground-color: hsl(var(--foreground-color-hue), var(--foreground-color-saturation), var(--foreground-color-lightness));--background-start-rgb: 255, 255, 255;--background-end-rgb: 255, 255, 255;--primary-glow: conic-gradient(from 180deg at 50% 50%, #16abff33 0deg, #0885ff33 55deg, #54d6ff33 120deg, #0071ff33 160deg, transparent 360deg);--secondary-glow: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));--tile-start-rgb: 239, 245, 249;--tile-end-rgb: 228, 232, 233;--tile-border: conic-gradient(#00000080, #00000040, #00000030, #00000020, #00000010, #00000010, #00000080);--callout-rgb: 238, 240, 241;--callout-border-rgb: 172, 175, 176;--card-rgb: 180, 185, 188;--card-border-rgb: 131, 134, 135}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--foreground-rgb: 255, 255, 255;--background-start-rgb: 0, 0, 0;--background-end-rgb: 0, 0, 0;--tile-start-rgb: 2, 13, 46;--tile-end-rgb: 2, 5, 19;--tile-border: conic-gradient(#ffffff80, #ffffff40, #ffffff30, #ffffff20, #ffffff10, #ffffff10, #ffffff80);--callout-rgb: 20, 20, 20;--callout-border-rgb: 108, 108, 108;--card-rgb: 100, 100, 100;--card-border-rgb: 200, 200, 200}}:root[data-theme=dark]{--foreground-rgb: 255, 255, 255;--background-start-rgb: 0, 0, 0;--background-end-rgb: 0, 0, 0;--tile-start-rgb: 2, 13, 46;--tile-end-rgb: 2, 5, 19;--tile-border: conic-gradient(#ffffff80, #ffffff40, #ffffff30, #ffffff20, #ffffff10, #ffffff10, #ffffff80);--callout-rgb: 20, 20, 20;--callout-border-rgb: 108, 108, 108;--card-rgb: 100, 100, 100;--card-border-rgb: 200, 200, 200}*{box-sizing:border-box;padding:0;margin:0}html,body{font-family:sans-serif;max-width:100vw;margin:auto;overflow-x:hidden}body{display:flex;min-height:var(--min-height);font-size:1.2rem;color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}main{color:var(--foreground-color);font-family:sans-serif;display:flex;flex-direction:column;align-items:center;max-width:var(--max-width);padding:1em;margin:0 auto}section{text-align:center;margin:1% auto;max-width:650px}a{color:inherit;padding:0;--color: hsla(var(--foreground-color-hue), var(--foreground-color-saturation), var(--foreground-color-lightness), .9);display:inline-block;margin:.5em;transition:box-shadow 1s ease-out;text-decoration:none;outline:none}a>span{border-bottom:2px solid var(--color);transition:border-bottom 1s ease-out}@media (hover: hover) and (pointer: fine){a:hover>span,a:focus>span{outline:none;transition:border-bottom .25s ease-in;border-bottom:3px solid var(--foreground-color)}}h1{font-size:2em}h2{font-size:1.5em}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--foreground-color: hsl(0, 0%, 90%)}html:not([data-theme=light]){color-scheme:dark}}:root[data-theme=dark]{--foreground-color: hsl(0, 0%, 90%)}html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{color-scheme:light}:root[data-theme=crt]{--foreground-rgb: 16, 239, 56;--foreground-color-hue: 130;--foreground-color-saturation: 90%;--foreground-color-lightness: 50%;--foreground-color: hsl(130, 90%, 50%);--background-start-rgb: 0, 0, 0;--background-end-rgb: 0, 0, 0;--tile-start-rgb: 2, 13, 10;--tile-end-rgb: 2, 5, 3;--callout-rgb: 5, 20, 5;--callout-border-rgb: 9, 80, 20;--card-rgb: 10, 40, 10;--card-border-rgb: 9, 204, 29}html[data-theme=crt]{color-scheme:dark}html[data-theme=crt] body{background:radial-gradient(#131514,#030803 70%);text-shadow:#09cc1d 1px 0 2px,#09cc1d 1px 0 7px}html[data-theme=crt] body,html[data-theme=crt] main{font-family:Courier New,Courier,monospace}html[data-theme=crt] canvas{filter:blur(1.5px)}html[data-theme=crt] a>span.crt-typing{border-bottom-color:transparent}html[data-theme=crt] body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;pointer-events:none;background:repeating-linear-gradient(to bottom,transparent 0px,transparent 3px,rgba(0,0,0,.2) 3px,rgba(0,0,0,.2) 4px)}html[data-theme=crt] body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;pointer-events:none;background:linear-gradient(to bottom,transparent,transparent,transparent,rgba(9,204,29,.07));background-size:100% 100%;animation:crt-scanbar 15s linear infinite}@keyframes crt-scanbar{0%{background-position:0 0}to{background-position:0 100vh}}html[data-theme=crt] h1{animation:crt-glitch-skew 4s ease infinite}@keyframes crt-glitch-skew{0%,93%{transform:skew(0)}94%{transform:skew(-15deg)}96%{transform:skew(-15deg)}97%,to{transform:skew(0)}}@keyframes crt-glitch-stretch{0%,93%{transform:scale(1)}94%{transform:scale(1.3,.4)}96%{transform:scale(1.3,.4)}97%,to{transform:scale(1)}}html[data-theme=og]{color-scheme:light}html[data-theme=og] body{display:revert;min-height:revert;font-size:revert;color:revert;background:revert;font-family:revert}html[data-theme=og] main,html[data-theme=og] main *{all:revert!important}html[data-theme=og] main{margin-left:1em!important}html[data-theme=og] main p{max-width:500px!important}html[data-theme=og] canvas{display:none!important}button.svelte-8jtq5f{position:fixed;top:1rem;right:1rem;z-index:10;background:none;border:1px solid var(--foreground-color);color:var(--foreground-color);border-radius:50%;width:2rem;height:2rem;font-size:1rem;cursor:pointer;opacity:.4;transition:opacity .2s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}button.svelte-8jtq5f:hover{opacity:.8}html[data-theme=og] button.svelte-8jtq5f{all:revert;position:fixed;top:1rem;right:1rem;z-index:10;cursor:pointer;font-size:.75rem}.console-toggle.svelte-g0c5lo{position:fixed;top:.4rem;left:.4rem;z-index:10;background:none;border:1px solid var(--foreground-color);color:var(--foreground-color);font-family:Courier New,Courier,monospace;font-size:.5rem;padding:.1rem .25rem;cursor:pointer;opacity:.4;transition:opacity .2s;text-transform:lowercase}.console-toggle.svelte-g0c5lo:hover{opacity:.8}html[data-theme=og] .console-toggle.svelte-g0c5lo{display:none}.quake-visor.svelte-g0c5lo{position:fixed;top:0;left:0;width:100vw;height:50vh;z-index:100;transform:translateY(-100%);transition:transform .2s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.quake-visor.open.svelte-g0c5lo{transform:translateY(0)}.quake-body.svelte-g0c5lo{flex:1;background:#0a0a0ad9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;padding:1rem;overflow:hidden;cursor:text}.quake-close.svelte-g0c5lo{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;padding:.2rem;line-height:1;transition:color .2s;z-index:1}.quake-close.svelte-g0c5lo:hover{color:#ccc}.quake-output.svelte-g0c5lo{flex:1;overflow-y:auto;padding-bottom:.5rem}.quake-line.svelte-g0c5lo{font-family:Courier New,Courier,monospace;font-size:.9rem;color:#b0b0b0;line-height:1.5;white-space:pre-wrap;word-break:break-all}.quake-cmd.svelte-g0c5lo{color:#e0e0e0;text-decoration:underline;cursor:pointer}.quake-cmd.svelte-g0c5lo:hover{color:#fff}.quake-input-row.svelte-g0c5lo{display:flex;align-items:baseline;gap:.5rem;position:relative}.quake-prompt.svelte-g0c5lo{font-family:Courier New,Courier,monospace;font-size:.9rem;color:#999;flex-shrink:0;position:relative;top:2px}html[data-theme=crt] .quake-prompt.svelte-g0c5lo{color:#80ff80}.quake-display.svelte-g0c5lo{font-family:Courier New,Courier,monospace;font-size:.9rem;color:#e0e0e0;white-space:pre}.quake-text.svelte-g0c5lo{color:#e0e0e0}.quake-cursor.svelte-g0c5lo{color:#999;animation:svelte-g0c5lo-blink 1s step-end infinite}html[data-theme=crt] .quake-cursor.svelte-g0c5lo{color:#80ff80}@keyframes svelte-g0c5lo-blink{0%,to{opacity:1}50%{opacity:0}}.quake-hidden-input.svelte-g0c5lo{position:absolute;opacity:0;width:0;height:0;border:none;padding:0;pointer-events:none}.quake-handle.svelte-g0c5lo{height:3px;background:#333;border-bottom:1px solid #555}
