.titlebar{display:flex;align-items:center;justify-content:space-between;height:32px;background-color:var(--theme-bg-lighter);border-bottom:1px solid var(--theme-bg-lighter);user-select:none;-webkit-user-select:none;position:fixed;top:0;left:0;right:0;z-index:9999}.titlebar-drag{position:absolute;inset:0;z-index:0}.titlebar-left{display:flex;align-items:center;height:100%;padding-left:8px;gap:4px;z-index:1}.titlebar-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:var(--theme-accent)}.titlebar-icon svg{width:16px;height:16px}.titlebar-title{position:absolute;left:50%;transform:translate(-50%);font-size:12px;font-weight:400;color:var(--theme-accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:32px;z-index:0;pointer-events:none}.titlebar-version{font-size:10px;font-weight:300;opacity:.5;margin-left:4px}.titlebar-controls{display:flex;height:100%;flex-shrink:0;z-index:1}.titlebar-button{display:flex;align-items:center;justify-content:center;width:40px;height:100%;border:1px solid transparent;background:transparent;color:var(--theme-accent);cursor:default;padding:0;margin:0;outline:none;box-shadow:none;border-radius:0;transition:all .15s ease}.titlebar-button:hover{background:var(--theme-ribbon-btn-hover);border-color:var(--theme-ribbon-btn-hover-border)}.titlebar-button:active{background:var(--theme-ribbon-btn-active-bg);border-color:var(--theme-ribbon-btn-active-border)}.titlebar-close:hover{background-color:#e81123;color:#fff}.titlebar-close:active{background-color:#c50f1f;color:#fff}.titlebar-quick-access{display:flex;align-items:center;height:100%;gap:1px;margin-left:2px;padding:0 4px;border-left:1px solid var(--theme-accent)}.titlebar-quick-btn{display:flex;align-items:center;justify-content:center;width:28px;height:24px;border:1px solid transparent;background:transparent;color:var(--theme-accent);cursor:default;padding:0;margin:0;outline:none;border-radius:2px;transition:all .15s ease}.titlebar-quick-btn:hover{background:var(--theme-ribbon-btn-hover);border-color:var(--theme-ribbon-btn-hover-border);color:var(--theme-ribbon-text-hover)}.titlebar-quick-btn:active{background:var(--theme-ribbon-btn-active-bg);border-color:var(--theme-ribbon-btn-active-border)}.send-feedback-btn{background:none;border:none;font-size:11px;font-family:inherit;color:var(--theme-accent);padding:0 4px;margin-right:12px;cursor:default;-webkit-app-region:no-drag;transition:color .15s;white-space:nowrap}.send-feedback-btn:hover{color:var(--theme-accent-hover)}.ribbon-container{background:var(--theme-bg);border-bottom:none;flex-shrink:0;-webkit-user-select:none;user-select:none;cursor:default;margin-top:32px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;transform:translateZ(0)}.ribbon-tabs{background:var(--theme-bg-lighter);border-bottom:1px solid var(--theme-accent);display:flex;padding:0 8px;gap:2px;height:28px;align-items:flex-end;position:relative;overflow:visible}.ribbon-tab-border{position:absolute;border:1px solid var(--theme-accent);border-bottom:none;border-radius:4px 4px 0 0;transition:left .3s cubic-bezier(.4,0,.2,1),top .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),height .3s cubic-bezier(.4,0,.2,1),opacity .2s ease;pointer-events:none;z-index:2}.ribbon-tab-gap{position:absolute;bottom:-1px;height:2px;background:var(--theme-bg);transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),opacity .2s ease;pointer-events:none;z-index:2}.ribbon-tab{padding:6px 16px;font-size:12px;background:transparent;border:1px solid transparent;border-bottom:1px solid transparent;color:var(--theme-text);font-weight:500;border-radius:4px 4px 0 0;cursor:default;transition:background .15s ease,color .15s ease;box-shadow:none;margin-bottom:-1px}.ribbon-tab:hover{background:var(--theme-ribbon-btn-hover);color:var(--theme-accent)}.ribbon-tab.active{background:var(--theme-bg);color:var(--theme-accent);border-color:transparent}.ribbon-tab.file-tab{background:var(--theme-file-tab-bg);color:var(--theme-file-tab-text);font-weight:600;border-color:var(--theme-file-tab-bg)}.ribbon-tab.file-tab:hover{background:var(--theme-file-tab-hover);color:var(--theme-file-tab-text);border-color:var(--theme-file-tab-hover)}.ribbon-content-wrapper{position:relative;height:94px;overflow:hidden;background:var(--theme-bg)}.ribbon-content-panel{position:absolute;inset:0;padding:4px 8px 0 2px;display:flex;align-items:stretch}.ribbon-content-panel .ribbon-content{display:flex;align-items:stretch;height:100%;width:100%}.ribbon-panel-enter-right{animation:slideInRight .25s cubic-bezier(.4,0,.2,1) forwards}.ribbon-panel-enter-left{animation:slideInLeft .25s cubic-bezier(.4,0,.2,1) forwards}.ribbon-panel-exit-right{animation:slideOutLeft .25s cubic-bezier(.4,0,.2,1) forwards}.ribbon-panel-exit-left{animation:slideOutRight .25s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideInRight{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-40px);opacity:0}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(40px);opacity:0}}.ribbon-groups{display:flex;gap:0;align-items:stretch;height:100%}.ribbon-group{display:flex;flex-direction:column;padding:0 8px;border-right:1px solid var(--theme-ribbon-group-separator);min-width:50px;height:100%}.ribbon-group:last-child{border-right:none}.ribbon-group-content{display:flex;gap:1px;align-items:flex-start;flex:1;padding:1px 0}.ribbon-group-label{font-size:9px;color:var(--theme-ribbon-group-label);text-align:center;font-weight:500;padding:2px 0;margin-top:auto;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;border-top:1px solid var(--theme-border-subtle)}.ribbon-info-block{display:flex;flex-direction:column;justify-content:center;gap:4px;padding:6px 12px;min-width:200px;max-width:320px}.ribbon-info-title{font-size:12px;font-weight:600;color:var(--theme-text);letter-spacing:.01em}.ribbon-info-sub{font-size:11px;color:var(--theme-text-secondary);line-height:1.35}.ribbon-btn-stack{display:flex;flex-direction:column;gap:1px;height:100%;justify-content:flex-start}.ribbon-btn{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:3px 3px 1px;background:transparent;border:1px solid transparent;border-radius:2px;cursor:default;transition:all .15s ease;min-width:44px;gap:1px;height:66px;box-shadow:none;color:var(--theme-text)}.ribbon-btn:hover{background:var(--theme-ribbon-btn-hover);border-color:var(--theme-ribbon-btn-hover-border)}.ribbon-btn.active{background:var(--theme-ribbon-btn-active-bg);border-color:var(--theme-ribbon-btn-active-border)}.ribbon-btn:active{background:var(--theme-ribbon-btn-hover)}.ribbon-btn:disabled{opacity:.4;pointer-events:none}.ribbon-btn-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ribbon-btn-icon svg{width:24px;height:24px;stroke:var(--theme-text);shape-rendering:geometricPrecision}.ribbon-btn:hover .ribbon-btn-icon svg{stroke:var(--theme-accent)}.ribbon-btn.active .ribbon-btn-icon svg{stroke:var(--theme-ribbon-icon-active)}.ribbon-btn-label{font-size:10px;color:var(--theme-text);text-align:center;line-height:1.15;max-width:58px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.ribbon-btn:hover .ribbon-btn-label{color:var(--theme-accent)}.ribbon-btn.active .ribbon-btn-label{color:var(--theme-ribbon-btn-active-text);font-weight:500}.ribbon-btn.small{flex-direction:row;min-width:70px;height:22px;padding:2px 6px;gap:6px;justify-content:flex-start;border-radius:1px}.ribbon-btn.small .ribbon-btn-icon{width:16px;height:16px}.ribbon-btn.small .ribbon-btn-icon svg{width:16px;height:16px}.ribbon-btn.small .ribbon-btn-label{font-size:11px;text-align:left;max-width:none;white-space:nowrap}.ribbon-btn.medium{flex-direction:row;min-width:70px;height:33px;padding:2px 6px;gap:6px;justify-content:flex-start;border-radius:1px}.ribbon-btn.medium .ribbon-btn-icon{width:20px;height:20px}.ribbon-btn.medium .ribbon-btn-icon svg{width:20px;height:20px}.ribbon-btn.medium .ribbon-btn-label{font-size:11px;text-align:left;max-width:none;white-space:nowrap}.document-bar{display:flex;align-items:flex-end;height:30px;background:var(--theme-docbar-bg);border-top:1px solid rgba(217,119,6,.15);border-bottom:1px solid var(--theme-border);flex-shrink:0;padding:0 4px;gap:1px;overflow-x:auto;overflow-y:hidden}.document-tabs{display:flex;align-items:flex-end;gap:1px}.document-tab{display:flex;align-items:center;gap:6px;padding:0 4px 0 10px;height:24px;background:transparent;border:1px solid var(--theme-border);border-bottom:2px solid transparent;border-radius:3px 3px 0 0;color:var(--theme-text-muted);font-size:11px;font-family:inherit;cursor:default;transition:background .1s,color .1s,border-color .1s;white-space:nowrap;position:relative}.document-tab:hover{background:var(--theme-hover);color:var(--theme-text)}.document-tab.active{color:var(--theme-accent);border-color:var(--theme-accent);border-bottom-color:transparent;background:var(--theme-accent-soft)}.document-tab-icon{flex-shrink:0;opacity:.6}.document-tab.active .document-tab-icon{opacity:1;stroke:var(--theme-accent)}.document-tab-title{max-width:160px;overflow:hidden;text-overflow:ellipsis}.document-tab-modified{width:6px;height:6px;border-radius:50%;background:var(--theme-accent);flex-shrink:0}.document-tab-close{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:2px;flex-shrink:0;margin-left:6px;opacity:0;transition:opacity .1s,background .1s;color:var(--theme-text-muted)}.document-tab:hover .document-tab-close,.document-tab.active .document-tab-close{opacity:1}.document-tab-close:hover{background:var(--theme-ribbon-btn-hover);color:var(--theme-accent)}.document-tab-add{width:24px;padding:0;justify-content:center;color:var(--theme-text-muted)}.document-tab-add:hover{color:var(--theme-accent)}.document-bar.dock-flash{animation:dock-flash .6s ease}@keyframes dock-flash{0%{background:var(--theme-docbar-bg)}30%{background:#d9770626}to{background:var(--theme-docbar-bg)}}.status-bar{background:var(--theme-status-bg);border-top:1px solid var(--theme-status-border);padding:0 12px;display:flex;align-items:center;justify-content:space-between;height:22px;font-size:12px;color:var(--theme-status-text);flex-shrink:0;-webkit-user-select:none;user-select:none;cursor:default}.status-bar-left{display:flex;align-items:center;gap:12px;flex:1}.status-bar-center{display:flex;align-items:center;gap:2px;justify-content:center}.status-bar-right{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-end}.status-item{display:flex;align-items:center;gap:4px;padding:0 6px;height:22px;cursor:default;transition:background .1s}.status-item:hover{background:var(--theme-status-hover)}.status-separator{width:1px;height:14px;background:var(--theme-status-separator)}.status-item-label{color:var(--theme-status-text-label);font-size:12px}.status-item-value{color:var(--theme-status-text);font-weight:500;font-size:12px;font-family:JetBrains Mono,Fira Code,monospace;min-width:36px;text-align:right}.status-item-unit{color:var(--theme-status-text-label);font-size:11px;opacity:.8}.status-item-soil{color:var(--theme-status-text);font-size:12px;font-style:italic}.ext-manager{max-width:560px;padding:24px 32px}.ext-manager-title{font-size:18px;font-weight:600;color:var(--theme-accent);margin:0 0 16px}.ext-tabs{display:flex;gap:2px;margin-bottom:12px;border-bottom:1px solid var(--theme-border-subtle)}.ext-tab{padding:6px 16px;font-size:12px;font-weight:500;font-family:inherit;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--theme-text-secondary);cursor:default;transition:all .12s}.ext-tab:hover{color:var(--theme-accent)}.ext-tab.active{color:var(--theme-accent);border-bottom-color:var(--theme-accent)}.ext-search-row{display:flex;gap:6px;margin-bottom:12px}.ext-search{flex:1;padding:6px 10px;background:var(--theme-dialog-input-bg);border:1px solid var(--theme-dialog-input-border);border-radius:4px;color:var(--theme-dialog-input-text);font-size:12px;font-family:inherit;outline:none}.ext-search:focus{border-color:var(--theme-accent)}.ext-upload-btn{padding:6px 10px;background:var(--theme-btn-secondary-bg);border:1px solid var(--theme-border-subtle);border-radius:4px;color:var(--theme-text);font-size:11px;font-weight:600;font-family:inherit;cursor:default;transition:all .12s}.ext-upload-btn:hover{background:var(--theme-btn-secondary-hover-bg);border-color:var(--theme-accent);color:var(--theme-accent)}.ext-list{display:flex;flex-direction:column;gap:8px}.ext-card{display:flex;flex-direction:column;padding:10px 14px;background:var(--theme-accent-soft);border:1px solid var(--theme-border-subtle);border-radius:6px;transition:border-color .12s}.ext-card:hover{border-color:var(--theme-accent)}.ext-card.disabled{opacity:.55}.ext-card-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.ext-category-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;padding:1px 6px;border-radius:3px;color:#000}.ext-version{font-size:10px;color:var(--theme-text-faint);margin-left:auto}.ext-card-body{margin-bottom:8px}.ext-name{font-size:13px;color:var(--theme-text)}.ext-desc{font-size:11px;color:var(--theme-text-secondary);margin:2px 0 4px;line-height:1.4}.ext-author{font-size:10px;color:var(--theme-text-faint)}.ext-card-actions{display:flex;justify-content:flex-end}.ext-toggle{position:relative;display:inline-block;width:36px;height:20px;cursor:default}.ext-toggle input{opacity:0;width:0;height:0}.ext-toggle-slider{position:absolute;inset:0;background:var(--theme-text-faint);border-radius:20px;transition:background .2s}.ext-toggle-slider:before{content:"";position:absolute;left:2px;top:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}.ext-toggle input:checked+.ext-toggle-slider{background:var(--theme-accent)}.ext-toggle input:checked+.ext-toggle-slider:before{transform:translate(16px)}.ext-installed-badge{font-size:10px;font-weight:600;color:var(--theme-accent);padding:2px 8px;border:1px solid var(--theme-accent);border-radius:3px}.ext-install-btn{padding:4px 12px;background:var(--theme-btn-primary-bg);border:none;border-radius:4px;color:var(--theme-btn-primary-text);font-size:11px;font-weight:600;font-family:inherit;cursor:default;transition:background .12s}.ext-install-btn:hover{background:var(--theme-btn-primary-hover-bg)}.backstage-overlay{position:fixed;inset:32px 0 0;z-index:1000;display:flex;flex-direction:row;background:transparent;pointer-events:auto}.backstage-sidebar{width:260px;background:var(--theme-bg-lighter);display:flex;flex-direction:column;border-right:1px solid var(--theme-border);box-shadow:var(--theme-panel-shadow);flex-shrink:0;height:100%}.backstage-back{display:flex;align-items:center;gap:10px;padding:14px 20px;background:var(--theme-accent);border:none;color:var(--theme-accent-text);font-size:15px;font-weight:600;cursor:default;transition:background .15s}.backstage-back:hover{background:var(--theme-accent-hover)}.backstage-back svg{flex-shrink:0}.backstage-items{display:flex;flex-direction:column;padding:8px 0;overflow-y:auto;flex:1}.backstage-item{display:flex;align-items:center;gap:12px;padding:10px 20px;background:transparent;border:none;color:var(--theme-text);font-size:13px;cursor:default;transition:background .1s;text-align:left;width:100%;border-left:3px solid transparent}.backstage-item:hover{background:var(--theme-hover);color:var(--theme-accent)}.backstage-item.active{background:var(--theme-hover-strong);border-left-color:var(--theme-accent);padding-left:17px;color:var(--theme-accent)}.backstage-item-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.backstage-item-icon svg{stroke:var(--theme-text)}.backstage-item:hover .backstage-item-icon svg,.backstage-item.active .backstage-item-icon svg{stroke:var(--theme-accent)}.backstage-item-label{flex:1}.backstage-item-shortcut{font-size:11px;color:var(--theme-backstage-item-shortcut);margin-left:auto}.backstage-item:hover .backstage-item-shortcut{color:var(--theme-backstage-item-shortcut-hover)}.backstage-divider{height:1px;background:var(--theme-border-subtle);margin:4px 16px}.backstage-content{width:580px;max-width:calc(100vw - 300px);background:var(--theme-bg);border-right:1px solid var(--theme-border);box-shadow:var(--theme-panel-shadow);padding:32px 40px;overflow-y:auto;color:var(--theme-text);height:100%}.backstage-dismiss-area{flex:1;background:transparent;cursor:default}.bs-about-panel{max-width:500px}.bs-about-title{font-size:22px;font-weight:300;color:var(--theme-accent);margin:0 0 24px}.bs-about-app{display:flex;align-items:center;gap:16px;margin-bottom:20px}.bs-about-logo{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.bs-about-logo svg{width:48px;height:48px}.bs-about-app-info{display:flex;flex-direction:column}.bs-about-app-name{font-size:20px;font-weight:600;color:var(--theme-accent);margin:0 0 2px}.bs-about-version{font-size:12px;color:var(--theme-text);margin:0}.bs-about-tagline{font-size:13px;color:var(--theme-text);margin:0 0 12px;font-style:italic}.bs-about-description{font-size:12px;line-height:1.6;color:var(--theme-text);margin:0 0 20px}.bs-about-company{background:var(--theme-accent-soft);border:1px solid var(--theme-border);padding:14px 16px;margin-bottom:20px}.bs-about-company-name{font-size:14px;font-weight:600;color:var(--theme-accent);margin:0 0 6px;display:flex;align-items:center;gap:8px}.bs-about-company-name:before{content:"";width:3px;height:14px;background:var(--theme-accent)}.bs-about-company-desc{font-size:11px;color:var(--theme-text);margin:0;line-height:1.5}.bs-about-company-meta{font-size:10px;color:var(--theme-text-secondary);margin:8px 0 0;font-style:italic;letter-spacing:.3px}.bs-about-links{display:flex;gap:10px;margin-bottom:20px}.bs-about-link{background:var(--theme-accent-soft);border:1px solid var(--theme-border);color:var(--theme-text);padding:8px 16px;font-size:12px;cursor:default;transition:background .1s,border-color .1s,color .1s;text-decoration:none;display:flex;align-items:center;gap:6px}.bs-about-link:hover{background:var(--theme-hover-strong);border-color:var(--theme-accent);color:var(--theme-accent)}.bs-about-link svg{width:14px;height:14px}.bs-about-footer{padding-top:12px;border-top:1px solid var(--theme-border-subtle)}.bs-about-copyright{font-size:10px;color:var(--theme-text-secondary);margin:0}.bs-export-panel{max-width:600px}.bs-export-title{font-size:22px;font-weight:300;color:var(--theme-accent);margin:0 0 24px}.bs-export-cards{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.bs-export-card{display:flex;align-items:center;gap:16px;padding:14px 16px;background:var(--theme-accent-soft);border:1px solid var(--theme-border);cursor:default;transition:background .1s,border-color .1s}.bs-export-card:hover{background:var(--theme-hover-strong);border-color:var(--theme-accent)}.bs-export-card.active{border-color:var(--theme-accent);background:var(--theme-hover-strong)}.bs-export-card-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.bs-export-card-icon svg{stroke:var(--theme-text)}.bs-export-card:hover .bs-export-card-icon svg,.bs-export-card.active .bs-export-card-icon svg{stroke:var(--theme-accent)}.bs-export-card-info h3{margin:0 0 4px;font-size:13px;font-weight:600;color:var(--theme-accent)}.bs-export-card-info p{margin:0;font-size:11px;color:var(--theme-text)}.bs-open-card{display:flex;align-items:center;gap:14px;padding:16px 18px;background:var(--theme-bg-elevated, #fff);border:1px solid var(--theme-border, #E7E5E4);border-radius:10px;cursor:pointer;text-align:left;transition:all .15s ease;font-family:inherit;color:inherit}.bs-open-card:hover{border-color:var(--amber, #D97706);background:var(--theme-bg-hover, var(--theme-bg-elevated, #fff));transform:translateY(-1px);box-shadow:0 4px 8px #00000014}.bs-open-card-icon{flex-shrink:0}.bs-open-card-text{display:flex;flex-direction:column;gap:4px;min-width:0}.bs-open-card-text strong{font:600 .95rem Inter,sans-serif;color:var(--theme-text, inherit)}.bs-open-card-text span{font:400 .78rem Inter,sans-serif;color:var(--theme-text-muted, #888);line-height:1.3}.backstage-submenu{display:flex;flex-direction:column;gap:2px;padding:4px 0 8px 44px;margin-top:-4px;margin-bottom:4px;background:var(--theme-bg);border-left:2px solid var(--theme-accent);border-radius:0 8px 8px 0}.backstage-subitem{background:none;border:none;text-align:left;padding:7px 16px 7px 12px;cursor:pointer;font:500 .8rem Inter,sans-serif;color:var(--theme-text);border-radius:6px;margin-right:8px;transition:background .12s}.backstage-subitem:hover{background:var(--theme-bg-hover, rgba(0,0,0,.04))}.backstage-recent-list{margin:4px 8px 12px 36px;padding:6px 0 6px 10px;border-left:2px solid var(--theme-border, #e7e5e4)}.backstage-recent-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;padding:0 4px}.backstage-recent-header>span{font:600 .65rem Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-muted, #888)}.backstage-recent-clear{appearance:none;background:none;border:0;color:var(--theme-text-muted, #888);padding:2px 6px;cursor:pointer;font-size:.7rem;border-radius:3px}.backstage-recent-clear:hover{background:var(--theme-bg-hover, rgba(0,0,0,.04));color:var(--theme-text)}.backstage-recent-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px}.backstage-recent-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;appearance:none;background:transparent;border:0;padding:5px 8px;border-radius:4px;cursor:pointer;text-align:left;color:var(--theme-text);transition:background .12s}.backstage-recent-item:hover{background:var(--theme-bg-hover, rgba(0,0,0,.05))}.backstage-recent-name{font:500 .82rem Inter,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.backstage-recent-path{font:400 .66rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-muted, #888);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.modal-overlay{position:fixed;inset:0;background:var(--theme-dialog-overlay);z-index:10000;display:flex;align-items:center;justify-content:center}.modal-dialog{background:var(--theme-dialog-bg, #ffffff);border:1px solid #36363e;border-radius:4px;display:flex;flex-direction:column;box-shadow:0 10px 32px #00000073;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;max-height:90vh}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:0 0 0 10px;background:linear-gradient(to bottom,var(--theme-dialog-header-bg) 0%,var(--theme-dialog-bg) 100%);border-bottom:1px solid var(--theme-dialog-border);height:30px;flex-shrink:0;cursor:default}.modal-header h2{font-size:12px;font-weight:600;color:var(--theme-dialog-header-text);margin:0}.modal-close-btn{display:flex;align-items:center;justify-content:center;width:30px;height:calc(100% + 1px);margin-top:-1px;margin-right:-1px;border:none;background:transparent;color:var(--theme-dialog-content-text);cursor:default;border-radius:0;font-size:16px;line-height:1;padding:0;transition:background .1s}.modal-close-btn:hover{background:var(--theme-ribbon-btn-hover);color:var(--theme-accent)}.modal-body{flex:1;overflow:hidden;display:flex;flex-direction:column;background:var(--theme-dialog-content-bg);color:var(--theme-dialog-content-text)}.modal-footer{display:flex;justify-content:flex-end;align-items:center;padding:8px 12px;border-top:1px solid var(--theme-dialog-border);background:var(--theme-dialog-sidebar-bg);flex-shrink:0;gap:6px}.themed-select{position:relative;min-width:100px}.themed-select-trigger{display:flex;align-items:center;gap:8px;width:100%;padding:3px 6px;border:1px solid var(--theme-dialog-input-border);border-radius:0;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);font-size:11px;font-family:inherit;cursor:default;transition:border-color .1s}.themed-select-trigger:hover{border-color:var(--theme-dialog-content-secondary)}.themed-select-trigger:focus{border-color:var(--theme-focus-color);outline:none}.themed-select-label{flex:1;text-align:left}.themed-select-chevron{flex-shrink:0;opacity:.6}.themed-select-menu{position:absolute;top:100%;left:0;right:0;margin-top:1px;background:var(--theme-bg);border:1px solid var(--theme-dialog-input-border);z-index:10;max-height:200px;overflow-y:auto}.themed-select-item{display:block;width:100%;padding:5px 8px;border:none;background:transparent;color:var(--theme-dialog-content-text);font-size:11px;font-family:inherit;cursor:default;text-align:left;transition:background .1s,color .1s}.themed-select-item:hover{background:var(--theme-ribbon-btn-hover);color:var(--theme-accent)}.themed-select-item.active{background:var(--theme-dialog-tab-active-bg);color:var(--theme-dialog-tab-active-text)}.settings-body{display:flex;flex:1;min-height:0;overflow:hidden}.settings-dialog .modal-footer{justify-content:space-between}.settings-sidebar{width:120px;background:var(--theme-dialog-sidebar-bg);border-right:1px solid var(--theme-dialog-sidebar-border);display:flex;flex-direction:column;padding:8px 0;gap:2px;flex-shrink:0;overflow-y:auto}.settings-tab{padding:8px 12px;font-size:11px;background:transparent;border:none;color:var(--theme-dialog-tab-text);font-weight:500;cursor:default;transition:all .15s ease;text-align:left;border-radius:0}.settings-tab:hover{background:var(--theme-dialog-tab-hover);color:var(--theme-dialog-tab-hover-text)}.settings-tab.active{background:var(--theme-dialog-tab-active-bg);color:var(--theme-dialog-tab-active-text)}.settings-content{flex:1;padding:12px;overflow-y:auto;background:var(--theme-dialog-content-bg);color:var(--theme-dialog-content-text)}.settings-section{margin-bottom:14px}.settings-section:last-child{margin-bottom:0}.settings-section h3{font-size:11px;font-weight:600;color:var(--theme-dialog-content-text);margin:0 0 8px;padding-bottom:4px;border-bottom:1px solid var(--theme-dialog-section-border)}.settings-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:12px}.settings-row:last-child{margin-bottom:0}.settings-label{font-size:11px;color:var(--theme-dialog-content-text);flex-shrink:0}.settings-description{font-size:11px;color:var(--theme-dialog-content-secondary);margin-top:2px}.settings-select{padding:3px 6px;font-size:11px;font-family:inherit;border:1px solid var(--theme-dialog-input-border);border-radius:0;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);outline:none;min-width:100px;cursor:default}.settings-select:focus{border-color:var(--theme-focus-color)}.settings-select option{background:var(--theme-bg);color:var(--theme-text)}.settings-input{padding:3px 6px;font-size:11px;font-family:inherit;border:1px solid var(--theme-dialog-input-border);border-radius:0;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);outline:none;width:100px}.settings-input:focus{border-color:var(--theme-focus-color)}.settings-checkbox-row{display:flex;align-items:center;gap:6px;margin-bottom:8px}.settings-checkbox-row:last-child{margin-bottom:0}.settings-checkbox-row input[type=checkbox]{width:13px;height:13px;accent-color:var(--theme-focus-color);cursor:default}.settings-checkbox-row label{font-size:11px;color:var(--theme-dialog-content-text);cursor:default}.settings-footer-right{display:flex;gap:6px}.settings-btn{padding:5px 20px;border:1px solid var(--theme-dialog-input-border);border-radius:2px;font-size:11px;font-weight:400;font-family:inherit;cursor:default;transition:background .1s,border-color .1s;min-width:75px}.settings-btn-primary{background:var(--theme-btn-primary-bg);color:var(--theme-btn-primary-text);border-color:var(--theme-btn-primary-border);box-shadow:inset 0 0 0 1px var(--theme-btn-primary-border)}.settings-btn-primary:hover{background:var(--theme-btn-primary-hover-bg);color:var(--theme-btn-primary-hover-text);border-color:var(--theme-btn-primary-border)}.settings-btn-secondary{background:var(--theme-btn-secondary-bg);color:var(--theme-btn-secondary-text)}.settings-btn-secondary:hover{background:var(--theme-btn-secondary-hover-bg);border-color:var(--theme-btn-secondary-hover-border)}.theme-dropdown{position:relative;margin-top:6px;width:200px;margin-left:auto}.theme-dropdown-trigger{display:flex;align-items:center;gap:8px;width:100%;padding:5px 8px;border:1px solid var(--theme-dialog-input-border);border-radius:0;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-content-text);font-size:11px;font-family:inherit;cursor:default;transition:border-color .1s}.theme-dropdown-trigger:hover{border-color:var(--theme-dialog-content-secondary)}.theme-dropdown-trigger:focus{border-color:var(--theme-focus-color);outline:none}.theme-dropdown-chevron{margin-left:auto;flex-shrink:0;opacity:.6}.theme-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:1px;background:var(--theme-dialog-input-bg);border:1px solid var(--theme-dialog-input-border);z-index:10;max-height:200px;overflow-y:auto}.theme-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:5px 8px;border:none;background:transparent;color:var(--theme-dialog-content-text);font-size:11px;font-family:inherit;cursor:default;text-align:left}.theme-dropdown-item:hover{background:var(--theme-dialog-tab-hover)}.theme-dropdown-item.active{background:var(--theme-dialog-tab-active-bg);color:var(--theme-dialog-tab-active-text)}.theme-dropdown-swatches{display:flex;gap:2px;flex-shrink:0}.theme-dropdown-swatch{display:block;width:14px;height:14px;border:1px solid rgba(128,128,128,.3)}.theme-dropdown-label{font-weight:500}.settings-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--theme-dialog-content-secondary);text-align:center;gap:8px}.settings-placeholder svg{width:32px;height:32px;stroke:var(--theme-dialog-content-secondary);opacity:.5}.settings-placeholder p{font-size:11px;margin:0}.feedback-content{padding:12px;overflow-y:auto;flex:1}.feedback-section{margin-bottom:12px}.feedback-section:last-child{margin-bottom:0}.feedback-field-row{margin-bottom:8px}.feedback-field-label{display:block;font-size:11px;color:var(--theme-dialog-content-text);margin-bottom:3px}.feedback-required{color:var(--theme-danger-color)}.feedback-input{width:100%;box-sizing:border-box;padding:5px 6px;font-size:12px;font-family:inherit;border:1px solid var(--theme-dialog-input-border);border-radius:0;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);outline:none}.feedback-input:focus{border-color:var(--theme-focus-color)}.feedback-categories{display:flex;gap:4px}.feedback-category{flex:1;padding:5px 8px;font-size:11px;font-family:inherit;border:1px solid var(--theme-dialog-input-border);border-radius:2px;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-content-text);cursor:default;transition:all .1s}.feedback-category:hover{background:var(--theme-dialog-tab-hover)}.feedback-category.active{border-color:var(--theme-focus-color);background:var(--theme-dialog-tab-active-bg);color:var(--theme-dialog-tab-active-text);box-shadow:inset 0 0 0 1px var(--theme-focus-color)}.feedback-textarea{width:100%;padding:6px 8px;font-size:11px;font-family:inherit;border:1px solid var(--theme-dialog-input-border);border-radius:0;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);outline:none;resize:vertical;min-height:80px;box-sizing:border-box;-webkit-user-select:text;user-select:text}.feedback-textarea:focus{border-color:var(--theme-focus-color)}.feedback-char-count{font-size:10px;color:var(--theme-dialog-content-secondary);text-align:right;margin-top:2px}.feedback-char-count.warning{color:var(--theme-danger-color)}.feedback-images-row{display:flex;align-items:center;gap:8px}.feedback-attach-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-family:inherit;border:1px solid var(--theme-dialog-input-border);border-radius:2px;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-content-text);cursor:default;transition:background .1s}.feedback-attach-btn:hover:not(:disabled){background:var(--theme-dialog-tab-hover)}.feedback-attach-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-image-limit{font-size:10px;color:var(--theme-dialog-content-secondary)}.feedback-previews{display:flex;gap:6px;margin-top:8px}.feedback-preview{position:relative;width:56px;height:56px;border:1px solid var(--theme-dialog-input-border);border-radius:2px;overflow:hidden}.feedback-preview img{width:100%;height:100%;object-fit:cover}.feedback-preview-remove{position:absolute;top:1px;right:1px;width:16px;height:16px;border:none;background:#0009;color:#fff;font-size:12px;line-height:1;cursor:default;display:flex;align-items:center;justify-content:center;padding:0;border-radius:2px}.feedback-preview-remove:hover{background:var(--theme-danger-color)}.feedback-sentiment-label{font-size:11px;color:var(--theme-dialog-content-text);margin-bottom:6px}.feedback-sentiments{display:flex;gap:6px}.feedback-sentiment{display:flex;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-family:inherit;border:1px solid var(--theme-dialog-input-border);border-radius:2px;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-content-text);cursor:default;transition:all .1s}.feedback-sentiment:hover{background:var(--theme-dialog-tab-hover)}.feedback-sentiment.active{border-color:var(--theme-focus-color);background:var(--theme-dialog-tab-active-bg)}.feedback-sentiment-emoji{font-size:14px;line-height:1}.feedback-sentiment-text{font-size:11px}.feedback-error{font-size:11px;color:var(--theme-danger-color);padding:4px 0}.feedback-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 12px;gap:8px}.feedback-success-emoji{font-size:32px;line-height:1}.feedback-success h3{font-size:14px;font-weight:600;margin:0;color:var(--theme-dialog-content-text)}.feedback-success p{font-size:11px;color:var(--theme-dialog-content-secondary);margin:0}.feedback-btn{padding:5px 20px;border:1px solid var(--theme-dialog-input-border);border-radius:2px;font-size:11px;font-weight:400;font-family:inherit;cursor:default;transition:background .1s,border-color .1s;min-width:75px}.feedback-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-btn-primary{background:var(--theme-btn-primary-bg);color:var(--theme-btn-primary-text);border-color:var(--theme-btn-primary-border);box-shadow:inset 0 0 0 1px var(--theme-btn-primary-border)}.feedback-btn-primary:hover:not(:disabled){background:var(--theme-btn-primary-hover-bg);color:var(--theme-btn-primary-hover-text);border-color:var(--theme-btn-primary-border)}.feedback-btn-secondary{background:var(--theme-btn-secondary-bg);color:var(--theme-btn-secondary-text)}.feedback-btn-secondary:hover{background:var(--theme-btn-secondary-hover-bg);border-color:var(--theme-btn-secondary-hover-border)}.welcome-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:var(--theme-dialog-overlay);animation:welcomeFadeIn .3s ease}@keyframes welcomeFadeIn{0%{opacity:0}to{opacity:1}}.welcome-dialog{background:var(--theme-dialog-bg);border:1px solid var(--theme-dialog-border);border-radius:12px;box-shadow:var(--theme-dialog-shadow);width:640px;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;animation:welcomeSlideUp .3s ease}@keyframes welcomeSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.welcome-header{display:flex;align-items:center;gap:16px;padding:24px 28px 16px;border-bottom:1px solid var(--theme-dialog-section-border)}.welcome-logo{width:56px;height:56px;flex-shrink:0}.welcome-logo svg{width:100%;height:100%}.welcome-title{font-size:22px;font-weight:600;color:var(--theme-accent);margin:0}.welcome-subtitle{font-size:12px;color:var(--theme-dialog-content-secondary);margin:2px 0 0}.welcome-body{display:flex;gap:24px;padding:20px 28px;flex:1;overflow-y:auto}.welcome-actions,.welcome-recent{flex:1}.welcome-body h2{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-accent);margin:0 0 12px}.welcome-action-btn{display:flex;align-items:flex-start;gap:12px;width:100%;padding:12px;background:var(--theme-accent-soft);border:1px solid var(--theme-border-subtle);border-radius:8px;color:var(--theme-text);cursor:default;text-align:left;font-family:inherit;margin-bottom:8px;transition:all .15s ease}.welcome-action-btn:hover{background:var(--theme-hover-strong);border-color:var(--theme-accent)}.welcome-action-btn.primary{border-color:var(--theme-accent);background:#d977061f}.welcome-action-btn svg{flex-shrink:0;margin-top:2px;stroke:var(--theme-accent)}.welcome-action-btn div{display:flex;flex-direction:column;gap:2px}.welcome-action-btn strong{font-size:13px;font-weight:600;color:var(--theme-text)}.welcome-action-btn span{font-size:11px;color:var(--theme-text-secondary)}.welcome-action-btn:hover strong{color:var(--theme-accent)}.welcome-empty{font-size:12px;color:var(--theme-text-faint);font-style:italic}.welcome-recent-list{display:flex;flex-direction:column;gap:2px}.welcome-recent-item{display:flex;align-items:center;gap:8px;padding:6px 8px;background:transparent;border:none;border-radius:4px;color:var(--theme-text);cursor:default;font-family:inherit;text-align:left;transition:background .1s}.welcome-recent-item:hover{background:var(--theme-hover)}.welcome-recent-item svg{flex-shrink:0;stroke:var(--theme-text-muted)}.welcome-recent-info{display:flex;flex-direction:column;flex:1;min-width:0}.welcome-recent-name{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.welcome-recent-path{font-size:10px;color:var(--theme-text-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.welcome-recent-date{font-size:10px;color:var(--theme-text-faint);flex-shrink:0}.welcome-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 28px;border-top:1px solid var(--theme-dialog-section-border)}.welcome-checkbox{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--theme-text-secondary);cursor:default}.welcome-checkbox input{accent-color:var(--theme-accent)}.welcome-skip-btn{padding:6px 16px;background:var(--theme-btn-secondary-bg);border:1px solid var(--theme-border-subtle);border-radius:4px;color:var(--theme-text);font-size:12px;font-family:inherit;cursor:default;transition:all .15s ease}.welcome-skip-btn:hover{background:var(--theme-btn-secondary-hover-bg);border-color:var(--theme-accent);color:var(--theme-accent)}.welcome-side-panel{width:100%;background:transparent;padding:0;overflow-y:auto;flex-shrink:0;font-family:"Inter",inherit}.welcome-brand h3{margin:0 0 4px;font-family:"Space Grotesk","Inter",inherit;font-size:16px;font-weight:700;letter-spacing:-.01em;color:var(--theme-text)}.welcome-link{display:inline-block;font-size:12px;color:#d97706;text-decoration:none;font-weight:500}.welcome-link:hover{text-decoration:underline}.welcome-releases{margin-top:18px}.welcome-releases h3{margin:0 0 12px;font-family:"Space Grotesk","Inter",inherit;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary, var(--theme-placeholder-text))}.welcome-release{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--theme-border)}.welcome-release:last-child{border-bottom:none}.welcome-release header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.welcome-release-tag{font-family:JetBrains Mono,Inter,monospace;font-size:11px;font-weight:600;color:#d97706;text-decoration:none;background:#d9770614;padding:1px 6px;border-radius:3px}.welcome-release-tag:hover{text-decoration:underline}.welcome-release-date{font-size:10px;color:var(--theme-text-secondary, var(--theme-placeholder-text))}.welcome-release-title{margin:4px 0 8px;font-size:12px;font-weight:600;color:var(--theme-text);font-family:"Space Grotesk","Inter",inherit;letter-spacing:-.005em}.welcome-release-body{font-size:11px;line-height:1.5;color:var(--theme-text-secondary, var(--theme-placeholder-text));white-space:pre-wrap}.welcome-error,.welcome-loading{font-size:12px;color:var(--theme-text-secondary, var(--theme-placeholder-text))}.start-sidebar{display:flex;flex-direction:column;width:320px;flex-shrink:0;background:var(--theme-bg);border-right:1px solid var(--theme-border);overflow:hidden;position:relative}.start-sidebar-collapsed-tab{display:flex;align-items:center;justify-content:center;width:28px;flex-shrink:0;background:var(--theme-bg);border:none;border-right:1px solid var(--theme-border);color:var(--theme-placeholder-text);cursor:pointer;padding:8px 0;font-family:inherit;transition:background .15s,color .15s}.start-sidebar-collapsed-tab:hover{color:var(--theme-text);background:#d9770614}.start-sidebar-collapsed-tab span{writing-mode:vertical-lr;transform:rotate(180deg);font-size:11px;font-weight:600;text-transform:uppercase;white-space:nowrap;letter-spacing:1px}.start-sidebar-toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 4px 0 10px;height:28px;flex-shrink:0;border-bottom:1px solid var(--theme-border)}.start-sidebar-title{font-size:11px;font-weight:600;font-family:"Space Grotesk","Inter",inherit;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text)}.start-sidebar-close-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--theme-placeholder-text);cursor:pointer;border-radius:4px;transition:background .15s ease}.start-sidebar-close-btn:hover{background:#d9770614;color:var(--theme-text)}.start-sidebar-body{flex:1;overflow-y:auto;padding:16px 16px 24px}.start-brand{display:flex;align-items:center;gap:12px;padding:0 0 16px;border-bottom:1px solid var(--theme-border);margin-bottom:16px}.start-brand-icon{flex-shrink:0;opacity:.95;width:40px;height:40px}.start-brand-text h2{margin:0;font-size:14px;font-weight:700;font-family:"Space Grotesk","Inter",inherit;letter-spacing:-.01em;color:var(--theme-text)}.start-brand-text p{margin:2px 0 0;font-size:11px;color:var(--theme-placeholder-text);line-height:1.4}.start-actions{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.start-action-btn{display:flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-bg);color:var(--theme-text);font-size:12px;font-family:"Inter",inherit;font-weight:500;cursor:pointer;text-align:left;transition:background .12s ease,border-color .12s ease}.start-action-btn:hover{background:#d9770614;border-color:var(--theme-accent)}.start-action-btn svg{stroke:var(--theme-placeholder-text);flex-shrink:0}.start-action-btn:hover svg{stroke:var(--theme-accent)}.start-recent{margin-bottom:18px}.start-recent-title{font-size:10px;font-weight:600;color:var(--theme-placeholder-text);margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}.start-recent-list{display:flex;flex-direction:column;gap:1px}.start-recent-item{display:flex;align-items:center;gap:8px;padding:5px 8px;background:transparent;border:none;border-radius:3px;cursor:pointer;text-align:left;font-family:inherit;font-size:11px;color:var(--theme-text);transition:background .12s ease;width:100%}.start-recent-item:hover{background:#d9770614}.start-recent-item svg{stroke:var(--theme-placeholder-text);flex-shrink:0}.start-recent-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.start-releases{padding-top:16px;border-top:1px solid var(--theme-border)}.report-preview{display:flex;flex-direction:row;flex:1;min-height:0;overflow:hidden;background:var(--theme-bg)}.report-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;background:var(--theme-bg-lighter);border-right:1px solid var(--theme-border);overflow:hidden}.report-project-summary{padding:0 0 12px;border-bottom:1px solid var(--theme-border-subtle);margin-bottom:12px}.report-project-title{font-size:13px;font-weight:600;color:var(--theme-text);line-height:1.3;margin-bottom:4px}.report-project-sub{font-size:11px;color:var(--theme-text-secondary);line-height:1.3}.report-project-sub.muted{opacity:.7}.report-sidebar-section{margin-bottom:16px}.report-sidebar-section-title{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary);margin-bottom:6px;opacity:.85}.report-sidebar-action{display:flex;align-items:center;gap:8px;padding:6px 10px;width:100%;background:transparent;border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text);font-size:11px;font-family:inherit;cursor:pointer;transition:all .12s;text-align:left}.report-sidebar-action:hover{background:var(--theme-hover);border-color:var(--theme-accent);color:var(--theme-accent)}.report-sidebar-action svg{flex-shrink:0}.report-sidebar-footer{padding:12px 14px;border-top:1px solid var(--theme-border);flex-shrink:0}.report-generate-btn-side{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:7px 12px;background:var(--theme-btn-primary-bg);border:none;border-radius:4px;color:var(--theme-btn-primary-text);font-size:11px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s}.report-generate-btn-side:hover:not(:disabled){background:var(--theme-btn-primary-hover-bg)}.report-generate-btn-side:disabled{opacity:.5;cursor:not-allowed}.report-generate-btn-side svg{stroke:var(--theme-btn-primary-text)}.report-sidebar-header{display:flex;align-items:center;justify-content:space-between;height:28px;padding:0 4px 0 12px;border-bottom:1px solid var(--theme-border);flex-shrink:0}.report-sidebar-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text)}.report-sidebar-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;border-radius:4px;transition:background .12s}.report-sidebar-toggle:hover{background:var(--theme-hover);color:var(--theme-text)}.report-sidebar-body{flex:1;overflow-y:auto;padding:12px 14px}.report-sidebar-hint{font-size:11px;color:var(--theme-text-secondary);margin:0 0 12px;line-height:1.4}.report-section-list{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.report-section-toggle{display:flex;align-items:center;gap:8px;padding:5px 6px;font-size:12px;color:var(--theme-text);cursor:pointer;border-radius:3px;transition:background .12s}.report-section-toggle:hover:not(.always-on){background:var(--theme-hover)}.report-section-toggle.always-on{opacity:.7;cursor:not-allowed}.report-section-toggle input[type=checkbox]{width:13px;height:13px;accent-color:var(--theme-accent);cursor:inherit}.report-reset-btn{font-size:11px;background:transparent;border:1px solid var(--theme-border);color:var(--theme-text-secondary);padding:5px 10px;border-radius:4px;cursor:pointer;font-family:inherit;transition:all .12s;width:100%}.report-reset-btn:hover{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-hover)}.report-sidebar-meta{margin-top:16px;padding-top:12px;border-top:1px solid var(--theme-border);display:flex;flex-direction:column;gap:4px}.report-meta-row{display:flex;justify-content:space-between;gap:8px;font-size:10px;color:var(--theme-text-secondary)}.report-meta-label{font-weight:500;text-transform:uppercase;letter-spacing:.3px;opacity:.7}.report-sidebar-collapsed{display:flex;align-items:center;justify-content:center;width:28px;flex-shrink:0;background:var(--theme-bg-lighter);border:none;border-right:1px solid var(--theme-border);color:var(--theme-text-secondary);cursor:pointer;padding:8px 0;transition:background .15s,color .15s}.report-sidebar-collapsed:hover{color:var(--theme-text);background:var(--theme-hover)}.report-sidebar-collapsed span{writing-mode:vertical-lr;transform:rotate(180deg);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.report-main{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.report-toolbar{display:flex;align-items:center;gap:12px;padding:6px 12px;background:var(--theme-bg-lighter);border-bottom:1px solid var(--theme-border-subtle);flex-shrink:0}.report-page-info{font-size:11px;color:var(--theme-text-secondary);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-generated-time{opacity:.7;font-style:italic}.report-generate-btn{display:flex;align-items:center;gap:6px;padding:5px 14px;background:var(--theme-btn-primary-bg);border:none;border-radius:4px;color:var(--theme-btn-primary-text);font-size:11px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s;flex-shrink:0}.report-generate-btn:hover:not(:disabled){background:var(--theme-btn-primary-hover-bg)}.report-generate-btn:disabled{opacity:.6;cursor:not-allowed}.report-generate-btn svg{stroke:var(--theme-btn-primary-text)}.report-pages-wrapper{flex:1;overflow:auto;display:flex;flex-direction:column;align-items:center;background:#52525b;position:relative}.report-iframe{width:100%;height:100%;border:none;background:#fff}.report-error{width:100%;padding:16px 24px;background:#dc262614;color:var(--theme-danger-color);font-size:12px}.report-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:8px;padding:48px;color:var(--theme-text-secondary);text-align:center}.report-empty-icon{opacity:.5;margin-bottom:8px}.report-empty-title{font-size:14px;font-weight:600;color:var(--theme-text);margin:0}.report-empty-subtitle{font-size:12px;margin:0;opacity:.8}.bore-view{display:flex;flex-direction:column;flex:1;min-height:0;background:var(--theme-bg, #fff);color:var(--theme-text, #36363e);padding:16px 20px;gap:12px;overflow:auto}.bore-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:10px;border-bottom:1px solid var(--theme-border, #e7e5e4)}.bore-title{margin:0;font:700 1.4rem var(--font-heading, "Space Grotesk"),"Inter",sans-serif;color:var(--theme-text, #36363e)}.bore-sub{margin:2px 0 0;font:500 .85rem Inter,sans-serif;color:var(--theme-text-secondary, #71717a)}.bore-meta{display:grid;grid-template-columns:auto auto;gap:2px 12px;margin:0;font:500 .78rem Inter,sans-serif}.bore-meta dt{color:var(--theme-text-secondary, #71717a)}.bore-meta dd{margin:0;color:var(--theme-text, #36363e)}.bore-meta code{font:500 .78rem var(--font-code, "JetBrains Mono"),monospace}.bore-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0}.bore-toolbar-hint{font:400 .7rem Inter,sans-serif;color:var(--theme-text-secondary, #71717a)}.bore-toolbar-zoom{display:inline-flex;align-items:center;border:1px solid var(--theme-border, #e7e5e4);border-radius:6px;overflow:hidden}.bore-zoom-btn{appearance:none;background:var(--theme-bg, #fff);border:0;padding:4px 10px;font:600 .78rem Inter,sans-serif;color:var(--theme-text, #36363e);cursor:pointer;min-width:28px;transition:background .12s}.bore-zoom-btn:hover:not(:disabled){background:var(--theme-bg-lighter, #f5f5f4)}.bore-zoom-btn:disabled{opacity:.4;cursor:not-allowed}.bore-zoom-btn.bore-zoom-reset{font:500 .72rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #71717a);border-left:1px solid var(--theme-border, #e7e5e4);border-right:1px solid var(--theme-border, #e7e5e4);min-width:44px}.bore-body{flex:1;min-height:0;display:flex}.bore-empty{margin:auto;text-align:center;color:var(--theme-text-secondary, #71717a)}.bore-empty-sub{font-size:.85rem;margin-top:4px}.bore-strip-wrap{display:grid;grid-template-columns:64px calc(96px * var(--bore-zoom, 1)) 1fr;gap:0;position:relative;flex:1;min-height:360px}.bore-axis{position:relative;border-right:1px solid var(--theme-border, #e7e5e4)}.bore-axis-spine{position:absolute;top:0;bottom:0;right:0;width:1px;background:var(--theme-text-secondary, #71717a)}.bore-axis-tick{position:absolute;right:0;transform:translateY(-50%);display:flex;align-items:center;gap:4px;pointer-events:none}.bore-axis-line{display:inline-block;width:6px;height:1px;background:var(--theme-text-secondary, #71717a)}.bore-axis-label{font:500 .7rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #71717a);white-space:nowrap;padding-right:8px}.bore-axis-title{position:absolute;top:-6px;right:8px;font:600 .62rem Inter,sans-serif;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-secondary, #71717a)}.bore-strip{position:relative;border-right:1px solid var(--theme-border, #e7e5e4);background:var(--theme-bg-lighter, #f5f5f4)}.bore-layer{position:absolute;left:0;right:0;display:flex;align-items:stretch;justify-content:stretch;border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.05);overflow:hidden;transition:filter .15s ease}.bore-layer:hover{filter:brightness(.92)}.bore-layer-half{height:100%;background-repeat:repeat}.bore-layer-mix{border-left:1px solid rgba(0,0,0,.18)}.bore-layer-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:600 .7rem Inter,sans-serif;color:#1f2937;background:#ffffffc7;padding:1px 5px;border-radius:3px;white-space:nowrap;text-overflow:ellipsis;max-width:88%;text-align:center;pointer-events:none}.bore-descriptions{list-style:none;margin:0;padding:6px 12px;display:flex;flex-direction:column;gap:10px}.bore-description-row{display:flex;gap:10px;padding:6px 0;border-top:1px solid var(--theme-border, #e7e5e4);align-items:flex-start;min-height:44px}.bore-description-row:first-child{border-top:none;padding-top:2px}.bore-description-swatch{width:14px;height:14px;border-radius:3px;border:1px solid rgba(0,0,0,.2);flex-shrink:0;margin-top:2px}.bore-description-text{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.bore-description-soil{font:600 .82rem Inter,sans-serif;color:var(--theme-text, #36363e)}.bore-description-range{font:500 .7rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #71717a)}.bore-description-extra{font:400 .72rem Inter,sans-serif;color:var(--theme-text, #36363e);margin-top:2px}.bore-description-chips{display:flex;flex-wrap:wrap;gap:3px;margin-top:4px}.bore-chip{display:inline-flex;align-items:center;gap:4px;padding:1px 6px;border-radius:9999px;background:var(--theme-bg-lighter, #f5f5f4);border:1px solid var(--theme-border, #e7e5e4);font:500 .66rem Inter,sans-serif;line-height:1.4;white-space:nowrap}.bore-chip-label{font:600 .6rem Inter,sans-serif;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-secondary, #71717a)}.bore-chip-value{color:var(--theme-text, #36363e)}.gwp-view{display:flex;flex-direction:column;flex:1;min-height:0;background:var(--theme-bg, #fff);color:var(--theme-text, #36363e);padding:16px 20px;gap:16px;overflow:auto}.gwp-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:10px;border-bottom:1px solid var(--theme-border, #e7e5e4)}.gwp-title{margin:0;font:700 1.4rem var(--font-heading, "Space Grotesk"),"Inter",sans-serif;color:var(--theme-text, #36363e)}.gwp-sub{margin:2px 0 0;font:500 .85rem Inter,sans-serif;color:var(--theme-text-secondary, #71717a)}.gwp-meta{display:grid;grid-template-columns:auto auto;gap:2px 12px;margin:0;font:500 .78rem Inter,sans-serif}.gwp-meta dt{color:var(--theme-text-secondary, #71717a)}.gwp-meta dd{margin:0;color:var(--theme-text, #36363e)}.gwp-meta code{font:500 .78rem var(--font-code, "JetBrains Mono"),monospace}.gwp-toolbar{display:flex;gap:8px}.gwp-link-btn{display:inline-block;padding:6px 12px;border:1px solid var(--theme-border, #e7e5e4);border-radius:6px;background:var(--theme-bg, #fff);font:600 .8rem Inter,sans-serif;color:var(--theme-text, #36363e);text-decoration:none;transition:background .12s}.gwp-link-btn:hover{background:var(--theme-bg-lighter, #f5f5f4)}.gwp-section{display:flex;flex-direction:column;gap:8px}.gwp-section-title{margin:0;font:700 .95rem var(--font-heading, "Space Grotesk"),"Inter",sans-serif;color:var(--theme-text, #36363e);padding-bottom:4px;border-bottom:1px solid var(--theme-border, #e7e5e4)}.gwp-section-sub{margin:0;font:400 .78rem Inter,sans-serif;color:var(--theme-text-secondary, #71717a)}.gwp-empty{padding:16px;font:400 .85rem Inter,sans-serif;color:var(--theme-text-secondary, #71717a);text-align:center;border:1px dashed var(--theme-border, #e7e5e4);border-radius:6px}.gwp-table-wrap{overflow-x:auto;border:1px solid var(--theme-border, #e7e5e4);border-radius:6px}.gwp-table{width:100%;border-collapse:collapse;font:500 .78rem Inter,sans-serif}.gwp-table th,.gwp-table td{padding:6px 10px;text-align:left;border-bottom:1px solid var(--theme-border, #e7e5e4)}.gwp-table thead th{background:var(--theme-bg-lighter, #f5f5f4);font:600 .72rem Inter,sans-serif;text-transform:uppercase;letter-spacing:.03em;color:var(--theme-text-secondary, #71717a);line-height:1.25}.gwp-table tbody tr:last-child td{border-bottom:0}.gwp-table td.num{font:500 .78rem var(--font-code, "JetBrains Mono"),monospace;text-align:right}.gwp-gld-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px;font:400 .78rem Inter,sans-serif;color:var(--theme-text-secondary, #71717a)}.gwp-gld-list code{font:600 .78rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text, #36363e)}.gwp-link-inline{margin-left:8px;color:var(--theme-accent, #0EA5E9);text-decoration:none}.gwp-link-inline:hover{text-decoration:underline}.gwp-chart-wrap{display:flex;flex-direction:column;gap:6px}.gwp-chart{border:1px solid var(--theme-border, #e7e5e4);border-radius:6px;background:var(--theme-bg, #fff);cursor:grab;-webkit-user-select:none;user-select:none;display:block;width:100%}.gwp-chart:active{cursor:grabbing}.gwp-chart-legend{display:flex;flex-wrap:wrap;gap:12px;padding:6px 4px;font:500 .75rem Inter,sans-serif;color:var(--theme-text-secondary, #71717a)}.gwp-chart-legend-item{display:inline-flex;align-items:center;gap:4px}.gwp-chart-legend-swatch{display:inline-block;width:12px;height:3px;border-radius:1px}.gwp-chart-legend code{font:600 .72rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text, #36363e)}.leaflet-marker-icon.adres-label{background:transparent;border:none;width:auto!important;height:auto!important;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}.adres-label>span{display:inline-block;transform:rotate(var(--rot, 0deg)) translate(-50%,-50%);transform-origin:0 0;padding:1px 4px;border-radius:2px;color:#1f2937;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,0 -1px 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff}.adres-label-street>span{font:700 11px Inter,system-ui,sans-serif;letter-spacing:.06em;text-transform:uppercase;color:#111827}.adres-label-number>span{font:500 10px Inter,system-ui,sans-serif;color:#1f2937;text-transform:none;letter-spacing:0}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ifc-view-twopane{display:flex;flex-direction:row;flex:1;min-height:0;background:var(--theme-bg);color:var(--theme-text);gap:1px;background-color:var(--theme-border-subtle, #e7e5e4)}.ifc-view-split{display:flex;flex-direction:row;flex:1;min-height:0;background:var(--theme-bg);color:var(--theme-text)}.ifc-split-col{flex:1 1 50%;min-width:0;display:flex;flex-direction:column}.ifc-split-divider{flex:0 0 1px;background:var(--theme-border, #d6d3d1)}.ifc-view-tabbed{display:flex;flex-direction:column;flex:1;min-height:0;background:var(--theme-bg);color:var(--theme-text)}.ifc-tabbar{display:flex;gap:2px;padding:4px 8px 0;background:var(--theme-bg);border-bottom:1px solid var(--theme-border-subtle);flex-shrink:0}.ifc-tab{appearance:none;background:transparent;border:1px solid transparent;border-bottom:none;border-radius:4px 4px 0 0;padding:5px 14px;font:600 12px Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a);cursor:pointer;margin-bottom:-1px}.ifc-tab:hover{color:var(--theme-text)}.ifc-tab.active{background:var(--theme-bg-lighter, #f5f5f4);border-color:var(--theme-border-subtle);border-bottom-color:var(--theme-bg-lighter, #f5f5f4);color:var(--theme-text, #36363e)}.ifc-tab-body{flex:1;min-height:0;display:flex}.ifc-tab-body>.ifc-pane{flex:1}.ifc-pane{display:flex;flex-direction:column;flex:1 1 50%;min-width:0;min-height:0;background:var(--theme-bg)}.ifc-pane-header{display:flex;align-items:center;gap:12px;padding:6px 14px;border-bottom:1px solid var(--theme-border-subtle);background:var(--theme-bg-lighter);flex-shrink:0;min-height:36px}.ifc-pane-title{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.ifc-pane-badge{display:inline-block;padding:2px 8px;border-radius:3px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--theme-border)}.ifc-pane-badge-ifc4x3{color:#f59e0b;border-color:#f59e0b80;background:#f59e0b14}.ifc-pane-badge-ifcx{color:#2563eb;border-color:#2563eb80;background:#2563eb14}.ifc-pane-badge-parsed{color:#16a34a;border-color:#16a34a80;background:#16a34a14}.ifc-pane-filename{font:500 12px var(--font-code, "JetBrains Mono"),"Inter",sans-serif;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.ifc-pane-actions{display:flex;gap:6px;flex-shrink:0}.ifc-pane-btn{appearance:none;background:var(--theme-bg);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:4px;font-family:inherit;font-size:12px;padding:4px 10px;cursor:pointer}.ifc-pane-btn:hover:not(:disabled){background:var(--theme-bg-lighter);border-color:var(--amber, #d97706);color:var(--amber, #d97706)}.ifc-pane-btn:disabled{opacity:.5;cursor:default}.ifc-pane-body{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--theme-bg);overflow:hidden}.ifc-pane-content{flex:1;margin:0;padding:12px 14px;overflow:auto;font-family:JetBrains Mono,Fira Code,Cascadia Mono,Consolas,monospace;font-size:11.5px;line-height:1.5;color:var(--theme-text);background:var(--theme-bg);white-space:pre}.ifc-pane-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center;color:var(--theme-text-secondary)}.ifc-pane-empty-sub{font-size:13px;margin:0;color:var(--theme-text-secondary)}.ifc-pane-empty-error{font-size:12px;color:var(--error, #dc2626)}.ifc-pane-generate-btn{appearance:none;background:var(--amber, #d97706);color:#fff;border:none;border-radius:8px;font:600 13px Inter,system-ui,sans-serif;padding:10px 24px;cursor:pointer;transition:background .15s ease}.ifc-pane-generate-btn:hover{background:var(--signal-orange, #ea580c)}.ifc-syntax .ifc-tok-kw{color:#af00db;font-weight:700}.ifc-syntax .ifc-tok-entity{color:#d97706;font-weight:600}.ifc-syntax .ifc-tok-ref{color:#0070c1;font-weight:500}.ifc-syntax .ifc-tok-str{color:#16803c}.ifc-syntax .ifc-tok-num{color:#b45309}.ifc-syntax .ifc-tok-nil{color:#94a3b8;font-style:italic}.ifc-syntax .ifc-tok-ident{color:var(--theme-text)}.ifc-syntax .ifc-tok-key{color:#0070c1;font-weight:500}.ifc-syntax .ifc-tok-punct{color:#94a3b8}:root[data-theme=dark] .ifc-syntax .ifc-tok-kw,[data-theme=dark] .ifc-syntax .ifc-tok-kw{color:#c586c0}:root[data-theme=dark] .ifc-syntax .ifc-tok-entity,[data-theme=dark] .ifc-syntax .ifc-tok-entity{color:#f5b041}:root[data-theme=dark] .ifc-syntax .ifc-tok-ref,[data-theme=dark] .ifc-syntax .ifc-tok-ref{color:#4fc1ff}:root[data-theme=dark] .ifc-syntax .ifc-tok-str,[data-theme=dark] .ifc-syntax .ifc-tok-str{color:#ce9178}:root[data-theme=dark] .ifc-syntax .ifc-tok-num,[data-theme=dark] .ifc-syntax .ifc-tok-num{color:#b5cea8}:root[data-theme=dark] .ifc-syntax .ifc-tok-key,[data-theme=dark] .ifc-syntax .ifc-tok-key{color:#9cdcfe}.icrop-backdrop{position:fixed;inset:0;z-index:1100;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:24px}.icrop-dialog{background:var(--theme-bg, #ffffff);color:var(--theme-text, #0f172a);border-radius:8px;box-shadow:0 12px 32px #00000052;padding:16px;display:flex;flex-direction:column;gap:12px;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px)}.icrop-header{display:flex;align-items:baseline;gap:12px;min-width:0}.icrop-title{font:600 14px Inter,system-ui,sans-serif}.icrop-filename{font:500 12px var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #64748b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.icrop-stage{position:relative;align-self:center;background:#0f172a;user-select:none;-webkit-user-select:none;overflow:hidden;cursor:default}.icrop-img{position:absolute;inset:0;width:100%;height:100%;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.icrop-mask{position:absolute;background:#0f172a8c;pointer-events:none}.icrop-rect{position:absolute;border:1.5px solid #f59e0b;cursor:move;box-sizing:border-box}.icrop-grid{position:absolute;background:#ffffff59;pointer-events:none}.icrop-grid-v{top:0;bottom:0;width:1px}.icrop-grid-h{left:0;right:0;height:1px}.icrop-handle{position:absolute;width:12px;height:12px;background:#fff;border:1.5px solid #f59e0b;border-radius:50%;box-shadow:0 1px 3px #00000040}.icrop-h-nw{left:-7px;top:-7px;cursor:nwse-resize}.icrop-h-n{left:50%;top:-7px;cursor:ns-resize;transform:translate(-50%)}.icrop-h-ne{right:-7px;top:-7px;cursor:nesw-resize}.icrop-h-e{right:-7px;top:50%;cursor:ew-resize;transform:translateY(-50%)}.icrop-h-se{right:-7px;bottom:-7px;cursor:nwse-resize}.icrop-h-s{left:50%;bottom:-7px;cursor:ns-resize;transform:translate(-50%)}.icrop-h-sw{left:-7px;bottom:-7px;cursor:nesw-resize}.icrop-h-w{left:-7px;top:50%;cursor:ew-resize;transform:translateY(-50%)}.icrop-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.icrop-info{font:500 12px var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #64748b)}.icrop-actions{display:flex;gap:8px}.icrop-btn{appearance:none;background:var(--theme-bg, #ffffff);color:var(--theme-text, #0f172a);border:1px solid var(--theme-border, #cbd5e1);border-radius:4px;font:500 13px Inter,system-ui,sans-serif;padding:6px 14px;cursor:pointer}.icrop-btn:hover{background:var(--theme-bg-lighter, #f1f5f9);border-color:var(--amber, #d97706);color:var(--amber, #d97706)}.icrop-btn-primary{background:var(--amber, #d97706);color:#fff;border-color:var(--amber, #d97706)}.icrop-btn-primary:hover{background:var(--signal-orange, #ea580c);border-color:var(--signal-orange, #ea580c);color:#fff}.pcrop-picker-dialog{width:min(880px,calc(100vw - 48px))}.pcrop-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;align-content:start;padding:4px;overflow:auto;max-height:60vh;background:var(--theme-bg, #ffffff)}.pcrop-thumb{appearance:none;background:var(--theme-bg, #ffffff);border:1px solid var(--theme-border, #cbd5e1);border-radius:6px;padding:8px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:transform .08s ease,border-color .12s ease,box-shadow .12s ease}.pcrop-thumb:hover{border-color:var(--amber, #d97706);box-shadow:0 4px 10px #d977062e;transform:translateY(-1px)}.pcrop-thumb:focus-visible{outline:2px solid var(--amber, #d97706);outline-offset:2px}.pcrop-thumb img{display:block;max-width:100%;height:auto;background:#f8fafc;box-shadow:0 1px 4px #0f172a2e}.pcrop-thumb-label{font:500 12px Inter,system-ui,sans-serif;color:var(--theme-text, #0f172a)}.pcrop-loading{padding:48px 24px;text-align:center;font:500 13px Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #64748b)}.pcrop-error{padding:16px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:6px;font:500 12px var(--font-code, "JetBrains Mono"),monospace;white-space:pre-wrap;word-break:break-word;max-width:640px}.pcrop-header{gap:12px}.pcrop-back-btn{flex:0 0 auto;padding:4px 10px;font-size:12px}.offertes-hint{margin:0 0 12px;padding:0 4px;font:400 .78rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a);line-height:1.45}.offertes-list{display:flex;flex-direction:column;gap:6px;max-height:48vh;overflow-y:auto;padding:2px}.offertes-row{display:flex;gap:12px;align-items:flex-start;padding:10px 12px;border:1px solid var(--theme-border, #d4d4d4);border-radius:6px;background:var(--theme-bg, #fafaf9);cursor:pointer;transition:border-color .15s,background .15s}.offertes-row:hover{border-color:var(--amber, #d97706)}.offertes-row.selected{border-color:var(--amber, #d97706);background:color-mix(in srgb,var(--amber, #d97706) 8%,var(--theme-bg, #fafaf9))}.offertes-row input[type=checkbox]{flex:0 0 auto;margin-top:2px;width:16px;height:16px;accent-color:var(--amber, #d97706);cursor:pointer}.offertes-row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.offertes-row-name{font:600 .88rem Inter,system-ui,sans-serif;color:var(--theme-text, #36363e);line-height:1.2}.offertes-row-meta{display:flex;gap:10px;align-items:baseline;font:500 .72rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a)}.offertes-city{text-transform:uppercase;letter-spacing:.03em}.offertes-dist{font-family:var(--font-code, "JetBrains Mono"),monospace;color:var(--amber, #d97706);font-weight:600}.offertes-row-contact{font:400 .74rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a)}.offertes-row-contact a{color:var(--amber, #d97706);text-decoration:none}.offertes-row-contact a:hover{text-decoration:underline}.offertes-contact-person{font-weight:500}.offertes-more{margin:10px 4px 0;font:400 .72rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a)}.offertes-more code{font-family:var(--font-code, "JetBrains Mono"),monospace;font-size:.96em;background:var(--theme-bg-lighter, #f4f4f3);padding:0 4px;border-radius:3px}.offertes-footer{display:flex;gap:10px;align-items:center;width:100%}.offertes-footer-info{flex:1;font:500 .78rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a)}.offertes-btn-secondary,.offertes-btn-primary{appearance:none;border:1px solid var(--theme-border, #d4d4d4);background:var(--theme-bg, #fafaf9);color:var(--theme-text, #36363e);font:600 .8rem Inter,system-ui,sans-serif;padding:7px 14px;border-radius:6px;cursor:pointer}.offertes-btn-secondary:hover{background:var(--theme-bg-lighter, #f4f4f3)}.offertes-btn-primary{background:var(--amber, #d97706);color:#fff;border-color:var(--amber, #d97706)}.offertes-btn-primary:hover:not(:disabled){background:var(--signal-orange, #ea580c)}.offertes-btn-primary:disabled{opacity:.4;cursor:not-allowed}.ifcx-preview-hint{margin:0 0 12px;padding:0 4px;font:400 .8rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a);line-height:1.45}.ifcx-preview-hint code{font-family:var(--font-code, "JetBrains Mono"),monospace;font-size:.92em;background:var(--theme-bg-lighter, #f4f4f3);padding:0 4px;border-radius:3px}.ifcx-preview-status{padding:24px;text-align:center;font:500 .85rem Inter,sans-serif;color:var(--theme-text-secondary, #71717a)}.ifcx-preview-error{padding:16px;border:1px solid #f3a4a4;background:#fff5f5;border-radius:6px;color:#7a1e1e;font:400 .8rem Inter,sans-serif}.ifcx-preview-error pre{margin:6px 0 0;white-space:pre-wrap;font:500 .72rem JetBrains Mono,monospace;background:#ffe7e7;padding:8px;border-radius:4px;max-height:120px;overflow-y:auto}.ifcx-preview-content{margin:0;padding:12px;flex:1;min-height:0;overflow:auto;background:#1a1a1f;color:#e7e5e4;border:1px solid #36363e;border-radius:6px;font:500 .74rem var(--font-code, "JetBrains Mono"),monospace;line-height:1.45;white-space:pre;tab-size:2;max-height:56vh}.ifcx-preview-footer{display:flex;gap:10px;align-items:center;width:100%}.ifcx-preview-info{flex:1;font:500 .75rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #71717a)}.ifcx-preview-btn-secondary,.ifcx-preview-btn-primary{appearance:none;border:1px solid var(--theme-border, #d4d4d4);background:var(--theme-bg, #fafaf9);color:var(--theme-text, #36363e);font:600 .8rem Inter,sans-serif;padding:7px 14px;border-radius:6px;cursor:pointer}.ifcx-preview-btn-secondary:hover{background:var(--theme-bg-lighter, #f4f4f3)}.ifcx-preview-btn-primary{background:var(--amber, #d97706);color:#fff;border-color:var(--amber, #d97706)}.ifcx-preview-btn-primary:hover:not(:disabled){background:var(--signal-orange, #ea580c)}.ifcx-preview-btn-primary:disabled{opacity:.4;cursor:not-allowed}.tek-view{display:flex;flex-direction:column;flex:1;min-height:0;background:var(--theme-bg);color:var(--theme-text)}.tek-topbar{display:flex;align-items:center;gap:16px;padding:10px 16px;border-bottom:1px solid var(--theme-border-subtle);background:var(--theme-bg-lighter);flex-shrink:0}.tek-topbar-group{display:flex;align-items:center;gap:6px}.tek-topbar-spacer{flex:1}.tek-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-secondary);font-weight:500}.tek-select{appearance:none;background:var(--theme-bg);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:4px;font:500 12px Inter,sans-serif;padding:4px 24px 4px 8px;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--theme-text) 50%),linear-gradient(135deg,var(--theme-text) 50%,transparent 50%);background-position:calc(100% - 12px) 50%,calc(100% - 8px) 50%;background-size:4px 4px;background-repeat:no-repeat}.tek-select-sm{font-size:11px;padding:3px 22px 3px 6px}.tek-checkbox{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--theme-text);cursor:pointer}.tek-btn{appearance:none;background:var(--theme-bg);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:6px;font:500 12px Inter,sans-serif;padding:6px 14px;cursor:pointer}.tek-btn:hover:not(:disabled){background:var(--theme-bg-lighter)}.tek-btn-primary{background:var(--amber, #d97706);color:#fff;border-color:var(--amber, #d97706)}.tek-btn-primary:hover:not(:disabled){background:var(--signal-orange, #ea580c);border-color:var(--signal-orange, #ea580c)}.tek-canvas{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;min-height:0;background:var(--theme-bg);overflow:hidden}.tek-view.tek-view-frozen .tek-canvas{overflow:auto;align-items:flex-start;justify-content:flex-start}.tek-paper-stage{position:relative;flex:0 0 auto}.tek-paper{background:#fff;color:#111;box-shadow:0 4px 24px #00000040;overflow:hidden;border:1px solid #d4d4d4}.tek-paper:after{content:"";position:absolute;inset:10mm;border:1.2px solid #111;pointer-events:none;z-index:5}.tek-paper-dragover{outline:3px dashed var(--amber, #d97706);outline-offset:-4px}.tek-paper-map{position:absolute;inset:10mm 10mm 60mm;z-index:1}.tek-frame-svg{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none}.tek-overlay{position:absolute;inset:0;width:100%;height:100%;z-index:2;object-fit:contain;opacity:.65;pointer-events:none}.tek-overlay-img{cursor:pointer}.tek-overlay-img.tek-overlay-foreground{z-index:250!important}.tek-overlay-img.selected{outline:3px solid #d97706;outline-offset:-3px;box-shadow:0 0 10px #d977068c}.tek-raster-cell-label{font-size:8px;font-weight:600;color:#1e3a8a;background:transparent;border:0;padding:0;box-shadow:none;text-shadow:0 0 2px white,0 0 1px white;left:6px;top:-1px}.tek-north-arrow{position:absolute;top:14mm;right:14mm;z-index:50;pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}.tek-north-arrow svg{display:block}.tek-scale-bar{position:absolute;left:14mm;bottom:64mm;z-index:50;background:#ffffffeb;border:1px solid rgba(17,17,17,.25);border-radius:3px;padding:2px 4px;font:600 9px JetBrains Mono,monospace;color:#111;pointer-events:none;box-shadow:0 1px 3px #0000002e}.tek-scale-bar svg{display:block}.tek-overlay-pdf{border:none;opacity:.85}.tek-overlay-stub{display:flex;align-items:center;justify-content:center;background:#ffffffd9;color:#444;font:500 14px Inter,sans-serif;text-align:center;padding:24px}.tek-overlay-stub p{margin:8px 0 0;font-size:12px;color:#777}.tek-titleblock{position:absolute;bottom:8px;right:8px;width:280px;background:#fffffff2;border:1px solid #333;z-index:4;font:10px Inter,sans-serif;color:#111}.tek-titleblock-grid{display:grid;grid-template-columns:80px 1fr;gap:0}.tek-tb-label{padding:4px 6px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;background:#f5f5f5;font-weight:600;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.tek-tb-value{padding:4px 8px;border-bottom:1px solid #ddd;font-size:11px}.tek-tb-label:last-of-type,.tek-tb-value:last-of-type{border-bottom:none}.tek-marker{display:flex;align-items:center;position:relative}.tek-marker svg{width:48px;height:48px;overflow:visible;shape-rendering:geometricPrecision}.tek-marker-label{position:absolute;left:52px;top:-2px;font:700 13px Inter,sans-serif;color:#1e3a8a;text-shadow:0 0 2px white,0 0 2px white;white-space:nowrap}.tek-toolbox{flex:0 0 240px;display:flex;flex-direction:column;gap:16px;padding:14px;background:var(--theme-bg-lighter);border:1px solid var(--theme-border-subtle);border-radius:8px;align-self:flex-start}.tek-toolbox-title{margin:0;font-size:13px;font-weight:600;color:var(--theme-text);letter-spacing:.01em}.tek-tool-group{display:flex;flex-direction:column;gap:6px}.tek-tool-sub{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-secondary)}.tek-tool-btn{appearance:none;background:var(--theme-bg);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:6px;font:500 12px Inter,sans-serif;padding:7px 10px;cursor:pointer;text-align:left}.tek-tool-btn:hover:not(:disabled){background:var(--theme-bg-lighter);border-color:var(--amber, #d97706)}.tek-tool-btn-active{background:var(--amber, #d97706);color:#fff;border-color:var(--amber, #d97706)}.tek-tool-btn-ghost{background:transparent;border-color:var(--theme-border-subtle);color:var(--theme-text-secondary);font-size:11px}.tek-tool-btn-sm{padding:5px 8px;font-size:11px}.tek-tool-row{display:flex;gap:6px;align-items:center}.tek-tool-hint{font-size:10px;color:var(--theme-text-secondary);margin:0}.tek-tb-form{display:flex;flex-direction:column;gap:4px;padding-top:4px}.tek-tb-field{display:flex;flex-direction:column;font-size:10px;color:var(--theme-text-secondary)}.tek-tb-field input{background:var(--theme-bg);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:4px;padding:4px 6px;font:500 12px Inter,sans-serif}.tek-marker-raster{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.tek-marker-raster.selected{filter:drop-shadow(0 0 3px rgba(217,119,6,.7))}.tek-raster-marker,.tek-raster-label,.tek-handle{background:transparent!important;border:none!important}.tek-raster-label-pill{display:inline-block;padding:2px 6px;background:#36363ed9;color:#fafaf9;border-radius:9999px;font:600 10px Inter,sans-serif;white-space:nowrap;pointer-events:none;text-align:center}.tek-handle-dot{width:12px;height:12px;background:#fafaf9;border:1.6px solid #d97706;border-radius:3px;box-shadow:0 1px 3px #00000059;cursor:nwse-resize}.tek-handle-edge-dot{width:14px;height:14px;background:#fafaf9;border:1.6px solid #d97706;border-radius:50%;box-shadow:0 1px 3px #0000004d;cursor:move}.tek-handle-rot-btn{appearance:none;background:#d97706;border:2px solid #fafaf9;border-radius:50%;box-shadow:0 2px 4px #0006;width:22px;height:22px;padding:0;display:flex;align-items:center;justify-content:center;cursor:grab;transition:background .12s ease}.tek-handle-rot-btn:hover{background:#c2670a}.tek-handle-rot-btn:active{background:#a3550b;cursor:grabbing}.tek-tool-group-edit{border:1px solid var(--amber, #d97706);border-radius:6px;padding:8px;background:#d977060f}.tek-numfield{display:flex;align-items:center;gap:6px;font:500 .75rem Inter,sans-serif;color:var(--theme-text, #36363e);flex:1}.tek-numfield-wide{margin-top:6px}.tek-numfield>span{min-width:64px;color:var(--theme-text-secondary, #71717a)}.tek-numfield input[type=number]{flex:1;min-width:0;padding:4px 6px;border:1px solid var(--theme-border, #e7e5e4);border-radius:4px;background:var(--theme-bg, #fff);color:var(--theme-text, #36363e);font:inherit}.tek-numfield input[type=range]{flex:1;min-width:0}.tek-num-val{width:36px;text-align:right;font:500 .72rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #71717a);flex-shrink:0}.tek-titleblock-db{position:absolute;left:10mm;right:10mm;bottom:10mm;height:50mm;background:#fff;border:1.5px solid #36363e;font:500 1.5rem Inter,system-ui,sans-serif;color:#36363e;pointer-events:auto;z-index:1100;overflow:hidden;display:grid;grid-template-rows:auto 1fr}.tek-db-project-bar{display:flex;align-items:center;padding:6px 10px;background:#36363e;color:#fafaf9;gap:12px}.tek-dbp-title{font:700 1.7rem var(--font-heading, "Space Grotesk"),"Inter",sans-serif;letter-spacing:-.01em;flex:0 0 auto}.tek-dbp-address{font:400 1.44rem Inter,sans-serif;color:#fafaf9b3;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tek-dbp-type{font:600 1.4rem var(--font-code, "JetBrains Mono"),monospace;text-transform:uppercase;letter-spacing:.05em;color:#d97706}.tek-dbp-edit{appearance:none;background:transparent;border:1px solid transparent;color:inherit;font:inherit;padding:1px 4px;border-radius:3px;cursor:text;outline:none;transition:background .12s,border-color .12s,color .12s}.tek-dbp-edit::placeholder{color:#fafaf973;font-style:italic}.tek-dbp-edit:hover:not(:focus){background:#fafaf914;border-color:#fafaf92e}.tek-dbp-edit:focus{background:#fafaf9;color:#36363e;border-color:var(--amber, #d97706)}.tek-dbp-edit:focus::placeholder{color:#a1a1aa}.tek-dbp-address.tek-dbp-edit{flex:1;min-width:80px}.tek-db-body{display:grid;grid-template-columns:220px 1fr 180px;align-items:stretch;min-height:0}.tek-db-logo-cell{border-right:1px solid #36363e;padding:6px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.tek-db-logo-clickable{appearance:none;background:transparent;border:1px solid transparent;cursor:pointer;transition:border-color .12s,background .12s}.tek-db-logo-clickable:hover{border-color:var(--amber, #d97706);background:#d977060a}.tek-db-logo-custom{max-width:90px;max-height:60px;object-fit:contain;display:block}.tek-db-logo-text{font:700 1.7rem var(--font-heading, "Space Grotesk"),"Inter",sans-serif;color:#36363e}.tek-db-logo-text span{color:#d97706}.tek-db-logo-sub{font:500 1.2rem var(--font-code, "JetBrains Mono"),monospace;color:#71717a;text-transform:uppercase;letter-spacing:.08em}.tek-db-cells{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr 1fr;min-height:0}.tek-db-cell{padding:3px 6px;border-right:1px solid #d4d4d8;border-bottom:1px solid #d4d4d8;display:flex;flex-direction:column;justify-content:space-between}.tek-db-cell:nth-child(4n){border-right:1px solid #36363e}.tek-db-cell:nth-last-child(-n+4){border-bottom:none}.tek-db-cell-label{font:500 1.16rem Inter,sans-serif;color:#71717a;text-transform:uppercase;letter-spacing:.05em}.tek-db-cell-val{font:600 1.56rem Inter,sans-serif;color:#36363e}.tek-db-cell-val.mono{font-family:var(--font-code, "JetBrains Mono"),monospace}.tek-db-cell-val.amber{color:#d97706}.tek-db-geo{border-left:1px solid #36363e;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px;background:#fafaf9}.tek-db-geo-label{font:500 1.1rem Inter,sans-serif;color:#71717a;text-transform:uppercase;letter-spacing:.05em}.tek-db-geo-format{font:700 2.8rem var(--font-heading, "Space Grotesk"),"Inter",sans-serif;color:#d97706}.tek-dim-label{pointer-events:none;display:flex;align-items:center;justify-content:center;background:transparent!important;border:none!important}.tek-dim-label span{background:#fffffff2;color:#36363e;border:1.5px solid #d97706;border-radius:6px;padding:4px 12px;font:700 1.1rem Inter,sans-serif;white-space:nowrap;box-shadow:0 2px 6px #0000002e}.tek-coord-icon{background:transparent!important;border:none!important}.tek-coord-tag{position:relative;display:flex;flex-direction:column;align-items:flex-start}.tek-coord-tag>svg{margin-left:6px}.tek-coord-text{margin-top:4px;margin-left:12px;background:#ffffffeb;border:2px solid #d97706;border-radius:8px;padding:4px 12px;font:500 1.3rem var(--font-code, "JetBrains Mono"),monospace;color:#36363e;white-space:nowrap;box-shadow:0 4px 8px #00000026;cursor:pointer}.tek-coord-text strong{color:#d97706}.tek-snap-marker{background:transparent!important;border:0!important}.tek-snap-marker-inner{width:14px;height:14px;border:2px solid #d97706;border-radius:50%;background:#d977062e;box-shadow:0 0 6px #d97706b3;pointer-events:none}.tek-toast{position:fixed;bottom:40px;left:50%;transform:translate(-50%);background:var(--theme-bg);color:var(--theme-text);border:1px solid var(--amber, #d97706);border-radius:8px;padding:8px 14px;font:500 12px Inter,sans-serif;box-shadow:0 4px 12px #00000040;z-index:1000}@media print{.tek-topbar,.tek-toolbox,.tek-toast{display:none!important}.tek-canvas{padding:0}.tek-paper{width:100%!important;box-shadow:none!important;border:none!important}}.tekprops{display:flex;flex-direction:column;gap:14px;padding:10px 12px 16px;overflow-y:auto;height:100%;background:var(--theme-bg, #fff);color:var(--theme-text, #36363e)}.tekprops-empty{font:500 .82rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a)}.tekprops-section{display:flex;flex-direction:column}.tekprops-section-header{display:flex;align-items:center;justify-content:space-between;font:600 .7rem Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-secondary, #71717a);padding:4px 0;border-bottom:1px solid var(--theme-border, #e7e5e4);margin-bottom:6px}.tekprops-body{display:flex;flex-direction:column;gap:6px}.tekprops-hint{font:400 .75rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a);margin:4px 0;line-height:1.4}.tekprops-row{display:flex;gap:6px}.tekprops-field{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.tekprops-field-wide{display:flex;flex-direction:row;align-items:center;gap:6px;min-width:0}.tekprops-field>span{font:500 .65rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a);text-transform:uppercase;letter-spacing:.04em}.tekprops-field-wide>span{font:500 .75rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a);min-width:100px;flex-shrink:0;text-transform:none;letter-spacing:0}.tekprops-field input[type=text],.tekprops-field input[type=number],.tekprops-field-wide input[type=text],.tekprops-field-wide input[type=number]{flex:1;min-width:0;padding:4px 6px;border:1px solid var(--theme-border, #e7e5e4);border-radius:4px;background:var(--theme-bg, #fff);color:var(--theme-text, #36363e);font:500 .82rem Inter,system-ui,sans-serif}.tekprops-field input[type=range],.tekprops-field-wide input[type=range]{flex:1;min-width:0}.tekprops-num-val{width:38px;text-align:right;font:500 .72rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #71717a)}.tekprops-scale-presets{display:flex;gap:4px;padding:0 4px 8px;flex-wrap:wrap}.tekprops-scale-chip{appearance:none;border:1px solid var(--theme-border, #c4c4c4);background:var(--theme-bg, #fafaf9);color:var(--theme-text, #36363e);font:600 .7rem Inter,sans-serif;border-radius:12px;padding:2px 9px;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.tekprops-scale-chip:hover:not(.active){background:var(--theme-bg-lighter, #f4f4f3);border-color:var(--amber, #d97706)}.tekprops-scale-chip.active{background:var(--amber, #d97706);color:#fff;border-color:var(--amber, #d97706)}.tekprops-btn{appearance:none;margin-top:6px;background:var(--theme-bg-lighter, #f5f5f4);border:1px solid var(--theme-border, #e7e5e4);border-radius:5px;padding:6px 10px;font:600 .78rem Inter,system-ui,sans-serif;color:var(--theme-text, #36363e);cursor:pointer;transition:background .12s}.tekprops-btn:hover{background:var(--theme-bg, #fff)}.tekprops-btn-danger{border-color:#fca5a5;color:#b91c1c}.tekprops-btn-danger:hover{background:#fef2f2}:root{--amber: #D97706;--signal-orange: #EA580C;--warm-gold: #F59E0B;--info: #2563EB;--domain-cpt-qc: var(--amber);--domain-cpt-fs: var(--signal-orange);--domain-cpt-rf: var(--warm-gold);--domain-cpt-u2: var(--info)}:root,[data-theme=light]{--theme-bg: #FAFAF9;--theme-bg-lighter: #FFFFFF;--theme-docbar-bg: #F5F5F4;--theme-surface: #FFFFFF;--theme-border: rgba(54, 54, 62, .12);--theme-border-subtle: rgba(54, 54, 62, .06);--theme-text: #36363E;--theme-text-secondary: rgba(54, 54, 62, .65);--theme-text-muted: rgba(54, 54, 62, .5);--theme-text-faint: rgba(54, 54, 62, .35);--theme-accent: #D97706;--theme-accent-hover: #EA580C;--theme-accent-text: #FFFFFF;--theme-accent-soft: rgba(217, 119, 6, .08);--theme-accent-tint: rgba(217, 119, 6, .85);--theme-hover: rgba(217, 119, 6, .08);--theme-hover-strong: rgba(217, 119, 6, .15);--theme-active: #D97706;--theme-focus-color: #D97706;--theme-danger-color: #DC2626;--theme-danger-hover: #B91C1C;--theme-dialog-shadow: 0 4px 16px rgba(0, 0, 0, .12);--theme-panel-shadow: 2px 0 8px rgba(0, 0, 0, .06);--theme-popover-shadow: 0 8px 24px rgba(0, 0, 0, .15);--theme-file-tab-bg: #D97706;--theme-file-tab-hover: #EA580C;--theme-file-tab-text: #FFFFFF;--theme-content-bg: #FFFFFF;--theme-placeholder-icon: rgba(217, 119, 6, .25);--theme-placeholder-heading: rgba(54, 54, 62, .4);--theme-placeholder-text: rgba(54, 54, 62, .3);--theme-ribbon-btn-hover: rgba(217, 119, 6, .1);--theme-ribbon-btn-hover-border: rgba(217, 119, 6, .25);--theme-ribbon-btn-active-bg: rgba(217, 119, 6, .15);--theme-ribbon-btn-active-border: rgba(217, 119, 6, .35);--theme-ribbon-btn-active-text: #D97706;--theme-ribbon-icon-active: #D97706;--theme-ribbon-text-hover: #D97706;--theme-ribbon-group-separator: rgba(54, 54, 62, .12);--theme-ribbon-group-label: rgba(217, 119, 6, .8);--theme-status-bg: #36363E;--theme-status-border: #27272A;--theme-status-text: #A1A1AA;--theme-status-text-label: rgba(161, 161, 170, .7);--theme-status-hover: rgba(250, 250, 249, .1);--theme-status-separator: rgba(250, 250, 249, .15);--theme-backstage-item-shortcut: rgba(54, 54, 62, .5);--theme-backstage-item-shortcut-hover: rgba(217, 119, 6, .85);--theme-dialog-overlay: rgba(0, 0, 0, .4);--theme-dialog-bg: #FFFFFF;--theme-dialog-border: rgba(54, 54, 62, .12);--theme-dialog-header-bg: #F5F5F4;--theme-dialog-header-text: #D97706;--theme-dialog-sidebar-bg: #F5F5F4;--theme-dialog-sidebar-border: rgba(54, 54, 62, .1);--theme-dialog-tab-text: #36363E;--theme-dialog-tab-hover: rgba(217, 119, 6, .08);--theme-dialog-tab-hover-text: #D97706;--theme-dialog-tab-active-bg: rgba(217, 119, 6, .12);--theme-dialog-tab-active-text: #D97706;--theme-dialog-tab-active-accent: #D97706;--theme-dialog-content-bg: #FFFFFF;--theme-dialog-content-text: #36363E;--theme-dialog-content-secondary: rgba(54, 54, 62, .65);--theme-dialog-input-bg: #FAFAF9;--theme-dialog-input-border: rgba(54, 54, 62, .15);--theme-dialog-input-text: #36363E;--theme-dialog-btn-bg: #D97706;--theme-dialog-btn-text: #FFFFFF;--theme-dialog-btn-hover: #EA580C;--theme-dialog-section-border: rgba(54, 54, 62, .1);--theme-btn-primary-bg: #D97706;--theme-btn-primary-text: #FFFFFF;--theme-btn-primary-border: #D97706;--theme-btn-primary-hover-bg: #EA580C;--theme-btn-primary-hover-text: #FFFFFF;--theme-btn-secondary-bg: #F5F5F4;--theme-btn-secondary-text: #36363E;--theme-btn-secondary-hover-bg: rgba(217, 119, 6, .1);--theme-btn-secondary-hover-border: rgba(217, 119, 6, .3)}[data-theme=forge]{--theme-bg: #36363E;--theme-bg-lighter: #44444C;--theme-docbar-bg: #2E2E36;--theme-surface: #36363E;--theme-border: rgba(217, 119, 6, .25);--theme-border-subtle: rgba(217, 119, 6, .15);--theme-text: #FAFAF9;--theme-text-secondary: rgba(250, 250, 249, .6);--theme-text-muted: rgba(250, 250, 249, .5);--theme-text-faint: rgba(250, 250, 249, .4);--theme-accent: #D97706;--theme-accent-hover: #EA580C;--theme-accent-text: #36363E;--theme-accent-soft: rgba(217, 119, 6, .08);--theme-accent-tint: rgba(217, 119, 6, .8);--theme-hover: rgba(217, 119, 6, .1);--theme-hover-strong: rgba(217, 119, 6, .18);--theme-active: #D97706;--theme-focus-color: #D97706;--theme-danger-color: #f87171;--theme-danger-hover: #ef4444;--theme-dialog-shadow: 0 4px 16px rgba(0, 0, 0, .35);--theme-panel-shadow: 2px 0 8px rgba(0, 0, 0, .2);--theme-popover-shadow: 0 8px 24px rgba(0, 0, 0, .4);--theme-file-tab-bg: #D97706;--theme-file-tab-hover: #EA580C;--theme-file-tab-text: #36363E;--theme-content-bg: #FAFAF9;--theme-placeholder-icon: rgba(217, 119, 6, .2);--theme-placeholder-heading: rgba(54, 54, 62, .3);--theme-placeholder-text: rgba(54, 54, 62, .25);--theme-ribbon-btn-hover: rgba(217, 119, 6, .15);--theme-ribbon-btn-hover-border: rgba(217, 119, 6, .3);--theme-ribbon-btn-active-bg: rgba(217, 119, 6, .2);--theme-ribbon-btn-active-border: rgba(217, 119, 6, .4);--theme-ribbon-btn-active-text: #D97706;--theme-ribbon-icon-active: #D97706;--theme-ribbon-text-hover: #D97706;--theme-ribbon-group-separator: rgba(250, 250, 249, .15);--theme-ribbon-group-label: rgba(217, 119, 6, .8);--theme-status-bg: #36363E;--theme-status-border: #27272A;--theme-status-text: #A1A1AA;--theme-status-text-label: rgba(161, 161, 170, .7);--theme-status-hover: rgba(250, 250, 249, .1);--theme-status-separator: rgba(250, 250, 249, .15);--theme-backstage-item-shortcut: rgba(250, 250, 249, .5);--theme-backstage-item-shortcut-hover: rgba(217, 119, 6, .7);--theme-dialog-overlay: rgba(0, 0, 0, .55);--theme-dialog-bg: #36363E;--theme-dialog-border: rgba(217, 119, 6, .2);--theme-dialog-header-bg: #44444C;--theme-dialog-header-text: #D97706;--theme-dialog-sidebar-bg: #44444C;--theme-dialog-sidebar-border: rgba(217, 119, 6, .2);--theme-dialog-tab-text: #FAFAF9;--theme-dialog-tab-hover: rgba(217, 119, 6, .1);--theme-dialog-tab-hover-text: #D97706;--theme-dialog-tab-active-bg: rgba(217, 119, 6, .15);--theme-dialog-tab-active-text: #D97706;--theme-dialog-tab-active-accent: #D97706;--theme-dialog-content-bg: #36363E;--theme-dialog-content-text: #FAFAF9;--theme-dialog-content-secondary: rgba(250, 250, 249, .6);--theme-dialog-input-bg: rgba(217, 119, 6, .05);--theme-dialog-input-border: rgba(217, 119, 6, .2);--theme-dialog-input-text: #FAFAF9;--theme-dialog-btn-bg: #D97706;--theme-dialog-btn-text: #36363E;--theme-dialog-btn-hover: #EA580C;--theme-dialog-section-border: rgba(217, 119, 6, .15);--theme-btn-primary-bg: #D97706;--theme-btn-primary-text: #36363E;--theme-btn-primary-border: #D97706;--theme-btn-primary-hover-bg: #EA580C;--theme-btn-primary-hover-text: #36363E;--theme-btn-secondary-bg: rgba(217, 119, 6, .1);--theme-btn-secondary-text: #FAFAF9;--theme-btn-secondary-hover-bg: rgba(217, 119, 6, .2);--theme-btn-secondary-hover-border: rgba(217, 119, 6, .3)}[data-theme=openaec]{--theme-bg: #27272A;--theme-bg-lighter: #36363E;--theme-docbar-bg: #1C1917;--theme-surface: #27272A;--theme-border: rgba(217, 119, 6, .2);--theme-border-subtle: rgba(217, 119, 6, .15);--theme-text: #FAFAF9;--theme-text-secondary: rgba(250, 250, 249, .6);--theme-text-muted: rgba(250, 250, 249, .5);--theme-text-faint: rgba(250, 250, 249, .4);--theme-accent: #D97706;--theme-accent-hover: #EA580C;--theme-accent-text: #27272A;--theme-accent-soft: rgba(217, 119, 6, .05);--theme-accent-tint: rgba(217, 119, 6, .8);--theme-hover: rgba(217, 119, 6, .1);--theme-hover-strong: rgba(217, 119, 6, .15);--theme-active: #D97706;--theme-focus-color: #D97706;--theme-danger-color: #f87171;--theme-danger-hover: #ef4444;--theme-dialog-shadow: 0 4px 16px rgba(0, 0, 0, .4);--theme-panel-shadow: 2px 0 8px rgba(0, 0, 0, .25);--theme-popover-shadow: 0 8px 24px rgba(0, 0, 0, .45);--theme-file-tab-bg: #D97706;--theme-file-tab-hover: #EA580C;--theme-file-tab-text: #27272A;--theme-content-bg: #1C1917;--theme-placeholder-icon: rgba(217, 119, 6, .2);--theme-placeholder-heading: rgba(250, 250, 249, .3);--theme-placeholder-text: rgba(250, 250, 249, .25);--theme-ribbon-btn-hover: rgba(217, 119, 6, .15);--theme-ribbon-btn-hover-border: rgba(217, 119, 6, .3);--theme-ribbon-btn-active-bg: rgba(217, 119, 6, .2);--theme-ribbon-btn-active-border: rgba(217, 119, 6, .4);--theme-ribbon-btn-active-text: #D97706;--theme-ribbon-icon-active: #D97706;--theme-ribbon-text-hover: #D97706;--theme-ribbon-group-separator: rgba(217, 119, 6, .25);--theme-ribbon-group-label: rgba(217, 119, 6, .8);--theme-status-bg: #27272A;--theme-status-border: #1C1917;--theme-status-text: #A1A1AA;--theme-status-text-label: rgba(161, 161, 170, .7);--theme-status-hover: rgba(250, 250, 249, .1);--theme-status-separator: rgba(250, 250, 249, .15);--theme-backstage-item-shortcut: rgba(250, 250, 249, .5);--theme-backstage-item-shortcut-hover: rgba(217, 119, 6, .7);--theme-dialog-overlay: rgba(0, 0, 0, .6);--theme-dialog-bg: #27272A;--theme-dialog-border: rgba(217, 119, 6, .2);--theme-dialog-header-bg: #36363E;--theme-dialog-header-text: #D97706;--theme-dialog-sidebar-bg: #36363E;--theme-dialog-sidebar-border: rgba(217, 119, 6, .2);--theme-dialog-tab-text: #FAFAF9;--theme-dialog-tab-hover: rgba(217, 119, 6, .1);--theme-dialog-tab-hover-text: #D97706;--theme-dialog-tab-active-bg: rgba(217, 119, 6, .15);--theme-dialog-tab-active-text: #D97706;--theme-dialog-tab-active-accent: #D97706;--theme-dialog-content-bg: #27272A;--theme-dialog-content-text: #FAFAF9;--theme-dialog-content-secondary: rgba(250, 250, 249, .6);--theme-dialog-input-bg: rgba(217, 119, 6, .05);--theme-dialog-input-border: rgba(217, 119, 6, .2);--theme-dialog-input-text: #FAFAF9;--theme-dialog-btn-bg: #D97706;--theme-dialog-btn-text: #27272A;--theme-dialog-btn-hover: #EA580C;--theme-dialog-section-border: rgba(217, 119, 6, .15);--theme-btn-primary-bg: #D97706;--theme-btn-primary-text: #27272A;--theme-btn-primary-border: #D97706;--theme-btn-primary-hover-bg: #EA580C;--theme-btn-primary-hover-text: #27272A;--theme-btn-secondary-bg: rgba(217, 119, 6, .1);--theme-btn-secondary-text: #FAFAF9;--theme-btn-secondary-hover-bg: rgba(217, 119, 6, .2);--theme-btn-secondary-hover-border: rgba(217, 119, 6, .3)}[data-theme=blueprint]{--theme-bg: #0F1B2D;--theme-bg-lighter: #1A2C45;--theme-docbar-bg: #0A1320;--theme-surface: #0F1B2D;--theme-border: rgba(96, 165, 250, .2);--theme-border-subtle: rgba(96, 165, 250, .12);--theme-text: #E0E7FF;--theme-text-secondary: rgba(224, 231, 255, .65);--theme-text-muted: rgba(224, 231, 255, .5);--theme-text-faint: rgba(224, 231, 255, .35);--theme-accent: #60A5FA;--theme-accent-hover: #93C5FD;--theme-accent-text: #0F1B2D;--theme-accent-soft: rgba(96, 165, 250, .08);--theme-accent-tint: rgba(96, 165, 250, .85);--theme-hover: rgba(96, 165, 250, .1);--theme-hover-strong: rgba(96, 165, 250, .18);--theme-active: #60A5FA;--theme-focus-color: #60A5FA;--theme-danger-color: #f87171;--theme-danger-hover: #ef4444;--theme-dialog-shadow: 0 4px 16px rgba(0, 0, 0, .45);--theme-panel-shadow: 2px 0 8px rgba(0, 0, 0, .3);--theme-popover-shadow: 0 8px 24px rgba(0, 0, 0, .5);--theme-file-tab-bg: #60A5FA;--theme-file-tab-hover: #93C5FD;--theme-file-tab-text: #0F1B2D;--theme-content-bg: #0A1320;--theme-placeholder-icon: rgba(96, 165, 250, .25);--theme-placeholder-heading: rgba(224, 231, 255, .35);--theme-placeholder-text: rgba(224, 231, 255, .3);--theme-ribbon-btn-hover: rgba(96, 165, 250, .12);--theme-ribbon-btn-hover-border: rgba(96, 165, 250, .3);--theme-ribbon-btn-active-bg: rgba(96, 165, 250, .18);--theme-ribbon-btn-active-border: rgba(96, 165, 250, .4);--theme-ribbon-btn-active-text: #93C5FD;--theme-ribbon-icon-active: #60A5FA;--theme-ribbon-text-hover: #60A5FA;--theme-ribbon-group-separator: rgba(96, 165, 250, .18);--theme-ribbon-group-label: rgba(96, 165, 250, .85);--theme-status-bg: #0F1B2D;--theme-status-border: #0A1320;--theme-status-text: #9CA3AF;--theme-status-text-label: rgba(156, 163, 175, .7);--theme-status-hover: rgba(224, 231, 255, .1);--theme-status-separator: rgba(224, 231, 255, .15);--theme-backstage-item-shortcut: rgba(224, 231, 255, .5);--theme-backstage-item-shortcut-hover: rgba(96, 165, 250, .85);--theme-dialog-overlay: rgba(0, 0, 0, .65);--theme-dialog-bg: #0F1B2D;--theme-dialog-border: rgba(96, 165, 250, .2);--theme-dialog-header-bg: #1A2C45;--theme-dialog-header-text: #60A5FA;--theme-dialog-sidebar-bg: #1A2C45;--theme-dialog-sidebar-border: rgba(96, 165, 250, .2);--theme-dialog-tab-text: #E0E7FF;--theme-dialog-tab-hover: rgba(96, 165, 250, .1);--theme-dialog-tab-hover-text: #60A5FA;--theme-dialog-tab-active-bg: rgba(96, 165, 250, .15);--theme-dialog-tab-active-text: #60A5FA;--theme-dialog-tab-active-accent: #60A5FA;--theme-dialog-content-bg: #0F1B2D;--theme-dialog-content-text: #E0E7FF;--theme-dialog-content-secondary: rgba(224, 231, 255, .65);--theme-dialog-input-bg: rgba(96, 165, 250, .05);--theme-dialog-input-border: rgba(96, 165, 250, .2);--theme-dialog-input-text: #E0E7FF;--theme-dialog-btn-bg: #60A5FA;--theme-dialog-btn-text: #0F1B2D;--theme-dialog-btn-hover: #93C5FD;--theme-dialog-section-border: rgba(96, 165, 250, .15);--theme-btn-primary-bg: #60A5FA;--theme-btn-primary-text: #0F1B2D;--theme-btn-primary-border: #60A5FA;--theme-btn-primary-hover-bg: #93C5FD;--theme-btn-primary-hover-text: #0F1B2D;--theme-btn-secondary-bg: rgba(96, 165, 250, .1);--theme-btn-secondary-text: #E0E7FF;--theme-btn-secondary-hover-bg: rgba(96, 165, 250, .2);--theme-btn-secondary-hover-border: rgba(96, 165, 250, .3)}[data-theme=contrast]{--theme-bg: #000000;--theme-bg-lighter: #0A0A0A;--theme-docbar-bg: #000000;--theme-surface: #000000;--theme-border: #FFD700;--theme-border-subtle: rgba(255, 215, 0, .5);--theme-text: #FFFFFF;--theme-text-secondary: #FFFFFF;--theme-text-muted: #E5E5E5;--theme-text-faint: #C0C0C0;--theme-accent: #FFD700;--theme-accent-hover: #FFFF00;--theme-accent-text: #000000;--theme-accent-soft: rgba(255, 215, 0, .15);--theme-accent-tint: #FFD700;--theme-hover: rgba(255, 215, 0, .2);--theme-hover-strong: rgba(255, 215, 0, .35);--theme-active: #FFD700;--theme-focus-color: #FFD700;--theme-danger-color: #FF6B6B;--theme-danger-hover: #FF0000;--theme-dialog-shadow: 0 4px 16px rgba(255, 215, 0, .4);--theme-panel-shadow: 2px 0 8px rgba(255, 215, 0, .3);--theme-popover-shadow: 0 8px 24px rgba(255, 215, 0, .4);--theme-file-tab-bg: #FFD700;--theme-file-tab-hover: #FFFF00;--theme-file-tab-text: #000000;--theme-content-bg: #000000;--theme-placeholder-icon: #FFD700;--theme-placeholder-heading: #FFFFFF;--theme-placeholder-text: #E5E5E5;--theme-ribbon-btn-hover: rgba(255, 215, 0, .25);--theme-ribbon-btn-hover-border: #FFD700;--theme-ribbon-btn-active-bg: rgba(255, 215, 0, .4);--theme-ribbon-btn-active-border: #FFD700;--theme-ribbon-btn-active-text: #FFD700;--theme-ribbon-icon-active: #FFD700;--theme-ribbon-text-hover: #FFD700;--theme-ribbon-group-separator: #FFFFFF;--theme-ribbon-group-label: #FFD700;--theme-status-bg: #000000;--theme-status-border: #FFD700;--theme-status-text: #FFFFFF;--theme-status-text-label: #FFFFFF;--theme-status-hover: rgba(255, 215, 0, .25);--theme-status-separator: #FFD700;--theme-backstage-item-shortcut: #FFFFFF;--theme-backstage-item-shortcut-hover: #FFD700;--theme-dialog-overlay: rgba(0, 0, 0, .85);--theme-dialog-bg: #000000;--theme-dialog-border: #FFD700;--theme-dialog-header-bg: #0A0A0A;--theme-dialog-header-text: #FFD700;--theme-dialog-sidebar-bg: #0A0A0A;--theme-dialog-sidebar-border: #FFD700;--theme-dialog-tab-text: #FFFFFF;--theme-dialog-tab-hover: rgba(255, 215, 0, .2);--theme-dialog-tab-hover-text: #FFD700;--theme-dialog-tab-active-bg: rgba(255, 215, 0, .3);--theme-dialog-tab-active-text: #FFD700;--theme-dialog-tab-active-accent: #FFD700;--theme-dialog-content-bg: #000000;--theme-dialog-content-text: #FFFFFF;--theme-dialog-content-secondary: #E5E5E5;--theme-dialog-input-bg: #0A0A0A;--theme-dialog-input-border: #FFD700;--theme-dialog-input-text: #FFFFFF;--theme-dialog-btn-bg: #FFD700;--theme-dialog-btn-text: #000000;--theme-dialog-btn-hover: #FFFF00;--theme-dialog-section-border: #FFD700;--theme-btn-primary-bg: #FFD700;--theme-btn-primary-text: #000000;--theme-btn-primary-border: #FFD700;--theme-btn-primary-hover-bg: #FFFF00;--theme-btn-primary-hover-text: #000000;--theme-btn-secondary-bg: #000000;--theme-btn-secondary-text: #FFFFFF;--theme-btn-secondary-hover-bg: rgba(255, 215, 0, .25);--theme-btn-secondary-hover-border: #FFD700}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;line-height:1.5;font-weight:400;color:var(--theme-text);background-color:var(--theme-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}#root{user-select:none;-webkit-user-select:none}input,textarea,[contenteditable]{user-select:text;-webkit-user-select:text}html,body,#root{height:100%;overflow:hidden}#root{display:flex;flex-direction:column}.content{flex:1;display:flex;min-height:0;overflow:hidden;position:relative}.left-panel{display:flex;flex-direction:column;background:var(--theme-bg);border-right:1px solid var(--theme-border);flex-shrink:0;overflow:hidden;position:relative;transition:width .15s ease;z-index:2}.left-panel-collapsed-tab{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:transparent;border:none;color:var(--theme-text-muted);cursor:default;padding:8px 0;font-family:inherit}.left-panel-collapsed-tab:hover{color:var(--theme-accent)}.left-panel-collapsed-tab span{writing-mode:vertical-lr;transform:rotate(180deg);font-size:11px;font-weight:600;text-transform:uppercase;white-space:nowrap;letter-spacing:1px}.left-panel-toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 4px 0 6px;height:24px;flex-shrink:0;border-bottom:1px solid var(--theme-border);background:var(--theme-bg-lighter);color:var(--theme-accent)}.left-panel-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-accent)}.left-panel-close-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:var(--theme-accent);cursor:default;border-radius:3px;padding:0;opacity:.7}.left-panel-close-btn:hover{background:var(--theme-ribbon-btn-hover);color:var(--theme-accent);opacity:1}.left-panel-body{flex:1;overflow-y:auto}.left-panel-resize{position:absolute;top:0;right:-3px;bottom:0;width:6px;cursor:col-resize;z-index:10}.left-panel-resize:hover,.left-panel-resize:active{background:var(--theme-accent);opacity:.3}.left-panel.no-transition,.right-panel.no-transition{transition:none}.panel-section{border-bottom:1px solid var(--theme-border-subtle)}.panel-section-header{display:flex;align-items:center;gap:6px;width:100%;padding:3px 10px;border:none;background:var(--theme-bg-lighter);color:var(--theme-accent-tint);cursor:default;font-family:inherit;font-size:11px;font-weight:600;text-align:left;transition:background .1s}.panel-section-header:hover{background:var(--theme-hover);color:var(--theme-accent)}.panel-section-chevron{flex-shrink:0;transition:transform .15s ease;transform:rotate(-90deg);color:var(--theme-text-secondary)}.panel-section-chevron.open{transform:rotate(0)}.panel-section-body{padding:4px 10px}.panel-placeholder{font-size:11px;color:var(--theme-text-faint)}.right-panel{display:flex;flex-direction:column;background:var(--theme-bg);border-left:1px solid var(--theme-border);flex-shrink:0;overflow:hidden;position:relative;transition:width .15s ease;z-index:2}.right-panel-collapsed-tab{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:transparent;border:none;color:var(--theme-text-muted);cursor:default;padding:8px 0;font-family:inherit}.right-panel-collapsed-tab:hover{color:var(--theme-accent)}.right-panel-collapsed-tab span{writing-mode:vertical-lr;font-size:11px;font-weight:600;text-transform:uppercase;white-space:nowrap;letter-spacing:1px}.right-panel-toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 4px 0 6px;height:24px;flex-shrink:0;border-bottom:1px solid var(--theme-border);background:var(--theme-bg-lighter);color:var(--theme-accent)}.right-panel-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-accent)}.right-panel-close-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:var(--theme-accent);cursor:default;border-radius:3px;padding:0;opacity:.7}.right-panel-close-btn:hover{background:var(--theme-ribbon-btn-hover);color:var(--theme-accent);opacity:1}.right-panel-body{flex:1;overflow-y:auto}.right-panel-resize{position:absolute;top:0;left:-3px;bottom:0;width:6px;cursor:col-resize;z-index:10}.right-panel-resize:hover,.right-panel-resize:active{background:var(--theme-accent);opacity:.3}.main-view{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--theme-content-bg);overflow:hidden}.main-view .placeholder{margin:auto}.placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--theme-placeholder-text);gap:8px}.placeholder svg{width:64px;height:64px;stroke:var(--theme-placeholder-icon);margin-bottom:8px}.placeholder h2{font-size:18px;font-weight:500;color:var(--theme-placeholder-heading)}.placeholder p{font-size:13px;color:var(--theme-placeholder-text)}.detached-dock-bar{display:flex;align-items:center;justify-content:space-between;padding:4px 12px;background:var(--theme-accent, #D97706);color:#fff;font-size:12px;gap:8px}.detached-dock-title{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detached-dock-btn{display:flex;align-items:center;gap:5px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;padding:3px 10px;cursor:pointer;font-size:11px;font-weight:600;transition:background .15s;flex-shrink:0}.detached-dock-btn:hover{background:#ffffff59}.panel-empty{font-size:.75rem;color:var(--theme-text-muted);margin:0}.panel-error{font-size:.75rem;color:var(--error, #DC2626);margin:0}.cpt-list{list-style:none;padding:0;margin:0}.cpt-list li{display:flex;align-items:center;gap:6px;padding:2px 4px;border-radius:4px}.cpt-list li.active{background:var(--amber, #D97706);color:#fff}.cpt-list-name{flex:1;background:transparent;border:0;padding:4px 6px;text-align:left;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:400;color:inherit}.cpt-list-close{background:transparent;border:0;cursor:pointer;padding:2px 6px;color:inherit;opacity:.6;font-family:inherit}.cpt-list-close:hover{opacity:1}.cpt-list-eye{background:transparent;border:0;cursor:pointer;padding:2px 4px;color:inherit;opacity:.55;font-family:inherit;display:inline-flex;align-items:center;justify-content:center}.cpt-list-eye:hover{opacity:1;color:var(--amber, #D97706)}.cpt-list-eye.is-hidden{color:var(--theme-text-muted, #A1A1AA);opacity:.85}.cpt-list li.hidden .cpt-list-name{opacity:.5;font-style:italic}.metadata-list{display:grid;grid-template-columns:max-content 1fr;gap:4px 12px;font-size:.75rem;margin:0}.metadata-list dt{color:var(--theme-text-muted)}.metadata-list dd{margin:0;color:var(--theme-text)}.metadata-list-extra{grid-template-columns:minmax(0,max-content) minmax(0,1fr);font-size:.7rem}.metadata-list-extra dt{font-family:JetBrains Mono,monospace;word-break:break-word;font-size:.68rem}.metadata-list-extra dd{word-break:break-word}.layers-table,.measurements-table{width:100%;border-collapse:collapse;font-size:.7rem}.layers-table th,.layers-table td,.measurements-table th,.measurements-table td{padding:3px 6px;border-bottom:1px solid var(--theme-border-subtle);text-align:right}.layers-table th:last-child,.layers-table td:last-child{text-align:left}.layers-table thead th,.measurements-table thead th{font-weight:500;color:var(--theme-text-muted);text-transform:uppercase;font-size:.6rem;letter-spacing:.05em}.layer-swatch{display:inline-block;width:12px;height:12px;border-radius:2px;margin-right:6px;vertical-align:middle}.pagination{display:flex;align-items:center;justify-content:space-between;padding-top:6px;font-size:.7rem}.pagination button{background:transparent;border:1px solid var(--theme-border);border-radius:4px;padding:2px 8px;cursor:pointer;color:inherit;font-family:inherit}.pagination button:disabled{opacity:.4;cursor:not-allowed}.right-panel-body{padding:10px;overflow-y:auto}.right-panel-title{font-family:inherit;font-size:.85rem;font-weight:700;margin:0 0 8px;color:var(--theme-text)}.sbt-legend{list-style:none;padding:0;margin:0;font-size:.7rem}.sbt-legend li{display:flex;align-items:center;gap:8px;padding:3px 0}.sbt-swatch{width:14px;height:14px;border-radius:3px;flex-shrink:0}.sbt-num{font-family:ui-monospace,JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;width:14px;text-align:right;color:var(--theme-text-muted)}.sbt-name{flex:1}.map-view-wrap{width:100%;height:100%;position:relative}.map-view-container{width:100%;height:100%}.map-status{position:absolute;left:12px;bottom:96px;background:var(--theme-bg, white);color:var(--theme-text, #36363E);border:1px solid var(--theme-border, #E7E5E4);border-radius:4px;padding:6px 10px;font:500 .75rem var(--font-code, "JetBrains Mono");z-index:1000;box-shadow:0 2px 4px #0000001a}.map-addrsearch{position:absolute;top:12px;left:12px;width:320px;max-width:calc(100% - 24px);z-index:1100;font:500 .82rem Inter,system-ui,sans-serif}.map-addrsearch-input-wrap{display:flex;align-items:center;gap:6px;background:var(--theme-bg, white);border:1px solid var(--theme-border, #E7E5E4);border-radius:6px;padding:6px 10px;box-shadow:0 2px 6px #0000001f}.map-addrsearch-icon{color:var(--theme-text-secondary, #71717a);flex-shrink:0}.map-addrsearch-input{flex:1;min-width:0;border:0;outline:0;background:transparent;font:inherit;color:var(--theme-text, #36363e)}.map-addrsearch-input::placeholder{color:var(--theme-text-secondary, #a1a1aa)}.map-addrsearch-clear{appearance:none;background:none;border:0;color:var(--theme-text-secondary, #a1a1aa);cursor:pointer;padding:2px 4px;font-size:.8rem;border-radius:3px}.map-addrsearch-clear:hover{background:var(--theme-bg-lighter, #f5f5f4);color:var(--theme-text, #36363e)}.map-addrsearch-results{list-style:none;margin:4px 0 0;padding:4px;background:var(--theme-bg, white);border:1px solid var(--theme-border, #E7E5E4);border-radius:6px;box-shadow:0 4px 10px #00000026;max-height:320px;overflow-y:auto}.map-addrsearch-item{display:flex;align-items:baseline;justify-content:space-between;gap:8px;width:100%;appearance:none;background:transparent;border:0;text-align:left;padding:6px 8px;border-radius:4px;cursor:pointer;font:inherit;color:var(--theme-text, #36363e)}.map-addrsearch-item.highlight,.map-addrsearch-item:hover{background:var(--theme-hover, rgba(217, 119, 6, .08))}.map-addrsearch-item-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-addrsearch-item-type{font:500 .7rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #a1a1aa);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.topotijdreis-slider{display:flex;flex-direction:column;gap:6px;width:100%;pointer-events:auto}.topotijdreis-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.topotijdreis-toggle input[type=checkbox]{width:14px;height:14px;accent-color:var(--amber, #D97706);flex-shrink:0}.topotijdreis-toggle-label{font:600 .78rem Inter,system-ui,sans-serif;color:var(--theme-text, #36363E);flex:1}.topotijdreis-year-label{font:700 1rem var(--font-heading, "Space Grotesk"),"Inter",sans-serif;letter-spacing:-.02em;color:var(--amber, #D97706);line-height:1}.topotijdreis-year-off{font:500 .78rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #A1A1AA);line-height:1}.topotijdreis-controls{display:flex;align-items:center;gap:6px}.topotijdreis-off-btn,.topotijdreis-latest-btn{appearance:none;background:var(--theme-bg-lighter, #F5F5F4);color:var(--theme-text, #36363E);border:1px solid var(--theme-border, #E7E5E4);border-radius:4px;font:600 .7rem Inter,system-ui,sans-serif;padding:3px 6px;cursor:pointer;flex-shrink:0;min-width:0}.topotijdreis-off-btn:hover:not(:disabled),.topotijdreis-latest-btn:hover:not(:disabled){background:var(--theme-bg, white);border-color:var(--amber, #D97706);color:var(--amber, #D97706)}.topotijdreis-off-btn:disabled,.topotijdreis-latest-btn:disabled{opacity:.5;cursor:default}.topotijdreis-range{flex:1;min-width:0;appearance:none;height:6px;border-radius:9999px;background:linear-gradient(90deg,#d97706,#f59e0b 40%,#ea580c);outline:none;cursor:pointer}.topotijdreis-range::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:var(--amber, #D97706);border:2px solid var(--theme-bg, white);box-shadow:0 1px 3px #0000004d;cursor:pointer}.topotijdreis-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--amber, #D97706);border:2px solid var(--theme-bg, white);box-shadow:0 1px 3px #0000004d;cursor:pointer}.topotijdreis-ticks{position:relative;height:12px;margin-left:4px;margin-right:4px}.topotijdreis-tick{position:absolute;transform:translate(-50%);font:500 .6rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #A1A1AA);white-space:nowrap;-webkit-user-select:none;user-select:none}.topotijdreis-opacity{display:flex;align-items:center;gap:6px;margin-top:4px;padding-top:6px;border-top:1px solid var(--theme-border, #E7E5E4)}.topotijdreis-opacity-label{font:500 .65rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #A1A1AA);flex-shrink:0}.topotijdreis-opacity input[type=range]{flex:1;min-width:0;height:4px;appearance:none;background:var(--theme-border, #E7E5E4);border-radius:9999px;outline:none;cursor:pointer}.topotijdreis-opacity input[type=range]:disabled{opacity:.4;cursor:not-allowed}.topotijdreis-opacity input[type=range]::-webkit-slider-thumb{appearance:none;width:11px;height:11px;border-radius:50%;background:var(--amber, #D97706);border:1.5px solid var(--theme-bg, white);box-shadow:0 1px 2px #0003;cursor:pointer}.topotijdreis-opacity input[type=range]::-moz-range-thumb{width:11px;height:11px;border-radius:50%;background:var(--amber, #D97706);border:1.5px solid var(--theme-bg, white);box-shadow:0 1px 2px #0003;cursor:pointer}.topotijdreis-opacity-val{font:500 .65rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #A1A1AA);width:30px;text-align:right;flex-shrink:0}.drop-overlay{position:fixed;inset:0;z-index:9999;background:#36363e8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;pointer-events:none;animation:drop-fade-in .12s ease-out}.drop-overlay-card{background:var(--theme-bg, #FAFAF9);color:var(--amber, #D97706);border:2px dashed var(--amber, #D97706);border-radius:12px;padding:40px 64px;display:flex;flex-direction:column;align-items:center;gap:16px;font:600 .95rem Inter,system-ui,sans-serif;box-shadow:0 10px 30px #00000040}.drop-overlay-card p{margin:0}@keyframes drop-fade-in{0%{opacity:0}to{opacity:1}}.ps-section-title{font:700 .85rem var(--font-heading, "Space Grotesk"),"Inter",sans-serif;margin:0 0 8px;color:var(--theme-text, inherit);display:flex;align-items:center;gap:8px}.ps-section-header{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.ps-section-header .ps-section-title{margin-bottom:0}.ps-count{font-weight:500;color:var(--theme-text-muted, #A1A1AA);font-size:.8rem}.ps-section-actions{display:flex;align-items:center;gap:8px}.ps-link-btn{background:transparent;border:0;padding:4px 8px;font:500 .75rem Inter,sans-serif;color:var(--theme-text-muted, #A1A1AA);cursor:pointer}.ps-link-btn:hover{color:var(--error, #DC2626)}.ps-add-btn{display:inline-flex;align-items:center;gap:6px;background:var(--amber, #D97706);color:#fff;border:0;border-radius:8px;padding:6px 12px;font:600 .8rem Inter,sans-serif;cursor:pointer;transition:background .15s ease}.ps-add-btn:hover{background:var(--signal-orange, #EA580C)}.ps-empty{border:1.5px dashed var(--theme-border, #D6D3D1);border-radius:8px;padding:16px 20px;margin-top:8px;text-align:center;font-size:.8rem;color:var(--theme-text-muted, #A1A1AA)}.ps-empty p{margin:0}.ps-cpt-list{list-style:none;padding:0;margin:8px 0 0;max-height:180px;overflow-y:auto;border:1px solid var(--theme-border, #E7E5E4);border-radius:8px}.ps-cpt-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--theme-border-subtle, #F5F5F4);gap:8px}.ps-cpt-item:last-child{border-bottom:0}.ps-cpt-info{display:flex;flex-direction:column;min-width:0;flex:1}.ps-cpt-id{font:600 .85rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text, inherit)}.ps-cpt-meta{font:400 .7rem Inter,sans-serif;color:var(--theme-text-muted, #A1A1AA)}.ps-remove-btn{background:transparent;border:0;cursor:pointer;width:28px;height:28px;border-radius:4px;font-size:1.2rem;line-height:1;color:var(--theme-text-muted, #A1A1AA);flex-shrink:0}.ps-remove-btn:hover{background:#dc26261a;color:var(--error, #DC2626)}.ps-footer{margin-top:20px;display:flex;justify-content:flex-end;gap:8px;padding-top:16px;border-top:1px solid var(--theme-border, #E7E5E4)}.ps-footer button{appearance:none;border:1px solid var(--theme-border, #d4d4d4);background:var(--theme-bg, #fafaf9);color:var(--theme-text, #36363e);font:600 .8rem Inter,sans-serif;padding:7px 14px;border-radius:6px;cursor:pointer;transition:background .12s,border-color .12s}.ps-footer button:hover{background:var(--theme-bg-lighter, #f4f4f3);border-color:var(--amber, #d97706)}.ps-footer .btn-primary,.btn-primary{background:var(--amber, #d97706);color:#fff;border-color:var(--amber, #d97706)}.ps-footer .btn-primary:hover,.btn-primary:hover{background:var(--signal-orange, #ea580c);border-color:var(--signal-orange, #ea580c);color:#fff}.right-panel-body{display:flex;flex-direction:column;gap:14px;padding:8px 10px;height:100%}.right-panel-section:has(.mini-map){flex:1 1 50%;min-height:0}.right-panel-section{display:flex;flex-direction:column;gap:6px;min-height:0}.mini-map{width:100%;flex:1;min-height:120px;border:1px solid var(--theme-border, #E7E5E4);border-radius:6px;overflow:hidden}.cpt-marker-label{background:var(--theme-bg, #FAFAF9);color:var(--amber, #D97706);border:1px solid var(--amber, #D97706);border-radius:4px;padding:1px 6px;font:600 .7rem JetBrains Mono,monospace;box-shadow:0 1px 2px #00000026}.cpt-marker-label:before{display:none}.cpt-distance-label{pointer-events:none;display:flex;align-items:center;justify-content:center}.cpt-distance-label span{background:var(--theme-bg, #FAFAF9);color:var(--theme-text, #36363E);border:1px solid var(--amber, #D97706);border-radius:9px;padding:1px 6px;font:500 .65rem JetBrains Mono,monospace;white-space:nowrap;box-shadow:0 1px 2px #0000001a}.map-cpt-count{color:var(--amber, #D97706);font-weight:600}.project-header{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--theme-bg-elevated, var(--theme-bg-lighter, transparent));border-bottom:1px solid var(--theme-border, #E7E5E4);margin-bottom:4px}.project-header-icon{width:28px;height:28px;background:var(--amber, #D97706);color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-header-text{display:flex;flex-direction:column;min-width:0;flex:1}.project-header-title{font:700 .85rem Space Grotesk,Inter,sans-serif;color:var(--theme-text, inherit);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-header-sub{font:400 .7rem Inter,sans-serif;color:var(--theme-text-muted, var(--scaffold-gray, #888));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-section-header-row{display:flex;align-items:stretch;justify-content:space-between;padding-right:6px}.panel-section-header-row .panel-section-header{flex:1}.panel-section-add{background:transparent;border:0;cursor:pointer;width:24px;height:24px;border-radius:4px;color:var(--amber, #D97706);display:flex;align-items:center;justify-content:center;align-self:center;transition:background .12s ease}.panel-section-add:hover{background:#d977061f}.cpt-list-name{display:flex;align-items:center;gap:6px}.cpt-sondeer-icon{background:transparent!important;border:0!important;width:22px!important;height:22px!important}.cpt-sondeer-marker{position:relative;width:22px;height:22px}.cpt-sondeer-marker svg{filter:drop-shadow(0 1px 1.5px rgba(0,0,0,.35))}.cpt-sondeer-label{position:absolute;left:26px;top:50%;transform:translateY(-50%);white-space:nowrap;background:var(--theme-bg, #FAFAF9);color:var(--theme-text, #36363E);border:1px solid var(--amber, #D97706);border-radius:3px;padding:1px 5px;font:600 .7rem JetBrains Mono,monospace;box-shadow:0 1px 2px #00000026}.cpt-sondeer-marker.active .cpt-sondeer-label{background:var(--amber, #D97706);color:#fff;border-color:var(--amber, #D97706)}.cpt-sondeer-marker.selected svg{filter:drop-shadow(0 0 3px var(--amber, #D97706)) drop-shadow(0 0 1.5px var(--amber, #D97706)) drop-shadow(0 1px 1.5px rgba(0,0,0,.35))}.cpt-sondeer-marker.selected .cpt-sondeer-label{border-color:var(--amber, #D97706);border-width:2px;padding:0 4px;box-shadow:0 0 6px #d977068c}.map-selection-badge{position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:1000;display:flex;align-items:center;gap:8px;background:var(--theme-bg, #FAFAF9);color:var(--theme-text, #36363E);border:1.5px solid var(--amber, #D97706);border-radius:999px;padding:5px 8px 5px 12px;font:600 .75rem Inter,sans-serif;box-shadow:0 2px 8px #0000002e;pointer-events:auto}.map-selection-count{color:var(--amber, #D97706)}.map-selection-clear{appearance:none;border:0;background:var(--amber, #D97706);color:#fff;font:600 .7rem Inter,sans-serif;border-radius:999px;padding:3px 10px;cursor:pointer}.map-selection-clear:hover{background:var(--signal-orange, #EA580C)}.bro-sondering-icon{background:transparent!important;border:0!important}.bro-sondering-marker{width:14px;height:14px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.map-view-container.measuring{cursor:crosshair}.map-view-container.measuring .leaflet-marker-icon{cursor:crosshair!important}.cpt-measure-label{pointer-events:none;display:flex;align-items:center;justify-content:center}.cpt-measure-label span{background:var(--theme-bg, #FAFAF9);color:#2563eb;border:1.5px solid #2563EB;border-radius:10px;padding:2px 8px;font:600 .7rem JetBrains Mono,monospace;white-space:nowrap;box-shadow:0 1px 3px #0000002e}.cpt-measure-label-preview span{background:#fafaf9eb;border-style:dashed;opacity:.85}.gis-layer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.gis-layer-list li{margin:0;display:flex;flex-direction:column;gap:1px;padding:2px 0}.gis-layer-row{display:flex;align-items:center;gap:8px;padding:4px 6px;font-size:.78rem;color:var(--theme-text, #36363E);cursor:pointer;border-radius:3px;transition:background .12s ease}.gis-layer-row:hover{background:var(--theme-hover, rgba(217, 119, 6, .08))}.gis-layer-row input[type=checkbox]{width:13px;height:13px;accent-color:var(--amber, #D97706);cursor:inherit;flex-shrink:0}.gis-layer-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gis-layer-opacity{display:flex;align-items:center;gap:6px;padding:0 6px 0 27px;margin-top:-2px}.gis-layer-opacity input[type=range]{flex:1;min-width:0;height:4px;appearance:none;background:var(--theme-border, #E7E5E4);border-radius:9999px;outline:none;cursor:pointer}.gis-layer-opacity input[type=range]:disabled{opacity:.4;cursor:not-allowed}.gis-layer-opacity input[type=range]::-webkit-slider-thumb{appearance:none;width:11px;height:11px;border-radius:50%;background:var(--amber, #D97706);border:1.5px solid var(--theme-bg, white);box-shadow:0 1px 2px #0003;cursor:pointer}.gis-layer-opacity input[type=range]::-moz-range-thumb{width:11px;height:11px;border-radius:50%;background:var(--amber, #D97706);border:1.5px solid var(--theme-bg, white);box-shadow:0 1px 2px #0003;cursor:pointer}.gis-layer-opacity-val{font:500 .65rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text-secondary, #A1A1AA);width:30px;text-align:right;flex-shrink:0}.gis-layer-legend{margin:4px 6px 8px 27px;padding:6px 8px;background:var(--theme-bg-lighter, #F5F5F4);border:1px solid var(--theme-border, #E7E5E4);border-radius:4px}.gis-legend-title{font:600 .65rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #A1A1AA);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.gis-legend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.gis-legend-list li{display:flex;align-items:center;gap:6px}.gis-legend-swatch{width:14px;height:10px;border-radius:2px;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.gis-legend-label{font:500 .7rem var(--font-code, "JetBrains Mono"),monospace;color:var(--theme-text, #36363E)}.gis-bro-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px;padding:6px 8px;font-size:.72rem;color:var(--theme-text-muted, #71717A);background:var(--theme-hover, rgba(217, 119, 6, .05));border-radius:4px}.gis-bro-counts{flex:1;font-variant-numeric:tabular-nums}.gis-bro-refresh{border:1px solid var(--theme-border, #D4D4D8);background:var(--theme-bg, #FAFAF9);color:var(--theme-text, #36363E);font:600 .72rem Inter,system-ui,sans-serif;padding:3px 9px;border-radius:4px;cursor:pointer;transition:background .12s ease,border-color .12s ease}.gis-bro-refresh:hover{background:var(--amber, #D97706);color:#fff;border-color:var(--amber, #D97706)}.bro-popup{font:.78rem/1.4 Inter,system-ui,sans-serif;color:var(--theme-text, #36363E)}.bro-popup-header{display:flex;flex-direction:column;gap:2px;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid var(--theme-border, #D4D4D8)}.bro-popup-header strong{font-size:.86rem;font-family:JetBrains Mono,monospace;color:var(--amber, #D97706)}.bro-popup-kind{font-size:.7rem;color:var(--theme-text-muted, #71717A)}.bro-popup-table{width:100%;border-collapse:collapse;font-size:.72rem}.bro-popup-table td{padding:2px 6px 2px 0;vertical-align:top}.bro-popup-table td:first-child{color:var(--theme-text-muted, #71717A);white-space:nowrap}.bro-popup-table td:last-child{font-variant-numeric:tabular-nums}.bro-popup-actions{margin-top:8px;padding-top:6px;border-top:1px solid var(--theme-border, #D4D4D8);text-align:right;display:flex;flex-wrap:wrap;gap:6px 14px;justify-content:flex-end}.bro-popup-actions a.bro-popup-open,.bro-popup-actions a.bro-popup-merge,.bro-popup-actions a.bro-popup-add-to-project{font-weight:600;color:var(--amber, #D97706);text-decoration:none;cursor:pointer}.bro-popup-actions a.bro-popup-open:hover,.bro-popup-actions a.bro-popup-merge:hover,.bro-popup-actions a.bro-popup-add-to-project:hover{text-decoration:underline}.bro-popup-actions a.bro-popup-merge,.bro-popup-actions a.bro-popup-add-to-project{color:var(--theme-accent, #2563EB)}.chart-context-menu{z-index:9999;background:var(--theme-bg, #FAFAF9);border:1px solid var(--theme-border, #D6D3D1);border-radius:6px;padding:4px;min-width:140px;box-shadow:0 4px 12px #0000002e;font:400 .8rem Inter,sans-serif}.chart-context-item{display:block;width:100%;background:transparent;border:0;padding:6px 12px;text-align:left;cursor:pointer;color:var(--theme-text, inherit);border-radius:4px}.chart-context-item:hover{background:var(--theme-hover, rgba(0, 0, 0, .05))}.chart-soil-tooltip{z-index:10000;background:#36363eeb;color:#fafaf9;border-radius:4px;padding:3px 8px;font:600 .72rem Inter,system-ui,sans-serif;letter-spacing:.01em;box-shadow:0 2px 6px #00000040;white-space:nowrap;-webkit-user-select:none;user-select:none}.bore-raw-wrap{position:relative;margin:0}.bore-photo-wrap{display:flex;flex-direction:column;gap:8px;padding:4px 0 0}.bore-photo-hint{margin:0;font:400 .75rem Inter,system-ui,sans-serif;color:var(--theme-text-secondary, #71717a)}.bore-photo-link{display:inline-block;align-self:flex-start;padding:5px 10px;border:1px solid var(--theme-border, #cbd5e1);border-radius:4px;background:var(--theme-bg, #fff);color:var(--theme-text, #36363e);text-decoration:none;font:600 .78rem Inter,system-ui,sans-serif;transition:background .12s,border-color .12s,color .12s}.bore-photo-link:hover{background:var(--theme-bg-lighter, #f5f5f4);border-color:var(--amber, #d97706);color:var(--amber, #d97706)}.bore-raw-copy{position:absolute;top:4px;right:4px;appearance:none;background:var(--theme-bg, #ffffff);color:var(--theme-text, #36363e);border:1px solid var(--theme-border, #cbd5e1);border-radius:3px;padding:2px 8px;font:500 11px Inter,system-ui,sans-serif;cursor:pointer;z-index:1}.bore-raw-copy:hover{background:var(--theme-bg-lighter, #f1f5f9);border-color:var(--amber, #d97706);color:var(--amber, #d97706)}.bore-raw-pre{margin:0;padding:8px 10px;background:var(--theme-bg-lighter, #f8fafc);border:1px solid var(--theme-border-subtle, #e7e5e4);border-radius:4px;font-family:JetBrains Mono,Cascadia Mono,Consolas,monospace;font-size:11px;line-height:1.45;color:var(--theme-text, #1f2937);white-space:pre;overflow:auto;max-height:320px}
