:root{color:#292e29;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--accent:#ea5514;--muted:#7d857c;--border:#e3e7df;--header-height:74px;letter-spacing:0;background:#f5f7f5;font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}button,input,select{font:inherit}button{color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}button,input,select{-webkit-tap-highlight-color:transparent}button{background:0 0;border:0}button:disabled{opacity:.38;cursor:default}button:focus-visible,select:focus-visible,input:focus-visible,canvas:focus-visible{outline:2px solid var(--accent);outline-offset:3px}button,a,input,select{touch-action:manipulation}button{-webkit-user-select:none;user-select:none}[hidden]{display:none!important}svg.lucide{flex:none;width:19px;height:19px}.app-header{height:var(--header-height);z-index:10;border-bottom:1px solid var(--border);background:#fcfdfb;justify-content:space-between;align-items:center;gap:20px;padding:0 26px;display:flex;position:relative}.brand{flex-shrink:0;align-items:center;gap:11px;display:flex}.brand-mark{background:var(--accent);color:#fff;border-radius:6px;place-items:center;width:35px;height:35px;font-size:26px;font-weight:900;line-height:1;display:inline-grid}.brand-name{white-space:nowrap;align-items:center;font-size:21px;font-weight:800;display:flex}.brand-divider{background:#dce1d8;width:1px;height:18px;margin:0 15px}.brand-subtitle{color:#747d71;font-size:13px;font-weight:500}.view-modes{background:#f2f4ef;border:1px solid #e7ebe3;border-radius:7px;gap:3px;padding:4px;display:flex}.view-modes button{color:#6d776a;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;gap:7px;height:35px;padding:0 15px;font-size:12px;font-weight:600;transition:background .15s,color .15s;display:flex}.view-modes button[aria-pressed=true]{color:var(--accent);background:#fff;box-shadow:0 1px 4px #22310c14}.view-modes button:hover:not(:disabled):not([aria-pressed=true]){background:#e8ece3}.view-modes svg{width:17px;height:17px}.header-actions{align-items:center;gap:5px;display:flex}.icon-button{border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .14s;display:inline-flex}.icon-button:hover:not(:disabled),.text-button:hover:not(:disabled){background:#eef1e9}.icon-button[aria-expanded=true]{color:var(--accent);background:#fff0e8}.text-button{white-space:nowrap;border-radius:5px;justify-content:center;align-items:center;gap:7px;height:36px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.viewport{top:var(--header-height);position:absolute;bottom:0;left:0;right:0;overflow:hidden}.scene{background:#e4ebec;width:100%;height:100%;position:absolute;inset:0}#store-canvas{touch-action:none;cursor:grab;width:100%;height:100%;display:block}#store-canvas.dragging{cursor:grabbing}.view-changed{animation:.32s ease-out view-change}@keyframes view-change{0%{opacity:.56}to{opacity:1}}.view-heading{pointer-events:none;text-shadow:0 1px 5px #ffffffb5;position:absolute;top:27px;left:29px}.view-eyebrow{color:#637163;align-items:center;gap:7px;font-size:11px;font-weight:500;display:flex}.eyebrow-slash{color:#91978c;margin:0 3px}.live-dot{background:#598f76;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #ffffff50}h1{margin:10px 0 5px;font-size:25px;font-weight:700;line-height:1.3}.view-subtitle{color:#737e73;align-items:center;gap:14px;font-size:9px;font-weight:600;display:flex}.view-subtitle span{color:#84907f;font-size:10px;font-weight:400}.mini-map{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #ffffffc4;border-radius:7px;width:238px;position:absolute;top:24px;right:25px;box-shadow:0 4px 18px #2632280d}.map-heading{text-align:left;align-items:center;gap:8px;width:100%;height:41px;padding:0 13px;font-size:11px;font-weight:600;display:flex}.map-heading svg{color:#6f7e6c;width:15px;height:15px}.map-heading-end{margin-left:auto;display:flex}.map-heading-end svg{width:13px;height:13px;transition:transform .18s}.map-body{padding:0 6px 10px}#mini-map{aspect-ratio:240/150;cursor:crosshair;width:100%;height:auto;display:block}.map-legend{color:#879080;justify-content:space-between;align-items:center;padding:4px 10px 0;font-size:9px;display:flex}.map-legend>span{align-items:center;gap:5px;display:flex}.map-position-dot{background:var(--accent);border-radius:50%;width:5px;height:5px}.map-entry svg{color:#69a18a;width:10px;height:10px}.mini-map.collapsed .map-body{display:none}.mini-map.collapsed .map-heading-end svg{transform:rotate(180deg)}.camera-tools{background:#fffffff0;border:1px solid #ffffffca;border-radius:6px;flex-direction:column;gap:2px;padding:4px;display:flex;position:absolute;top:250px;right:25px;box-shadow:0 3px 15px #2632280c}.camera-tools .icon-button{width:33px;height:33px}.camera-tools svg{width:17px;height:17px}.tool-divider{background:#e6eade;width:23px;height:1px;margin:3px auto}.mini-map.collapsed~.camera-tools{top:80px}.settings-panel{z-index:5;background:#fff;border:1px solid #e6eade;border-radius:7px;width:248px;padding:12px 18px 14px;position:absolute;top:250px;right:79px;box-shadow:0 8px 40px #23332621}.panel-heading{justify-content:space-between;align-items:center;margin:-3px -7px 15px 0;display:flex}.panel-heading h2{margin:0;font-size:13px;font-weight:600}.panel-heading .icon-button{width:28px;height:28px}.panel-heading svg{width:16px;height:16px}.setting-row{justify-content:space-between;align-items:center;margin-top:12px;font-size:11px;display:flex}.setting-row output{font-variant-numeric:tabular-nums;color:var(--muted)}input[type=range]{width:100%;height:20px;accent-color:var(--accent);cursor:pointer;margin:8px 0 4px}input:disabled{opacity:.4;cursor:default}.quality-row{border-bottom:1px solid var(--border);padding:8px 0 12px}select{color:#52604b;background:#fafcf7;border:1px solid #dce2d6;border-radius:4px;width:94px;height:29px;padding:0 8px;font-size:11px}.ceiling-row{cursor:pointer;margin-top:15px}input[role=switch]{appearance:none;cursor:pointer;background:#ccd3c7;border-radius:20px;width:29px;height:17px;margin:0;padding:2px}input[role=switch]:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:transform .15s;display:block}input[role=switch]:checked{background:#648974}input[role=switch]:checked:after{transform:translate(12px)}.walk-controls{touch-action:none;background:#ffffffed;border:1px solid #ffffffc9;border-radius:50%;width:114px;height:114px;position:absolute;bottom:57px;left:31px;box-shadow:0 3px 18px #15291a16}.move-button{touch-action:none;color:#7b8574;border-radius:6px;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute}.move-button:hover:not(:disabled),.move-button.held{color:var(--accent);background:#fff0e7}.move-button svg{width:18px;height:18px}.move-forward{top:1px;left:39px}.move-backward{bottom:1px;left:39px}.move-left{top:39px;left:1px}.move-right{top:39px;right:1px}.move-center{color:var(--accent);background:#f8f3ec;border-radius:50%;top:39px;left:39px}.move-center svg{width:17px;height:17px}.eye-level{white-space:nowrap;color:#7c8473;text-shadow:0 1px 4px #fff;justify-content:center;gap:9px;width:100%;font-size:10px;display:flex;position:absolute;bottom:-25px}.eye-level span{color:#939b89;font-variant-numeric:tabular-nums;font-size:10px}.orbit-controls{background:#fffffff0;border:1px solid #fff;border-radius:6px;position:absolute;bottom:38px;left:28px}.orbit-controls .text-button{height:37px;padding:0 14px;font-size:11px}.orbit-controls svg{width:14px;height:14px}.orbit-controls .text-button>span:first-child,.pause-icon{display:flex}.orbit-controls button[aria-pressed=true]{color:var(--accent)}.location-dock{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #ffffffc9;border-radius:7px;padding:13px 15px 10px;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #17332212}.dock-label{color:#687560;justify-content:space-between;align-items:center;padding:0 1px 11px;font-size:10px;display:flex}.dock-label span:last-child{color:#8e9886;font-variant-numeric:tabular-nums;font-size:9px}.location-list{align-items:center;gap:9px;display:flex}.location-button{text-align:left;border-radius:4px;flex:0 0 99px;width:99px;padding:0;position:relative}.location-thumbnail{background:#dfe4dc;border:2px solid #0000;border-radius:4px;width:99px;height:51px;display:block;position:relative;overflow:hidden}.location-thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .18s;display:block}.location-button:hover img{transform:scale(1.06)}.location-number{color:#fff;background:#2e3a30a6;border-radius:2px;padding:0 3px;font-size:9px;line-height:14px;position:absolute;top:3px;left:4px}.location-active-dot{width:5px;height:5px;box-shadow:0 0 0 3px var(--accent);background:#fff;border-radius:50%;display:none;position:absolute;top:5px;right:5px}.location-label{text-align:center;color:#717b68;padding:6px 2px 0;font-size:11px;line-height:18px;display:block}.location-button[aria-pressed=true] .location-thumbnail{border-color:var(--accent)}.location-button[aria-pressed=true] .location-label{color:var(--accent);font-weight:600}.location-button[aria-pressed=true] .location-active-dot{display:block}.reticle{pointer-events:none;color:#fff;filter:drop-shadow(0 1px 2px #2227);opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.reticle svg{width:20px;height:20px}.is-locked .reticle{opacity:.85}.is-locked .viewport>:not(.scene):not(.reticle):not(.loading-overlay):not(.error-panel){opacity:.2;pointer-events:none}.loading-overlay{z-index:8;color:#7b8574;background:#f4f6f2;flex-direction:column;justify-content:center;align-items:center;gap:18px;font-size:12px;display:flex;position:absolute;inset:0}.loading-brand{color:#fff;background:var(--accent);border-radius:8px;place-items:center;width:49px;height:49px;font-size:36px;font-weight:900;line-height:1;display:grid}.loading-line{background:#d9dfd2;width:100px;height:2px;position:relative;overflow:hidden}.loading-line:after{content:"";background:var(--accent);width:35%;height:100%;animation:1.2s ease-in-out infinite loading;position:absolute}@keyframes loading{0%{left:-35%}to{left:100%}}.error-panel{z-index:9;text-align:center;background:#f4f6f2;flex-direction:column;justify-content:center;align-items:center;padding:25px;display:flex;position:absolute;inset:0}.error-panel h2{margin:24px 0 0;font-size:19px}.error-panel p{color:#79836f;font-size:12px;line-height:1.8}.primary-button{background:var(--accent);color:#fff;border-radius:5px;margin-top:12px;padding:10px 18px;font-size:12px}.toast{z-index:30;white-space:nowrap;background:#fcfef9;border:1px solid #dce3d5;border-radius:6px;justify-content:center;align-items:center;gap:9px;max-width:calc(100vw - 32px);padding:11px 18px;font-size:12px;display:flex;position:fixed;bottom:185px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #20301221}.toast svg{color:#5e8b73;width:15px;height:15px}@media (width<=1190px){.brand-divider,.brand-subtitle{display:none}.app-header{gap:15px;padding:0 22px}.view-modes button{padding:0 12px}.location-button,.location-thumbnail{width:89px}.location-button{flex-basis:89px}}@media (width<=850px){:root{--header-height:112px}.app-header{align-items:flex-start;height:112px;padding:13px 19px 0}.brand-name{font-size:19px}.brand-mark{width:30px;height:30px;font-size:23px}.header-actions{margin-top:-3px}.view-modes{position:absolute;top:60px;left:50%;transform:translate(-50%)}.view-modes button{min-width:113px;height:31px;font-size:12px}.mini-map{width:201px;top:22px;right:19px}.camera-tools{top:230px;right:19px}.settings-panel{top:215px;right:72px}.walk-controls{width:104px;height:104px;bottom:178px;left:21px}.move-forward,.move-backward{left:34px}.move-left,.move-right,.move-center{top:34px}.move-center{left:34px}.location-dock{bottom:20px}.orbit-controls{bottom:171px;left:21px}.view-heading{top:24px;left:23px}}@media (width<=600px){:root{--header-height:106px}.app-header{height:var(--header-height);gap:5px;padding:12px 15px 0}.brand{gap:8px}.brand-name{font-size:18px}.brand-mark{border-radius:5px;width:28px;height:28px;font-size:21px}.header-actions{gap:1px;margin-right:-5px}.header-actions .icon-button{width:32px;height:32px;padding:0}.header-actions svg{width:17px;height:17px}.view-modes{justify-content:space-between;width:calc(100% - 30px);padding:4px;top:55px}.view-modes button{flex:1;gap:6px;min-width:0;height:30px;padding:0 6px;font-size:11px}.view-modes button svg{width:16px;height:16px}.view-heading{top:18px;left:18px}.view-eyebrow{gap:5px;font-size:9px}h1{margin:9px 0 5px;font-size:21px}.view-subtitle{gap:8px;font-size:8px}.view-subtitle span{font-size:8px}.mini-map{z-index:3;width:211px;top:17px;right:15px}.mini-map.collapsed{width:36px}.mini-map.collapsed .map-heading{justify-content:center;height:34px;padding:0}.mini-map.collapsed .map-heading>span{display:none}.mini-map:not(.collapsed){box-shadow:0 4px 22px #22341c2b}.camera-tools{padding:3px;top:227px;right:15px}.camera-tools .icon-button{width:28px;height:30px}.mini-map.collapsed~.camera-tools{top:62px}.settings-panel{width:231px;top:63px;right:58px}.walk-controls{bottom:134px;left:19px}.eye-level{font-size:9px;bottom:-20px}.eye-level span{font-size:9px}.location-dock{width:100%;padding:11px 14px calc(10px + env(safe-area-inset-bottom));border-bottom:0;border-left:0;border-right:0;border-radius:0;bottom:0;left:0;transform:none}.dock-label{padding-bottom:7px;font-size:9px}.dock-label span:last-child{font-size:8px}.location-list{scrollbar-width:none;scroll-snap-type:x proximity;gap:7px;padding-bottom:1px;overflow-x:auto}.location-list::-webkit-scrollbar{display:none}.location-button{scroll-snap-align:start;flex-basis:77px}.location-button,.location-thumbnail{width:77px}.location-thumbnail{height:40px}.location-number{font-size:8px;line-height:12px;top:2px;left:2px}.location-label{padding-top:4px;font-size:10px;line-height:17px}.orbit-controls{bottom:122px;left:17px}.orbit-controls .text-button{height:33px;font-size:10px}.toast{font-size:11px;bottom:244px}}@media (height<=540px) and (width>=601px){:root{--header-height:58px}.app-header{align-items:center;height:58px;padding:0 16px}.view-modes{position:static;transform:none}.view-modes button{min-width:0;padding:0 9px}.brand-name{font-size:17px}.mini-map{width:174px;top:12px;right:15px}.map-heading{height:30px}.view-heading{top:14px;left:19px}.view-eyebrow{display:none}.view-heading h1{margin-top:0;font-size:21px}.camera-tools,.mini-map.collapsed~.camera-tools{flex-direction:row;top:auto;bottom:20px;right:15px}.tool-divider{width:1px;height:22px;margin:5px 2px}.location-dock{padding:9px 12px 7px;bottom:15px}.location-thumbnail{height:34px}.location-button,.location-thumbnail{width:73px}.location-button{flex-basis:73px}.dock-label{padding-bottom:5px}.walk-controls{width:104px;height:104px;bottom:48px}.orbit-controls{bottom:30px}.settings-panel{top:12px;right:197px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}
