@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=IBM+Plex+Mono:wght@400;500&display=swap";.map-control-panel{position:absolute;z-index:20;pointer-events:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#2c3e50}.map-chip{position:relative;width:36px;height:36px;border-radius:50%;border:1px solid rgba(52,152,219,.45);background:radial-gradient(circle at 30% 30%,#f8fbfd,#e9f1f8 70%,#d6e4ee);color:#2c3e50;cursor:grab;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001f,0 0 0 1px #fff9 inset;transition:transform .15s ease-out,box-shadow .15s}.map-chip:hover{transform:translateY(-1px);box-shadow:0 4px 10px #00000029}.map-chip:active{cursor:grabbing}.map-chip svg{position:relative;z-index:1}.map-pulse-ring{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid rgba(52,152,219,0);pointer-events:none;transition:border-color .2s}.map-chip.loading .map-pulse-ring,.map-pulse-ring.loading{border-color:#3498db8c;animation:map-breathe 1.4s cubic-bezier(.45,.05,.55,.95) infinite}.map-card .map-pulse-ring{position:relative;inset:auto;width:10px;height:10px;border-width:2px;flex-shrink:0}@keyframes map-breathe{0%{transform:scale(1);opacity:.85}50%{transform:scale(1.18);opacity:.25}to{transform:scale(1);opacity:.85}}.map-chip.first-tile{animation:map-first-tile 1.1s cubic-bezier(.16,1,.3,1) 1 both}@keyframes map-first-tile{0%{box-shadow:0 0 #2ecc7180,0 2px 6px #0000001f}60%{box-shadow:0 0 0 22px #2ecc7100,0 2px 6px #0000001f}to{box-shadow:0 0 #2ecc7100,0 2px 6px #0000001f}}.map-card{width:230px;padding:0;border-radius:12px;background:#fffffff5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 6px 20px #00000029,0 0 0 1px #3498db2e;overflow:hidden;cursor:grab;animation:map-card-in .22s cubic-bezier(.16,1,.3,1)}.map-card:active{cursor:grabbing}@keyframes map-card-in{0%{opacity:0;transform:translateY(-4px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.map-card-header{display:flex;align-items:center;gap:.5rem;padding:.55rem .8rem;background:linear-gradient(180deg,#f1f7fc,#e8f0f7);border-bottom:1px solid rgba(52,152,219,.16)}.map-card-title{flex:1;font-weight:600;font-size:.85rem;color:#2c3e50;letter-spacing:.01em}.map-chip-action{width:22px;height:22px;border-radius:6px;border:1px solid transparent;background:#3498db14;color:#2c3e50;cursor:pointer;font-size:1rem;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;transition:background .12s,border-color .12s}.map-chip-action:hover{background:#3498db29;border-color:#3498db73}.map-card-body{padding:.6rem .8rem .8rem;display:flex;flex-direction:column;gap:.45rem}.map-status-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.8rem;color:#5a6c7d}.map-status-label{color:#6a7b8a}.map-status-value{font-variant-numeric:tabular-nums;color:#2c3e50;font-weight:500}.map-status-value.active{color:#2980b9}.map-status-epsg{display:inline-flex;align-items:center;gap:.4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem}.map-epsg-badge{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.06rem .34rem;border-radius:4px;line-height:1}.map-epsg-badge.auto{color:#1e8449;background:#2ecc7124;border:1px solid rgba(46,204,113,.35)}.map-epsg-badge.override{color:#2471a3;background:#3498db24;border:1px solid rgba(52,152,219,.4)}.map-card-attribution{margin-top:.4rem;font-size:.72rem;color:#95a5a6;border-top:1px dashed rgba(0,0,0,.08);padding-top:.45rem}.map-card-hint{font-size:.72rem;color:#95a5a6;line-height:1.35}.map-control-panel.map-aurora-sweep:before{content:"";position:absolute;top:-200px;right:-2000px;bottom:-200px;left:-2000px;background:linear-gradient(115deg,transparent 35%,rgba(52,152,219,0) 38%,rgba(52,152,219,.35) 48%,rgba(80,200,200,.4) 50%,rgba(46,204,113,.3) 52%,rgba(52,152,219,0) 62%,transparent 65%);filter:blur(8px);pointer-events:none;transform:translate(-100%);animation:map-aurora 1.1s cubic-bezier(.16,1,.3,1) 1 both;z-index:-1}@keyframes map-aurora{0%{transform:translate(-100%);opacity:0}20%{opacity:.9}to{transform:translate(100%);opacity:0}}.axis-editor{display:flex;flex-direction:column;height:100%}.axis-header{padding:1rem;background:#fff;border-bottom:1px solid #ddd;display:flex;align-items:center;gap:1rem}.axis-header h2{margin-bottom:.25rem;font-size:1.1rem;color:#2c3e50}.axis-header p{margin:0;font-size:.85rem;color:#7f8c8d}.axis-zoom-controls{margin-left:auto;display:flex;align-items:center;gap:.5rem}.axis-zoom-controls span{font-size:.85rem;color:#2c3e50}.axis-zoom-controls button{padding:.3rem .6rem;font-size:.8rem}.axis-main{flex:1;display:flex;overflow:hidden}.axis-form{min-width:520px;background:#fff;border-right:1px solid #ddd;padding:1rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.axis-form-header{display:grid;grid-template-columns:30px 120px 120px 60px 120px;gap:.5rem;font-size:.8rem;color:#7f8c8d;margin-bottom:.25rem}.axis-point-row{display:grid;grid-template-columns:30px 120px 120px 60px 120px;gap:.5rem;align-items:center;margin-bottom:.25rem;padding:.5rem;border-radius:4px;cursor:pointer;transition:all .2s}.axis-point-row:hover{background:#f0f0f0}.axis-point-row.selected{background:#d4edda;border:2px solid #3498db;box-shadow:0 2px 4px #3498db33}.axis-point-index{font-size:.85rem;color:#2c3e50}.axis-point-row input{padding:.3rem .4rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;width:100%}.axis-point-type{width:100%;padding:.25rem .3rem;border-radius:4px;border:1px solid #ddd;font-size:.8rem;background:#fff}.axis-point-type:focus{outline:none;border-color:#3498db}.axis-point-radius{display:flex;align-items:center;gap:.25rem}.axis-point-radius input{max-width:none}.axis-point-row input:focus{outline:none;border-color:#3498db}.axis-point-remove{background:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;padding:0}.axis-point-remove:hover{background:#c0392b}.axis-empty-hint{font-size:.85rem;color:#95a5a6;margin-top:.5rem}.axis-form-actions{margin-top:.75rem;display:flex;gap:.5rem}.axis-form-actions button{padding:.45rem .9rem;border-radius:4px;border:none;cursor:pointer;font-size:.9rem}.axis-form-actions button:first-of-type{background:#3498db;color:#fff}.axis-form-actions button.secondary{background:#ecf0f1;color:#2c3e50}.axis-form-actions button.secondary:disabled{opacity:.5;cursor:not-allowed}.axis-form-actions button:hover:not(:disabled){opacity:.9}.axis-canvas-container{flex:1;background:#fff;display:flex;align-items:stretch;justify-content:center}.axis-canvas-container>div{flex:1}:root{--pe-bg: #f4f5f7;--pe-surface: #ffffff;--pe-surface-raised: #fafbfc;--pe-border: #e2e6ec;--pe-border-subtle: #eef1f5;--pe-text: #151b26;--pe-text-secondary: #5f6d7e;--pe-text-muted: #96a1b0;--pe-accent: #16a34a;--pe-accent-hover: #15803d;--pe-accent-subtle: rgba(22, 163, 74, .06);--pe-accent-border: rgba(22, 163, 74, .25);--pe-danger: #dc2626;--pe-danger-subtle: #fef2f2;--pe-blue: #2563eb;--pe-blue-subtle: #eff6ff;--pe-radius: 8px;--pe-radius-sm: 6px;--pe-radius-xs: 4px;--pe-shadow-xs: 0 1px 2px rgba(0, 0, 0, .03);--pe-shadow-sm: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .03);--pe-shadow-md: 0 4px 14px rgba(0, 0, 0, .08);--pe-shadow-lg: 0 8px 28px rgba(0, 0, 0, .12);--pe-font: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--pe-font-mono: "IBM Plex Mono", "SF Mono", "Consolas", monospace;--pe-transition: .14s ease}.profile-editor{display:flex;flex-direction:column;height:100%;font-family:var(--pe-font);color:var(--pe-text);background:var(--pe-bg);-webkit-font-smoothing:antialiased}.toolbar{padding:0 1.25rem;height:52px;background:var(--pe-surface);border-bottom:1px solid var(--pe-border);display:flex;gap:.75rem;align-items:center;box-shadow:var(--pe-shadow-xs);position:relative;z-index:10}.toolbar button{padding:.4rem .9rem;background:var(--pe-accent);color:#fff;border:none;border-radius:var(--pe-radius-sm);cursor:pointer;font-family:var(--pe-font);font-size:.8rem;font-weight:600;letter-spacing:.01em;transition:all var(--pe-transition);white-space:nowrap}.toolbar button:hover{background:var(--pe-accent-hover);box-shadow:0 1px 4px #16a34a40}.toolbar button:active{transform:scale(.97)}.toolbar button.active{background:var(--pe-accent-hover)}.toolbar button.secondary{background:var(--pe-surface-raised);color:var(--pe-text-secondary);border:1px solid var(--pe-border)}.toolbar button.secondary:hover{background:var(--pe-bg);color:var(--pe-text);box-shadow:var(--pe-shadow-sm)}.profile-name-input{padding:.4rem .65rem;border:1.5px solid var(--pe-border);border-radius:var(--pe-radius-sm);font-family:var(--pe-font);font-size:.85rem;font-weight:600;color:var(--pe-text);min-width:180px;transition:border-color var(--pe-transition),box-shadow var(--pe-transition)}.profile-name-input:focus{outline:none;border-color:var(--pe-accent);box-shadow:0 0 0 3px var(--pe-accent-subtle)}.toolbar-new-profile{position:relative}.new-profile-dropdown{position:absolute;top:calc(100% + 6px);left:0;background:var(--pe-surface);border:1px solid var(--pe-border);border-radius:var(--pe-radius);box-shadow:var(--pe-shadow-lg);min-width:220px;z-index:1000;overflow:hidden;animation:pe-dropdown-in .12s ease-out}@keyframes pe-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.new-profile-option{padding:.55rem .85rem;cursor:pointer;font-size:.82rem;color:var(--pe-text);transition:background var(--pe-transition)}.new-profile-option:hover{background:var(--pe-accent-subtle);color:var(--pe-accent-hover)}.new-profile-divider{height:1px;background:var(--pe-border-subtle);margin:4px 0}.new-profile-section-label{padding:.5rem .85rem .2rem;font-size:.65rem;color:var(--pe-text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.profile-hints-compact{font-size:.72rem;color:var(--pe-text-muted);cursor:help;border-bottom:1px dotted var(--pe-text-muted);white-space:nowrap;letter-spacing:.01em}.zoom-controls{margin-left:auto;display:flex;align-items:center;gap:.35rem;background:var(--pe-surface-raised);border:1px solid var(--pe-border);border-radius:var(--pe-radius-sm);padding:.2rem}.undo-redo-controls{margin-left:auto;display:flex;align-items:center;gap:.25rem;background:var(--pe-surface-raised);border:1px solid var(--pe-border);border-radius:var(--pe-radius-sm);padding:.2rem}.undo-redo-controls+.zoom-controls{margin-left:.5rem}.undo-redo-controls button{padding:.2rem .55rem;font-size:.75rem;border-radius:var(--pe-radius-xs);background:transparent;color:var(--pe-text-secondary);border:none;font-weight:600;letter-spacing:.01em}.undo-redo-controls button:hover:not(:disabled){background:var(--pe-bg);color:var(--pe-text);box-shadow:none}.undo-redo-controls button:disabled{opacity:.4;cursor:not-allowed}.zoom-controls span{font-family:var(--pe-font-mono);font-size:.75rem;color:var(--pe-text-secondary);min-width:3.2em;text-align:center;font-weight:500}.zoom-controls button{padding:.2rem .5rem;font-size:.75rem;border-radius:var(--pe-radius-xs);background:transparent;color:var(--pe-text-secondary);border:none;font-weight:600}.zoom-controls button:hover{background:var(--pe-bg);color:var(--pe-text);box-shadow:none}.zoom-controls button.secondary{border:none;background:transparent;font-size:.7rem;font-weight:500;letter-spacing:.02em}.zoom-controls button.secondary:hover{background:var(--pe-bg)}.radius-input{margin-left:1rem;display:flex;align-items:center;gap:.5rem}.radius-input input{padding:.4rem .5rem;border:1.5px solid var(--pe-border);border-radius:var(--pe-radius-sm);font-family:var(--pe-font-mono);font-size:.85rem}.profile-editor-content{flex:1;display:flex;overflow:hidden}.profiles-list{width:260px;background:var(--pe-surface);border-right:1px solid var(--pe-border);padding:1rem .85rem;overflow-y:auto;display:flex;flex-direction:column;gap:.15rem}.profiles-list::-webkit-scrollbar{width:5px}.profiles-list::-webkit-scrollbar-thumb{background:var(--pe-border);border-radius:10px}.profiles-list h3{margin-bottom:.65rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--pe-text-muted)}.profile-item{padding:.6rem .7rem;background:transparent;margin-bottom:1px;border-radius:var(--pe-radius-sm);cursor:pointer;transition:all var(--pe-transition);display:flex;flex-direction:column;gap:.15rem;border:1.5px solid transparent}.profile-item:hover{background:var(--pe-surface-raised);border-color:var(--pe-border-subtle)}.profile-item.active{background:var(--pe-accent-subtle);border-color:var(--pe-accent-border)}.profile-item.active .profile-name{color:var(--pe-accent-hover)}.profile-name{font-size:.82rem;font-weight:600;color:var(--pe-text);line-height:1.3}.profile-name-input-small{padding:.25rem .4rem;border:1.5px solid var(--pe-accent-border);border-radius:var(--pe-radius-xs);font-family:var(--pe-font);font-size:.82rem;font-weight:600;width:100%}.segment-count{font-family:var(--pe-font-mono);font-size:.68rem;color:var(--pe-text-muted);font-weight:400}.profile-timestamp{font-family:var(--pe-font-mono);font-size:.62rem;color:var(--pe-text-muted);letter-spacing:.01em}.delete-btn{align-self:flex-end;background:transparent;color:var(--pe-text-muted);border:1px solid var(--pe-border);border-radius:var(--pe-radius-xs);width:22px;height:22px;cursor:pointer;font-size:.75rem;line-height:1;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:all var(--pe-transition);flex-shrink:0}.delete-btn:hover{background:var(--pe-danger-subtle);color:var(--pe-danger);border-color:var(--pe-danger)}.new-folder-btn{width:100%;padding:.4rem;margin-bottom:.4rem;background:transparent;border:1.5px dashed var(--pe-border);border-radius:var(--pe-radius-sm);cursor:pointer;font-family:var(--pe-font);font-size:.75rem;font-weight:500;color:var(--pe-text-muted);transition:all var(--pe-transition)}.new-folder-btn:hover{border-color:var(--pe-accent);color:var(--pe-accent);background:var(--pe-accent-subtle)}.profile-folder{margin-bottom:2px}.profile-folder-header{display:flex;align-items:center;gap:.35rem;padding:.45rem .5rem;background:var(--pe-surface-raised);border-radius:var(--pe-radius-sm);cursor:pointer;font-size:.8rem;font-weight:600;-webkit-user-select:none;user-select:none;transition:background var(--pe-transition);border:1px solid transparent}.profile-folder-header:hover{background:var(--pe-bg);border-color:var(--pe-border-subtle)}.folder-toggle{font-size:.55rem;color:var(--pe-text-muted);width:12px;flex-shrink:0;transition:color var(--pe-transition)}.folder-icon{font-size:.85rem}.folder-name{flex:1;color:var(--pe-text-secondary)}.folder-count{font-family:var(--pe-font-mono);font-size:.65rem;color:var(--pe-text-muted)}.profile-folder-contents{padding-left:1.1rem;margin-top:2px}.folder-empty{font-size:.7rem;color:var(--pe-text-muted);font-style:italic;padding:.3rem 0;display:block}.dxf-actions{display:flex;gap:.4rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--pe-border-subtle)}.dxf-actions label,.dxf-actions button{flex:1;padding:.4rem .5rem;text-align:center;cursor:pointer;border-radius:var(--pe-radius-sm);font-family:var(--pe-font);font-size:.72rem;font-weight:600;letter-spacing:.02em;transition:all var(--pe-transition)}.dxf-actions label{border:1.5px solid var(--pe-blue);background:var(--pe-blue-subtle);color:var(--pe-blue);display:flex;align-items:center;justify-content:center}.dxf-actions label:hover{background:var(--pe-blue);color:#fff}.dxf-actions button{border:1.5px solid var(--pe-accent);background:var(--pe-accent-subtle);color:var(--pe-accent)}.dxf-actions button:hover:not(:disabled){background:var(--pe-accent);color:#fff}.dxf-actions button:disabled{opacity:.35;cursor:not-allowed}.archive-divider{border-top:1px solid var(--pe-border-subtle);margin:.85rem 0 .5rem}.archive-header{display:flex;align-items:center;gap:.35rem;padding:.45rem .5rem;cursor:pointer;font-size:.78rem;color:var(--pe-text-muted);-webkit-user-select:none;user-select:none;transition:color var(--pe-transition);border-radius:var(--pe-radius-sm)}.archive-header:hover{color:var(--pe-text-secondary);background:var(--pe-surface-raised)}.archive-contents{padding-left:.5rem;margin-top:2px}.archive-contents .profile-item{opacity:.55}.archive-contents .profile-item:hover{opacity:.8}.context-menu{position:fixed;z-index:1000;background:var(--pe-surface);border:1px solid var(--pe-border);border-radius:var(--pe-radius);box-shadow:var(--pe-shadow-lg);min-width:170px;padding:4px;font-size:.8rem;animation:pe-dropdown-in .1s ease-out}.context-menu-item{padding:.45rem .7rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;white-space:nowrap;transition:all var(--pe-transition);position:relative;border-radius:var(--pe-radius-xs);color:var(--pe-text);font-weight:500}.context-menu-item:hover{background:var(--pe-accent-subtle);color:var(--pe-accent-hover)}.context-menu-danger{color:var(--pe-danger)}.context-menu-danger:hover{background:var(--pe-danger-subtle);color:var(--pe-danger)}.context-menu-separator{height:1px;background:var(--pe-border-subtle);margin:3px 4px}.context-menu-arrow{font-size:.65rem;color:var(--pe-text-muted);margin-left:12px}.context-menu-submenu-trigger{position:relative}.context-menu-submenu{display:none;position:absolute;left:100%;top:-4px;background:var(--pe-surface);border:1px solid var(--pe-border);border-radius:var(--pe-radius);box-shadow:var(--pe-shadow-lg);min-width:150px;padding:4px;animation:pe-dropdown-in 80ms ease-out}.context-menu-submenu-trigger:hover>.context-menu-submenu{display:block}.context-menu-submenu .context-menu-item{font-size:.78rem}.canvas-container{flex:1;overflow:hidden;background:var(--pe-surface);position:relative}.no-profile-selected{display:flex;align-items:center;justify-content:center;height:100%;color:var(--pe-text-muted);font-size:.9rem;font-weight:500}.profile-points-panel{width:520px;background:var(--pe-surface);border-left:1px solid var(--pe-border);padding:.85rem .75rem;display:flex;flex-direction:column;gap:0;overflow-y:auto}.profile-points-panel::-webkit-scrollbar{width:5px}.profile-points-panel::-webkit-scrollbar-thumb{background:var(--pe-border);border-radius:10px}.profile-points-header{display:grid;grid-template-columns:28px 1fr 1fr 56px 1fr;gap:.4rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--pe-text-muted);padding:0 .5rem .5rem;border-bottom:1px solid var(--pe-border-subtle);margin-bottom:.25rem}.profile-point-row{display:grid;grid-template-columns:28px 1fr 1fr 56px 1fr;gap:.4rem;align-items:center;padding:.35rem .5rem;border-radius:var(--pe-radius-sm);cursor:pointer;transition:all var(--pe-transition);border:1.5px solid transparent}.profile-point-row:nth-child(2n){background:var(--pe-surface-raised)}.profile-point-row:hover{background:var(--pe-bg)}.profile-point-row.selected{background:var(--pe-accent-subtle);border-color:var(--pe-accent-border)}.profile-point-index{font-family:var(--pe-font-mono);font-size:.72rem;color:var(--pe-text-muted);font-weight:500;text-align:center}.profile-point-row input[type=number]{padding:.3rem .4rem;border:1.5px solid var(--pe-border);border-radius:var(--pe-radius-xs);font-family:var(--pe-font-mono);font-size:.8rem;font-weight:500;color:var(--pe-text);width:100%;background:var(--pe-surface);transition:border-color var(--pe-transition),box-shadow var(--pe-transition)}.profile-point-row input[type=number]:focus{outline:none;border-color:var(--pe-accent);box-shadow:0 0 0 2px var(--pe-accent-subtle)}.profile-point-type{width:100%;padding:.25rem .2rem;border-radius:var(--pe-radius-xs);border:1.5px solid var(--pe-border);font-family:var(--pe-font);font-size:.75rem;font-weight:500;color:var(--pe-text);background:var(--pe-surface);cursor:pointer;transition:border-color var(--pe-transition)}.profile-point-type:focus{outline:none;border-color:var(--pe-accent)}.profile-point-radius{display:flex;align-items:center;gap:.3rem}.profile-point-radius input{width:100%}.profile-points-empty{font-size:.82rem;color:var(--pe-text-muted);margin-top:1rem;text-align:center;line-height:1.5}.profile-points-actions{margin-top:.85rem;padding-top:.65rem;border-top:1px solid var(--pe-border-subtle);display:flex;gap:.4rem}.profile-points-actions button{padding:.4rem .75rem;border-radius:var(--pe-radius-sm);border:none;cursor:pointer;font-family:var(--pe-font);font-size:.78rem;font-weight:600;transition:all var(--pe-transition)}.profile-points-actions button:first-of-type{background:var(--pe-accent);color:#fff}.profile-points-actions button:first-of-type:hover{background:var(--pe-accent-hover);box-shadow:0 1px 4px #16a34a40}.profile-points-actions button.secondary{background:var(--pe-surface-raised);color:var(--pe-text-secondary);border:1px solid var(--pe-border)}.profile-points-actions button.secondary:hover:not(:disabled){background:var(--pe-bg);color:var(--pe-text)}.profile-points-actions button.secondary:disabled{opacity:.4;cursor:not-allowed}.segments-list{width:200px;background:var(--pe-surface);border-left:1px solid var(--pe-border);padding:1rem;overflow-y:auto}.segments-list h3{margin-bottom:.5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--pe-text-muted)}.segment-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:var(--pe-surface-raised);margin-bottom:.25rem;border-radius:var(--pe-radius-sm);font-family:var(--pe-font-mono);font-size:.8rem}.segment-item button{padding:.2rem .45rem;background:transparent;color:var(--pe-text-muted);border:1px solid var(--pe-border);border-radius:var(--pe-radius-xs);cursor:pointer;font-size:.75rem;transition:all var(--pe-transition)}.segment-item button:hover{background:var(--pe-danger-subtle);color:var(--pe-danger);border-color:var(--pe-danger)}.construction-stage-bar{background:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem}.construction-stage-bar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.construction-stage-bar-header h3{margin:0;color:#2c3e50;font-size:1rem}.construction-stage-bar-header button{padding:.4rem 1rem;background:#3498db;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .2s}.construction-stage-bar-header button:hover{background:#2980b9}.construction-stage-cards{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem}.stage-card{display:flex;flex-direction:column;min-width:160px;padding:.6rem .85rem;border:2px solid #dee2e6;border-radius:8px;background:#f8f9fa;cursor:pointer;transition:all .2s;position:relative}.stage-card:hover{background:#e9ecef}.stage-card.editing{border-color:#3498db;background:#e7f3ff}.stage-card.active-stage{border-color:#28a745;box-shadow:0 0 0 1px #28a745}.stage-card.editing.active-stage{border-color:#28a745;background:#d4edda}.stage-card-top{display:flex;align-items:center;gap:.5rem}.stage-card-top input[type=radio]{accent-color:#28a745;cursor:pointer;margin:0;width:16px;height:16px;flex-shrink:0}.stage-name-display{font-weight:500;color:#2c3e50;font-size:.9rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:text;padding:2px 4px;border-radius:4px}.stage-name-display:hover{background:#0000000d}.stage-name-input{font-weight:500;color:#2c3e50;font-size:.9rem;flex:1;border:1px solid #3498db;border-radius:4px;padding:2px 4px;outline:none;background:#fff;min-width:0}.stage-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.35rem}.stage-card-info{font-size:.75rem;color:#7f8c8d}.stage-card-active-label{font-size:.7rem;color:#28a745;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stage-delete-btn{padding:.15rem .4rem;background:none;color:#95a5a6;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;line-height:1;transition:all .2s}.stage-delete-btn:hover{color:#e74c3c;background:#e74c3c1a}.stage-delete-btn:disabled{opacity:.3;cursor:not-allowed}.stage-delete-btn:disabled:hover{color:#95a5a6;background:none}.profile-assignment{display:flex;flex-direction:column;height:100%;padding:2rem;overflow-y:auto;background:#f8f9fa}.assignment-header h2{margin-bottom:.5rem;color:#2c3e50}.axis-info{color:#7f8c8d;font-size:.9rem}.assignment-form{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.form-group{display:flex;flex-direction:column;gap:.5rem;min-width:150px}.form-group label{font-weight:500;color:#2c3e50;font-size:.9rem}.form-group input,.form-group select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3498db}.add-button{padding:.5rem 1.5rem;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s;height:fit-content}.add-button:hover{background:#2980b9}.assignments-list{background:#fff;padding:1.25rem 1.25rem 1rem;border-radius:12px;box-shadow:0 1px 3px #0f172a0f,0 4px 14px #0f172a0a;border:1px solid #eef0f3;margin-bottom:2rem;width:540px}.assignments-list h3{margin-bottom:.35rem;color:#1f2937;font-size:1rem;font-weight:600;letter-spacing:-.01em}.no-assignments{color:#7f8c8d;text-align:center;padding:2rem}.assignments-table{display:flex;flex-direction:column;gap:.4rem}.table-header,.table-row{display:grid;grid-template-columns:24px minmax(64px,1fr) minmax(64px,1fr) minmax(110px,1.45fr) minmax(110px,1.45fr) 28px;gap:.5rem;align-items:center}.table-header{padding:.5rem .6rem;background:transparent;border-bottom:1px solid #e5e7eb;border-radius:0;color:#6b7280;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.table-header>div{min-width:0;line-height:1.2}.table-header .unit{margin-left:.15rem;color:#b0b8c1;font-size:.85em;font-weight:500;text-transform:lowercase;letter-spacing:0}.table-row{padding:.45rem .6rem;background:#fff;border:1px solid #eef0f3;border-radius:8px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.table-row:hover{border-color:#d8dde3;background:#fbfcfd}.table-row.selected{background:#f0f7ff;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 2px 8px #3b82f62e}.table-row.expanded-row{background:#fbfcfd!important;border:1px solid #e5e7eb!important;box-shadow:none!important}.table-row.expanded-row:hover{background:#fbfcfd!important}.assignments-table input[type=number],.assignments-table input[type=text],.assignments-table select{width:100%;min-width:0;padding:.4rem .55rem;border:1px solid #d8dde3;border-radius:6px;font-size:.85rem;color:#1f2937;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.assignments-table select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:1.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%236b7280' d='M5 7L1.5 3.5h7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .45rem center;cursor:pointer}.assignments-table input[type=number]:focus,.assignments-table input[type=text]:focus,.assignments-table select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.assignments-table input,.assignments-table select{min-width:0!important}.assignments-table .profile-select{width:100%;border:1px solid #d8dde3;border-radius:6px;padding:.4rem 1.5rem .4rem .55rem;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.assignments-table .row-number{color:#9ca3af;font-size:.8rem;font-weight:500;text-align:center}.assignments-table .remove-btn{min-width:0;width:26px;height:26px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#94a3b8;border:1px solid transparent;border-radius:6px;font-size:1rem;line-height:1;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.assignments-table .remove-btn:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.assignments-add-row{display:flex;justify-content:flex-start;margin-top:.85rem}.assignments-add-btn{padding:.5rem .9rem;background:#fff;color:#2563eb;border:1px dashed #93c5fd;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background .15s,border-color .15s,color .15s}.assignments-add-btn:hover{background:#eff6ff;border-color:#3b82f6;border-style:solid;color:#1d4ed8}.delete-button{padding:.45rem .75rem;background:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.delete-button:hover{background:#c0392b}.coverage-visualization{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.coverage-visualization h3{margin-bottom:1rem;color:#2c3e50}.coverage-bar{position:relative;height:60px;background:#ecf0f1;border-radius:4px;margin-bottom:.5rem;overflow:hidden}.coverage-segment{position:absolute;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:.85rem;border-right:2px solid white;transition:opacity .2s}.coverage-segment:hover{opacity:.8}.coverage-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .5rem}.coverage-scale{display:flex;justify-content:space-between;font-size:.85rem;color:#7f8c8d}.profile-select{padding:.5rem 2.5rem .5rem 1rem;border:2px solid #ddd;border-radius:6px;font-size:.95rem;background:#fff;color:#2c3e50;cursor:pointer;transition:all .2s;min-width:150px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c3e50' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.profile-select:hover{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.profile-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}.profile-select option{padding:.5rem;background:#fff;color:#2c3e50}.assignment-layout{display:flex;gap:2rem;margin-top:2rem;align-items:flex-start}.assignment-views{flex:1;display:flex;gap:2rem;flex-wrap:wrap}.view-container{flex:1;min-width:400px;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.view-container h3{margin-bottom:1rem;color:#2c3e50;font-size:1.1rem}.canvas-wrapper{border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#fafafa;min-height:400px}.view-info{margin-top:.75rem;padding:.5rem;background:#e7f3ff;border-radius:4px;color:#2c3e50;font-size:.9rem}.view-info span{color:#27ae60;font-weight:500}.no-profile-view{display:flex;align-items:center;justify-content:center;min-height:400px;color:#7f8c8d;font-size:1rem;text-align:center;padding:2rem}.help-text{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.empty-state{color:#7f8c8d;text-align:center;padding:2rem 1rem;font-style:italic;background:#f8f9fa;border-radius:6px}.interpolation-info{margin-top:1.5rem;padding:1rem;background:#e7f3ff;border-radius:6px;border-left:4px solid #3498db}.interpolation-info h4{margin:0 0 .75rem;color:#2c3e50;font-size:.95rem}.interpolation-info ul{margin:0;padding-left:1.25rem;color:#34495e;font-size:.9rem}.interpolation-info li{margin-bottom:.35rem}.interpolation-info li:last-child{margin-bottom:0}.profile-assignment--fullheight{overflow:hidden;padding-bottom:1rem}.profile-assignment--fullheight .assignment-header{flex:none}.profile-assignment--fullheight .assignment-layout{flex:1;min-height:0;margin-top:1.25rem;gap:1.25rem;align-items:stretch}.profile-assignment--fullheight .assignments-list{margin-bottom:0;overflow-y:auto;overflow-x:hidden;align-self:stretch;transition:min-width .2s ease,max-width .2s ease,padding .2s ease}.profile-assignment--fullheight .assignment-views{flex:1;min-width:0;height:100%;min-height:0;gap:.75rem;flex-wrap:nowrap;align-items:stretch}.profile-assignment--fullheight .view-container{display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden;padding:1rem}.assignments-list--collapsed{min-width:36px!important;max-width:36px!important;padding:.5rem 0!important;display:flex;align-items:flex-start;justify-content:center;overflow:hidden!important}.panel-collapse-btn{background:#ecf0f1;border:1px solid #cbd5e0;border-radius:5px;cursor:pointer;font-size:.85rem;color:#2c3e50;padding:.2rem .45rem;line-height:1;transition:background .15s,border-color .15s}.panel-collapse-btn:hover{background:#dfe4e7;border-color:#95a5a6}.panel-collapse-btn:focus-visible,.panel-expand-btn:focus-visible{outline:2px solid #3498db;outline-offset:2px}.panel-expand-btn{background:#fff;border:1px solid #cbd5e0;border-radius:5px;cursor:pointer;font-size:.9rem;color:#2c3e50;padding:.35rem .25rem;writing-mode:vertical-rl;transform:rotate(180deg);width:26px;line-height:1;letter-spacing:.08em;transition:background .15s,border-color .15s}.panel-expand-btn:hover{background:#ecf0f1;border-color:#95a5a6}.tunnel-viewer{display:flex;flex-direction:column;height:100%;background:#fff}.viewer-header{padding:1rem 2rem;background:#2c3e50;color:#fff;display:flex;justify-content:space-between;align-items:center}.viewer-header h2{margin:0}.viewer-controls{display:flex;align-items:center;gap:1rem}.viewer-controls label{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.viewer-controls select{padding:.35rem .5rem;border-radius:4px;border:1px solid #7f8c8d;background:#34495e;color:#fff;font-size:.85rem;cursor:pointer}.viewer-controls select:hover{background:#3d566e}.viewer-info{display:flex;gap:1.5rem;font-size:.85rem;color:#bdc3c7}.viewer-canvas{flex:1;overflow:hidden;background:#fff;display:flex}.viewer-3d{flex:1;background:#111;position:relative}.viewer-3d-header{position:absolute;top:8px;left:12px;z-index:2;color:#ecf0f1;font-size:.9rem;background:#0006;padding:4px 8px;border-radius:4px}.viewer-orbit-ball-title{position:absolute;top:44px;left:12px;z-index:2;color:#dbe5ec;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;background:#0000006b;padding:4px 8px;border-radius:999px;pointer-events:none}.viewer-legend{padding:1rem 2rem;background:#ecf0f1;border-top:1px solid #ddd;display:flex;gap:2rem}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:20px;height:20px;border-radius:4px}.viewer-pointcloud-panel{position:absolute;top:8px;right:12px;z-index:2;background:#000000b3;border-radius:6px;padding:8px 10px;min-width:180px;max-width:280px;max-height:200px;overflow-y:auto}.viewer-pointcloud-title{color:#bdc3c7;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.viewer-pointcloud-item{display:flex;align-items:center;gap:6px;color:#ecf0f1;font-size:.8rem;padding:3px 0;cursor:pointer}.viewer-pointcloud-item input[type=checkbox]{width:14px;height:14px;cursor:pointer;flex-shrink:0}.viewer-pointcloud-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer-pointcloud-count{color:#7f8c8d;font-size:.7rem;flex-shrink:0}.viewer-nav-hints{position:absolute;bottom:8px;right:8px;z-index:2;background:#000000bf;border-radius:20px;padding:6px 12px;display:flex;gap:12px;flex-wrap:wrap;font-size:.65rem;color:#bdc3c7;max-width:500px;line-height:1.3}.viewer-nav-hints span{white-space:nowrap}.viewer-nav-hints strong{color:#ecf0f1;font-weight:600}.viewer-orbit-indicator{position:absolute;top:8px;left:50%;transform:translate(-50%);z-index:2;background:#e74c3cd9;color:#fff;border-radius:20px;padding:6px 16px;font-size:.75rem;white-space:nowrap;pointer-events:none}.viewer-orbit-indicator strong{font-weight:700}.station-bar{position:relative;height:40px;background:#1a1a2e;border-top:1px solid #333;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}.station-bar-segments{position:absolute;top:0;left:0;right:0;bottom:16px;overflow:hidden}.station-bar-segment{position:absolute;top:0;bottom:0;opacity:.6;transition:opacity .15s}.station-bar-segment:hover{opacity:.85}.station-bar-handle{position:absolute;top:0;bottom:0;width:3px;transform:translate(-50%);z-index:3;pointer-events:none;left:0%}.station-bar-handle-marker{position:absolute;top:0;bottom:0;left:0;width:3px;background:#e74c3c;border-radius:1px;box-shadow:0 0 4px #e74c3c99}.station-bar-handle-marker:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #e74c3c}.station-bar-labels{position:absolute;bottom:0;left:0;right:0;height:16px;display:flex;justify-content:space-between;align-items:center;padding:0 8px;font-size:.65rem;color:#7f8c8d;pointer-events:none}.station-bar-label-current{color:#e74c3c;font-weight:600;font-size:.7rem}.profile-assignment .fixed-points-table .table-header,.profile-assignment .fixed-points-table .table-row{grid-template-columns:.3fr 1.5fr 2fr 2fr 2fr 1fr 1.5fr .5fr}.fp-duplicate-warning{margin:0 0 14px;padding:11px 14px;background:#fdf2e3;border:1px solid #f5cb83;border-left:4px solid #f39c12;border-radius:6px;color:#7e5109;font-size:13px}.fp-duplicate-warning-head{display:flex;align-items:flex-start;gap:10px;line-height:1.45}.fp-duplicate-warning-icon{font-size:17px;line-height:1.2;color:#b9770e;flex-shrink:0}.fp-duplicate-warning-head strong{color:#7e5109;display:block}.fp-duplicate-warning-sub{display:block;margin-top:3px;color:#856404;font-size:12px;line-height:1.5}.fp-duplicate-warning-list{margin:9px 0 0;padding-left:30px;list-style:disc;font-size:12.5px;line-height:1.7;color:#5d4314}.fp-duplicate-warning-list li+li{margin-top:2px}.fp-duplicate-warning-list strong{color:#b9770e}.fp-duplicate-warning-chip{display:inline-block;border:1px solid #f39c12;background:#fff;color:#b9770e;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;font-weight:600;padding:1px 7px;border-radius:3px;cursor:pointer;transition:background .12s,color .12s;margin:0 1px}.fp-duplicate-warning-chip:hover{background:#f39c12;color:#fff}.fp-warning-inline{color:#b9770e;font-weight:500}.fp-warning-inline strong{color:#b9770e}.profile-assignment .fixed-points-table .table-row.near-duplicate{background:#fdf2e3;box-shadow:inset 3px 0 #f39c12}.profile-assignment .fixed-points-table .table-row.near-duplicate:hover{background:#fbe7c3}.profile-assignment .fixed-points-table .table-row.near-duplicate.selected{background:#f8e9bd;box-shadow:inset 3px 0 #b9770e,0 0 0 1px #f39c12}.rtc360-ws{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#f5f6f8;display:flex;color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.rtc360-ws .stage{flex:1 1 0;position:relative;overflow:hidden;background:#4a5258}.rtc360-ws .stage canvas.pano-img,.rtc360-ws .stage canvas.pano-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.rtc360-ws .stage canvas.pano-img{pointer-events:none}.rtc360-ws .stage canvas.pano-img.pixelated{image-rendering:pixelated}.rtc360-ws .stage canvas.pano-overlay{cursor:crosshair;user-select:none;-webkit-user-select:none;touch-action:none}.rtc360-ws .stage canvas.pano-overlay.panning{cursor:grabbing}.rtc360-ws .stage canvas.pano-overlay.over-marker{cursor:grab}.rtc360-ws .stage canvas.pano-overlay.over-ghost{cursor:pointer}.rtc360-ws .stage canvas.pano-overlay.over-marker.panning,.rtc360-ws .stage canvas.pano-overlay.over-ghost.panning{cursor:grabbing}.rtc360-ws .stage .rtc360-empty-hint{position:absolute;left:50%;bottom:28%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 22px;border-radius:10px;background:#00000073;color:#fff;pointer-events:none;max-width:360px;text-align:center;z-index:6;box-shadow:0 8px 24px #00000040;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.rtc360-ws .stage .rtc360-empty-hint-icon{font-size:28px;line-height:1;color:#5dade2;margin-bottom:2px}.rtc360-ws .stage .rtc360-empty-hint-title{font-size:14px;font-weight:600;letter-spacing:.15px}.rtc360-ws .stage .rtc360-empty-hint-sub{font-size:12px;line-height:1.55;color:#ffffffd9}.rtc360-ws .topbar{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;gap:8px;pointer-events:none;z-index:5}.rtc360-ws .topbar>*{pointer-events:auto}.rtc360-ws .toolbar-group{display:flex;gap:1px;background:#fff;border:1px solid #ddd;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.rtc360-ws .toolbar-group button{background:#fff;border:none;padding:6px 12px;cursor:pointer;font-size:12px;color:#2c3e50;font-weight:500}.rtc360-ws .toolbar-group button:hover{background:#f5f5f5}.rtc360-ws .toolbar-group button+button{border-left:1px solid #eee}.rtc360-ws .toolbar-group button:disabled{color:#bdc3c7;cursor:not-allowed}.rtc360-ws .toolbar-group button.active{background:#d4f0e6;color:#117a65}.rtc360-ws .toolbar-group button.active:hover{background:#b7e4d3}.rtc360-ws .toolbar-group button .badge{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:0 5px;min-width:16px;height:14px;font-size:9.5px;font-weight:700;line-height:1;border-radius:7px;background:#16a085;color:#fff}.rtc360-ws .toolbar-group button:not(.active) .badge{background:#95a5a6}.rtc360-ws .topbar-info{background:#fff;border:1px solid #ddd;border-radius:6px;padding:5px 10px;font-size:11px;color:#7f8c8d;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;box-shadow:0 1px 3px #0000000f}.rtc360-ws .topbar-spacer{flex:1;pointer-events:none}.rtc360-ws .topbar-hint{font-size:11px;color:#fff;background:#0000004d;border-radius:6px;padding:5px 10px;pointer-events:none}.rtc360-ws .toast{position:absolute;left:50%;bottom:24px;transform:translate(-50%);background:#2c3e50f2;color:#fff;border-radius:6px;padding:8px 16px;font-size:13px;box-shadow:0 4px 16px #0000002e;pointer-events:none;opacity:0;transition:opacity .18s ease;z-index:10}.rtc360-ws .toast.show{opacity:1}.rtc360-ws .sidebar{flex:0 0 380px;background:#fff;border-left:1px solid #e1e4e8;display:flex;flex-direction:column;min-width:0}.rtc360-ws .sidebar header.setup-head{padding:14px 18px;border-bottom:1px solid #e1e4e8;background:#f8f9fa;position:relative}.rtc360-ws .sidebar header.setup-head h3{margin:0;font-size:14px;font-weight:600;color:#2c3e50;padding-right:36px}.rtc360-ws .sidebar header.setup-head .device{margin-top:2px;font-size:11px;color:#7f8c8d;font-family:ui-monospace,monospace}.rtc360-ws .sidebar header.setup-head .close-btn{position:absolute;top:12px;right:12px;width:28px;height:28px;background:transparent;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:16px;line-height:1;color:#7f8c8d;transition:all .15s}.rtc360-ws .sidebar header.setup-head .close-btn:hover{background:#fef0ef;color:#e74c3c;border-color:#e74c3c}.rtc360-ws .sidebar header.setup-head .setup-chips{margin-top:8px;display:flex;flex-wrap:wrap;gap:4px}.rtc360-ws .sidebar header.setup-head .setup-chips .chip{font-size:10.5px;line-height:1.4;padding:1px 7px;border-radius:10px;background:#fff;border:1px solid #d5dbdb;color:#5d6d7e;font-weight:500;white-space:nowrap}.rtc360-ws .sidebar header.setup-head .setup-chips .chip.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.rtc360-ws .sidebar .readout{padding:10px 18px 12px;border-bottom:1px solid #f0f1f3}.rtc360-ws .sidebar .readout .readout-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.rtc360-ws .sidebar .readout .readout-head h4{margin:0;font-size:10px;color:#95a5a6;text-transform:uppercase;letter-spacing:.6px;font-weight:700}.rtc360-ws .sidebar .readout .readout-toggle{background:transparent;border:1px solid transparent;color:#7f8c8d;font-size:10.5px;font-weight:600;padding:1px 6px;border-radius:3px;cursor:pointer;text-transform:uppercase;letter-spacing:.4px}.rtc360-ws .sidebar .readout .readout-toggle:hover{color:#3498db;background:#3498db14}.rtc360-ws .sidebar .readout .readout-toggle.active{color:#2980b9;background:#3498db1f;border-color:#3498db59}.rtc360-ws .sidebar .readout .readout-grid{display:grid;grid-template-columns:36px 1fr 1fr;column-gap:8px;row-gap:2px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px}.rtc360-ws .sidebar .readout .readout-col-headers{display:contents}.rtc360-ws .sidebar .readout .readout-col-headers .col-head{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.45px;color:#95a5a6;padding-bottom:2px;border-bottom:1px dashed #ecf0f1;display:flex;align-items:center;gap:4px}.rtc360-ws .sidebar .readout .readout-col-headers .col-head.live{color:#2980b9}.rtc360-ws .sidebar .readout .readout-col-headers .col-head.pick{color:#1e8449}.rtc360-ws .sidebar .readout .refined-badge{display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:50%;background:#d4edda;color:#1e8449;font-size:9px;font-weight:800;border:1px solid #27ae60}.rtc360-ws .sidebar .readout .readout-row{display:contents}.rtc360-ws .sidebar .readout .readout-row .label{color:#7f8c8d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;align-self:center}.rtc360-ws .sidebar .readout .readout-row .val{color:#2c3e50;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rtc360-ws .sidebar .readout .readout-row .val .muted{color:#bdc3c7}.rtc360-ws .sidebar .readout .readout-row.primary .val{font-size:12.5px;font-weight:600;color:#2c3e50}.rtc360-ws .sidebar .readout .readout-row.primary .val.pick,.rtc360-ws .sidebar .readout .readout-row.coord .val.pick{color:#1e8449}.rtc360-ws .sidebar .readout .readout-row.detail{font-size:10.5px;color:#7f8c8d}.rtc360-ws .sidebar .readout .readout-row.detail .label{color:#95a5a6;font-size:10.5px}.rtc360-ws .sidebar section{padding:12px 18px;border-bottom:1px solid #f0f1f3}.rtc360-ws .sidebar section h4{margin:0 0 6px;font-size:10px;color:#95a5a6;text-transform:uppercase;letter-spacing:.6px;font-weight:700;display:flex;align-items:center;justify-content:space-between}.rtc360-ws .sidebar section .row{display:flex;justify-content:space-between;gap:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.65}.rtc360-ws .sidebar section .row .label{color:#7f8c8d}.rtc360-ws .sidebar section .row .val{color:#2c3e50;text-align:right}.rtc360-ws .sidebar section .row .val.muted{color:#bdc3c7}.rtc360-ws .sidebar section .row .val.mono{font-family:ui-monospace,monospace}.rtc360-ws .targets{flex:1 1 auto;overflow:auto;padding:12px 14px 14px}.rtc360-ws .targets h4{margin:0 0 8px 4px;font-size:10px;color:#95a5a6;text-transform:uppercase;letter-spacing:.6px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.rtc360-ws .targets h4 .count-pill{background:#3498db;color:#fff;border-radius:999px;padding:1px 9px;font-size:10px;font-weight:700}.rtc360-ws .targets .empty{color:#95a5a6;font-size:12px;font-style:italic;text-align:center;padding:20px 12px}.rtc360-target{background:#fff;border:1px solid #e1e4e8;border-radius:6px;padding:8px 10px;margin-bottom:6px;cursor:pointer;transition:background .12s,border-color .12s,box-shadow .12s}.rtc360-target:hover{background:#f8f9fa;border-color:#bdc3c7}.rtc360-target.selected{background:#e3f2fd;border-color:#3498db;box-shadow:0 0 0 1px #3498db80}.rtc360-target .head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.rtc360-target .head .name{font-size:12px;font-weight:600;color:#2c3e50;display:flex;align-items:center;gap:6px}.rtc360-target .head .name .dot{width:8px;height:8px;border-radius:50%;background:#f39c12;border:1.5px solid #fff;box-shadow:0 0 0 1px #f39c12}.rtc360-target.selected .head .name .dot{background:#3498db;box-shadow:0 0 0 1px #3498db}.rtc360-target .badge{font-size:9px;font-weight:700;color:#27ae60;border:1px solid #27ae60;border-radius:3px;padding:1px 5px;background:#d4edda}.rtc360-target .head .actions{display:flex;gap:3px}.rtc360-target .head .actions button{background:transparent;border:1px solid transparent;border-radius:4px;width:22px;height:22px;cursor:pointer;font-size:12px;line-height:1;color:#7f8c8d;display:flex;align-items:center;justify-content:center}.rtc360-target .head .actions button:hover{background:#f5f5f5;border-color:#ddd}.rtc360-target .head .actions button.danger:hover{background:#fef0ef;color:#e74c3c;border-color:#e74c3c}.rtc360-target .body{font-family:ui-monospace,monospace;font-size:11px;color:#7f8c8d}.rtc360-target .body .row{display:flex;justify-content:space-between;line-height:1.5}.rtc360-target .body .row .label{color:#95a5a6}.rtc360-target .body .row .val{color:#2c3e50}.rtc360-ws .controls{padding:12px 18px;border-top:1px solid #e1e4e8;background:#fafbfc}.rtc360-ws .controls .toolbar-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.rtc360-ws .controls button.btn{background:#fff;color:#2c3e50;border:1px solid #ddd;border-radius:5px;padding:6px 12px;cursor:pointer;font-size:12px;font-weight:500;transition:background .12s}.rtc360-ws .controls button.btn:hover{background:#f5f5f5}.rtc360-ws .controls button.btn.primary{background:#3498db;color:#fff;border-color:#3498db}.rtc360-ws .controls button.btn.primary:hover{background:#2980b9;border-color:#2980b9}.rtc360-ws .controls button.btn.danger{color:#e74c3c}.rtc360-ws .controls button.btn.danger:hover{background:#fef0ef;border-color:#e74c3c}.rtc360-ws .controls button.btn:disabled{background:#ecf0f1;color:#bdc3c7;border-color:#ecf0f1;cursor:not-allowed}.rtc360-ws .controls label.opt{display:flex;align-items:center;gap:7px;font-size:12px;color:#2c3e50;margin-bottom:4px;cursor:pointer}.rtc360-ws .controls label.opt input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#3498db}.rtc360-ws .controls label.opt-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#2c3e50;margin-bottom:4px}.rtc360-ws .controls input[type=number],.rtc360-ws .controls select{background:#fff;color:#2c3e50;border:1px solid #ddd;border-radius:4px;padding:3px 6px;font-size:12px;font-family:ui-monospace,monospace}.rtc360-ws .controls input[type=number]{width:60px}.rtc360-ws .georef-panel{padding:12px 18px 14px;border-top:1px solid #e1e4e8;border-bottom:1px solid #e1e4e8;background:#fafbfc}.rtc360-ws .georef-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.rtc360-ws .georef-head h4{margin:0;font-size:10px;font-weight:700;color:#95a5a6;text-transform:uppercase;letter-spacing:.6px}.rtc360-ws .georef-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:3px;border:1px solid;text-transform:uppercase;letter-spacing:.4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.rtc360-ws .georef-badge.idle{color:#95a5a6;border-color:#d5dbdb;background:#ecf0f1}.rtc360-ws .georef-badge.searching{color:#2980b9;border-color:#3498db;background:#eaf4fb}.rtc360-ws .georef-badge.unique{color:#1e8449;border-color:#27ae60;background:#d5f5e3}.rtc360-ws .georef-badge.ambiguous{color:#b9770e;border-color:#f39c12;background:#fdf2e3}.rtc360-ws .georef-badge.no-solution,.rtc360-ws .georef-badge.poor-fit{color:#b03a2e;border-color:#e74c3c;background:#fdedec}.rtc360-ws .georef-status-line{font-size:11.5px;line-height:1.55;color:#5d6d7e;margin-bottom:8px}.rtc360-ws .georef-status-line strong{color:#2c3e50}.rtc360-ws .georef-stats{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;border-top:1px dashed #e1e4e8;padding-top:6px;margin-top:4px}.rtc360-ws .georef-stats .row{display:flex;justify-content:space-between;line-height:1.6}.rtc360-ws .georef-stats .row .label{color:#95a5a6}.rtc360-ws .georef-stats .row .val{color:#2c3e50}.rtc360-ws .georef-stats .row .val.good{color:#1e8449}.rtc360-ws .georef-stats .row .val.warn{color:#b9770e}.rtc360-ws .georef-stats .row .val.bad{color:#b03a2e}.rtc360-ws .georef-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.rtc360-target.selected{border-color:#3498db;box-shadow:0 0 0 1px #3498db8c,0 4px 10px #3498db2e}.rtc360-ws .georef-tabs{display:flex;gap:6px;margin:4px 0 8px}.rtc360-ws .georef-tabs button{flex:1;padding:5px 10px;font-size:11.5px;font-weight:600;border:1px solid #d5dbdb;background:#fff;color:#5d6d7e;border-radius:5px;cursor:pointer;transition:all .12s;display:inline-flex;align-items:center;justify-content:center;gap:6px}.rtc360-ws .georef-tabs button:hover{background:#f5f7fa;color:#2c3e50}.rtc360-ws .georef-tabs button.active{background:#3498db;border-color:#3498db;color:#fff}.rtc360-ws .georef-tabs .advice-pill{background:#ffffff40;color:inherit;border-radius:999px;padding:1px 6px;font-size:9px;font-weight:800;min-width:12px;text-align:center}.rtc360-ws .georef-tabs button:not(.active) .advice-pill{background:#fdf2e3;color:#b9770e;border:1px solid #f39c12}.rtc360-ws .georef-stats .sigma{color:#95a5a6;font-size:10.5px;font-weight:500;margin-left:4px}.rtc360-ws .georef-advanced{max-height:55vh;overflow-y:auto;overflow-x:hidden;padding-right:2px;margin-bottom:8px;scroll-padding-block:8px}.rtc360-ws .georef-advanced.empty{font-size:12px;color:#95a5a6;font-style:italic;padding:16px 4px;text-align:center}.rtc360-ws .georef-card{margin-bottom:8px;padding:8px 10px;background:#fff;border:1px solid #ecf0f1;border-radius:6px}.rtc360-ws .georef-card:last-child{margin-bottom:0}.rtc360-ws .georef-card h5{margin:0 0 6px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#95a5a6;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.rtc360-ws .georef-card h5 .muted{font-size:9.5px;font-weight:500;letter-spacing:0;text-transform:none;color:#bdc3c7}.rtc360-ws .georef-card .kv{display:flex;flex-direction:column;gap:2px}.rtc360-ws .georef-card .kv .row{display:flex;justify-content:space-between;align-items:baseline;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;line-height:1.5}.rtc360-ws .georef-card .kv .row.total{margin-top:4px;padding-top:4px;border-top:1px dashed #ecf0f1}.rtc360-ws .georef-card .kv .row .k{color:#7f8c8d}.rtc360-ws .georef-card .kv .row .v{color:#2c3e50;text-align:right}.rtc360-ws .georef-card .kv .row .v.good{color:#1e8449}.rtc360-ws .georef-card .kv .row .v.warn{color:#b9770e}.rtc360-ws .georef-card .kv .row .v.bad{color:#b03a2e}.rtc360-ws .georef-card .kv .row .v .muted{color:#bdc3c7}.rtc360-ws .residual-map-wrap{display:flex;flex-direction:column;align-items:stretch;gap:4px}.rtc360-ws svg.residual-map{width:100%;height:220px;background:#fbfcfd;border-radius:4px}.rtc360-ws svg.residual-map circle.tol-good{fill:#27ae600f;stroke:#d4edda;stroke-dasharray:2 2;stroke-width:.7}.rtc360-ws svg.residual-map circle.tol-warn{fill:#f39c120d;stroke:#f8d7a3;stroke-dasharray:2 2;stroke-width:.7}.rtc360-ws svg.residual-map circle.tol-bad{fill:none;stroke:#f5b7b1;stroke-dasharray:2 2;stroke-width:.7}.rtc360-ws svg.residual-map line.axis{stroke:#d5dbdb;stroke-width:.6}.rtc360-ws svg.residual-map text.axis-label{fill:#95a5a6;font-family:ui-monospace,monospace;font-size:8px}.rtc360-ws svg.residual-map text.axis-label.end{text-anchor:end}.rtc360-ws svg.residual-map text.axis-label.start{text-anchor:start}.rtc360-ws svg.residual-map text.axis-label.vstart{text-anchor:start;dominant-baseline:hanging}.rtc360-ws svg.residual-map text.axis-label.vend{text-anchor:start;dominant-baseline:ideographic}.rtc360-ws svg.residual-map text.ring-label{fill:#bdc3c7;font-family:ui-monospace,monospace;font-size:7px}.rtc360-ws svg.residual-map g.pt{cursor:pointer}.rtc360-ws svg.residual-map g.pt text.pt-label{fill:#34495e;font-family:ui-monospace,monospace;font-size:8px;font-weight:600;pointer-events:none}.rtc360-ws svg.residual-map g.pt:hover circle:not(.halo){stroke:#3498db;stroke-width:1.8}.rtc360-ws svg.residual-map g.pt.selected circle.halo{fill:#3498db40;stroke:#3498db;stroke-width:1.4;animation:rtc360-pt-pulse .9s ease-in-out infinite}@keyframes rtc360-pt-pulse{0%{r:9;opacity:.9}to{r:16;opacity:0}}.rtc360-ws .residual-map-legend{display:flex;flex-wrap:wrap;gap:10px;font-size:10px;color:#7f8c8d;font-family:ui-monospace,monospace;padding:0 4px}.rtc360-ws .residual-map-legend .sw{display:inline-block;width:9px;height:9px;border-radius:2px;margin-right:4px;vertical-align:-1px;border:1px solid rgba(0,0,0,.1)}.rtc360-ws .target-stats-wrap{overflow-x:auto;margin:0 -10px;padding:0 10px}.rtc360-ws table.target-stats-table{width:100%;border-collapse:collapse;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.rtc360-ws table.target-stats-table th,.rtc360-ws table.target-stats-table td{padding:3px 4px;text-align:right;border-bottom:1px solid #f4f6f7}.rtc360-ws table.target-stats-table th{color:#95a5a6;font-weight:600;font-size:9.5px;text-transform:uppercase;letter-spacing:.4px;border-bottom-color:#ecf0f1;cursor:help;-webkit-user-select:none;user-select:none}.rtc360-ws table.target-stats-table td.name{text-align:left;color:#2c3e50}.rtc360-ws table.target-stats-table td.num{color:#2c3e50}.rtc360-ws table.target-stats-table td.num.good{color:#1e8449}.rtc360-ws table.target-stats-table td.num.warn{color:#b9770e;font-weight:600}.rtc360-ws table.target-stats-table td.num.bad{color:#b03a2e;font-weight:700}.rtc360-ws table.target-stats-table tbody tr{cursor:pointer}.rtc360-ws table.target-stats-table tbody tr:hover{background:#f8fbfe}.rtc360-ws table.target-stats-table tbody tr.selected{background:#e3f2fd;outline:1px solid #3498db}.rtc360-ws .scale-rows .row{display:grid;grid-template-columns:1fr auto auto;gap:6px;align-items:baseline;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;padding:2px 0;border-bottom:1px dashed #f4f6f7}.rtc360-ws .scale-rows .row:last-child{border-bottom:0}.rtc360-ws .scale-rows .row .pair{color:#34495e}.rtc360-ws .scale-rows .row .dist{color:#7f8c8d}.rtc360-ws .scale-rows .row .dev.good{color:#1e8449}.rtc360-ws .scale-rows .row .dev.warn{color:#b9770e;font-weight:600}.rtc360-ws .scale-rows .row .dev.bad{color:#b03a2e;font-weight:700}.rtc360-ws ul.georef-advice{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.rtc360-ws ul.georef-advice li{font-size:11.5px;line-height:1.5;padding:5px 8px;border-left:3px solid #bdc3c7;border-radius:0 4px 4px 0;background:#f8f9fa;color:#34495e}.rtc360-ws ul.georef-advice li.info{border-left-color:#3498db;background:#eaf4fb;color:#1f618d}.rtc360-ws ul.georef-advice li.warn{border-left-color:#f39c12;background:#fdf2e3;color:#7e5109}.rtc360-ws ul.georef-advice li.error{border-left-color:#e74c3c;background:#fdedec;color:#922b21;font-weight:600}.rtc360-target .match-chip{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;padding:1px 6px;border-radius:3px;border:1px solid;font-family:ui-monospace,monospace;margin-left:6px}.rtc360-target .match-chip.good{color:#1e8449;border-color:#27ae60;background:#d5f5e3}.rtc360-target .match-chip.warn{color:#b9770e;border-color:#f39c12;background:#fdf2e3}.rtc360-target .match-chip.bad{color:#b03a2e;border-color:#e74c3c;background:#fdedec}.rtc360-target .match-chip.none{color:#7f8c8d;border-color:#d5dbdb;background:#ecf0f1}.georef-solution-list{display:flex;flex-direction:column;gap:8px;margin:12px 0 0;max-height:60vh;overflow:auto}.georef-solution-card{border:1px solid #ddd;border-radius:6px;padding:10px 12px;background:#fff;cursor:pointer;transition:all .12s}.georef-solution-card:hover{border-color:#3498db;background:#f8fbfe}.georef-solution-card.selected{border-color:#3498db;background:#e3f2fd;box-shadow:0 0 0 1px #3498db80}.georef-solution-card .head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.georef-solution-card .head .title{font-size:12px;font-weight:600;color:#2c3e50}.georef-solution-card .head .summary{font-size:11px;font-family:ui-monospace,monospace;color:#7f8c8d}.georef-solution-card .matches-list{font-size:11px;font-family:ui-monospace,monospace;color:#5d6d7e;line-height:1.6}.georef-solution-card .matches-list .outlier{color:#b03a2e}.rtc360-setup-list{display:flex;flex-direction:column;gap:6px;margin:12px 0 0;max-height:50vh;overflow:auto}.rtc360-setup-card{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:all .12s}.rtc360-setup-card:hover{background:#f8f9fa;border-color:#3498db;transform:translateY(-1px);box-shadow:0 2px 6px #3498db1f}.rtc360-setup-card.disabled{opacity:.55;cursor:not-allowed}.rtc360-setup-card.disabled:hover{background:#fff;border-color:#ddd;transform:none;box-shadow:none}.rtc360-setup-card .label{flex:1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;color:#2c3e50}.rtc360-setup-card .files{display:flex;gap:4px}.rtc360-setup-card .chip{font-size:10px;padding:2px 6px;border-radius:3px;font-weight:600;border:1px solid}.rtc360-setup-card .chip.ok{color:#27ae60;border-color:#27ae60;background:#d4edda}.rtc360-setup-card .chip.miss{color:#e74c3c;border-color:#e74c3c;background:#fef0ef}.rtc360-setup-card.server{align-items:center}.rtc360-setup-card.server .setup-main{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.rtc360-setup-card.server .setup-main .label{flex:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;color:#2c3e50}.rtc360-setup-card.server .setup-main .sub{font-size:11px;color:#7f8c8d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rtc360-setup-card.server .setup-main .meta{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.rtc360-setup-card.server .meta-chip{font-size:10px;font-weight:600;padding:1px 6px;border-radius:3px;border:1px solid #d5dbdb;background:#f4f6f7;color:#5d6d7e;font-family:ui-monospace,monospace}.rtc360-setup-card.server .go{flex-shrink:0;font-size:12px;font-weight:600;color:#8e44ad}.rtc360-setup-card.server:hover{border-color:#8e44ad;box-shadow:0 2px 6px #8e44ad24}.rtc360-setup-card.imported{background:#f6fbf8;border-color:#d4edda}.rtc360-setup-card.imported:hover{background:#ecf7f0;border-color:#27ae60;box-shadow:0 2px 6px #27ae601f;transform:none}.rtc360-setup-card.imported .label,.rtc360-setup-card.imported .setup-main .label,.rtc360-setup-card.imported .setup-main .sub{color:#6b7c75}.rtc360-setup-card.imported .go{color:#27ae60}.imported-chip{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:#1e8449;background:#d4edda;border:1px solid #27ae60;border-radius:3px;padding:1px 6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-left:8px}.rtc360-setup-card.just-imported{animation:rtc360-just-imported 1.6s ease-out 1}@keyframes rtc360-just-imported{0%{box-shadow:0 0 0 2px #27ae608c,0 0 0 8px #27ae602e}60%{box-shadow:0 0 0 1px #27ae6066,0 0 0 14px #27ae6000}to{box-shadow:0 0 #27ae6000}}.rtc360-progress-tracker{margin:4px 0 14px}.rtc360-progress-tracker-bar{height:6px;border-radius:3px;background:#ecf0f1;overflow:hidden}.rtc360-progress-tracker-fill{height:100%;background:linear-gradient(90deg,#27ae60,#2ecc71);transition:width .28s ease}.rtc360-progress-tracker-label{margin-top:5px;font-size:11.5px;color:#7f8c8d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.rtc360-progress-tracker-label span{color:#b9770e;font-weight:600}.rtc360-ws .georef-fp-warning{margin:8px 0 6px;padding:8px 10px;border:1px solid #f5cb83;border-left:4px solid #f39c12;border-radius:5px;background:#fdf2e3;color:#7e5109;font-size:11.5px;line-height:1.5}.rtc360-ws .georef-fp-warning-head{display:flex;gap:6px;align-items:baseline}.rtc360-ws .georef-fp-warning-head .icon{color:#b9770e;font-size:13px;line-height:1}.rtc360-ws .georef-fp-warning-head strong{color:#7e5109;font-size:11.5px}.rtc360-ws .georef-fp-warning-sub{margin-top:2px;color:#856404;font-size:11px}.rtc360-ws .georef-fp-warning-list{margin:6px 0 0;padding-left:18px;list-style:disc;font-size:11px}.rtc360-ws .georef-fp-warning-list li+li{margin-top:2px}.rtc360-ws .georef-fp-chip{display:inline-block;background:#fff;border:1px solid #f39c12;color:#b9770e;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px;font-weight:600;padding:0 5px;border-radius:3px;margin:0 1px}.rtc360-ws .georef-fp-warning-list .dist{color:#b9770e;font-family:ui-monospace,monospace;font-size:10.5px;white-space:nowrap}.georef-accept-error{margin-top:10px;padding:10px 12px;border:1px solid #f5b7b1;background:#fdedec;border-left:4px solid #e74c3c;border-radius:5px;color:#922b21;font-size:12px;line-height:1.55}.georef-accept-error-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.georef-accept-error-head strong{color:#922b21}.georef-accept-error-head .dismiss{flex-shrink:0;width:20px;height:20px;border-radius:4px;border:1px solid transparent;background:transparent;color:#b03a2e;font-size:14px;line-height:1;cursor:pointer}.georef-accept-error-head .dismiss:hover{background:#e74c3c1f;border-color:#e74c3c73}.georef-accept-error-body{margin-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;color:#7e2218;white-space:pre-wrap;word-break:break-word}.rtc360-progress{margin-top:6px}.rtc360-progress .stage-label{margin-bottom:8px;font-size:13px;color:#2c3e50}.rtc360-progress .stage-detail{margin:-4px 0 8px;font-size:11px;color:#7f8c8d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.rtc360-progress .bar{height:6px;border-radius:3px;background:#ecf0f1;overflow:hidden}.rtc360-progress .bar-fill{height:100%;background:#3498db;transition:width .18s linear}.rtc360-progress .bar.indeterminate .bar-fill{width:35%;transition:none;animation:rtc360-bar-slide 1.1s ease-in-out infinite}@keyframes rtc360-bar-slide{0%{margin-left:-35%}to{margin-left:100%}}.rtc360-progress .pct{margin-top:6px;font-size:11px;color:#7f8c8d;text-align:right;font-family:ui-monospace,monospace}.rtc360-progress-note{margin:12px 0 0;font-size:11.5px;line-height:1.55;color:#7f8c8d}.rtc360-server-error{margin:0;font-size:13px;line-height:1.55;color:#34495e;white-space:pre-wrap;word-break:break-word}.rtc360-server-error-hint{margin:10px 0 0;font-size:12px;line-height:1.55;color:#7f8c8d;padding:8px 10px;background:#f8f9fa;border:1px solid #ecf0f1;border-radius:6px}.rtc360-ws .toolbar-group.autodetect{border-color:#d6c0e1}.rtc360-ws .toolbar-group.autodetect button{color:#6c3483;font-weight:600}.rtc360-ws .toolbar-group.autodetect button:hover:not(:disabled){background:#f5eef8}.rtc360-ws .toolbar-group.autodetect button.busy{background:#f5eef8;cursor:progress}.rtc360-ws .toolbar-group.autodetect button:disabled{color:#bdc3c7}.rtc360-ws .rtc360-candidates-panel{padding:10px 18px 12px;border-top:1px solid #e1e4e8;background:#fbf8fd}.rtc360-ws .rtc360-candidates-panel .candidates-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.rtc360-ws .rtc360-candidates-panel .candidates-head h4{margin:0;font-size:10px;font-weight:700;color:#95a5a6;text-transform:uppercase;letter-spacing:.6px}.rtc360-ws .rtc360-candidates-panel .candidates-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:3px;border:1px solid;text-transform:uppercase;letter-spacing:.4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.rtc360-ws .rtc360-candidates-panel .candidates-badge.idle{color:#95a5a6;border-color:#d5dbdb;background:#ecf0f1}.rtc360-ws .rtc360-candidates-panel .candidates-badge.running{color:#6c3483;border-color:#9b59b6;background:#f5eef8}.rtc360-ws .rtc360-candidates-panel .candidates-badge.ready{color:#6c3483;border-color:#9b59b6;background:#ebd9f4}.rtc360-ws .rtc360-candidates-panel .candidates-badge.error{color:#b03a2e;border-color:#e74c3c;background:#fdedec}.rtc360-ws .rtc360-candidates-panel .candidates-actions{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.rtc360-ws .rtc360-candidates-panel .candidates-actions .btn{background:#fff;color:#2c3e50;border:1px solid #ddd;border-radius:5px;padding:5px 10px;cursor:pointer;font-size:12px;font-weight:500}.rtc360-ws .rtc360-candidates-panel .candidates-actions .btn:hover:not(:disabled){background:#f5f5f5}.rtc360-ws .rtc360-candidates-panel .candidates-actions .btn.primary{background:#9b59b6;color:#fff;border-color:#9b59b6}.rtc360-ws .rtc360-candidates-panel .candidates-actions .btn.primary:hover:not(:disabled){background:#8e44ad;border-color:#8e44ad}.rtc360-ws .rtc360-candidates-panel .candidates-actions .btn:disabled{background:#ecf0f1;color:#bdc3c7;border-color:#ecf0f1;cursor:not-allowed}.rtc360-ws .rtc360-candidates-panel .candidates-empty{font-size:12px;color:#7f8c8d;line-height:1.5;padding:6px 8px}.rtc360-ws .rtc360-candidates-panel .candidates-error{font-size:12px;color:#b03a2e;line-height:1.45;padding:6px 8px;background:#fdedec;border:1px solid #f5b7b1;border-radius:5px;margin-bottom:8px}.rtc360-ws .rtc360-candidates-panel .candidates-list{display:flex;flex-direction:column;gap:4px;max-height:220px;overflow-y:auto;padding-right:2px}.rtc360-ws .rtc360-candidates-panel .candidate-row{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fff;border:1px solid #e8d5f0;border-left:3px solid #9b59b6;border-radius:4px;padding:5px 8px;font-size:11.5px}.rtc360-ws .rtc360-candidates-panel .candidate-row.good{border-left-color:#27ae60}.rtc360-ws .rtc360-candidates-panel .candidate-row.warn{border-left-color:#f39c12}.rtc360-ws .rtc360-candidates-panel .candidate-row.low{border-left-color:#95a5a6}.rtc360-ws .rtc360-candidates-panel .candidate-row.band-high{border-left-color:#27ae60}.rtc360-ws .rtc360-candidates-panel .candidate-row.band-medium{border-left-color:#3498db}.rtc360-ws .rtc360-candidates-panel .candidate-row.band-low{border-left-color:#f39c12}.rtc360-ws .rtc360-candidates-panel .candidate-row.band-uncertain{border-left-color:#e74c3c}.rtc360-ws .rtc360-candidates-panel .candidate-band-chip{display:inline-block;padding:2px 7px;border-radius:9px;font-size:10px;font-weight:700;border:1px solid transparent;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.rtc360-ws .rtc360-candidates-panel .candidates-legend{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:6px}.rtc360-ws .rtc360-candidates-panel .candidates-legend-pill{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:11px;border:1px solid;letter-spacing:.3px;font-family:inherit;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease,transform .08s ease;outline:none}.rtc360-ws .rtc360-candidates-panel .candidates-legend-pill:hover{transform:translateY(-1px)}.rtc360-ws .rtc360-candidates-panel .candidates-legend-pill:focus-visible{box-shadow:0 0 0 2px #3498db66}.rtc360-ws .rtc360-candidates-panel .candidates-legend-pill.disabled{opacity:.65}.rtc360-ws .rtc360-candidates-panel .candidates-legend-pill.disabled:hover{opacity:1}.rtc360-ws .rtc360-candidates-panel .legend-pill-dot{display:inline-block;width:7px;height:7px;border-radius:50%;border:1.5px solid;flex-shrink:0}.rtc360-ws .rtc360-candidates-panel .candidate-main{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.rtc360-ws .rtc360-candidates-panel .candidate-idx{color:#7f8c8d;font-weight:600;min-width:28px}.rtc360-ws .rtc360-candidates-panel .candidate-score{color:#6c3483;font-weight:700;min-width:36px}.rtc360-ws .rtc360-candidates-panel .candidate-coords,.rtc360-ws .rtc360-candidates-panel .candidate-range{color:#2c3e50;font-size:11px}.rtc360-ws .rtc360-candidates-panel .candidate-range{color:#7f8c8d}.rtc360-ws .rtc360-candidates-panel .candidate-actions{display:flex;gap:4px}.rtc360-ws .rtc360-candidates-panel .candidate-actions .btn.small{padding:3px 8px;font-size:11px}.rtc360-ws .rtc360-candidates-panel .candidate-actions .btn.small.primary{background:#9b59b6;color:#fff;border-color:#9b59b6}.rtc360-ws .rtc360-candidates-panel .candidate-actions .btn.small.primary:hover{background:#8e44ad}.rtc360-ws .rtc360-candidates-panel .candidate-actions .btn.small.danger{color:#c0392b;padding:3px 7px}.rtc360-ws .rtc360-candidates-panel .candidate-actions .btn.small.danger:hover{background:#fdedec;border-color:#e74c3c}.rtc360-ws .rtc360-candidates-panel .candidates-stats{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px;font-size:10.5px;color:#95a5a6;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.profile-assignment .pointclouds-table .table-header,.profile-assignment .pointclouds-table .table-row{grid-template-columns:.5fr 2.5fr 1fr 1fr .5fr .6fr .9fr .5fr}.pointcloud-editor-root{display:flex;flex-direction:column;height:100%}.pointcloud-editor-root.is-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#1a1a2e;padding:.75rem 1rem 1rem;height:100vh}.pointcloud-editor-root.is-fullscreen h3{color:#ecf0f1}.pointcloud-editor-root.is-fullscreen .pointcloud-editor-toolbar{border-radius:8px}.pointcloud-editor-container{position:relative;flex:1;min-height:400px;background:#1a1a2e;border-radius:8px;overflow:hidden}.pointcloud-editor-container canvas{display:block}.pointcloud-editor-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.pointcloud-editor-overlay.selecting{pointer-events:auto;cursor:crosshair}.pointcloud-editor-toolbar{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8f9fa;border-radius:0 0 8px 8px;font-size:.8rem}.pointcloud-editor-toolbar button{font-size:.75rem;padding:.3rem .6rem;white-space:nowrap}.pointcloud-editor-nav-hints{position:absolute;bottom:8px;right:8px;z-index:2;background:#000000bf;border-radius:20px;padding:6px 12px;display:flex;gap:12px;flex-wrap:wrap;font-size:.65rem;color:#bdc3c7;max-width:520px;line-height:1.3;pointer-events:none}.pointcloud-editor-nav-hints span{white-space:nowrap}.pointcloud-editor-nav-hints strong{color:#ecf0f1;font-weight:600}.colormap-summary-bar{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .7rem;background:#fff;border:1px solid #d5dce3;border-radius:6px;cursor:pointer;font-size:.8rem;color:#2c3e50;transition:border-color .12s,box-shadow .12s}.colormap-summary-bar:hover{border-color:#3498db;box-shadow:0 0 0 2px #3498db26}.colormap-summary-bar .name{font-weight:500;white-space:nowrap}.colormap-summary-bar .mini-gradient{flex:1;height:12px;border-radius:3px;border:1px solid #d5dce3;min-width:60px}.colormap-summary-bar .range{font-family:monospace;font-size:.75rem;color:#7f8c8d;white-space:nowrap}.colormap-summary-bar .chevron{color:#95a5a6;font-size:.75rem}.colormap-popover{position:absolute;background:#fff;border:1px solid #e0e6ed;border-radius:10px;box-shadow:0 8px 28px #0000002e;z-index:1100;width:640px;max-width:calc(100vw - 16px);font-size:.85rem;color:#2c3e50;display:flex;flex-direction:column}.cmp-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .85rem;border-bottom:1px solid #eef1f5}.cmp-title{font-weight:600;font-size:.9rem}.cmp-close{background:transparent;border:none;font-size:1.2rem;line-height:1;cursor:pointer;color:#95a5a6;padding:0 .25rem}.cmp-close:hover{color:#2c3e50}.cmp-body{display:grid;grid-template-columns:1fr 1.2fr;gap:0;min-height:320px}@media (max-width: 620px){.cmp-body{grid-template-columns:1fr}}.cmp-library{padding:.5rem;border-right:1px solid #eef1f5;display:flex;flex-direction:column;gap:.25rem;max-height:380px;overflow-y:auto}@media (max-width: 620px){.cmp-library{border-right:none;border-bottom:1px solid #eef1f5}}.cmp-row{position:relative;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:.45rem;padding:.35rem .45rem;border-radius:6px;cursor:pointer;border:1px solid transparent}.cmp-row:hover{background:#f4f7fa}.cmp-row.editing{border-color:#3498db;background:#eaf4fc}.cmp-row.active .cmp-row-name{font-weight:600}.cmp-row-preview{height:18px;border-radius:3px;border:1px solid #d5dce3}.cmp-row-name{display:flex;align-items:center;gap:.4rem;min-width:0;font-size:.8rem}.cmp-row-name .cmp-row-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.cmp-row-badge{font-size:.72rem;color:#95a5a6;flex:none}.cmp-row-actions{display:flex;gap:.15rem;opacity:.5;transition:opacity .12s}.cmp-row:hover .cmp-row-actions,.cmp-row.editing .cmp-row-actions{opacity:1}.cmp-row-btn{background:transparent;border:1px solid transparent;width:22px;height:22px;border-radius:4px;cursor:pointer;font-size:.8rem;color:#7f8c8d;display:flex;align-items:center;justify-content:center;padding:0}.cmp-row-btn:hover:not(:disabled){background:#fff;border-color:#bdc3c7;color:#2c3e50}.cmp-row-btn:disabled{cursor:not-allowed;opacity:.35}.cmp-row-btn-danger:hover:not(:disabled){color:#c0392b;border-color:#e8b0ac}.cmp-row-active-dot{position:absolute;top:8px;right:6px;width:6px;height:6px;border-radius:50%;background:#27ae60;box-shadow:0 0 0 2px #fff}.cmp-row:hover .cmp-row-active-dot,.cmp-row.editing .cmp-row-active-dot{display:none}.cmp-new-btn{margin-top:.35rem;padding:.4rem .6rem;background:#ecf0f1;border:1px dashed #bdc3c7;color:#2c3e50;border-radius:6px;cursor:pointer;font-size:.8rem}.cmp-new-btn:hover{background:#dfe4e7;border-color:#95a5a6}.cmp-editor{padding:.7rem .85rem;display:flex;flex-direction:column;gap:.5rem}.cmp-editor-row{display:flex;align-items:center;gap:.5rem}.cmp-editor-label{font-size:.75rem;color:#7f8c8d;min-width:45px}.cmp-editor-input{flex:1;padding:.3rem .5rem;border:1px solid #d5dce3;border-radius:5px;font-size:.85rem}.cmp-editor-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db2e}.cmp-stops-header{font-size:.72rem;color:#7f8c8d;text-transform:uppercase;letter-spacing:.04em;margin-top:.25rem}.cmp-stops{display:flex;flex-direction:column;gap:.3rem;max-height:220px;overflow-y:auto;padding-right:2px}.cmp-stop{display:grid;grid-template-columns:90px 34px 1fr 26px;align-items:center;gap:.4rem}.cmp-stop-value{padding:.25rem .35rem;border:1px solid #d5dce3;border-radius:4px;font-family:monospace;font-size:.8rem;width:100%}.cmp-stop-value:focus{outline:none;border-color:#3498db}.cmp-stop-color{width:34px;height:24px;padding:0;border:1px solid #d5dce3;border-radius:4px;cursor:pointer;background:transparent}.cmp-stop-hex{font-family:monospace;font-size:.75rem;color:#7f8c8d}.cmp-stop-remove{background:transparent;border:1px solid transparent;color:#95a5a6;width:24px;height:24px;border-radius:4px;cursor:pointer;padding:0;font-size:.95rem}.cmp-stop-remove:hover:not(:disabled){color:#c0392b;border-color:#e8b0ac;background:#fff}.cmp-stop-remove:disabled{cursor:not-allowed;opacity:.3}.cmp-stop-add{margin-top:.2rem;padding:.3rem .5rem;background:#ecf0f1;border:1px dashed #bdc3c7;color:#2c3e50;border-radius:5px;cursor:pointer;font-size:.75rem}.cmp-stop-add:hover{background:#dfe4e7}.cmp-preview-label{margin-top:.25rem;font-size:.72rem;color:#7f8c8d;text-transform:uppercase;letter-spacing:.04em}.cmp-preview-bar{height:14px;border-radius:4px;border:1px solid #d5dce3}.cmp-preview-scale{display:flex;justify-content:space-between;font-size:.7rem;color:#7f8c8d;font-family:monospace}.cmp-footer{padding:.55rem .85rem;border-top:1px solid #eef1f5;display:flex;justify-content:flex-end}.cmp-done{padding:.4rem .9rem;background:#27ae60;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:.85rem;font-weight:500}.cmp-done:hover{background:#229954}.lta-run-btn{padding:.7rem 1.3rem;font-size:.95rem;font-weight:600;background:#2980b9;color:#fff;border:none;border-radius:6px;white-space:nowrap;cursor:pointer;box-shadow:0 2px 6px #2980b940;transition:background .12s,opacity .12s}.lta-run-btn:hover:not(:disabled){background:#2471a3}.lta-run-btn:disabled{opacity:.55;cursor:not-allowed}.lta-run-btn.is-processing{background:#7f8c8d;cursor:pointer}.lta-upper-toggle{padding:.55rem .85rem;font-size:.82rem;font-weight:500;background:#fff;color:#2c3e50;border:1px solid #d0d4d9;border-radius:6px;cursor:pointer;white-space:nowrap}.lta-upper-toggle:hover{background:#eef6ff;border-color:#2980b9;color:#2980b9}.lta-pairing-label{position:relative;display:inline-flex;align-items:center;gap:4px}.lta-info-btn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background:transparent;color:#4a90d9;font-size:.95rem;line-height:1;cursor:pointer;border-radius:50%;transition:background .12s}.lta-info-btn:hover,.lta-info-btn[aria-expanded=true]{background:#4a90d926}.lta-pairing-help{position:absolute;top:calc(100% + 6px);left:0;z-index:30;width:320px;background:#fff;border:1px solid #d0d4d9;border-radius:8px;padding:.65rem .75rem .55rem;box-shadow:0 6px 20px #00000026;font-size:.78rem;line-height:1.4;color:#2c3e50}.lta-pairing-help:before{content:"";position:absolute;top:-6px;left:14px;width:10px;height:10px;background:#fff;border-left:1px solid #d0d4d9;border-top:1px solid #d0d4d9;transform:rotate(45deg)}.lta-pairing-help-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem;padding-bottom:.3rem;border-bottom:1px solid #e1e5ea}.lta-pairing-help-header strong{font-size:.85rem;color:#2c3e50}.lta-pairing-help-close{width:22px;height:22px;border:none;background:transparent;color:#7f8c8d;font-size:1.1rem;line-height:1;cursor:pointer;border-radius:4px;padding:0}.lta-pairing-help-close:hover{background:#f0f2f5;color:#2c3e50}.lta-pairing-help p{margin:0 0 .5rem}.lta-pairing-help p:last-child{margin-bottom:0}.lta-pairing-help code{font-size:.75rem;background:#f0f2f5;padding:0 3px;border-radius:2px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.lta-pairing-help-tip{color:#6c7a89;font-size:.74rem;font-style:italic}.lta-stale-banner{margin-top:.5rem;padding:.6rem .8rem;background:#fff3cd;border:1px solid #ffc107;border-radius:6px;color:#7a5d00;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.lta-coverage{display:flex;flex-direction:column;gap:.4rem}.lta-coverage-bar{position:relative;height:28px;background:#1c1f25;border:1px solid #2c3441;border-radius:4px;overflow:hidden}.lta-coverage-track{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,#20242c,#20242c 6px,#232831 6px,#232831 12px)}.lta-coverage-range{position:absolute;top:0;bottom:0;background:#49d17d0d;border-left:1px solid rgba(255,255,255,.4);border-right:1px solid rgba(255,255,255,.4)}.lta-coverage-extent{position:absolute;height:7px;top:4px;border-radius:2px}.lta-coverage-extent.lta-coverage-a{background:#ff5b57}.lta-coverage-extent.lta-coverage-b{top:auto;bottom:4px;background:#49d17d}.lta-coverage-overlap{position:absolute;top:12px;height:4px;background:linear-gradient(to bottom,#f5f7fa,#c7cfd9);border-radius:1px;box-shadow:0 0 6px #ffffff73}.lta-coverage-label{position:absolute;top:6px;font-size:.7rem;color:#cfd5de;pointer-events:none;font-variant-numeric:tabular-nums}.lta-coverage-label-start{left:4px}.lta-coverage-label-end{right:4px}.lta-coverage-summary{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#2c3e50}.lta-overlap-apply{padding:.2rem .55rem;font-size:.78rem;border:1px solid #4a90d9;background:#fff;color:#2c3e50;border-radius:4px;cursor:pointer}.lta-overlap-apply:hover{background:#eef6ff}.lta-builder{display:grid;grid-template-columns:minmax(220px,1fr) minmax(360px,1.6fr) minmax(220px,1fr);gap:.5rem;padding:.5rem 1rem;align-items:stretch}.lta-group{display:flex;flex-direction:column;background:#f8f9fa;border:2px dashed #d0d4d9;border-radius:8px;padding:.5rem;min-height:260px;transition:border-color .12s,background .12s}.lta-group.drag-over{border-color:#2980b9;background:#e8f1f9}.lta-group-header{display:flex;align-items:center;gap:.4rem;padding-bottom:.4rem;border-bottom:1px solid #e1e5ea;margin-bottom:.4rem}.lta-group-header .dot,.lta-viewer-legend .dot,.lta-cross-legend .dot{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}.lta-group-label{font-size:.9rem;font-weight:600;color:#2c3e50}.lta-group-meta{margin-left:auto;font-size:.72rem;color:#7f8c8d;font-variant-numeric:tabular-nums}.lta-group-list{display:flex;flex-direction:column;gap:.3rem;flex:1;overflow-y:auto}.lta-group-empty{font-size:.78rem;color:#95a5a6;font-style:italic;text-align:center;padding:1rem .5rem}.lta-builder-center{display:flex;flex-direction:column;gap:.5rem;min-height:260px}.lta-pool{background:#f0f2f5;border:2px dashed #c7cfd9;border-radius:8px;padding:.5rem;flex:0 0 auto;min-height:70px;transition:border-color .12s,background .12s}.lta-pool.drag-over{border-color:#2980b9;background:#dfeaf3}.lta-pool-title{font-size:.78rem;font-weight:600;color:#2c3e50;margin-bottom:.3rem}.lta-pool-empty{font-size:.74rem;color:#95a5a6;font-style:italic}.lta-pool-list{display:flex;flex-wrap:wrap;gap:.3rem}.lta-pool .lta-chip{flex:0 0 auto;width:auto;min-width:180px}.lta-chip{display:grid;grid-template-columns:1fr auto auto;grid-template-rows:auto auto;grid-template-areas:"name name actions" "count count actions";gap:.1rem .4rem;align-items:center;background:#fff;border:1px solid #d0d4d9;border-radius:6px;padding:.35rem .5rem;cursor:grab;transition:box-shadow .12s,border-color .12s;-webkit-user-select:none;user-select:none}.lta-chip:active{cursor:grabbing}.lta-chip:hover{box-shadow:0 1px 4px #00000014;border-color:#b8c0c8}.lta-chip-a{border-left:4px solid #ff5b57}.lta-chip-b{border-left:4px solid #49d17d}.lta-chip-pool{border-left:4px solid #c7cfd9}.lta-chip-name{grid-area:name;font-size:.84rem;font-weight:600;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lta-chip-count{grid-area:count;font-size:.72rem;color:#7f8c8d;font-variant-numeric:tabular-nums}.lta-chip-actions{grid-area:actions;display:flex;gap:2px}.lta-chip-pill{width:22px;height:22px;border:1px solid #d0d4d9;background:#fff;color:#7f8c8d;font-size:.75rem;font-weight:600;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .12s,color .12s,border-color .12s}.lta-chip-pill:hover{background:#f0f2f5;color:#2c3e50}.lta-chip-pill.on{background:#6c7a89;color:#fff;border-color:#6c7a89}.lta-chip-pill.on.a{background:#ff5b57;border-color:#e54743;color:#2a0a08}.lta-chip-pill.on.b{background:#49d17d;border-color:#3eb96a;color:#0c2516}.lta-viewer{position:relative;flex:1;min-height:200px;background:#1a1d22;border:1px solid #2c3441;border-radius:8px;overflow:hidden}.lta-viewer-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.lta-viewer canvas{display:block}.lta-viewer-legend{position:absolute;top:6px;left:6px;display:flex;gap:.6rem;z-index:1;padding:.25rem .4rem;background:#0006;border-radius:4px;font-size:.72rem;color:#f5f7fa;pointer-events:none;font-variant-numeric:tabular-nums}.lta-viewer-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#6c7a89;font-size:.85rem;text-align:center;padding:1rem;pointer-events:none}.lta-stats{margin-top:.5rem;padding:.6rem;background:#f8f9fa;border-radius:6px}.lta-stats-row{display:flex;justify-content:space-between;font-size:.82rem;padding:.15rem 0;font-variant-numeric:tabular-nums}.lta-stats-row span{color:#6c7a89}.lta-stats-row strong{color:#2c3e50}.lta-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6c7a89;padding:3rem 1rem;background:#f8f9fa;border-radius:8px;border:1px dashed #d0d4d9}.lta-empty h3{margin:0 0 .4rem;color:#2c3e50}.lta-empty p{margin:0;max-width:480px;line-height:1.4}.lta-scrubber{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;background:#f8f9fa;border-radius:6px;border:1px solid #e1e5ea}.lta-scrubber button{width:28px;height:28px;border:1px solid #d0d4d9;background:#fff;color:#2c3e50;border-radius:4px;cursor:pointer;font-size:.85rem;padding:0}.lta-scrubber button:hover{background:#eef6ff}.lta-views{display:flex;flex-direction:row;gap:.5rem;flex:1;min-height:400px;min-width:0}.lta-splitter{flex:0 0 8px;align-self:stretch;cursor:col-resize;background:#cbd5e0;border-radius:4px;transition:background .15s}.lta-splitter:hover{background:#94a3b8}.lta-splitter.is-dragging{background:#3498db;transition:none}.lta-cross,.lta-heatmap{display:flex;flex-direction:column;background:#fff;border:1px solid #d0d4d9;border-radius:8px;overflow:hidden}.lta-card-title{font-size:.82rem;font-weight:600;color:#2c3e50;padding:.4rem .6rem;background:#f8f9fa;border-bottom:1px solid #e1e5ea}.lta-cross{position:relative}.lta-cross>svg{flex:1;width:100%;height:100%}.lta-cross-legend{position:absolute;bottom:6px;left:6px;right:6px;display:flex;flex-wrap:wrap;gap:.6rem;padding:.25rem .4rem;background:#0000008c;border-radius:4px;font-size:.72rem;color:#f5f7fa;pointer-events:none;font-variant-numeric:tabular-nums}.lta-heatmap{display:flex;flex-direction:column;min-height:0}.lta-heatmap-header{display:flex;align-items:center;justify-content:space-between;padding:.4rem .6rem;background:#f8f9fa;border-bottom:1px solid #e1e5ea}.lta-heatmap-title{margin:0;font-size:.82rem;font-weight:600;color:#2c3e50}.lta-heatmap-zoom{display:flex;gap:.3rem}.lta-heatmap-zoom button{padding:.2rem .5rem;font-size:.78rem;border:1px solid #d0d4d9;background:#fff;color:#2c3e50;border-radius:4px;cursor:pointer}.lta-heatmap-zoom button:hover{background:#eef6ff}.lta-heatmap-body{position:relative;display:flex;flex:1 1 auto;min-height:0}.lta-heatmap-yaxis{position:absolute;left:4px;top:50%;transform:rotate(-90deg) translate(-50%);transform-origin:0 0;font-size:.7rem;color:#6c7a89;white-space:nowrap;z-index:1;pointer-events:none}.lta-heatmap-scroll{flex:1 1 auto;margin-left:1.6rem;min-height:0;overflow-y:auto;overflow-x:hidden}.lta-heatmap-frame{position:relative}.lta-heatmap-container{position:relative;background:#111;border-radius:4px;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.lta-heatmap-xaxis{display:flex;justify-content:space-between;padding:.2rem .6rem 0;margin-left:1.6rem;font-size:.65rem;color:#7f8c8d;font-variant-numeric:tabular-nums}.lta-heatmap-xcaption{margin-left:1.6rem;text-align:center;padding:.1rem .6rem .4rem;font-size:.7rem;color:#7f8c8d}@media (max-width: 1100px){.lta-builder{grid-template-columns:1fr}.lta-views{flex-direction:column}.lta-splitter{display:none}}.analysis-svg-container{border:1px solid #34495e;-webkit-user-select:none;user-select:none;flex:1;min-height:0;display:flex;align-items:stretch;justify-content:stretch}.analysis-svg-container svg{touch-action:none;display:block}.analysis-subtabs{display:flex;gap:.25rem;margin-bottom:.25rem;border-bottom:1px solid #d0d4d9;padding-bottom:0}.analysis-subtabs button{background:transparent;border:none;padding:.4rem .85rem;font-size:.85rem;font-weight:500;color:#6c7a89;cursor:pointer;border-bottom:2px solid transparent;transition:color .12s,border-color .12s;margin-bottom:-1px}.analysis-subtabs button:hover{color:#2c3e50}.analysis-subtabs button.active{color:#2980b9;border-bottom-color:#2980b9;font-weight:600}.pa-coverage{display:flex;flex-direction:column;gap:.4rem}.pa-coverage-bar{position:relative;height:36px;background:#1c1f25;border:1px solid #2c3441;border-radius:4px;overflow:hidden}.pa-coverage-track{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,#20242c,#20242c 6px,#232831 6px,#232831 12px)}.pa-coverage-range{position:absolute;top:0;bottom:0;background:#4a90d914;border-left:1px solid rgba(255,255,255,.4);border-right:1px solid rgba(255,255,255,.4)}.pa-coverage-cloud{position:absolute;height:3px;background:#4a90d9;border-radius:1px;box-shadow:0 0 4px #4a90d98c;min-width:2px}.pa-coverage-label{position:absolute;bottom:4px;font-size:.7rem;color:#cfd5de;pointer-events:none;font-variant-numeric:tabular-nums}.pa-coverage-label-start{left:4px}.pa-coverage-label-end{right:4px}.pa-coverage-summary{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#2c3e50;gap:.5rem}.pa-coverage-apply{padding:.2rem .55rem;font-size:.78rem;border:1px solid #4a90d9;background:#fff;color:#2c3e50;border-radius:4px;cursor:pointer}.pa-coverage-apply:hover{background:#eef6ff}.settings-page{height:100%;overflow-y:auto;padding:1.5rem 2rem 4rem;color:#2c3e50}.settings-page>*{max-width:920px;margin-left:auto;margin-right:auto}.settings-page h1{margin:0 0 .4rem;font-size:1.6rem}.settings-page .settings-intro{margin:0 0 1.5rem;color:#5a6c7d;font-size:.95rem;line-height:1.5}.settings-actions{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.settings-actions button{font:inherit;padding:.45rem .9rem;border:1px solid #c8d0d8;background:#fff;border-radius:6px;cursor:pointer;color:#2c3e50;transition:background .15s,border-color .15s}.settings-actions button:hover{background:#f4f7fa;border-color:#95a5a6}.settings-actions button.danger{border-color:#e0a7a7;color:#b03030}.settings-actions button.danger:hover{background:#fbeeee}.settings-section{background:#fff;border:1px solid #e1e6eb;border-radius:10px;margin-bottom:1rem;overflow:hidden;box-shadow:0 1px 3px #00000008}.settings-section-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f7f9fb;border-bottom:1px solid transparent;transition:background .15s}.settings-section-header:hover{background:#eef3f7}.settings-section.open .settings-section-header{border-bottom-color:#e1e6eb}.settings-section-title{display:flex;align-items:center;gap:.65rem}.settings-section-title h2{margin:0;font-size:1.1rem;font-weight:600;color:#2c3e50}.settings-section-disclosure{width:1rem;height:1rem;flex-shrink:0;transition:transform .2s;color:#7a8a99}.settings-section.open .settings-section-disclosure{transform:rotate(90deg)}.settings-section-body{padding:1rem 1.25rem 1.25rem}.settings-section-description{margin:0 0 1rem;color:#5a6c7d;font-size:.9rem;line-height:1.5}.settings-row{display:grid;grid-template-columns:1fr auto;gap:.5rem 1.5rem;padding:.9rem 0;border-top:1px solid #f0f3f6}.settings-row:first-child{border-top:none;padding-top:0}.settings-row-info{min-width:0}.settings-row-label{display:block;font-weight:500;color:#2c3e50;margin-bottom:.25rem}.settings-row-description{display:block;font-size:.85rem;color:#6a7b8a;line-height:1.45}.settings-row-control{display:flex;align-items:flex-start;gap:.4rem;flex-shrink:0}.settings-row-control input[type=number]{width:7rem;padding:.4rem .6rem;border:1px solid #c8d0d8;border-radius:6px;font:inherit;color:#2c3e50;text-align:right}.settings-row-control input[type=number]:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.settings-row-control .settings-unit{align-self:center;font-size:.9rem;color:#6a7b8a;min-width:1.5rem}.settings-row-control .settings-reset{align-self:center;font-size:.8rem;color:#7a8a99;background:transparent;border:1px solid transparent;cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:background .1s,color .1s}.settings-row-control .settings-reset:hover{background:#f0f3f6;color:#2c3e50}.settings-row-control .settings-reset.modified{color:#3498db}.settings-row.wide-control{grid-template-columns:1fr}.settings-row.wide-control .settings-row-control{align-items:flex-start}.settings-server-url{display:flex;flex-direction:column;gap:.45rem;flex:1;min-width:0}.settings-server-url-row{display:flex;gap:.5rem;align-items:center}.settings-server-url-row input[type=text]{flex:1;min-width:0;padding:.4rem .6rem;border:1px solid #c8d0d8;border-radius:6px;font:inherit;color:#2c3e50;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9rem}.settings-server-url-row input[type=text]:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.settings-server-test{flex-shrink:0;padding:.42rem .9rem;border:1px solid #3498db;border-radius:6px;background:#3498db;color:#fff;font:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .12s}.settings-server-test:hover:not(:disabled){background:#2980b9}.settings-server-test:disabled{background:#bdc3c7;border-color:#bdc3c7;cursor:progress}.settings-server-status{font-size:.83rem;line-height:1.4;padding:.4rem .6rem;border-radius:6px;border:1px solid transparent;word-break:break-word}.settings-server-status.testing{color:#2980b9;background:#eaf4fb;border-color:#aed6f1}.settings-server-status.ok{color:#1e8449;background:#d5f5e3;border-color:#a9dfbf}.settings-server-status.error{color:#b03a2e;background:#fdedec;border-color:#f5b7b1}.settings-epsg-override{display:flex;flex-direction:column;gap:.45rem;flex:1;min-width:0;position:relative}.settings-epsg-search-wrap{position:relative}.settings-epsg-search{width:100%;padding:.5rem 2.2rem .5rem .7rem;border:1px solid #c8d0d8;border-radius:6px;font:inherit;font-size:.92rem;color:#2c3e50;background:#fff}.settings-epsg-search:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.settings-epsg-search::placeholder{color:#95a5a6}.settings-epsg-clear{position:absolute;right:.55rem;top:50%;transform:translateY(-50%);width:1.45rem;height:1.45rem;border:1px solid transparent;border-radius:50%;background:#0000000d;color:#5a6c7d;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.settings-epsg-clear:hover{background:#e74c3c24;color:#b03a2e}.settings-epsg-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;background:#fff;border:1px solid #c8d0d8;border-radius:8px;box-shadow:0 10px 24px #0000001f;padding:0;display:flex;flex-direction:column;overflow:hidden}.settings-epsg-dropdown-list{flex:1 1 auto;overflow-y:auto;padding:.35rem 0}.settings-epsg-dropdown.flip-up{top:auto;bottom:calc(100% + 4px)}.settings-epsg-empty{padding:.8rem 1rem;color:#95a5a6;font-size:.9rem;text-align:center}.settings-epsg-group{padding:.2rem 0 .4rem}.settings-epsg-group:not(:first-child){border-top:1px solid #eef2f5}.settings-epsg-group-label{padding:.4rem .85rem .2rem;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#7a8a99;background:#f7f9fb}.settings-epsg-option{padding:.4rem .85rem;cursor:pointer;display:grid;grid-template-columns:minmax(90px,max-content) 1fr auto;gap:.6rem;align-items:center;font-size:.88rem}.settings-epsg-option:hover,.settings-epsg-option.is-highlighted{background:#f0f7fb}.settings-epsg-option.is-selected{background:#3498db1a;color:#2c3e50;font-weight:500}.settings-epsg-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.83rem;color:#2980b9}.settings-epsg-option.is-selected .settings-epsg-code{color:#1f618d;font-weight:600}.settings-epsg-name{color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-epsg-option-delete{border:1px solid transparent;background:transparent;color:#95a5a6;width:1.4rem;height:1.4rem;border-radius:50%;cursor:pointer;font-size:.95rem;line-height:1;padding:0}.settings-epsg-option-delete:hover{background:#e74c3c24;color:#b03a2e;border-color:#e74c3c40}.settings-epsg-dropdown-footer{border-top:1px solid #eef2f5;padding:.45rem .85rem;background:#fafcfd;flex-shrink:0}.settings-epsg-dropdown.flip-up .settings-epsg-dropdown-footer{border-top:none;border-bottom:1px solid #eef2f5}.settings-epsg-create-btn{width:100%;border:1px dashed #aab8c2;background:#fff;color:#2980b9;font:inherit;font-size:.85rem;font-weight:500;padding:.42rem .6rem;border-radius:6px;cursor:pointer;transition:border-color .12s,background .12s}.settings-epsg-create-btn:hover{border-color:#3498db;background:#3498db0f}.settings-epsg-current{font-size:.82rem;color:#5a6c7d;padding:.4rem .6rem;background:#f4f7fa;border-radius:5px;line-height:1.4}.settings-epsg-current strong{color:#2c3e50}.settings-epsg-current-auto{color:#7a8a99;font-style:italic}.settings-epsg-custom-tag{margin-left:.4rem;color:#2980b9;font-style:normal;font-size:.78rem}.settings-epsg-creator{margin-top:.5rem;border:1px solid #c8d0d8;border-radius:8px;background:#fff;padding:.85rem 1rem 1rem;box-shadow:0 4px 12px #0000000f}.settings-epsg-creator-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.settings-epsg-creator-head strong{color:#2c3e50;font-size:.95rem}.settings-epsg-creator-close{width:1.6rem;height:1.6rem;border:1px solid transparent;border-radius:6px;background:transparent;color:#5a6c7d;font-size:1.1rem;line-height:1;cursor:pointer;padding:0}.settings-epsg-creator-close:hover{background:#0000000f}.settings-epsg-creator-hint{margin:0 0 .75rem;color:#6a7b8a;font-size:.82rem;line-height:1.45}.settings-epsg-creator-hint code{background:#3498db1a;color:#1f618d;padding:0 .32rem;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}.settings-epsg-creator-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem;margin-bottom:.65rem}.settings-epsg-creator-grid label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#5a6c7d}.settings-epsg-creator-grid input,.settings-epsg-creator-grid select{padding:.35rem .5rem;border:1px solid #c8d0d8;border-radius:5px;font:inherit;font-size:.9rem;color:#2c3e50;background:#fff}.settings-epsg-creator-grid input:focus,.settings-epsg-creator-grid select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db2e}.settings-epsg-creator-datum-toggle{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#5a6c7d;margin:.25rem 0 .5rem}.settings-epsg-creator-error{color:#b03a2e;background:#fdedec;border:1px solid #f5b7b1;padding:.45rem .6rem;border-radius:5px;margin:.4rem 0;font-size:.82rem}.settings-epsg-creator-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.6rem}.settings-epsg-creator-actions button{font:inherit;font-size:.88rem;padding:.42rem .95rem;border:1px solid #c8d0d8;background:#fff;color:#2c3e50;border-radius:6px;cursor:pointer;transition:background .12s,border-color .12s}.settings-epsg-creator-actions button:hover{background:#f4f7fa}.settings-epsg-creator-actions button.primary{background:#3498db;border-color:#3498db;color:#fff;font-weight:500}.settings-epsg-creator-actions button.primary:hover{background:#2980b9;border-color:#2980b9}@media (max-width: 600px){.settings-page{padding:1rem 1rem 3rem}.settings-row{grid-template-columns:1fr}.settings-row-control{justify-content:flex-end}.settings-server-url-row{flex-wrap:wrap}}.app{display:flex;flex-direction:column;height:100vh;width:100vw}.app-header{background:#2c3e50;color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.header-title{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.vm-logo{height:2.5rem;width:auto}.app-header h1{margin:0;font-size:1.5rem}.header-actions{display:flex;gap:.5rem;margin-bottom:1rem}.export-btn,.import-btn{padding:.5rem 1rem;background:#27ae60;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;font-size:.9rem}.export-btn:hover,.import-btn:hover{background:#2ecc71}.import-btn{display:inline-block;text-align:center}.tabs{display:flex;gap:.5rem}.tabs button{padding:.5rem 1rem;background:#34495e;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.tabs button:hover{background:#4a5f7a}.tabs button.active{background:#3498db}.app-main{flex:1;overflow:hidden;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}#root{width:100vw;height:100vh}
