:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;padding:0;width:100%;height:100%;background:#f5f5f5}html{width:100%;height:100%}splat-viewer{display:block;width:100%;height:100%}.viewer-shell{position:fixed;inset:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;overflow:hidden}.viewer-controls{position:absolute;right:12px;bottom:12px;z-index:10;display:flex;max-width:min(calc(100dvw - 24px),300px);flex-wrap:wrap;justify-content:flex-end;gap:8px;align-items:center}.viewer-controls[hidden],.viewer-top-controls[hidden]{display:none!important}.fly-speed-control{display:none;align-items:center;gap:8px;min-height:40px;max-width:100%;padding:0 10px;border-radius:999px;background:#111827e0;color:#fff;box-shadow:0 10px 20px #0000002e;font-size:13px;line-height:1}.fly-speed-control.is-visible{display:inline-flex}.measurement-mode-controls{display:none;flex:1 1 100%;justify-content:flex-end;padding-left:12px;order:-1}.measurement-mode-controls.is-visible{display:flex}.measurement-control-shell{display:inline-flex;align-items:center;gap:12px;height:40px;width:auto;max-width:300px;padding:4px 10px;border-radius:999px;background:#111827e0;color:#fff;box-shadow:0 10px 20px #0000002e;font-size:13px;line-height:1;justify-content:space-between;box-sizing:border-box}.measurement-control-icon{display:inline-flex;width:18px;height:18px;flex:0 0 auto;align-items:center;justify-content:center;color:#ffffffd1}.measurement-control-icon svg{width:18px;height:18px}.measurement-action-group{display:inline-flex;flex:1 1 auto;justify-content:flex-end;gap:8px;align-items:center;min-width:0}.measurement-mode-switch{position:relative;display:inline-grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:186px;height:28px;padding:2px;border-radius:999px;background:#ffffff1a;box-shadow:inset 0 0 0 1px #ffffff14;box-sizing:border-box}.measurement-mode-switch:before{content:"";position:absolute;top:2px;bottom:2px;left:2px;width:calc(33.333% - 2px);border-radius:999px;background:linear-gradient(90deg,#dc2626,#b91c1c);box-shadow:0 6px 12px #00000038;transition:transform .18s ease}.measurement-mode-switch[data-mode=area]:before{transform:translate(100%)}.measurement-mode-switch[data-mode=section]:before{transform:translate(200%)}.measurement-mode-switch .viewer-button.viewer-mode-button{position:relative;z-index:1;min-width:0;width:auto;height:24px;padding:0 12px;background:transparent;box-shadow:none;font-size:11px}.measurement-mode-switch .viewer-button.viewer-mode-button.is-active{background:transparent}.measurement-mode-switch .viewer-button.viewer-mode-button:hover{opacity:1}.measurement-mode-switch .viewer-button.viewer-mode-button:not(.is-active){color:#ffffffb8}.measurement-control-shell .viewer-button.measurement-clear-button{width:28px;height:28px;flex:0 0 auto}.measurement-control-shell .viewer-button.measurement-clear-button svg{width:16px;height:16px}.section-measurement-panel{position:absolute;top:0;left:0;z-index:11;width:min(20rem,calc(100dvw - 24px));max-width:calc(100dvw - 24px);color:#fff;transform:translate3d(12px,12px,0);pointer-events:none}.section-measurement-panel[hidden]{display:none!important}.section-measurement-shell{display:flex;flex-direction:column;gap:8px;border-radius:6px;background:#09090be0;padding:8px;box-shadow:0 10px 24px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);outline:1px solid rgb(255 255 255 / 15%);pointer-events:auto}.section-panel-drag{display:flex;height:20px;touch-action:none;cursor:grab;align-items:center;justify-content:center;border:0;border-radius:4px;background:#ffffff0d;color:#fff}.section-panel-drag:active{cursor:grabbing}.section-panel-drag:focus-visible{outline:2px solid #7dd3fc;outline-offset:2px}.section-panel-drag span{display:block;width:40px;height:4px;border-radius:999px;background:#ffffff59}.section-tool-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.section-tool-button,.section-action-button{min-width:0;border:0;border-radius:4px;padding:7px 8px;font:inherit;font-size:12px;font-weight:600;line-height:1;cursor:pointer}.section-tool-button{background:#ffffff1a;color:#fff}.section-tool-button.is-active{background:#38bdf8;color:#09090b}.section-setting-row{display:flex;min-height:36px;align-items:center;justify-content:space-between;gap:10px;border-radius:4px;background:#ffffff1a;padding:4px 8px;color:#ffffffd9;font-size:12px;font-weight:600}.section-setting-row input[type=number]{width:80px;height:28px;box-sizing:border-box;border:1px solid rgb(255 255 255 / 15%);border-radius:4px;background:#09090b;color:#fff;padding:0 8px;text-align:right;font:inherit;font-size:12px}.section-setting-row input[type=checkbox]{width:16px;height:16px;accent-color:#f59e0b}.section-action-row{display:flex;gap:4px}.section-action-button{background:#ffffff1a;color:#fff}.section-action-button.section-confirm{flex:1;background:#34d399;color:#09090b}.section-result-grid{display:grid;grid-template-columns:1fr auto;gap:4px 12px;color:#ffffffe5;font-size:12px}.section-result-grid strong{text-align:right}.section-error{margin:0;color:#fecaca;font-size:12px;line-height:1.35}.fly-speed-control span{white-space:nowrap}.fly-speed-control input[type=range]{width:min(120px,calc(100dvw - 180px));min-width:0;accent-color:#dc2626}.fly-speed-value{min-width:28px;text-align:right;font-variant-numeric:tabular-nums}.fly-speed-reset{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;background:#ffffff1f;color:#fff;cursor:pointer}.fly-speed-reset svg{width:16px;height:16px}.fly-speed-control input[type=range]:disabled,.fly-speed-reset:disabled{cursor:not-allowed;opacity:.45}.viewer-top-controls{position:absolute;top:12px;left:0;right:0;z-index:10;display:none;justify-content:center;max-width:min(calc(100dvw - 24px),300px);margin:0 auto;padding:0 12px;gap:8px;pointer-events:auto}.viewer-top-controls.is-visible{display:flex}.viewer-badge{max-width:100%;border-radius:6px;background:#00000073;color:#fff;padding:8px 14px;font-size:14px;line-height:20px;pointer-events:auto}@media(max-width:480px){.fly-speed-control{flex:1 1 100%}.fly-speed-control input[type=range]{flex:1 1 auto}}.viewer-button{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;background:linear-gradient(90deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 10px 20px #0003;cursor:pointer;font:inherit;font-size:16px;line-height:1}.viewer-button[hidden],.mobile-only{display:none!important}.desktop-only{display:block}body.is-phone-help .mobile-only{display:block!important}body.is-phone-help .desktop-only{display:none!important}.viewer-button svg{width:20px;height:20px;stroke-width:2}.viewer-button:hover{opacity:.95}.viewer-button:focus-visible{outline:3px solid rgb(220 38 38 / 35%);outline-offset:2px}.viewer-button.is-active{background:linear-gradient(90deg,#111827,#374151)}.viewer-button[disabled]{cursor:not-allowed;opacity:.45}.viewer-button.viewer-mode-button{width:auto;min-width:72px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.02em}.camera-mode-menu{position:relative;display:inline-flex}.camera-mode-menu-button{position:relative;z-index:2}.camera-mode-menu-panel{position:absolute;left:50%;bottom:0;z-index:1;display:flex;flex-direction:column;gap:8px;align-items:center;width:40px;box-sizing:border-box;padding:8px 5px 46px;border-radius:999px;background:#111827eb;box-shadow:none;clip-path:inset(calc(100% - 40px) 0 0 0 round 999px);overflow:hidden;opacity:1;pointer-events:none;transform:translate(-50%);transform-origin:bottom center;transition:box-shadow .18s ease,clip-path .18s ease}.camera-mode-menu.is-open .camera-mode-menu-panel{box-shadow:0 14px 28px #00000042;clip-path:inset(0 0 0 0 round 999px);pointer-events:auto}.camera-mode-menu-button .camera-mode-icon{display:none}.camera-mode-menu-button[data-mode=fly] .camera-mode-icon[data-mode-icon=fly],.camera-mode-menu-button[data-mode=orbit] .camera-mode-icon[data-mode-icon=orbit]{display:inline-flex}.camera-mode-option{width:30px;height:30px;flex:0 0 auto}.camera-mode-option svg{width:16px;height:16px}.camera-mode-option.is-active{background:linear-gradient(90deg,#111827,#374151)}.camera-mode-reset{margin-bottom:2px}.viewer-info{position:absolute;inset:0;z-index:20;display:none;flex-direction:column;gap:18px;padding:24px;background:#000000b8;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow:auto}.viewer-info.is-visible{display:flex}.viewer-info-header,.viewer-info-tabs{display:flex;align-items:center;gap:10px}.viewer-info-header{justify-content:space-between;font-size:22px;font-weight:700}.viewer-info-tabs{flex-wrap:wrap}.viewer-info-tab{width:auto;min-width:110px;padding:0 14px;border-radius:8px;font-size:14px;gap:8px}.viewer-info-panel{display:none;width:100%;color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;flex-direction:column;gap:32px}.viewer-info-panel.is-visible{display:flex}.help-header{animation:help-enter .4s ease both}.help-header-main{display:flex;align-items:flex-start;gap:20px}.help-header-icon-wrap{position:relative;flex-shrink:0;margin-top:4px}.help-header-icon-glow{position:absolute;inset:0;border-radius:12px;background:#e5091440;filter:blur(16px)}.help-header-icon{position:relative;display:flex;align-items:center;justify-content:center;padding:12px;border:1px solid rgb(229 9 20 / 40%);border-radius:12px;background:linear-gradient(135deg,#e509144d,#e509141a)}.help-header-icon svg{width:28px;height:28px}.help-title{margin:0 0 8px;font-size:24px;font-weight:700;letter-spacing:0;line-height:1.2}.help-description{max-width:896px;margin:0;color:#d4d4d4;font-size:16px;line-height:1.625}.help-section{display:flex;flex-direction:column;gap:10px}.help-subtabs{display:flex;flex-wrap:wrap;gap:4px}.help-subtab{width:auto;min-width:96px;height:40px;padding:0 14px;border-radius:8px;font-size:14px;gap:8px}.help-subtab.is-active{background:linear-gradient(90deg,#e50914,#b91c1c)}.help-subpanel{display:none;flex-direction:column;gap:10px}.help-subpanel.is-visible{display:flex}.help-section-header{display:flex;align-items:center;gap:12px}.help-section-accent{width:4px;height:20px;flex-shrink:0;border-radius:999px;background:#e50914}.help-section-title{margin:0;color:#fff;font-size:18px;font-weight:600;letter-spacing:0;line-height:1.35}.help-section-content{display:flex;flex-wrap:wrap;align-items:stretch;gap:4px}.help-section-content>.annotation-visual-guide{flex:1 1 100%}.help-section-content>.help-card,.help-section-content>.help-step-card{flex:0 0 100%;min-width:0}.help-card,.help-step-card{box-sizing:border-box;border:1px solid rgb(255 255 255 / 10%);color:#fff;animation:help-enter .3s ease both}.help-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-radius:12px;background:linear-gradient(135deg,#ffffff12,#ffffff05)}.help-card-main{display:flex;align-items:center;gap:12px;min-width:0}.help-card-icon{display:flex;width:38px;height:38px;flex-shrink:0;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / 10%);border-radius:8px;background:#ffffff0d;color:#a3a3a3}.help-card-icon svg{width:20px;height:20px}.help-card-label{font-size:16px;font-weight:500;line-height:1.4}.help-card-keys{display:flex;align-items:center;gap:8px;margin-left:16px;flex-shrink:0}.help-kbd{display:inline-flex;min-width:44px;height:40px;align-items:center;justify-content:center;padding:0 12px;border:1px solid #737373;border-bottom-width:3px;border-radius:8px;background:linear-gradient(180deg,#404040,#262626);box-shadow:inset 0 1px #ffffff1f;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:14px;font-weight:700;line-height:1;white-space:nowrap}.help-kbd-sm{min-width:0;height:32px;padding:0 12px;font-size:12px}.help-key-separator{color:#a3a3a3;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:14px;font-weight:500}.annotation-visual-guide{position:relative;min-height:210px;overflow:hidden;border:1px solid rgb(255 255 255 / 10%);border-radius:12px;background:radial-gradient(circle at 30% 30%,rgb(255 255 255 / 10%),transparent 32%),linear-gradient(135deg,#404040a6,#171717e5)}.annotation-visual-grid{position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / 7%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 7%) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(180deg,rgb(0 0 0 / 80%),transparent);mask-image:linear-gradient(180deg,rgb(0 0 0 / 80%),transparent)}.annotation-visual-pin{position:absolute;left:24%;top:45%;display:flex;height:28px;min-width:28px;align-items:center;justify-content:center;padding:0 8px;border:0;border-radius:999px;background:#fff;box-shadow:0 10px 20px #00000040;color:#171717;font-size:11px;font-weight:700;line-height:1;transform:translate(-50%,-50%)}.annotation-visual-pin:after{position:absolute;inset:0;border-radius:inherit;background:#ffffff7f;content:"";animation:annotation-ping 1.4s cubic-bezier(0,0,.2,1) infinite}.annotation-visual-panel{position:absolute;left:calc(24% + 18px);top:calc(45% + 18px);max-width:min(300px,calc(100% - 72px));padding:12px 14px;border:1px solid rgb(0 0 0 / 5%);border-radius:12px;background:#fffffff2;box-shadow:0 24px 48px #0000004d;color:#262626}.annotation-visual-close{position:absolute;top:-8px;right:-8px;display:flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;background:#fff;box-shadow:0 8px 16px #0000002e;color:#525252;font-size:14px;font-weight:700}.annotation-visual-title{margin:0 0 4px;font-size:13px;font-weight:700}.annotation-visual-copy{margin:0;font-size:12px;line-height:1.45}.help-step-card{position:relative;display:flex;min-height:130px;flex-direction:column;overflow:hidden;padding:16px;border-radius:12px;background:linear-gradient(180deg,#ffffff12,#ffffff05)}.help-step-number{position:absolute;top:12px;right:12px;display:flex;width:24px;height:24px;flex-shrink:0;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / 15%);border-radius:999px;background:#ffffff0d}.help-step-number span{color:#a3a3a3;font-size:10px;font-weight:700;line-height:1}.help-step-main{display:flex;align-items:flex-start;gap:12px;margin-bottom:auto;padding-right:32px}.help-step-label{padding-top:8px;font-size:14px;font-weight:500;line-height:1.375}.help-step-action{display:flex;align-items:center;gap:8px;margin-top:16px}.viewer-info-note{margin-top:auto;max-width:720px;border:1px solid rgb(229 9 20 / 45%);border-radius:12px;background:#e509141f;padding:14px;line-height:1.5}@media(min-width:768px){.help-section-content>.help-card,.help-section-content>.help-step-card{flex-basis:calc(50% - 2px)}}@media(min-width:1024px){.help-section-content>.help-card,.help-section-content>.help-step-card{flex-basis:calc(25% - 3px)}}@media(max-width:640px){.viewer-info{padding:16px}.help-header-main,.help-card{align-items:flex-start}.help-card{flex-direction:column}.help-card-keys{margin-left:0}}@keyframes help-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes annotation-ping{75%,to{opacity:0;transform:scale(1.7)}}
