*{box-sizing:border-box}:root{--eos-bg: #0f1b2d;--eos-surface: #13243c;--eos-surface-2: #16263f;--eos-surface-3: #1f3a61;--eos-text: #dbe8ff;--eos-text-dim: #9bbbe0;--eos-text-muted: #6680a0;--eos-border: #34465f;--eos-accent: #2d6cdf;--eos-danger: #c0392b;--eos-warning: #e67e22;--eos-success: #16a085;--eos-focus: #6ea8ff;--eos-accent-hover: #3b78e6;--bg: var(--eos-bg);--surface: var(--eos-surface);--surface-2: var(--eos-surface-2);--surface-3: var(--eos-surface-3);--text: var(--eos-text);--text-dim: var(--eos-text-dim);--text-muted: var(--eos-text-muted);--border: var(--eos-border);--accent: var(--eos-accent);--accent-hover: var(--eos-accent-hover);--danger: var(--eos-danger);--warning: var(--eos-warning);--success: var(--eos-success);--focus: var(--eos-focus);--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 24px;--radius: 8px;--radius-sm: 6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:var(--radius-sm);border:1px solid transparent;font-size:13px;font-weight:500;line-height:1.2;cursor:pointer;transition:background .12s,border-color .12s}.btn:disabled{opacity:.45;cursor:not-allowed}.btn svg{flex:none}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.btn-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.btn-secondary{background:transparent;border-color:var(--border);color:var(--text-dim)}.btn-secondary:hover:not(:disabled){background:var(--surface-2);border-color:#4a5d7e;color:var(--text)}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-dim)}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn-danger{background:transparent;border-color:var(--danger);color:#e8807a}.btn-danger:hover:not(:disabled){background:var(--danger);color:#fff}.btn-warn{background:transparent;border-color:var(--warning);color:#f0a860}.btn-warn:hover:not(:disabled){background:var(--warning);color:#fff}.btn-block{width:100%}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--eos-focus);outline-offset:2px}button{transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .04s ease}button:not(:disabled):active{transform:translateY(1px)}.icon-label{display:inline-flex;align-items:center;gap:6px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px}.icon-label svg,.icon-btn svg{flex:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mfa-self-btn{justify-content:flex-start}.del-ico{vertical-align:-2px;margin:0 3px 0 1px}html,body,#root{height:100%;margin:0;font-family:Pretendard,Noto Sans KR,system-ui,sans-serif}body{-webkit-user-select:none;user-select:none}input,textarea,[contenteditable=true],pre,code,.text-selectable{-webkit-user-select:text;user-select:text}.page-loading{display:flex;align-items:center;justify-content:center;height:100%;color:#666}.login-page{position:relative;display:grid;place-items:center;height:100%;min-height:420px;padding:32px;overflow:hidden;background:#0b1626;color:var(--eos-text)}.login-window{display:grid;grid-template-columns:238px minmax(0,1fr);width:min(700px,100%);min-height:338px;overflow:hidden;border:1px solid #334762;border-radius:6px;background:#13243c;box-shadow:0 18px 48px #00000061}.login-identity{display:flex;flex-direction:column;align-items:flex-start;padding:32px 28px 26px;border-right:1px solid #2b3f5a;background:#101f34}.login-identity>img{width:142px;height:auto;margin:2px 0 26px}.login-product{display:flex;flex-direction:column}.login-product>span{color:#6e91bd;font-size:10px;font-weight:700;letter-spacing:0;text-transform:uppercase}.login-product strong{margin-top:5px;color:#f0f6ff;font-size:20px;letter-spacing:0}.login-product p{margin:6px 0 0;color:#8fa8c7;font-size:12px}.login-secure-state{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:#7ea0c9;font-size:11px}.login-secure-state svg{color:#4cc9b0}.login-access{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:36px 42px}.login-access-head>span{display:inline-flex;align-items:center;gap:5px;color:#6f91bb;font-size:10px;font-weight:700}.login-access-head h1{margin:8px 0 0;color:#f2f7ff;font-size:21px;font-weight:650;letter-spacing:0}.login-access-head p{margin:7px 0 0;color:#91a8c5;font-size:12px}.login-form{display:grid;gap:7px;margin-top:28px}.login-field-label{margin-top:4px;color:#91a8c5;font-size:11px;font-weight:600}.login-field-shell{display:flex;align-items:center;min-width:0;height:42px;padding:0 12px;border:1px solid #3a506e;border-radius:5px;background:#0d1b2e;color:#7294bd;transition:border-color .14s ease,box-shadow .14s ease}.login-field-shell:focus-within{border-color:#4d87e6;box-shadow:0 0 0 2px #4d87e62e}.login-field-shell svg{flex:none;margin-right:9px}.login-field-shell input{width:100%;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:#eef6ff;font:inherit;font-size:13px}.login-field-shell input::placeholder{color:#536d8d}.login-field-shell input:-webkit-autofill,.login-field-shell input:-webkit-autofill:hover,.login-field-shell input:-webkit-autofill:focus{-webkit-text-fill-color:#eef6ff;box-shadow:0 0 0 40px #0d1b2e inset}.login-credential-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:7px}.login-enter{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid #3977dd;border-radius:5px;background:#2d6cdf;color:#fff;cursor:pointer}.login-enter:hover:not(:disabled){border-color:#5d91e8;background:#3977dd}.login-enter:disabled{border-color:#2a405d;background:#1d3453;color:#617895;cursor:not-allowed}.login-button-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:login-spin .8s linear infinite}@keyframes login-spin{to{transform:rotate(360deg)}}.login-error{margin-top:4px;padding:7px 9px;border-left:2px solid #d45b55;background:#c0392b1f;color:#f09a95;line-height:1.35}.login-form-actions{display:flex;justify-content:space-between;gap:12px;margin-top:5px}.login-form .login-link{width:auto;margin:0;padding:4px 0;border:0;background:transparent;color:#83a6d2;font-size:11px;cursor:pointer}.login-form .login-link:hover{color:#c4daf4}.login-device-note{position:absolute;bottom:22px;display:inline-flex;align-items:center;gap:7px;color:#607897;font-size:10px}.login-device-note>span{width:6px;height:6px;border-radius:50%;background:#2fbea3}@media (max-width: 620px){.login-page{min-height:520px;padding:16px}.login-window{grid-template-columns:1fr;width:min(390px,100%)}.login-identity{display:grid;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;padding:18px 20px;border-right:0;border-bottom:1px solid #2b3f5a}.login-identity>img{width:72px;margin:0}.login-product p{display:none}.login-secure-state{margin:0}.login-access{padding:26px 24px 30px}.login-form{margin-top:22px}}.form-error{color:#c0392b;font-size:13px}.admin-layout{display:flex;flex-direction:column;height:100%}.admin-body{display:flex;flex:1;min-height:0;position:relative;overflow:hidden}.sidebar{display:flex;flex-direction:column;gap:0;width:280px;box-sizing:border-box;padding:12px;border-right:1px solid #34465f;background:#13243c;color:#eef;overflow-y:auto;-webkit-user-select:none;user-select:none;transition:width .18s ease,padding .18s ease,border-color .18s ease}.sidebar.collapsed{width:0;min-width:0;padding-right:0;padding-left:0;border-right-width:0;overflow:hidden;visibility:hidden;pointer-events:none}.sidebar input,.sidebar textarea{-webkit-user-select:text;user-select:text}.sidebar ::selection{background:transparent}.logo{margin:0;font-size:18px}.project-create{display:flex;gap:6px}.project-create input{flex:1;min-width:0;padding:8px;border:0;border-radius:6px}.project-create button{padding:8px 10px;border:0;border-radius:6px;background:#2d6cdf;color:#fff;cursor:pointer}.project-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.project-list button{width:100%;padding:9px 10px;border:0;border-radius:6px;background:transparent;color:#cdf;text-align:left;cursor:pointer}.project-list button.active,.project-list button:hover{background:#1f3a61;color:#fff}.project-stats{margin-top:8px;padding:9px 2px 4px;border-top:1px solid #34465f;font-size:12px;color:#9fb2ca}.sidebar-folder-path{width:100%;min-height:46px;display:grid;grid-template-columns:24px minmax(0,1fr) 20px;align-items:center;gap:5px;margin:4px 0 2px;padding:5px 2px;border:0;border-bottom:1px solid #34465f;background:transparent;color:#dce9f8;text-align:left}.sidebar-folder-path:disabled{opacity:1}.sidebar-folder-icon{display:inline-flex;align-items:center;justify-content:center;color:#8fb5e8}.sidebar-folder-body{min-width:0;display:flex;flex-direction:column;gap:3px}.sidebar-folder-body>span{color:#91a6c0;font-size:10.5px}.sidebar-folder-body code{overflow:hidden;color:#dce9f8;font:10.5px/1.35 ui-monospace,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.sidebar-folder-path.broken{cursor:pointer}.sidebar-folder-path.broken .sidebar-folder-icon,.sidebar-folder-error{color:#ff6b6b}.sidebar-folder-path.broken .sidebar-folder-body code{color:#ff7b7b;text-decoration-line:line-through;text-decoration-color:#ff3b3b;text-decoration-thickness:2px}.sidebar-folder-path.broken:hover .sidebar-folder-body code{color:#ff9b9b}.map-area{position:relative;flex:1;min-width:0}.empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#888}.notice-bar{position:absolute;bottom:88px;left:50%;z-index:1100;transform:translate(-50%);max-width:70%;padding:8px 14px;border-radius:8px;background:#c0392b;color:#fff;font-size:13px;pointer-events:none;box-shadow:0 4px 16px #0006}.drop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#1450a059;border:3px dashed #2d6cdf;pointer-events:none}.drop-overlay-inner{padding:16px 28px;border-radius:10px;background:#fff;font-size:18px;font-weight:600}.upload-progress{position:absolute;bottom:18px;left:50%;z-index:1000;transform:translate(-50%);width:320px;padding:10px 14px;border-radius:10px;background:#0f1b2deb;color:#fff}.upload-progress-label{margin-bottom:6px;font-size:13px}.upload-progress-track{height:8px;border-radius:4px;background:#2a3b55;overflow:hidden}.upload-progress-bar{height:100%;background:#4da3ff;transition:width .2s}.map-placing.leaflet-container,.map-placing .leaflet-container{cursor:crosshair!important}.map-draw-hint{position:absolute;bottom:88px;left:50%;transform:translate(-50%);z-index:1000;display:inline-flex;align-items:center;gap:9px;max-width:90%;background:#0f1d33;color:#dbe8ff;border:1px solid #2d6cdf;border-radius:999px;padding:8px 8px 8px 14px;font-size:13px;box-shadow:0 6px 22px #00000073}.map-draw-hint svg{flex:none;color:#6ea8ff}.map-draw-hint b{color:#fff}.map-draw-cancel{display:inline-flex;align-items:center;gap:3px;background:#1f3a61;color:#cde;border:0;border-radius:999px;padding:4px 10px;font-size:12px;cursor:pointer;white-space:nowrap}.map-draw-cancel:hover{background:#c0392b;color:#fff}.leaflet-popup-content-wrapper{background:var(--eos-surface)!important;color:var(--eos-text)!important;border:1px solid var(--eos-border);border-radius:10px;box-shadow:0 6px 24px #00000080}.leaflet-popup-content{color:var(--eos-text);margin:12px 14px}.leaflet-popup-tip{background:var(--eos-surface)!important;box-shadow:none!important}.leaflet-popup-close-button{color:var(--eos-text-muted)!important}.leaflet-popup-close-button:hover{color:var(--eos-text)!important}.leaflet-popup .v-status{background:var(--eos-surface-2);color:var(--eos-text);border:1px solid var(--eos-border);border-radius:5px;padding:3px 6px;margin-left:4px}.manual-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.manual-list li{display:flex;align-items:center;gap:6px;font-size:12px;color:#cdf}.manual-list .name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manual-list button{padding:4px 8px;border:0;border-radius:5px;background:#2d6cdf;color:#fff;font-size:12px;cursor:pointer}.manual-list button.placing{background:#e67e22}.section-title{margin:8px 0 0;font-size:13px;color:#9bc}.placing-banner{position:absolute;bottom:88px;left:50%;z-index:1100;transform:translate(-50%);padding:8px 14px;border-radius:8px;background:#e67e22;color:#fff;font-size:13px;pointer-events:none;box-shadow:0 4px 16px #0006}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1250;display:flex;align-items:center;justify-content:center;background:#0a142380}.modal-card{display:flex;flex-direction:column;gap:10px;width:340px;padding:20px;border-radius:12px;background:#fff}.modal-card h3{margin:0}.link-error-card{width:min(460px,calc(100vw - 32px));box-sizing:border-box;border:1px solid #52657e;border-radius:8px;background:#13243c;color:#e7f0fb;box-shadow:0 18px 48px #0000006b}.link-error-card header{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:start}.link-error-card header p,.link-error-safe{margin:5px 0 0;color:#9fb2ca;font-size:12px;line-height:1.5}.link-error-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,82,82,.45);border-radius:6px;color:#ff6b6b;background:#ff525214}.link-error-path{display:flex;flex-direction:column;gap:5px;padding:9px 10px;border:1px solid #3d506b;border-radius:6px;background:#0f2036}.link-error-path span{color:#91a6c0;font-size:11px}.link-error-path code{overflow-wrap:anywhere;color:#ff7b7b;font-size:11.5px;text-decoration-line:line-through;text-decoration-color:#ff3b3b;text-decoration-thickness:2px}.link-error-card .modal-actions button{min-height:32px;border:1px solid #405676;border-radius:5px;background:#1b3150;color:#dce9f8}.link-error-card .modal-actions button.primary{border-color:#2d6cdf;background:#2d6cdf;color:#fff}.zone-manage-card{width:min(430px,calc(100vw - 32px));box-sizing:border-box;border:1px solid #405676;border-radius:8px;background:#13243c;color:#e7f0fb;box-shadow:0 18px 48px #0000006b}.zone-manage-card header{display:grid;grid-template-columns:32px minmax(0,1fr) 28px;align-items:start;gap:9px}.zone-manage-card header p{margin:4px 0 0;color:#91a6c0;font-size:12px}.zone-manage-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(241,196,15,.45);border-radius:6px;background:#f1c40f14;color:#f1c40f}.zone-manage-card header .icon-x{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:4px;background:transparent;color:#91a6c0;cursor:pointer}.zone-manage-card label{color:#aebfd2}.zone-manage-card input{width:100%;box-sizing:border-box;padding:8px 9px;border:1px solid #405676;border-radius:5px;background:#0f2036;color:#eef5ff;font:inherit}.zone-manage-lock{display:flex;align-items:center;gap:5px;margin:0;color:#f0b45e;font-size:12px}.zone-manage-actions{display:grid;grid-template-columns:auto 1fr auto auto;gap:6px}.zone-manage-actions button{min-height:32px;padding:5px 11px;border:1px solid #405676;border-radius:5px;background:#1b3150;color:#dce9f8;cursor:pointer}.zone-manage-actions button.danger{border-color:#e5484d80;background:transparent;color:#ff7b7b}.zone-manage-actions button.primary{border-color:#2d6cdf;background:#2d6cdf;color:#fff}@media (max-width: 520px){.zone-manage-actions{grid-template-columns:1fr 1fr}.zone-manage-actions>span{display:none}.zone-manage-actions button{min-width:0}}.modal-card label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#445}.modal-card select,.modal-card textarea{padding:8px;border:1px solid #ccd;border-radius:6px;font-size:14px;font-family:inherit}.label-shape-fieldset{margin:0;padding:0;border:0}.label-shape-fieldset legend{margin-bottom:5px;font-size:13px;color:var(--eos-text, #334155)}.label-shape-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.label-shape-options button{min-width:0;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid var(--eos-border, #cbd5e1);border-radius:6px;background:var(--eos-surface-2, #f8fafc);color:var(--eos-text, #334155);cursor:pointer}.label-shape-options button.on{border-color:var(--accent, #2d6cdf);box-shadow:0 0 0 1px var(--accent, #2d6cdf) inset;color:var(--accent, #2d6cdf)}.label-shape-preview{width:22px;height:16px;border:2px solid currentColor;display:block}.label-shape-preview.circle{width:18px;height:18px;border-radius:50%}.label-shape-preview.polygon{width:20px;height:18px;border:0;background:currentColor;clip-path:polygon(50% 0,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%)}.label-size-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.label-size-grid input{width:100%;box-sizing:border-box}.label-opacity-control{display:flex;flex-direction:column;gap:5px}.label-opacity-control>span,.mark-opacity-field>span{display:flex;align-items:center;justify-content:space-between;gap:10px}.label-opacity-control output,.mark-opacity-field output{color:var(--accent, #2d6cdf);font-weight:700}.label-opacity-control input[type=range],.mark-opacity-field input[type=range]{padding:0;accent-color:var(--accent, #2d6cdf)}.label-opacity-control small{color:var(--eos-text-dim, #64748b)}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.modal-actions button{padding:8px 16px;border:0;border-radius:6px;background:#1450a0;color:#fff;cursor:pointer}.modal-actions button.secondary{background:#99a}.modal-actions button.danger{background:#c0392b}.dialog-backdrop{z-index:1300}.dialog-card{width:360px}.dialog-msg{margin:4px 0 12px;color:#334;font-size:14px;line-height:1.5;white-space:pre-line}.dialog-card input{width:100%;padding:9px 10px;border:1px solid #ccd;border-radius:6px;font-size:14px;margin-bottom:4px}.dialog-choose{display:flex;flex-direction:column;gap:8px}.dialog-choose-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 14px;text-align:left;border:1px solid #ccd;border-radius:8px;background:#fff;cursor:pointer}.dialog-choose-option:hover{border-color:#4a7bd0;background:#f5f8ff}.dialog-choose-option strong{font-size:14px}.dialog-choose-option small{color:#667;font-size:12px}.dialog-choose .secondary{margin-top:2px;align-self:flex-end;padding:7px 14px}.export-iso-card{width:460px}.export-field{display:block;margin-bottom:14px}.export-label{display:block;font-size:12px;font-weight:600;color:#445;margin-bottom:5px}.dialog-hint{margin:-4px 0 14px;font-size:12px;color:#667}.export-name-row,.export-dest-row{display:flex;align-items:center;gap:6px}.export-name-row input,.export-dest-row .export-dest{flex:1;margin-bottom:0}.export-ext{font-size:13px;color:#889}.export-note{margin:2px 0 10px;font-size:12px;color:#a06a1b;background:#fff6e6;border:1px solid #f0dcae;border-radius:6px;padding:7px 9px;line-height:1.5}.export-note-ok{color:#1c7a4b;background:#eafaf1;border-color:#b8e6cc}.export-note-warn{color:#c0392b;background:#fdecea;border-color:#f5c2bd}.export-optional{font-weight:400;color:#99a;font-size:11px}.export-dest-row .export-dest{cursor:pointer;color:#334;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.export-dest-row button{white-space:nowrap;display:inline-flex;align-items:center;gap:4px;padding:8px 10px;border:1px solid #ccd;border-radius:6px;background:#f5f6fa;font-size:13px;cursor:pointer}.project-dialog-card{width:min(520px,calc(100vw - 32px));max-width:none;padding:0;gap:0;overflow:hidden;box-sizing:border-box;border:1px solid #405676;border-radius:8px;background:#13243c;color:#e7f0fb;box-shadow:0 18px 48px #00000073}.project-dialog-head{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-bottom:1px solid #34465f;background:#13243c}.project-dialog-head>div{min-width:0;display:flex;align-items:center;gap:9px}.project-dialog-head>div>svg{flex:0 0 auto;color:#8fb5e8}.project-dialog-head span{min-width:0;display:flex;flex-direction:column;gap:2px}.project-dialog-head h3{margin:0;color:#eef5ff;font-size:16px}.project-dialog-head small{color:#91a6c0;font-size:11px}.project-dialog-head .icon-x{width:30px;height:30px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:5px;background:transparent;color:#91a6c0;cursor:pointer}.project-dialog-head .icon-x:hover{background:#ffffff0e;color:#fff}.project-dialog-head .icon-x:disabled{opacity:.45;cursor:default}.project-dialog-body{display:flex;flex-direction:column;gap:16px;padding:16px}.project-dialog-card .project-dialog-field{display:flex;flex-direction:column;gap:6px;margin:0;color:#aebfd2;font-size:11.5px;font-weight:600}.project-dialog-card .project-dialog-field input,.project-dialog-card .project-dialog-field select{width:100%;min-height:38px;box-sizing:border-box;margin:0;padding:8px 10px;border:1px solid #405676;border-radius:5px;outline:0;background:#0f2036;color:#eef5ff;font:inherit;font-size:13px}.project-dialog-card .project-dialog-field select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;cursor:pointer}.project-dialog-card .project-dialog-field input:focus,.project-dialog-card .project-dialog-field select:focus{border-color:#5d8ed9;box-shadow:0 0 0 2px #2d6cdf38}.project-dialog-path-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.project-dialog-path,.project-dialog-path-row>.secondary{min-height:38px;border:1px solid #405676;border-radius:5px;color:#dce9f8;cursor:pointer}.project-dialog-path{min-width:0;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:7px 9px;background:#0f2036;text-align:left}.project-dialog-path svg{color:#8fb5e8}.project-dialog-path code{overflow:hidden;color:#dce9f8;font:11px/1.4 ui-monospace,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.project-dialog-path-row>.secondary{padding:7px 11px;background:#1b3150;font-size:12px}.project-dialog-path:hover,.project-dialog-path-row>.secondary:hover{border-color:#58779e}.project-dialog-path:disabled,.project-dialog-path-row>.secondary:disabled{opacity:.5;cursor:wait}.project-dialog-hint{margin:0;color:#91a6c0;font-size:12px;line-height:1.5}.project-dialog-inline{align-self:flex-start;padding:2px 0;border:0;background:transparent;color:#8fb5e8;font-size:11px;cursor:pointer}.project-dialog-inline:hover{color:#c9ddf8}.project-dialog-card .project-dialog-check{display:grid;grid-template-columns:17px minmax(0,1fr);align-items:start;gap:8px;color:#aebfd2;font-size:11.5px;line-height:1.45;cursor:pointer}.project-dialog-card .project-dialog-check input{width:16px;height:16px;margin:1px 0 0;accent-color:#2d6cdf}.project-dialog-actions{min-height:58px;display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:0 16px;border-top:1px solid #34465f;background:#0f2036}.project-dialog-actions button{min-width:68px;min-height:32px;padding:5px 13px;border:1px solid #405676;border-radius:5px;background:#1b3150;color:#dce9f8;cursor:pointer}.project-dialog-actions button.primary{border-color:#2d6cdf;background:#2d6cdf;color:#fff}.project-dialog-actions button.danger{border-color:#b94a57;background:#922f3d;color:#fff}.project-dialog-actions button:disabled{opacity:.45;cursor:not-allowed}.app-dialog-card{width:min(430px,calc(100vw - 32px))}.app-dialog-body{gap:12px}.app-dialog-body .dialog-msg{margin:0;color:#aebfd2;font-size:12.5px;line-height:1.55}.app-dialog-body .dialog-choose{gap:7px}.app-dialog-body .dialog-choose-option{min-height:58px;box-sizing:border-box;gap:3px;padding:10px 12px;border:1px solid #405676;border-radius:6px;background:#0f2036;color:#e7f0fb}.app-dialog-body .dialog-choose-option:hover,.app-dialog-body .dialog-choose-option:focus-visible{border-color:#5d8ed9;outline:0;background:#172e4d;box-shadow:inset 3px 0 #2d6cdf}.app-dialog-body .dialog-choose-option strong{color:#eef5ff;font-size:13px}.app-dialog-body .dialog-choose-option small{color:#91a6c0;font-size:11px}.export-dialog-card{width:min(520px,calc(100vw - 32px))}.export-dialog-body{gap:15px}.export-dialog-name-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px}.export-dialog-name-row input{min-width:0}.export-dialog-ext{color:#91a6c0;font:12px/1 ui-monospace,Consolas,monospace}.export-dialog-optional{margin-left:4px;color:#7188a5;font-size:10.5px;font-weight:500}.export-dialog-option{display:grid;grid-template-columns:17px minmax(0,1fr);align-items:start;gap:9px;color:#dce9f8;cursor:pointer}.project-dialog-card .export-dialog-checkbox{width:16px;min-width:16px;height:16px;margin:2px 0 0;padding:0;border:0;accent-color:#2d6cdf;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.export-dialog-option-copy{min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.35}.export-dialog-option-copy strong{font-size:12px}.export-dialog-option-copy small{color:#91a6c0;font-size:11px}.export-dialog-note{display:grid;grid-template-columns:17px minmax(0,1fr);align-items:start;gap:8px;margin:0;padding:10px 11px;border:1px solid #405676;border-radius:5px;background:#0f2036;color:#aebfd2;font-size:11.5px;line-height:1.55}.export-dialog-note svg{margin-top:1px;color:#8fb5e8}.export-dialog-note.is-ok{border-color:#14b8a67a;background:#0c59542e;color:#b8e7df}.export-dialog-note.is-ok svg{color:#2dd4bf}.export-dialog-note.is-warn{border-color:#f59e0b80;background:#7844092e;color:#f2d59c}.export-dialog-note.is-warn svg{color:#f5b942}@media (max-width: 520px){.project-dialog-card{width:calc(100vw - 16px)}.project-dialog-head,.project-dialog-actions{padding-right:10px;padding-left:10px}.project-dialog-body{padding:12px 10px}.project-dialog-path-row{grid-template-columns:1fr}}.folder-picker{width:480px;border:1px solid #405676;background:#13243c;color:#e5edf7}.fp-path{font-size:12px;color:#c9d8ea;background:#0f2036;border:1px solid #405676;border-radius:6px;padding:7px 9px;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-list{height:300px;overflow-y:auto;border:1px solid #405676;background:#0d1a2e;border-radius:6px;padding:4px}.fp-item{display:flex;align-items:center;gap:7px;width:100%;text-align:left;padding:8px 9px;border:0;border-radius:5px;background:transparent;color:#dce9f8;font-size:13px;cursor:pointer}.fp-item:hover,.fp-item:focus-visible{outline:none;background:#244469;color:#fff}.folder-picker .modal-actions{border-top-color:#405676}.fp-item:hover{background:#244469}.fp-item svg{color:#8fb5e8;flex:none}.fp-up{color:#b9cae0;font-weight:500}.fp-empty{padding:14px 9px;color:#91a6c0;font-size:13px}.fp-err{color:#c0392b}.file-menu{position:relative;margin:8px 0}.file-menu-btn{display:inline-flex;align-items:center;gap:6px;width:100%;justify-content:flex-start;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-dim);font-size:13px;cursor:pointer;transition:background .12s}.file-menu-btn:hover{background:var(--surface-2);color:var(--text)}.sec-toggle{display:flex;align-items:center;gap:6px;width:100%;background:transparent;border:0;min-height:34px;padding:7px 2px;margin:0;cursor:pointer;text-align:left;font-family:inherit}.sidebar .sec-toggle:hover{background:transparent;color:#fff}.sec-chevron{margin-left:auto;color:var(--text-muted);transition:transform .15s}.sec-chevron.closed{transform:rotate(-90deg)}.sidebar-section{border-top:1px solid #34465f;padding:5px 0 7px;margin-top:5px}.measure-tools{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:6px}.measure-tools button{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-dim);font-size:13px;cursor:pointer;transition:background .12s}.measure-tools button:hover{background:var(--surface-2);color:var(--text)}.measure-tools button.on{background:var(--accent);border-color:var(--accent);color:#fff}.measure-tools button svg{flex:none}.file-menu-pop{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #dde;border-radius:8px;box-shadow:0 8px 24px #00000024;padding:4px;z-index:1210}.file-menu-pop button{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:9px 10px;border:0;border-radius:6px;background:transparent;font-size:13px;color:#223;cursor:pointer}.file-menu-pop button:hover{background:#eef1f8}.file-menu-pop svg{color:#8894ac;flex:none}.file-menu-group{padding:6px 10px 3px;font-size:11px;font-weight:700;letter-spacing:.02em;color:#96a0b5;text-transform:uppercase}.file-menu-sep{height:1px;margin:4px 6px;background:#e6eaf2}.file-menu-submenu{position:relative}.file-menu-parent>span{min-width:0;flex:1}.file-menu-parent>svg:last-child{margin-left:auto}.file-menu-subpop{position:absolute;top:-4px;left:calc(100% - 1px);display:none;min-width:190px;padding:4px;border:1px solid #dde;border-radius:7px;background:#fff;box-shadow:0 10px 28px #0003;z-index:2}.file-menu-subpop:before{position:absolute;top:0;bottom:0;left:-7px;width:8px;content:""}.file-menu-submenu:hover>.file-menu-subpop,.file-menu-submenu:focus-within>.file-menu-subpop{display:block}.sys-menu{position:relative;display:inline-flex}.sys-pop{position:fixed;top:52px;right:12px;z-index:1210;width:268px;background:#23262e;border:1px solid #333842;border-radius:10px;padding:4px 2px;box-shadow:0 12px 34px #00000073;color:#e7edf5;font-size:13px;-webkit-user-select:none;user-select:none}.sys-row{display:flex;align-items:flex-start;gap:10px;padding:8px 12px;border-bottom:1px solid #2c313b}.sys-row:last-child{border-bottom:0}.sys-k{width:58px;flex:none;color:#8b93a3}.sys-v{display:flex;flex-direction:column;gap:1px;min-width:0}.sys-v b{font-weight:600}.sys-sub{color:#9aa3b2;font-size:11px;line-height:1.35}.sys-badge{padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.sys-badge.idle,.sys-badge.on{background:#16351f;color:#4ade80}.sys-badge.busy{background:#3a2f14;color:#fbbf24}.sys-badge.off{background:#33383f;color:#9aa3b2}.sys-badge.disconnected{background:#ef444424;color:#fca5a5}.sys-chip{display:inline-flex;align-items:center;gap:6px}.sys-chip svg{flex:none}.sys-dot{width:8px;height:8px;border-radius:50%;flex:none}.sys-dot.idle{background:#4ade80}.sys-dot.busy{background:#fbbf24}.sys-dot.checking{background:#8b93a3}.sys-dot.disconnected{background:#ef4444;box-shadow:0 0 0 3px #ef444424}.sys-connection-message{display:flex;flex-direction:column;gap:4px;padding:12px;color:#eef5ff;line-height:1.45}.sys-connection-message span{color:#9aa8bb;font-size:12px}.sys-srv-chip{padding:1px 8px;border-radius:999px;background:#16351f;color:#4ade80;font-size:11px;font-weight:600}.offline-lock{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f1720;color:#e7edf5;padding:20px}.offline-lock-card{width:100%;max-width:380px;background:#182231;border:1px solid #263346;border-radius:16px;padding:34px 28px;text-align:center;box-shadow:0 20px 60px #00000073}.offline-lock-badge{font-size:40px;margin-bottom:12px}.offline-lock-card h1{font-size:20px;margin:0 0 8px}.offline-lock-card p{font-size:13px;color:#9fb0c4;line-height:1.6;margin:0 0 20px}.offline-lock-card input{width:100%;padding:12px 14px;font-size:15px;border:1px solid #33455c;border-radius:10px;background:#0f1720;color:#e7edf5;margin-bottom:12px;box-sizing:border-box}.offline-lock-card input:focus{outline:none;border-color:#3b82f6}.offline-lock-err{color:#f87171;font-size:13px;margin-bottom:12px}.offline-lock-btn{width:100%;padding:12px;font-size:15px;font-weight:600;border:0;border-radius:10px;background:#3b82f6;color:#fff;cursor:pointer}.offline-lock-btn:disabled{opacity:.5;cursor:not-allowed}.upload-actions{position:absolute;top:10px;right:10px;z-index:1000;display:flex;gap:6px}.upload-button{display:inline-flex;align-items:center;gap:5px;padding:8px 13px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-size:13px;font-weight:500;cursor:pointer;box-shadow:0 2px 8px #00000040;transition:background .12s}.upload-button:hover{background:var(--accent-hover)}.upload-button svg{flex:none}.pt-edit{flex:none;padding:4px;border:0;background:transparent;color:var(--text-dim, #9fb4d4);cursor:pointer;border-radius:6px}.pt-edit:hover{color:var(--text, #dbe7ff);background:var(--surface-2, #1f3a61)}.logout-btn{padding:3px 10px;border:1px solid #3a4a66;border-radius:12px;background:transparent;color:#9bb;font-size:11px;cursor:pointer}.logout-btn:hover{background:#243a5c;color:#cdf}.role-badge{align-self:flex-start;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;color:#fff;white-space:nowrap}.role-badge.role-super_admin{background:#8e44ad}.role-badge.role-admin{background:#2d6cdf}.role-badge.role-staff{background:#16a085}.admin-tools{display:flex;gap:6px}.admin-tools button{flex:1;padding:8px;border:0;border-radius:6px;background:#243a5c;color:#cdf;font-size:13px;cursor:pointer}.admin-tools button:hover{background:#2f4a72}.wide-card{width:640px;max-width:92vw;max-height:84vh;overflow-y:auto}.user-create{display:grid;grid-template-columns:1.2fr 1.2fr 1fr 1fr .9fr auto;gap:6px}.user-create input,.user-create select{padding:7px;border:1px solid #ccd;border-radius:6px;font-size:13px;min-width:0}.user-create button{padding:7px 12px;border:0;border-radius:6px;background:#1450a0;color:#fff;cursor:pointer}.user-table{display:flex;flex-direction:column;gap:4px;margin-top:8px}.user-row{display:grid;grid-template-columns:1fr auto auto auto auto;gap:8px;align-items:center;padding:7px 8px;border:1px solid #eef;border-radius:6px;font-size:13px}.user-row.inactive{opacity:.5}.user-row select{padding:4px;border-radius:5px;border:1px solid #ccd}.user-row .u-toggle{padding:4px 8px;border:0;border-radius:5px;background:#99a;color:#fff;cursor:pointer}.user-row .u-del{padding:4px 8px;border:0;border-radius:5px;background:#c0392b;color:#fff;cursor:pointer}.user-row button:disabled,.user-row select:disabled{opacity:.4;cursor:not-allowed}.audit-filter{display:flex;gap:6px}.audit-filter select,.audit-filter input{padding:7px;border:1px solid #ccd;border-radius:6px;font-size:13px}.audit-table{margin-top:8px;font-size:12px}.audit-head,.audit-row{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:8px;padding:6px 8px}.audit-head{font-weight:700;color:#667;border-bottom:1px solid #eee}.audit-row{border-bottom:1px solid #f4f4f8}.audit-row.warn{background:#fdf0ee;color:#c0392b}.audit-empty{padding:16px;text-align:center;color:#99a}.rotate-control{position:absolute;bottom:18px;left:50%;z-index:1000;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:22px;background:#0f1b2deb;box-shadow:0 2px 10px #00000059}.rotate-control button{width:30px;height:30px;border:0;border-radius:50%;background:#2d6cdf;color:#fff;font-size:16px;line-height:1;cursor:pointer}.rotate-control button.rotate-reset{background:#16a085;font-size:13px;font-weight:700}.rotate-control input[type=range]{width:180px;accent-color:#4da3ff;cursor:pointer}.rotate-control .rotate-deg{min-width:38px;text-align:right;color:#cde;font-size:13px;font-variant-numeric:tabular-nums}.viewmode-toggle{position:absolute;top:10px;left:50%;z-index:1000;transform:translate(-50%);display:flex;gap:2px;padding:3px;border-radius:10px;background:#0f1b2deb;box-shadow:0 2px 8px #0000004d}.viewmode-toggle button{padding:7px 16px;border:0;border-radius:8px;background:transparent;color:#cdd;font-size:13px;font-weight:600;cursor:pointer}.viewmode-toggle button:not(.active):hover{background:#ffffff12;color:#fff}.viewmode-toggle button.active{background:#2d6cdf;color:#fff;box-shadow:0 1px 5px #2d6cdf80}.photo-opacity-control{position:absolute;top:56px;left:50%;z-index:1000;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:8px;background:#0f1b2deb;color:#cdf;font-size:12px;box-shadow:0 2px 8px #0000004d}.photo-opacity-control input[type=range]{width:110px}.photo-opacity-control .opacity-val{min-width:38px;text-align:right}.photo-opacity-control .opacity-sep{opacity:.4;margin:0 2px}.photo-selected-panel{position:absolute;top:96px;left:50%;z-index:1000;transform:translate(-50%);width:286px;padding:8px 12px;border-radius:8px;background:#0f1b2df2;color:#cdf;font-size:12px;box-shadow:0 2px 10px #0006}.photo-selected-panel .psp-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.photo-selected-panel .psp-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-selected-panel .psp-close{background:transparent;border:0;color:#9bf;cursor:pointer;font-size:13px;padding:2px 4px;flex:none}.photo-selected-panel .psp-row{display:flex;align-items:center;gap:8px;margin:4px 0}.photo-selected-panel .psp-row>span:first-child{min-width:64px}.photo-selected-panel .psp-row input[type=range]{flex:1}.photo-selected-panel .psp-row .opacity-val{min-width:40px;text-align:right}.photo-selected-panel .psp-hint{margin-top:6px;font-size:11px;opacity:.7;line-height:1.3}.photo-marker .photo-marker-box{position:relative;overflow:visible}.photo-marker .photo-marker-box.selected{outline:3px solid #ffd84d;outline-offset:2px;border-radius:6px}.photo-marker .photo-marker-frame{width:100%;height:100%;overflow:hidden;border:2px solid #fff;border-radius:4px;box-shadow:0 1px 6px #00000073;background:#e8edf3;opacity:var(--photo-opacity, 1)}.photo-marker .photo-rotate-handle{position:absolute;top:-13px;left:50%;width:16px;height:16px;margin-left:-8px;border-radius:50%;background:#2d6cdf;border:2px solid #fff;box-shadow:0 1px 5px #0000008c;cursor:grab;pointer-events:auto;z-index:5}.photo-marker .photo-rotate-handle:active{cursor:grabbing;background:#1b4fa8}.photo-marker .photo-resize-handle{position:absolute;width:12px;height:12px;box-sizing:border-box;background:#fff;border:2px solid #2d6cdf;border-radius:2px;box-shadow:0 1px 4px #00000080;pointer-events:auto;z-index:5}.photo-marker .ph-nw{top:-6px;left:-6px;cursor:nwse-resize}.photo-marker .ph-ne{top:-6px;right:-6px;cursor:nesw-resize}.photo-marker .ph-sw{bottom:-6px;left:-6px;cursor:nesw-resize}.photo-marker .ph-se{bottom:-6px;right:-6px;cursor:nwse-resize}.photo-marker .photo-marker-frame img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.photo-marker .photo-marker-loading{width:100%;height:100%;background:repeating-linear-gradient(45deg,#dde3ea,#dde3ea 6px,#cfd6df 6px,#cfd6df 12px)}.photo-marker .photo-marker-dir{position:absolute;top:-14px;left:50%;width:0;height:0;transform:translate(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:14px solid #2d6cdf;filter:drop-shadow(0 0 1px rgba(0,0,0,.5))}.leaflet-control-layers{overflow:hidden;border:1px solid #34465f!important;border-radius:6px!important;background:#0f1b2df5!important;color:#dce9f8;font-size:13px;box-shadow:0 5px 18px #00000047!important}.leaflet-control-layers-toggle{background-color:#13243c;filter:invert(82%) sepia(11%) saturate(587%) hue-rotate(175deg)}.leaflet-control-layers:not(.leaflet-control-layers-expanded){width:34px;height:34px}.leaflet-control-layers:not(.leaflet-control-layers-expanded) .leaflet-control-layers-toggle{width:32px;height:32px;background-size:20px 20px;background-position:center}.leaflet-control-layers-expanded{padding:7px 8px}.leaflet-control-layers label{margin:0}.leaflet-control-layers label>span{display:flex;align-items:center;gap:7px;min-height:28px;padding:0 5px;border-radius:4px;color:#dce9f8}.leaflet-control-layers label>span:hover{background:#ffffff0b}.leaflet-control-layers input{margin:0;accent-color:#2d6cdf}.leaflet-control-layers-separator{margin:5px 0;border-top-color:#34465f}.share-card{width:min(560px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px));overflow:hidden}.share-dialog-body{min-height:0;gap:13px;overflow-y:auto}.share-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.share-expiry-row{display:grid;grid-template-columns:130px minmax(0,1fr);align-items:end;gap:9px}.share-card .share-toggle{min-height:38px;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;box-sizing:border-box;padding:8px 10px;border:1px solid #405676;border-radius:5px;background:#0f2036;color:#c8d8eb;font-size:12px;line-height:1.4;cursor:pointer}.share-card .share-toggle:hover{border-color:#58708f;background:#142945}.share-card .share-toggle input{width:16px;height:16px;margin:0;accent-color:#2d6cdf}.share-card .share-toggle>span{min-width:0;display:flex;flex-direction:column;gap:2px}.share-card .share-toggle.share-full-warn{border-color:#f0b45e8c;background:#78501429;color:#f0c68e}.share-card .share-toggle.share-full-warn:hover{border-color:#f0b45ed1;background:#7850143d}.share-card .share-toggle.share-full-warn>span{flex-direction:row;align-items:center;gap:6px}.share-card .share-toggle.share-full-warn input{accent-color:#e0912f}.share-options{display:flex;flex-direction:column;gap:9px;padding:10px;border:1px solid #34465f;border-radius:6px;background:#102138}.share-options .share-password{gap:5px}.share-card .share-error{padding:9px 10px;border:1px solid rgba(239,68,68,.42);border-radius:5px;background:#7f1d1d38;color:#fecaca;line-height:1.45}.share-success{margin:0;padding:9px 10px;border:1px solid rgba(45,212,191,.32);border-radius:5px;background:#0d94881f;color:#6de0ca;font-size:12px;font-weight:650}.share-hint{color:#7890ad;font-size:10.5px;font-weight:400}.share-warn{color:#f0b45e;font-size:10.5px;font-weight:400}.cadastral-section .cad-actions{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.cadastral-section .cad-actions .icon-btn.on{border-color:#2d6cdf;color:#8ab4ff;background:#14294a}.cad-hint{color:#7890ad;font-size:11.5px;padding:4px 2px}.cad-card{border:1px solid #34465f;border-radius:6px;background:#102138;padding:9px 10px;margin-bottom:8px;font-size:12px}.cad-jibun{font-weight:700;color:#dbe7f5;margin-bottom:6px}.cad-attrs{display:flex;flex-wrap:wrap;gap:4px 12px;color:#9fb3cd}.cad-attrs b{color:#dbe7f5;font-weight:650}.cad-regs{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:3px}.cad-regs li{display:flex;align-items:center;gap:5px;color:#9fb3cd;font-size:11.5px}.cad-regs li small{color:#66809f}.cad-regs li.warn{color:#f0c68e}.cad-verdict{margin-top:8px;padding:6px 8px;border-radius:5px;font-size:11.5px;border:1px solid rgba(240,180,94,.5);background:#7850142e;color:#f0c68e}.cad-match{display:flex;flex-direction:column;gap:4px}.cad-row{display:grid;grid-template-columns:minmax(48px,auto) 1fr auto 16px;align-items:center;gap:8px;text-align:left;padding:6px 8px;border:1px solid #34465f;border-radius:5px;background:#0f2036;color:#c8d8eb;font-size:12px;cursor:pointer}.cad-row:hover{border-color:#58708f;background:#142945}.cad-row.warn{border-color:#f0b45e73}.cad-row-cat{font-weight:650}.cad-row-jibun{color:#9fb3cd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cad-row-jimok{color:#66809f;font-size:11px}.cad-row-warn{color:#f0b45e}.map-label-parcel{color:#fb923c;font-weight:700}.share-tunnel{position:relative;display:inline-block}.share-tunnel .hdr-tool.on{border-color:#16a085;color:#7fe0c8}.st-panel{position:absolute;right:0;top:calc(100% + 6px);width:250px;background:#0f1d33;border:1px solid #34465f;border-radius:10px;padding:12px;box-shadow:0 8px 28px #00000073;z-index:1000;color:#cde}.st-title{font-weight:600;font-size:13px;margin-bottom:8px}.st-desc{font-size:12px;color:#9bc;margin:0 0 10px;line-height:1.4}.st-go{width:100%;background:#2d6cdf;color:#fff;border:0;border-radius:7px;padding:9px;font-weight:600;cursor:pointer}.st-go:disabled{opacity:.6;cursor:default}.st-qr{background:#fff;border-radius:8px;padding:8px;display:flex;justify-content:center;margin-bottom:8px}.st-url{width:100%;box-sizing:border-box;font-size:11px;padding:7px;border-radius:6px;border:1px solid #34465f;background:#16263f;color:#cde;margin-bottom:8px}.st-row{display:flex;gap:6px}.st-copy{flex:1;background:#1f3a61;color:#cde;border:0;border-radius:6px;padding:7px;cursor:pointer}.st-stop{flex:1;background:#c0392b;color:#fff;border:0;border-radius:6px;padding:7px;cursor:pointer}.st-stop:disabled{opacity:.6;cursor:default}.st-meta{font-size:11px;color:#8aa;margin-top:8px;text-align:center}.st-err{font-size:11px;color:#e88;margin-top:8px}.st-warn{font-size:10px;color:#c99;margin-top:8px}.issued-url{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.share-card .issued-url input{width:100%;min-width:0;min-height:36px;box-sizing:border-box;padding:7px 9px;border:1px solid #405676;border-radius:5px;outline:0;background:#08182b;color:#dce9f8;font-size:12px}.share-card .issued-url button{min-width:64px;padding:7px 12px;border:1px solid #2d6cdf;border-radius:5px;background:#2d6cdf;color:#fff;cursor:pointer}.share-card .token-list{display:flex;flex-direction:column;gap:0;max-height:180px;overflow-y:auto;border:1px solid #34465f;border-radius:6px;background:#102138}.share-card .token-row{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 9px;border-bottom:1px solid rgba(52,70,95,.75);font-size:12px;color:#c8d8eb}.share-card .token-row:last-child{border-bottom:0}.share-card .token-row.revoked{color:#73849a;text-decoration:line-through}.share-card .token-row button{flex:0 0 auto;padding:4px 8px;border:1px solid #7e414b;border-radius:5px;background:#41242b;color:#f4bbc2;font-size:11px;cursor:pointer}.share-card .ephemeral-hint{margin:-4px 0 0;color:#7890ad}@media (max-width: 600px){.share-field-grid,.share-expiry-row{grid-template-columns:1fr}}.view-layout{display:flex;flex-direction:column;height:100%}.view-header{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#13243c;color:#eef;font-size:15px}.view-zone{color:#9bc}.view-badge{margin-left:auto;padding:3px 10px;border-radius:12px;background:#2d6cdf;font-size:12px}.view-map{position:relative;flex:1;min-height:0}.viewer-help-hint{position:absolute;left:12px;bottom:12px;z-index:950;max-width:230px;padding:10px 28px 10px 12px;border-radius:10px;background:#13243ce0;border:1px solid var(--eos-border, #34465f);color:var(--eos-text, #dbe8ff);font-size:12px;line-height:1.5;box-shadow:0 4px 14px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:viewerHintIn .2s ease}@keyframes viewerHintIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.viewer-help-hint-title{font-weight:700;margin-bottom:4px;color:var(--eos-text, #dbe8ff)}.viewer-help-hint-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px;color:var(--eos-text-dim, #9bbbe0)}.viewer-help-hint-close{position:absolute;top:6px;right:6px;width:20px;height:20px;border:none;border-radius:5px;background:transparent;color:var(--eos-text-dim, #9bbbe0);font-size:14px;line-height:1;cursor:pointer}.viewer-help-hint-close:hover{background:#ffffff14;color:var(--eos-text, #dbe8ff)}.view-blocked{display:flex;align-items:center;justify-content:center;height:100%;text-align:center;color:#556;background:#f4f6fa}.offline-landing{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100%;background:var(--eos-bg);color:var(--eos-text)}.offline-logo-img{width:min(260px,60vw);height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.offline-spinner{width:26px;height:26px;border-radius:50%;border:3px solid var(--eos-border);border-top-color:var(--eos-accent)}.upload-page{display:flex;align-items:center;justify-content:center;height:100%;background:#0f1b2d}.upload-card{width:460px;padding:32px;border-radius:12px;background:#fff}.upload-card h1{margin:0 0 8px}.upload-help{color:#667;font-size:14px}.upload-drop{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;border:2px dashed #ccd;border-radius:10px;color:#889}.upload-drop.active{border-color:#2d6cdf;background:#eef4ff;color:#1450a0}.upload-drop button{padding:9px 18px;border:0;border-radius:6px;background:#1450a0;color:#fff;cursor:pointer}.upload-progress-inline{margin-top:14px;color:#1450a0}.upload-result{margin-top:14px}.upload-result .ok{color:#1e8449;font-weight:600}.upload-result .failed{margin:6px 0 0;padding-left:18px;color:#c0392b;font-size:13px}.console-label{margin:2px 0;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.02em}.console-label.ops{background:#1b2c46;color:#7fd0ff;border-left:3px solid #2d6cdf}.console-label.work{background:#123431;color:#6fe0c8;border-left:3px solid #16a085}.mode-staff .sidebar{background:#0f2a28}.mode-staff .project-list button.active,.mode-staff .project-list button:hover{background:#1b4540}.admin-tools .sec-tool{position:relative;background:#3a2740;color:#f3c6ff}.admin-tools .sec-tool:hover{background:#4d2f57}.sec-badge{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#e74c3c;color:#fff;font-size:10px;line-height:16px;font-weight:700}.security-banner{position:absolute;top:0;left:0;right:0;z-index:1200;display:flex;align-items:center;gap:10px;padding:8px 14px;background:linear-gradient(90deg,#7a1f1f,#a83232);color:#fff;font-size:13px;cursor:pointer;box-shadow:0 2px 8px #0000004d}.security-banner .sec-icon{font-size:16px}.security-banner .sec-text{flex:1}.security-banner .sec-new{margin-left:6px;padding:1px 7px;border-radius:10px;background:#fff;color:#a83232}.security-banner .sec-time{font-size:11px;opacity:.85}.security-banner .sec-detail-btn{padding:4px 10px;border:1px solid rgba(255,255,255,.6);border-radius:6px;background:transparent;color:#fff;font-size:12px;cursor:pointer}.security-banner.pulse{animation:sec-pulse 1.4s ease-in-out infinite}@keyframes sec-pulse{0%,to{background:linear-gradient(90deg,#7a1f1f,#a83232)}50%{background:linear-gradient(90deg,#a32626,#d84040)}}.sec-help{margin:4px 0 10px;font-size:12px;color:#667;line-height:1.5}.sec-table .audit-head,.sec-table .audit-row{grid-template-columns:1.5fr 1.3fr .9fr 1fr .5fr}.admin-data-dialog{width:min(780px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px))}.admin-data-dialog-body{min-height:0;overflow-y:auto;gap:12px}.admin-data-dialog h4{margin:0;color:#dce9f8;font-size:12px}.admin-data-section-head{min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-data-section-head>span{color:#7890ad;font-size:11px}.user-create-section{padding:12px;border:1px solid #34465f;border-radius:6px;background:#102138}.admin-data-dialog .user-create{display:grid;grid-template-columns:1.1fr 1.15fr .8fr .8fr .85fr auto;align-items:end;gap:7px;margin-top:9px}.admin-data-dialog .user-create label{min-width:0;display:flex;flex-direction:column;gap:5px;color:#91a6c0;font-size:10.5px;font-weight:600}.admin-data-dialog .user-create input,.admin-data-dialog .user-create select,.admin-data-dialog .audit-filter input,.admin-data-dialog .audit-filter select,.admin-data-dialog .user-row select{width:100%;min-width:0;min-height:34px;box-sizing:border-box;padding:6px 8px;border:1px solid #405676;border-radius:5px;outline:0;background:#0b1b30;color:#e7f0fb;font:inherit;font-size:12px}.admin-data-dialog .user-create input:focus,.admin-data-dialog .user-create select:focus,.admin-data-dialog .audit-filter input:focus,.admin-data-dialog .audit-filter select:focus{border-color:#5d8ed9;box-shadow:0 0 0 2px #2d6cdf33}.admin-data-dialog input::placeholder{color:#607795}.user-add-btn{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:6px 12px;border:1px solid #2d6cdf;border-radius:5px;background:#2d6cdf;color:#fff;cursor:pointer;white-space:nowrap}.user-add-btn:disabled{opacity:.42;cursor:not-allowed}.user-list-section{min-height:0}.admin-data-dialog .user-table{gap:6px;margin-top:6px}.admin-data-dialog .user-card{padding:7px 9px;border-color:#34465f;background:#102138}.admin-data-dialog .user-card.inactive{opacity:.58}.admin-data-dialog .user-row{grid-template-columns:minmax(180px,1fr) 150px auto auto auto;padding:0;border:0;color:#dce9f8}.admin-data-dialog .user-row button{min-height:30px;padding:4px 9px;border:1px solid #405676;border-radius:5px;background:#1b3150;color:#cfe0f4;cursor:pointer;white-space:nowrap}.admin-data-dialog .user-row button:hover:not(:disabled){background:#244164;color:#fff}.admin-data-dialog .user-row .u-mfa{border-color:#60507e;background:#342b50}.admin-data-dialog .user-row .u-del{border-color:#79414a;background:#4a2830;color:#ffb7c0}.admin-data-dialog .u-caps{margin-top:7px;padding:7px 0 0;border-top-color:#34465f}.admin-data-dialog .u-caps-label{color:#7890ad}.admin-data-dialog .cap-chip{border-color:#405676;background:#162b47;color:#aebfd2}.admin-data-dialog .cap-chip.on{border-color:#2d6cdf;background:#2458ad;color:#fff}.admin-data-dialog .sec-help{margin:0;padding:9px 11px;border-left:3px solid #d49135;border-radius:4px;background:#1d2b3e;color:#aebfd2}.admin-data-dialog .audit-filter{display:grid;grid-template-columns:minmax(170px,220px) minmax(180px,1fr);gap:7px}.admin-data-dialog .audit-table{margin:0;overflow:hidden;border:1px solid #34465f;border-radius:6px;background:#0f2036;color:#cfe0f4}.admin-data-dialog .audit-head,.admin-data-dialog .audit-row{min-height:34px;box-sizing:border-box;align-items:center;padding:7px 10px;border-bottom:1px solid #2c3f59}.admin-data-dialog .audit-head{background:#182c48;color:#91a6c0;font-size:10.5px;text-transform:none}.admin-data-dialog .audit-row:last-child{border-bottom:0}.admin-data-dialog .audit-row.warn{background:#38252b;color:#ffadb8}.admin-data-dialog .audit-empty{color:#7188a5}.admin-data-dialog .audit-action-cell{min-width:0;display:flex;flex-direction:column;gap:2px}.admin-data-dialog .audit-action-cell small{overflow:hidden;color:#f2b3ba;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 760px){.admin-data-dialog .user-create{grid-template-columns:1fr 1fr}.admin-data-dialog .user-add-btn{min-height:36px}.admin-data-dialog .user-row{grid-template-columns:minmax(150px,1fr) 140px}.admin-data-dialog .user-row button{min-width:0}}.lifecycle-box{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:8px;background:#16263f;border-left:3px solid #3a4a66}.lifecycle-box.lc-review{border-left-color:#f1c40f}.lifecycle-box.lc-approved{border-left-color:#e67e22}.lc-status{display:flex;align-items:center;gap:8px;font-size:12px}.lc-badge{padding:2px 10px;border-radius:10px;font-size:11px;font-weight:700;color:#fff}.lc-badge-draft{background:#16a085}.lc-badge-review{background:#b9920a}.lc-badge-approved{background:#e67e22}.lc-approver{color:#9bc;font-size:11px}.lc-actions{display:flex;gap:6px;flex-wrap:wrap}.lc-actions button{flex:1;padding:8px;border:0;border-radius:6px;font-size:13px;cursor:pointer;background:#2d6cdf;color:#fff}.lc-actions .lc-approve{background:#e67e22}.lc-actions .lc-reopen{background:#8e44ad}.lc-actions button.secondary{background:#34465f;color:#cdf}.lc-wait{font-size:12px;color:#9bc;padding:4px 0}.lock-banner{position:absolute;top:0;left:0;right:0;z-index:1150;padding:8px 14px;background:#e67e22;color:#fff;font-size:13px;font-weight:600;text-align:center}.broken-link-banner{position:absolute;left:0;right:0;z-index:1180;display:flex;align-items:center;gap:10px;padding:10px 14px;background:#e67e2229;border-bottom:1px solid var(--eos-warning, #e67e22);color:var(--eos-text, #dbe8ff);box-shadow:0 2px 8px #00000040}.broken-link-banner .blb-icon{flex:none;color:var(--eos-warning, #e67e22);display:flex}.broken-link-banner .blb-body{flex:1;min-width:0}.broken-link-banner .blb-title{font-size:13.5px;font-weight:700;color:var(--eos-warning, #e67e22)}.broken-link-banner .blb-sub{font-size:12px;color:var(--eos-text-dim, #9bbbe0);margin-top:2px}.broken-link-banner .blb-path{font-family:inherit;background:#00000040;padding:1px 5px;border-radius:4px}.broken-link-banner .blb-cta{flex:none;background:var(--eos-warning, #e67e22);border:0;color:#fff;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}.broken-link-banner .blb-cta:hover{background:#d16f1c}.role-badge.role-system_admin{background:#c0392b}.user-card{border:1px solid #eef;border-radius:6px;padding:4px 8px}.user-card.inactive{opacity:.5}.user-card .user-row{border:0;padding:4px 0}.u-caps{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding:3px 0 4px;border-top:1px dashed #eef;margin-top:2px}.u-caps-label{font-size:11px;color:#889}.cap-chip{padding:3px 9px;border:1px solid #ccd;border-radius:12px;background:#f4f5fa;color:#667;font-size:11px;cursor:pointer}.cap-chip.on{background:#2d6cdf;border-color:#2d6cdf;color:#fff;font-weight:600}.user-row .u-mfa{padding:4px 8px;border:0;border-radius:5px;background:#8e44ad;color:#fff;cursor:pointer;font-size:12px}.mfa-self-btn{text-align:left;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-dim);font-size:13px;cursor:pointer;transition:background .12s}.mfa-self-btn:hover{background:var(--surface-2)}.mfa-self-btn.off{border-color:#e67e2280;background:#e67e2217;color:#e6a768}.mfa-self-btn.on{border-color:#16a08573;background:#16a08517;color:#7fd4b0}.mfa-status{font-size:13px;line-height:1.5}.mfa-status.on{color:#1e8449}.mfa-secret{margin:8px 0;padding:12px;border-radius:8px;background:#f4f5fa;border:1px dashed #aab;font-family:monospace;font-size:18px;letter-spacing:2px;text-align:center;word-break:break-all;cursor:copy}.mfa-hint{font-size:12px;color:#889}.mfa-backup-list{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:10px 0}.mfa-backup-code{padding:6px;border-radius:6px;background:#f4f5fa;border:1px solid #dde;font-family:monospace;font-size:14px;text-align:center}.mfa-dialog-card{width:min(500px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px))}.mfa-dialog-body{min-height:0;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}.mfa-error{margin:0;padding:9px 10px;border:1px solid rgba(239,68,68,.42);border-radius:5px;background:#7f1d1d38;color:#fecaca;line-height:1.45}.mfa-state-panel,.mfa-setup-panel{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #34465f;border-radius:6px;background:#102138}.mfa-state-panel p,.mfa-setup-panel p{margin:0;color:#aebfd2;font-size:12.5px;line-height:1.55}.mfa-dialog-card .mfa-status.on{color:#6de0ca;font-weight:650}.mfa-dialog-card .mfa-hint{color:#7890ad}.mfa-dialog-card .mfa-qr{align-self:center;padding:10px;border-radius:6px;background:#fff;line-height:0}.mfa-dialog-card .mfa-secret{margin:0;padding:10px;border:1px dashed #58708f;border-radius:5px;background:#08182b;color:#eef5ff;font-size:16px;letter-spacing:2px}.mfa-dialog-card .mfa-backup-list{margin:0}.mfa-dialog-card .mfa-backup-code{border-color:#405676;border-radius:5px;background:#08182b;color:#eef5ff}.project-dialog-actions .danger-subtle{border-color:#7e414b;background:#41242b;color:#f4bbc2}.project-dialog-actions .danger-subtle:hover{background:#573039}.login-link{margin-top:8px;background:transparent;border:0;color:#2d6cdf;font-size:13px;cursor:pointer}.explorer{display:flex;flex-direction:column;height:100vh;background:#0f1b2d;color:#cdf}.explorer-header{height:52px;background:#13243c;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #34465f;flex:none;position:relative;z-index:1200}.explorer-header .brand{display:flex;align-items:baseline;gap:8px}.explorer-header .brand .logo{font-size:18px;font-weight:700;color:#eef;margin:0}.explorer-header .brand .sub{font-size:13px;color:#9bc}.explorer-header .brand .pt-edit{align-self:center;padding:4px;border:0;background:transparent;color:#9bc;cursor:pointer;border-radius:6px}.explorer-header .brand .pt-edit:hover{color:#dbe7ff;background:#ffffff14}.explorer-header .proj-brand{align-items:center;gap:6px;flex-wrap:nowrap;min-width:0}.explorer-header .proj-brand .explorer-back{padding:6px;border:0;background:transparent;color:#9bc;cursor:pointer;border-radius:6px;flex:none}.explorer-header .proj-brand .explorer-back:hover{color:#dbe7ff;background:#ffffff14}.hdr-proj-name{font-size:15px;font-weight:700;color:#eef;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hdr-div{width:1px;height:20px;background:#34465f;margin:0 3px;flex:none}.explorer-header .file-menu{position:relative;margin:0}.explorer-header .file-menu-btn{width:auto;padding:6px 9px;border:0;background:transparent;color:#cdf}.explorer-header .file-menu-btn:hover{background:#ffffff14;color:#fff}.explorer-header .file-menu-pop{right:auto;min-width:210px;overflow:visible;border-color:#34465f;background:#13243c;box-shadow:0 10px 28px #0000005c}.explorer-header .file-menu-pop button{color:#dce9f8}.explorer-header .file-menu-pop button:hover{background:#ffffff0e}.explorer-header .file-menu-pop svg{color:#91a6c0}.explorer-header .file-menu-subpop{border-color:#34465f;background:#13243c;box-shadow:10px 12px 30px #00000061}.explorer-header .file-menu-parent:hover>svg,.explorer-header .file-menu-submenu:focus-within>.file-menu-parent svg{color:#bcd8fb}.explorer-header .file-menu-group{display:flex;align-items:center;gap:6px;color:#7890ad;letter-spacing:0;text-transform:none}.explorer-header .file-menu-group svg{color:#7890ad}.explorer-header .file-menu-sep{background:#34465f}.explorer-header .hdr-right{display:flex;align-items:center;gap:10px;font-size:13px}.explorer-header .hdr-tool{background:transparent;border:0;color:#cdf;cursor:pointer;font-size:13px;position:relative;padding:4px 2px}.explorer-header .hdr-tool:hover{color:#fff}.explorer-body{display:flex;flex:1;min-height:0}.explorer-list{flex:0 0 58%;display:flex;flex-direction:column;border-right:1px solid #34465f;min-width:0}.explorer-toolbar{display:flex;gap:8px;align-items:center;padding:10px 14px}.explorer-toolbar .btn-new{background:#2d6cdf;color:#fff;border:0;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.explorer-toolbar .btn-import{background:transparent;color:#cdf;border:1px solid #34465f;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.explorer-toolbar .btn-import:hover{background:#16263f;color:#fff}.explorer-search{flex:1;background:#16263f;border:1px solid #34465f;color:#eef;border-radius:6px;padding:8px 10px;font-size:13px;min-width:0}.explorer-search::placeholder{color:#889}.explorer-search-wrap{flex:1;position:relative;display:flex;align-items:center;min-width:0}.explorer-search-wrap .explorer-search{flex:1;padding-left:32px}.explorer-search-ico{position:absolute;left:10px;color:var(--eos-text-muted);pointer-events:none}.explorer-sort{background:#16263f;border:1px solid #34465f;color:#cdf;border-radius:6px;padding:8px 10px;font-size:13px}.explorer-grid{display:grid;grid-template-columns:30px 1fr 96px 96px 78px 70px;align-items:center}.explorer-colhead{font-size:12px;color:#9bc;font-weight:700;padding:8px 14px;border-bottom:1px solid #34465f}.explorer-rows{overflow-y:auto;flex:1}.explorer-row{padding:10px 14px;border-bottom:1px solid #1f2c44;cursor:pointer;color:#cdf;font-size:13px;outline:none}.explorer-row:hover{background:#182a47}.explorer-row.active{background:#1f3a61;color:#fff;box-shadow:inset 3px 0 #2d6cdf}.explorer-row .ico{display:flex;align-items:center;justify-content:center}.explorer-row .title-cell{display:flex;align-items:center;gap:6px;overflow:hidden;min-width:0}.explorer-row .title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 1 auto;min-width:0}.link-broken-badge{flex:none;padding:2px 8px;border-radius:10px;background:#e67e2229;color:var(--eos-warning, #e67e22);font-size:11px;font-weight:600}.explorer-row.locked .title{color:#9bc;font-weight:500}.explorer-row .cell-time{color:#9bb;font-size:12px;font-variant-numeric:tabular-nums}.explorer-row .cell-by{color:#9bc;font-size:12px}.url-on{color:#4da3ff;font-size:12px}.url-off{color:#667;font-size:12px}.explorer-empty{padding:28px 14px;text-align:center;color:#889;font-size:13px}.explorer-foot{padding:9px 14px;font-size:12px;color:#9bc;border-top:1px solid #34465f}.explorer-preview{flex:1;padding:18px;display:flex;flex-direction:column;gap:12px;min-width:0}.overview-map-wrap{flex:1;position:relative;min-height:320px;display:flex}.overview-base-toggle{position:absolute;top:10px;right:10px;z-index:500;display:flex;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000047}.overview-base-toggle button{padding:6px 15px;border:0;background:#fffffff0;color:#334;font-size:13px;font-weight:600;cursor:pointer}.overview-base-toggle button.active{background:#3b82f6;color:#fff}.overview-base-toggle button+button{border-left:1px solid #d5d9e2}.overview-map{flex:1;min-height:320px;width:100%;border-radius:12px;overflow:hidden;background:#16263f}.overview-map .leaflet-container{width:100%;height:100%;background:#16263f}.overview-pin{display:flex;align-items:center;gap:5px;white-space:nowrap;cursor:pointer}.overview-pin-dot{width:12px;height:12px;border-radius:50%;background:var(--eos-accent, #4aa3ff);border:2px solid #fff;box-shadow:0 0 4px #0000008c;flex:none}.overview-pin-label{font-size:11px;font-weight:600;color:#fff;background:#0f1720b8;padding:1px 6px;border-radius:6px}.overview-pin.selected .overview-pin-dot{background:#facc15;width:15px;height:15px}.overview-pin.selected .overview-pin-label{background:#facc15eb;color:#1a1a1a}.explorer-row-wrap{display:block}.row-detail{display:flex;flex-direction:column;gap:10px;padding:12px 16px 14px 42px;background:#16263f8c;border-bottom:1px solid var(--eos-border, #24384f);animation:rowDetailIn .16s ease}@keyframes rowDetailIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.row-detail .preview-aggs,.row-detail .preview-meta,.row-detail .preview-actions{margin:0}.row-folder .folder-path{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--eos-text-dim, #9fb0c0);word-break:break-all}.preview-cover{width:100%;height:210px;border-radius:10px;background:#16263f;overflow:hidden;display:flex;align-items:center;justify-content:center;flex:none;position:relative}.preview-cover .preview-map{border-radius:10px;pointer-events:none}.preview-cover .preview-map .leaflet-container{background:#16263f}.preview-pin-dot{display:block;width:12px;height:12px;border-radius:50%;background:#ffd84d;border:2px solid #1a2a40;box-shadow:0 0 0 1px #ffd84d99}.preview-cover-tag{position:absolute;left:10px;bottom:10px;font-size:11px;color:#cdf;background:#0f1b2dd1;padding:4px 9px;border-radius:6px;pointer-events:none}.preview-cover img{width:100%;height:100%;object-fit:cover}.preview-cover-empty{color:#889;font-size:13px}.preview-cover-unlinked{display:flex;align-items:center;gap:6px;color:#e67e22}.preview-cover-relink{border:1px solid var(--eos-warning, #e67e22);background:transparent;color:var(--eos-warning, #e67e22);border-radius:5px;padding:2px 8px;font-size:11px;cursor:pointer}.preview-cover-relink:hover{background:var(--eos-warning, #e67e22);color:#fff}.preview-title{display:flex;align-items:center;gap:10px}.preview-title .t{font-size:18px;font-weight:600;color:#eef}.preview-divider{height:1px;background:#34465f}.preview-aggs{display:flex;gap:16px;font-size:13px;color:#cde}.preview-aggs b{color:#eef}.preview-meta{font-size:13px;color:#9bc;line-height:1.7}.preview-meta b{color:#cde;font-weight:600}.preview-actions{display:flex;gap:8px;align-items:center;margin-top:auto}.preview-actions button{border:1px solid transparent;border-radius:7px;padding:8px 14px;font-size:13px;cursor:pointer;transition:background .12s}.preview-actions .a-open{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.preview-actions .a-open:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.preview-actions .a-share,.preview-actions .a-move,.preview-actions .a-export{background:transparent;border-color:var(--border);color:var(--text-dim)}.preview-actions .a-share:hover,.preview-actions .a-move:hover,.preview-actions .a-export:hover{background:var(--surface-2);border-color:#4a5d7e;color:var(--text)}.preview-actions .a-relink{background:transparent;border-color:var(--warning);color:#f0a860}.preview-actions .a-relink:hover{background:var(--warning);color:#fff}.preview-actions .preview-hint{font-size:12px;color:#667;margin-left:4px}.preview-placeholder{margin:auto;text-align:center;color:#667;font-size:14px}.preview-placeholder .pp-icon{margin-bottom:10px;color:var(--eos-text-muted);opacity:.7}.explorer-back{background:transparent;border:1px solid #3a4a66;color:#cdf;border-radius:6px;padding:5px 10px;font-size:13px;font-weight:600;cursor:pointer}.explorer-back:hover{background:#1f3a61}@media (max-width: 1200px){.explorer-grid{grid-template-columns:28px 1fr 88px 88px 70px}.explorer-colhead span:nth-child(5),.explorer-row .cell-by{display:none}}.layerboard{width:300px;flex:none;background:#13243c;border-left:1px solid #34465f;padding:12px;overflow:hidden;color:#cdf;display:flex;flex-direction:column}.layerboard .lb-section{overflow-y:auto;flex:none;min-height:48px}.layerboard .lb-section-grow{flex:1;min-height:60px}.layerboard .lb-section .lb-group-title{border-top:none;margin-top:0;padding-top:4px}.layerboard .lb-divider{flex:none;height:10px;margin:2px 0;display:flex;align-items:center;justify-content:center;cursor:row-resize;border-top:1px solid #34465f;border-bottom:1px solid #34465f;background:#16263f}.layerboard .lb-divider:hover{background:#1f3a61}.layerboard .lb-divider-grip{width:36px;height:3px;border-radius:2px;background:#5b7494}.layerboard .lb-viewtoggle{display:inline-flex;gap:2px}.layerboard .lb-viewtoggle button{background:#16263f;border:1px solid #34465f;color:#9bc;border-radius:4px;padding:1px 6px;font-size:12px;cursor:pointer;line-height:1.4}.layerboard .lb-viewtoggle button.on{background:#2d6cdf;border-color:#2d6cdf;color:#fff}.layerboard .lb-count{color:#9bc}.layerboard .lb-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:4px 2px}.layerboard .lb-thumb{position:relative;aspect-ratio:1 / 1;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;background:#0d1828;cursor:pointer}.layerboard .lb-thumb img{width:100%;height:100%;object-fit:cover;display:block}.layerboard .lb-thumb.sel{border-color:#2d6cdf;box-shadow:0 0 0 2px #2d6cdf66}.layerboard .lb-thumb.off{opacity:.4;filter:grayscale(1)}.layerboard .lb-thumb-ph{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;color:#5b7494}.layerboard .lb-thumb-unlinked{flex-direction:column;gap:3px;color:#e67e22}.layerboard .lb-thumb-unlinked em{font-style:normal;font-size:10px}.layerboard .lb-unlinked-badge{display:inline-flex;align-items:center;gap:3px;color:#e67e22;font-size:11px;margin-left:6px}.layerboard .lb-thumb-relink{position:absolute;left:50%;bottom:4px;transform:translate(-50%);border:1px solid var(--eos-warning, #e67e22);background:#0f1b2dd9;color:var(--eos-warning, #e67e22);border-radius:5px;padding:1px 6px;font-size:10px;cursor:pointer;z-index:1}.layerboard .lb-thumb-relink:hover{background:var(--eos-warning, #e67e22);color:#fff}.layerboard .lb-thumb-warn{position:absolute;top:2px;left:2px;font-size:11px;text-shadow:0 0 3px #000}.layerboard .lb-thumb-eye{position:absolute;bottom:2px;right:2px;background:#0000008c;border-radius:4px;padding:2px;line-height:0}.layerboard svg{vertical-align:middle}.layerboard .lb-eye,.layerboard .lb-tool,.layerboard .lb-sel-x,.layerboard .lb-drag,.layerboard .lb-viewtoggle button,.layerboard .lb-thumb-select,.layerboard .lb-thumb-eye{display:inline-flex;align-items:center;justify-content:center}.layerboard .lb-thumb-select{width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}.layerboard .lb-thumb-eye{border:0;color:#dbe8ff;cursor:pointer}.layerboard .lb-inline-warn{color:#e67e22;margin-right:3px}.lb-spin{animation:lb-spin .9s linear infinite}@keyframes lb-spin{to{transform:rotate(360deg)}}.layerboard .lb-foot{display:flex;align-items:center;gap:4px;margin-top:auto;padding-top:8px;border-top:1px solid #34465f}.layerboard .lb-tool{background:#16263f;border:1px solid #34465f;color:#cdf;border-radius:5px;padding:5px 9px;font-size:14px;cursor:pointer;line-height:1}.layerboard .lb-tool:hover{background:#1f3a61}.layerboard .lb-tool:disabled{opacity:.4;cursor:default}.layerboard .lb-tool-danger:not(:disabled):hover{background:#c0392b;border-color:#c0392b}.layerboard .lb-foot-sep{flex:1}.layerboard .lb-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.layerboard .lb-title{font-size:14px;font-weight:600;color:#eef}.layerboard .lb-mode-badge{margin-left:auto;padding:2px 6px;border:1px solid #405676;border-radius:4px;color:#8fb5e8;font-size:10px;font-weight:700}.layerboard .lb-lock{font-size:11px;color:#e67e22}.layerboard .lb-group-title{font-size:13px;color:#9bc;font-weight:600;padding:10px 4px 4px;display:flex;justify-content:space-between;border-top:1px solid #1f2c44;margin-top:6px}.layerboard .lb-analyze{display:inline-flex;min-height:26px;align-items:center;gap:5px;padding:0 8px;border:1px solid #3d6394;border-radius:5px;background:#1d3d68;color:#dceaff;cursor:pointer;font-size:11px;font-weight:700}.layerboard .lb-analyze:hover{border-color:#6ea8ff;background:#28558d;color:#fff}.layerboard .lb-row{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:6px;padding:5px 4px;border-radius:5px;font-size:12px}.layerboard .lb-row:hover{background:#182a47}.layerboard .lb-row.sel{background:#1f3a61;box-shadow:inset 3px 0 #ffd84d}.layerboard .lb-zone.sel{background:#203a5d;box-shadow:inset 3px 0 #f1c40f}.layerboard .lb-row.off .lb-label{color:#667}.layerboard .lb-row.lb-photo{grid-template-columns:24px 1fr 18px}.layerboard .lb-row.lb-ortho{grid-template-columns:24px 24px minmax(0,1fr)}.layerboard .lb-guide{position:relative;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:4px;background:transparent;color:#65c7d9;cursor:pointer}.layerboard .lb-guide:hover{background:#29466e;color:#b9f5ff}.layerboard .lb-guide.is-off{color:#5d6d82}.layerboard .lb-guide.is-off:after{position:absolute;width:16px;height:1px;background:currentColor;content:"";transform:rotate(-45deg)}.layerboard .lb-drag{color:#667;cursor:grab;text-align:center;-webkit-user-select:none;user-select:none}.layerboard .lb-row[draggable=true]{cursor:grab}.layerboard .lb-hint{font-size:11px;color:#667;padding:2px 4px 6px}.layerboard .lb-selected{background:#16263f;border:1px solid #34465f;border-radius:6px;padding:8px;margin-bottom:6px}.layerboard .lb-sel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.layerboard .lb-sel-name{font-size:12px;font-weight:600;color:#eef;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layerboard .lb-sel-x{background:transparent;border:0;color:#9bf;cursor:pointer;font-size:12px;flex:none;padding:0 2px}.layerboard .lb-sel-row{display:grid;grid-template-columns:40px 1fr 42px;align-items:center;gap:6px;font-size:12px;margin:3px 0}.layerboard .lb-sel-row input{width:100%;accent-color:#4da3ff}.layerboard .lb-sel-val{text-align:right;color:#cde}.layerboard .lb-sel-empty{font-size:12px;color:#667;text-align:center;padding:4px}.layerboard .lb-row.lb-viol{grid-template-columns:24px 14px minmax(0,1fr) 24px}.layerboard .lb-row.lb-viol.has-select{grid-template-columns:18px 24px 14px minmax(0,1fr) 24px}.layerboard .lb-row.lb-viol>input[type=checkbox]{width:14px;height:14px;accent-color:#2d6cdf}.layerboard .lb-eye{background:transparent;border:0;cursor:pointer;font-size:13px;padding:0;text-align:center}.layerboard .lb-opacity{width:100%;accent-color:#4da3ff}.layerboard .lb-dot{display:inline-block;width:9px;height:9px;border-radius:50%;flex:none}.layerboard .lb-label{background:transparent;border:0;color:#cdf;cursor:pointer;font-size:12px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0}.layerboard .lb-label:hover{color:#fff}.layerboard .lb-zone-rename{width:100%;min-width:0;height:25px;padding:2px 6px;border:1px solid #4da3ff;border-radius:4px;outline:none;background:#0d1a2e;color:#fff;font:inherit;box-shadow:0 0 0 2px #4da3ff2e}.lb-context-dismiss{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1290;padding:0;border:0;background:transparent;cursor:default}.lb-context-menu{position:fixed;z-index:1291;width:176px;padding:5px;border:1px solid #385171;border-radius:6px;background:#101e33;box-shadow:0 12px 30px #00000061}.lb-context-menu button{display:flex;width:100%;height:32px;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:4px;background:transparent;color:#dce9f8;font-size:12px;text-align:left;cursor:pointer}.lb-context-menu button:hover,.lb-context-menu button:focus-visible{outline:none;background:#244469;color:#fff}.lb-context-menu button.danger{color:#ff8585}.lb-context-menu button.danger:hover,.lb-context-menu button.danger:focus-visible{background:#4b2330}.layerboard .lb-row-action{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:4px;background:transparent;color:#8297b4;cursor:pointer}.layerboard .lb-row-action:hover{background:#29466e;color:#fff}.layerboard .lb-bulk{display:grid;grid-template-columns:auto minmax(54px,1fr) auto auto;gap:5px;align-items:center;padding:6px 4px;border-bottom:1px solid #2d425f}.layerboard .lb-bulk-count{color:#9fb2ca;font-size:11px;white-space:nowrap}.layerboard .lb-bulk-height{width:100%;min-width:0;box-sizing:border-box;padding:4px 5px;border:1px solid #3a5373;border-radius:4px;background:#0f2036;color:#eef5ff;font-size:11px}.layerboard .lb-bulk button{min-height:26px;padding:3px 7px;border:1px solid #3a5373;border-radius:4px;background:#1a3150;color:#dce9f8;font-size:11px;cursor:pointer}.layerboard .lb-bulk button.primary{background:#2d6cdf;border-color:#2d6cdf;color:#fff}.layerboard .lb-empty{font-size:12px;color:#667;padding:6px 4px}.layerboard.is-3d .lb-head{order:0}.layerboard.is-3d .lb-violations{order:1;height:min(42%,330px)}.layerboard.is-3d .lb-blocks{order:2;flex:1;max-height:none;min-height:120px;border-top:1px solid #34465f}.layerboard.is-3d .lb-zones{order:3;max-height:150px}.layerboard.is-3d .lb-orthos{order:4;max-height:150px}.ai-workspace{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1180;display:grid;grid-template-rows:48px minmax(0,1fr);min-width:0;min-height:0;background:#0f1b2d;color:#dbe8ff}.ai-workspace-bar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:16px;padding:0 12px 0 16px;border-bottom:1px solid #34465f;background:#13243c}.ai-workspace-title,.ai-workspace-actions{display:flex;min-width:0;align-items:center;gap:8px}.ai-workspace-title>strong{flex:none;color:#f1f6ff;font-size:14px}.ai-workspace-title>span:not(.ai-workspace-separator){overflow:hidden;color:#9bbbe0;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.ai-workspace-separator{width:1px;height:16px;flex:none;background:#405676}.ai-workspace-actions{flex:none}.ai-workspace-actions .icon-btn{display:inline-grid;width:30px;height:30px;place-items:center;padding:0;border:0;border-radius:5px;background:transparent;color:#9bbbe0;cursor:pointer}.ai-workspace-actions .icon-btn:hover{background:#ffffff14;color:#fff}.ai-workspace-state{display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border:1px solid #5d4d30;border-radius:4px;color:#f1c56a;font-size:11px;font-weight:700}.ai-workspace-state.ready{border-color:#276a61;color:#67d8c6}.ai-workspace-body{position:relative;min-width:0;min-height:0;overflow:hidden;background:#0b111b}.ai-workspace-body iframe{width:100%;height:100%;border:0;background:#0f1b2d;opacity:1;transition:opacity .12s ease}.ai-workspace-body iframe.loading{opacity:0}.ai-workspace-feedback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:#0f1b2d;color:#9bbbe0;text-align:center}.ai-workspace-feedback strong{color:#eef5ff;font-size:15px}.ai-workspace-feedback span{font-size:12px}.ai-workspace-feedback.error svg{color:#e66b65}.ai-workspace-feedback button{display:inline-flex;min-height:32px;align-items:center;gap:6px;margin-top:6px;padding:0 12px;border:1px solid #49698f;border-radius:5px;background:#1f3a61;color:#fff;cursor:pointer}.mark-properties-panel{position:absolute;top:68px;right:318px;z-index:1100;width:min(290px,calc(100% - 32px));display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #36506f;border-radius:8px;background:#0f1d31f5;box-shadow:0 12px 32px #0000005c;color:#e9f1fb}.mark-properties-panel header{display:grid;grid-template-columns:10px 1fr 28px;gap:8px;align-items:center}.mark-properties-panel header button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:5px;background:transparent;color:#9fb2ca;cursor:pointer}.mark-properties-panel header button:hover{background:#243b5a;color:#fff}.mark-properties-swatch{width:10px;height:28px;border-radius:3px}.mark-preview-state{min-height:30px;display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:6px;padding:0 8px;border:1px solid #38516f;border-radius:5px;background:#101f35;color:#aebfd2;font-size:11.5px}.mark-preview-state svg{color:#65a4ef}.mark-preview-state small{color:#7890ad}.mark-preview-state.dirty{border-color:#e67e22b8;background:#e67e2214;color:#f3c48d}.mark-preview-state.dirty svg,.mark-preview-state.dirty small{color:#e9a55d}.mark-properties-panel>label{display:flex;flex-direction:column;gap:5px;color:#aebfd2;font-size:12px}.mark-properties-panel select,.mark-properties-panel input,.mark-properties-panel textarea{width:100%;box-sizing:border-box;border:1px solid #38516f;border-radius:5px;background:#0f2036;color:#eef5ff;font:inherit;padding:7px 8px}.mark-properties-panel textarea{resize:vertical;min-height:74px}.mark-properties-panel small{color:#7890ad}.mark-range-field>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.mark-range-field output{color:#8abaff;font-weight:700;font-variant-numeric:tabular-nums}.mark-range-row{display:grid;grid-template-columns:minmax(0,1fr) 72px;align-items:center;gap:8px}.mark-properties-panel .mark-range-field input[type=range]{min-width:0;padding:0;accent-color:#2d6cdf}.mark-properties-panel .mark-range-number{text-align:right;font-variant-numeric:tabular-nums}.mark-properties-panel footer{display:grid;grid-template-columns:auto 1fr auto auto;gap:6px;align-items:center}.mark-properties-panel footer button{min-height:32px;padding:5px 10px;border:1px solid #3b5575;border-radius:5px;background:#1a3150;color:#dce9f8;cursor:pointer}.mark-properties-panel footer button.primary{background:#2d6cdf;border-color:#2d6cdf;color:#fff}.mark-properties-panel footer button:disabled{opacity:.48;cursor:default}.preview-actions .a-delete{background:transparent;border-color:var(--danger);color:#e8807a}.preview-actions .a-delete:hover{background:var(--danger);color:#fff}.delete-card{max-width:420px}.delete-card .del-warn{font-size:13px;color:#445;line-height:1.6}.delete-card .del-warn b{color:#c0392b}.delete-card .del-label{display:block;font-size:13px;color:#556;margin:10px 0 6px}.delete-card .del-label code{background:#f1d6d2;color:#a3271f;padding:1px 6px;border-radius:4px;font-weight:600}.delete-card .del-input{width:100%;padding:9px 10px;border:1px solid #ccd;border-radius:6px;font-size:14px;box-sizing:border-box}.delete-card .del-error{margin-top:8px;font-size:12px;color:#c0392b}.delete-card .del-approved-tag{display:inline-block;background:#e67e22;color:#fff;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;margin-right:6px}.delete-card .del-mfa-needed{margin:10px 0;padding:10px 12px;background:#fdf3e7;border:1px solid #f0c890;border-radius:6px;font-size:13px;color:#8a5a1a;line-height:1.5}.lifecycle-bottom{margin-top:auto;padding-top:10px;border-top:1px solid #34465f}.mfa-qr{display:flex;justify-content:center;margin:10px 0}.mfa-qr svg{background:#fff;padding:12px;border-radius:8px;border:1px solid #dde}.mv-root{position:relative;width:100%;height:100%;overflow:hidden}.mv-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.mv-canvas canvas{display:block;width:100%!important;height:100%!important}.mv-navtoggle{position:absolute;right:12px;bottom:168px;z-index:6;font-size:11px;padding:5px 12px;border-radius:999px;cursor:pointer;background:#0f1620b8;color:#e7eef5;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mv-nav{position:absolute;z-index:6;display:grid;gap:6px}.mv-nav.map2d-nav{z-index:1001}.mv-nav button{border-radius:12px;line-height:1;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;background:#0f1620b8;color:#e7eef5;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;font-weight:600}.mv-nav button:active{background:#349eeb8c;border-color:#349eebcc}.mv-nav-zoom{left:12px;top:12px}.mv-nav-zoom button{width:44px;height:44px;font-size:22px}.mv-nav-zoom .mv-nav-surface{font-size:15px;font-weight:700;margin-bottom:6px;background:#349eeb4d;border-color:#349eeb99}.mv-nav-pan{left:12px;bottom:16px;grid-template-columns:repeat(3,40px);grid-template-rows:repeat(3,40px);grid-template-areas:". up ." "left sw right" ". down ."}.mv-nav-pan button{width:40px;height:40px;font-size:20px}.mv-nav-pan .pan-up{grid-area:up}.mv-nav-pan .pan-down{grid-area:down}.mv-nav-pan .pan-left{grid-area:left}.mv-nav-pan .pan-right{grid-area:right}.mv-nav-pan .pan-switch{grid-area:sw;font-size:10px;font-weight:700;line-height:1.05;background:#349eeb52;border-color:#349eeb99}.mv-nav-pan .pan-switch:active{background:#349eeb99}.mv-label{pointer-events:none;white-space:nowrap;font-size:11px;font-weight:600;color:#fff;line-height:1;padding:3px 7px;border-radius:10px;background:#0d141eb8;border:1px solid rgba(255,255,255,.18);text-shadow:0 1px 2px rgba(0,0,0,.6)}.mv-label-zone{border-color:#4aa3ff8c;color:#cfe6ff}.mv-label-viol{border-left:3px solid #e74c3c}.map-label,.leaflet-tooltip.map-label{pointer-events:none;white-space:nowrap;font-size:11px;font-weight:600;color:#fff;line-height:1;padding:3px 7px;border-radius:10px;background:#0d141eb8;border:1px solid rgba(255,255,255,.18);box-shadow:none;text-shadow:0 1px 2px rgba(0,0,0,.6)}.leaflet-tooltip.map-label:before{display:none}.map-label.map-label-zone,.leaflet-tooltip.map-label.map-label-zone{border-color:#facc1599;color:#fde68a}.map-label.map-label-viol,.leaflet-tooltip.map-label.map-label-viol{border-left:3px solid var(--label-color, #e74c3c)}.align-bar{position:absolute;left:50%;bottom:24px;transform:translate(-50%);z-index:1002;display:flex;gap:10px;align-items:center;background:#0d141ee0;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:8px 14px;color:#fff;font-size:13px;font-weight:600;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.align-bar button{padding:5px 14px;border-radius:7px;font-size:13px;cursor:pointer;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fff}.align-bar button.primary{background:#2f7de1;border-color:#2f7de1}.align-bar button:disabled{opacity:.45;cursor:default}.mv-joy{position:absolute;right:16px;bottom:82px;z-index:6;width:78px;height:78px;border-radius:50%;touch-action:none;cursor:grab;background:radial-gradient(circle at 50% 42%,#1c2836c7,#0f162099);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mv-joy:before{content:"";position:absolute;top:13px;right:13px;bottom:13px;left:13px;border-radius:50%;border:1px dashed rgba(255,255,255,.22)}.mv-joy:active{cursor:grabbing}.mv-joy-knob{position:absolute;left:50%;top:50%;width:36px;height:36px;border-radius:50%;transform:translate(-50%,-50%);background:#e8912a;pointer-events:none;box-shadow:0 2px 8px #00000073,0 0 0 5px #e8912a40}.mv-panel-shell{position:absolute;top:12px;right:12px;bottom:12px;z-index:7;width:34px;pointer-events:none}.mv-panel-shell.open{width:min(290px,calc(100% - 24px))}.mv-panel-toggle{position:absolute;top:0;right:0;width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid #34465f;border-radius:7px;background:#0f1b2df0;color:#dce9f8;box-shadow:0 4px 14px #00000047;cursor:pointer;pointer-events:auto}.mv-panel-toggle:hover,.mv-panel-shell.open .mv-panel-toggle{border-color:#4d6c96;background:#1b3150;color:#fff}.mv-panel{position:absolute;top:40px;right:0;display:flex;flex-direction:column;gap:8px;padding:10px;background:#16191dd1;border:1px solid var(--border, #2a2f36);border-radius:8px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);max-height:calc(100% - 40px);overflow:auto;width:100%;box-sizing:border-box;overflow-x:hidden;pointer-events:auto;box-shadow:0 8px 24px #00000057}.mv-panel-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:2px;border:1px solid var(--border, #2a2f36);border-radius:7px;background:#080c1173}.mv-panel-tabs button{min-height:30px;padding:5px 12px;border:0;border-radius:5px;background:transparent;color:var(--text-dim, #9aa4af);font-size:12px;font-weight:600;cursor:pointer}.mv-panel-tabs button.on{background:#2d6cdf;color:#fff}.mv-panel-section{display:flex;flex-direction:column;gap:8px;min-width:0}.mv-align-panel{min-width:0}.mv-nudge{flex-wrap:wrap}.mv-nudge button{min-width:30px}.mv-quality{display:flex;gap:2px}.mv-quality .mv-seg{min-width:0}@media (max-width: 900px){.mv-quality{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.mv-seg{padding:5px 9px;font-size:12px;border:1px solid var(--border, #2a2f36);background:transparent;color:var(--text-dim, #9aa4af);cursor:pointer;border-radius:6px;transition:all .12s ease}.mv-seg.on{background:var(--accent, #3b82f6);color:#fff;border-color:transparent}.mv-reset{padding:5px 9px;font-size:12px;border:1px solid var(--border, #2a2f36);background:transparent;color:var(--text-dim, #9aa4af);cursor:pointer;border-radius:6px}.mv-blocks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}.mv-eye{width:100%;text-align:left;padding:4px 8px;font-size:12px;cursor:pointer;background:transparent;border:1px solid transparent;color:var(--text, #e5e9ee);border-radius:5px}.mv-eye.off{opacity:.4;text-decoration:line-through}.mv-pct{color:var(--accent, #3b82f6);font-size:11px}.mv-badge-prov{font-size:11px;color:#f59e0b;padding:4px 8px;border:1px solid #f59e0b55;border-radius:5px;background:#f59e0b11}.mv-error{padding:24px;color:var(--text-dim, #9aa4af);text-align:center}.admin-workspace,.admin-workspace-main{width:100%;height:100dvh;min-width:0;min-height:0}.admin-workspace{position:relative;overflow:hidden}.admin-workspace-main{position:relative}.admin-workspace-main.is-covered{visibility:hidden;pointer-events:none}.admin-workspace-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;min-width:0;min-height:0;background:#11161c}.compare-page{width:100vw;height:100dvh;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#11161c;color:#edf2f7}.compare-header{min-height:58px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,420px) auto;align-items:center;gap:18px;padding:0 18px;border-bottom:1px solid #303943;background:#171d24}.compare-title,.compare-title>div,.compare-project-select,.compare-toolbar label{min-width:0}.compare-title{display:flex;align-items:center;gap:10px}.compare-title .icon-btn,.compare-view-controls .icon-btn,.compare-swap{width:32px;height:32px;flex:none;display:grid;place-items:center;padding:0;border:1px solid #394552;border-radius:6px;background:#202833;color:#d8e0e8;cursor:pointer}.compare-title strong,.compare-title span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-title strong{font-size:15px}.compare-title span{margin-top:2px;color:#91a0af;font-size:12px}.compare-project-select{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px}.compare-project-select>span,.compare-toolbar label>span{color:#9aa8b6;font-size:11px;font-weight:700;white-space:nowrap}.compare-page select{width:100%;min-width:0;height:34px;padding:0 30px 0 10px;border:1px solid #3a4653;border-radius:5px;background:#101821;color:#edf3f8;font:inherit;font-size:12px}.compare-tabs,.compare-segmented{display:inline-flex;gap:2px;padding:2px;border:1px solid #394552;border-radius:7px;background:#10161d}.compare-tabs button,.compare-segmented button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:5px 12px;border:0;border-radius:5px;background:transparent;color:#9eabb8;font-size:12px;font-weight:700;cursor:pointer}.compare-tabs button.on,.compare-segmented button.on{background:#2c6ed5;color:#fff}.compare-toolbar{min-height:50px;display:grid;grid-template-columns:minmax(220px,1fr) 34px minmax(220px,1fr) auto;align-items:center;gap:10px;padding:7px 14px;border-bottom:1px solid #2d3741;background:#141a21}.compare-toolbar label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px}.compare-toolbar label:first-child>span{color:#e1aa47}.compare-toolbar label:nth-of-type(2)>span{color:#40c1b5}.compare-ortho-toolbar{grid-template-columns:minmax(180px,1fr) 34px minmax(180px,1fr) auto}.compare-refresh{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid #3a4653;border-radius:5px;background:#202833;color:#d8e0e8;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer}.compare-refresh:disabled{opacity:.5;cursor:wait}.compare-history-note{flex:none;min-height:30px;display:flex;align-items:center;padding:6px 14px;border-bottom:1px solid #303943;background:#171d24;color:#91a0af;font-size:11px}.compare-view-controls{display:flex;align-items:center;justify-content:flex-end;gap:5px}.compare-view-controls>span{width:40px;text-align:center;color:#aeb9c4;font-size:11px}.compare-error{flex:none;padding:8px 14px;border-bottom:1px solid #6e3d37;background:#3a2423;color:#ffd9d5;font-size:12px}.compare-model-grid,.compare-ortho-grid{min-height:0;flex:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#39424c}.compare-model-pane,.compare-ortho-pane{min-width:0;min-height:0;display:grid;grid-template-rows:40px minmax(0,1fr) auto;background:#10151b}.compare-source-heading{min-width:0;display:flex;align-items:center;gap:10px;padding:0 12px;border-bottom:1px solid #303943;background:#181f27}.compare-source-heading>span{flex:none;padding-left:8px;border-left:3px solid currentColor;font-size:12px;font-weight:800}.compare-source-heading.terra>span{color:#e1aa47}.compare-source-heading.eyeonsky>span{color:#40c1b5}.compare-source-heading strong{min-width:0;overflow:hidden;color:#b7c2cc;font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.compare-model-canvas{position:relative;min-height:0;background:#161a1e}.compare-model-pane .mv-nav-pan,.compare-model-pane .mv-joy{display:none}.compare-model-pane .mv-nav-zoom button{width:36px;height:36px}.compare-metrics{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;border-top:1px solid #303943;background:#171d24}.compare-metrics>div{min-width:0;padding:9px 11px;border-right:1px solid #2d3741}.compare-metrics>div:last-child{border-right:0}.compare-metrics dt{overflow:hidden;color:#82909e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.compare-metrics dd{overflow:hidden;margin:4px 0 0;color:#e5ebf0;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.compare-model-pane .compare-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.compare-model-pane .compare-path{grid-column:1 / -1;border-top:1px solid #2d3741;border-right:0}.compare-model-pane .compare-path dd{direction:rtl;text-align:left}.compare-empty{width:100%;height:100%;display:grid;place-items:center;color:#7f8b97;font-size:12px}.compare-image-viewport{min-width:0;min-height:0;overflow:auto;background:#0c1014}.compare-image-inner{position:relative;min-width:100%;min-height:100%}.compare-image-inner>img,.compare-wipe-layer>img{width:100%;height:100%;display:block;object-fit:contain;-webkit-user-select:none;user-select:none}.compare-wipe-shell{min-height:0;flex:1;display:grid;grid-template-rows:40px minmax(0,1fr) 42px auto;background:#10151b}.compare-wipe-head{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.compare-wipe-head .compare-source-heading.eyeonsky{justify-content:flex-end}.compare-wipe-viewport{margin:0;border-top:1px solid #303943;border-bottom:1px solid #303943}.compare-wipe-layer{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c1014}.compare-wipe-layer.reveal{z-index:2}.compare-wipe-line{position:absolute;top:0;bottom:0;z-index:3;width:2px;background:#fff;box-shadow:0 0 0 1px #000000a6;pointer-events:none}.compare-wipe-slider{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 16px;color:#9ba8b4;font-size:11px}.compare-wipe-slider span:first-child{color:#e1aa47}.compare-wipe-slider span:last-child{color:#40c1b5}.compare-wipe-slider input{width:100%;accent-color:#2c8fbb}.compare-wipe-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#39424c}@media (max-width: 980px){.compare-header{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr);gap:10px}.compare-tabs{grid-column:1 / -1;justify-self:center;margin-bottom:6px}.compare-header{padding-top:6px}.compare-ortho-toolbar{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)}.compare-view-controls{grid-column:1 / -1;justify-content:center}.compare-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.compare-metrics>div:nth-child(3){border-right:0}}@media (max-width: 700px){.compare-page{overflow:auto}.compare-header{grid-template-columns:1fr}.compare-tabs{grid-column:auto}.compare-toolbar,.compare-ortho-toolbar{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)}.compare-refresh{grid-column:1 / -1}.compare-model-grid,.compare-ortho-grid{grid-template-columns:1fr;overflow:visible}.compare-model-pane,.compare-ortho-pane{min-height:520px}.compare-wipe-shell{min-height:620px}}.surface-switch{position:absolute;bottom:28px;right:12px;z-index:1001;display:inline-flex;align-items:center;gap:6px;padding:9px 15px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#0f1b2deb;color:#eef;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 2px 10px #00000059}.surface-switch:hover{background:#1e304cf2}.surface-switch svg{flex:none}.map-area:has(.upload-button) .leaflet-top.leaflet-right{margin-top:54px}.map-area:has(.security-banner) .viewmode-toggle,.map-area:has(.security-banner) .photo-opacity-control,.map-area:has(.security-banner) .upload-button{margin-top:38px}.map-area:has(.broken-link-banner) .surface-toggle,.map-area:has(.broken-link-banner) .viewmode-toggle,.map-area:has(.broken-link-banner) .photo-opacity-control,.map-area:has(.broken-link-banner) .upload-button{margin-top:64px}.surface-3d-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:900;background:#1a1d21}.map-area:has(.surface-3d-layer) .leaflet-control-container,.map-area:has(.surface-3d-layer) .upload-button,.map-area:has(.surface-3d-layer) .viewmode-toggle,.map-area:has(.surface-3d-layer) .photo-opacity-control{display:none}.align-btn{position:absolute;top:12px;left:12px;z-index:950;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:0;border-radius:8px;background:#0f1b2deb;color:#cde;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #0000004d}.align-btn:hover{background:#2d6cdfe6;color:#fff}.align-btn.cancel{background:#c0392be6;color:#fff}.model-section{padding-bottom:7px}.model-section .hint{font-size:12px;color:var(--text-dim, #9aa4af);margin:4px 0}.model-list{list-style:none;margin:3px 0;padding:0}.model-list .name{color:var(--text, #e5e9ee)}.model-list .meta{color:var(--text-dim, #9aa4af);font-size:11px}.model-list .prov{color:#f59e0b}.model-upload-btn{display:inline-flex;align-items:center;gap:5px;margin-top:6px;padding:6px 10px;font-size:12px;border:1px solid #34465f;border-radius:5px;cursor:pointer;color:var(--text, #e5e9ee);background:transparent}.model-upload-btn:hover{border-color:#58708f;background:transparent}.model-upload-btn.disabled,.model-upload-btn:disabled{opacity:.5;pointer-events:none}.view-surface{margin-left:auto;display:inline-flex;gap:2px}.view-surface button{padding:3px 10px;font-size:12px;border:1px solid var(--border, #2a2f36);background:transparent;color:var(--text-dim, #9aa4af);cursor:pointer;border-radius:5px}.view-surface button.active{background:var(--accent, #3b82f6);color:#fff;border-color:transparent}.seg-group{display:inline-flex;flex-wrap:wrap;gap:2px;margin:2px 0}.seg-group .seg{padding:4px 10px;font-size:12px;border:1px solid var(--border, #2a2f36);background:transparent;color:var(--text-dim, #9aa4af);cursor:pointer;border-radius:5px}.seg-group .seg.on{background:var(--accent, #3b82f6);color:#fff;border-color:transparent}.import-card{width:min(620px,calc(100vw - 32px));min-width:0;max-width:620px;box-sizing:border-box;overflow:hidden;border:1px solid #405676;border-radius:8px;background:#13243c;color:#e7f0fb;box-shadow:0 18px 48px #00000073}.import-head{min-height:44px;display:flex;align-items:center;justify-content:space-between;margin:-18px -18px 10px;padding:0 14px;border-bottom:1px solid #34465f;background:#13243c}.import-head h3{display:flex;align-items:center;gap:6px;margin:0;color:#eef5ff}.icon-x{background:none;border:none;color:var(--text-dim, #9aa4af);cursor:pointer;padding:4px}.import-summary{display:flex;flex-wrap:wrap;gap:14px;font-size:12px;color:var(--text-dim, #9aa4af);margin:8px 0}.import-summary b{color:var(--text, #e5e9ee)}.import-table-wrap{max-height:260px;overflow:auto;border:1px solid var(--border, #2a2f36);border-radius:8px}.import-table{width:100%;border-collapse:collapse;font-size:12px}.import-table th,.import-table td{padding:5px 10px;text-align:right;border-bottom:1px solid var(--border, #2a2f36)}.import-table th:first-child,.import-table td:first-child{text-align:left}.import-table thead th{position:sticky;top:0;background:var(--panel, #1a1d21);color:var(--text-dim, #9aa4af)}.import-table .ok{color:#2ecc71}.import-table .miss{color:#e74c3c}.import-table .row-missing{background:#e74c3c14}.import-totals{font-size:12px;color:var(--text-dim, #9aa4af);margin:8px 0 4px}.import-checks{list-style:none;margin:4px 0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:12px}.import-checks li{display:flex;align-items:center;gap:5px}.import-checks li.ok{color:#2ecc71}.import-checks li.bad{color:#e74c3c}.import-checks li.warn{color:#f59e0b}.import-name{display:flex;flex-direction:column;gap:5px;color:#aebfd2;font-size:12px;margin-top:10px}.import-name input,.import-name select{min-height:36px;box-sizing:border-box;padding:7px 9px;border:1px solid #405676;border-radius:5px;outline:0;background:#0f2036;color:#eef5ff}.import-name input:focus,.import-name select:focus{border-color:#5d8ed9;box-shadow:0 0 0 2px #2d6cdf38}.modal-card .hint{color:#55627a;font-size:12px}.import-card .hint{color:#91a6c0}.import-pii{display:flex;align-items:flex-start;gap:7px;font-size:12px;margin:10px 0;color:#aebfd2}.import-pii input{accent-color:#2d6cdf}.import-card>.modal-actions{margin:14px -18px -18px;padding:12px 18px;border-top:1px solid #34465f;background:#0f2036}.modal-actions .primary{background:var(--accent, #3b82f6);color:#fff;border-color:transparent}.modal-actions .primary:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 520px){.import-card{width:calc(100vw - 16px)}}.model-drop{margin-top:4px;padding:11px 8px;border:1px dashed #405676;border-radius:6px;background:#0f2036;text-align:center;transition:border-color .12s ease}.model-drop.over{border-color:#7ca4d8;background:#0f2036}.model-drop-hint{font-size:12px;color:var(--text-dim, #9aa4af);margin:0 0 8px}.model-drop-hint b{color:var(--text, #e5e9ee)}.model-drop-btns{display:flex;gap:6px;justify-content:center}.model-upload-btn.ghost{opacity:.75}.mv-ground{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-dim, #9aa4af);padding:4px 2px;cursor:pointer;-webkit-user-select:none;user-select:none}.mv-ground input{accent-color:#2d6cdf}.mv-adjust{display:flex;flex-direction:column;gap:7px;padding:8px;margin-top:4px;border-radius:8px;background:#2d6cdf1f;border:1px solid rgba(45,108,223,.4)}.mv-adjust-hint{font-size:11.5px;color:#cdd;margin:0;line-height:1.5}.mv-adjust-hint b{color:#7fb3ff}.mv-adjust label{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--text-dim, #9aa4af);white-space:nowrap}.mv-adjust input[type=range]{flex:1;accent-color:#2d6cdf}.mv-adjust-btns{display:flex;gap:6px}.mv-adjust-btns button{flex:1;padding:6px 4px;border:0;border-radius:6px;background:#ffffff14;color:#cde;font-size:12px;cursor:pointer}.mv-adjust-btns button:hover:not(:disabled){background:#ffffff29}.mv-adjust-btns button.primary{background:#2d6cdf;color:#fff}.mv-adjust-btns button:disabled{opacity:.5;cursor:default}.mv-adjust-msg{font-size:11.5px;color:#ffd479;margin:0}.mv-ground-h{white-space:nowrap}.mv-ground-h input[type=range]{flex:1;min-width:70px;accent-color:#2d6cdf}.mv-nudge{display:flex;gap:4px}.mv-nudge button{flex:1;padding:5px 0;border:0;border-radius:6px;background:#ffffff14;color:#cde;font-size:13px;cursor:pointer;line-height:1}.mv-nudge button:hover{background:#ffffff29}.mv-eye{overflow-wrap:anywhere}.mark-toolbar{position:absolute;top:210px;left:12px;z-index:950;display:flex;flex-direction:column;gap:4px;padding:6px;border-radius:10px;background:#0f1b2deb;box-shadow:0 2px 8px #0000004d}.mark-toolbar button{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:0;border-radius:7px;background:transparent;color:#cdd;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.mark-toolbar button:hover{background:#ffffff14;color:#fff}.mark-toolbar button.on{background:#2d6cdf;color:#fff}.pencil-mode,.pencil-mode .leaflet-interactive{cursor:crosshair!important}.settings-card{width:min(640px,calc(100vw - 32px));max-width:none;max-height:min(720px,calc(100vh - 32px));box-sizing:border-box;gap:0;padding:0;overflow:hidden;border:1px solid #405676;border-radius:8px;background:#13243c;color:#e7f0fb;box-shadow:0 18px 48px #00000073}.settings-head{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-bottom:1px solid #34465f}.settings-head h3{display:flex;align-items:center;gap:7px;color:#eef5ff}.settings-head>div>span{color:#91a6c0;font-size:11.5px}.settings-head .icon-x,.settings-keyrow .icon-x{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:5px;background:transparent;color:#91a6c0;cursor:pointer}.settings-head .icon-x:hover,.settings-keyrow .icon-x:hover{background:#ffffff0e;color:#fff}.settings-tabs{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:2px;padding:7px 10px;border-bottom:1px solid #34465f;background:#0f2036}.settings-tabs button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:5px;background:transparent;color:#91a6c0;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.settings-tabs button.on{background:#2d6cdf;color:#fff}.settings-body{min-height:330px;overflow-y:auto;padding:0 16px}.settings-panel{display:flex;flex-direction:column}.settings-group{padding:16px 0;border-bottom:1px solid #34465f}.settings-group:last-child{border-bottom:0}.settings-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.settings-group-head h4{margin:0;color:#eef5ff;font-size:13px}.settings-group-head>span{color:#7890ad;font-size:10.5px}.settings-label{display:block!important;margin:10px 0 5px;color:#aebfd2!important;font-size:11.5px!important}.settings-segment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:2px;border:1px solid #405676;border-radius:6px;background:#0f2036}.settings-segment.three{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-segment button{min-width:0;min-height:32px;padding:5px 8px;overflow:hidden;border:0;border-radius:4px;background:transparent;color:#aebfd2;font:inherit;font-size:12px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.settings-segment button.on{background:#2d6cdf;color:#fff}.settings-segment button:disabled{opacity:.38;cursor:not-allowed}.settings-keyrow{display:grid;grid-template-columns:minmax(0,1fr) 32px;gap:6px;align-items:center}.settings-keyrow input,.settings-base{width:100%;box-sizing:border-box;padding:8px 9px;border:1px solid #405676;border-radius:5px;background:#0f2036;color:#eef5ff;font:inherit}.settings-path-row{min-height:42px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;padding:7px 9px;border:1px solid #405676;border-radius:5px;background:#0f2036;color:#8fb5e8}.settings-path-row code{overflow:hidden;color:#dce9f8;font:11px/1.4 ui-monospace,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.settings-command{min-height:32px;margin-top:9px;padding:5px 10px;border:1px solid #405676;border-radius:5px;background:#1b3150;color:#dce9f8;cursor:pointer}.settings-choice{min-height:54px;display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px!important;margin-top:6px;padding:7px 9px;border:1px solid #34465f;border-radius:6px;background:#0f2036;color:#dce9f8!important;cursor:pointer}.settings-choice.on{border-color:#2d6cdf;box-shadow:inset 3px 0 #2d6cdf}.settings-choice input{margin:0;accent-color:#2d6cdf}.settings-choice>span{display:flex;flex-direction:column;gap:3px}.settings-choice small{color:#91a6c0;font-size:11px}.settings-footer{min-height:58px;display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:0 16px;border-top:1px solid #34465f;background:#0f2036}.settings-footer button{min-height:32px;padding:5px 13px;border:1px solid #405676;border-radius:5px;background:#1b3150;color:#dce9f8;cursor:pointer}.settings-footer button.primary{border-color:#2d6cdf;background:#2d6cdf;color:#fff}.settings-radio{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;color:var(--text, #dfe6ee);line-height:1.5;padding:6px 0;cursor:pointer}.settings-radio input{margin-top:3px;accent-color:#2d6cdf}.settings-base{margin-top:0}.settings-base:disabled{opacity:.45}.settings-ok{color:var(--eos-success, #16a085);margin:6px 0 0;font-size:12.5px}@media (max-width: 520px){.settings-card{width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.settings-head,.settings-footer{padding-right:10px;padding-left:10px}.settings-body{min-height:300px;padding:0 10px}.settings-segment.three{grid-template-columns:1fr}}.ephemeral-hint{color:#ffd479;margin:4px 0 0;font-size:12px}.ephemeral-hint b{color:#ffb84d}.eph-badge{color:#ffb84d;font-weight:600}.lb-blocks{max-height:180px;overflow-y:auto;border-top:1px solid var(--border, #2a2f36)}.layerboard .lb-folder-head{display:grid;grid-template-columns:minmax(0,1fr) 28px 28px;align-items:center;min-height:34px;padding:0 3px}.layerboard .lb-folder-toggle{min-width:0;height:30px;display:flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:#dce9f8;font:inherit;cursor:pointer;text-align:left}.layerboard .lb-folder-toggle .closed{transform:rotate(-90deg)}.layerboard .lb-folder-toggle svg:first-child{transition:transform .14s ease}.layerboard .lb-folder-eye,.layerboard .lb-folder-guide{width:28px;height:28px;justify-self:end}.lb-block .lb-label{font-size:12px;color:var(--text, #dfe6ee)}.lb-block.off .lb-label{opacity:.45}.url-chip{background:none;border:none;padding:0;font:inherit;cursor:pointer}.url-chip.url-on:hover{text-decoration:underline}.url-chip.url-broken{color:var(--eos-warning, #e67e22)}.url-chip.url-broken:hover{text-decoration:underline}.broken-badge{color:var(--eos-warning, #e67e22);font-weight:600}.user-menu{position:relative}.user-menu-btn{display:inline-flex;align-items:center;gap:6px;background:var(--eos-surface-2, #1b2330);border:1px solid var(--border, #2a3444);color:var(--eos-text, #dfe6ee);border-radius:8px;padding:5px 10px;cursor:pointer;font:inherit;font-size:13px}.user-menu-btn:hover{border-color:var(--eos-focus, #3b82f6)}.um-role{font-size:11px;color:var(--eos-text-dim, #9aa7b8)}.um-chev{transition:transform .15s ease}.um-chev.open{transform:rotate(180deg)}.user-menu-drop{position:absolute;right:0;top:calc(100% + 6px);min-width:168px;z-index:1200;background:var(--eos-surface, #141b26);border:1px solid var(--border, #2a3444);border-radius:10px;padding:6px;box-shadow:0 10px 28px #00000073;display:flex;flex-direction:column}.user-menu-drop button{display:flex;align-items:center;gap:8px;width:100%;text-align:left;background:none;border:none;color:var(--eos-text, #dfe6ee);padding:8px 10px;border-radius:7px;cursor:pointer;font:inherit;font-size:13px}.user-menu-drop button:hover{background:var(--eos-surface-2, #1e2836)}.user-menu-drop .um-danger{color:var(--eos-danger, #e5484d)}.um-sep{height:1px;background:var(--border, #2a3444);margin:4px 6px}.profile-card{width:min(540px,calc(100vw - 32px));max-width:none;max-height:min(760px,calc(100vh - 32px))}.profile-dialog-body{min-height:0;overflow-y:auto;gap:13px}.profile-summary{display:grid;grid-template-columns:1.2fr 1fr 1fr;margin:0;padding:0;border:1px solid #34465f;border-radius:6px;background:#102138;overflow:hidden}.profile-summary>div{min-width:0;display:flex;flex-direction:column;gap:5px;padding:11px 12px;border-right:1px solid #34465f}.profile-summary>div:last-child{border-right:0}.profile-summary dt{color:#7890ad;font-size:10.5px;font-weight:600}.profile-summary dd{min-height:20px;display:flex;align-items:center;margin:0;color:#eef5ff;font-size:13px;font-weight:650}.profile-status{display:inline-flex;align-items:center;min-height:20px;padding:1px 8px;border:1px solid #5f5360;border-radius:10px;background:#352a35;color:#dbb9c1;font-size:10.5px}.profile-status.is-on{border-color:#237768;background:#173b38;color:#6de0ca}.profile-section{border:1px solid #34465f;border-radius:6px;background:#102138;overflow:hidden}.profile-section-head{min-height:37px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 11px;border-bottom:1px solid #34465f;color:#dce9f8}.profile-section-head>span{display:inline-flex;align-items:center;gap:7px}.profile-section-head svg{color:#8fb5e8}.profile-section-head b{font-size:12px}.profile-section-head small{color:#7890ad;font-size:10.5px}.profile-setting-row{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 11px;border-bottom:1px solid rgba(52,70,95,.68)}.profile-setting-row:last-child{border-bottom:0}.profile-setting-row>span{min-width:0;display:flex;flex-direction:column;gap:3px}.profile-setting-row b{color:#dce9f8;font-size:12px}.profile-setting-row small{color:#7890ad;font-size:10.5px}.profile-action-btn{min-width:72px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;flex:0 0 auto;padding:4px 9px;border:1px solid #405676;border-radius:5px;background:#1b3150;color:#cfe0f4;cursor:pointer}.profile-action-btn:hover{background:#244164;color:#fff}.profile-pw{display:flex;flex-direction:column;gap:10px;padding:10px 11px 11px;border-top:1px solid #34465f;background:#0d1d32}.profile-pw-head{min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-pw-head>span{display:inline-flex;align-items:center;gap:6px;color:#dce9f8}.profile-pw-head b{font-size:12px}.profile-pw-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px}.profile-pw-fields label{min-width:0;display:flex;flex-direction:column;gap:5px}.profile-pw-fields label>span{color:#91a6c0;font-size:10.5px;font-weight:600}.profile-pw input{width:100%;min-width:0;min-height:34px;box-sizing:border-box;padding:6px 8px;border:1px solid #405676;border-radius:5px;outline:0;background:#08182b;color:#eef5ff;font-size:12px}.profile-pw input:focus{border-color:#5d8ed9;box-shadow:0 0 0 2px #2d6cdf33}.profile-pw input::placeholder{color:#607795}.profile-pw-actions{display:flex;justify-content:flex-end}.profile-pw-actions .primary{min-width:72px;min-height:30px;border:1px solid #2d6cdf;border-radius:5px;background:#2d6cdf;color:#fff;cursor:pointer}.profile-pw-actions .primary:disabled{opacity:.42;cursor:not-allowed}.profile-section>.seg-group{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:10px 11px 7px}.profile-section>.seg-group .seg{min-height:31px;padding:4px 8px;border-color:#405676;background:#0b1b30;color:#aebfd2}.profile-section>.seg-group .seg.on{border-color:#2d6cdf;background:#2458ad;color:#fff}.profile-map-note{margin:0;padding:0 11px 10px;color:#7890ad;font-size:10.5px;line-height:1.45}.form-ok{color:#1a8a4a;font-size:12.5px}@media (max-width: 560px){.profile-summary{grid-template-columns:1fr}.profile-summary>div{border-right:0;border-bottom:1px solid #34465f}.profile-summary>div:last-child{border-bottom:0}.profile-pw-fields{grid-template-columns:1fr}}.lock-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4000;background:#080c12f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.lock-card{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:300px;padding:34px 38px;border-radius:14px;background:var(--eos-surface, #141b26);border:1px solid var(--border, #2a3444);color:var(--eos-text, #dfe6ee)}.lock-card h2{margin:0;font-size:18px}.lock-user{margin:0;color:var(--eos-text-dim, #9aa7b8);font-size:13px}.lock-card input{width:100%;padding:9px 12px;border-radius:8px;border:1px solid var(--border, #2a3444);background:var(--eos-surface-2, #1b2330);color:inherit;font-size:14px}.lock-card .primary{width:100%}.lock-logout{background:none;border:none;color:var(--eos-text-dim, #9aa7b8);font-size:12.5px;cursor:pointer;text-decoration:underline}.mv-speed{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:6px 0;font-size:12px;color:var(--eos-text-dim, #9aa7b8)}.mv-speed-seg{display:inline-flex;border:1px solid var(--border, #2a3444);border-radius:7px;overflow:hidden}.mv-speed-seg button{background:none;border:none;color:var(--eos-text-dim, #9aa7b8);padding:3px 10px;font-size:12px;cursor:pointer}.mv-speed-seg button.on{background:var(--eos-focus, #3b82f6);color:#fff}.mv-speed-slider{display:flex;align-items:center;gap:6px;width:100%}.mv-speed-slider input{flex:1}.mv-fix{display:flex;flex-direction:column;gap:6px}.mv-fix-cancel{border-color:var(--eos-warning, #e67e22);color:var(--eos-warning, #e67e22)}.ortho-section{display:flex;flex-direction:column;gap:3px}.sidebar-sec-title{font-size:12.5px;font-weight:700;color:#aebfd2}.ortho-list{list-style:none;margin:0;padding:0}.ortho-row{font-size:12px;color:var(--eos-text, #dfe6ee)}.sidebar-file-list{display:flex;flex-direction:column;gap:1px}.sidebar-file-row{min-height:38px;display:grid;grid-template-columns:26px minmax(0,1fr) 26px 26px;align-items:center;gap:2px;padding:3px 0;border-bottom:1px solid rgba(52,70,95,.58)}.sidebar-file-row.ortho-row{grid-template-columns:26px minmax(0,1fr) 26px 26px 26px}.sidebar-file-row:last-child{border-bottom:0}.sidebar-file-leading{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#91a6c0}button.sidebar-file-leading{cursor:pointer}.sidebar-file-kind{color:#8fb5e8}.sidebar-file-body{min-width:0;display:flex;flex-direction:column;gap:2px}.sidebar-file-name,.sidebar-file-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-file-name{color:#e5edf7;font-size:12px}.sidebar-file-meta{color:#91a6c0;font-size:11px}.sidebar-file-row .icon-x{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:4px;background:transparent;color:#91a6c0;cursor:pointer}.sidebar-file-row .icon-x:hover{background:transparent;color:#fff}.sidebar-file-row>.icon-x:last-child{grid-column:4}.sidebar-file-row.ortho-row>.icon-x:last-child{grid-column:5}.sidebar-file-row .sidebar-guide{color:#65c7d9}.sidebar-file-row .sidebar-guide.is-off{position:relative;color:#5d6d82}.sidebar-file-row .sidebar-guide.is-off:after{position:absolute;width:15px;height:1px;background:currentColor;content:"";transform:rotate(-45deg)}.ortho-row.st-failed .sidebar-file-name,.ortho-row.st-failed .sidebar-file-meta{color:var(--eos-danger, #e5484d)}.ortho-row.st-processing .sidebar-file-name,.ortho-row.st-processing .sidebar-file-meta{color:var(--eos-text-dim, #9aa7b8)}.ortho-row.st-processing{align-items:start;padding-block:7px}.ortho-row.st-processing .sidebar-file-leading,.ortho-row.st-processing>.icon-x{margin-top:1px}.ortho-row.st-processing .sidebar-file-name{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#e5edf7}.ortho-percent{color:#6da7ff;font-size:11px;font-weight:700}.ortho-progress{display:block;width:100%;height:3px;overflow:hidden;background:#91a6c02e}.ortho-progress>span{display:block;height:100%;background:#2f72df;transition:width .22s ease}.ortho-progress-details{display:flex;min-width:0;flex-direction:column;gap:2px;color:#91a6c0;font-size:10.5px;line-height:1.35;white-space:normal}.ortho-output-list{overflow:hidden;color:#6f849e;text-overflow:ellipsis;white-space:nowrap}.ortho-progress-pair{display:flex;flex-wrap:wrap;gap:2px 8px}.ortho-progress-pair>span{white-space:nowrap}.ortho-dot{width:8px;height:8px;border-radius:50%;background:var(--eos-warning, #e67e22);animation:orthoPulse 1.2s ease-in-out infinite}@keyframes orthoPulse{50%{opacity:.3}}.ortho-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ortho-empty{font-size:12px;color:var(--eos-text-muted, #6b7686)}.coord-bar{position:absolute;left:8px;bottom:6px;z-index:900;background:#0c121ad1;color:#dfe6ee;font:11.5px/1.4 ui-monospace,Consolas,monospace;padding:3px 9px;border-radius:6px;pointer-events:none;border:1px solid rgba(255,255,255,.08)}.measure-mode{cursor:crosshair!important}.measure-tip{background:#141b26eb;color:#f1c40f;font-weight:700;border:1px solid rgba(241,196,15,.4);border-radius:6px}.measure-tip:before{display:none}.leaflet-tile-pane .leaflet-layer.cadastral-blend{mix-blend-mode:multiply}.ortho-adjust-bar{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--eos-warning, #e67e22)}.ortho-adjust-bar button{font-size:11.5px;padding:3px 10px}.ortho-adjust-mode{cursor:grab}.ortho-adjust-mode:active{cursor:grabbing}.ortho-adjust-mode.ortho-ctrl{cursor:move!important}.stamp-drag-mode{cursor:crosshair!important}.ortho-modal .import-name select,.ortho-modal .import-name input{width:100%}.agg-proc{color:var(--eos-warning, #e67e22);font-weight:600}.viol-handle{box-sizing:border-box;cursor:grab;box-shadow:0 1px 5px #0000008c}.viol-handle.corner,.viol-handle.edge{border-radius:2px;background:#f8fafc;border:2px solid var(--mark-color, #2d6cdf);outline:1px solid rgba(255,255,255,.9)}.viol-handle.move{border-radius:4px;background:var(--mark-color, #2d6cdf);border:2px solid #fff;cursor:move}.viol-handle.rotate{position:relative;border-radius:50%;background:#facc15;border:2px solid #17243a;outline:1px solid rgba(255,255,255,.85)}.viol-handle.rotate:after{content:"";position:absolute;left:50%;top:100%;width:1px;height:12px;background:#f8fafce6;transform:translate(-50%);pointer-events:none}.mark-edit-halo{pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.48))}.mark-draft-shape{filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.viol-edit-mode{cursor:default}.viol-edit-bar{position:absolute;left:12px;top:210px;z-index:1000;display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:420px;background:#141b26f0;border:1px solid var(--eos-warning, #e67e22);color:#dfe6ee;border-radius:10px;padding:8px 12px;font-size:12px}.viol-edit-bar select{font-size:12px;padding:3px 6px}.viol-edit-bar button{font-size:12px;padding:4px 12px}.viol-edit-bar .veb-danger{color:var(--eos-danger, #e5484d)}.mark-menu-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1320;background:transparent}.mark-preset-menu{position:fixed;width:268px;max-height:min(460px,calc(100vh - 16px));display:flex;flex-direction:column;overflow:hidden;color:var(--eos-text);background:#0d1b2ffa;border:1px solid #3b526f;border-radius:8px;box-shadow:0 14px 34px #00000080}.mark-preset-head{min-height:40px;display:flex;align-items:center;justify-content:space-between;padding:6px 7px 6px 12px;border-bottom:1px solid #2c405c;font-size:13px;font-weight:700}.mark-preset-head button,.mark-preset-edit{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:6px;background:transparent;color:var(--eos-text-dim);cursor:pointer}.mark-preset-head button:hover,.mark-preset-edit:hover{background:#203654;color:#fff}.mark-preset-list{padding:5px;overflow-y:auto}.mark-preset-row{min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;border-radius:6px}.mark-preset-row:hover{background:#1b3150}.mark-preset-choice{min-width:0;height:40px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 7px;border:0;background:transparent;color:var(--eos-text);text-align:left;cursor:pointer}.mark-preset-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:5px;background:#ffffff0a}.mark-preset-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:650}.mark-preset-size{color:var(--eos-text-muted);font-size:11px;font-variant-numeric:tabular-nums}.mark-preset-foot{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:7px;border-top:1px solid #2c405c}.mark-preset-foot button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #385273;border-radius:6px;background:#172d4a;color:var(--eos-text);cursor:pointer}.mark-preset-foot button:hover{background:#203d63;border-color:#5275a1}.mark-draft-bar{position:absolute;left:50%;bottom:82px;z-index:1120;width:min(720px,calc(100% - 32px));min-height:50px;transform:translate(-50%);display:grid;grid-template-columns:auto minmax(120px,165px) minmax(140px,1fr) 36px auto;align-items:center;gap:7px;padding:7px;color:var(--eos-text);background:#0c192cf7;border:1px solid #3f5d83;border-radius:8px;box-shadow:0 10px 28px #0000007a}.map-area:has(.mark-draft-bar) .notice-bar{bottom:146px}.mark-draft-title{display:inline-flex;align-items:center;gap:6px;padding:0 5px;font-size:13px;font-weight:700;white-space:nowrap}.mark-draft-bar label{min-width:0}.mark-draft-bar select,.mark-draft-bar input{width:100%;height:34px;min-width:0;padding:0 9px;border:1px solid #3a5271;border-radius:6px;outline:none;color:var(--eos-text);background:#101f35;font:inherit;font-size:12.5px}.mark-draft-bar select:focus,.mark-draft-bar input:focus{border-color:var(--eos-focus)}.mark-draft-bar>.icon-btn{width:34px;height:34px;padding:0;border:1px solid #3a5271;border-radius:6px;background:transparent;color:var(--eos-text-dim);cursor:pointer}.mark-draft-save{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border:1px solid var(--eos-accent);border-radius:6px;background:var(--eos-accent);color:#fff;font-weight:700;cursor:pointer}.mark-draft-save:disabled{opacity:.55;cursor:wait}.tool-palette{position:fixed;left:292px;top:50%;transform:translateY(-50%);z-index:900;display:flex;flex-direction:column;gap:2px;background:#0b1423f0;border:1px solid #2b3f5c;border-radius:8px;padding:5px;box-shadow:0 6px 18px #00000073;max-height:calc(100vh - 120px);overflow-y:auto}@media (max-width: 800px){.mark-preset-menu{width:min(268px,calc(100vw - 16px))}.mark-draft-bar{bottom:76px;width:calc(100% - 16px);grid-template-columns:minmax(105px,.8fr) minmax(120px,1.2fr) 34px auto}.mark-draft-title{display:none}.mark-draft-save{padding:0 10px}}@media (max-width: 520px){.mark-draft-bar{grid-template-columns:minmax(0,1fr) 34px auto;grid-template-areas:"category cancel save" "memo memo memo"}.mark-draft-bar label:first-of-type{grid-area:category}.mark-draft-memo{grid-area:memo}.mark-draft-bar>.icon-btn{grid-area:cancel}.mark-draft-save{grid-area:save}}.tool-palette button{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;border-radius:7px;background:transparent;color:#b9c7da;cursor:pointer;font-size:0;padding:0}.tool-palette button svg{width:17px;height:17px}.tool-palette button:hover{background:#1d3050;color:#fff}.tool-palette button.on{background:#2563eb;color:#fff}.leaflet-container.leaflet-grab{cursor:default}.leaflet-container.space-pan{cursor:grab!important}body.leaflet-dragging .leaflet-container,.leaflet-dragging .leaflet-container,.leaflet-container.space-pan:active{cursor:grabbing!important}.overview-cluster{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#2563ebeb;color:#fff;font-weight:700;font-size:13px;border:2px solid #fff;box-shadow:0 2px 8px #0006;cursor:pointer;transition:transform .12s ease}.overview-cluster:hover{transform:scale(1.12)}.overview-cluster-tip{font-size:12px;line-height:1.5}.ov-ctx .leaflet-popup-content{margin:5px 6px;display:flex;flex-direction:column;gap:2px}.ov-ctx .ov-back-btn,.ov-ctx .ov-setstart-btn{border:none;background:transparent;cursor:pointer;font-size:13px;padding:5px 8px;text-align:left;border-radius:5px;white-space:nowrap}.ov-ctx .ov-back-btn:hover,.ov-ctx .ov-setstart-btn:hover{background:#eef2f8}.settings-radiorow{display:flex;gap:16px;flex-wrap:wrap;margin:4px 0 2px}.settings-radio.inline{display:inline-flex;align-items:center;gap:5px;font-size:13px;cursor:pointer}
