.hud{-webkit-user-select:none;user-select:none;background:#0c0c0cd1;border:1px solid #2a2a2a;border-radius:8px;flex-direction:column;gap:8px;padding:12px;font-size:12px;display:flex;position:absolute;top:12px;left:12px}.hud-row{align-items:center;gap:6px;display:flex}.hud-title{justify-content:space-between;min-width:260px}.hud-map{color:#e6e6e6;font-weight:600}.hud button{color:#e6e6e6;min-width:32px;font:inherit;cursor:pointer;background:#171717;border:1px solid #333;border-radius:5px;padding:5px 9px}.hud button:hover:not(:disabled){background:#222;border-color:#555}.hud button:disabled{opacity:.4;cursor:default}.hud-check{cursor:pointer;color:#9a9a9a}.hud-check input{accent-color:#4ade80;cursor:pointer}.hud-meta{color:#9a9a9a}.hud-hint{color:#6a6a6a}.hud-error{color:#ffb4b4;border-color:#5a2020}.hud-slider{gap:8px}.hud-slider input{flex:1;min-width:140px}.hud-num{color:#9a9a9a;text-align:right;min-width:48px}.hud-warn{color:#f0b6b6}.hud-solved{color:#b6f0b6;background:#1d3b1d;border-radius:4px;padding:4px 8px}.hud-players{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.hud-players li{color:#9a9a9a;align-items:center;gap:6px;display:flex}.hud-players li.is-me .hud-name{color:#e6e6e6}.hud-swatch{border:1px solid #00000080;border-radius:2px;width:9px;height:9px}.hud-you{color:#6a6a6a}.hud-done{color:#7ddc8c}.hud-copy{font-size:11px}.hud-solvecmd{text-align:left;text-overflow:ellipsis;white-space:nowrap;max-width:320px;font-size:11px;overflow:hidden;color:#6a6a6a!important}.hud-solvecmd code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.player-label{color:#cfcfcf;white-space:nowrap;background:#0c0c0cb8;border-radius:3px;padding:1px 5px;font:11px/1.4 system-ui,sans-serif}.player-label-me{color:#fff;font-weight:600}.hud-centered{align-items:flex-start;top:50%;left:50%;transform:translate(-50%,-50%)}.hud-collapsed{background:0 0;border-color:#0000;padding:0}.hud-head{gap:8px}.hud-heading{color:#9a9a9a;letter-spacing:.04em}.hud button.hud-toggle{color:#9a9a9a;background:#0c0c0cd1;border-radius:6px;min-width:28px;padding:2px 8px 6px;font-size:14px;line-height:1}.hud button.hud-toggle:hover:not(:disabled){color:#e6e6e6}.home{background:#0a0a0a;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex}.home-card{background:#121212e6;border:1px solid #2a2a2a;border-radius:10px;flex-direction:column;gap:14px;width:min(420px,100%);padding:28px;font-size:13px;display:flex}.home-card h1{color:#e6e6e6;letter-spacing:.01em;margin:0;font-size:20px;font-weight:600}.home-lede{color:#9a9a9a;margin:0;line-height:1.5}.home-docs-link{color:#d4d4d4;text-underline-offset:2px;text-decoration:underline}.home-docs-link:hover{color:#fff}.home-field{color:#9a9a9a;flex-direction:column;gap:6px;display:flex}.home-field select,.home-field input:not([type=range]){color:#e6e6e6;font:inherit;background:#171717;border:1px solid #333;border-radius:5px;padding:8px 9px}.home-field input:not([type=range])::placeholder{color:#5a5a5a}.home-value{color:#e6e6e6;font-variant-numeric:tabular-nums;font-weight:600}.home-toggle{background:#171717;border:1px solid #333;border-radius:6px;gap:4px;padding:3px;display:flex}.home-toggle button{color:#9a9a9a;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;flex:1;padding:6px 10px}.home-toggle button:hover:not(.is-active){color:#e6e6e6}.home-toggle button.is-active{color:#eaf2ff;background:#1e3f70;border-color:#2f6fd0}.home-range{accent-color:#2f6fd0;cursor:pointer;appearance:none;background:#2a2a2a;border-radius:2px;width:100%;height:4px;margin:6px 0}.home-range::-webkit-slider-thumb{appearance:none;background:#2f6fd0;border:1px solid #4a8ae8;border-radius:50%;width:14px;height:14px}.home-range::-moz-range-thumb{background:#2f6fd0;border:1px solid #4a8ae8;border-radius:50%;width:14px;height:14px}.home-hint{color:#6a6a6a;font-size:12px;line-height:1.4}.home-preview{color:#9a9a9a;font-variant-numeric:tabular-nums;background:#131313;border:1px solid #222;border-radius:5px;padding:8px 10px}.home-loading{color:#9a9a9a;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:180px;display:flex}.home-spinner{border:2px solid #2a2a2a;border-top-color:#2f6fd0;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite home-spin}@keyframes home-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.home-spinner{animation-duration:2.4s}}.home-elapsed{color:#6a6a6a;font-variant-numeric:tabular-nums}.home-cancel{color:#6a6a6a;font:inherit;cursor:pointer;background:0 0;border:none;padding:4px 8px;text-decoration:underline}.home-cancel:hover{color:#9a9a9a}.home-create{color:#eaf2ff;font:inherit;cursor:pointer;background:#1e3f70;border:1px solid #2f6fd0;border-radius:5px;padding:9px 12px}.home-create:hover:not(:disabled){background:#27508c;border-color:#4a8ae8}.home-create:disabled{opacity:.4;cursor:default}.home-error{color:#ffb4b4}.home-meta{color:#6a6a6a;border-top:1px solid #222;padding-top:4px}.home-meta strong{color:#9a9a9a;font-weight:600}.home-card{width:min(560px,100%);max-height:calc(100vh - 48px);overflow-y:auto}.home-section{flex-direction:column;gap:8px;display:flex}.home-section h2{color:#9a9a9a;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:12px;font-weight:600}.home-linkish{color:#9a9a9a;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.home-linkish:hover{color:#e6e6e6}.maze-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.maze-list-empty{color:#6a6a6a;border:1px dashed #2a2a2a;border-radius:6px;padding:10px;font-size:12px}.maze-row{background:#181818cc;border:1px solid #262626;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;display:flex}.maze-row-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.maze-row-name{color:#e6e6e6;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.maze-row-meta{color:#6a6a6a;font-size:12px}.maze-row-actions{flex-shrink:0;gap:6px;display:flex}.maze-chip{color:#9a9a9a;font:inherit;cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:999px;padding:4px 10px;font-size:12px}.maze-chip:hover:not(:disabled){color:#e6e6e6;border-color:#444}.maze-chip:disabled{opacity:.5;cursor:default}.maze-chip.is-public{color:#8fd0a4;border-color:#2f5d3f}.maze-chip.is-danger:hover:not(:disabled){color:#ffb4b4;border-color:#6d3436}.maze-chip.is-primary{color:#cfe0ff;border-color:#3a4a63}@media (width<=520px){.maze-row{flex-direction:column;align-items:stretch}.maze-row-actions{justify-content:flex-end}}*{box-sizing:border-box}html,body,#root{color:#e6e6e6;overscroll-behavior:none;background:#000;height:100%;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;overflow:hidden}canvas{touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
