@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#1d2b2d;background:#edf3f1;font-synthesis:none;font-weight:400;color-scheme:light}@media(prefers-color-scheme:dark){:root{color:#e6e9e8;background:#12191d;color-scheme:dark}}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;border:1px solid #ffffff18;background:#ffffff04;border-radius:7px;padding:10px 15px;transition:background .2s}button:hover{background:#ffffff0e}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:2px solid #a7d2c9;outline-offset:4px}a{color:inherit;text-decoration:none}.app{height:100dvh;min-height:500px;display:flex;flex-direction:column}.app-header{height:88px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;margin:0 36px;border-bottom:1px solid #ffffff10;z-index:3}.brand{display:flex;align-items:center;gap:13px;font-size:20px;font-weight:600;letter-spacing:-.6px}.brand-light{font-weight:400;color:#b5bebe}.brand-mark{display:block;align-items:center;border:1px solid #869b9944;border-radius:10px;width:42px;height:42px;padding:3px;overflow:hidden}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.header-right{display:flex;align-items:center;gap:28px}.prototype-badge,.eyebrow{font-size:11px;font-weight:600;letter-spacing:1.8px;color:#8e9fa4}.prototype-badge{font-size:10px;display:flex;gap:8px;align-items:center}.prototype-badge i,.status-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#9fc9bc}.reset-view{font-size:12px;border:none}.reset-view span{font-size:19px;vertical-align:middle;margin-right:8px}.workspace{position:relative;flex:1;min-height:0;display:flex}.main-stage{position:relative;width:100%;height:100%;transition:width .45s ease;background:radial-gradient(ellipse at 50% 43%,#24313650,transparent 59%)}.main-stage canvas{touch-action:none;cursor:grab}.main-stage canvas:active{cursor:grabbing}.has-selection .main-stage{width:60%}.stage-caption{position:absolute;top:39px;left:38px;pointer-events:none;z-index:1}.stage-caption h1{font-size:38px;letter-spacing:-1.6px;font-weight:450;margin:12px 0 7px}.stage-caption p{color:#86959a;font-size:13px;margin:0}.depth-panel{position:absolute;right:36px;top:50%;transform:translateY(-50%);width:190px;transition:opacity .2s}.depth-panel>.eyebrow{font-size:10px}.layer-list{margin:21px 0 25px;overflow:hidden;border:2px solid #a7cabe30;border-radius:14px;background:#172126b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.layer-row+.layer-row{border-top:1px solid #ffffff0d}.layer-button{border:0;border-left:1px solid #ffffff14;border-radius:0;display:flex;align-items:center;gap:17px;width:100%;padding:14px 10px 14px 19px;text-align:left;font-size:14px;color:#849296;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.layer-button.active{color:#d9eee7;border-left:2px solid #a7cabe;background:#afcfbf08}.layer-number{font-size:10px;color:#5e737c}.layer-dot{width:5px;height:5px;border-radius:50%;background:transparent;margin-left:auto}.active .layer-dot{background:#a7cabe}.depth-range label{font-size:12px;color:#9aabaa;display:flex;justify-content:space-between}.depth-range output{color:#bcd4cc;font-variant-numeric:tabular-nums}input[type=range]{--range-track: #435055;--range-progress: #b3d1c7;--range-thumb: #747485;--range-value: 0%;appearance:none;-webkit-appearance:none;width:100%;height:20px;padding:0;border:0;background:transparent;cursor:pointer;margin:17px 0}input[type=range]::-webkit-slider-runnable-track{height:3px;border:0;border-radius:999px;background:linear-gradient(to right,var(--range-progress) 0 var(--range-value),var(--range-track) var(--range-value) 100%);box-shadow:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;margin-top:-8.5px;border:2px solid #f7faf9;border-radius:50%;background:var(--range-thumb);box-shadow:none!important;filter:none!important}input[type=range]::-moz-range-track{height:3px;border:0;border-radius:999px;background:var(--range-track);box-shadow:none}input[type=range]::-moz-range-progress{height:3px;border:0;border-radius:999px;background:var(--range-progress);box-shadow:none}input[type=range]::-moz-range-thumb{appearance:none;width:20px;height:20px;border:2px solid #f7faf9;border-radius:50%;background:var(--range-thumb);box-shadow:none!important;filter:none!important}.range-labels{display:flex;justify-content:space-between;font-size:10px;color:#77878b}.orientation{position:absolute;bottom:74px;left:40px;font-family:monospace;color:#7a9297;width:92px;pointer-events:none}.orientation-gizmo{display:block;width:58px;height:58px;overflow:visible}.orientation-gizmo .axis line{fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round}.orientation-gizmo .axis circle{fill:none;stroke:currentColor;stroke-width:1.2}.orientation-gizmo .axis text{fill:currentColor;font-family:DM Sans,system-ui,sans-serif;font-size:8px;font-weight:600}.orientation-gizmo .axis-depth-mark{font-size:7px;text-anchor:middle;dominant-baseline:central}.orientation-gizmo .axis-x{color:#9bc7bd;fill:#9bc7bd}.orientation-gizmo .axis-y{color:#b8d4cd;fill:#b8d4cd}.orientation-gizmo .axis-z{color:#789da5;fill:#789da5}.orientation-gizmo .axis-origin{fill:#d8e8e3}.orientation small{display:block;margin-top:4px;font-size:8px;letter-spacing:1px}.stage-bottom{position:absolute;bottom:23px;left:39px;right:38px;display:flex;align-items:center;gap:8px;font-size:11px;color:#a6b4b5}.stage-scale{margin-left:auto;font-size:9px;letter-spacing:1.5px;color:#62757b}.app-footer{display:flex;justify-content:space-between;align-items:center;min-height:62px;margin:0 36px;border-top:1px solid #ffffff10;color:#8f9d9f;font-size:11px;gap:20px}.app-footer b{font-weight:400;margin:0 12px;color:#4d6065}.scroll-instruction{display:flex;align-items:center;gap:11px;color:#b8c6c4}.mouse-icon{width:13px;height:20px;border:1px solid #839995;border-radius:7px;position:relative}.mouse-icon:after{content:"";position:absolute;top:4px;left:5px;width:1px;height:5px;background:#b7cdc4}.prototype-note{font-size:10px;color:#7b8a8e}.prototype-note span{margin:0 7px}.structure-picker{position:absolute;right:36px;bottom:100px;width:190px}.structure-picker label{display:block;font-size:10px;color:#8d9ea2;margin-bottom:8px}.structure-picker select{font-size:12px;width:100%;padding:9px;background:#172126;border:1px solid #ffffff15;border-radius:6px;color:#bfcac9}.has-selection .depth-panel{right:calc(40% + 24px);width:135px;top:52%}.has-selection .layer-button{padding-left:10px;gap:9px}.has-selection .depth-panel>.eyebrow{font-size:8px;letter-spacing:1px}.has-selection .structure-picker{right:calc(40% + 24px);width:150px}.has-selection .stage-scale{display:none}.inspection-panel{width:40%;height:100%;border-left:1px solid #ffffff12;background:#17202499;padding:26px 30px 20px;display:flex;flex-direction:column;overflow:auto;animation:enter .4s ease}.inspection-header{display:flex;justify-content:space-between;align-items:center}.inspection-header .eyebrow{font-size:10px}.icon-button{font-size:22px;line-height:20px;padding:7px 11px;border:none;background:transparent}.structure-title{margin-top:26px}.system-label{font-size:12px;color:#9aafa9}.structure-title h2{font-size:30px;letter-spacing:-1px;font-weight:450;margin:8px 0}.structure-canvas{flex:1;min-height:150px;cursor:grab}.inspection-actions{display:flex;gap:8px;margin-top:8px}.inspection-actions button{font-size:12px}.inspection-actions .dots{font-size:26px;margin-left:auto;letter-spacing:1px}.selected-action{background:#abcabc18;border-color:#abcabc55}.inspection-hint{text-align:center;font-size:10px;color:#8fa3a6;line-height:2;margin:14px 0 0}.inspection-hint span{font-size:9px;color:#6f858a}.details-panel{margin-top:18px;border-top:1px solid #ffffff13;padding-top:16px;font-size:12px;color:#a6b5b6;line-height:1.6;max-height:260px;overflow:auto}.details-heading{display:flex;align-items:center;justify-content:space-between}.details-heading h3{font-size:14px;font-weight:500;margin:0;color:#e0e9e5}.details-heading span{font-size:8px;letter-spacing:1px;color:#b7bd9b}.details-panel dt{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#7e9598;margin-top:12px}.details-panel dd{margin:3px 0}.scene-error{padding:30px;align-self:center;text-align:center;color:#b5c9c4}.loading{white-space:nowrap;font-size:12px}@keyframes enter{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@media(min-width:1500px){.depth-panel,.structure-picker{right:65px}.stage-caption{left:55px;top:55px}.stage-caption h1{font-size:46px}}@media(max-width:900px){.app-header{margin:0 20px;height:70px}.stage-caption{left:22px;top:26px}.stage-caption h1{font-size:30px}.stage-caption p{display:none}.depth-panel{right:20px;width:145px}.structure-picker{right:20px;bottom:100px;width:145px}.app-footer{margin:0 20px}.prototype-note,.has-selection .depth-panel,.has-selection .structure-picker{display:none}.inspection-panel{padding:20px}.stage-bottom{left:22px}.orientation{left:24px}.brand{font-size:17px}}@media(max-width:600px){.app{min-height:580px}.app-header{height:66px;margin:0 16px}.prototype-badge{display:none}.header-right{gap:0}.reset-view{padding:8px;font-size:11px}.stage-caption{left:18px;top:24px}.stage-caption .eyebrow{font-size:8px}.stage-caption h1{font-size:26px;margin-top:8px}.main-stage{height:calc(100% - 138px)}.depth-panel{inset:auto 18px 15px;transform:none;width:auto}.depth-panel>.eyebrow{display:none}.layer-list{display:flex;margin:0 0 13px}.layer-button{border-left:none;border-bottom:1px solid #ffffff14;padding:10px 4px;gap:6px;font-size:12px}.layer-button.active{border-left:none;border-bottom:2px solid #a7cabe}.layer-number{font-size:8px}.layer-dot,.range-labels{display:none}.depth-range input{margin:14px 0}.structure-picker{right:18px;bottom:150px;width:150px}.structure-picker label{display:none}.orientation{bottom:138px}.orientation-gizmo{width:48px;height:48px}.orientation small{display:none}.stage-bottom{bottom:16px;left:18px;right:18px}.stage-scale{font-size:7px}.app-footer{min-height:46px;margin:0 18px;font-size:10px}.app-footer>span:nth-child(2){display:none}.has-selection .main-stage{width:100%;height:46%}.has-selection .stage-caption h1{font-size:23px}.has-selection .orientation{display:none}.has-selection .workspace{display:block}.inspection-panel{position:absolute;bottom:0;width:100%;height:54%;border-left:0;border-top:1px solid #ffffff18;border-radius:20px 20px 0 0;padding:13px 20px}.inspection-header{height:25px}.structure-title{position:absolute;top:47px;left:20px;z-index:1;pointer-events:none;max-width:45%}.structure-title h2{font-size:21px}.system-label{font-size:10px}.structure-canvas{min-height:80px;margin-left:35%}.inspection-hint{display:none}.inspection-actions{flex-shrink:0}.details-panel{position:absolute;inset:44px 16px 64px;background:#182226;padding:12px;border:1px solid #ffffff15;border-radius:10px;max-height:none;z-index:2}.inspection-header .eyebrow{font-size:9px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.layer-row{display:flex;align-items:center;position:relative}.layer-row .layer-button{padding-right:26px}.visibility-button{position:absolute;right:0;border:0;padding:9px 5px;color:#9cb7af;background:transparent;font-size:15px}.layer-dot{display:none}.atlas-status{position:absolute;top:151px;left:39px;z-index:2;display:flex;align-items:center;gap:7px;font-size:11px;color:#94ada7;max-width:280px;line-height:1.5;flex-wrap:wrap}.atlas-status>span:not(.status-dot){color:#7e9498}.atlas-status button{padding:4px 9px;font-size:11px}.atlas-status.asset-failed{color:#dbc392}.arrangement-control{position:absolute;bottom:61px;left:50%;transform:translate(-50%);width:215px;background:#192428e8;border:1px solid #ffffff14;border-radius:12px;padding:12px 16px;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.arrangement-heading{display:flex;justify-content:space-between;font-size:11px;color:#aabcb9}.arrangement-control input{margin:12px 0 7px;height:3px}.arrangement-buttons{display:flex;justify-content:space-between}.arrangement-buttons button{border:none;padding:4px 0;background:transparent;font-size:10px;color:#91a7a3}.arrangement-buttons button[aria-pressed=true]{color:#d0e6dc}.model-message{width:160px;text-align:center;color:#b5c6c1;font-size:12px}.details-panel a{color:#b8dacf;text-decoration:underline;text-underline-offset:3px}.structure-title h2{overflow-wrap:anywhere}.inspection-header,.details-panel{flex-shrink:0}.main-stage .arrangement-control~*{pointer-events:auto}.stage-caption{max-width:250px}.prototype-note a{color:#aec3bc}.has-selection .arrangement-control{left:48%;bottom:60px;width:190px}.has-selection .atlas-status{max-width:190px}.has-selection .stage-caption h1{font-size:32px}.structure-picker{z-index:2}@media(max-width:900px){.atlas-status{left:22px;top:108px;font-size:10px;max-width:200px}.arrangement-control{width:190px}.has-selection .atlas-status{max-width:145px}.has-selection .stage-caption{max-width:180px}}@media(max-width:600px){.atlas-status{left:18px;top:93px;font-size:9px;max-width:140px}.main-stage .arrangement-control{bottom:45px;width:165px;left:50%;padding:8px 12px}.arrangement-heading{font-size:10px}.arrangement-buttons button{font-size:9px}.main-stage .arrangement-control input{margin:9px 0 4px}.layer-list .layer-row{width:25%}.layer-row .layer-button{font-size:11px;padding:10px 15px 10px 2px;gap:3px}.visibility-button{padding:9px 1px;font-size:12px}.has-selection .main-stage .arrangement-control{display:none}.has-selection .atlas-status{top:75px;font-size:8px;max-width:125px}.structure-title h2{font-size:19px}.atlas-status>span:not(.status-dot){display:none}.stage-scale{display:none}}.body-canvas{position:absolute;inset:0 0 100px}.main-stage .arrangement-control{bottom:52px}.has-selection .body-canvas{bottom:100px}@media(max-width:600px){.body-canvas{bottom:115px}.has-selection .body-canvas{bottom:0}.main-stage .arrangement-control{bottom:44px}}.theme-toggle{border:1px solid #ffffff18;font-size:11px;padding:8px 11px;white-space:nowrap}.structure-summary{color:#aab8b7;font-size:12px;line-height:1.55;margin:0;max-width:34rem}.theme-light{color:#1d2b2d;background:#edf3f1;color-scheme:light}.theme-light .main-stage{background:radial-gradient(ellipse at 50% 43%,#b8d1cc99,transparent 59%)}.theme-light .app-header,.theme-light .app-footer{border-color:#213d3d24}.theme-light .brand-light,.theme-light .stage-caption p,.theme-light .prototype-badge,.theme-light .eyebrow,.theme-light .layer-button,.theme-light .range-labels,.theme-light .depth-range label,.theme-light .orientation,.theme-light .stage-bottom,.theme-light .app-footer,.theme-light .structure-picker label,.theme-light .inspection-hint,.theme-light .structure-summary{color:#50686a}.theme-light button{border-color:#28454528;background:#ffffffa6}.theme-light button:hover,.theme-light .selected-action{background:#d7e8e3}.theme-light .layer-button{border-color:#33585835}.theme-light .layer-button.active{color:#193c38;background:#d7e8e3aa}.theme-light .layer-list{border-color:#567d7847;background:#ffffffb8}.theme-light .layer-row+.layer-row{border-color:#28454514}.theme-light .structure-picker select{color:#254143;background:#ffffffd9;border-color:#28454533}.theme-light .inspection-panel{background:#f7fbf9ed;border-color:#28454524}.theme-light .system-label,.theme-light .details-panel,.theme-light .details-panel dt,.theme-light .details-heading span{color:#54706e}.theme-light .details-panel{border-color:#28454524}.theme-light .details-heading h3,.theme-light .structure-title h2{color:#193230}.theme-light .arrangement-control{background:#f8fcfae8;border-color:#2845452b}.theme-light .arrangement-heading,.theme-light .arrangement-buttons button[aria-pressed=true]{color:#254542}.exploration-controls{position:absolute;left:50%;bottom:46px;z-index:2;display:grid;width:clamp(480px,42vw,640px);grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;transform:translate(-50%)}.exploration-controls .arrangement-control,.depth-control,.has-selection .exploration-controls .arrangement-control{position:static;width:auto;transform:none;padding:12px 16px;border:1px solid #ffffff14;border-radius:12px;background:#192428e8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.control-heading{display:flex;justify-content:space-between;color:#aabcb9;font-size:11px}.depth-control input{margin:12px 0 7px;height:3px}.exploration-controls input[type=range]{height:20px}.body-canvas,.has-selection .body-canvas{bottom:145px}.atlas-status{top:50%;transform:translateY(-50%)}.theme-light .depth-control,.theme-light .exploration-controls .arrangement-control{background:#f8fcfae8;border-color:#2845452b}.theme-light .control-heading,.theme-light .arrangement-heading,.theme-light .arrangement-buttons button{color:#254542}@media(max-width:900px){.exploration-controls{width:auto;grid-template-columns:repeat(2,minmax(145px,190px));gap:12px}.atlas-status{top:50%}}@media(max-width:600px){.exploration-controls{bottom:42px;width:calc(100% - 28px);grid-template-columns:1fr 1fr;gap:8px}.main-stage .exploration-controls .arrangement-control,.main-stage .depth-control{display:block;width:auto;padding:8px 10px}.main-stage .exploration-controls .arrangement-control input,.depth-control input{margin:8px 0 4px}.body-canvas{bottom:128px}.has-selection .exploration-controls{display:none}.has-selection .body-canvas{bottom:0}.atlas-status{top:50%}.has-selection .atlas-status{top:75px;transform:none}}
