.hud{--surface: rgba(18, 18, 18, .82);--surface-raised: #1f1f1e;--track: #2c2c2a;--rule: rgba(255, 255, 255, .08);--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #8a8980;--neutral-fill: #c3c2b7;--starved: #ffffff;position:fixed;top:16px;left:16px;z-index:10;width:min(340px,calc(100vw - 32px));max-height:calc(100vh - 32px);display:flex;flex-direction:column;color:var(--text-primary);background:var(--surface);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--rule);border-radius:12px;font:400 13px/1.35 Roboto,system-ui,sans-serif;font-variant-numeric:tabular-nums;user-select:none}.hud *{font-family:inherit;font-weight:inherit}.hud-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 10px}.hud-title{margin:0;font-size:15px;font-weight:500;letter-spacing:.02em}.hud-toggle{width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:var(--text-secondary);cursor:pointer}.hud-toggle:before{content:"–";font-size:18px}.hud.is-collapsed .hud-toggle:before{content:"+"}.hud-toggle:hover,.hud-toggle:focus-visible{background:var(--surface-raised);color:var(--text-primary)}.hud.is-collapsed .hud-body{display:none}.hud-body{overflow-y:auto;padding:0 14px 12px}.hud-section{padding:10px 0;border-top:1px solid var(--rule)}.hud-heading{margin:0 0 8px;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.hud-stat{display:grid;grid-template-columns:92px 1fr 56px;align-items:center;gap:10px;min-height:22px}.hud-stat-label{color:var(--text-secondary)}.hud-stat-value{text-align:right;color:var(--text-primary)}.hud-stat-value--big{font-size:15px;font-weight:500}.hud-meter{height:6px;border-radius:3px;background:var(--track);overflow:hidden}.hud-meter-fill{height:100%;width:0;border-radius:3px;background:var(--neutral-fill);transition:width .24s linear}.hud-stack{display:flex;gap:2px;height:14px;border-radius:4px;overflow:hidden;background:var(--track)}.hud-stack-seg{flex:0 1 0;min-width:2px;background:var(--task);transition:flex-grow .24s linear}.hud-stack-seg[hidden]{display:none}.hud-task-head,.hud-task{display:grid;grid-template-columns:118px 1fr 90px;align-items:center;gap:10px}.hud-task-head{margin-bottom:4px;font-size:11px;color:var(--text-muted)}.hud-demand-head{display:flex;justify-content:space-between}.hud-task{position:relative;padding:5px 4px;margin:0 -4px;border-radius:6px;outline:none;cursor:default}.hud-task:hover,.hud-task:focus-visible{background:var(--surface-raised)}.hud-task-name{display:flex;align-items:center;gap:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hud-swatch{flex:none;width:8px;height:8px;border-radius:2px;background:var(--task)}.hud-work{display:grid;grid-template-columns:1fr 26px;align-items:center;gap:6px}.hud-bar{height:8px;border-radius:0 4px 4px 0;background:var(--track);overflow:hidden}.hud-bar-fill{display:block;height:100%;width:0;border-radius:0 4px 4px 0;background:var(--task);transition:width .24s linear}.hud-count{text-align:right;color:var(--text-secondary);font-size:12px}.hud-demand{position:relative;height:8px;border-radius:4px;background:var(--track)}.hud-demand-fill{position:absolute;top:0;bottom:0;left:50%;width:0;border-radius:4px 0 0 4px;background:var(--text-muted);transition:left .24s linear,width .24s linear}.hud-demand-fill.is-under{border-radius:0 4px 4px 0;background:var(--neutral-fill)}.hud-task.is-starved .hud-demand-fill{background:var(--starved)}.hud-demand-mid{position:absolute;top:-3px;bottom:-3px;left:calc(50% - 1px);width:2px;background:var(--text-secondary)}.hud-known{position:absolute;left:4px;bottom:1px;height:2px;width:0;max-width:96px;background:var(--task);opacity:.55;transition:width .24s linear}.hud-note{margin:8px 0 0;font-size:11px;color:var(--text-muted)}.hud-tip{position:fixed;top:0;left:0;z-index:11;min-width:180px;padding:8px 10px;border:1px solid var(--rule, rgba(255, 255, 255, .08));border-radius:8px;background:#1f1f1e;color:#fff;font:400 12px/1.4 Roboto,system-ui,sans-serif;font-variant-numeric:tabular-nums;pointer-events:none;opacity:0;transition:opacity .12s}.hud-tip.is-visible{opacity:1}.hud-tip strong{display:block;margin-bottom:4px;font-weight:500}.hud-tip-row{display:flex;justify-content:space-between;gap:16px;color:#c3c2b7}.hud-tip-value{color:#fff}@media(max-width:480px){.hud{top:auto;bottom:16px;max-height:55vh}.hud-task-head,.hud-task{grid-template-columns:92px 1fr 72px}}@media(prefers-reduced-motion:reduce){.hud *,.hud-tip{transition:none!important}}.hud-tip *{font-family:inherit}.hud-stat-note{color:var(--text-muted);font-size:12px}.hud-bar{display:flex}.hud-bar-fill{flex:none}.hud-bar-fill--asleep{opacity:.35}.hud-bar-fill:has(+.hud-bar-fill--asleep:not([style*="width: 0%"])){border-radius:0}.hud-stack-seg--asleep{background-image:repeating-linear-gradient(135deg,transparent 0 3px,rgba(0,0,0,.35) 3px 5px)}.hud-stat.is-empty .hud-stat-value{color:#fff;font-weight:500}.hud-note--tight{margin-top:2px}.hud.about{left:auto;right:16px;width:min(360px,calc(100vw - 32px));user-select:text}.about-body{color:var(--text-secondary);line-height:1.5}.about-body b{color:var(--text-primary);font-weight:500}.about-intro{margin:0 0 10px;padding-top:10px;border-top:1px solid var(--rule)}.about-section{border-top:1px solid var(--rule)}.about-section summary{display:flex;align-items:center;justify-content:space-between;padding:9px 0;color:var(--text-primary);font-weight:500;cursor:pointer;list-style:none}.about-section summary::-webkit-details-marker{display:none}.about-section summary:after{content:"+";color:var(--text-muted);font-size:15px}.about-section[open] summary:after{content:"–"}.about-section summary:focus-visible{outline:2px solid var(--text-secondary);outline-offset:2px;border-radius:4px}.about-content{padding-bottom:10px}.about-content p{margin:0 0 8px}.about-content ul,.about-content ol{margin:0;padding-left:18px}.about-content li+li{margin-top:6px}.about-content kbd,.about-content code{padding:1px 5px;border-radius:4px;background:var(--surface-raised);color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.about-footer a{color:var(--text-secondary)}.about-footer a:hover{color:var(--text-primary)}@media(max-width:480px){.hud.about{top:16px;bottom:auto;max-height:40vh}}.hud-task{cursor:pointer}.hud-task.is-pinned{background:var(--surface-raised);box-shadow:inset 3px 0 0 var(--task)}.hud-sound{display:grid;place-items:center;width:28px;height:28px;margin-left:auto;margin-right:2px;border:0;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer}.hud-sound:hover,.hud-sound:focus-visible{background:var(--surface-raised);color:var(--text-primary)}.hud-sound.is-on{color:var(--text-primary)}.hud-sound .hud-sound-waves,.hud-sound.is-on .hud-sound-mute{display:none}.hud-sound.is-on .hud-sound-waves{display:inline}.hud{max-height:calc(100vh - 104px)}.hud.controls{inset:auto auto 16px 50%;transform:translate(-50%);width:auto;max-width:calc(100vw - 32px);flex-direction:row;align-items:center;gap:14px;padding:8px 12px}.controls-group{display:flex;align-items:center;gap:10px}.controls-group .hud-slider{width:150px}.controls-label{color:var(--text-secondary)}.controls-value{min-width:48px;font-weight:500;text-align:left}.controls-value--wide{min-width:64px}.controls-rule{align-self:stretch;width:1px;background:var(--rule)}.hud-play{width:28px;height:28px;border:0;border-radius:6px;background:var(--surface-raised);color:var(--text-primary);cursor:pointer;font-size:11px}.hud-play:before{content:"";display:block;width:3px;height:10px;margin:0 auto;border-left:3px solid currentColor;border-right:3px solid currentColor;box-sizing:content-box}.hud-play.is-paused:before{width:0;height:0;margin-left:calc(50% - 3px);border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent currentColor}.hud-play:hover,.hud-play:focus-visible{background:var(--track)}.hud-slider{margin:0;accent-color:var(--neutral-fill);cursor:pointer}.hud-sound{margin:0}@media(max-width:640px){.hud.controls{left:16px;right:16px;transform:none;flex-wrap:wrap;justify-content:space-between}.controls-rule{display:none}.controls-group .hud-slider{width:110px}}@media(max-width:480px){.hud:not(.about):not(.controls){bottom:104px;max-height:45vh}}.hud-tiles{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.hud-tile{min-width:0}.hud-tile-top{display:flex;align-items:baseline;justify-content:space-between;gap:6px;margin-bottom:4px}.hud-tile-label{color:var(--text-secondary);font-size:12px;white-space:nowrap}.hud-tile-value{color:var(--text-primary);font-size:14px;font-weight:500;white-space:nowrap}.hud-tile-detail{margin-top:3px;color:var(--text-muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hud-tile.is-empty .hud-tile-value{color:#fff}.hud-meter--diverge{position:relative;overflow:visible}.hud-meter--diverge .hud-meter-fill{position:absolute;top:0;bottom:0;left:50%;border-radius:0 3px 3px 0;transition:left .24s linear,width .24s linear}.hud-meter--diverge .hud-meter-fill.is-negative{border-radius:3px 0 0 3px;background:var(--text-muted)}.hud-meter-mid{position:absolute;top:-2px;bottom:-2px;left:calc(50% - 1px);width:2px;background:var(--text-secondary)}.hud-task{padding:3px 4px}.hud-task-head{margin-bottom:2px}.hud-section{padding:8px 0}.hud-toasts{position:fixed;right:16px;bottom:84px;z-index:12;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}.hud-toast{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:10px;width:min(300px,calc(100vw - 32px));padding:9px 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#121212e6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;font:400 12px/1.35 Roboto,system-ui,sans-serif;pointer-events:auto;cursor:pointer;animation:hud-toast-in .22s ease-out}.hud-toast *{font-family:inherit}.hud-toast.is-leaving{opacity:0;transform:translateY(6px);transition:opacity .22s,transform .22s}.hud-toast-dot{width:10px;height:10px;border-radius:50%;background:var(--toast)}.hud-toast-text{display:flex;flex-direction:column;min-width:0}.hud-toast-text strong{font-weight:500}.hud-toast-text span{color:#8a8980;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hud-toast[data-pile="2"]{box-shadow:0 5px 0 -2px #1c1c1b,0 5px 0 -1px #ffffff14;margin-bottom:5px}.hud-toast[data-pile="3"]{box-shadow:0 5px 0 -2px #1c1c1b,0 5px 0 -1px #ffffff14,0 10px 0 -4px #161615,0 10px 0 -3px #ffffff0f;margin-bottom:10px}.hud-toast.is-bumped{animation:hud-toast-bump .26s ease-out}@keyframes hud-toast-bump{40%{transform:translateY(-3px)}}.hud-pulses{position:relative;width:min(300px,calc(100vw - 32px));height:22px;pointer-events:none}.hud-pulse{position:absolute;bottom:0;font:700 14px/1 Roboto,system-ui,sans-serif;font-variant-numeric:tabular-nums;text-shadow:0 1px 2px rgba(0,0,0,.8);animation:hud-pulse-float .9s ease-out forwards}.hud-pulse.is-up{right:6px;color:#3fd26b}.hud-pulse.is-down{right:48px;color:#ff5c5c}@keyframes hud-pulse-float{0%{opacity:0;transform:translateY(6px)}20%{opacity:1}to{opacity:0;transform:translateY(-16px)}}@keyframes hud-toast-in{0%{opacity:0;transform:translateY(6px)}}@media(max-width:640px){.hud-toasts{inset:76px 16px auto;align-items:stretch}.hud-toast{width:auto}}@media(prefers-reduced-motion:reduce){.hud-toast,.hud-toast.is-bumped{animation:none}.hud-pulse{animation-duration:1.2s;animation-name:hud-pulse-fade}}@keyframes hud-pulse-fade{0%{opacity:1}to{opacity:0}}.controls-toggle{height:28px;padding:0 10px;border:1px solid var(--rule);border-radius:6px;background:transparent;color:var(--text-secondary);cursor:pointer;font:inherit}.controls-toggle.is-on{background:var(--surface-raised);color:var(--text-primary)}.controls-toggle:hover,.controls-toggle:focus-visible{color:var(--text-primary)}.controls-season-track{width:48px;height:4px;border-radius:2px;background:var(--track);overflow:hidden}.controls-season-track[hidden]{display:none}.controls-season-fill{display:block;height:100%;width:0;background:var(--neutral-fill)}.controls-seasons{gap:4px}.controls-season{position:relative;height:28px;padding:0 9px;border:0;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;font:inherit;overflow:hidden}.controls-season:hover,.controls-season:focus-visible{color:var(--text-primary)}.controls-season{display:inline-flex;align-items:center;gap:6px}.controls-season.is-current{background:color-mix(in srgb,var(--season) 22%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--season) 45%,transparent);color:var(--text-primary);font-weight:500}.controls-season-progress{position:absolute;left:0;bottom:0;height:3px;width:0;background:var(--season);transition:width .4s linear}.controls-season-live{display:none;width:6px;height:6px;border-radius:50%;background:var(--season)}.controls-seasons.is-cycling .controls-season.is-current .controls-season-live{display:block;animation:controls-live 1.6s ease-in-out infinite}@keyframes controls-live{50%{opacity:.25}}@media(prefers-reduced-motion:reduce){.controls-seasons.is-cycling .controls-season.is-current .controls-season-live{animation:none}}.controls-seasons .controls-toggle{margin-left:6px}@media(max-width:640px){.controls-season{padding:0 6px}}.controls-season.is-auto{background:color-mix(in srgb,var(--season) 10%,transparent);box-shadow:none;outline:1px dashed color-mix(in srgb,var(--season) 60%,transparent);outline-offset:-1px}.hud-task--sleep{margin-top:4px;padding-top:6px;border-top:1px solid var(--rule)}.follow-pill{position:fixed;left:50%;bottom:72px;transform:translate(-50%);z-index:5;padding:5px 12px;border-radius:999px;background:#101010b8;color:#c3c2b7;font:400 12px/1.3 Roboto,system-ui,sans-serif;white-space:nowrap;pointer-events:none}.follow-pill[hidden]{display:none}.controls-select{appearance:none;-webkit-appearance:none;height:28px;padding:0 22px 0 9px;border:1px solid var(--rule);border-radius:6px;background:var(--surface-raised) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%23c3c2b7' stroke-width='1.4' stroke-linecap='round'/></svg>") no-repeat right 8px center;color:var(--text-primary);font:inherit;cursor:pointer}.controls-select:hover,.controls-select:focus-visible{border-color:#ffffff40;outline:none}.hud-fold>summary{list-style:none;cursor:pointer;color:var(--text-muted);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.hud-fold>summary::-webkit-details-marker{display:none}.hud-fold>summary:after{content:" ▸"}.hud-fold[open]>summary:after{content:" ▾"}@font-face{font-family:Roboto;src:url(./Roboto-Regular-CmjnF39D.ttf)}@font-face{font-family:Roboto;src:url(./Roboto-Regular-CmjnF39D.ttf);font-weight:500}@font-face{font-family:Roboto;src:url(./Roboto-Thin-DxNvdLoR.ttf);font-weight:100}*{font-family:"Roboto !important";font-weight:100;font-size:16}html,body{width:100%;height:100%;padding:0;margin:0;overflow:hidden}#renderCanvas{width:100%;height:100%;display:block;font-size:16;outline:none;border:0 1px solid #ccc}.loading-name{font-weight:400}
