.titlebar{background-color:var(--theme-bg-lighter);border-bottom:1px solid var(--theme-bg-lighter);-webkit-user-select:none;user-select:none;z-index:9999;justify-content:space-between;align-items:center;height:32px;display:flex;position:fixed;top:0;left:0;right:0}.titlebar-drag{z-index:0;position:absolute;inset:0}.titlebar-left{z-index:1;align-items:center;gap:4px;height:100%;padding-left:8px;display:flex}.titlebar-icon{width:20px;height:20px;color:var(--theme-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.titlebar-icon svg{width:16px;height:16px}.titlebar-title{color:var(--theme-accent);white-space:nowrap;text-overflow:ellipsis;z-index:0;pointer-events:none;font-size:12px;font-weight:400;line-height:32px;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.titlebar-version{opacity:.5;margin-left:4px;font-size:10px;font-weight:300}.titlebar-alpha-badge{border:1px solid var(--theme-accent);text-transform:uppercase;vertical-align:middle;border-radius:2px;align-items:center;height:16px;margin-left:6px;padding:0 5px;font-size:9px;font-weight:600;line-height:14px;display:inline-flex}.titlebar-controls{z-index:1;flex-shrink:0;height:100%;display:flex}.titlebar-button{width:40px;height:100%;color:var(--theme-accent);cursor:default;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:0;outline:none;justify-content:center;align-items:center;margin:0;padding:0;transition:all .15s;display:flex}.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{color:#fff;background-color:#e81123}.titlebar-close:active{color:#fff;background-color:#c50f1f}.titlebar-quick-access{border-left:1px solid var(--theme-accent);align-items:center;gap:1px;height:100%;margin-left:2px;padding:0 4px;display:flex}.titlebar-quick-btn{width:28px;height:24px;color:var(--theme-accent);cursor:default;background:0 0;border:1px solid #0000;border-radius:2px;outline:none;justify-content:center;align-items:center;margin:0;padding:0;transition:all .15s;display:flex}.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{color:var(--theme-accent);cursor:default;-webkit-app-region:no-drag;white-space:nowrap;background:0 0;border:none;margin-right:12px;padding:0 4px;font-family:inherit;font-size:11px;transition:color .15s}.send-feedback-btn:hover{color:var(--theme-accent-hover)}.ribbon-container{background:var(--theme-bg);-webkit-user-select:none;user-select:none;cursor:default;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricprecision;border-bottom:none;flex-shrink:0;margin-top:32px;transform:translateZ(0)}.ribbon-tabs{background:var(--theme-bg-lighter);border-bottom:1px solid var(--theme-accent);align-items:flex-end;gap:2px;height:28px;padding:0 8px;display:flex;position:relative;overflow:visible}.ribbon-tab-border{border:1px solid var(--theme-accent);pointer-events:none;z-index:2;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;position:absolute}.ribbon-tab-gap{background:var(--theme-bg);pointer-events:none;z-index:2;height:2px;transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),opacity .2s;position:absolute;bottom:-1px}.ribbon-tab{color:var(--theme-text);cursor:default;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:4px 4px 0 0;margin-bottom:-1px;padding:6px 16px;font-size:12px;font-weight:500;transition:background .15s,color .15s}.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:#0000}.ribbon-tab.file-tab{background:var(--theme-file-tab-bg);color:var(--theme-file-tab-text);border-color:var(--theme-file-tab-bg);font-weight:600}.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{background:var(--theme-bg);height:94px;position:relative;overflow:hidden}.ribbon-content-panel{align-items:stretch;padding:4px 8px 0 2px;display:flex;position:absolute;inset:0}.ribbon-content-panel .ribbon-content{align-items:stretch;width:100%;height:100%;display:flex}.ribbon-panel-enter-right{animation:.25s cubic-bezier(.4,0,.2,1) forwards slideInRight}.ribbon-panel-enter-left{animation:.25s cubic-bezier(.4,0,.2,1) forwards slideInLeft}.ribbon-panel-exit-right{animation:.25s cubic-bezier(.4,0,.2,1) forwards slideOutLeft}.ribbon-panel-exit-left{animation:.25s cubic-bezier(.4,0,.2,1) forwards slideOutRight}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.ribbon-groups{align-items:stretch;gap:0;height:100%;display:flex}.ribbon-group{border-right:1px solid var(--theme-ribbon-group-separator);flex-direction:column;min-width:50px;height:100%;padding:0 8px;display:flex}.ribbon-group:last-child{border-right:none}.ribbon-group-content{flex:1;align-items:flex-start;gap:1px;padding:1px 0;display:flex}.ribbon-group-label{color:var(--theme-ribbon-group-label);text-align:center;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;border-top:1px solid var(--theme-border-subtle);margin-top:auto;padding:2px 0;font-size:9px;font-weight:500}.ribbon-btn-stack{flex-direction:column;justify-content:flex-start;gap:1px;height:100%;display:flex}.ribbon-btn{cursor:default;min-width:44px;height:66px;box-shadow:none;color:var(--theme-text);background:0 0;border:1px solid #0000;border-radius:2px;flex-direction:column;justify-content:flex-start;align-items:center;gap:1px;padding:3px 3px 1px;transition:all .15s;display:flex}.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{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.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{color:var(--theme-text);text-align:center;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;max-width:58px;font-size:10px;line-height:1.15;display:-webkit-box;overflow:hidden}.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{border-radius:1px;flex-direction:row;justify-content:flex-start;gap:6px;min-width:70px;height:22px;padding:2px 6px}.ribbon-btn.small .ribbon-btn-icon,.ribbon-btn.small .ribbon-btn-icon svg{width:16px;height:16px}.ribbon-btn.small .ribbon-btn-label{text-align:left;white-space:nowrap;max-width:none;font-size:11px}.ribbon-btn.medium{border-radius:1px;flex-direction:row;justify-content:flex-start;gap:6px;min-width:70px;height:33px;padding:2px 6px}.ribbon-btn.medium .ribbon-btn-icon,.ribbon-btn.medium .ribbon-btn-icon svg{width:20px;height:20px}.ribbon-btn.medium .ribbon-btn-label{text-align:left;white-space:nowrap;max-width:none;font-size:11px}.project-import-panel{max-width:780px;color:var(--theme-text);font-family:var(--theme-font-body,Inter, system-ui, sans-serif);gap:14px;font-size:12px;display:grid}.project-import-heading{padding-bottom:2px}.project-import-mode{border:1px solid var(--theme-border);background:var(--theme-bg);border-radius:5px;grid-template-columns:1fr 1fr;padding:2px;display:grid}.project-import-mode button{min-height:30px;color:var(--theme-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:3px;font-weight:600}.project-import-mode button:hover{color:var(--theme-text);background:var(--theme-hover)}.project-import-mode button.is-active{color:var(--theme-accent);background:var(--theme-accent-soft);box-shadow:inset 0 0 0 1px var(--theme-accent)}.project-import-mode-description{color:var(--theme-text-secondary);margin:-5px 0 0;font-size:11px}.project-import-setup{grid-template-columns:minmax(240px,1fr) auto;align-items:end;gap:10px;display:grid}.project-import-name,.project-import-profile{gap:4px;min-width:0;display:grid}.project-import-name>span,.project-import-profile>span{color:var(--theme-text-secondary);font-size:11px;font-weight:600}.project-import-field{box-sizing:border-box;border:1px solid var(--theme-border);min-width:0;min-height:30px;color:var(--theme-text);background:var(--theme-bg-lighter);font:inherit;border-radius:4px;padding:5px 8px}.project-import-field:hover{border-color:var(--theme-text-faint)}.project-import-field:focus{border-color:var(--theme-focus-color);outline:1px solid var(--theme-focus-color);outline-offset:0}.project-import-sources{gap:9px;display:grid}.project-import-source-card{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:5px;gap:9px;padding:11px 12px;display:grid}.project-import-source-header{grid-template-columns:minmax(0,1fr) minmax(180px,220px);align-items:end;gap:18px;display:grid}.project-import-source-header>div{gap:2px;min-width:0;display:grid}.project-import-source-header strong{color:var(--theme-text);font-size:12px;font-weight:700}.project-import-source-header small{color:var(--theme-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.project-import-file-row{grid-template-columns:minmax(180px,1fr) auto auto;align-items:center;gap:7px;display:grid}.project-import-file-name{border:1px solid var(--theme-border-subtle);min-width:0;color:var(--theme-text-secondary);background:var(--theme-bg);text-overflow:ellipsis;white-space:nowrap;border-radius:4px;padding:6px 8px;overflow:hidden}.project-import-file-button,.project-import-button{box-sizing:border-box;border:1px solid var(--theme-border);min-height:30px;color:var(--theme-text);background:var(--theme-surface);font:inherit;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:6px;padding:5px 9px;font-weight:600;transition:background .1s,border-color .1s,color .1s;display:inline-flex}.project-import-file-button:hover,.project-import-button:hover:not(:disabled){border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-accent-soft)}.project-import-file-button:focus-within{border-color:var(--theme-focus-color);outline:1px solid var(--theme-focus-color)}.project-import-button:disabled{color:var(--theme-text-faint);cursor:default;opacity:.7}.project-import-bulk{white-space:nowrap}.project-import-native-file{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.project-import-file-icon{flex:0 0 15px;width:15px;height:15px;display:inline-flex}.project-import-file-icon svg{width:15px;height:15px}.project-import-status{width:fit-content;color:var(--theme-text-secondary);align-items:center;gap:6px;font-size:11px;display:inline-flex}.project-import-status-dot{background:var(--theme-text-faint);border-radius:50%;flex:0 0 7px;width:7px;height:7px}.project-import-status.analyzing .project-import-status-dot{background:var(--theme-accent);animation:1.2s ease-in-out infinite project-import-pulse}.project-import-status.valid{color:var(--theme-text)}.project-import-status.valid .project-import-status-dot{background:#25805a}.project-import-status.error,.project-import-error{color:var(--theme-danger-color)}.project-import-status.error .project-import-status-dot{background:var(--theme-danger-color)}.project-import-warning{border:1px solid var(--theme-accent);color:var(--theme-text);background:var(--theme-accent-soft);border-left-width:3px;border-radius:4px;margin:0;padding:8px 10px;line-height:1.45}.project-import-error{border:1px solid color-mix(in srgb, var(--theme-danger-color) 35%, var(--theme-border));background:color-mix(in srgb, var(--theme-danger-color) 7%, var(--theme-surface));white-space:pre-wrap;border-radius:4px;margin:0;padding:8px 10px}.project-import-rfem{border-top:1px solid var(--theme-border-subtle);gap:9px;padding-top:9px;display:grid}.project-import-rfem-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.project-import-rfem-heading strong{color:var(--theme-text);text-transform:uppercase;font-size:11px}.project-import-rfem-grid{grid-template-columns:minmax(150px,.7fr) minmax(220px,1.3fr);align-items:center;gap:6px 12px;display:grid}.project-import-rfem-grid>span:nth-child(odd){color:var(--theme-text-secondary);font-size:11px}.project-import-diagnostics{border:1px solid var(--theme-border-subtle);color:var(--theme-text-secondary);background:var(--theme-bg);border-radius:4px;margin:0;padding:8px 8px 8px 26px;font-size:11px}.project-import-diagnostics .error{color:var(--theme-danger-color)}.project-import-summary{border:1px solid var(--theme-border);border-left:3px solid var(--theme-accent);background:var(--theme-accent-soft);border-radius:4px;gap:5px;padding:10px 11px;display:grid}.project-import-summary ul{color:var(--theme-text-secondary);margin:0;padding-left:20px}.project-import-submit{border:1px solid var(--theme-accent);min-height:32px;color:var(--theme-accent-text);background:var(--theme-accent);font:inherit;cursor:pointer;border-radius:4px;justify-self:start;margin:0;padding:7px 12px;font-weight:700}.project-import-submit:disabled{cursor:default;opacity:.5}.project-import-submit:hover:not(:disabled){border-color:var(--theme-accent-hover);background:var(--theme-accent-hover)}@keyframes project-import-pulse{0%,to{opacity:.35}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.project-import-status.analyzing .project-import-status-dot{animation:none}}@media (width<=620px){.project-import-setup,.project-import-source-header{grid-template-columns:1fr;align-items:stretch}.project-import-bulk{justify-self:start}.project-import-file-row{grid-template-columns:1fr auto}.project-import-file-name{grid-column:1/-1}.project-import-rfem-grid{grid-template-columns:1fr}}.pile-plan-import-panel{max-width:720px}.pile-plan-import-header{align-items:start}.pile-plan-import-controls{grid-template-columns:minmax(180px,.7fr) minmax(260px,1.3fr);align-items:end;gap:18px;padding-top:2px;display:grid}.pile-plan-import-tolerance{color:var(--theme-text-secondary);gap:4px;font-size:11px;font-weight:600;display:grid}.pile-plan-import-number{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;display:grid}.pile-plan-import-categories{border:0;gap:18px;min-width:0;margin:0;padding:0;display:flex}.pile-plan-import-categories legend{color:var(--theme-text-secondary);margin-bottom:6px;font-size:11px;font-weight:600}.pile-plan-import-categories label{color:var(--theme-text);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.pile-plan-import-categories label:has(input:disabled){color:var(--theme-text-faint);cursor:default}.pile-plan-import-categories input{accent-color:var(--theme-accent)}.pile-plan-import-note{color:var(--theme-text-secondary);margin:0;font-size:11px}.pile-plan-import-results{gap:8px;padding-top:2px;display:grid}.pile-plan-import-summary{color:var(--theme-text-secondary);flex-wrap:wrap;align-items:baseline;gap:7px 16px;font-size:11px;display:flex}.pile-plan-import-summary strong{width:100%;color:var(--theme-text);font-size:12px}.pile-plan-import-diagnostics{border:1px solid var(--theme-border-subtle);max-height:180px;color:var(--theme-text-secondary);background:var(--theme-bg);border-radius:4px;margin:0;padding:8px 8px 8px 26px;font-size:11px;overflow:auto}.pile-plan-import-diagnostics li+li{margin-top:4px}.pile-plan-import-diagnostics .error{color:var(--theme-danger-color)}@media (width<=720px){.pile-plan-import-controls,.pile-plan-import-header{grid-template-columns:1fr}.pile-plan-import-categories{flex-wrap:wrap}}.backstage-overlay{z-index:1000;pointer-events:auto;background:0 0;flex-direction:row;display:flex;position:fixed;inset:32px 0 0}:is(body:has(.bs-export-panel.is-exporting),body:has(.bs-export-panel.is-exporting) *){cursor:wait!important}.backstage-sidebar{background:var(--theme-bg-lighter);border-right:1px solid var(--theme-border);width:260px;box-shadow:var(--theme-panel-shadow);flex-direction:column;flex-shrink:0;height:100%;display:flex}.backstage-back{background:var(--theme-accent);color:var(--theme-accent-text);cursor:default;border:none;align-items:center;gap:10px;padding:14px 20px;font-size:15px;font-weight:600;transition:background .15s;display:flex}.backstage-back:hover{background:var(--theme-accent-hover)}.backstage-back svg{flex-shrink:0}.backstage-items{flex-direction:column;flex:1;padding:8px 0;display:flex;overflow-y:auto}.backstage-item{color:var(--theme-text);cursor:default;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:12px;width:100%;padding:10px 20px;font-size:13px;transition:background .1s;display:flex}.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);color:var(--theme-accent);padding-left:17px}.backstage-item-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.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{color:var(--theme-backstage-item-shortcut);margin-left:auto;font-size:11px}.backstage-item:hover .backstage-item-shortcut{color:var(--theme-backstage-item-shortcut-hover)}.backstage-divider{background:var(--theme-border-subtle);height:1px;margin:4px 16px}.backstage-content{background:var(--theme-bg);border-right:1px solid var(--theme-border);width:580px;max-width:calc(100vw - 300px);box-shadow:var(--theme-panel-shadow);color:var(--theme-text);height:100%;padding:32px 40px;overflow-y:auto}.backstage-dismiss-area{cursor:default;background:0 0;flex:1}.bs-about-panel{max-width:500px}.bs-about-title{color:var(--theme-accent);margin:0 0 24px;font-size:22px;font-weight:300}.bs-about-app{align-items:center;gap:16px;margin-bottom:20px;display:flex}.bs-about-logo{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.bs-about-logo svg{width:48px;height:48px}.bs-about-app-info{flex-direction:column;display:flex}.bs-about-app-name{color:var(--theme-accent);margin:0 0 2px;font-size:20px;font-weight:600}.bs-about-version{color:var(--theme-text);margin:0;font-size:12px}.bs-about-tagline{color:var(--theme-text);margin:0 0 12px;font-size:13px;font-style:italic}.bs-about-description{color:var(--theme-text);margin:0 0 20px;font-size:12px;line-height:1.6}.bs-about-company{background:var(--theme-accent-soft);border:1px solid var(--theme-border);margin-bottom:20px;padding:14px 16px}.bs-about-company-name{color:var(--theme-accent);align-items:center;gap:8px;margin:0 0 6px;font-size:14px;font-weight:600;display:flex}.bs-about-company-name:before{content:"";background:var(--theme-accent);width:3px;height:14px}.bs-about-company-desc{color:var(--theme-text);margin:0;font-size:11px;line-height:1.5}.bs-about-company-meta{color:var(--theme-text-secondary);letter-spacing:.3px;margin:8px 0 0;font-size:10px;font-style:italic}.bs-about-links{gap:10px;margin-bottom:20px;display:flex}.bs-about-link{background:var(--theme-accent-soft);border:1px solid var(--theme-border);color:var(--theme-text);cursor:default;align-items:center;gap:6px;padding:8px 16px;font-size:12px;text-decoration:none;transition:background .1s,border-color .1s,color .1s;display:flex}.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{border-top:1px solid var(--theme-border-subtle);padding-top:12px}.bs-about-copyright{color:var(--theme-text-secondary);margin:0;font-size:10px}.backstage-panel-title{font-size:22px;font-weight:300;font-family:var(--theme-font-heading,"Space Grotesk", system-ui, sans-serif);color:var(--theme-accent);letter-spacing:0;margin:0 0 8px}.backstage-panel-intro{max-width:580px;color:var(--theme-text-muted);margin:0 0 24px;font-size:12px;line-height:1.5}.bs-open-panel,.bs-export-panel{max-width:720px}.bs-open-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.bs-open-clear{color:var(--theme-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;flex-shrink:0;margin-top:6px;padding:2px 0;font-size:11px;text-decoration:underline}.bs-open-clear:hover{color:var(--theme-accent)}.bs-open-project-option{box-sizing:border-box;width:100%;min-height:74px;color:var(--theme-text);background:var(--theme-bg-lighter);border:1px solid var(--theme-border);font:inherit;text-align:left;cursor:pointer;border-radius:4px;align-items:center;gap:14px;margin-bottom:24px;padding:14px;display:flex}.bs-open-project-option:hover{border-color:var(--theme-accent);background:var(--theme-hover)}.bs-open-project-icon{width:42px;height:42px;color:var(--theme-accent);background:var(--theme-accent-soft);border:1px solid var(--theme-border);border-radius:4px;flex-shrink:0;place-items:center;display:grid}.bs-open-project-icon svg{width:24px;height:24px}.bs-open-project-info{min-width:0;color:var(--theme-text-muted);flex:1;gap:4px;font-size:11px;line-height:1.45;display:grid}.bs-open-project-heading{color:var(--theme-text);align-items:center;gap:8px;font-size:13px;display:flex}.bs-open-project-action{box-sizing:border-box;min-width:108px;height:30px;color:var(--theme-accent-text);background:var(--theme-accent);border:1px solid var(--theme-accent);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.bs-open-native-file{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.bs-open-recent-heading{color:var(--theme-text-secondary);text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:600}.bs-open-empty{color:var(--theme-text-muted);margin:0;padding:16px 0;font-size:11px}.bs-recent-list{gap:6px;display:grid}.bs-recent-item{background:var(--theme-bg-lighter);border:1px solid var(--theme-border);cursor:pointer;border-radius:4px;align-items:center;gap:10px;padding:10px 12px;display:flex}.bs-recent-item:hover{border-color:var(--theme-text-faint);background:var(--theme-hover)}.bs-recent-icon{color:var(--theme-accent);flex-shrink:0}.bs-recent-info{flex:1;min-width:0}.bs-recent-name,.bs-recent-path{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bs-recent-name{color:var(--theme-text);font-size:12px;font-weight:600}.bs-recent-path,.bs-recent-date{color:var(--theme-text-muted);font-size:10px}.bs-recent-date{flex-shrink:0}.bs-recent-remove{color:var(--theme-text-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:4px}.bs-recent-remove:hover{color:var(--theme-danger-color)}.bs-export-cards{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.bs-export-card{background:var(--theme-bg-lighter);border:1px solid var(--theme-border);border-radius:4px;align-items:center;gap:14px;min-height:74px;padding:14px;display:flex}.bs-export-card-icon{width:42px;height:42px;color:var(--theme-accent);background:var(--theme-accent-soft);border:1px solid var(--theme-border);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.bs-export-card-icon svg{width:24px;height:24px}.bs-export-card-info{flex:1;min-width:0}.bs-export-card-heading{align-items:center;gap:8px;margin-bottom:4px;display:flex}.bs-export-card-info h3{color:var(--theme-text);margin:0;font-size:13px;font-weight:600}.bs-export-card-info p{color:var(--theme-text-muted);margin:0;font-size:11px;line-height:1.45}.bs-export-format{color:var(--theme-accent);background:var(--theme-accent-soft);border:1px solid color-mix(in srgb, var(--theme-accent) 32%, var(--theme-border));border-radius:3px;padding:1px 5px;font-size:9px;font-weight:700}.bs-export-action{min-width:108px;height:30px;color:var(--theme-accent-text);background:var(--theme-accent);border:1px solid var(--theme-accent);font:inherit;cursor:pointer;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.bs-export-action:hover:not(:disabled){filter:brightness(.94)}.bs-export-action:disabled{cursor:wait;opacity:.58}.bs-export-error{color:var(--theme-danger-color);background:color-mix(in srgb, var(--theme-danger-color) 8%, var(--theme-bg-lighter));border:1px solid color-mix(in srgb, var(--theme-danger-color) 45%, var(--theme-border));border-radius:3px;margin:0;padding:9px 11px;font-size:11px}@media (width<=760px){.bs-open-project-option,.bs-export-card{flex-wrap:wrap;align-items:flex-start}.bs-open-project-action,.bs-export-action{width:100%;margin-left:56px}}.modal-overlay{background:var(--theme-dialog-overlay);z-index:10000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-dialog{background:var(--theme-dialog-bg);border:1px solid var(--theme-dialog-border);box-shadow:var(--theme-dialog-shadow);-webkit-user-select:none;user-select:none;border-radius:0;flex-direction:column;max-height:90vh;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal-header{background:linear-gradient(to bottom, var(--theme-dialog-header-bg) 0%, var(--theme-dialog-bg) 100%);border-bottom:1px solid var(--theme-dialog-border);cursor:default;flex-shrink:0;justify-content:space-between;align-items:center;height:30px;padding:0 0 0 10px;display:flex}.modal-header h2{color:var(--theme-dialog-header-text);margin:0;font-size:12px;font-weight:600}.modal-close-btn{width:30px;height:calc(100% + 1px);color:var(--theme-dialog-content-text);cursor:default;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin-top:-1px;margin-right:-1px;padding:0;font-size:16px;line-height:1;transition:background .1s;display:flex}.modal-close-btn:hover{background:var(--theme-ribbon-btn-hover);color:var(--theme-accent)}.modal-body{background:var(--theme-dialog-content-bg);color:var(--theme-dialog-content-text);flex-direction:column;flex:1;display:flex;overflow:hidden}.modal-footer{border-top:1px solid var(--theme-dialog-border);background:var(--theme-dialog-sidebar-bg);flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;padding:8px 12px;display:flex}.themed-select{min-width:100px;position:relative}.themed-select-trigger{border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);width:100%;color:var(--theme-dialog-input-text);cursor:default;border-radius:0;align-items:center;gap:8px;padding:3px 6px;font-family:inherit;font-size:11px;transition:border-color .1s;display:flex}.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{text-align:left;flex:1}.themed-select-chevron{opacity:.6;flex-shrink:0}.themed-select-menu{background:var(--theme-bg);border:1px solid var(--theme-dialog-input-border);z-index:10;max-height:200px;margin-top:1px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.themed-select-item{width:100%;color:var(--theme-dialog-content-text);cursor:default;text-align:left;background:0 0;border:none;padding:5px 8px;font-family:inherit;font-size:11px;transition:background .1s,color .1s;display:block}.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{flex:1;min-height:0;display:flex;overflow:hidden}.settings-dialog .modal-footer{justify-content:space-between}.settings-sidebar{background:var(--theme-dialog-sidebar-bg);border-right:1px solid var(--theme-dialog-sidebar-border);flex-direction:column;flex-shrink:0;gap:2px;width:120px;padding:8px 0;display:flex;overflow-y:auto}.settings-tab{color:var(--theme-dialog-tab-text);cursor:default;text-align:left;background:0 0;border:none;border-radius:0;padding:8px 12px;font-size:11px;font-weight:500;transition:all .15s}.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{background:var(--theme-dialog-content-bg);color:var(--theme-dialog-content-text);flex:1;padding:12px;overflow-y:auto}.settings-section{margin-bottom:14px}.settings-section:last-child{margin-bottom:0}.settings-section h3{color:var(--theme-dialog-content-text);border-bottom:1px solid var(--theme-dialog-section-border);margin:0 0 8px;padding-bottom:4px;font-size:11px;font-weight:600}.settings-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.settings-row:last-child{margin-bottom:0}.settings-label{color:var(--theme-dialog-content-text);flex-shrink:0;font-size:11px}.settings-description{color:var(--theme-dialog-content-secondary);margin-top:2px;font-size:11px}.settings-select{border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);cursor:default;border-radius:0;outline:none;min-width:100px;padding:3px 6px;font-family:inherit;font-size:11px}.settings-select:focus{border-color:var(--theme-focus-color)}.settings-select option{background:var(--theme-bg);color:var(--theme-text)}.settings-input{border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);border-radius:0;outline:none;width:100px;padding:3px 6px;font-family:inherit;font-size:11px}.settings-input:focus{border-color:var(--theme-focus-color)}.settings-checkbox-row{align-items:center;gap:6px;margin-bottom:8px;display:flex}.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{color:var(--theme-dialog-content-text);cursor:default;font-size:11px}.settings-footer-right{gap:6px;display:flex}.settings-btn{border:1px solid var(--theme-dialog-input-border);cursor:default;border-radius:2px;min-width:75px;padding:5px 20px;font-family:inherit;font-size:11px;font-weight:400;transition:background .1s,border-color .1s}.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{width:200px;margin-top:6px;margin-left:auto;position:relative}.theme-dropdown-trigger{border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);width:100%;color:var(--theme-dialog-content-text);cursor:default;border-radius:0;align-items:center;gap:8px;padding:5px 8px;font-family:inherit;font-size:11px;transition:border-color .1s;display:flex}.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{opacity:.6;flex-shrink:0;margin-left:auto}.theme-dropdown-menu{background:var(--theme-dialog-input-bg);border:1px solid var(--theme-dialog-input-border);z-index:10;max-height:200px;margin-top:1px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.theme-dropdown-item{width:100%;color:var(--theme-dialog-content-text);cursor:default;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:5px 8px;font-family:inherit;font-size:11px;display:flex}.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{flex-shrink:0;gap:2px;display:flex}.theme-dropdown-swatch{border:1px solid #8080804d;width:14px;height:14px;display:block}.theme-dropdown-label{font-weight:500}.settings-placeholder{height:100%;color:var(--theme-dialog-content-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.settings-placeholder svg{width:32px;height:32px;stroke:var(--theme-dialog-content-secondary);opacity:.5}.settings-placeholder p{margin:0;font-size:11px}.feedback-content{flex:1;padding:12px;overflow-y:auto}.feedback-section{margin-bottom:12px}.feedback-section:last-child{margin-bottom:0}.feedback-field-row{margin-bottom:8px}.feedback-field-label{color:var(--theme-dialog-content-text);margin-bottom:3px;font-size:11px;display:block}.feedback-required{color:var(--theme-danger-color)}.feedback-input{box-sizing:border-box;border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);width:100%;color:var(--theme-dialog-input-text);border-radius:0;outline:none;padding:5px 6px;font-family:inherit;font-size:12px}.feedback-input:focus{border-color:var(--theme-focus-color)}.feedback-categories{gap:4px;display:flex}.feedback-category{border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);color:var(--theme-dialog-content-text);cursor:default;border-radius:2px;flex:1;padding:5px 8px;font-family:inherit;font-size:11px;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{border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);width:100%;color:var(--theme-dialog-input-text);resize:vertical;box-sizing:border-box;-webkit-user-select:text;user-select:text;border-radius:0;outline:none;min-height:80px;padding:6px 8px;font-family:inherit;font-size:11px}.feedback-textarea:focus{border-color:var(--theme-focus-color)}.feedback-char-count{color:var(--theme-dialog-content-secondary);text-align:right;margin-top:2px;font-size:10px}.feedback-char-count.warning{color:var(--theme-danger-color)}.feedback-images-row{align-items:center;gap:8px;display:flex}.feedback-attach-btn{border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);color:var(--theme-dialog-content-text);cursor:default;border-radius:2px;align-items:center;gap:4px;padding:4px 8px;font-family:inherit;font-size:11px;transition:background .1s;display:inline-flex}.feedback-attach-btn:hover:not(:disabled){background:var(--theme-dialog-tab-hover)}.feedback-attach-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-image-limit{color:var(--theme-dialog-content-secondary);font-size:10px}.feedback-previews{gap:6px;margin-top:8px;display:flex}.feedback-preview{border:1px solid var(--theme-dialog-input-border);border-radius:2px;width:56px;height:56px;position:relative;overflow:hidden}.feedback-preview img{object-fit:cover;width:100%;height:100%}.feedback-preview-remove{color:#fff;cursor:default;background:#0009;border:none;border-radius:2px;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:12px;line-height:1;display:flex;position:absolute;top:1px;right:1px}.feedback-preview-remove:hover{background:var(--theme-danger-color)}.feedback-sentiment-label{color:var(--theme-dialog-content-text);margin-bottom:6px;font-size:11px}.feedback-sentiments{gap:6px;display:flex}.feedback-sentiment{border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);color:var(--theme-dialog-content-text);cursor:default;border-radius:2px;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:11px;transition:all .1s;display:flex}.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{color:var(--theme-danger-color);padding:4px 0;font-size:11px}.feedback-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 12px;display:flex}.feedback-success-emoji{font-size:32px;line-height:1}.feedback-success h3{color:var(--theme-dialog-content-text);margin:0;font-size:14px;font-weight:600}.feedback-success p{color:var(--theme-dialog-content-secondary);margin:0;font-size:11px}.feedback-btn{border:1px solid var(--theme-dialog-input-border);cursor:default;border-radius:2px;min-width:75px;padding:5px 20px;font-family:inherit;font-size:11px;font-weight:400;transition:background .1s,border-color .1s}.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)}.feedback-checkbox-row{color:var(--theme-dialog-content-text);cursor:pointer;align-items:center;gap:8px;font-size:12px;display:flex}.feedback-checkbox-row input[type=checkbox]{width:14px;height:14px;accent-color:var(--theme-accent);cursor:pointer}.feedback-hint{color:var(--theme-dialog-content-secondary);margin:4px 0 0 22px;font-size:10px;font-style:italic;line-height:1.4}.status-bar{background:var(--theme-status-bg);border-top:1px solid var(--theme-status-border);height:22px;color:var(--theme-status-text);-webkit-user-select:none;user-select:none;cursor:default;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 12px;font-size:12px;display:flex}.status-bar-left{flex:1;align-items:center;gap:12px;display:flex}.status-bar-center{justify-content:center;align-items:center;gap:2px;display:flex}.status-bar-right{flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.status-item{cursor:default;align-items:center;gap:4px;height:22px;padding:0 6px;transition:background .1s;display:flex}.status-item:hover{background:var(--theme-status-hover)}.status-separator{background:var(--theme-status-separator);width:1px;height:14px}.status-item-label{color:var(--theme-status-text-label);font-size:12px}.status-item-value{color:var(--theme-status-text);font-size:12px;font-weight:500}.pile-plan-workspace{--cpt-default-fill:#d4dade;--cpt-default-stroke:#a2adb3;background:var(--theme-content-bg);grid-template-rows:auto 1fr;min-width:0;height:100%;min-height:0;display:grid}.pile-plan-legend{border-bottom:1px solid var(--theme-border);background:var(--theme-bg);min-width:0;color:var(--theme-text);flex-wrap:wrap;align-content:flex-start;align-items:center;gap:4px 14px;padding:6px 8px;font-size:11px;display:flex;overflow:visible}.legend-group{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.legend-group:first-child{flex:none}.legend-group:last-child{flex:420px;min-width:260px}.legend-title{font-weight:700}.legend-item{height:22px;color:var(--theme-text);font:inherit;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;gap:4px;padding:1px 3px;display:inline-flex}.legend-item:focus,.legend-item:focus-visible{outline:none}.legend-item:hover,.legend-item.is-selected{border-color:var(--theme-text)}.legend-item.is-muted{opacity:.35}.legend-symbol,.legend-color{flex:none;place-items:center;width:14px;height:14px;display:inline-grid}.legend-symbol .pile-symbol-svg{width:14px;height:14px}.legend-symbol .pile-symbol-svg :is(circle,rect,polygon){stroke:currentColor}.legend-color{border:1px solid var(--theme-border-strong);border-radius:3px}.pile-plan-viewer{min-width:0;min-height:0;padding:8px}.viewer-canvas{border:1px solid var(--theme-border);background:#f8fafb;border-radius:6px;width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.viewer-grid{pointer-events:none;background-image:linear-gradient(90deg,#a3aeb533 1px,#0000 1px),linear-gradient(#a3aeb533 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.cpt-connection-lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.cpt-connection-line{stroke:var(--theme-text);stroke-width:.35px;stroke-opacity:.5;vector-effect:non-scaling-stroke}.viewer-content{--selection-ring-width:2px;--load-point-marker-base:14px;--load-point-symbol-base:12px;--load-point-empty-base:14px;--cpt-marker-width-base:15px;--cpt-marker-height-base:13px;--cpt-symbol-width-base:15px;--cpt-symbol-height-base:13px;transform-origin:0 0;position:absolute;inset:0}.viewer-lasso{z-index:1000;border:1px solid var(--theme-accent);background:color-mix(in srgb, var(--theme-accent) 14%, transparent);pointer-events:none;position:fixed}.viewer-hover-inspector{z-index:200;background:var(--theme-surface);width:min(258px,100% - 24px);color:var(--theme-text);pointer-events:none;border:1px solid #87959b;border-radius:6px;position:absolute;bottom:12px;right:12px;box-shadow:0 3px 10px #1720262e}.viewer-hover-title{border-bottom:1px solid var(--theme-border);grid-template-columns:30px 1fr auto;align-items:center;gap:7px;min-height:47px;padding:8px 11px;display:grid}.viewer-hover-large-symbol,.viewer-hover-candidate-symbol{place-items:center;display:grid}.viewer-hover-large-symbol{width:28px;height:28px}.viewer-hover-title-copy span{color:var(--theme-text-muted);text-transform:uppercase;font-size:9px;display:block}.viewer-hover-title-copy strong{margin-top:2px;font-size:13px;display:block}.viewer-hover-position,.viewer-hover-candidate-count{color:var(--theme-text-muted);font-variant-numeric:tabular-nums;font-size:10px}.viewer-hover-facts{padding:5px 11px}.viewer-hover-fact{border-bottom:1px solid var(--theme-border-subtle,#edf0f1);justify-content:space-between;align-items:center;min-height:29px;font-size:11px;display:flex}.viewer-hover-fact:last-child{border-bottom:0}.viewer-hover-fact span{color:var(--theme-text-muted)}.viewer-hover-fact strong{font-variant-numeric:tabular-nums;font-size:12px}.viewer-hover-candidates{border-top:1px solid var(--theme-border);background:var(--theme-content-bg);align-items:center;gap:5px;min-height:46px;padding:7px 11px;display:flex;overflow:hidden}.viewer-hover-candidate-symbol{border:1px solid #0000;border-radius:4px;flex:none;width:29px;height:29px}.viewer-hover-candidate-symbol.is-active{border-color:var(--theme-accent);background:var(--theme-surface)}.viewer-hover-candidate-count{white-space:nowrap;margin-left:auto}.viewer-hover-shortcut{border-top:1px solid var(--theme-border);min-height:31px;color:var(--theme-text-muted);justify-content:center;align-items:center;gap:7px;padding:4px 8px;font-size:9px;display:flex}.viewer-hover-keycap{background:var(--theme-surface);min-width:48px;color:var(--theme-text);text-align:center;border:1px solid #98a5ab;border-bottom-width:2px;border-radius:4px;padding:3px 8px;font-size:9px;font-weight:700}.viewer-hover-marker{place-items:center;width:22px;height:22px;display:grid;position:relative}.viewer-hover-candidate-symbol .viewer-hover-marker{width:18px;height:18px}.viewer-hover-marker.is-load-point .pile-symbol-svg,.viewer-hover-marker.is-load-point>span{width:100%;height:100%}.viewer-hover-marker.is-cpt{--cpt-fill:var(--cpt-default-fill);--cpt-stroke:var(--cpt-default-stroke);color:#52636c}.viewer-hover-marker.is-cpt svg{width:100%;height:100%;position:absolute;overflow:visible}.viewer-hover-marker.is-cpt polygon{fill:var(--cpt-fill);stroke:var(--cpt-stroke);stroke-linejoin:round;stroke-width:2px}.viewer-hover-marker.is-cpt>span{z-index:1;font-size:calc(18px * var(--cpt-label-scale));font-weight:700;line-height:1;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%)}.load-point-marker,.cpt-marker{--selection-ring-size:calc(var(--load-point-marker-base) + 8px);width:var(--load-point-marker-base);height:var(--load-point-marker-base);transform-origin:50%;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;transform:translate(-50%,-50%)}.load-point-marker{--invalid-intensity:0;cursor:pointer;border-radius:50%}.load-point-marker.is-invalid,.viewer-hover-marker.is-load-point.is-invalid{background:radial-gradient(circle, rgba(255, 230, 226, calc(.25 + var(--invalid-intensity) * .35)) 0 42%, rgba(199, 53, 42, calc(.18 + var(--invalid-intensity) * .42)) 72%, rgba(145, 31, 25, calc(.12 + var(--invalid-intensity) * .35)) 100%);box-shadow:0 0 0 2px rgba(199, 53, 42, calc(.24 + var(--invalid-intensity) * .55)), 0 0 8px rgba(199, 53, 42, calc(.12 + var(--invalid-intensity) * .35))}.load-point-marker.is-missing,.viewer-hover-marker.is-load-point.is-missing{background:#ffc10738;box-shadow:0 0 0 2px #c28200b8,0 0 7px #ffc10752}.load-point-marker:focus,.cpt-marker:focus,.load-point-marker:focus-visible,.cpt-marker:focus-visible{outline:none}.load-point-marker.is-selected:before,.cpt-marker.is-inspected-cpt:before{width:var(--selection-ring-size);height:var(--selection-ring-size);border:var(--selection-ring-width) solid var(--theme-accent);content:"";border-radius:999px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.load-point-symbol,.load-point-symbol .pile-symbol-svg{width:var(--load-point-symbol-base);height:var(--load-point-symbol-base)}.load-point-marker.is-pending{box-shadow:none;background:0 0}.load-point-pending{background:#d4dade;border:1.5px solid #a2adb3;border-radius:50%;width:9px;height:9px}.load-point-empty{width:var(--load-point-empty-base);height:var(--load-point-empty-base);color:#c92a2a;place-items:center;display:grid}.load-point-marker.has-missing-options .load-point-empty,.viewer-hover-marker.has-missing-options .load-point-empty{color:#d99b00}.load-point-marker.has-invalid-options .load-point-empty,.viewer-hover-marker.has-invalid-options .load-point-empty{color:#c92a2a}.load-point-empty svg{width:100%;height:100%;overflow:visible}.load-point-empty path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:4px}.cpt-marker{--selection-ring-size:calc(var(--cpt-marker-width-base) + 8px);--cpt-fill:var(--cpt-default-fill);--cpt-stroke:var(--cpt-default-stroke);width:var(--cpt-marker-width-base);height:var(--cpt-marker-height-base);color:#52636c;cursor:pointer}.cpt-triangle{width:var(--cpt-symbol-width-base);height:var(--cpt-symbol-height-base);position:absolute;overflow:visible}.cpt-triangle polygon{fill:var(--cpt-fill);stroke:var(--cpt-stroke);stroke-linejoin:round;stroke-width:2.25px;shape-rendering:geometricprecision}.cpt-label{z-index:1;font-size:calc(min(var(--cpt-symbol-width-base), var(--cpt-symbol-height-base)) * var(--cpt-label-scale));pointer-events:none;font-weight:700;line-height:1;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%)}.is-layer-cpt{z-index:10}.is-layer-load-point{z-index:20}.is-layer-selected-cpt,.viewer-hover-marker.is-cpt.is-selected-cpt,.cpt-marker.is-governing-cpt{--cpt-fill:color-mix(in srgb, var(--theme-accent) 8%, #fff);--cpt-stroke:var(--theme-accent);color:#172026;z-index:30}.is-layer-editable-cpt{z-index:30}.cpt-marker.is-editable{cursor:crosshair}.is-layer-selected-load-point{z-index:40}.cpt-marker.is-inspected-only{--cpt-fill:var(--cpt-default-fill);--cpt-stroke:var(--cpt-default-stroke);color:#52636c}.is-hover-candidate{z-index:50}.is-hover-candidate:after{width:var(--selection-ring-size);height:var(--selection-ring-size);border:var(--selection-ring-width) solid var(--theme-accent);content:"";pointer-events:none;background:0 0;border-radius:999px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.right-panel-tabs{border-bottom:1px solid var(--theme-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:8px;display:grid}.right-panel-tab{border:1px solid var(--theme-border);min-width:0;color:var(--theme-text-secondary);background:var(--theme-bg);font:inherit;border-radius:5px;padding:6px 7px;font-size:11px}.right-panel-tab.is-active{border-color:var(--theme-accent);color:var(--theme-text);font-weight:700}.right-panel-tab:disabled{opacity:.55}.right-panel-task-close{color:currentColor;cursor:pointer;background:0 0;border:0;width:28px;height:28px;font-size:18px}.right-panel-task-close:hover{background:var(--theme-ribbon-btn-hover)}.right-panel-empty{color:var(--theme-text-secondary);gap:4px;padding:14px 12px;font-size:12px;display:grid}.right-panel-empty strong{color:var(--theme-text)}.right-panel-empty.is-inline{padding:10px 0}.load-point-panel{flex:1;grid-template-rows:auto 1fr;min-height:0;display:grid;overflow:hidden}.cpt-panel{flex:1;grid-template-rows:auto auto 1fr;min-height:0;display:grid;overflow:hidden}.cpt-settings-panel,.optimization-panel{flex:1;grid-template-rows:auto 1fr;min-height:0;display:grid;overflow:hidden}.optimization-description{border-bottom:1px solid var(--theme-border-subtle);color:var(--theme-text-secondary);margin:0;padding:12px;font-size:11px;line-height:1.45}.optimization-number{color:var(--theme-text-secondary);grid-template-columns:minmax(0,1fr) 68px;align-items:center;gap:8px;font-size:11px;display:grid}.optimization-number input{box-sizing:border-box;border:1px solid var(--theme-border);width:100%;min-width:0;color:var(--theme-text);background:var(--theme-bg-lighter);font:inherit;border-radius:4px;padding:5px 6px}.panel-message,.optimization-summary{border:1px solid var(--theme-border);color:var(--theme-text-secondary);background:var(--theme-surface);border-radius:5px;gap:2px;margin:10px 12px 0;padding:8px;font-size:11px;display:grid}.panel-message.is-warning{background:#fff7df;border-color:#d3a12c}.panel-message.is-error{color:#8e1d1d;background:#fff0f0;border-color:#c94343}.primary-action{border:1px solid var(--theme-accent);color:var(--theme-bg);background:var(--theme-accent);font:inherit;border-radius:4px;margin:12px;padding:7px 10px;font-weight:700}.primary-action:disabled{opacity:.5}.settings-scroll{min-height:0;overflow:auto}.settings-group{border-bottom:1px solid var(--theme-border-subtle);gap:8px;padding:12px;display:grid}.settings-group.is-muted{opacity:.55}.settings-group h3{color:var(--theme-text);text-transform:uppercase;margin:0;font-size:11px}.supporting-text{color:var(--theme-text-secondary);margin:0;font-size:11px;line-height:1.45}.segmented-control{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.segmented-control button,.selection-actions button{border:1px solid var(--theme-border);min-width:0;color:var(--theme-text-secondary);background:var(--theme-surface);font:inherit;padding:6px 8px;font-size:11px}.segmented-control button:first-child{border-radius:5px 0 0 5px}.segmented-control button:last-child{border-left:0;border-radius:0 5px 5px 0}.segmented-control button.is-selected{border-color:var(--theme-accent);color:var(--theme-text);background:var(--theme-accent-soft);font-weight:700}.segmented-control button:disabled,.selection-actions button:disabled{cursor:not-allowed;opacity:.5}.settings-checkbox{color:var(--theme-text-secondary);align-items:center;gap:7px;margin-top:8px;font-size:11px;display:flex}.settings-checkbox input{margin:0}.number-field{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;display:grid}.number-field input{box-sizing:border-box;border:1px solid var(--theme-border);width:100%;min-width:0;color:var(--theme-text);background:var(--theme-bg-lighter);font:inherit;border-radius:4px;padding:6px 7px}.number-field span{min-width:24px;color:var(--theme-text-secondary);font-size:11px}.algorithm-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.algorithm-option{border:1px solid var(--theme-border);min-width:0;color:var(--theme-text-secondary);background:var(--theme-surface);font:inherit;border-radius:5px;gap:4px;padding:5px;font-size:10px;display:grid}.algorithm-option.is-selected{border-color:var(--theme-accent);color:var(--theme-text);background:var(--theme-accent-soft);font-weight:700}.algorithm-sketch{width:100%;height:54px}.algorithm-sketch line,.algorithm-sketch path{fill:none;stroke:var(--theme-text-secondary);stroke-width:1.5px}.algorithm-sketch circle{fill:var(--theme-bg-lighter);stroke:var(--theme-text-secondary);stroke-width:1.5px}.algorithm-sketch .sketch-load{fill:var(--theme-accent);stroke:var(--theme-accent)}.algorithm-sketch .sketch-arc{stroke:var(--theme-accent);stroke-width:2px}.selection-actions{flex-wrap:wrap;gap:6px;display:flex}.selection-actions button{cursor:pointer;border-radius:4px}.cpt-detail-grid{border-bottom:1px solid var(--theme-border-subtle);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:10px 12px;display:grid}.cpt-detail-grid div{gap:2px;display:grid}.cpt-detail-grid dt{color:var(--theme-text-secondary);font-size:10px}.cpt-detail-grid dd{color:var(--theme-text);margin:0;font-size:12px}.cpt-table-wrap{min-height:0;overflow:auto}.cpt-table{border-collapse:collapse;width:100%;font-size:11px}.cpt-table th,.cpt-table td{border-bottom:1px solid var(--theme-border-subtle);text-align:left;white-space:nowrap;padding:5px 7px}.cpt-table th{z-index:1;background:var(--theme-surface);box-shadow:0 1px 0 var(--theme-border);position:sticky;top:0}.cpt-link{color:var(--theme-text);font:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}.cpt-modify-button,.cpt-edit-actions button{border:1px solid var(--theme-border);color:var(--theme-text-secondary);background:var(--theme-surface);font:inherit;cursor:pointer;border-radius:4px;padding:6px 8px;font-size:11px}.cpt-modify-button:disabled{opacity:.55;cursor:default}.cpt-edit-actions{border-bottom:1px solid var(--theme-border-subtle);flex-wrap:wrap;gap:6px;padding:8px 12px;display:flex}.cpt-edit-actions button:first-child{margin-right:auto}.cpt-remove-cell{width:32px;text-align:center!important;padding:3px 5px!important}.cpt-remove-button{border:1px solid var(--theme-border);width:24px;height:24px;color:var(--theme-text-secondary);background:var(--theme-surface);font:inherit;cursor:pointer;border-radius:3px;place-items:center;padding:0;font-size:16px;line-height:1;display:inline-grid}.cpt-remove-button:hover{color:#9f1d20;background:#fff0f0;border-color:#c94343}.cpt-remove-button svg{width:16px;height:16px;display:block}.right-panel-header{border-bottom:1px solid var(--theme-border-subtle);justify-content:space-between;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.right-panel-header h2,.section-heading h3{color:var(--theme-text);margin:0;font-size:13px}.right-panel-header span,.section-heading span{color:var(--theme-text-secondary);font-size:11px}.right-panel-header strong{color:var(--theme-text);white-space:nowrap;font-size:14px}.pile-options-section{grid-template-rows:auto 1fr;min-height:0;padding:10px 0 0;display:grid;overflow:hidden}.section-heading{justify-content:space-between;align-items:center;gap:8px;padding:0 12px 8px;display:flex}.pile-options-table-wrap{border-top:1px solid var(--theme-border-subtle);min-height:0;overflow:auto}.pile-options-table{border-collapse:collapse;width:100%;min-width:540px;font-size:11px}.pile-options-table th,.pile-options-table td{border-bottom:1px solid var(--theme-border-subtle);text-align:left;white-space:nowrap;padding:4px 6px}.pile-options-table th{z-index:1;background:var(--theme-surface);box-shadow:0 1px 0 var(--theme-border);position:sticky;top:0}.pile-option-row{cursor:pointer}.pile-option-row:hover{background:color-mix(in srgb, var(--theme-text) 6%, var(--theme-surface))}.pile-option-row.is-chosen{background:var(--theme-accent-soft);box-shadow:inset 3px 0 0 var(--theme-accent)}.pile-option-symbol-cell{width:24px}.pile-option-symbol-cell .pile-symbol-svg{width:18px;height:18px}.pile-option-column-symbol{width:26px}.column-header{align-items:center;gap:2px;display:flex}.column-sort-button{color:var(--theme-text);font:inherit;background:0 0;border:0;padding:0;font-weight:700}.column-filter-menu{position:relative}.column-filter-menu summary{cursor:pointer;border-radius:3px;place-items:center;width:16px;height:16px;list-style:none;display:grid}.column-filter-menu summary::-webkit-details-marker{display:none}.filter-menu-content{z-index:5;border:1px solid var(--theme-border);background:var(--theme-bg);border-radius:6px;gap:3px;width:max-content;max-width:180px;max-height:260px;padding:6px;display:grid;position:absolute;right:0;overflow:auto;box-shadow:0 8px 20px #00000024}.filter-menu-actions{gap:4px;display:flex}.filter-menu-actions button{border:1px solid var(--theme-border);background:var(--theme-surface);font:inherit;border-radius:4px;padding:2px 5px}.filter-value{align-items:center;gap:5px;font-weight:400;display:flex}.status-pill{border-radius:999px;align-items:center;padding:1px 5px;font-size:10px;font-weight:700;display:inline-flex}.status-pill.is-ok{color:#17663a;background:#dff4e8}.status-pill.is-missing{color:#8a5a00;background:#fff0c2}.status-pill.is-not-ok{color:#9f1d20;background:#ffe0e0}.empty-table-cell{color:var(--theme-text-secondary);text-align:center}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.cost-settings-panel{grid-template-rows:auto 1fr;min-height:0;display:grid}.cost-size-settings{min-height:0}.cost-settings-table-wrap{border:1px solid var(--theme-border-subtle);max-height:100%;overflow:auto}.cost-settings-table{border-collapse:collapse;width:100%;font-size:11px}.cost-settings-table th,.cost-settings-table td{border-bottom:1px solid var(--theme-border-subtle);text-align:left;white-space:nowrap;padding:5px 6px}.cost-settings-table th{z-index:1;background:var(--theme-surface);box-shadow:0 1px 0 var(--theme-border);position:sticky;top:0}.cost-settings-table select,.cost-settings-table input{border:1px solid var(--theme-border);min-width:0;color:var(--theme-text);background:var(--theme-bg);font:inherit;border-radius:3px}.cost-settings-table select{width:76px;padding:3px 4px}.table-number-field{grid-template-columns:auto minmax(54px,1fr);align-items:center;gap:3px;display:grid}.table-number-field input{width:100%;padding:3px 4px}:root,[data-theme=light]{--theme-bg:#fafaf9;--theme-bg-lighter:#fff;--theme-docbar-bg:#f5f5f4;--theme-surface:#fff;--theme-border:#36363e1f;--theme-border-subtle:#36363e0f;--theme-text:#36363e;--theme-text-secondary:#36363ea6;--theme-text-muted:#36363e80;--theme-text-faint:#36363e59;--theme-accent:#d97706;--theme-accent-hover:#ea580c;--theme-accent-text:#fff;--theme-accent-soft:#d9770614;--theme-accent-tint:#d97706d9;--theme-hover:#d9770614;--theme-hover-strong:#d9770626;--theme-active:#d97706;--theme-focus-color:#d97706;--theme-danger-color:#dc2626;--theme-danger-hover:#b91c1c;--theme-dialog-shadow:0 4px 16px #0000001f;--theme-panel-shadow:2px 0 8px #0000000f;--theme-popover-shadow:0 8px 24px #00000026;--theme-file-tab-bg:#d97706;--theme-file-tab-hover:#ea580c;--theme-file-tab-text:#fff;--theme-content-bg:#fff;--theme-placeholder-icon:#d9770640;--theme-placeholder-heading:#36363e66;--theme-placeholder-text:#36363e4d;--theme-ribbon-btn-hover:#d977061a;--theme-ribbon-btn-hover-border:#d9770640;--theme-ribbon-btn-active-bg:#d9770626;--theme-ribbon-btn-active-border:#d9770659;--theme-ribbon-btn-active-text:#d97706;--theme-ribbon-icon-active:#d97706;--theme-ribbon-text-hover:#d97706;--theme-ribbon-group-separator:#36363e1f;--theme-ribbon-group-label:#d97706cc;--theme-status-bg:#36363e;--theme-status-border:#27272a;--theme-status-text:#a1a1aa;--theme-status-text-label:#a1a1aab3;--theme-status-hover:#fafaf91a;--theme-status-separator:#fafaf926;--theme-backstage-item-shortcut:#36363e80;--theme-backstage-item-shortcut-hover:#d97706d9;--theme-dialog-overlay:#0006;--theme-dialog-bg:#fff;--theme-dialog-border:#36363e1f;--theme-dialog-header-bg:#f5f5f4;--theme-dialog-header-text:#d97706;--theme-dialog-sidebar-bg:#f5f5f4;--theme-dialog-sidebar-border:#36363e1a;--theme-dialog-tab-text:#36363e;--theme-dialog-tab-hover:#d9770614;--theme-dialog-tab-hover-text:#d97706;--theme-dialog-tab-active-bg:#d977061f;--theme-dialog-tab-active-text:#d97706;--theme-dialog-tab-active-accent:#d97706;--theme-dialog-content-bg:#fff;--theme-dialog-content-text:#36363e;--theme-dialog-content-secondary:#36363ea6;--theme-dialog-input-bg:#fafaf9;--theme-dialog-input-border:#36363e26;--theme-dialog-input-text:#36363e;--theme-dialog-btn-bg:#d97706;--theme-dialog-btn-text:#fff;--theme-dialog-btn-hover:#ea580c;--theme-dialog-section-border:#36363e1a;--theme-btn-primary-bg:#d97706;--theme-btn-primary-text:#fff;--theme-btn-primary-border:#d97706;--theme-btn-primary-hover-bg:#ea580c;--theme-btn-primary-hover-text:#fff;--theme-btn-secondary-bg:#f5f5f4;--theme-btn-secondary-text:#36363e;--theme-btn-secondary-hover-bg:#d977061a;--theme-btn-secondary-hover-border:#d977064d}[data-theme=forge]{--theme-bg:#36363e;--theme-bg-lighter:#44444c;--theme-docbar-bg:#2e2e36;--theme-surface:#36363e;--theme-border:#d9770640;--theme-border-subtle:#d9770626;--theme-text:#fafaf9;--theme-text-secondary:#fafaf999;--theme-text-muted:#fafaf980;--theme-text-faint:#fafaf966;--theme-accent:#d97706;--theme-accent-hover:#ea580c;--theme-accent-text:#36363e;--theme-accent-soft:#d9770614;--theme-accent-tint:#d97706cc;--theme-hover:#d977061a;--theme-hover-strong:#d977062e;--theme-active:#d97706;--theme-focus-color:#d97706;--theme-danger-color:#f87171;--theme-danger-hover:#ef4444;--theme-dialog-shadow:0 4px 16px #00000059;--theme-panel-shadow:2px 0 8px #0003;--theme-popover-shadow:0 8px 24px #0006;--theme-file-tab-bg:#d97706;--theme-file-tab-hover:#ea580c;--theme-file-tab-text:#36363e;--theme-content-bg:#fafaf9;--theme-placeholder-icon:#d9770633;--theme-placeholder-heading:#36363e4d;--theme-placeholder-text:#36363e40;--theme-ribbon-btn-hover:#d9770626;--theme-ribbon-btn-hover-border:#d977064d;--theme-ribbon-btn-active-bg:#d9770633;--theme-ribbon-btn-active-border:#d9770666;--theme-ribbon-btn-active-text:#d97706;--theme-ribbon-icon-active:#d97706;--theme-ribbon-text-hover:#d97706;--theme-ribbon-group-separator:#fafaf926;--theme-ribbon-group-label:#d97706cc;--theme-status-bg:#36363e;--theme-status-border:#27272a;--theme-status-text:#a1a1aa;--theme-status-text-label:#a1a1aab3;--theme-status-hover:#fafaf91a;--theme-status-separator:#fafaf926;--theme-backstage-item-shortcut:#fafaf980;--theme-backstage-item-shortcut-hover:#d97706b3;--theme-dialog-overlay:#0000008c;--theme-dialog-bg:#36363e;--theme-dialog-border:#d9770633;--theme-dialog-header-bg:#44444c;--theme-dialog-header-text:#d97706;--theme-dialog-sidebar-bg:#44444c;--theme-dialog-sidebar-border:#d9770633;--theme-dialog-tab-text:#fafaf9;--theme-dialog-tab-hover:#d977061a;--theme-dialog-tab-hover-text:#d97706;--theme-dialog-tab-active-bg:#d9770626;--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:#fafaf999;--theme-dialog-input-bg:#d977060d;--theme-dialog-input-border:#d9770633;--theme-dialog-input-text:#fafaf9;--theme-dialog-btn-bg:#d97706;--theme-dialog-btn-text:#36363e;--theme-dialog-btn-hover:#ea580c;--theme-dialog-section-border:#d9770626;--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:#d977061a;--theme-btn-secondary-text:#fafaf9;--theme-btn-secondary-hover-bg:#d9770633;--theme-btn-secondary-hover-border:#d977064d}[data-theme=openaec]{--theme-bg:#27272a;--theme-bg-lighter:#36363e;--theme-docbar-bg:#1c1917;--theme-surface:#27272a;--theme-border:#d9770633;--theme-border-subtle:#d9770626;--theme-text:#fafaf9;--theme-text-secondary:#fafaf999;--theme-text-muted:#fafaf980;--theme-text-faint:#fafaf966;--theme-accent:#d97706;--theme-accent-hover:#ea580c;--theme-accent-text:#27272a;--theme-accent-soft:#d977060d;--theme-accent-tint:#d97706cc;--theme-hover:#d977061a;--theme-hover-strong:#d9770626;--theme-active:#d97706;--theme-focus-color:#d97706;--theme-danger-color:#f87171;--theme-danger-hover:#ef4444;--theme-dialog-shadow:0 4px 16px #0006;--theme-panel-shadow:2px 0 8px #00000040;--theme-popover-shadow:0 8px 24px #00000073;--theme-file-tab-bg:#d97706;--theme-file-tab-hover:#ea580c;--theme-file-tab-text:#27272a;--theme-content-bg:#1c1917;--theme-placeholder-icon:#d9770633;--theme-placeholder-heading:#fafaf94d;--theme-placeholder-text:#fafaf940;--theme-ribbon-btn-hover:#d9770626;--theme-ribbon-btn-hover-border:#d977064d;--theme-ribbon-btn-active-bg:#d9770633;--theme-ribbon-btn-active-border:#d9770666;--theme-ribbon-btn-active-text:#d97706;--theme-ribbon-icon-active:#d97706;--theme-ribbon-text-hover:#d97706;--theme-ribbon-group-separator:#d9770640;--theme-ribbon-group-label:#d97706cc;--theme-status-bg:#27272a;--theme-status-border:#1c1917;--theme-status-text:#a1a1aa;--theme-status-text-label:#a1a1aab3;--theme-status-hover:#fafaf91a;--theme-status-separator:#fafaf926;--theme-backstage-item-shortcut:#fafaf980;--theme-backstage-item-shortcut-hover:#d97706b3;--theme-dialog-overlay:#0009;--theme-dialog-bg:#27272a;--theme-dialog-border:#d9770633;--theme-dialog-header-bg:#36363e;--theme-dialog-header-text:#d97706;--theme-dialog-sidebar-bg:#36363e;--theme-dialog-sidebar-border:#d9770633;--theme-dialog-tab-text:#fafaf9;--theme-dialog-tab-hover:#d977061a;--theme-dialog-tab-hover-text:#d97706;--theme-dialog-tab-active-bg:#d9770626;--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:#fafaf999;--theme-dialog-input-bg:#d977060d;--theme-dialog-input-border:#d9770633;--theme-dialog-input-text:#fafaf9;--theme-dialog-btn-bg:#d97706;--theme-dialog-btn-text:#27272a;--theme-dialog-btn-hover:#ea580c;--theme-dialog-section-border:#d9770626;--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:#d977061a;--theme-btn-secondary-text:#fafaf9;--theme-btn-secondary-hover-bg:#d9770633;--theme-btn-secondary-hover-border:#d977064d}[data-theme=blueprint]{--theme-bg:#0f1b2d;--theme-bg-lighter:#1a2c45;--theme-docbar-bg:#0a1320;--theme-surface:#0f1b2d;--theme-border:#60a5fa33;--theme-border-subtle:#60a5fa1f;--theme-text:#e0e7ff;--theme-text-secondary:#e0e7ffa6;--theme-text-muted:#e0e7ff80;--theme-text-faint:#e0e7ff59;--theme-accent:#60a5fa;--theme-accent-hover:#93c5fd;--theme-accent-text:#0f1b2d;--theme-accent-soft:#60a5fa14;--theme-accent-tint:#60a5fad9;--theme-hover:#60a5fa1a;--theme-hover-strong:#60a5fa2e;--theme-active:#60a5fa;--theme-focus-color:#60a5fa;--theme-danger-color:#f87171;--theme-danger-hover:#ef4444;--theme-dialog-shadow:0 4px 16px #00000073;--theme-panel-shadow:2px 0 8px #0000004d;--theme-popover-shadow:0 8px 24px #00000080;--theme-file-tab-bg:#60a5fa;--theme-file-tab-hover:#93c5fd;--theme-file-tab-text:#0f1b2d;--theme-content-bg:#0a1320;--theme-placeholder-icon:#60a5fa40;--theme-placeholder-heading:#e0e7ff59;--theme-placeholder-text:#e0e7ff4d;--theme-ribbon-btn-hover:#60a5fa1f;--theme-ribbon-btn-hover-border:#60a5fa4d;--theme-ribbon-btn-active-bg:#60a5fa2e;--theme-ribbon-btn-active-border:#60a5fa66;--theme-ribbon-btn-active-text:#93c5fd;--theme-ribbon-icon-active:#60a5fa;--theme-ribbon-text-hover:#60a5fa;--theme-ribbon-group-separator:#60a5fa2e;--theme-ribbon-group-label:#60a5fad9;--theme-status-bg:#0f1b2d;--theme-status-border:#0a1320;--theme-status-text:#9ca3af;--theme-status-text-label:#9ca3afb3;--theme-status-hover:#e0e7ff1a;--theme-status-separator:#e0e7ff26;--theme-backstage-item-shortcut:#e0e7ff80;--theme-backstage-item-shortcut-hover:#60a5fad9;--theme-dialog-overlay:#000000a6;--theme-dialog-bg:#0f1b2d;--theme-dialog-border:#60a5fa33;--theme-dialog-header-bg:#1a2c45;--theme-dialog-header-text:#60a5fa;--theme-dialog-sidebar-bg:#1a2c45;--theme-dialog-sidebar-border:#60a5fa33;--theme-dialog-tab-text:#e0e7ff;--theme-dialog-tab-hover:#60a5fa1a;--theme-dialog-tab-hover-text:#60a5fa;--theme-dialog-tab-active-bg:#60a5fa26;--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:#e0e7ffa6;--theme-dialog-input-bg:#60a5fa0d;--theme-dialog-input-border:#60a5fa33;--theme-dialog-input-text:#e0e7ff;--theme-dialog-btn-bg:#60a5fa;--theme-dialog-btn-text:#0f1b2d;--theme-dialog-btn-hover:#93c5fd;--theme-dialog-section-border:#60a5fa26;--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:#60a5fa1a;--theme-btn-secondary-text:#e0e7ff;--theme-btn-secondary-hover-bg:#60a5fa33;--theme-btn-secondary-hover-border:#60a5fa4d}[data-theme=contrast]{--theme-bg:#000;--theme-bg-lighter:#0a0a0a;--theme-docbar-bg:#000;--theme-surface:#000;--theme-border:gold;--theme-border-subtle:#ffd70080;--theme-text:#fff;--theme-text-secondary:#fff;--theme-text-muted:#e5e5e5;--theme-text-faint:silver;--theme-accent:gold;--theme-accent-hover:#ff0;--theme-accent-text:#000;--theme-accent-soft:#ffd70026;--theme-accent-tint:gold;--theme-hover:#ffd70033;--theme-hover-strong:#ffd70059;--theme-active:gold;--theme-focus-color:gold;--theme-danger-color:#ff6b6b;--theme-danger-hover:red;--theme-dialog-shadow:0 4px 16px #ffd70066;--theme-panel-shadow:2px 0 8px #ffd7004d;--theme-popover-shadow:0 8px 24px #ffd70066;--theme-file-tab-bg:gold;--theme-file-tab-hover:#ff0;--theme-file-tab-text:#000;--theme-content-bg:#000;--theme-placeholder-icon:gold;--theme-placeholder-heading:#fff;--theme-placeholder-text:#e5e5e5;--theme-ribbon-btn-hover:#ffd70040;--theme-ribbon-btn-hover-border:gold;--theme-ribbon-btn-active-bg:#ffd70066;--theme-ribbon-btn-active-border:gold;--theme-ribbon-btn-active-text:gold;--theme-ribbon-icon-active:gold;--theme-ribbon-text-hover:gold;--theme-ribbon-group-separator:#fff;--theme-ribbon-group-label:gold;--theme-status-bg:#000;--theme-status-border:gold;--theme-status-text:#fff;--theme-status-text-label:#fff;--theme-status-hover:#ffd70040;--theme-status-separator:gold;--theme-backstage-item-shortcut:#fff;--theme-backstage-item-shortcut-hover:gold;--theme-dialog-overlay:#000000d9;--theme-dialog-bg:#000;--theme-dialog-border:gold;--theme-dialog-header-bg:#0a0a0a;--theme-dialog-header-text:gold;--theme-dialog-sidebar-bg:#0a0a0a;--theme-dialog-sidebar-border:gold;--theme-dialog-tab-text:#fff;--theme-dialog-tab-hover:#ffd70033;--theme-dialog-tab-hover-text:gold;--theme-dialog-tab-active-bg:#ffd7004d;--theme-dialog-tab-active-text:gold;--theme-dialog-tab-active-accent:gold;--theme-dialog-content-bg:#000;--theme-dialog-content-text:#fff;--theme-dialog-content-secondary:#e5e5e5;--theme-dialog-input-bg:#0a0a0a;--theme-dialog-input-border:gold;--theme-dialog-input-text:#fff;--theme-dialog-btn-bg:gold;--theme-dialog-btn-text:#000;--theme-dialog-btn-hover:#ff0;--theme-dialog-section-border:gold;--theme-btn-primary-bg:gold;--theme-btn-primary-text:#000;--theme-btn-primary-border:gold;--theme-btn-primary-hover-bg:#ff0;--theme-btn-primary-hover-text:#000;--theme-btn-secondary-bg:#000;--theme-btn-secondary-text:#fff;--theme-btn-secondary-hover-bg:#ffd70040;--theme-btn-secondary-hover-border:gold}html,body,#root{width:100%;height:100%;margin:0}body{overflow:hidden}.app-shell{width:100%;height:100%;color:var(--theme-text);background:var(--theme-bg);font-family:var(--theme-font-body,Inter, system-ui, sans-serif);flex-direction:column;display:flex}.app-content{grid-template-columns:240px minmax(0, 1fr) 5px var(--right-panel-width,620px);flex:1;min-height:0;display:grid}.right-panel-splitter{z-index:2;cursor:col-resize;background:var(--theme-border);touch-action:none;min-width:5px;position:relative}.right-panel-splitter:hover,.right-panel-splitter:active{background:var(--theme-accent)}body.is-resizing-panel{cursor:col-resize;-webkit-user-select:none;user-select:none}.project-information-form{gap:6px;padding:16px;display:grid}.project-information-form label{font-size:12px;font-weight:600}.project-information-form input{border:1px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);min-width:0;color:var(--theme-dialog-input-text);padding:7px 8px}.project-explorer,.properties-panel{background:var(--theme-surface);border-color:var(--theme-border);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.project-explorer{border-right:1px solid var(--theme-border)}.properties-panel{border-left:1px solid var(--theme-border)}.panel-heading{border-bottom:1px solid var(--theme-border-subtle);padding:10px 12px;font-size:12px;font-weight:700}.panel-empty{color:var(--theme-text-secondary);padding:12px;font-size:12px}.project-tree,.summary-list{gap:12px;padding:12px;display:grid}.project-tree-section{gap:4px;display:grid}.project-tree-label{color:var(--theme-text-muted);text-transform:uppercase;font-size:11px;font-weight:700}.project-tree-item{width:100%;color:var(--theme-text);font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;gap:2px;padding:7px 8px;display:grid}.project-tree-item:hover,.project-tree-item.active{border-color:var(--theme-border);background:var(--theme-bg-lighter)}.project-tree-item.active{border-left-color:var(--theme-accent)}.project-tree-item span{font-size:12px;font-weight:650}.project-tree-item small{color:var(--theme-text-secondary);font-size:11px}.summary-list div{border-bottom:1px solid var(--theme-border-subtle);gap:3px;padding-bottom:10px;display:grid}.summary-list span{color:var(--theme-text-secondary);font-size:11px}.summary-list strong{color:var(--theme-text);font-size:12px}.workspace{background:var(--theme-content-bg);min-width:0;min-height:0}.workspace-placeholder{height:100%;color:var(--theme-text-secondary);text-align:center;align-content:center;place-items:center;gap:8px;display:grid}.workspace-placeholder h1{color:var(--theme-text);font-family:var(--theme-font-heading,"Space Grotesk", system-ui, sans-serif);margin:0;font-size:28px}.workspace-placeholder p{margin:0;font-size:13px}.workspace-kicker{color:var(--theme-accent);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}
