:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--panel:#120e0a94;--line:#ffdca024;--ink:#efe6d3;--muted:#b6a98f;--accent:#e9b458;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body{height:100%;color:var(--ink);background:#0a0d14;margin:0;overflow:hidden}#scene{cursor:crosshair;width:100vw;height:100vh;display:block}#hud{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);-webkit-user-select:none;user-select:none;border-radius:10px;width:236px;padding:10px 12px;font-size:12px;line-height:1.35;position:fixed;top:12px;left:12px;box-shadow:0 6px 24px #00000040}#hud .row{align-items:center;gap:8px;display:flex}#hud .title{justify-content:space-between;margin-bottom:8px}#hud .title .name{letter-spacing:.02em;color:var(--accent);font-weight:600}#hud .title .seed{color:var(--muted);font-variant-numeric:tabular-nums}#hud .title .seed b{color:var(--ink);font-weight:500}#hud .time input[type=range]{min-width:0;accent-color:var(--accent);flex:1;margin:0}#hud .time #clock{font-variant-numeric:tabular-nums;min-width:38px;font-weight:600}#hud .grid{grid-template-columns:auto 1fr;gap:1px 10px;margin:8px 0;display:grid}#hud .grid span{color:var(--muted)}#hud .grid b{text-align:right;font-variant-numeric:tabular-nums;font-weight:500}#hud .actions{justify-content:space-between}#hud button,#hud select{font:inherit;color:var(--ink);border:1px solid var(--line);cursor:pointer;background:#ffffff0f;border-radius:6px;padding:3px 8px;font-size:11px}#hud button:hover,#hud select:hover{background:#ffffff1f}#hud .tog{color:var(--muted)}#hud .tog.on{color:var(--accent);border-color:#e9b45880}#hud select{padding-right:4px}#hint{background:var(--panel);border:1px solid var(--line);color:var(--muted);-webkit-backdrop-filter:blur(8px);-webkit-user-select:none;user-select:none;border-radius:8px;padding:6px 10px;font-size:11px;transition:opacity .3s;position:fixed;bottom:12px;left:12px}#hint b{color:var(--ink);font-weight:600}#hint b.active{color:var(--accent)}#hint.dim{opacity:.35}#crosshair{opacity:0;pointer-events:none;background:#ffffffd9;border-radius:50%;width:4px;height:4px;margin:-2px 0 0 -2px;position:fixed;top:50%;left:50%;box-shadow:0 0 4px #0009}#crosshair.on{opacity:1}#loading{color:var(--muted);letter-spacing:.04em;z-index:10;background:#0a0d14;justify-content:center;align-items:center;font-size:14px;display:flex;position:fixed;inset:0}#loading[hidden]{display:none}
