@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{color:#eff7f4;font-synthesis:none;background:#071412;font-family:Noto Sans SC,Manrope,sans-serif}*{box-sizing:border-box}#__nuxt,body,html{height:100%}body,html{overflow:hidden}body{background:#071412;min-width:320px;margin:0}button{font:inherit}.app-shell{flex-direction:column;height:100dvh;min-height:0;display:flex}.app-shell,.home-shell{background:radial-gradient(circle at 72% 19%,#123b35 0,#0000 33%),#071412;overflow:hidden}.home-shell{min-height:100%}.home-content{width:min(620px,100% - 68px);margin:0 auto;padding:16vh 0 0}.home-eyebrow{color:#77b9aa;letter-spacing:.14em;margin:0 0 16px;font:500 10px DM Mono}.home-content h1{letter-spacing:.01em;max-width:560px;margin:0 0 60px;font-size:clamp(32px,5vw,54px);font-weight:600;line-height:1.15}.home-description{color:#9ab6b0;max-width:500px;margin:22px 0 38px;font-size:14px;line-height:1.8}.reconstruction-form{gap:10px;display:grid}.reconstruction-form label{color:#c3ddd7;font-size:12px}.reconstruction-input-row{gap:10px;display:flex}.reconstruction-input-row input{color:#eff7f4;min-width:0;height:48px;font:inherit;background:#8fdecd14;border:1px solid #bcf3e533;border-radius:8px;outline:none;flex:1;padding:0 15px}.reconstruction-input-row input:focus{border-color:#79cdbd;box-shadow:0 0 0 3px #79cdbd24}.model-request-state button,.reconstruction-input-row button{color:#061412;cursor:pointer;background:#9ee1d3;border:0;border-radius:8px;height:48px;padding:0 21px;font-weight:600}.model-request-state button:hover,.reconstruction-input-row button:hover{background:#c2f0e6}.model-request-actions{gap:8px;display:flex}.model-request-actions .secondary{color:#c3ddd7;background:#8fdecd14;border:1px solid #bcf3e533}.model-request-actions .secondary:hover{color:#eff7f4;background:#8fdecd29}.model-request-state{color:#c3ddd7;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:calc(100% - 72px);display:flex}.model-request-state .scanner{border:2px solid #9ee1d340;border-top-color:#9ee1d3;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}.model-request-state strong{font-size:16px}.model-request-state p{color:#9ab6b0;max-width:460px;margin:0;font-size:12px}.topbar{background:#040f0da8;border-bottom:1px solid #b2eddf24;justify-content:space-between;height:72px;padding:0 34px}.brand,.topbar{align-items:center;display:flex}.brand{gap:11px}.brand-mark{color:#061412;background:#9ee1d3;border-radius:9px 3px;place-items:center;width:31px;height:31px;font:500 18px DM Mono;display:grid}.brand-name,.brand-subtitle{letter-spacing:.12em;margin:0}.brand-name{font:700 13px Manrope}.brand-subtitle{color:#82a49e;margin-top:2px;font:400 9px DM Mono}.connection-status{color:#9fbab4;align-items:center;gap:7px;font-size:12px;display:flex}.connection-status span{background:#75dfad;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #75dfad}.viewer-layout{flex:1;grid-template-columns:minmax(0,1fr) 320px;transition:grid-template-columns .18s;display:grid}.viewer-layout,.viewer-stage{min-height:0;position:relative;overflow:hidden}.viewer-stage{min-width:0;height:100%}.model-heading{z-index:2;pointer-events:none;position:absolute;top:32px;left:34px}.model-heading p{color:#77b9aa;letter-spacing:.12em;margin:0 0 9px;font:500 10px DM Mono}.model-heading span{color:#9ab6b0;margin-top:7px;font-size:13px;display:block}.model-heading-subject{align-items:center;gap:9px;display:flex}.model-heading-subject span{margin-top:7px}.model-sync-button{color:#9ab6b0;cursor:default;pointer-events:auto;background:#8fdecd14;border:1px solid #bcf3e524;border-radius:6px;min-width:48px;height:28px;margin-top:7px;padding:0 10px;font-size:11px}.model-sync-button.is-dirty{color:#061412;cursor:pointer;background:#9ee1d3;border-color:#9ee1d3;box-shadow:0 0 18px #9ee1d357}.model-sync-button.is-dirty:hover:not(:disabled){background:#c2f0e6;border-color:#c2f0e6}.model-sync-button:disabled{opacity:.5}.model-sync-status{color:#9ab6b0;margin-top:7px;font-size:10px;display:block}.model-sync-status.is-dirty{color:#ffd59a}.model-sync-status.is-error{color:#f0b89d}.model-sync-progress{gap:12px;display:grid}.model-sync-progress-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.model-sync-progress-heading strong{color:#eff7f4;font-size:13px;font-weight:600}.model-sync-progress-heading span{color:#9ee1d3;font:500 11px DM Mono}.model-sync-progress-track{background:#8fdecd1a;border-radius:999px;height:8px;position:relative;overflow:hidden}.model-sync-progress-track>span{border-radius:inherit;background:#9ee1d3;height:100%;transition:width .18s ease-out;display:block}.model-sync-progress-track.is-indeterminate>span{width:42%;animation:1.2s ease-in-out infinite sync-progress-indeterminate}.model-sync-result,.model-sync-warning{border-radius:7px;margin:0;padding:10px 12px;font-size:12px;line-height:1.6}.model-sync-warning{color:#ffd59a;background:#c27e2e1f;border:1px solid #ffd59a38}.model-sync-result.is-success{color:#b9eadf;background:#177d7029}.model-sync-result.is-error{color:#f0b89d;background:#b04e411f}.model-viewer{position:absolute;inset:0}.model-viewer canvas{touch-action:none;width:100%;height:100%;display:block}.gesture-hint{z-index:2;color:#9eb7b1;white-space:nowrap;opacity:.58;pointer-events:none;font-size:11px;position:absolute;top:32px;right:20px}.gesture-hint-touch{display:none}.panel-collapse-toggle{z-index:4;color:#9ee1d3;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#061714e6;border:1px solid #bcf3e52e;border-radius:7px 0 0 7px;place-items:center;width:24px;height:42px;padding:0;transition:right .18s,color .15s,background .15s,border-color .15s;display:grid;position:absolute;top:50%;right:308px;transform:translateY(-50%);box-shadow:-4px 0 12px #0109073d}.panel-collapse-toggle:focus-visible,.panel-collapse-toggle:hover{color:#eff7f4;background:#123b35f5;border-color:#bcf3e557;outline:none}.panel-collapse-toggle:focus-visible{box-shadow:0 0 0 2px #9ee1d338,-4px 0 12px #0109073d}.panel-collapse-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:14px;height:14px;transition:transform .18s}.is-panel-collapsed .panel-collapse-toggle{border-radius:7px;right:12px}.is-panel-collapsed .panel-collapse-toggle svg{transform:rotate(180deg)}.anatomy-panel{opacity:1;background:#061714c7;border-left:1px solid #b2eddf24;flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;padding:28px 16px;transition:padding .18s,border-color .18s,opacity .12s;display:flex;overflow:hidden}.is-panel-collapsed .anatomy-panel{opacity:0;pointer-events:none;border-width:0;border-color:#0000;padding-left:0;padding-right:0}.panel-tabs{background:#8fdecd0f;border:1px solid #bcf3e51f;border-radius:8px;grid-template-columns:1fr 1fr;gap:3px;margin:0 0 18px;padding:3px;display:grid}.panel-tabs button{color:#8fa9a3;cursor:pointer;background:0 0;border:0;border-radius:5px;min-height:32px;font-size:12px}.panel-tabs button.is-active,.panel-tabs button:hover{color:#eff7f4;background:#8fdecd24}.panel-title{border-bottom:1px solid #b2eddf1f;justify-content:space-between;align-items:flex-end;padding:0 8px 19px;display:flex}.panel-title p{color:#77b9aa;letter-spacing:.12em;margin:0 0 5px;font:500 10px DM Mono}.panel-title h2{margin:0;font-size:17px;font-weight:600}.panel-title>span{color:#92aaa5;font:12px DM Mono}.model-list{flex:1;min-height:0;padding-top:10px;overflow:auto}.model-item{color:#c4d5d1;background:0 0;border-radius:8px;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:11px 9px;display:grid}.model-item:hover{color:#fff;background:#8fdecd1c}.model-color-indicator{border:1px solid #ffffff57;border-radius:50%;width:16px;height:16px;display:block}.model-item-content{gap:8px;min-width:0;display:grid}.model-item-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.model-item-heading>span{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.model-item-heading small{color:#7f9d96;font:10px DM Mono}.model-display-control{background:#8fdecd0e;border:1px solid #bcf3e51a;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:3px;padding:3px;display:grid}.model-display-control button{color:#7f9d96;cursor:pointer;background:0 0;border:0;border-radius:4px;width:100%;min-width:0;min-height:30px;padding:0 4px;font-size:10px}.model-display-control button:hover{color:#eff7f4;background:#8fdecd1a}.model-display-control button.is-active{color:#071412;background:#9ee1d3;font-weight:600}.viewpoint-panel{flex:1;min-height:0;overflow:auto}.viewpoint-toolbar{border-bottom:1px solid #b2eddf1f;justify-content:space-between;gap:10px;padding:0 8px 17px;display:flex}.viewpoint-toolbar p{color:#77b9aa;letter-spacing:.12em;margin:0 0 5px;font:500 10px DM Mono}.viewpoint-toolbar strong{font-size:17px;font-weight:600}.viewpoint-toolbar>.viewpoint-add{min-height:36px;padding:0 11px;font-size:11px}.viewpoint-actions{gap:5px;display:flex}.viewpoint-toolbar-actions{flex-direction:column;align-items:stretch;gap:5px;display:flex}.camera-state-actions button,.camera-state-heading button,.viewpoint-actions button,.viewpoint-detail-heading button,.viewpoint-detail-toolbar button,.viewpoint-editor-actions button,.viewpoint-editor-tabs button,.viewpoint-name-editor button,.viewpoint-row-actions button,.viewpoint-toolbar-actions button,.viewpoint-toolbar>button{color:#a7c9c1;cursor:pointer;background:#8fdecd14;border:1px solid #bcf3e521;border-radius:5px;min-height:27px;padding:0 7px;font-size:10px}.camera-state-actions button:hover:not(:disabled),.camera-state-heading button:hover,.viewpoint-actions button:hover,.viewpoint-detail-heading button:hover,.viewpoint-detail-toolbar button:hover,.viewpoint-editor-actions button:hover,.viewpoint-editor-tabs button:hover,.viewpoint-name-editor button:hover,.viewpoint-row-actions button:hover,.viewpoint-toolbar-actions button:hover,.viewpoint-toolbar>button:hover{color:#eff7f4;background:#177d70}.viewpoint-actions button:disabled{cursor:default;opacity:.35}.viewpoint-play{color:#9ee1d3!important}.viewpoint-stop{color:#f0b89d!important}.viewpoint-add{color:#eff7f4!important;background:#177d7094!important}.viewpoint-export{color:#ffd59a!important;background:#c27e2e33!important;border-color:#ffd59a4d!important}.viewpoint-export:hover:not(:disabled){color:#fff4df!important;background:#b66b24!important}.viewpoint-export:disabled{cursor:default;opacity:.35}.viewpoint-list{gap:7px;padding-top:12px;display:grid}.viewpoint-item{cursor:pointer;background:#8fdecd09;border:1px solid #0000;border-radius:8px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:62px;padding:9px;display:grid;position:relative}.viewpoint-item:focus-visible,.viewpoint-item:hover{background:#8fdecd17;border-color:#9ee1d342;outline:none}.viewpoint-item.is-playing{background:#177d7029;border-color:#9ee1d36b}.viewpoint-main{color:#c4d5d1;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:24px 1fr auto;align-items:start;gap:8px;width:100%;padding:0;display:grid}.viewpoint-index{color:#77b9aa;padding-top:2px;font:500 10px DM Mono}.viewpoint-copy{gap:4px;min-width:0;display:grid}.viewpoint-copy strong{color:#eff7f4;font-size:12px;font-weight:500}.viewpoint-copy small,.viewpoint-copy strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.viewpoint-copy small{color:#7f9d96;font-size:10px}.viewpoint-status{color:#9ee1d3;font-size:10px}.viewpoint-row-actions{justify-content:flex-end;gap:5px;margin-top:0;display:flex}.viewpoint-row-actions button{color:#78958f;background:#8fdecd0d;border-color:#bcf3e514;min-height:32px;padding:0 8px}.viewpoint-row-actions button.is-danger{color:#dba99f}.camera-state-actions button,.camera-state-heading button,.viewpoint-detail-heading button,.viewpoint-detail-toolbar button,.viewpoint-editor-tabs button,.viewpoint-name-editor button,.viewpoint-toolbar button{white-space:nowrap}.viewpoint-editor{background:#0412108f;border:1px solid #bcf3e51f;border-radius:7px;gap:9px;margin-top:10px;padding:10px;display:grid}.viewpoint-editor label{color:#9fbab4;gap:5px;font-size:10px;display:grid}.viewpoint-editor input[type=color],.viewpoint-editor input[type=number],.viewpoint-editor input[type=text]{color:#eff7f4;background:#8fdecd12;border:1px solid #bcf3e524;border-radius:4px;width:100%;min-height:27px;padding:4px 7px;font-size:11px}.viewpoint-editor input:disabled{cursor:default;opacity:.4}.viewpoint-coordinate-grid{grid-template-columns:55px repeat(3,1fr);align-items:center;gap:5px;display:grid}.viewpoint-coordinate-grid span{color:#9fbab4;font-size:10px}.viewpoint-hold-toggle{grid-template-columns:auto 1fr;align-items:center;display:flex!important}.viewpoint-hold-toggle input{accent-color:#177d70}.viewpoint-editor-actions{justify-content:flex-end;gap:6px;display:flex}.viewpoint-form-error{color:#f0b89d;margin:0;font-size:10px}.viewpoint-empty{color:#bcd8d1;text-align:center;justify-items:center;gap:8px;padding:60px 10px;display:grid}.viewpoint-empty small{color:#7f9d96;font-size:10px}.viewpoint-empty.is-compact{padding:32px 10px}.camera-state-heading,.viewpoint-detail-heading,.viewpoint-detail-toolbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.viewpoint-detail-toolbar{border-bottom:1px solid #b2eddf1f;padding:0 8px 14px}.viewpoint-back{color:#9ee1d3!important;background:0 0!important;border-color:#0000!important}.viewpoint-detail-heading{align-items:flex-end;padding:17px 8px 10px}.viewpoint-detail-heading p{color:#77b9aa;margin:0 0 5px;font:500 9px DM Mono}.viewpoint-detail-heading h2{color:#eff7f4;margin:0;font-size:17px}.viewpoint-name-editor{grid-template-columns:1fr auto auto;gap:5px;padding:5px 8px 10px;display:grid}.viewpoint-name-editor input{color:#eff7f4;background:#8fdecd12;border:1px solid #bcf3e524;border-radius:4px;min-width:0;padding:5px 7px;font-size:11px}.viewpoint-editor-tabs{background:#8fdecd0f;border:1px solid #bcf3e51f;border-radius:8px;grid-template-columns:1fr 1fr;gap:3px;margin:4px 8px 12px;padding:3px;display:grid}.viewpoint-editor-tabs button{color:#8fa9a3;background:0 0;border-color:#0000}.viewpoint-editor-tabs button.is-active{color:#eff7f4;background:#8fdecd24}.model-action-list{gap:4px;max-height:190px;margin:0 8px 4px;display:grid;overflow:auto}.model-action-list button{color:#9fbab4;text-align:left;cursor:pointer;background:#8fdecd06;border:1px solid #0000;border-radius:6px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:6px;width:100%;min-height:31px;padding:4px 7px;display:grid}.model-action-list button.is-active,.model-action-list button:hover{color:#eff7f4;background:#8fdecd1a;border-color:#9ee1d33d}.model-action-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;overflow:hidden}.model-action-list small{color:#7f9d96;font-size:9px}.viewpoint-loop-toggle{color:#9fbab4;align-items:center;gap:8px;margin:4px 8px 14px;font-size:11px;display:flex}.viewpoint-loop-toggle input{accent-color:#177d70}.camera-state-heading{border-top:1px solid #b2eddf1f;padding:12px 8px 9px}.model-state-heading{margin-top:8px}.camera-state-heading>div{gap:3px;display:grid}.camera-state-heading span{color:#eff7f4;font-size:13px;font-weight:600}.camera-state-heading small{color:#7f9d96;font-size:10px}.camera-state-list{gap:7px;max-height:calc(100vh - 330px);padding-top:4px;display:grid;overflow:auto}.model-state-list{max-height:max(180px,100vh - 610px)}.camera-state-item{background:#8fdecd09;border:1px solid #bcf3e514;border-radius:8px;padding:9px}.camera-state-summary{grid-template-columns:24px 1fr;gap:8px;display:grid}.camera-state-summary>div{gap:4px;min-width:0;display:grid}.camera-state-summary strong{color:#d9ebe6;font-size:11px;font-weight:500}.camera-state-summary small{color:#7f9d96;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.model-state-summary{grid-template-columns:24px 12px 1fr;align-items:start}.model-state-summary>i{border:1px solid #ffffff40;border-radius:50%;width:10px;height:10px;margin-top:3px}.model-color-editor{grid-template-columns:38px 1fr;gap:6px;display:grid}.viewpoint-editor .model-color-editor input[type=color]{min-height:29px;padding:2px}.camera-state-actions{flex-wrap:wrap;justify-content:flex-end;gap:4px;margin-top:8px;display:flex}.camera-state-actions button{color:#78958f;background:0 0;border-color:#0000;min-height:22px;padding:0 6px}.camera-state-actions button:disabled{cursor:default;opacity:.28}.viewer-actions{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#041411c7;border:1px solid #bcf3e52e;border-radius:11px;gap:6px;padding:6px;display:flex;position:absolute}.viewer-actions button{color:#e7f6f1;cursor:pointer;background:#a0e6d81a;border:1px solid #bcf3e529;border-radius:7px;width:32px;height:32px;font-size:18px}.viewer-actions button:hover{background:#177d70}.viewer-view-actions{z-index:3;flex-direction:column;align-items:flex-start;gap:10px;display:flex;position:absolute;bottom:22px;left:24px}.viewer-view-actions button{color:#061412;cursor:pointer;background:#9ee1d3;border:0;border-radius:8px;min-width:124px;height:46px;padding:0 18px;font-size:13px;font-weight:600;box-shadow:0 10px 24px #0003}.viewer-view-actions button:hover{background:#c2f0e6}.viewer-view-actions button:disabled{cursor:not-allowed;opacity:.42}.viewer-view-actions .viewer-view-action-secondary{color:#d6eee8;background:#092d27e6;border:1px solid #9ee1d34d}.viewer-view-actions .viewer-view-action-secondary:hover:not(:disabled){color:#061412;background:#9ee1d3}.view-dialog-backdrop{z-index:20;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);overscroll-behavior:contain;background:#020c0ab8;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.view-dialog{color:#eff7f4;background:#102c27;border:1px solid #bcf3e538;border-radius:12px;width:min(420px,100%);max-height:calc(100dvh - 48px);padding:22px;overflow-y:auto;box-shadow:0 24px 80px #00000061}.view-dialog-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.view-dialog-header p{color:#77b9aa;letter-spacing:.12em;margin:0 0 6px;font:500 10px DM Mono}.view-dialog-header h2{margin:0;font-size:18px;font-weight:600}.view-dialog-close{color:#c3ddd7;cursor:pointer;background:0 0;border:1px solid #bcf3e524;border-radius:6px;width:28px;height:28px;padding:0;font-size:20px;line-height:1}.view-dialog-close:hover{color:#eff7f4;background:#8fdecd1f}.view-dialog-form{gap:18px;display:grid}.view-dialog-form label{color:#c3ddd7;gap:8px;font-size:12px;display:grid}.view-dialog-form input[type=text]{color:#eff7f4;width:100%;height:42px;font:inherit;background:#8fdecd14;border:1px solid #bcf3e533;border-radius:7px;outline:none;padding:0 11px}.view-dialog-form input[type=text]:focus{border-color:#79cdbd;box-shadow:0 0 0 3px #79cdbd24}.view-dialog-choice-group{border:0;min-width:0;margin:0;padding:0}.view-dialog-choice-group legend{color:#c3ddd7;margin-bottom:8px;font-size:12px}.view-dialog-choice-list{overscroll-behavior:contain;gap:7px;max-height:min(280px,38dvh);padding:2px;display:grid;overflow-y:auto}.view-dialog-choice{color:#c3ddd7;cursor:pointer;background:#8fdecd0b;border:1px solid #bcf3e51f;border-radius:7px;grid-template-columns:16px minmax(0,1fr);align-items:center;min-height:52px;padding:9px 11px;transition:background .15s,border-color .15s;position:relative;gap:10px!important;display:grid!important}.view-dialog-choice:hover{background:#8fdecd17;border-color:#bcf3e53d}.view-dialog-choice.is-selected{background:#177d7033;border-color:#9ee1d380}.view-dialog-choice:focus-within{border-color:#79cdbd;box-shadow:0 0 0 2px #79cdbd24}.view-dialog-choice input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.view-dialog-choice-marker{border:1px solid #bcf3e56b;border-radius:50%;place-items:center;width:14px;height:14px;display:grid}.view-dialog-choice.is-selected .view-dialog-choice-marker:after{content:"";background:#9ee1d3;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #9ee1d36b}.view-dialog-choice-copy{gap:3px;min-width:0;display:grid}.view-dialog-choice-copy strong{color:#eff7f4;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.view-dialog-choice-copy small{color:#7f9d96;font-size:10px}.view-dialog-error{color:#ff9e9e;margin:-6px 0 0;font-size:12px}.view-dialog-message{color:#c3ddd7;margin:0;font-size:13px;line-height:1.7}.view-dialog-actions{justify-content:flex-end;gap:8px;display:flex}.view-dialog-actions button{cursor:pointer;border-radius:7px;min-width:92px;height:38px;padding:0 14px;font-size:12px;font-weight:600}.view-dialog-primary{color:#061412;background:#9ee1d3;border:0}.view-dialog-primary:hover{background:#c2f0e6}.view-dialog-secondary{color:#c3ddd7;background:0 0;border:1px solid #bcf3e52e}.view-dialog-secondary:hover{color:#eff7f4;background:#8fdecd1a}.view-dialog-danger{color:#fff;background:#a94f44;border:0}.view-dialog-danger:hover{background:#c15d50}.view-dialog-form .view-dialog-check{align-items:center;gap:9px;display:flex}.view-dialog-check input{accent-color:#177d70;width:16px;height:16px;margin:0}.error-state,.loading-state{z-index:3;color:#bcd8d1;background:#041210c2;place-content:center;justify-items:center;gap:12px;display:grid;position:absolute;inset:0}.scanner{border:2px solid #8ce6cf33;border-top-color:#8be3cd;border-radius:50%;width:42px;height:42px;animation:1s linear infinite spin}.loading-state p{margin:0;font-size:13px}.error-state strong{color:#fff}.error-state span{color:#91aaa4;font-size:12px}.error-state button{color:#eaf8f4;cursor:pointer;background:#177d70;border:0;border-radius:5px;padding:7px 12px}.error-state-actions{gap:8px;display:flex}.error-state button.secondary{background:#a0e6d81f;border:1px solid #bcf3e529}@keyframes spin{to{transform:rotate(1turn)}}@keyframes sync-progress-indeterminate{0%{transform:translate(-115%)}to{transform:translate(240%)}}@media (width<=767px) and (orientation:portrait){.topbar{flex:0 0 56px;height:56px;padding:0 14px}.connection-status{font-size:10px}.viewer-layout{flex:1;height:auto;display:block;overflow:hidden}.viewer-stage{height:58%;min-height:0;transition:height .18s}.model-heading{top:16px;left:14px}.anatomy-panel{height:42%;min-height:0;padding:14px 12px max(14px,env(safe-area-inset-bottom));border-top:1px solid #b2eddf24;border-left:0;transition:height .18s,padding .18s,border-color .18s,opacity .12s}.panel-collapse-toggle{border-radius:7px 7px 0 0;width:42px;height:24px;transition:bottom .18s,color .15s,background .15s,border-color .15s,box-shadow .15s;inset:auto auto calc(42% - 12px) 50%;transform:translate(-50%);box-shadow:0 -4px 12px #0109073d}.panel-collapse-toggle svg{transform:rotate(90deg)}.viewer-layout.is-panel-collapsed .viewer-stage{height:100%}.viewer-layout.is-panel-collapsed .anatomy-panel{border-color:#0000;height:0;padding-top:0;padding-bottom:0}.is-panel-collapsed .panel-collapse-toggle{border-radius:7px;bottom:10px;left:50%;right:auto}.is-panel-collapsed .panel-collapse-toggle svg{transform:rotate(-90deg)}.model-list{grid-template-columns:1fr;gap:3px;max-height:none;display:grid}.panel-tabs{margin-bottom:14px}.viewpoint-list{max-height:none}.model-item{grid-template-columns:16px minmax(0,1fr);padding:8px 7px}.model-item-content{grid-template-columns:minmax(86px,.7fr) minmax(200px,1.3fr);align-items:center;gap:8px}.model-display-control button{min-height:38px;font-size:11px}.gesture-hint-desktop{display:none}.gesture-hint-touch{display:block}.gesture-hint{top:auto;bottom:62px;right:12px}.viewer-actions{bottom:12px;right:12px}.viewpoint-toolbar{padding:0 4px 12px}.viewpoint-toolbar>.viewpoint-add{min-height:42px}.viewpoint-item{min-height:64px}.viewpoint-row-actions button{min-height:40px}.view-dialog-backdrop{place-items:end center;padding:0}.view-dialog{width:100%;max-height:84dvh;padding:20px 18px max(20px,env(safe-area-inset-bottom));border-bottom:0;border-left:0;border-right:0;border-radius:8px 8px 0 0}.view-dialog-header{margin-bottom:18px}.view-dialog-choice-list{max-height:min(260px,34dvh)}.view-dialog-actions button{flex:1;min-width:0;height:44px}.home-content{width:calc(100% - 32px);padding-top:12vh}.home-content h1{margin-bottom:40px;font-size:32px}.reconstruction-input-row{flex-direction:column}.reconstruction-input-row button{width:100%}}@media (hover:none) and (pointer:coarse),(width<=1024px) and (height<=500px) and (orientation:landscape){.gesture-hint-desktop{display:none}.gesture-hint-touch{display:block}}@media (height<=500px){.topbar{flex:0 0 52px;height:52px;padding:0 18px}.viewer-layout{grid-template-columns:minmax(0,1fr) 280px}.panel-collapse-toggle{right:268px}.anatomy-panel{padding:12px}.panel-tabs{margin-bottom:10px}.model-item{padding:7px}.model-display-control button{min-height:30px}.viewpoint-toolbar{padding-bottom:10px}.viewpoint-item{min-height:54px}.view-dialog-backdrop{padding:10px 16px}.view-dialog{width:min(520px,100%);max-height:calc(100dvh - 20px);padding:15px 18px}.view-dialog-header{margin-bottom:12px}.view-dialog-form{gap:12px}.view-dialog-choice-list{max-height:112px}.view-dialog-choice{min-height:44px;padding:6px 10px}.view-dialog-actions button{height:34px}}.app-shell{background:#071412}.topbar{z-index:8;background:#091715;flex:0 0 64px;height:64px;padding:0 24px;position:relative}.brand-logo{-o-object-fit:contain;object-fit:contain;width:160px;height:auto;max-height:34px;display:block}.patient-summary{color:#8ea5a0;white-space:nowrap;justify-content:center;align-items:center;gap:28px;font-size:14px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.patient-summary strong{color:#edf5f2;font-size:18px;font-weight:600}.viewer-layout{background:#06110f;grid-template-columns:minmax(0,1fr) 340px}.viewer-layout.is-panel-collapsed{grid-template-columns:minmax(0,1fr) 0}.anatomy-panel{background:#0b1717;border-left-color:#cbddd81f;padding:0}.is-panel-collapsed .anatomy-panel{padding:0}.panel-collapse-toggle{right:328px}.model-viewer{background:#071412}.viewer-actions{background:#0a1918eb;border-color:#dbe8e529;border-radius:7px;gap:4px;padding:4px;transition:bottom .18s;bottom:20px;right:20px}.viewer-stage.is-anatomy-expanded .viewer-actions{bottom:calc(var(--anatomy-dock-expanded-height) + 30px)}.viewer-actions button{color:#94a9a4;background:0 0;border-color:#0000;border-radius:5px;place-items:center;width:36px;height:36px;padding:0;display:grid}.viewer-actions button.is-active,.viewer-actions button:hover{color:#f3f7f6;background:#315d56}.anatomy-collapse-toggle svg,.new-view-button svg,.viewer-actions svg,.viewpoint-icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:18px;height:18px}.viewer-action-icon{background:currentColor;width:18px;height:18px;display:block;-webkit-mask:url(../rotate-view.png) 50%/contain no-repeat;mask:url(../rotate-view.png) 50%/contain no-repeat}.new-view-button svg{stroke-width:2px;width:26px;height:26px}.new-view-button{z-index:4;color:#f3f7f6;cursor:pointer;background:#315d56;border:1px solid #49776e;border-radius:6px;align-items:center;gap:8px;height:50px;padding:0 20px;font-size:15px;font-weight:600;transition:background .15s;display:flex;position:absolute;top:20px;left:20px}.new-view-button:hover{background:#40786e}.anatomy-dock{z-index:3;right:20px;bottom:var(--anatomy-dock-bottom);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;visibility:hidden;background:#0a1817f0;border:0 solid #0000;border-radius:7px;height:0;transition:height .18s,opacity .12s,border-color .12s,visibility 0s linear .18s;position:absolute;left:20px;overflow:hidden;box-shadow:0 10px 30px #0000003d}.anatomy-dock.is-expanded{height:var(--anatomy-dock-expanded-height);opacity:1;pointer-events:auto;visibility:visible;border-width:1px;border-color:#d2e2de29;transition-delay:0s}.viewer-stage{--anatomy-dock-expanded-height:112px;--anatomy-dock-bottom:18px}.anatomy-dock-header{color:#e7efed;text-align:left;align-items:center;width:100%;height:47px;padding:0 15px;font-size:13px;font-weight:600;display:flex}.anatomy-collapse-toggle{z-index:4;bottom:var(--anatomy-dock-bottom);color:#9ee1d3;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#061714eb;border:1px solid #bcf3e52e;border-radius:7px;place-items:center;width:42px;height:24px;padding:0;transition:bottom .18s,color .15s,background .15s,border-color .15s;display:grid;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 -4px 12px #0109073d}.anatomy-collapse-toggle:focus-visible,.anatomy-collapse-toggle:hover{color:#eff7f4;background:#123b35f5;border-color:#bcf3e557;outline:none}.anatomy-collapse-toggle svg{transition:transform .18s}.viewer-stage:not(.is-anatomy-expanded) .anatomy-collapse-toggle svg{transform:rotate(180deg)}.viewer-stage.is-anatomy-expanded .anatomy-collapse-toggle{bottom:calc(var(--anatomy-dock-bottom) + var(--anatomy-dock-expanded-height) - 12px);border-radius:7px 7px 0 0}.anatomy-structure-list{max-height:calc(var(--anatomy-dock-expanded-height) - 49px);scrollbar-color:#52756d #132421;scrollbar-width:thin;border-top:1px solid #d2e2de1a;flex-wrap:nowrap;gap:7px;padding:8px 12px 12px;display:flex;overflow:auto hidden}.anatomy-structure-list::-webkit-scrollbar{height:7px}.anatomy-structure-list::-webkit-scrollbar-track{background:#132421}.anatomy-structure-list::-webkit-scrollbar-thumb{background:#52756d;border-radius:4px}.anatomy-structure{color:#f5faf8;cursor:pointer;background:var(--structure-color);border:1px solid color-mix(in srgb,var(--structure-color) 72%,#fff 28%);text-align:center;text-shadow:0 1px 3px #000000d1;border-radius:5px;flex:none;justify-content:center;align-items:center;width:max-content;min-width:max-content;min-height:42px;padding:7px 14px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s;display:flex}.anatomy-structure:hover{background:color-mix(in srgb,var(--structure-color) 86%,#fff 14%)}.anatomy-structure>span:last-child{white-space:nowrap;min-width:max-content;line-height:1.45}.anatomy-structure.is-translucent{background:color-mix(in srgb,var(--structure-color) 38%,#071412e6);border-color:color-mix(in srgb,var(--structure-color) 60%,#d2e2de52)}.anatomy-structure.is-translucent:hover{background:color-mix(in srgb,var(--structure-color) 48%,#071412d1)}.anatomy-structure.is-hidden{color:#f5faf8;border-color:var(--structure-color);background:#071412b8}.anatomy-structure.is-hidden:hover{background:color-mix(in srgb,var(--structure-color) 14%,#071412c7)}.viewpoint-panel{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.viewpoint-toolbar{background:#0d1b1a;flex:none;align-items:center;min-height:78px;padding:14px 18px}.viewpoint-toolbar>div{align-items:baseline;gap:8px;display:flex}.viewpoint-toolbar p{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.viewpoint-toolbar strong{color:#f0f5f4;font-size:16px}.viewpoint-toolbar>.viewpoint-save{color:#8da69f;cursor:default;background:#18332d;border:1px solid #2b5048;border-radius:5px;min-width:80px;height:42px;padding:0 18px;font-size:14px;font-weight:600}.viewpoint-toolbar>.viewpoint-save.is-dirty{color:#f3faf7;cursor:pointer;background:#2f8f76;border-color:#4fba9d;box-shadow:0 0 16px #2f8f763d}.viewpoint-toolbar>.viewpoint-save.is-dirty:hover{background:#3aa58a}.viewpoint-toolbar>.viewpoint-save:disabled{opacity:1}.viewpoint-list{flex:1;min-height:0;padding:12px;display:block;overflow:auto}.viewpoint-item{background:#101d1d;border:1px solid #1e2c2b;border-radius:6px;min-height:0;margin-bottom:8px;padding:0;display:block;overflow:hidden}.viewpoint-item:focus-visible,.viewpoint-item:hover{background:#142322;border-color:#344846}.viewpoint-item.is-active{background:#142522;border-color:#4e716a;box-shadow:inset 3px 0 #6aa396}.viewpoint-item.is-highlighted{background:#162724;border-color:#577a73;box-shadow:inset 3px 0 #78ab9f}.viewpoint-item-summary{grid-template-columns:28px minmax(0,1fr) 34px;align-items:center;gap:9px;min-height:68px;padding:9px 10px;display:grid}.viewpoint-copy small,.viewpoint-copy strong,.viewpoint-index{font-size:12px}.viewpoint-index{color:#718680;padding:0;font-family:DM Mono}.viewpoint-copy{gap:5px}.viewpoint-name-row{align-items:center;gap:6px;min-width:0;display:flex}.viewpoint-name-row strong{color:#e5edeb;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:500;overflow:hidden}.viewpoint-inline-editor{grid-template-columns:minmax(0,1fr) 28px 28px;gap:4px;display:grid}.viewpoint-inline-editor input{color:#eef4f2;background:#0b1716;border:1px solid #58776f;border-radius:4px;outline:none;min-width:0;height:28px;padding:0 7px;font-size:12px}.viewpoint-inline-editor button{color:#b8c9c5;cursor:pointer;background:#1b2d2a;border:1px solid #354b47;border-radius:4px;width:28px;height:28px;padding:0}.viewpoint-inline-editor small{color:#d99586;grid-column:1/-1;font-size:11px}.viewpoint-copy small{color:#71817d}.viewpoint-icon-button{color:#788b86;cursor:pointer;background:0 0;border:0;border-radius:4px;flex:0 0 30px;place-items:center;width:30px;height:30px;padding:0;display:grid}.viewpoint-icon-button:hover{color:#e8f0ee;background:#ffffff12}.viewpoint-icon-button.is-danger{color:#ad756e}.viewpoint-active-actions{border-top:1px solid #273836;grid-template-columns:1fr;padding:8px 10px 10px 47px;display:grid}.viewpoint-active-actions button{color:#9dafaa;cursor:pointer;background:#172624;border:1px solid #2d403d;border-radius:5px;justify-content:center;align-items:center;min-height:34px;font-size:12px;display:flex}.viewpoint-active-actions button:hover{color:#edf4f2;background:#213633}.viewpoint-active-actions button.is-emphasized{background:#e5ad61;border-color:#efc27e;font-weight:600;color:#1f160b!important}.viewpoint-empty{flex:1}@media (width<=1024px) and (height<=500px) and (orientation:landscape),(width<=767px){.topbar{flex-basis:56px;height:56px;padding:0 12px}.brand{gap:8px}.brand-logo{width:96px;max-height:24px}.patient-summary{text-align:center;gap:10px;font-size:10px;display:flex}.patient-summary strong{font-size:13px}.viewer-layout{flex:1;grid-template-columns:none;height:auto;display:block}.viewer-stage{--anatomy-dock-expanded-height:112px;--anatomy-dock-bottom:10px;height:56%}.anatomy-panel{height:44%;padding:0}.panel-collapse-toggle{border-radius:7px 7px 0 0;width:42px;height:24px;inset:auto auto calc(44% - 12px) 50%;transform:translate(-50%)}.panel-collapse-toggle svg{transform:rotate(90deg)}.viewer-layout.is-panel-collapsed .viewer-stage{height:100%}.viewer-layout.is-panel-collapsed .anatomy-panel{height:0;padding:0}.is-panel-collapsed .panel-collapse-toggle{border-radius:7px;bottom:10px;left:50%;right:auto}.is-panel-collapsed .panel-collapse-toggle svg{transform:rotate(-90deg)}.viewer-actions{display:none}.anatomy-dock{left:10px;right:10px}.anatomy-dock.is-expanded{height:var(--anatomy-dock-expanded-height)}.anatomy-structure-list{max-height:calc(var(--anatomy-dock-expanded-height) - 49px)}.new-view-button{height:46px;top:10px;left:10px}.viewpoint-toolbar{min-height:58px;padding:10px 14px}.viewpoint-list{padding:8px 10px max(10px,env(safe-area-inset-bottom))}.viewpoint-item-summary{min-height:58px}.viewpoint-active-actions{padding-left:47px}}@media (width<=767px) and (height<=500px){.topbar{flex-basis:48px;height:48px}.viewer-stage{--anatomy-dock-expanded-height:104px;height:55%}.anatomy-panel{height:45%}.panel-collapse-toggle{bottom:calc(45% - 12px)}.anatomy-dock{height:0}.anatomy-dock-header{height:41px}.anatomy-dock.is-expanded{height:var(--anatomy-dock-expanded-height)}.anatomy-structure-list{max-height:78px;padding:6px 10px}.anatomy-structure{min-height:34px;padding-top:5px;padding-bottom:5px}.new-view-button{height:42px}.viewpoint-toolbar{min-height:48px;padding:7px 12px}.viewpoint-list{padding:6px 9px}.viewpoint-item-summary{min-height:50px;padding-top:6px;padding-bottom:6px}.viewpoint-active-actions{padding-top:5px;padding-bottom:6px}.viewpoint-active-actions button{min-height:30px}}.mobile-topbar-save,.mobile-update-view-button{display:none}@media (width<=1024px) and (height<=500px) and (orientation:landscape),(width<=767px){.topbar{grid-template-columns:96px minmax(0,1fr) 66px;gap:8px;display:grid}.patient-summary{justify-content:center;gap:8px;min-width:0;position:static;transform:none}.patient-summary span{text-overflow:ellipsis;min-width:0;overflow:hidden}.mobile-topbar-save{color:#78938c;background:#15322d;border:1px solid #294d46;border-radius:5px;width:66px;height:38px;padding:0;font-size:13px;font-weight:600;display:block}.mobile-topbar-save.is-dirty{color:#f3faf7;cursor:pointer;background:#2f8f76;border-color:#4fba9d}.mobile-topbar-save:disabled{opacity:1}.viewer-layout{--mobile-view-strip-top:12px;--mobile-view-strip-height:108px;--mobile-view-actions-top:132px;height:auto;position:relative}.viewer-layout.is-panel-collapsed .viewer-stage,.viewer-stage{width:100%;height:100%}.anatomy-panel{z-index:5;top:var(--mobile-view-strip-top);width:auto;height:var(--mobile-view-strip-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#061815f0;border:1px solid #74b6a757;border-radius:7px;padding:0;transition:height .18s,border-color .12s,opacity .12s;position:absolute;left:10px;right:10px;overflow:hidden;box-shadow:0 8px 24px #0000002e}.viewer-layout.is-panel-collapsed .anatomy-panel{opacity:0;border-color:#0000;height:0;padding:0}.is-panel-collapsed .panel-collapse-toggle,.panel-collapse-toggle{z-index:7;top:calc(var(--mobile-view-strip-top) + 6px);border-radius:5px;width:38px;height:32px;bottom:auto;left:auto;right:20px;transform:none}.panel-collapse-toggle svg{transform:rotate(-90deg)}.is-panel-collapsed .panel-collapse-toggle svg{transform:rotate(90deg)}.is-panel-collapsed .panel-collapse-toggle{border-radius:0 0 5px 5px;top:68px;left:50%;right:auto;transform:translate(-50%)}.viewpoint-panel{overflow:hidden}.viewpoint-toolbar{background:0 0;border-bottom:0;min-height:42px;padding:0 56px 0 15px}.viewpoint-toolbar strong{font-size:15px}.viewpoint-toolbar>.viewpoint-save{display:none}.viewpoint-list{overscroll-behavior-x:contain;scrollbar-color:#52756d transparent;scrollbar-width:thin;touch-action:pan-x;flex:auto;gap:8px;min-height:0;padding:0 14px 11px;display:flex;overflow:auto hidden}.viewpoint-list::-webkit-scrollbar{height:4px}.viewpoint-list::-webkit-scrollbar-thumb{background:#52756d;border-radius:4px}.viewpoint-item{touch-action:pan-x;-webkit-user-select:none;user-select:none;border-color:#213d38;border-radius:5px;flex:none;width:fit-content;min-width:88px;max-width:160px;height:50px;min-height:50px;margin:0;position:relative;overflow:hidden}.viewpoint-item:before{content:"";background:0 0;height:3px;position:absolute;top:0;left:0;right:0}.viewpoint-item.is-active,.viewpoint-item.is-highlighted{box-shadow:none;background:#102824;border-color:#64a799}.viewpoint-item.is-active:before,.viewpoint-item.is-highlighted:before{background:#82c7b8}.viewpoint-item-summary{grid-template-columns:max-content max-content;justify-content:center;align-items:center;gap:6px;width:auto;height:100%;min-height:0;padding:7px 10px;display:grid;position:relative}.viewpoint-index{color:#5b9f90;padding:0;font-size:11px;display:block}.viewpoint-copy{min-width:0;display:block;position:static}.viewpoint-name-row{display:block}.viewpoint-name-row strong{color:#dce9e6;text-overflow:ellipsis;white-space:nowrap;width:max-content;max-width:8em;font-size:13px;display:block;overflow:hidden}.viewpoint-active-actions,.viewpoint-icon-button,.viewpoint-inline-editor{display:none}.mobile-update-view-button,.new-view-button{top:var(--mobile-view-actions-top);justify-content:center;width:calc(50% - 15px);height:46px;padding:0 12px;font-size:14px;transition:top .18s,background .15s}.new-view-button{left:10px}.mobile-update-view-button{z-index:4;color:#f4e8d6;cursor:pointer;background:#1b3a35f0;border:1px solid #5a8f83;border-radius:6px;align-items:center;gap:7px;font-weight:600;display:flex;position:absolute;right:10px}.mobile-update-view-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px}.mobile-update-view-button span{background:#74d8b8;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #74d8b8a6}.viewer-layout.is-panel-collapsed .mobile-update-view-button,.viewer-layout.is-panel-collapsed .new-view-button{top:16px}.mobile-view-action-backdrop{place-items:center;padding:20px;display:grid}.mobile-view-action-dialog{border:1px solid #315d54;border-radius:7px;width:min(100%,300px);max-height:calc(100dvh - 40px);padding:20px;box-shadow:0 24px 70px #0000008c}.mobile-view-action-heading{margin-bottom:18px}.mobile-view-action-heading span{color:#68a898;margin-bottom:7px;font:500 10px DM Mono;display:block}.mobile-view-action-heading h2{color:#eff6f4;margin:0;font-size:18px}.mobile-view-action-list{gap:8px;display:grid}.mobile-view-action-list button{color:#e7efed;cursor:pointer;text-align:left;background:#132b27;border:1px solid #294b44;border-radius:5px;min-height:48px;padding:0 14px;font-size:14px}.mobile-view-action-list button.is-danger{color:#e28d7c}.mobile-view-action-form{gap:14px;display:grid}.mobile-view-action-form .mobile-view-action-heading{margin-bottom:0}.mobile-view-action-form>input{color:#eff6f4;background:#0a1d1a;border:1px solid #568378;border-radius:5px;outline:none;width:100%;height:44px;padding:0 11px;font-size:15px}}@media (width<=380px){.topbar{grid-template-columns:88px minmax(0,1fr) 60px;gap:5px;padding-left:10px;padding-right:10px}.brand-logo{width:88px}.patient-summary{gap:5px;font-size:9px}.patient-summary strong{font-size:11px}.mobile-topbar-save{width:60px}}
