@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2) format("woff2"),url(/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff) format("woff")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-latin-500-normal-DSY6xOcd.woff2) format("woff2"),url(/assets/ibm-plex-mono-latin-500-normal-CB9ihrfo.woff) format("woff")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-mono-latin-600-normal-BgSNZQsw.woff2) format("woff2"),url(/assets/ibm-plex-mono-latin-600-normal-DWFSQ4vo.woff) format("woff")}*{box-sizing:border-box}:root{--ui-bg-canvas: #0b0d12;--ui-text-primary: #e6e7ea;--ui-text-muted: rgba(230, 231, 234, .88);--ui-text-subtle: rgba(230, 231, 234, .78);--ui-panel-radius: 8px;--ui-pill-radius: 999px;--ui-circle-button-size: 50px;--ui-circle-button-size-mobile: 44px;--ui-circle-icon-size: 24px;--ui-circle-icon-size-mobile: 22px;--ui-space-1: 2px;--ui-space-2: 4px;--ui-space-3: 6px;--ui-space-4: 8px;--ui-space-5: 10px;--ui-space-6: 12px;--ui-space-7: 13px;--ui-space-8: 14px;--ui-space-9: 15px;--ui-space-10: 16px;--ui-space-11: 18px;--ui-font-xxs: 11px;--ui-font-xs: 12px;--ui-font-sm: 13px;--ui-font-md: 14px;--ui-circle-bg: rgba(8, 10, 14, .68);--ui-panel-bg: rgba(0, 0, 0, .6);--ui-border-subtle: 1px solid rgba(255, 255, 255, .25);--ui-border-strong: 2px solid #ffffff;--ui-shadow-inset: inset 1px 1px 3px rgba(255, 255, 255, .8), inset -4px -4px 8px rgba(0, 0, 0, .4), 0 4px 6px rgba(0, 0, 0, .2);--ui-accent-filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(7307%) hue-rotate(354deg) brightness(93%) contrast(123%)}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--ui-bg-canvas);color:var(--ui-text-primary)}.app-root{position:relative;width:100%;height:100%;overflow:hidden}.lil-gui,.dg,.dg.ac,[class*=lil-gui]{display:none!important;visibility:hidden!important;pointer-events:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.viewer-root{position:relative;width:100%;height:100%}.viewer-canvas{position:absolute;inset:0}.viewer-status{position:absolute;left:16px;top:16px;padding:var(--ui-space-4) var(--ui-space-6);border-radius:var(--ui-panel-radius);font-size:var(--ui-font-md);background:#0a0c12c7;border:1px solid rgba(255,255,255,.12)}.viewer-loading{color:#e6e7ea}.viewer-error{color:#ffd7d7;border-color:#ff707066;background:#401010cc}.fs-toggle{position:absolute;z-index:100;pointer-events:auto;width:4rem;height:4rem;right:0;top:0;cursor:pointer;border:0;background-color:transparent;padding:0}.fs-toggle__icon{width:100%;height:100%;display:block;margin:auto;pointer-events:none}.fs-toggle:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:2px}.paint-swatch{width:var(--ui-circle-button-size);height:var(--ui-circle-button-size);border-radius:50%;cursor:pointer;border:none;background-position:center;background-repeat:no-repeat;background-size:cover}.paint-swatch.is-active{border:var(--ui-border-strong)}.paint-swatch:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:2px}.paint-swatch.is-active:focus-visible{outline:none}.config-drawer{--config-drawer-options-width: 70px;--config-drawer-label-gap: -.5rem;pointer-events:auto;position:absolute;right:120px;top:0;bottom:0;width:70px;display:flex;align-items:stretch;justify-content:space-between;gap:var(--ui-space-10)}.config-drawer--enter{animation:config-drawer-enter .32s cubic-bezier(.2,.8,.2,1);z-index:2}.config-drawer--idle{z-index:2}.config-drawer--exit{animation:config-drawer-exit .32s cubic-bezier(.22,.61,.36,1) forwards;pointer-events:none;z-index:1}.config-drawer__label-layer{flex:1;position:relative}.config-drawer__label-panel{position:absolute;top:50%;transform:translateY(-50%);right:calc(var(--config-drawer-options-width) + var(--config-drawer-label-gap));width:fit-content;min-width:128px;max-width:148px;min-height:60px;border-radius:var(--ui-panel-radius);display:flex;align-items:center;justify-content:center;padding:var(--ui-space-2);transition:top .24s cubic-bezier(.22,.61,.36,1);will-change:top}.config-drawer__label-text{display:flex;flex-direction:column;gap:var(--ui-space-1);align-items:center;font-size:var(--ui-font-xs);font-weight:500;color:#000;text-align:center}.config-drawer__label-chip{display:inline-flex;align-items:center;justify-content:center;min-width:56px;min-height:17px;padding:0 8px;background:#a3a3a3;line-height:1}.config-drawer__options-panel{position:absolute;right:0;top:50%;transform:translateY(-50%);width:var(--config-drawer-options-width);border-radius:var(--ui-pill-radius);background:var(--ui-panel-bg);display:flex;flex-direction:column;align-items:center;gap:var(--ui-space-7);padding:var(--ui-space-8) 0}.config-drawer__empty{text-align:center;font-size:var(--ui-font-xxs);color:var(--ui-text-subtle);padding:var(--ui-space-3)}.config-drawer__option{border:var(--ui-border-subtle);border-radius:50%;background:var(--ui-circle-bg);width:var(--ui-circle-button-size);height:var(--ui-circle-button-size);padding:0;display:grid;place-items:center;cursor:pointer}.config-drawer__option img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.config-drawer__option.is-active{border:var(--ui-border-strong)}.config-drawer__option:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:2px}.config-drawer__option.is-active:focus-visible{outline:none}.config-drawer__option-fallback{color:#fff;font-size:var(--ui-font-sm);font-weight:600}@keyframes config-drawer-enter{0%{transform:translateY(110%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes config-drawer-exit{0%{transform:translateY(0);opacity:1}to{transform:translateY(110%);opacity:0}}@media(prefers-reduced-motion:reduce){.config-drawer--enter,.config-drawer--exit{animation:none}.config-drawer__label-panel{transition:none}}.hotspot-gallery-modal{--gallery-open-ms: .19s;--gallery-close-ms: .22s;--gallery-image-ms: .32s;--gallery-ease: cubic-bezier(.22, .61, .36, 1);position:absolute;inset:0;z-index:40;pointer-events:auto;touch-action:pan-y;opacity:0}.hotspot-gallery-modal--open{opacity:1;animation:hotspot-gallery-fade-in var(--gallery-open-ms) var(--gallery-ease) both}.hotspot-gallery-modal--closing{opacity:0;pointer-events:none;animation:hotspot-gallery-fade-out var(--gallery-close-ms) var(--gallery-ease) both}.hotspot-gallery-modal__backdrop{position:absolute;inset:0;background:#000000db;cursor:pointer}.hotspot-gallery-modal__figure{position:absolute;inset:0;margin:0;display:grid;place-items:center;pointer-events:none;justify-content:center}.hotspot-gallery-modal__figure img{max-height:min(100vh,1110px);height:100vh;object-fit:contain;box-shadow:0 20px 64px #00000075}.hotspot-gallery-modal__figure-image{animation:hotspot-gallery-image-fade var(--gallery-image-ms) var(--gallery-ease) both;will-change:opacity,transform}.hotspot-gallery-modal__figure figcaption{position:absolute;bottom:5px;left:50%;transform:translate(-50%);color:#ffffffc2;font-size:var(--ui-font-xs);letter-spacing:.04em}.hotspot-gallery-modal__nav{position:absolute;top:50%;width:clamp(64px,7vw,88px);height:clamp(180px,22vh,236px);transform:translateY(-50%);border:none;background:transparent;color:#fff;padding:0;cursor:pointer;z-index:1;display:grid;align-items:center;justify-items:start}.hotspot-gallery-modal__nav:disabled{opacity:.38;cursor:default}.hotspot-gallery-modal__nav--left{left:max(0px,env(safe-area-inset-left));justify-items:start}.hotspot-gallery-modal__nav--right{right:max(0px,env(safe-area-inset-right));justify-items:end}.hotspot-gallery-modal__close{position:absolute;left:50%;bottom:max(20px,calc(env(safe-area-inset-bottom) + 10px));min-width:66px;height:56px;transform:translate(-50%);border:none;background:transparent;color:#fff;font-size:var(--ui-font-xs);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:8px}.hotspot-gallery-modal__nav:focus-visible,.hotspot-gallery-modal__close:focus-visible{outline:2px solid #fff;outline-offset:3px;box-shadow:0 0 0 4px #00000073}.hotspot-gallery-modal__close--autofocus:focus-visible{outline:none;box-shadow:none}.hotspot-gallery-modal__nav img{width:50px;height:160px;display:block}.hotspot-gallery-modal__close img{width:50px;height:50px;display:block}@media(max-width:900px){.hotspot-gallery-modal__nav{width:clamp(72px,18vw,96px);height:clamp(196px,32vh,280px)}.hotspot-gallery-modal__nav img{width:44px;height:132px}.hotspot-gallery-modal__close{min-width:164px;height:60px;bottom:max(20px,calc(env(safe-area-inset-bottom) + 14px))}}@media(prefers-reduced-motion:reduce){.hotspot-gallery-modal,.hotspot-gallery-modal__figure-image{animation:none}.hotspot-gallery-modal__figure-image{will-change:auto}}@keyframes hotspot-gallery-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hotspot-gallery-fade-out{0%{opacity:1}to{opacity:0}}@keyframes hotspot-gallery-image-fade{0%{opacity:.45;transform:scale(1.006)}to{opacity:1;transform:scale(1)}}.overlay-root{position:absolute;inset:0;pointer-events:none;z-index:20}.engine-audio-button{--audio-slide-distance: calc(100% + 48px) ;pointer-events:auto;position:absolute;left:40px;bottom:4%;transform:translate3d(0,var(--audio-slide-distance),0);border:1px solid rgba(255,255,255,.25);border-radius:0;background:#79000a33;color:#e60012;min-height:36px;min-width:138px;padding:6px 10px;display:inline-flex;align-items:center;justify-content:space-around;gap:var(--ui-space-4);cursor:pointer;font-size:var(--ui-font-xs);border-color:#e60012;opacity:0;will-change:transform,opacity;transition:transform .32s cubic-bezier(.22,.61,.36,1),opacity .22s ease-out}.engine-audio-button img{width:18px;height:18px;display:block;flex-shrink:0}.engine-audio-button.is-visible{transform:translateZ(0);opacity:1;pointer-events:auto}.engine-audio-button.is-hidden{transform:translate3d(0,var(--audio-slide-distance),0);opacity:0;pointer-events:none}.engine-audio-button:focus-visible,.interior-exit-button:focus-visible,.config-rail__button:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:2px}.config-rail__button.is-active:focus-visible{outline:none}.interior-exit-button{pointer-events:auto;position:absolute;left:50%;bottom:max(20px,calc(env(safe-area-inset-bottom) + 10px));min-width:66px;height:56px;transform:translate(-50%);border:none;background:transparent;color:#fff;cursor:pointer;z-index:1;display:inline-flex;align-items:center;justify-content:center}.interior-exit-button img{width:50px;height:50px;display:block}.config-rail{pointer-events:auto;position:absolute;right:40px;top:50%;transform:translate3d(0,-50%,0) scale(1);transform-origin:right center;opacity:1;width:auto;display:flex;flex-direction:column;gap:var(--ui-space-6);align-items:flex-end;will-change:transform,opacity;transition:transform .24s cubic-bezier(.16,1,.3,1),opacity .2s cubic-bezier(.22,1,.36,1)}.config-rail.is-animating{pointer-events:none}.config-rail.config-rail--out{transform:translate3d(14px,-50%,0) scale(.985);opacity:0}.config-rail.config-rail--in{transform:translate3d(0,-50%,0) scale(1);opacity:1}.config-rail__group{display:flex;flex-direction:column;gap:var(--ui-space-9);align-items:flex-end;will-change:transform,opacity;transition:transform .22s cubic-bezier(.16,1,.3,1),opacity .18s cubic-bezier(.22,1,.36,1)}.config-rail__separator{width:26px;height:1px;margin:var(--ui-space-1) var(--ui-space-6) var(--ui-space-1) 0;will-change:transform,opacity;transition:transform .22s cubic-bezier(.16,1,.3,1),opacity .18s cubic-bezier(.22,1,.36,1)}.config-rail.config-rail--out .config-rail__group,.config-rail.config-rail--out .config-rail__separator{transform:translate3d(4px,0,0);opacity:0}.config-rail.config-rail--in .config-rail__group,.config-rail.config-rail--in .config-rail__separator{transform:translateZ(0);opacity:1}.config-rail__button{border:none;border-radius:50%;background:var(--ui-circle-bg);width:var(--ui-circle-button-size);height:var(--ui-circle-button-size);padding:0;display:grid;place-items:center;cursor:pointer}.config-rail__button img{width:var(--ui-circle-icon-size);height:var(--ui-circle-icon-size);display:block}.config-rail__button.is-active{background:var(--ui-circle-bg)}.config-rail__button.is-active img{filter:var(--ui-accent-filter)}@media(prefers-reduced-motion:reduce){.engine-audio-button,.config-rail,.config-rail__group,.config-rail__separator{transition:none}}.loading-overlay{position:absolute;inset:0;z-index:30;display:flex;align-items:center;justify-content:center;background:#05060ae6;pointer-events:auto;opacity:1;visibility:visible;transition:opacity .36s ease,visibility 0s linear 0s}.loading-overlay.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .36s ease,visibility 0s linear .36s}.loading-overlay__content{display:flex;flex-direction:column;align-items:center;gap:var(--ui-space-11)}.loading-overlay__logo{width:min(680px,75vw);height:auto;display:block;margin-bottom:4rem;opacity:0;transform:translateY(10px) scale(.985);animation:loading-logo-enter .52s cubic-bezier(.2,.8,.2,1) 80ms forwards}.loading-overlay__text{margin:0;font-size:var(--ui-font-sm);line-height:1;letter-spacing:.08em;text-transform:lowercase;color:var(--ui-text-muted);opacity:0;animation:loading-text-enter .42s ease-out .18s forwards}@keyframes loading-logo-enter{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes loading-text-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
