.titlebar{display:flex;align-items:center;justify-content:space-between;height:32px;background-color:var(--theme-titlebar-bg);border-bottom:1px solid var(--theme-titlebar-border);user-select:none;-webkit-user-select:none;flex-shrink:0;z-index:9999;font-family:"Inter",inherit;position:relative}.titlebar-drag{position:absolute;top:0;left:0;right:0;bottom: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}.titlebar-icon svg{width:16px;height:16px}.titlebar-title{position:absolute;left:50%;transform:translate(-50%);font-size:12px;font-weight:500;font-family:"Inter",inherit;color:var(--theme-titlebar-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:32px;z-index:0;pointer-events:none}.titlebar-version{opacity:.5;font-size:10px;font-weight:400}.titlebar-controls{display:flex;height:100%;flex-shrink:0;z-index:1}.titlebar-button{display:flex;align-items:center;justify-content:center;width:46px;height:100%;border:none;background:transparent;color:var(--theme-titlebar-btn-color);cursor:default;padding:0;margin:0;outline:none;box-shadow:none;border-radius:0;transition:background-color .15s ease}.titlebar-button:hover{background-color:var(--theme-titlebar-btn-hover)}.titlebar-button:active{background-color:var(--theme-titlebar-btn-active)}.titlebar-close:hover{background-color:var(--theme-danger-color);color:#fff}.titlebar-close:active{background-color:var(--theme-danger-hover);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-titlebar-quick-border)}.titlebar-quick-btn{display:flex;align-items:center;justify-content:center;width:28px;height:24px;border:none;background:transparent;color:var(--theme-titlebar-quick-color);cursor:default;padding:0;margin:0;outline:none;border-radius:4px;transition:background-color .15s ease}.titlebar-quick-btn:hover{background-color:var(--theme-titlebar-quick-hover-bg);color:var(--theme-titlebar-quick-hover-color)}.titlebar-quick-btn:active{background-color:var(--theme-titlebar-btn-active)}.titlebar-quick-btn:disabled,.titlebar-quick-btn.disabled{opacity:.35;pointer-events:none}.send-feedback-btn{background:none;border:none;font-size:11px;color:var(--theme-titlebar-quick-color);cursor:default;padding:0 8px;margin-right:4px;font-family:inherit;height:100%;transition:color .15s ease;outline:none}.send-feedback-btn:hover{color:var(--theme-accent)}.titlebar-macos{padding-left:76px}.titlebar-macos .titlebar-left{padding-left:0}.ribbon-container{background:linear-gradient(to bottom,var(--theme-ribbon-bg-start) 0%,var(--theme-ribbon-bg-end) 100%);border-bottom:1px solid var(--theme-ribbon-border);flex-shrink:0;-webkit-user-select:none;user-select:none;cursor:default;margin-top:0;transform:translateZ(0)}.ribbon-tabs{background:linear-gradient(to bottom,var(--theme-ribbon-tabs-bg-start) 0%,var(--theme-ribbon-tabs-bg-end) 100%);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-ribbon-content-bg, 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;font-family:"Inter",inherit;font-weight:500;background:transparent;border:1px solid transparent;border-bottom:none;color:var(--theme-ribbon-text);border-radius:4px 4px 0 0;cursor:default;transition:all .15s ease;box-shadow:none}.ribbon-tab:hover{background:var(--theme-ribbon-tab-hover);color:var(--theme-ribbon-text-hover);border-color:transparent}.ribbon-tab.active{background:var(--theme-ribbon-content-bg, var(--theme-bg));color:var(--theme-ribbon-text-hover);border-color:transparent;margin-bottom:-1px;padding-bottom:7px}.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);border-radius:8px 8px 0 0}.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-ribbon-content-bg)}.ribbon-content-panel{position:absolute;top:0;left:0;right:0;bottom:0}.ribbon-content{background:var(--theme-ribbon-content-bg);padding:4px 8px 0 2px;height:94px;display:flex;align-items:stretch}.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:2px;align-items:stretch;height:100%}.ribbon-group{display:flex;flex-direction:column;padding:0 8px;border-right:1px solid var(--theme-ribbon-group-border);min-width:50px;height:100%;margin-right:8px}.ribbon-group:last-child{border-right:none;margin-right:0}.ribbon-group-content{display:flex;gap:1px;align-items:flex-start;flex:1;padding:1px 0}.ribbon-group-label{font-size:9px;font-family:"Inter",inherit;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}.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:4px;cursor:default;transition:all .15s ease;min-width:44px;gap:1px;height:66px;box-shadow:none;color:var(--theme-ribbon-text);font-family:"Inter",inherit}.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-ribbon-icon-stroke)}.ribbon-btn:hover .ribbon-btn-icon svg{stroke:var(--theme-ribbon-icon-hover)}.ribbon-btn.active .ribbon-btn-icon svg{stroke:var(--theme-ribbon-icon-active)}.ribbon-btn-label{font-size:10px;font-family:"Inter",inherit;color:var(--theme-ribbon-btn-label);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-ribbon-text-hover)}.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 8px 2px 4px;gap:6px;justify-content:flex-start;border-radius:4px}.ribbon-btn.small .ribbon-btn-icon{width:16px;height:16px}.ribbon-btn.small .ribbon-btn-icon svg{width:14px;height:14px}.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 8px 2px 4px;gap:6px;justify-content:flex-start;border-radius:4px}.ribbon-btn.medium .ribbon-btn-icon{width:20px;height:20px}.ribbon-btn.medium .ribbon-btn-icon svg{width:18px;height:18px}.ribbon-btn.medium .ribbon-btn-label{font-size:11px;text-align:left;max-width:none;white-space:nowrap}.status-bar{display:flex;align-items:center;justify-content:space-between;height:22px;padding:0 10px;background:var(--theme-status-bg);border-top:1px solid var(--theme-status-border);flex-shrink:0;-webkit-user-select:none;user-select:none;cursor:default;font-size:11px;font-family:"Inter",inherit}.status-bar-left{display:flex;align-items:center;gap:4px;flex:1}.status-bar-center{display:flex;align-items:center;justify-content:center}.status-bar-right{display:flex;align-items:center;gap:4px;flex:1;justify-content:flex-end}.status-item{display:flex;align-items:center;gap:4px;padding:0 6px;height:100%;transition:background .15s ease}.status-item:hover{background:var(--theme-status-hover)}.status-item-label{color:var(--theme-status-text-label)}.status-item-value{color:var(--theme-status-text);font-family:JetBrains Mono,monospace;font-size:10px}.status-separator{width:1px;height:12px;background:var(--theme-status-separator);flex-shrink:0}.status-zoom{display:flex;align-items:center;height:100%}.status-zoom-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--theme-status-text);cursor:default;width:18px;height:18px;font-size:13px;font-weight:600;line-height:1;border-radius:3px;opacity:.7;transition:opacity .1s ease,background .1s ease}.status-zoom-btn:hover{opacity:1;background:var(--theme-status-hover)}.status-zoom-value-wrapper{position:relative}.status-zoom-value{background:none;border:none;color:var(--theme-status-text);font-family:JetBrains Mono,monospace;font-size:10px;padding:1px 4px;min-width:38px;text-align:center;cursor:default;border-radius:2px;transition:background .15s ease}.status-zoom-value:hover{background:var(--theme-status-hover)}.status-zoom-input{width:34px;background:var(--theme-bg);border:1px solid var(--theme-accent);color:var(--theme-text);font-family:JetBrains Mono,monospace;font-size:10px;padding:0 2px;text-align:center;outline:none;border-radius:2px}.status-zoom-dropdown{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:4px;background:var(--theme-surface, var(--theme-bg));border:1px solid var(--theme-border);border-radius:4px;box-shadow:var(--theme-popover-shadow);padding:2px 0;z-index:10001;min-width:60px}.status-zoom-preset{display:block;width:100%;background:none;border:none;color:var(--theme-text);font-family:JetBrains Mono,monospace;font-size:11px;padding:3px 12px;text-align:right;cursor:default;transition:background .1s ease}.status-zoom-preset:hover{background:var(--theme-hover)}.status-zoom-preset.active{color:var(--theme-accent);font-weight:600}.ext-manager{max-width:640px}.ext-manager-title{font-size:22px;font-weight:500;font-family:"Space Grotesk","Inter",inherit;color:var(--theme-text);margin:0 0 20px}.ext-manager-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ext-manager-tabs{display:flex;gap:2px}.ext-tab{padding:6px 14px;font-size:12px;font-family:"Inter",inherit;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-secondary);cursor:default;transition:background .15s ease,color .15s ease}.ext-tab:first-child{border-radius:8px 0 0 8px}.ext-tab:last-child{border-radius:0 8px 8px 0}.ext-tab:hover{background:var(--theme-hover);color:var(--theme-text)}.ext-tab.active{background:var(--theme-active);color:var(--theme-file-tab-text, #fff);border-color:var(--theme-active)}.ext-manager-actions{display:flex;gap:4px}.ext-install-btn{display:flex;align-items:center;gap:4px;padding:5px 12px;font-size:11px;font-family:"Inter",inherit;font-weight:500;border:1.5px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);border-radius:8px;cursor:default;transition:all .15s ease}.ext-install-btn:hover{background:var(--theme-hover)}.ext-install-btn:disabled{opacity:.5;cursor:default}.ext-search{width:100%;padding:8px 12px;font-size:12px;font-family:"Inter",inherit;border:1.5px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);border-radius:8px;outline:none;margin-bottom:16px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.ext-search:focus{border-color:var(--theme-active);box-shadow:0 0 0 2px #d9770633}.ext-search::placeholder{color:var(--theme-text-secondary)}.ext-list{display:flex;flex-direction:column;gap:8px}.ext-empty{padding:32px 0;text-align:center;color:var(--theme-text-secondary);font-size:13px}.ext-empty-hint{font-size:11px;margin-top:4px;opacity:.7}.ext-card{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:8px;transition:border-color .15s ease}.ext-card:hover{border-color:var(--theme-active)}.ext-card-error{border-color:#dc2626}.ext-card-icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--theme-text-secondary)}.ext-card-icon svg{stroke:var(--theme-text-secondary)}.ext-card-body{flex:1;min-width:0}.ext-card-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.ext-card-name{font-size:13px;font-weight:600;font-family:"Inter",inherit;color:var(--theme-text)}.ext-card-version{font-size:10px;font-family:JetBrains Mono,monospace;color:var(--theme-text-secondary)}.ext-card-category{font-size:10px;font-weight:500;margin-left:auto}.ext-card-desc{font-size:11px;color:var(--theme-text-secondary);margin:0 0 4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ext-card-author{font-size:10px;color:var(--theme-text-secondary);opacity:.7}.ext-card-error-msg{font-size:10px;color:#dc2626;margin:4px 0 0;font-family:JetBrains Mono,monospace}.ext-card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.ext-toggle{background:none;border:none;padding:0;cursor:default}.ext-toggle:disabled{opacity:.5}.ext-toggle-track{width:32px;height:18px;border-radius:9999px;background:var(--theme-border);position:relative;transition:background .15s ease}.ext-toggle-on .ext-toggle-track{background:#16a34a}.ext-toggle-thumb{width:14px;height:14px;border-radius:9999px;background:#fff;position:absolute;top:2px;left:2px;transition:transform .15s ease}.ext-toggle-on .ext-toggle-thumb{transform:translate(14px)}.ext-remove-btn{font-size:10px;font-family:"Inter",inherit;padding:2px 8px;border:1px solid var(--theme-border);background:transparent;color:var(--theme-text-secondary);border-radius:4px;cursor:default;transition:all .15s ease}.ext-remove-btn:hover{border-color:#dc2626;color:#dc2626}.ext-remove-confirm{border-color:#dc2626;background:#dc2626;color:#fff}.ext-installed-badge{font-size:10px;color:#16a34a;padding:2px 8px;border:1px solid #16A34A;border-radius:4px}.backstage-overlay{position:fixed;top:32px;left:0;right:0;bottom:0;z-index:1000;display:flex;flex-direction:row;background:var(--theme-bg);opacity:0;transition:opacity .2s ease}.backstage-overlay.backstage-open{opacity:1}.backstage-sidebar{width:260px;background:var(--theme-surface);display:flex;flex-direction:column;border-right:1px solid var(--theme-border);flex-shrink:0;transform:translate(-40px);opacity:0;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .2s ease}.backstage-open .backstage-sidebar{transform:translate(0);opacity:1}.backstage-back{display:flex;align-items:center;gap:10px;padding:14px 20px;background:var(--theme-accent);border:none;color:var(--theme-file-tab-text);font-size:15px;font-weight:600;font-family:"Space Grotesk","Inter",inherit;cursor:default;transition:background .15s ease}.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;font-family:"Inter",inherit;cursor:default;transition:background .15s ease;text-align:left;width:100%;border-left:3px solid transparent;border-radius:0}.backstage-item:hover{background:var(--theme-hover)}.backstage-item.active{background:var(--theme-hover);border-left-color:var(--theme-active);padding-left:17px}.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-secondary)}.backstage-item:hover .backstage-item-icon svg,.backstage-item.active .backstage-item-icon svg{stroke:var(--theme-text)}.backstage-item-label{flex:1}.backstage-item-shortcut{font-size:11px;font-family:JetBrains Mono,monospace;color:var(--theme-text-secondary);margin-left:auto}.backstage-item:hover .backstage-item-shortcut{color:var(--theme-text)}.backstage-divider{height:1px;background:var(--theme-border);margin:4px 16px}.backstage-content{flex:1;background:var(--theme-bg);padding:40px;overflow-y:auto;color:var(--theme-text);transform:translate(20px);opacity:0;transition:transform .3s cubic-bezier(.16,1,.3,1) .08s,opacity .25s ease .08s}.backstage-open .backstage-content{transform:translate(0);opacity:1}.bs-about-panel{max-width:500px}.bs-about-title{font-size:22px;font-weight:500;font-family:"Space Grotesk","Inter",inherit;color:var(--theme-text);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:700;font-family:"Space Grotesk","Inter",inherit;color:var(--theme-text);margin:0 0 2px}.bs-about-version{font-size:12px;font-family:JetBrains Mono,monospace;color:var(--theme-text-secondary);margin:0}.bs-about-tagline{font-size:13px;color:var(--theme-text-secondary);margin:0 0 12px;font-style:italic}.bs-about-description{font-size:12px;line-height:1.6;color:var(--theme-text-secondary);margin:0 0 20px}.bs-about-company{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;padding:14px 16px;margin-bottom:20px}.bs-about-company-name{font-size:14px;font-weight:600;font-family:"Space Grotesk","Inter",inherit;color:var(--theme-text);margin:0 0 6px;display:flex;align-items:center;gap:8px}.bs-about-company-name:before{content:"";width:3px;height:14px;background:var(--theme-active);border-radius:2px}.bs-about-company-desc{font-size:11px;color:var(--theme-text-secondary);margin:0;line-height:1.5}.bs-about-footer{padding-top:12px;border-top:1px solid var(--theme-border)}.bs-about-copyright{font-size:10px;color:var(--theme-text-secondary);margin:0}.bs-panel{max-width:500px}.bs-panel-title{font-size:22px;font-weight:500;font-family:"Space Grotesk","Inter",inherit;color:var(--theme-text);margin:0 0 24px}.bs-panel-options{display:flex;flex-direction:column;gap:8px}.bs-panel-option{display:flex;align-items:center;gap:16px;padding:14px 16px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:6px;cursor:default;text-align:left;font-family:inherit;transition:border-color .15s ease,background .15s ease}.bs-panel-option:hover{border-color:var(--theme-accent);background:var(--theme-hover)}.bs-panel-option-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bs-panel-option-icon svg{stroke:var(--theme-text-secondary);width:24px;height:24px}.bs-panel-option:hover .bs-panel-option-icon svg{stroke:var(--theme-accent)}.bs-panel-option-text{display:flex;flex-direction:column;gap:2px}.bs-panel-option-text strong{font-size:13px;font-weight:600;color:var(--theme-text)}.bs-panel-option-text span{font-size:11px;color:var(--theme-text-secondary);line-height:1.4}.bs-recent-title{font-size:14px;font-weight:500;font-family:"Space Grotesk","Inter",inherit;color:var(--theme-text-secondary);margin:24px 0 8px}.bs-recent-list{display:flex;flex-direction:column;gap:2px}.bs-recent-item{display:flex;align-items:center;gap:10px;padding:8px 12px;background:transparent;border:none;border-radius:4px;cursor:default;text-align:left;font-family:inherit;transition:background .15s ease;width:100%}.bs-recent-item:hover{background:var(--theme-hover)}.bs-recent-item-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bs-recent-item-icon svg{stroke:var(--theme-text-secondary)}.bs-recent-item:hover .bs-recent-item-icon svg{stroke:var(--theme-accent)}.bs-recent-item-text{display:flex;flex-direction:column;gap:1px;min-width:0}.bs-recent-item-name{font-size:13px;font-weight:500;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bs-recent-item-path{font-size:11px;color:var(--theme-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--theme-dialog-overlay);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease}.modal-overlay.modal-open{opacity:1}.modal-dialog{background:var(--theme-dialog-bg);border:1px solid var(--theme-dialog-border);border-radius:4px;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--theme-dialog-shadow);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.95);-webkit-user-select:none;user-select:none;font-family:"Inter",inherit;opacity:0;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .15s ease}.modal-dialog.modal-dialog-open{transform:translate(-50%,-50%) scale(1);opacity:1}.modal-dialog.modal-dragged{transition:none}.modal-dialog.modal-dragged,.modal-dialog.modal-dragged.modal-dialog-open{transform:none}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:0 0 0 12px;height:32px;flex-shrink:0;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}.modal-header h2{font-size:13px;font-weight:600;font-family:"Space Grotesk","Inter",inherit;color:var(--theme-dialog-header-text);margin:0}.modal-close-btn{display:flex;align-items:center;justify-content:center;width:46px;height:calc(100% + 1px);margin-top:-1px;margin-right:-1px;border:none;background:transparent;color:var(--theme-dialog-content-text);cursor:default;font-size:16px;line-height:1;padding:0;border-radius:0 4px 0 0;transition:background .15s ease}.modal-close-btn:hover{background:var(--theme-danger-color);color:#fff}.modal-body{flex:1;overflow:hidden;display:flex;flex-direction:column}.progress-modal{min-width:280px;padding:0}.progress-modal-body{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 24px}.progress-modal-spinner{width:32px;height:32px;border:3px solid var(--theme-border);border-top-color:var(--theme-accent, #D97706);border-radius:50%;animation:progress-spin .8s linear infinite}@keyframes progress-spin{to{transform:rotate(360deg)}}.progress-modal-message{font-size:13px;color:var(--theme-text);text-align:center}.progress-modal-cancel{padding:6px 20px;font-size:12px;font-family:inherit;font-weight:500;border:1px solid var(--theme-border);border-radius:4px;background:transparent;color:var(--theme-text-secondary);cursor:default;transition:all .15s ease}.progress-modal-cancel:hover{background:var(--theme-hover);color:var(--theme-text);border-color:var(--theme-accent)}.settings-dialog{width:560px;height:500px}.settings-body{display:flex;flex:1;min-height:0;overflow:hidden}.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;font-family:"Inter",inherit;background:transparent;border:none;color:var(--theme-dialog-tab-text);font-weight:500;cursor:default;transition:all .15s ease;text-align:left;border-left:3px solid transparent}.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);border-left-color:var(--theme-dialog-tab-active-accent)}.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;font-family:"Space Grotesk","Inter",inherit;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-label{font-size:11px;color:var(--theme-dialog-content-text);flex-shrink:0}.settings-select{padding:4px 8px;font-size:11px;font-family:"Inter",inherit;border:1.5px solid var(--theme-dialog-input-border);border-radius:4px;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);outline:none;min-width:100px;cursor:default;transition:border-color .15s ease}.settings-select:focus{border-color:var(--theme-focus-color);box-shadow:0 0 0 2px #d9770633}.settings-select option{background:var(--theme-dialog-bg);color:var(--theme-dialog-content-text)}.settings-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}.settings-footer-right{display:flex;gap:8px}.settings-btn{padding:6px 20px;border:1.5px solid var(--theme-dialog-input-border);border-radius:3px;font-size:11px;font-weight:500;font-family:"Inter",inherit;cursor:default;transition:all .15s ease;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)}.settings-btn-primary:hover{background:var(--theme-btn-primary-hover-bg);color:var(--theme-btn-primary-hover-text)}.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)}.feedback-dialog{width:550px;max-width:90vw;max-height:80vh}.feedback-dialog .modal-body{padding:12px;overflow-y:auto}.feedback-form{display:flex;flex-direction:column}.feedback-section{margin-bottom:12px}.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:#e81123}.feedback-clear-saved{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:none;background:var(--theme-text-secondary);color:var(--theme-dialog-bg);border-radius:50%;font-size:10px;line-height:1;padding:0;margin-left:6px;cursor:default;opacity:.6;vertical-align:middle;transition:opacity .15s ease}.feedback-clear-saved:hover{opacity:1}.feedback-input{width:100%;box-sizing:border-box;padding:5px 6px;font-size:12px;border:1.5px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);font-family:inherit;border-radius:0;outline:none;transition:border-color .15s ease}.feedback-input:focus{border-color:var(--theme-focus-color)}.feedback-label{font-size:11px;color:var(--theme-dialog-content-secondary, var(--theme-text-secondary));margin-bottom:4px;margin-top:4px}.feedback-categories{display:flex;gap:4px;margin-bottom:4px}.feedback-category-btn{padding:6px 16px;border:1.5px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);color:var(--theme-dialog-content-text);cursor:default;font-size:12px;font-family:inherit;border-radius:0;transition:all .15s ease}.feedback-category-btn:hover{background:var(--theme-hover)}.feedback-category-btn.active{background:var(--theme-accent);color:#fff;border-color:var(--theme-accent)}.feedback-message{width:100%;min-height:120px;max-height:300px;resize:vertical;border:1.5px solid var(--theme-dialog-input-border);padding:8px;font-size:12px;font-family:inherit;background:var(--theme-dialog-input-bg);color:var(--theme-dialog-input-text);border-radius:0;box-sizing:border-box;outline:none;transition:border-color .15s ease}.feedback-message:focus{border-color:var(--theme-focus-color)}.feedback-char-count{text-align:right;font-size:11px;color:var(--theme-dialog-content-secondary, var(--theme-text-secondary));margin-top:2px}.feedback-char-count.warning{color:#f44}.feedback-images{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:6px}.feedback-image-thumb{position:relative;width:64px;height:64px;border:1px solid var(--theme-dialog-input-border);overflow:hidden}.feedback-image-thumb img{width:100%;height:100%;object-fit:cover}.feedback-image-remove{position:absolute;top:-1px;right:-1px;width:18px;height:18px;background:#e81123;color:#fff;border:none;cursor:pointer;font-size:14px;line-height:18px;text-align:center;padding:0;display:none;border-radius:0}.feedback-image-thumb:hover .feedback-image-remove{display:block}.feedback-attach-btn{padding:4px 12px;border:1.5px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);color:var(--theme-dialog-content-text);cursor:default;font-size:11px;font-family:inherit;border-radius:0;transition:all .15s ease}.feedback-attach-btn:hover{background:var(--theme-hover)}.feedback-sentiment{display:flex;gap:8px;margin-top:4px}.feedback-sentiment-btn{padding:6px 12px;border:1.5px solid var(--theme-dialog-input-border);background:var(--theme-dialog-input-bg);cursor:default;font-size:16px;border-radius:0;transition:all .15s ease}.feedback-sentiment-btn:hover{background:var(--theme-hover)}.feedback-sentiment-btn.active{border-color:var(--theme-accent);background:var(--theme-hover)}.feedback-submit-btn{width:100%;padding:8px;border:1.5px solid var(--theme-btn-primary-border);background:var(--theme-btn-primary-bg);color:var(--theme-btn-primary-text);cursor:default;font-size:13px;font-family:inherit;font-weight:500;border-radius:3px;transition:all .15s ease}.feedback-submit-btn:hover{background:var(--theme-btn-primary-hover-bg)}.feedback-submit-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-success{text-align:center;padding:20px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.feedback-success h3{margin:0 0 8px;font-size:16px;color:var(--theme-dialog-content-text)}.feedback-success p{margin:0 0 16px;color:var(--theme-dialog-content-secondary, var(--theme-text-secondary));font-size:12px}.feedback-error{color:#f44;font-size:12px;margin-top:8px;text-align:center}.unsaved-dialog{width:420px;max-width:90vw}.unsaved-body{display:flex;align-items:flex-start;gap:12px;padding:16px}.unsaved-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.unsaved-message{font-size:13px;color:var(--theme-dialog-content-text);margin:0;line-height:1.5;padding-top:4px}.unsaved-footer{display:flex;justify-content:flex-end;gap:8px;padding:8px 16px;border-top:1px solid var(--theme-dialog-border);background:var(--theme-dialog-sidebar-bg)}.unsaved-btn{padding:6px 20px;border:1.5px solid var(--theme-dialog-input-border);border-radius:3px;font-size:12px;font-weight:500;font-family:"Inter",inherit;cursor:default;transition:all .15s ease;min-width:80px}.unsaved-btn-primary{background:var(--theme-btn-primary-bg);color:var(--theme-btn-primary-text);border-color:var(--theme-btn-primary-border)}.unsaved-btn-primary:hover{background:var(--theme-btn-primary-hover-bg)}.unsaved-btn-secondary{background:var(--theme-btn-secondary-bg);color:var(--theme-btn-secondary-text)}.unsaved-btn-secondary:hover{background:var(--theme-btn-secondary-hover-bg);border-color:var(--theme-btn-secondary-hover-border)}html.cursor-col-resizing,html.cursor-col-resizing *{cursor:col-resize!important}.cost-grid{flex:1;overflow:auto;background:var(--theme-content-bg);outline:none}.grid-header{display:flex;background:var(--theme-grid-header-bg);border-bottom:1px solid var(--theme-grid-cell-border);position:sticky;top:0;z-index:20}.grid-header-cell{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;padding:0 4px;font-size:11px;font-weight:500;color:var(--theme-text-secondary);border-right:1px solid var(--theme-grid-cell-border);line-height:1.3;flex-shrink:0}.grid-header-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid-header-abbr{font-size:9px;color:var(--theme-text-secondary);opacity:.7;white-space:nowrap}.grid-header-resize{position:absolute;right:0;top:0;bottom:0;width:4px;cursor:col-resize}.grid-header-resize:hover{background:var(--theme-accent)}.grid-row{display:flex}.grid-row:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--theme-grid-cell-border);pointer-events:none}.grid-row:hover:not(.grid-row-active):not(.grid-row-selected){background:var(--theme-hover)!important}.grid-row.grid-row-active{box-shadow:inset 0 0 0 100px #d9770640}.grid-row.grid-row-selected{box-shadow:inset 0 0 0 100px #d9770633}.grid-row.grid-row-selected:hover{box-shadow:inset 0 0 0 100px #d977064d}.grid-row.chapter{background:var(--theme-grid-chapter-bg)}.grid-row.bewakingspost{background:var(--theme-grid-bewakingspost-bg, #f5e6d3)}.grid-row.regel{background:var(--theme-grid-regel-bg, #fef9e7)}.grid-row.tekstregel{background:var(--theme-grid-tekstregel-bg, #f0f4ff);font-style:italic}.grid-row.witregel{background:var(--theme-grid-witregel-bg, #fafafa);font-style:italic;color:var(--theme-text-muted, #888)}.grid-cell.witregel-desc{white-space:pre-wrap;line-height:24px}.grid-view-wpcalc .grid-row.chapter,.grid-view-wpcalc .grid-row.bewakingspost,.grid-view-wpcalc .grid-row.regel,.grid-view-wpcalc .grid-row.tekstregel,.grid-view-wpcalc .grid-row.witregel{background:transparent;border-bottom:none}.grid-view-wpcalc .grid-row.chapter{font-weight:700}.grid-view-wpcalc .grid-row.begrotingspost{background:transparent}.grid-view-wpcalc .grid-cell.editable-value.col-description{color:var(--theme-text);font-weight:inherit}.grid-view-wpcalc .grid-row.chapter-footer{background:transparent;border-top:1.5px solid var(--theme-text)}.grid-view-wpcalc .grid-row.chapter-footer .grid-cell{font-weight:700}.grid-view-wpcalc .grid-row .grid-cell.active{background:transparent}.grid-view-wpcalc .grid-row-active{box-shadow:inset 0 0 0 100px #d9770640!important}.cost-grid-wrapper{display:flex;flex-direction:column;height:100%;overflow:hidden}.cost-grid-wrapper .cost-grid{flex:1;min-height:0}.wpcalc-bottom-tabs{display:flex;gap:0;border-top:1px solid var(--theme-border);background:var(--theme-surface, var(--theme-bg));flex-shrink:0}.wpcalc-bottom-tab{padding:4px 16px;font-size:.8em;font-weight:600;border:none;background:transparent;color:var(--theme-text-muted, #888);cursor:pointer;border-bottom:2px solid transparent}.wpcalc-bottom-tab:hover{color:var(--theme-text)}.wpcalc-bottom-tab.active{color:var(--theme-accent, #3b82f6);border-bottom-color:var(--theme-accent, #3b82f6)}.wpcalc-fullscreen-panel{flex:1;overflow:auto;padding:16px}.wpcalc-fullscreen-panel h3{margin-bottom:12px;font-size:1em;font-weight:700}.wpcalc-bottom-table{width:100%;border-collapse:collapse;font-size:.8em}.wpcalc-bottom-table th{text-align:left;font-weight:600;padding:3px 8px;border-bottom:1px solid var(--theme-border);color:var(--theme-text-muted, #888);white-space:nowrap}.wpcalc-bottom-table td{padding:2px 8px;border-bottom:1px solid var(--theme-grid-line, rgba(128,128,128,.15));white-space:nowrap}.wpcalc-bottom-table .wpcalc-bottom-total td{font-weight:700;border-top:1px solid var(--theme-border)}.grid-cell-editor-textarea{font-family:inherit;font-size:inherit;line-height:24px;padding:0 4px;white-space:pre-wrap}.grid-cell.type-cell{font-size:.7em;font-weight:600;text-transform:uppercase;opacity:.7;letter-spacing:.02em}.grid-total-row{display:flex;background:var(--theme-grid-header-bg);border-top:2px solid var(--theme-accent);font-weight:700;position:sticky;bottom:0;z-index:15}.grid-subtotal-row{font-weight:500;border-top:1px solid var(--theme-border);opacity:.85}.grid-subtotal-row .grid-total-cell{font-size:11px}.grid-total-cell{display:inline-flex;align-items:center;padding:0 6px;font-size:12px;color:var(--theme-text);overflow:hidden;white-space:nowrap;flex-shrink:0}.grid-row-add-btn{position:absolute;right:2px;bottom:-8px;width:16px;height:16px;border-radius:50%;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-secondary);font-size:12px;line-height:1;cursor:pointer;opacity:0;z-index:5;display:flex;align-items:center;justify-content:center;transition:opacity .15s}.grid-row:hover .grid-row-add-btn{opacity:.6}.grid-row-add-btn:hover{opacity:1!important;background:var(--theme-accent);color:#fff;border-color:var(--theme-accent)}.grid-cell{display:inline-flex;align-items:center;padding:0 4px;border-right:1px solid var(--theme-grid-cell-border);font-size:11px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--theme-text);flex-shrink:0}.grid-cell.active{box-shadow:inset 0 0 0 1px #d9770699}.grid-cell.cell-selected{background-color:#3b82f626!important}.grid-cell.cell-selected.active{background-color:#3b82f640!important}.grid-cell.align-right{justify-content:flex-end;text-align:right}.grid-cell.align-center{justify-content:center;text-align:center}.grid-cell.bold{font-weight:600}.grid-cell.editable-value{color:var(--theme-editable-text, #1a4d8f);font-weight:500;background-color:var(--theme-editable-bg, rgba(217, 119, 6, .04))}.grid-cell-editor{background:var(--theme-surface, #ffffff);color:var(--theme-text);border:1px solid var(--theme-grid-input-border);font-size:11px;padding:0 3px;text-align:left;outline:none;font-family:inherit;box-sizing:border-box;line-height:24px;height:100%;width:100%;vertical-align:middle;z-index:10}select.grid-cell-editor{background-color:var(--theme-surface, #ffffff);color:var(--theme-text)}select.grid-cell-editor option{background-color:var(--theme-surface);color:var(--theme-text)}.grid-collapse-btn{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:none;background:transparent;color:var(--theme-text-secondary);cursor:default;flex-shrink:0;margin-right:2px}.grid-collapse-btn:hover{color:var(--theme-text)}.grid-excel-link-icon{flex-shrink:0;color:var(--theme-accent, #D97706);opacity:.7;margin-right:2px}.grid-empty-state{display:flex;align-items:center;justify-content:center;height:80px;font-size:11px;color:var(--theme-text-secondary)}.grid-context-menu{position:fixed;z-index:1000;min-width:200px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;padding:4px 0;font-family:"Inter",inherit}.grid-context-menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:4px 12px;border:none;background:transparent;color:var(--theme-text);font-size:12px;font-family:inherit;cursor:default;text-align:left}.grid-context-menu-item:hover:not(:disabled){background:var(--theme-hover)}.grid-context-menu-item:disabled{color:var(--theme-text-secondary);opacity:.5}.grid-context-submenu{position:absolute;left:100%;top:0;min-width:180px;max-height:300px;overflow-y:auto;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;padding:4px 0;font-family:"Inter",inherit}.grid-context-menu-shortcut{margin-left:24px;font-size:11px;font-family:JetBrains Mono,monospace;color:var(--theme-text-secondary)}.grid-context-menu-separator{height:1px;margin:4px 0;background:var(--theme-border)}.split-view-container{display:flex;flex:1;overflow:hidden}.split-view-left,.split-view-right{flex:1;overflow:hidden;display:flex;flex-direction:column}.split-divider{width:4px;flex-shrink:0;background:var(--theme-border);cursor:col-resize;position:relative;z-index:5;transition:background .15s}.split-divider:hover,.split-divider:active{background:var(--theme-accent, #0078d4)}.split-pane{display:flex;flex-direction:column;flex:1;overflow:hidden;background:var(--theme-content-bg)}.split-pane-header{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;background:var(--theme-grid-header-bg);border-bottom:1px solid var(--theme-border);min-height:28px;flex-shrink:0}.split-pane-title{font-size:12px;font-weight:600;color:var(--theme-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.split-pane-close-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:var(--theme-text-secondary);border-radius:3px;cursor:pointer;flex-shrink:0}.split-pane-close-btn:hover{background:var(--theme-hover-bg);color:var(--theme-text-primary)}.split-pane-body{flex:1;overflow:auto}.split-pane-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:var(--theme-text-secondary);font-size:13px;gap:12px}.split-pane-table{width:100%;border-collapse:collapse;font-size:11px;font-family:Segoe UI,system-ui,sans-serif}.split-pane-table thead{position:sticky;top:0;z-index:2}.split-pane-table th{background:var(--theme-grid-header-bg);border-bottom:1px solid var(--theme-grid-cell-border);padding:3px 6px;text-align:left;font-weight:500;color:var(--theme-text-secondary);white-space:nowrap}.split-pane-table td{padding:2px 6px;border-bottom:1px solid var(--theme-grid-cell-border);color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:22px}.split-col-nr{width:50px}.split-col-desc{width:auto}.split-col-qty{width:70px;text-align:right}.split-col-unit{width:50px;text-align:center}.split-col-price{width:90px;text-align:right}.split-col-total{width:100px;text-align:right}th.split-col-qty,th.split-col-price,th.split-col-total{text-align:right}th.split-col-unit{text-align:center}.split-row-chapter td{font-weight:600;background:var(--theme-chapter-bg, rgba(0, 128, 0, .06));color:var(--theme-chapter-text, #2d7d2d)}.split-row-bgr td{font-weight:500}.split-row-tekst td{color:var(--theme-text-secondary);font-style:italic}.split-row-total td{font-weight:600;border-top:2px solid var(--theme-grid-cell-border);background:var(--theme-grid-header-bg)}.excel-picker-dialog{width:800px;max-width:90vw;height:600px;max-height:80vh;display:flex;flex-direction:column}.excel-picker-toolbar{display:flex;align-items:center;gap:8px;padding:6px 12px;border-bottom:1px solid var(--theme-dialog-border);flex-shrink:0}.excel-picker-browse{padding:4px 12px;font-size:11px;font-family:inherit;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);color:var(--theme-text);cursor:default;white-space:nowrap}.excel-picker-browse:hover{background:var(--theme-hover)}.excel-picker-path{font-size:11px;color:var(--theme-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.excel-picker-ref{font-size:11px;font-family:JetBrains Mono,Consolas,monospace;color:var(--theme-accent);font-weight:600;white-space:nowrap;padding:2px 8px;background:var(--theme-surface);border-radius:3px;border:1px solid var(--theme-border)}.excel-picker-body{flex:1;overflow:hidden;position:relative}.excel-picker-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;height:100%;color:var(--theme-text-secondary);font-size:12px}.excel-picker-error{padding:12px;color:#dc2626;font-size:12px}.excel-picker-grid-wrapper{overflow:auto;height:100%}.excel-picker-grid{border-collapse:collapse;font-size:11px;font-family:Inter,sans-serif;min-width:100%}.excel-picker-grid th,.excel-picker-grid td{border:1px solid var(--theme-grid-line, #e0e0e0);padding:2px 4px;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.excel-picker-corner{width:36px;min-width:36px;background:var(--theme-grid-header-bg, #f5f5f5);position:sticky;left:0;top:0;z-index:3}.excel-picker-col-header{background:var(--theme-grid-header-bg, #f5f5f5);color:var(--theme-text-secondary);font-weight:500;text-align:center;min-width:60px;position:sticky;top:0;z-index:2}.excel-picker-row-header{background:var(--theme-grid-header-bg, #f5f5f5);color:var(--theme-text-secondary);font-weight:500;text-align:center;width:36px;min-width:36px;position:sticky;left:0;z-index:1}.excel-picker-cell{cursor:default;color:var(--theme-text);background:var(--theme-dialog-bg);height:22px}.excel-picker-cell:hover{background:var(--theme-hover)}.excel-picker-cell.selected{background:var(--theme-accent);color:#fff;outline:2px solid var(--theme-accent);outline-offset:-2px}.excel-picker-cell.numeric{text-align:right;font-variant-numeric:tabular-nums}.excel-picker-sheets{display:flex;border-top:1px solid var(--theme-dialog-border);overflow-x:auto;flex-shrink:0;background:var(--theme-surface)}.excel-picker-sheet-tab{padding:4px 14px;font-size:11px;font-family:inherit;border:none;border-right:1px solid var(--theme-dialog-border);background:transparent;color:var(--theme-text-secondary);cursor:default;white-space:nowrap}.excel-picker-sheet-tab:hover{background:var(--theme-hover)}.excel-picker-sheet-tab.active{background:var(--theme-dialog-bg);color:var(--theme-text);font-weight:600;border-bottom:2px solid var(--theme-accent)}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:8px 12px;border-top:1px solid var(--theme-dialog-border);flex-shrink:0}.modal-btn{padding:5px 16px;font-size:11px;font-family:inherit;font-weight:500;border-radius:4px;cursor:default;border:1px solid var(--theme-border)}.modal-btn-secondary{background:var(--theme-surface);color:var(--theme-text)}.modal-btn-secondary:hover{background:var(--theme-hover)}.modal-btn-primary{background:var(--theme-accent);color:#fff;border-color:var(--theme-accent)}.modal-btn-primary:hover{filter:brightness(1.1)}.modal-btn-primary:disabled{opacity:.5;cursor:default}.report-preview{flex:1;display:flex;flex-direction:column;overflow:hidden}.report-toolbar{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;height:32px;flex-shrink:0;background:var(--theme-surface);border-bottom:1px solid var(--theme-border)}.report-mode-toggle{display:flex;border:1px solid var(--theme-border);border-radius:8px;overflow:hidden}.report-mode-btn{padding:2px 12px;font-size:11px;font-family:"Inter",inherit;border:none;background:transparent;color:var(--theme-text-secondary);cursor:default;transition:all .15s ease}.report-mode-btn:hover{background:var(--theme-hover);color:var(--theme-text)}.report-mode-btn.active{background:var(--theme-accent);color:#fff}.report-view-toggle{display:flex;border:1px solid var(--theme-border);border-radius:8px;overflow:hidden;margin-left:8px}.report-view-btn{padding:2px 10px;font-size:11px;font-family:inherit;border:none;border-right:1px solid var(--theme-border);background:transparent;color:var(--theme-text-secondary);cursor:default}.report-view-btn:last-child{border-right:none}.report-view-btn:hover{background:var(--theme-hover);color:var(--theme-text)}.report-view-btn.active{background:var(--theme-accent);color:#fff}.report-print-btn{padding:4px 16px;font-size:11px;font-family:"Inter",inherit;font-weight:500;border:1.5px solid var(--theme-border);border-radius:8px;background:transparent;color:var(--theme-text);cursor:default;transition:all .15s ease}.report-print-btn:hover{background:var(--theme-hover)}.report-pages-wrapper{flex:1;overflow:auto;background:#6b6b6b;display:flex;flex-direction:column;align-items:center;padding:24px 40px;gap:24px}.report-page{background:#fff;box-shadow:0 4px 20px #0006,0 1px 4px #0003;position:relative;flex-shrink:0}.report-page-label{position:absolute;bottom:-18px;right:4px;font-size:9px;color:#999;font-family:Inter,sans-serif;pointer-events:none}.report-page-iframe{border:none;background:transparent}.report-pdf-wrapper{padding:0;gap:0;background:var(--theme-content-bg, #f0f0f0);position:relative}.report-pdf-frame{flex:1;width:100%;height:100%;border:none;background:#fff}.report-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--theme-content-bg, #f0f0f0);color:var(--theme-text-secondary);font-size:13px;z-index:5}.report-loading-spinner{width:24px;height:24px;border:3px solid var(--theme-border);border-top-color:var(--theme-accent, #D97706);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.report-error{padding:24px;color:#dc2626;font-size:12px}.report-error pre{margin-top:8px;padding:8px;background:var(--theme-surface);border-radius:4px;font-size:11px;overflow:auto;max-height:200px}.report-toolbar-info{font-size:11px;color:var(--theme-text-secondary);font-weight:500}.report-toolbar-zoom{display:flex;align-items:center;gap:4px}.report-zoom-btn{width:22px;height:22px;border:1px solid var(--theme-border);border-radius:4px;background:transparent;color:var(--theme-text);font-size:14px;font-family:inherit;cursor:default;display:flex;align-items:center;justify-content:center}.report-zoom-btn:hover{background:var(--theme-hover)}.report-zoom-label{font-size:11px;color:var(--theme-text-secondary);min-width:36px;text-align:center}.summary-panel{flex:1;overflow:auto;padding:24px;background:var(--theme-content-bg)}.summary-card{max-width:600px;margin:0 auto;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000d;font-family:"Inter",inherit}.summary-title{font-size:18px;font-weight:700;font-family:"Space Grotesk","Inter",inherit;color:var(--theme-text);margin:0 0 2px}.summary-subtitle{font-size:12px;color:var(--theme-text-secondary);margin:0 0 16px}.summary-section{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--theme-border)}.summary-section:last-child{border-bottom:none;margin-bottom:0}.summary-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary);margin:0 0 8px}.summary-row{display:flex;justify-content:space-between;padding:3px 0;font-size:13px;color:var(--theme-text)}.summary-row-subtotal{font-weight:500;border-top:1px solid var(--theme-border);padding-top:4px;margin-top:2px}.summary-row-total{font-weight:600;border-top:2px solid var(--theme-border);padding-top:6px;margin-top:4px}.summary-row-grand{font-size:15px;color:var(--theme-accent)}.ifc-preview{flex:1;display:flex;flex-direction:column;overflow:hidden}.ifc-preview.ifc-split{flex-direction:row}.ifc-panel{display:flex;flex-direction:column;overflow:hidden;min-width:0}.ifc-splitter{width:4px;flex-shrink:0;cursor:col-resize;background:var(--theme-border);transition:background .15s}.ifc-splitter:hover,.ifc-dragging .ifc-splitter{background:var(--theme-accent, #D97706)}.ifc-dragging{-webkit-user-select:none;user-select:none}.ifc-toolbar{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;height:32px;flex-shrink:0;background:var(--theme-surface);border-bottom:1px solid var(--theme-border)}.ifc-toolbar-info{display:flex;align-items:center;gap:12px}.ifc-toolbar-label{font-size:12px;font-weight:600;color:var(--theme-text)}.ifc-toolbar-meta{font-size:11px;color:var(--theme-text-secondary)}.ifc-toolbar-actions{display:flex;gap:6px}.ifc-toolbar-btn{padding:4px 12px;font-size:11px;font-family:"Inter",inherit;font-weight:500;border:1.5px solid var(--theme-border);border-radius:8px;background:transparent;color:var(--theme-text);cursor:pointer;transition:all .15s ease}.ifc-toolbar-btn:hover{background:var(--theme-hover)}.ifc-code{flex:1;overflow:auto;margin:0;padding:0;font-size:12px;line-height:1.6;font-family:JetBrains Mono,Cascadia Code,Fira Code,Consolas,monospace;color:var(--theme-text);background:var(--theme-content-bg)}.ifc-step-table{border-collapse:collapse;width:100%}.ifc-step-linenum{text-align:right;padding:0 12px 0 8px;color:var(--theme-text-secondary);-webkit-user-select:none;user-select:none;white-space:nowrap;opacity:.5;font-size:10px;border-right:1px solid var(--theme-border);vertical-align:top}.ifc-step-text{padding:0 8px;white-space:pre}.ifc-step-table tr:hover{background:var(--theme-hover)}.ifc-step-clickable{cursor:pointer}.ifc-step-clickable:hover .ifc-step-text{text-decoration:underline;text-decoration-color:var(--theme-text-secondary);text-underline-offset:2px}.ifc-step-highlight{background:#6366f126!important;outline:1px solid rgba(99,102,241,.3);outline-offset:-1px}[data-theme=dark] .ifc-step-highlight{background:#818cf826!important;outline-color:#818cf84d}.ifc-json-tree{padding:4px 0}.json-tree-row{padding:0 8px;white-space:pre;line-height:1.6;min-height:19px}.json-tree-row:hover{background:var(--theme-hover)}.json-tree-collapsible{cursor:default}.json-tree-entity{cursor:pointer}.json-tree-entity:hover{text-decoration:underline;text-decoration-color:var(--theme-text-secondary);text-underline-offset:2px}.json-tree-toggle{display:inline-block;width:14px;font-size:9px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--theme-text-secondary);text-align:center;margin-right:2px}.json-tree-toggle:hover{color:var(--theme-text)}.json-tree-collapsed-preview{color:var(--theme-text-secondary)}.json-tree-highlight{background:#6366f126!important;outline:1px solid rgba(99,102,241,.3);outline-offset:-1px}[data-theme=dark] .json-tree-highlight{background:#818cf826!important;outline-color:#818cf84d}.ifc-json-error{padding:16px;color:var(--theme-text-secondary);font-style:italic}.step-keyword{color:#7c3aed;font-weight:600}.step-entity-ref{color:#2563eb}.step-entity-type{color:#059669;font-weight:600}.step-string{color:#b45309}.step-enum{color:#c2410c}.step-comment{color:var(--theme-text-secondary);font-style:italic}.step-number{color:#0891b2}.json-key{color:#6366f1}[data-theme=dark] .step-keyword{color:#c084fc}[data-theme=dark] .step-entity-ref{color:#60a5fa}[data-theme=dark] .step-entity-type{color:#34d399}[data-theme=dark] .step-string{color:#fbbf24}[data-theme=dark] .step-enum{color:#fb923c}[data-theme=dark] .step-number{color:#22d3ee}[data-theme=dark] .json-key{color:#a5b4fc}.cost-picker-dialog{width:640px;max-width:90vw;height:500px;max-height:80vh;display:flex;flex-direction:column}.cost-picker-search{padding:8px 12px;border-bottom:1px solid var(--theme-dialog-border)}.cost-picker-search input{width:100%;padding:6px 10px;font-size:12px;font-family:inherit;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-dialog-bg);color:var(--theme-text)}.cost-picker-body{flex:1;overflow-y:auto;padding:4px 0}.cost-picker-section-label{padding:4px 12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary)}.cost-picker-suggestions{border-bottom:1px solid var(--theme-dialog-border);padding-bottom:4px;margin-bottom:4px}.cost-picker-item{display:flex;align-items:center;gap:8px;width:100%;padding:4px 12px;font-size:11px;font-family:inherit;border:none;background:transparent;color:var(--theme-text);cursor:default;text-align:left}.cost-picker-item:hover{background:var(--theme-hover)}.cost-picker-item.selected{background:var(--theme-accent);color:#fff}.cost-picker-item.depth-1{padding-left:28px}.cost-picker-item.depth-2{padding-left:44px}.cost-picker-item.depth-3{padding-left:60px}.cost-picker-item.depth-4{padding-left:76px}.cost-picker-badge{font-size:9px;font-weight:600;padding:1px 5px;border-radius:3px;background:var(--theme-accent);color:#fff;flex-shrink:0}.cost-picker-code{font-family:JetBrains Mono,monospace;font-size:10px;color:var(--theme-text-secondary);min-width:50px;flex-shrink:0}.cost-picker-item.selected .cost-picker-code{color:#ffffffb3}.cost-picker-desc{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cost-picker-price{font-variant-numeric:tabular-nums;text-align:right;min-width:80px;flex-shrink:0;color:var(--theme-text-secondary)}.cost-picker-item.selected .cost-picker-price{color:#ffffffb3}.cost-picker-list{max-height:300px}.modal-btn-danger{background:transparent;color:#dc2626;border:1px solid #dc2626}.modal-btn-danger:hover{background:#fef2f2}.offerte-view{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-content-bg)}.offerte-main{flex:1;display:flex;overflow:hidden}.offerte-nav{width:260px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--theme-border);background:var(--theme-surface);overflow-y:auto}.offerte-nav-header{padding:10px 12px;border-bottom:1px solid var(--theme-border);display:flex;align-items:center;justify-content:space-between}.offerte-nav-header h3{font-size:14px;font-weight:600;color:var(--theme-text);margin:0}.offerte-type-select{padding:3px 6px;font-size:11px;border:1.5px solid var(--theme-border);border-radius:6px;background:var(--theme-content-bg);color:var(--theme-text);font-family:inherit}.offerte-nav-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:12px;color:var(--theme-text);border-bottom:1px solid var(--theme-border);transition:background .1s}.offerte-nav-item:hover{background:var(--theme-hover)}.offerte-nav-item.active{background:#d9770614;border-left:3px solid var(--theme-accent, #D97706)}.nav-icon{font-size:14px;flex-shrink:0}.nav-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-actions{display:flex;gap:2px;opacity:0;transition:opacity .15s}.offerte-nav-item:hover .nav-actions{opacity:1}.nav-btn{width:18px;height:18px;font-size:10px;border:1px solid var(--theme-border);border-radius:3px;background:transparent;color:var(--theme-text);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.nav-btn:hover{background:var(--theme-hover)}.nav-btn.del:hover{background:#fecaca;color:#dc2626}.nav-btn:disabled{opacity:.3}.offerte-add-section{padding:8px 12px}.offerte-add-section select{width:100%;padding:6px 8px;font-size:12px;border:1.5px dashed var(--theme-border);border-radius:6px;background:transparent;color:var(--theme-text-secondary);cursor:pointer;font-family:inherit}.offerte-editor{flex:1;overflow-y:auto;padding:16px 24px;min-width:0}.offerte-form-grid{display:grid;grid-template-columns:110px 1fr;gap:6px 10px;align-items:center;margin-bottom:16px}.offerte-form-grid label{font-size:11px;color:var(--theme-text-secondary);font-weight:500}.offerte-form-grid input,.offerte-form-grid select{padding:5px 8px;font-size:12px;border:1.5px solid var(--theme-border);border-radius:6px;background:var(--theme-grid-input-bg, var(--theme-content-bg));color:var(--theme-text);font-family:inherit}.offerte-form-grid input:focus{outline:none;border-color:var(--theme-accent, #D97706)}.offerte-richtext,.section-text{width:100%;padding:8px 10px;font-size:12px;line-height:1.5;border:1.5px solid var(--theme-border);border-radius:6px;background:var(--theme-grid-input-bg, var(--theme-content-bg));color:var(--theme-text);font-family:inherit;resize:vertical;margin-bottom:12px}.offerte-richtext:focus,.section-text:focus{outline:none;border-color:var(--theme-accent, #D97706)}.offerte-section-editor h3,.offerte-meta-editor h3,.offerte-termijnen-editor h3,.offerte-garanties-editor h3,.offerte-ondertekening-editor h3{font-size:16px;font-weight:600;color:var(--theme-text);margin:0 0 12px}h4{font-size:13px;font-weight:600;color:var(--theme-text);margin:12px 0 8px}.section-header{display:flex;gap:12px;align-items:center;margin-bottom:8px}.section-title-input{flex:1;padding:6px 10px;font-size:14px;font-weight:600;border:1.5px solid var(--theme-border);border-radius:6px;background:var(--theme-grid-input-bg, var(--theme-content-bg));color:var(--theme-text);font-family:inherit}.section-title-input:focus{outline:none;border-color:var(--theme-accent, #D97706)}.section-chapter-link{width:200px;padding:5px 8px;font-size:11px;border:1.5px solid var(--theme-border);border-radius:6px;background:var(--theme-grid-input-bg, var(--theme-content-bg));color:var(--theme-text);font-family:inherit}.offerte-items-table{width:100%;border-collapse:collapse;font-size:12px;margin-bottom:8px}.offerte-items-table th{padding:6px 8px;text-align:left;font-size:11px;font-weight:600;color:var(--theme-text-secondary);border-bottom:1.5px solid var(--theme-border);background:var(--theme-surface)}.offerte-items-table td{padding:4px;border-bottom:1px solid var(--theme-border);vertical-align:top}.offerte-items-table .col-onderdeel{width:160px}.offerte-items-table .col-afbeelding{width:200px}.offerte-items-table .col-actions{width:30px}.item-input{width:100%;padding:4px 6px;font-size:12px;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-grid-input-bg, transparent);color:var(--theme-text);font-family:inherit}.item-input:focus{outline:none;border-color:var(--theme-accent, #D97706)}.item-textarea{width:100%;padding:4px 6px;font-size:12px;line-height:1.4;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-grid-input-bg, transparent);color:var(--theme-text);font-family:inherit;resize:vertical}.item-textarea:focus{outline:none;border-color:var(--theme-accent, #D97706)}.item-del{width:22px;height:22px;border:none;background:transparent;color:var(--theme-text-secondary);cursor:pointer;font-size:14px;border-radius:3px}.item-del:hover{background:#fecaca;color:#dc2626}.add-item-btn{padding:6px 14px;font-size:12px;border:1.5px dashed var(--theme-border);border-radius:6px;background:transparent;color:var(--theme-text-secondary);cursor:pointer;font-family:inherit;transition:all .15s}.add-item-btn:hover{border-color:var(--theme-accent, #D97706);color:var(--theme-accent, #D97706)}.termijn-total{font-size:12px;font-weight:600;margin-bottom:8px}.offerte-expand-btn{width:22px;height:22px;border:none;background:transparent;color:var(--theme-text-secondary);cursor:pointer;font-size:12px;border-radius:3px;padding:0;display:flex;align-items:center;justify-content:center}.offerte-expand-btn:hover{background:var(--theme-hover);color:var(--theme-text)}.offerte-item-detail-row td{padding:0!important;border-bottom:1px solid var(--theme-border)}.offerte-item-detail{padding:8px 12px 12px!important;background:var(--theme-surface);border-top:none}.offerte-detail-label{font-size:11px;font-weight:600;color:var(--theme-text-secondary);margin:8px 0 4px;text-transform:uppercase;letter-spacing:.3px}.offerte-detail-label:first-child{margin-top:0}.offerte-item-link{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;color:var(--theme-text)}.offerte-linked-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--theme-text)}.offerte-link-btn{padding:2px 8px;font-size:11px;border:1px solid var(--theme-border);border-radius:4px;background:transparent;color:var(--theme-accent, #D97706);cursor:pointer;font-family:inherit}.offerte-link-btn:hover{background:var(--theme-hover)}.offerte-link-btn.del{color:var(--theme-text-secondary)}.offerte-link-btn.del:hover{background:#fecaca;color:#dc2626}.offerte-props-table,.offerte-layers-table{width:100%;border-collapse:collapse;font-size:11px;margin-bottom:4px}.offerte-props-table th,.offerte-layers-table th{padding:3px 6px;text-align:left;font-size:10px;font-weight:600;color:var(--theme-text-secondary);border-bottom:1px solid var(--theme-border)}.offerte-props-table td,.offerte-layers-table td{padding:2px 3px;border-bottom:1px solid var(--theme-border);vertical-align:middle}.offerte-add-btn-sm{padding:2px 10px;font-size:11px;border:1px dashed var(--theme-border);border-radius:4px;background:transparent;color:var(--theme-text-secondary);cursor:pointer;font-family:inherit;margin-top:2px}.offerte-add-btn-sm:hover{border-color:var(--theme-accent, #D97706);color:var(--theme-accent, #D97706)}.meerwerk-selected td{background:#d977060f}.meerwerk-total{font-size:13px;font-weight:600;color:var(--theme-text);text-align:right;padding:8px 4px;border-top:2px solid var(--theme-border);margin-bottom:8px}.offerte-empty{display:flex;align-items:center;justify-content:center;height:200px;color:var(--theme-text-secondary);font-size:13px}.offerte-image-uploader{margin-top:4px}.offerte-image-grid{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start}.offerte-image-thumb{position:relative;width:120px;border:1px solid var(--theme-border);border-radius:4px;overflow:hidden;background:var(--theme-surface)}.offerte-image-thumb img{width:100%;height:80px;object-fit:cover;display:block}.offerte-image-caption{width:100%;border:none;border-top:1px solid var(--theme-border);font-size:10px;padding:2px 4px;background:transparent;color:var(--theme-text)}.offerte-image-remove{position:absolute;top:2px;right:2px;width:18px;height:18px;border:none;border-radius:50%;background:#00000080;color:#fff;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.offerte-image-thumb:hover .offerte-image-remove{opacity:1}.offerte-image-add{width:120px;height:100px;border:2px dashed var(--theme-border);border-radius:4px;background:transparent;color:var(--theme-text-muted);font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center}.offerte-image-add:hover{border-color:var(--theme-accent);color:var(--theme-accent)}.offerte-subitems{display:flex;flex-direction:column;gap:4px;margin-top:4px}.offerte-subitem-row{display:flex;align-items:center;gap:6px;font-size:12px}.offerte-subitem-row span{color:var(--theme-text-muted);min-width:10px}.offerte-subitem-row input{flex:1;border:1px solid var(--theme-border);border-radius:3px;padding:2px 6px;font-size:12px;background:var(--theme-surface);color:var(--theme-text)}.offerte-subitem-row button{border:none;background:transparent;color:var(--theme-text-muted);cursor:pointer;font-size:11px;padding:2px}.offerte-subitem-row button:hover{color:var(--theme-danger)}.prop-label{font-size:11px;color:var(--theme-text-secondary);margin-bottom:4px}.prop-input{width:100%;background:var(--theme-grid-input-bg);color:var(--theme-text);border:1.5px solid var(--theme-border);border-radius:4px;padding:6px 10px;font-size:11px;font-family:"Inter",inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.prop-input:focus{border-color:var(--theme-focus-color);box-shadow:0 0 0 2px #d9770633}.prop-textarea{width:100%;background:var(--theme-grid-input-bg);color:var(--theme-text);border:1.5px solid var(--theme-border);border-radius:4px;padding:6px 10px;font-size:11px;font-family:"Inter",inherit;outline:none;resize:none;height:64px;transition:border-color .15s ease,box-shadow .15s ease}.prop-textarea:focus{border-color:var(--theme-focus-color);box-shadow:0 0 0 2px #d9770633}.prop-value{font-size:11px;color:var(--theme-text)}.prop-separator{border-top:1px solid var(--theme-border);padding-top:12px;margin-top:12px}.project-metrics-table{width:100%;border-collapse:collapse;font-size:11px;color:var(--theme-text)}.project-metrics-table th{font-size:10px;font-weight:600;color:var(--theme-text-secondary);padding:2px 4px 4px;border-bottom:1px solid var(--theme-border);white-space:nowrap}.project-metrics-table td{padding:3px 4px;border-bottom:1px solid var(--theme-border);vertical-align:middle}.project-metrics-table tr:last-child td{border-bottom:none}.metrics-delete-btn{background:none;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:2px;border-radius:3px;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .15s ease,color .15s ease}.metrics-delete-btn:hover{opacity:1;color:#ef4444}.metrics-add-btn{display:block;width:100%;margin-top:6px;padding:4px 8px;background:none;border:1px dashed var(--theme-border);border-radius:4px;color:var(--theme-text-secondary);font-size:11px;font-family:"Inter",inherit;cursor:pointer;text-align:center;transition:border-color .15s ease,color .15s ease}.metrics-add-btn:hover{border-color:var(--theme-focus-color);color:var(--theme-text)}.schedule-item{display:flex;align-items:center;gap:4px;padding:2px 8px;font-size:11px;cursor:default;border-radius:2px;color:var(--theme-text)}.schedule-item:hover{background:var(--theme-hover)}.schedule-item.active{background:var(--theme-grid-active-bg);color:var(--theme-grid-active-text)}.company-fields{display:flex;flex-direction:column;gap:10px}.company-field{display:flex;flex-direction:column;gap:2px}.company-dialog{width:480px;max-width:90vw;max-height:80vh}.company-dialog .modal-body{padding:12px 16px;overflow-y:auto}.resource-picker-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--theme-dialog-overlay, rgba(0, 0, 0, .5));display:flex;align-items:center;justify-content:center;z-index:200}.resource-picker{background:var(--theme-dialog-bg, #36363E);border:1px solid var(--theme-dialog-border, #4a4a54);border-radius:12px;box-shadow:var(--theme-dialog-shadow, 0 10px 15px -3px rgba(0, 0, 0, .1));width:780px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;font-family:"Inter",inherit}.resource-picker-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--theme-border)}.resource-picker-header h2{font-size:15px;font-weight:600;color:var(--theme-text)}.resource-picker-close{background:none;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:4px;border-radius:4px}.resource-picker-close:hover{background:var(--theme-hover);color:var(--theme-text)}.resource-picker-search{padding:8px 16px;border-bottom:1px solid var(--theme-border)}.resource-picker-search input{width:100%;padding:12px 16px;background:var(--theme-dialog-input-bg);border:1.5px solid var(--theme-dialog-input-border);border-radius:8px;color:var(--theme-dialog-input-text);font-size:13px;font-family:"Inter",inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.resource-picker-search input:focus{border-color:var(--theme-focus-color);box-shadow:0 0 0 2px #d9770633}.resource-picker-body{display:flex;flex:1;min-height:0;overflow:hidden}.resource-picker-categories{width:180px;min-width:180px;border-right:1px solid var(--theme-border);overflow-y:auto;padding:4px 0}.resource-picker-cat{display:block;width:100%;text-align:left;padding:5px 12px;background:none;border:none;color:var(--theme-text-secondary);font-size:12px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-picker-cat:hover{background:var(--theme-hover);color:var(--theme-text)}.resource-picker-cat.active{background:var(--theme-accent);color:var(--theme-accent-text)}.resource-picker-list{flex:1;overflow-y:auto;font-size:12px}.resource-picker-list-header{display:flex;padding:4px 8px;font-weight:600;color:var(--theme-text-secondary);border-bottom:1px solid var(--theme-border);position:sticky;top:0;background:var(--theme-dialog-bg);z-index:1}.resource-picker-row{display:flex;padding:3px 8px;cursor:pointer;border-bottom:1px solid var(--theme-border);align-items:center}.resource-picker-row:hover{background:var(--theme-hover)}.resource-picker-row.selected{background:var(--theme-grid-active-bg);color:var(--theme-grid-active-text)}.rp-col-code{width:70px;min-width:70px}.rp-col-desc{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-col-type{width:110px;min-width:110px;text-align:center}.rp-col-unit{width:60px;min-width:60px;text-align:center}.rp-col-price{width:80px;min-width:80px;text-align:right}.rp-type-badge{display:inline-block;padding:1px 6px;border-radius:3px;font-size:11px;border:1px solid}.resource-picker-empty{padding:24px;text-align:center;color:var(--theme-text-secondary)}.resource-picker-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-top:1px solid var(--theme-border)}.resource-picker-hint{font-size:11px;color:var(--theme-text-secondary)}.resource-picker-add-btn{padding:6px 20px;background:var(--theme-btn-primary-bg);color:var(--theme-btn-primary-text);border:1.5px solid var(--theme-btn-primary-border);border-radius:8px;font-size:12px;font-family:"Inter",inherit;font-weight:500;cursor:pointer;transition:all .15s ease}.resource-picker-add-btn:hover{background:var(--theme-btn-primary-hover-bg)}.resource-picker-add-btn:disabled{opacity:.5;cursor:default}.subsheet-container{display:flex;flex-direction:column;height:100%;outline:none;background:var(--theme-bg)}.subsheet-formula-bar{display:flex;align-items:center;height:26px;border-bottom:1px solid var(--theme-border);background:var(--theme-surface);padding:0 4px;gap:6px;flex-shrink:0}.subsheet-cell-ref{font-size:11px;font-weight:600;color:var(--theme-text);width:48px;text-align:center;flex-shrink:0}.subsheet-formula-sep{width:1px;height:16px;background:var(--theme-border);flex-shrink:0}.subsheet-formula-value{font-size:11px;color:var(--theme-text);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subsheet-grid-wrapper{flex:1;overflow:auto}.subsheet-grid{border-collapse:collapse;font-size:11px;font-family:inherit;table-layout:fixed}.subsheet-corner{background:var(--theme-surface);border:1px solid var(--theme-border);position:sticky;top:0;left:0;z-index:3}.subsheet-col-header{background:var(--theme-surface);border:1px solid var(--theme-border);font-weight:500;font-size:10px;color:var(--theme-text-secondary);text-align:center;padding:2px 0;height:22px;position:sticky;top:0;z-index:2;-webkit-user-select:none;user-select:none}.subsheet-row-header{background:var(--theme-surface);border:1px solid var(--theme-border);font-weight:400;font-size:10px;color:var(--theme-text-secondary);text-align:center;padding:0 4px;width:40px;min-width:40px;position:sticky;left:0;z-index:1;-webkit-user-select:none;user-select:none}.subsheet-cell{border:1px solid var(--theme-border);padding:0 4px;cursor:cell;position:relative;overflow:hidden}.subsheet-cell.active{outline:2px solid var(--theme-active);outline-offset:-1px;z-index:1}.subsheet-cell.formula .subsheet-cell-value{color:var(--theme-text)}.subsheet-cell-value{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:22px;color:var(--theme-text)}.subsheet-cell-input{position:absolute;top:0;left:0;right:0;bottom:0;border:none;background:#fff;color:var(--theme-text);font-size:11px;font-family:inherit;padding:0 4px;outline:none;z-index:2}.subsheet-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--theme-text-secondary);font-size:13px}.subsheet-tab-bar{display:flex;align-items:center;height:26px;background:var(--theme-surface);border-top:1px solid var(--theme-border);border-bottom:1px solid var(--theme-border);padding:0 4px;gap:2px;flex-shrink:0}.subsheet-tab{display:flex;align-items:center;gap:4px;padding:2px 10px;font-size:11px;font-family:inherit;border:1px solid transparent;background:transparent;color:var(--theme-text-secondary);border-radius:3px 3px 0 0;cursor:default;height:22px}.subsheet-tab:hover{background:var(--theme-hover);color:var(--theme-text)}.subsheet-tab.active{background:var(--theme-bg);border-color:var(--theme-border);border-bottom-color:var(--theme-bg);color:var(--theme-text);font-weight:500}.subsheet-tab-main{font-weight:500;color:var(--theme-text)}.subsheet-tab-close{display:flex;align-items:center;justify-content:center;width:14px;height:14px;border:none;background:transparent;color:var(--theme-text-secondary);font-size:12px;cursor:default;border-radius:2px;padding:0;line-height:1}.subsheet-tab-close:hover{background:var(--theme-hover);color:var(--theme-text)}.subsheet-tab-add{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;color:var(--theme-text-secondary);cursor:default;border-radius:3px}.subsheet-tab-add:hover{background:var(--theme-hover);color:var(--theme-text)}.wizard-modal{min-width:560px;max-width:720px}.wizard-intro{font-size:13px;color:var(--theme-text-secondary);margin:0 0 16px}.wizard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.wizard-card{display:flex;flex-direction:column;align-items:flex-start;padding:16px;border:1.5px solid var(--theme-border);border-radius:10px;background:var(--theme-surface);cursor:pointer;transition:all .15s ease;text-align:left}.wizard-card:hover{border-color:var(--theme-accent, #D97706);background:var(--theme-hover)}.wizard-card-icon{font-size:28px;margin-bottom:8px}.wizard-card-label{font-size:14px;font-weight:600;color:var(--theme-text);margin-bottom:4px}.wizard-card-desc{font-size:11px;color:var(--theme-text-secondary);line-height:1.4}.wizard-param-grid{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.wizard-param-row{display:flex;align-items:center;gap:12px}.wizard-param-label{flex:0 0 180px;font-size:13px;color:var(--theme-text)}.wizard-param-unit{font-size:11px;color:var(--theme-text-secondary);margin-left:4px}.wizard-param-input{flex:1;padding:6px 10px;font-size:13px;border:1.5px solid var(--theme-border);border-radius:6px;background:var(--theme-grid-input-bg, var(--theme-surface));color:var(--theme-text);font-family:inherit}.wizard-param-input:focus{outline:none;border-color:var(--theme-accent, #D97706)}.wizard-actions{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--theme-border)}.wizard-btn{padding:8px 20px;font-size:13px;font-weight:500;border:1.5px solid var(--theme-border);border-radius:8px;cursor:pointer;font-family:inherit;transition:all .15s}.wizard-btn-secondary{background:transparent;color:var(--theme-text)}.wizard-btn-secondary:hover{background:var(--theme-hover)}.wizard-btn-primary{background:var(--theme-accent, #D97706);color:#fff;border-color:var(--theme-accent, #D97706)}.wizard-btn-primary:hover{opacity:.9}.wizard-preview-table-wrap{max-height:400px;overflow:auto;margin-bottom:12px;border:1px solid var(--theme-border);border-radius:6px}.wizard-preview-table{width:100%;border-collapse:collapse;font-size:12px}.wizard-preview-table th{position:sticky;top:0;background:var(--theme-surface);padding:6px 8px;text-align:left;font-weight:600;border-bottom:1.5px solid var(--theme-border);font-size:11px;color:var(--theme-text-secondary)}.wizard-preview-table td{padding:4px 8px;border-bottom:1px solid var(--theme-border);color:var(--theme-text)}.wizard-preview-table .align-right{text-align:right}.wizard-rowtype{font-size:10px;color:var(--theme-text-secondary);text-transform:uppercase}tr.wizard-row-chapter td{font-weight:600;background:#22c55e14}tr.wizard-row-begrotingspost td{font-weight:500}tr.wizard-row-regel td{color:var(--theme-text-secondary)}:root,[data-theme=default]{--theme-bg: #36363E;--theme-surface: #44444C;--theme-border: rgba(217, 119, 6, .25);--theme-text: #FAFAF9;--theme-text-secondary: rgba(250, 250, 249, .6);--theme-accent: #D97706;--theme-accent-hover: #EA580C;--theme-hover: rgba(217, 119, 6, .1);--theme-active: #D97706;--theme-titlebar-bg-start: #44444C;--theme-titlebar-bg-end: #36363E;--theme-titlebar-border: rgba(217, 119, 6, .25);--theme-titlebar-text: #FAFAF9;--theme-titlebar-text-secondary: rgba(250, 250, 249, .6);--theme-titlebar-btn-color: #FAFAF9;--theme-titlebar-btn-hover: rgba(217, 119, 6, .15);--theme-titlebar-btn-active: rgba(217, 119, 6, .25);--theme-titlebar-btn-disabled: rgba(250, 250, 249, .4);--theme-window-btn-color: #FAFAF9;--theme-window-btn-hover: rgba(217, 119, 6, .15);--theme-file-tab-bg: #D97706;--theme-file-tab-hover: #EA580C;--theme-file-tab-text: #36363E;--theme-ribbon-bg-start: #44444C;--theme-ribbon-bg-end: #36363E;--theme-ribbon-border: rgba(217, 119, 6, .25);--theme-ribbon-tabs-bg-start: #44444C;--theme-ribbon-tabs-bg-end: #3E3E46;--theme-ribbon-content-bg: #36363E;--theme-ribbon-text: rgba(250, 250, 249, .6);--theme-ribbon-text-hover: #FAFAF9;--theme-ribbon-tab-hover: rgba(217, 119, 6, .1);--theme-ribbon-tab-active-bg: #36363E;--theme-ribbon-tab-active-border: rgba(217, 119, 6, .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-stroke: rgba(250, 250, 249, .6);--theme-ribbon-group-label: rgba(217, 119, 6, .8);--theme-ribbon-group-border: rgba(250, 250, 249, .15);--theme-ribbon-input-bg: rgba(217, 119, 6, .05);--theme-ribbon-input-border: rgba(217, 119, 6, .2);--theme-ribbon-input-text: #FAFAF9;--theme-ribbon-input-focus-border: #D97706;--theme-ribbon-input-focus-bg: rgba(217, 119, 6, .08);--theme-ribbon-input-label: rgba(250, 250, 249, .5);--theme-ribbon-dropdown-arrow: rgba(250, 250, 249, .5);--theme-ctx-tab-border: #D97706;--theme-ctx-tab-text: #D97706;--theme-ctx-tab-hover-bg: rgba(217, 119, 6, .15);--theme-ctx-tab-active-text: #D97706;--theme-app-menu-bg: #44444C;--theme-app-menu-sidebar: #36363E;--theme-app-menu-sidebar-border: rgba(217, 119, 6, .2);--theme-app-menu-text: #FAFAF9;--theme-app-menu-item-hover: rgba(217, 119, 6, .1);--theme-app-menu-item-hover-text: #FAFAF9;--theme-app-menu-icon: rgba(250, 250, 249, .6);--theme-app-menu-shortcut: rgba(250, 250, 249, .5);--theme-app-menu-shortcut-hover: rgba(217, 119, 6, .7);--theme-app-menu-divider: rgba(217, 119, 6, .15);--theme-tab-bg: #2E2E36;--theme-tab-border: rgba(217, 119, 6, .2);--theme-tab-hover: rgba(217, 119, 6, .1);--theme-tab-active-bg: #36363E;--theme-tab-active-accent: #D97706;--theme-tab-text: rgba(250, 250, 249, .6);--theme-tab-active-text: #FAFAF9;--theme-tab-close-color: rgba(250, 250, 249, .5);--theme-tab-modified: #D97706;--theme-tab-empty-text: rgba(250, 250, 249, .4);--theme-tab-add-color: rgba(250, 250, 249, .5);--theme-tab-add-border: rgba(217, 119, 6, .2);--theme-tab-add-hover: rgba(217, 119, 6, .1);--theme-content-bg: #2E2E36;--theme-panel-bg: #44444C;--theme-panel-border: rgba(217, 119, 6, .2);--theme-panel-tab-bg: #36363E;--theme-panel-tab-text: rgba(250, 250, 249, .6);--theme-panel-tab-hover: rgba(217, 119, 6, .1);--theme-panel-tab-hover-text: #FAFAF9;--theme-panel-tab-active-bg: #44444C;--theme-panel-tab-active-text: #FAFAF9;--theme-panel-accent: #D97706;--theme-panel-header-text: #FAFAF9;--theme-panel-toggle-bg: rgba(217, 119, 6, .1);--theme-panel-toggle-hover: rgba(217, 119, 6, .18);--theme-panel-toggle-text: #FAFAF9;--theme-panel-resize: rgba(217, 119, 6, .2);--theme-panel-resize-hover: #D97706;--theme-thumbnail-bg: #36363E;--theme-thumbnail-hover: rgba(217, 119, 6, .1);--theme-thumbnail-active-bg: #44444C;--theme-thumbnail-active-border: #D97706;--theme-thumbnail-selected-bg: rgba(217, 119, 6, .12);--theme-thumbnail-selected-border: #EA580C;--theme-thumbnail-selected-label: #D97706;--theme-thumbnail-label: rgba(250, 250, 249, .6);--theme-thumbnail-active-label: #FAFAF9;--theme-status-bg: #36363E;--theme-status-border: #27272A;--theme-status-text: #A1A1AA;--theme-status-text-label: rgba(161, 161, 170, .7);--theme-status-text-value: #FAFAF9;--theme-status-hover: rgba(250, 250, 249, .1);--theme-status-separator: rgba(250, 250, 249, .15);--theme-status-nav-text: #FAFAF9;--theme-status-nav-hover: rgba(250, 250, 249, .1);--theme-placeholder-text: rgba(250, 250, 249, .5);--theme-placeholder-heading: #FAFAF9;--theme-bookmarks-empty: rgba(250, 250, 249, .5);--theme-notifbar-bg: rgba(217, 119, 6, .15);--theme-notifbar-border: rgba(217, 119, 6, .3);--theme-notifbar-text: #FAFAF9;--theme-notifbar-icon: #D97706;--theme-notifbar-btn-bg: #36363E;--theme-notifbar-btn-border: rgba(217, 119, 6, .3);--theme-notifbar-btn-text: #D97706;--theme-notifbar-btn-hover-bg: rgba(217, 119, 6, .2);--theme-notifbar-btn-hover-border: #D97706;--theme-notifbar-close: rgba(250, 250, 249, .5);--theme-pdfabar-bg: #3b1c1c;--theme-pdfabar-border: #5c2d2d;--theme-pdfabar-text: #f0a0a0;--theme-pdfabar-icon: #e06060;--theme-pdfabar-btn-bg: #36363E;--theme-pdfabar-btn-border: #5c2d2d;--theme-pdfabar-btn-text: #f0a0a0;--theme-pdfabar-btn-hover-bg: #5c2d2d;--theme-pdfabar-btn-hover-border: #e06060;--theme-pdfabar-close: rgba(250, 250, 249, .5);--theme-bg-lighter: #44444C;--theme-docbar-bg: #2E2E36;--theme-border-subtle: rgba(217, 119, 6, .15);--theme-text-muted: rgba(250, 250, 249, .5);--theme-text-faint: rgba(250, 250, 249, .4);--theme-editable-text: #fbbf24;--theme-editable-bg: rgba(251, 191, 36, .06);--theme-accent-text: #ffffff;--theme-accent-soft: rgba(217, 119, 6, .06);--theme-accent-tint: rgba(217, 119, 6, .9);--theme-hover-strong: rgba(217, 119, 6, .18);--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-titlebar-bg: #36363E;--theme-titlebar-quick-color: rgba(250, 250, 249, .6);--theme-titlebar-quick-hover-color: #FAFAF9;--theme-titlebar-quick-hover-bg: rgba(217, 119, 6, .1);--theme-titlebar-quick-border: rgba(217, 119, 6, .25);--theme-placeholder-icon: rgba(217, 119, 6, .2);--theme-ribbon-icon-hover: #FAFAF9;--theme-ribbon-icon-active: #D97706;--theme-ribbon-btn-label: rgba(250, 250, 249, .6);--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);--theme-scrollbar-track: #36363E;--theme-scrollbar-thumb: rgba(250, 250, 249, .2);--theme-grid-header-bg: #2E2E36;--theme-grid-line: rgba(217, 119, 6, .1);--theme-grid-cell-border: rgba(217, 119, 6, .15);--theme-grid-active-bg: #D97706;--theme-grid-active-text: #ffffff;--theme-grid-chapter-bg: rgba(217, 119, 6, .08);--theme-grid-bewakingspost-bg: rgba(217, 119, 6, .05);--theme-grid-regel-bg: rgba(217, 119, 6, .03);--theme-grid-tekstregel-bg: rgba(250, 250, 249, .03);--theme-grid-witregel-bg: rgba(250, 250, 249, .02);--theme-grid-input-bg: rgba(217, 119, 6, .05);--theme-grid-input-border: #D97706}[data-theme=light]{--theme-bg: #f5f5f5;--theme-surface: #ffffff;--theme-border: #d1d5db;--theme-text: #1f2937;--theme-text-secondary: #6b7280;--theme-accent: #a82d6e;--theme-accent-hover: #922560;--theme-hover: #e5e7eb;--theme-active: #3b82f6;--theme-titlebar-bg-start: #ffffff;--theme-titlebar-bg-end: #f5f5f5;--theme-titlebar-border: #d1d5db;--theme-titlebar-text: #1f2937;--theme-titlebar-text-secondary: #6b7280;--theme-titlebar-btn-color: #1f2937;--theme-titlebar-btn-hover: #e5e7eb;--theme-titlebar-btn-active: #d1d5db;--theme-titlebar-btn-disabled: #9ca3af;--theme-window-btn-color: #1f2937;--theme-window-btn-hover: rgba(0, 0, 0, .08);--theme-file-tab-bg: #a82d6e;--theme-file-tab-hover: #922560;--theme-file-tab-text: #ffffff;--theme-ribbon-bg-start: #ffffff;--theme-ribbon-bg-end: #f5f5f5;--theme-ribbon-border: #d1d5db;--theme-ribbon-tabs-bg-start: #f5f5f5;--theme-ribbon-tabs-bg-end: #eeeeee;--theme-ribbon-content-bg: #ffffff;--theme-ribbon-text: #6b7280;--theme-ribbon-text-hover: #1f2937;--theme-ribbon-tab-hover: #e5e7eb;--theme-ribbon-tab-active-bg: #ffffff;--theme-ribbon-tab-active-border: #d1d5db;--theme-ribbon-btn-hover: #e5e7eb;--theme-ribbon-btn-hover-border: #d1d5db;--theme-ribbon-btn-active-bg: #dbeafe;--theme-ribbon-btn-active-border: #93c5fd;--theme-ribbon-btn-active-text: #1d4ed8;--theme-ribbon-icon-stroke: #6b7280;--theme-ribbon-group-label: #9ca3af;--theme-ribbon-group-border: #d1d5db;--theme-ribbon-input-bg: #ffffff;--theme-ribbon-input-border: #d1d5db;--theme-ribbon-input-text: #1f2937;--theme-ribbon-input-focus-border: #a82d6e;--theme-ribbon-input-focus-bg: #ffffff;--theme-ribbon-input-label: #9ca3af;--theme-ribbon-dropdown-arrow: #9ca3af;--theme-ctx-tab-border: #a82d6e;--theme-ctx-tab-text: #8a2258;--theme-ctx-tab-hover-bg: rgba(168, 45, 110, .1);--theme-ctx-tab-active-text: #8a2258;--theme-app-menu-bg: #fafafa;--theme-app-menu-sidebar: #f5f5f5;--theme-app-menu-sidebar-border: #d1d5db;--theme-app-menu-text: #1f2937;--theme-app-menu-item-hover: #e5e7eb;--theme-app-menu-item-hover-text: #1f2937;--theme-app-menu-icon: #6b7280;--theme-app-menu-shortcut: #9ca3af;--theme-app-menu-shortcut-hover: #6b7280;--theme-app-menu-divider: #e5e7eb;--theme-tab-bg: #f5f5f5;--theme-tab-border: #d1d5db;--theme-tab-hover: #e5e7eb;--theme-tab-active-bg: #ffffff;--theme-tab-active-accent: #a82d6e;--theme-tab-text: #6b7280;--theme-tab-active-text: #1f2937;--theme-tab-close-color: #6b7280;--theme-tab-modified: #a82d6e;--theme-tab-empty-text: #9ca3af;--theme-tab-add-color: #6b7280;--theme-tab-add-border: #d1d5db;--theme-tab-add-hover: #e5e7eb;--theme-content-bg: #e0e0e0;--theme-panel-bg: #ffffff;--theme-panel-border: #d1d5db;--theme-panel-tab-bg: #f5f5f5;--theme-panel-tab-text: #6b7280;--theme-panel-tab-hover: #e5e7eb;--theme-panel-tab-hover-text: #1f2937;--theme-panel-tab-active-bg: #ffffff;--theme-panel-tab-active-text: #1f2937;--theme-panel-accent: #a82d6e;--theme-panel-header-text: #1f2937;--theme-panel-toggle-bg: #e5e7eb;--theme-panel-toggle-hover: #d1d5db;--theme-panel-toggle-text: #1f2937;--theme-panel-resize: #d1d5db;--theme-panel-resize-hover: #a82d6e;--theme-thumbnail-bg: #f5f5f5;--theme-thumbnail-hover: #e5e7eb;--theme-thumbnail-active-bg: #e5e7eb;--theme-thumbnail-active-border: #a82d6e;--theme-thumbnail-selected-bg: #e8e0f0;--theme-thumbnail-selected-border: #b07cc8;--theme-thumbnail-selected-label: #4a3560;--theme-thumbnail-label: #6b7280;--theme-thumbnail-active-label: #1f2937;--theme-status-bg: #f5f5f5;--theme-status-border: #d1d5db;--theme-status-text: #6b7280;--theme-status-text-label: #4b5563;--theme-status-text-value: #1f2937;--theme-status-hover: rgba(0, 0, 0, .06);--theme-status-separator: rgba(0, 0, 0, .12);--theme-status-nav-text: #1f2937;--theme-status-nav-hover: rgba(0, 0, 0, .08);--theme-placeholder-text: #9ca3af;--theme-placeholder-heading: #6b7280;--theme-bookmarks-empty: #9ca3af;--theme-notifbar-bg: #dbeafe;--theme-notifbar-border: #93c5fd;--theme-notifbar-text: #1f2937;--theme-notifbar-icon: #2563eb;--theme-notifbar-btn-bg: #ffffff;--theme-notifbar-btn-border: #93c5fd;--theme-notifbar-btn-text: #1d4ed8;--theme-notifbar-btn-hover-bg: #bfdbfe;--theme-notifbar-btn-hover-border: #60a5fa;--theme-notifbar-close: #6b7280;--theme-pdfabar-bg: #f8d7da;--theme-pdfabar-border: #e8a0a8;--theme-pdfabar-text: #1f2937;--theme-pdfabar-icon: #b02a37;--theme-pdfabar-btn-bg: #ffffff;--theme-pdfabar-btn-border: #e8a0a8;--theme-pdfabar-btn-text: #b02a37;--theme-pdfabar-btn-hover-bg: #f1b0b7;--theme-pdfabar-btn-hover-border: #b02a37;--theme-pdfabar-close: #6b7280;--theme-bg-lighter: #f5f5f5;--theme-docbar-bg: #f0f0f0;--theme-border-subtle: #ebebeb;--theme-text-muted: #777777;--theme-text-faint: #999999;--theme-editable-text: #0066cc;--theme-editable-bg: rgba(0, 102, 204, .04);--theme-accent-text: #ffffff;--theme-accent-soft: rgba(168, 45, 110, .06);--theme-accent-tint: rgba(168, 45, 110, .9);--theme-hover-strong: rgba(0, 0, 0, .08);--theme-focus-color: #a82d6e;--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-titlebar-bg: #f5f5f5;--theme-titlebar-quick-color: #6b7280;--theme-titlebar-quick-hover-color: #1f2937;--theme-titlebar-quick-hover-bg: #e5e7eb;--theme-titlebar-quick-border: #d1d5db;--theme-placeholder-icon: rgba(0, 0, 0, .1);--theme-ribbon-icon-hover: #1f2937;--theme-ribbon-icon-active: #a82d6e;--theme-ribbon-btn-label: #6b7280;--theme-backstage-item-shortcut: #9ca3af;--theme-backstage-item-shortcut-hover: #a82d6e;--theme-dialog-overlay: rgba(0, 0, 0, .3);--theme-dialog-bg: #ffffff;--theme-dialog-border: #d1d5db;--theme-dialog-header-bg: #f5f5f5;--theme-dialog-header-text: #a82d6e;--theme-dialog-sidebar-bg: #f5f5f5;--theme-dialog-sidebar-border: #d1d5db;--theme-dialog-tab-text: #1f2937;--theme-dialog-tab-hover: #e5e7eb;--theme-dialog-tab-hover-text: #a82d6e;--theme-dialog-tab-active-bg: rgba(168, 45, 110, .08);--theme-dialog-tab-active-text: #a82d6e;--theme-dialog-tab-active-accent: #a82d6e;--theme-dialog-content-bg: #ffffff;--theme-dialog-content-text: #1f2937;--theme-dialog-content-secondary: #6b7280;--theme-dialog-input-bg: #ffffff;--theme-dialog-input-border: #d1d5db;--theme-dialog-input-text: #1f2937;--theme-dialog-btn-bg: #a82d6e;--theme-dialog-btn-text: #ffffff;--theme-dialog-btn-hover: #922560;--theme-dialog-section-border: #e5e7eb;--theme-btn-primary-bg: #a82d6e;--theme-btn-primary-text: #ffffff;--theme-btn-primary-border: #a82d6e;--theme-btn-primary-hover-bg: #922560;--theme-btn-primary-hover-text: #ffffff;--theme-btn-secondary-bg: #f5f5f5;--theme-btn-secondary-text: #1f2937;--theme-btn-secondary-hover-bg: #e5e7eb;--theme-btn-secondary-hover-border: #d1d5db;--theme-scrollbar-track: #f5f5f5;--theme-scrollbar-thumb: #cccccc;--theme-grid-header-bg: #f0f0f0;--theme-grid-line: #e8e8e8;--theme-grid-cell-border: #e0e0e0;--theme-grid-active-bg: #a82d6e;--theme-grid-active-text: #ffffff;--theme-grid-chapter-bg: #f5f0e8;--theme-grid-bewakingspost-bg: #faf7f2;--theme-grid-regel-bg: #ffffff;--theme-grid-tekstregel-bg: #fafafa;--theme-grid-witregel-bg: #ffffff;--theme-grid-input-bg: #ffffff;--theme-grid-input-border: #a82d6e}[data-theme=dark]{--theme-bg: #1a1a2e;--theme-surface: #16213e;--theme-border: #0f3460;--theme-text: #eaeaea;--theme-text-secondary: #8b8b8b;--theme-accent: #a82d6e;--theme-accent-hover: #922560;--theme-hover: #334155;--theme-active: #3b82f6;--theme-titlebar-bg-start: #16213e;--theme-titlebar-bg-end: #1a1a2e;--theme-titlebar-border: #0f3460;--theme-titlebar-text: #eaeaea;--theme-titlebar-text-secondary: #8b8b8b;--theme-titlebar-btn-color: #eaeaea;--theme-titlebar-btn-hover: #334155;--theme-titlebar-btn-active: #475569;--theme-titlebar-btn-disabled: #64748b;--theme-window-btn-color: #eaeaea;--theme-window-btn-hover: rgba(255, 255, 255, .1);--theme-file-tab-bg: #a82d6e;--theme-file-tab-hover: #922560;--theme-file-tab-text: #ffffff;--theme-ribbon-bg-start: #1e293b;--theme-ribbon-bg-end: #172033;--theme-ribbon-border: #0f3460;--theme-ribbon-tabs-bg-start: #1e293b;--theme-ribbon-tabs-bg-end: #1a2436;--theme-ribbon-content-bg: #172033;--theme-ribbon-text: #8b8b8b;--theme-ribbon-text-hover: #eaeaea;--theme-ribbon-tab-hover: #334155;--theme-ribbon-tab-active-bg: #172033;--theme-ribbon-tab-active-border: #0f3460;--theme-ribbon-btn-hover: #334155;--theme-ribbon-btn-hover-border: #475569;--theme-ribbon-btn-active-bg: #1e3a5f;--theme-ribbon-btn-active-border: #60a5fa;--theme-ribbon-btn-active-text: #93c5fd;--theme-ribbon-icon-stroke: #8b8b8b;--theme-ribbon-group-label: #64748b;--theme-ribbon-group-border: #0f3460;--theme-ribbon-input-bg: #0f172a;--theme-ribbon-input-border: #0f3460;--theme-ribbon-input-text: #eaeaea;--theme-ribbon-input-focus-border: #a82d6e;--theme-ribbon-input-focus-bg: #0f172a;--theme-ribbon-input-label: #8b8b8b;--theme-ribbon-dropdown-arrow: #8b8b8b;--theme-ctx-tab-border: #a82d6e;--theme-ctx-tab-text: #a82d6e;--theme-ctx-tab-hover-bg: rgba(168, 45, 110, .15);--theme-ctx-tab-active-text: #c94d8a;--theme-app-menu-bg: #1e293b;--theme-app-menu-sidebar: #16213e;--theme-app-menu-sidebar-border: #0f3460;--theme-app-menu-text: #eaeaea;--theme-app-menu-item-hover: #334155;--theme-app-menu-item-hover-text: #ffffff;--theme-app-menu-icon: #8b8b8b;--theme-app-menu-shortcut: #64748b;--theme-app-menu-shortcut-hover: #8b8b8b;--theme-app-menu-divider: #0f3460;--theme-tab-bg: #16213e;--theme-tab-border: #0f3460;--theme-tab-hover: #1e293b;--theme-tab-active-bg: #1a1a2e;--theme-tab-active-accent: #a82d6e;--theme-tab-text: #8b8b8b;--theme-tab-active-text: #eaeaea;--theme-tab-close-color: #8b8b8b;--theme-tab-modified: #a82d6e;--theme-tab-empty-text: #64748b;--theme-tab-add-color: #8b8b8b;--theme-tab-add-border: #0f3460;--theme-tab-add-hover: #334155;--theme-content-bg: #2a2a4a;--theme-panel-bg: #16213e;--theme-panel-border: #0f3460;--theme-panel-tab-bg: #1a1a2e;--theme-panel-tab-text: #8b8b8b;--theme-panel-tab-hover: #334155;--theme-panel-tab-hover-text: #eaeaea;--theme-panel-tab-active-bg: #16213e;--theme-panel-tab-active-text: #eaeaea;--theme-panel-accent: #a82d6e;--theme-panel-header-text: #eaeaea;--theme-panel-toggle-bg: #334155;--theme-panel-toggle-hover: #475569;--theme-panel-toggle-text: #eaeaea;--theme-panel-resize: #0f3460;--theme-panel-resize-hover: #a82d6e;--theme-thumbnail-bg: #1a1a2e;--theme-thumbnail-hover: #334155;--theme-thumbnail-active-bg: #1e293b;--theme-thumbnail-active-border: #a82d6e;--theme-thumbnail-selected-bg: #2a2a4e;--theme-thumbnail-selected-border: #6b3a7d;--theme-thumbnail-selected-label: #c0c0c0;--theme-thumbnail-label: #8b8b8b;--theme-thumbnail-active-label: #eaeaea;--theme-status-bg: #16213e;--theme-status-border: #0f3460;--theme-status-text: #8b8b8b;--theme-status-text-label: rgba(255, 255, 255, .8);--theme-status-text-value: #eaeaea;--theme-status-hover: rgba(255, 255, 255, .12);--theme-status-separator: rgba(255, 255, 255, .2);--theme-status-nav-text: #eaeaea;--theme-status-nav-hover: rgba(255, 255, 255, .15);--theme-placeholder-text: #8b8b8b;--theme-placeholder-heading: #eaeaea;--theme-bookmarks-empty: #8b8b8b;--theme-notifbar-bg: #1e3a5f;--theme-notifbar-border: #2c5282;--theme-notifbar-text: #93c5fd;--theme-notifbar-icon: #60a5fa;--theme-notifbar-btn-bg: #16213e;--theme-notifbar-btn-border: #2c5282;--theme-notifbar-btn-text: #93c5fd;--theme-notifbar-btn-hover-bg: #2c5282;--theme-notifbar-btn-hover-border: #60a5fa;--theme-notifbar-close: #8b8b8b;--theme-pdfabar-bg: #3b1c1c;--theme-pdfabar-border: #5c2d2d;--theme-pdfabar-text: #f0a0a0;--theme-pdfabar-icon: #e06060;--theme-pdfabar-btn-bg: #16213e;--theme-pdfabar-btn-border: #5c2d2d;--theme-pdfabar-btn-text: #f0a0a0;--theme-pdfabar-btn-hover-bg: #5c2d2d;--theme-pdfabar-btn-hover-border: #e06060;--theme-pdfabar-close: #8b8b8b;--theme-bg-lighter: #242445;--theme-docbar-bg: #16213e;--theme-border-subtle: rgba(15, 52, 96, .6);--theme-text-muted: #778899;--theme-text-faint: #64748b;--theme-editable-text: #fbbf24;--theme-editable-bg: rgba(251, 191, 36, .06);--theme-accent-text: #ffffff;--theme-accent-soft: rgba(168, 45, 110, .06);--theme-accent-tint: rgba(168, 45, 110, .9);--theme-hover-strong: #475569;--theme-focus-color: #a82d6e;--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-titlebar-bg: #1a1a2e;--theme-titlebar-quick-color: #8b8b8b;--theme-titlebar-quick-hover-color: #eaeaea;--theme-titlebar-quick-hover-bg: #334155;--theme-titlebar-quick-border: #0f3460;--theme-placeholder-icon: rgba(168, 45, 110, .2);--theme-ribbon-icon-hover: #eaeaea;--theme-ribbon-icon-active: #a82d6e;--theme-ribbon-btn-label: #8b8b8b;--theme-backstage-item-shortcut: #64748b;--theme-backstage-item-shortcut-hover: #a82d6e;--theme-dialog-overlay: rgba(0, 0, 0, .6);--theme-dialog-bg: #1a1a2e;--theme-dialog-border: #0f3460;--theme-dialog-header-bg: #16213e;--theme-dialog-header-text: #a82d6e;--theme-dialog-sidebar-bg: #16213e;--theme-dialog-sidebar-border: #0f3460;--theme-dialog-tab-text: #eaeaea;--theme-dialog-tab-hover: #334155;--theme-dialog-tab-hover-text: #a82d6e;--theme-dialog-tab-active-bg: rgba(168, 45, 110, .15);--theme-dialog-tab-active-text: #a82d6e;--theme-dialog-tab-active-accent: #a82d6e;--theme-dialog-content-bg: #1a1a2e;--theme-dialog-content-text: #eaeaea;--theme-dialog-content-secondary: #8b8b8b;--theme-dialog-input-bg: #0f172a;--theme-dialog-input-border: #0f3460;--theme-dialog-input-text: #eaeaea;--theme-dialog-btn-bg: #a82d6e;--theme-dialog-btn-text: #ffffff;--theme-dialog-btn-hover: #922560;--theme-dialog-section-border: rgba(15, 52, 96, .6);--theme-btn-primary-bg: #a82d6e;--theme-btn-primary-text: #ffffff;--theme-btn-primary-border: #a82d6e;--theme-btn-primary-hover-bg: #922560;--theme-btn-primary-hover-text: #ffffff;--theme-btn-secondary-bg: #1e293b;--theme-btn-secondary-text: #eaeaea;--theme-btn-secondary-hover-bg: #334155;--theme-btn-secondary-hover-border: #475569;--theme-scrollbar-track: #1a1a2e;--theme-scrollbar-thumb: rgba(139, 139, 139, .2);--theme-grid-header-bg: #16213e;--theme-grid-line: rgba(15, 52, 96, .5);--theme-grid-cell-border: #0f3460;--theme-grid-active-bg: #a82d6e;--theme-grid-active-text: #ffffff;--theme-grid-chapter-bg: rgba(168, 45, 110, .08);--theme-grid-bewakingspost-bg: rgba(168, 45, 110, .05);--theme-grid-regel-bg: rgba(168, 45, 110, .02);--theme-grid-tekstregel-bg: rgba(139, 139, 139, .03);--theme-grid-witregel-bg: rgba(139, 139, 139, .02);--theme-grid-input-bg: #0f172a;--theme-grid-input-border: #a82d6e}[data-theme=blue]{--theme-bg: #0d1b2a;--theme-surface: #1b263b;--theme-border: #2c4a6b;--theme-text: #e0e1dd;--theme-text-secondary: #98c1d9;--theme-accent: #0077b6;--theme-accent-hover: #005f8a;--theme-hover: #3d5a80;--theme-active: #0077b6;--theme-titlebar-bg-start: #1b263b;--theme-titlebar-bg-end: #0d1b2a;--theme-titlebar-border: #2c4a6b;--theme-titlebar-text: #e0e1dd;--theme-titlebar-text-secondary: #98c1d9;--theme-titlebar-btn-color: #e0e1dd;--theme-titlebar-btn-hover: #3d5a80;--theme-titlebar-btn-active: #2c4a6b;--theme-titlebar-btn-disabled: #778da9;--theme-window-btn-color: #e0e1dd;--theme-window-btn-hover: rgba(255, 255, 255, .1);--theme-file-tab-bg: #0077b6;--theme-file-tab-hover: #005f8a;--theme-file-tab-text: #ffffff;--theme-ribbon-bg-start: #253a52;--theme-ribbon-bg-end: #1b263b;--theme-ribbon-border: #2c4a6b;--theme-ribbon-tabs-bg-start: #253a52;--theme-ribbon-tabs-bg-end: #1f3044;--theme-ribbon-content-bg: #1b263b;--theme-ribbon-text: #98c1d9;--theme-ribbon-text-hover: #e0e1dd;--theme-ribbon-tab-hover: #3d5a80;--theme-ribbon-tab-active-bg: #1b263b;--theme-ribbon-tab-active-border: #2c4a6b;--theme-ribbon-btn-hover: #3d5a80;--theme-ribbon-btn-hover-border: #4a7aaa;--theme-ribbon-btn-active-bg: #1a3f5c;--theme-ribbon-btn-active-border: #48cae4;--theme-ribbon-btn-active-text: #90e0ef;--theme-ribbon-icon-stroke: #98c1d9;--theme-ribbon-group-label: #778da9;--theme-ribbon-group-border: #2c4a6b;--theme-ribbon-input-bg: #0d1b2a;--theme-ribbon-input-border: #2c4a6b;--theme-ribbon-input-text: #e0e1dd;--theme-ribbon-input-focus-border: #00b4d8;--theme-ribbon-input-focus-bg: #0d1b2a;--theme-ribbon-input-label: #778da9;--theme-ribbon-dropdown-arrow: #778da9;--theme-ctx-tab-border: #00b4d8;--theme-ctx-tab-text: #48cae4;--theme-ctx-tab-hover-bg: rgba(0, 180, 216, .15);--theme-ctx-tab-active-text: #90e0ef;--theme-app-menu-bg: #1b263b;--theme-app-menu-sidebar: #0d1b2a;--theme-app-menu-sidebar-border: #2c4a6b;--theme-app-menu-text: #e0e1dd;--theme-app-menu-item-hover: #3d5a80;--theme-app-menu-item-hover-text: #ffffff;--theme-app-menu-icon: #98c1d9;--theme-app-menu-shortcut: #778da9;--theme-app-menu-shortcut-hover: #98c1d9;--theme-app-menu-divider: #2c4a6b;--theme-tab-bg: #1b263b;--theme-tab-border: #2c4a6b;--theme-tab-hover: #253a52;--theme-tab-active-bg: #0d1b2a;--theme-tab-active-accent: #00b4d8;--theme-tab-text: #98c1d9;--theme-tab-active-text: #e0e1dd;--theme-tab-close-color: #778da9;--theme-tab-modified: #00b4d8;--theme-tab-empty-text: #778da9;--theme-tab-add-color: #778da9;--theme-tab-add-border: #2c4a6b;--theme-tab-add-hover: #3d5a80;--theme-content-bg: #1b3a4a;--theme-panel-bg: #1b263b;--theme-panel-border: #2c4a6b;--theme-panel-tab-bg: #0d1b2a;--theme-panel-tab-text: #778da9;--theme-panel-tab-hover: #3d5a80;--theme-panel-tab-hover-text: #e0e1dd;--theme-panel-tab-active-bg: #1b263b;--theme-panel-tab-active-text: #e0e1dd;--theme-panel-accent: #00b4d8;--theme-panel-header-text: #e0e1dd;--theme-panel-toggle-bg: #3d5a80;--theme-panel-toggle-hover: #4a6a90;--theme-panel-toggle-text: #e0e1dd;--theme-panel-resize: #2c4a6b;--theme-panel-resize-hover: #00b4d8;--theme-thumbnail-bg: #0d1b2a;--theme-thumbnail-hover: #3d5a80;--theme-thumbnail-active-bg: #253a52;--theme-thumbnail-active-border: #00b4d8;--theme-thumbnail-selected-bg: #1a3550;--theme-thumbnail-selected-border: #0090b0;--theme-thumbnail-selected-label: #b0d8e8;--theme-thumbnail-label: #98c1d9;--theme-thumbnail-active-label: #e0e1dd;--theme-status-bg: #0d1b2a;--theme-status-border: #2c4a6b;--theme-status-text: #98c1d9;--theme-status-text-label: rgba(255, 255, 255, .8);--theme-status-text-value: #e0e1dd;--theme-status-hover: rgba(255, 255, 255, .1);--theme-status-separator: rgba(255, 255, 255, .2);--theme-status-nav-text: #e0e1dd;--theme-status-nav-hover: rgba(255, 255, 255, .12);--theme-placeholder-text: #778da9;--theme-placeholder-heading: #98c1d9;--theme-bookmarks-empty: #778da9;--theme-notifbar-bg: #0d3056;--theme-notifbar-border: #1a5276;--theme-notifbar-text: #90e0ef;--theme-notifbar-icon: #48cae4;--theme-notifbar-btn-bg: #0d1b2a;--theme-notifbar-btn-border: #1a5276;--theme-notifbar-btn-text: #90e0ef;--theme-notifbar-btn-hover-bg: #1a5276;--theme-notifbar-btn-hover-border: #48cae4;--theme-notifbar-close: #778da9;--theme-pdfabar-bg: #2a1015;--theme-pdfabar-border: #4a2030;--theme-pdfabar-text: #e0a0a0;--theme-pdfabar-icon: #d06060;--theme-pdfabar-btn-bg: #0d1b2a;--theme-pdfabar-btn-border: #4a2030;--theme-pdfabar-btn-text: #e0a0a0;--theme-pdfabar-btn-hover-bg: #4a2030;--theme-pdfabar-btn-hover-border: #d06060;--theme-pdfabar-close: #778da9;--theme-bg-lighter: #1b263b;--theme-docbar-bg: #0a1520;--theme-border-subtle: #1f3a55;--theme-text-muted: #778da9;--theme-text-faint: #5a7090;--theme-editable-text: #48cae4;--theme-editable-bg: rgba(251, 191, 36, .06);--theme-accent-text: #ffffff;--theme-accent-soft: rgba(0, 119, 182, .08);--theme-accent-tint: rgba(0, 119, 182, .9);--theme-hover-strong: #4a6a90;--theme-focus-color: #0077b6;--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-titlebar-bg: #0d1b2a;--theme-titlebar-quick-color: #98c1d9;--theme-titlebar-quick-hover-color: #e0e1dd;--theme-titlebar-quick-hover-bg: #3d5a80;--theme-titlebar-quick-border: #2c4a6b;--theme-placeholder-icon: rgba(0, 119, 182, .2);--theme-ribbon-icon-hover: #e0e1dd;--theme-ribbon-icon-active: #48cae4;--theme-ribbon-btn-label: #98c1d9;--theme-backstage-item-shortcut: #778da9;--theme-backstage-item-shortcut-hover: #48cae4;--theme-dialog-overlay: rgba(0, 0, 0, .6);--theme-dialog-bg: #0d1b2a;--theme-dialog-border: #2c4a6b;--theme-dialog-header-bg: #1b263b;--theme-dialog-header-text: #48cae4;--theme-dialog-sidebar-bg: #1b263b;--theme-dialog-sidebar-border: #2c4a6b;--theme-dialog-tab-text: #e0e1dd;--theme-dialog-tab-hover: #3d5a80;--theme-dialog-tab-hover-text: #48cae4;--theme-dialog-tab-active-bg: rgba(0, 180, 216, .15);--theme-dialog-tab-active-text: #48cae4;--theme-dialog-tab-active-accent: #00b4d8;--theme-dialog-content-bg: #0d1b2a;--theme-dialog-content-text: #e0e1dd;--theme-dialog-content-secondary: #98c1d9;--theme-dialog-input-bg: #0a1520;--theme-dialog-input-border: #2c4a6b;--theme-dialog-input-text: #e0e1dd;--theme-dialog-btn-bg: #0077b6;--theme-dialog-btn-text: #ffffff;--theme-dialog-btn-hover: #005f8a;--theme-dialog-section-border: #1f3a55;--theme-btn-primary-bg: #0077b6;--theme-btn-primary-text: #ffffff;--theme-btn-primary-border: #0077b6;--theme-btn-primary-hover-bg: #005f8a;--theme-btn-primary-hover-text: #ffffff;--theme-btn-secondary-bg: #1b263b;--theme-btn-secondary-text: #e0e1dd;--theme-btn-secondary-hover-bg: #3d5a80;--theme-btn-secondary-hover-border: #4a7aaa;--theme-scrollbar-track: #0d1b2a;--theme-scrollbar-thumb: #2c4a6b;--theme-grid-header-bg: #1b263b;--theme-grid-line: rgba(0, 119, 182, .1);--theme-grid-cell-border: #2c4a6b;--theme-grid-active-bg: #0077b6;--theme-grid-active-text: #ffffff;--theme-grid-chapter-bg: rgba(0, 119, 182, .08);--theme-grid-bewakingspost-bg: rgba(0, 119, 182, .05);--theme-grid-regel-bg: rgba(0, 119, 182, .02);--theme-grid-tekstregel-bg: rgba(152, 193, 217, .03);--theme-grid-witregel-bg: rgba(152, 193, 217, .02);--theme-grid-input-bg: #0a1520;--theme-grid-input-border: #0077b6}[data-theme=amber-navy]{--theme-bg: #1a1a2e;--theme-surface: #242445;--theme-border: rgba(217, 119, 6, .2);--theme-text: #C4B199;--theme-text-secondary: rgba(196, 177, 153, .6);--theme-accent: #D97706;--theme-accent-hover: #B45309;--theme-hover: rgba(217, 119, 6, .1);--theme-active: #D97706;--theme-titlebar-bg-start: #242445;--theme-titlebar-bg-end: #1a1a2e;--theme-titlebar-border: rgba(217, 119, 6, .2);--theme-titlebar-text: #C4B199;--theme-titlebar-text-secondary: rgba(196, 177, 153, .6);--theme-titlebar-btn-color: #C4B199;--theme-titlebar-btn-hover: rgba(217, 119, 6, .15);--theme-titlebar-btn-active: rgba(217, 119, 6, .25);--theme-titlebar-btn-disabled: rgba(196, 177, 153, .4);--theme-window-btn-color: #C4B199;--theme-window-btn-hover: rgba(217, 119, 6, .15);--theme-file-tab-bg: #D97706;--theme-file-tab-hover: #B45309;--theme-file-tab-text: #1a1a2e;--theme-ribbon-bg-start: #242445;--theme-ribbon-bg-end: #1a1a2e;--theme-ribbon-border: rgba(217, 119, 6, .2);--theme-ribbon-tabs-bg-start: #242445;--theme-ribbon-tabs-bg-end: #1f1f3a;--theme-ribbon-content-bg: #1a1a2e;--theme-ribbon-text: rgba(196, 177, 153, .6);--theme-ribbon-text-hover: #C4B199;--theme-ribbon-tab-hover: rgba(217, 119, 6, .1);--theme-ribbon-tab-active-bg: #1a1a2e;--theme-ribbon-tab-active-border: rgba(217, 119, 6, .2);--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-stroke: rgba(196, 177, 153, .6);--theme-ribbon-group-label: rgba(217, 119, 6, .8);--theme-ribbon-group-border: rgba(217, 119, 6, .15);--theme-ribbon-input-bg: rgba(217, 119, 6, .05);--theme-ribbon-input-border: rgba(217, 119, 6, .2);--theme-ribbon-input-text: #C4B199;--theme-ribbon-input-focus-border: #D97706;--theme-ribbon-input-focus-bg: rgba(217, 119, 6, .08);--theme-ribbon-input-label: rgba(196, 177, 153, .5);--theme-ribbon-dropdown-arrow: rgba(196, 177, 153, .5);--theme-ctx-tab-border: #D97706;--theme-ctx-tab-text: #D97706;--theme-ctx-tab-hover-bg: rgba(217, 119, 6, .15);--theme-ctx-tab-active-text: #D97706;--theme-app-menu-bg: #242445;--theme-app-menu-sidebar: #1a1a2e;--theme-app-menu-sidebar-border: rgba(217, 119, 6, .2);--theme-app-menu-text: #C4B199;--theme-app-menu-item-hover: rgba(217, 119, 6, .1);--theme-app-menu-item-hover-text: #C4B199;--theme-app-menu-icon: rgba(196, 177, 153, .6);--theme-app-menu-shortcut: rgba(196, 177, 153, .5);--theme-app-menu-shortcut-hover: rgba(217, 119, 6, .7);--theme-app-menu-divider: rgba(217, 119, 6, .15);--theme-tab-bg: #2a1f0a;--theme-tab-border: rgba(217, 119, 6, .2);--theme-tab-hover: rgba(217, 119, 6, .1);--theme-tab-active-bg: #1a1a2e;--theme-tab-active-accent: #D97706;--theme-tab-text: rgba(196, 177, 153, .6);--theme-tab-active-text: #C4B199;--theme-tab-close-color: rgba(196, 177, 153, .5);--theme-tab-modified: #D97706;--theme-tab-empty-text: rgba(196, 177, 153, .4);--theme-tab-add-color: rgba(196, 177, 153, .5);--theme-tab-add-border: rgba(217, 119, 6, .2);--theme-tab-add-hover: rgba(217, 119, 6, .1);--theme-content-bg: #12122a;--theme-panel-bg: #242445;--theme-panel-border: rgba(217, 119, 6, .2);--theme-panel-tab-bg: #1a1a2e;--theme-panel-tab-text: rgba(196, 177, 153, .6);--theme-panel-tab-hover: rgba(217, 119, 6, .1);--theme-panel-tab-hover-text: #C4B199;--theme-panel-tab-active-bg: #242445;--theme-panel-tab-active-text: #C4B199;--theme-panel-accent: #D97706;--theme-panel-header-text: #C4B199;--theme-panel-toggle-bg: rgba(217, 119, 6, .1);--theme-panel-toggle-hover: rgba(217, 119, 6, .15);--theme-panel-toggle-text: #C4B199;--theme-panel-resize: rgba(217, 119, 6, .2);--theme-panel-resize-hover: #D97706;--theme-thumbnail-bg: #1a1a2e;--theme-thumbnail-hover: rgba(217, 119, 6, .1);--theme-thumbnail-active-bg: #242445;--theme-thumbnail-active-border: #D97706;--theme-thumbnail-selected-bg: rgba(217, 119, 6, .12);--theme-thumbnail-selected-border: #B45309;--theme-thumbnail-selected-label: #D97706;--theme-thumbnail-label: rgba(196, 177, 153, .6);--theme-thumbnail-active-label: #C4B199;--theme-status-bg: #D97706;--theme-status-border: #D97706;--theme-status-text: #1a1a2e;--theme-status-text-label: rgba(26, 26, 46, .7);--theme-status-text-value: #1a1a2e;--theme-status-hover: rgba(26, 26, 46, .15);--theme-status-separator: rgba(26, 26, 46, .25);--theme-status-nav-text: #1a1a2e;--theme-status-nav-hover: rgba(26, 26, 46, .15);--theme-placeholder-text: rgba(196, 177, 153, .5);--theme-placeholder-heading: #C4B199;--theme-bookmarks-empty: rgba(196, 177, 153, .5);--theme-notifbar-bg: rgba(217, 119, 6, .15);--theme-notifbar-border: rgba(217, 119, 6, .3);--theme-notifbar-text: #C4B199;--theme-notifbar-icon: #D97706;--theme-notifbar-btn-bg: #1a1a2e;--theme-notifbar-btn-border: rgba(217, 119, 6, .3);--theme-notifbar-btn-text: #D97706;--theme-notifbar-btn-hover-bg: rgba(217, 119, 6, .2);--theme-notifbar-btn-hover-border: #D97706;--theme-notifbar-close: rgba(196, 177, 153, .5);--theme-pdfabar-bg: #3b1c1c;--theme-pdfabar-border: #5c2d2d;--theme-pdfabar-text: #f0a0a0;--theme-pdfabar-icon: #e06060;--theme-pdfabar-btn-bg: #1a1a2e;--theme-pdfabar-btn-border: #5c2d2d;--theme-pdfabar-btn-text: #f0a0a0;--theme-pdfabar-btn-hover-bg: #5c2d2d;--theme-pdfabar-btn-hover-border: #e06060;--theme-pdfabar-close: rgba(196, 177, 153, .5);--theme-bg-lighter: #242445;--theme-docbar-bg: #2a1f0a;--theme-border-subtle: rgba(217, 119, 6, .12);--theme-text-muted: rgba(196, 177, 153, .5);--theme-text-faint: rgba(196, 177, 153, .4);--theme-editable-text: #fbbf24;--theme-editable-bg: rgba(251, 191, 36, .06);--theme-accent-text: #ffffff;--theme-accent-soft: rgba(217, 119, 6, .06);--theme-accent-tint: rgba(217, 119, 6, .9);--theme-hover-strong: rgba(217, 119, 6, .18);--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-titlebar-bg: #1a1a2e;--theme-titlebar-quick-color: rgba(196, 177, 153, .6);--theme-titlebar-quick-hover-color: #C4B199;--theme-titlebar-quick-hover-bg: rgba(217, 119, 6, .1);--theme-titlebar-quick-border: rgba(217, 119, 6, .2);--theme-placeholder-icon: rgba(217, 119, 6, .2);--theme-ribbon-icon-hover: #C4B199;--theme-ribbon-icon-active: #D97706;--theme-ribbon-btn-label: rgba(196, 177, 153, .6);--theme-backstage-item-shortcut: rgba(196, 177, 153, .5);--theme-backstage-item-shortcut-hover: rgba(217, 119, 6, .7);--theme-dialog-overlay: rgba(0, 0, 0, .6);--theme-dialog-bg: #1a1a2e;--theme-dialog-border: rgba(217, 119, 6, .2);--theme-dialog-header-bg: #242445;--theme-dialog-header-text: #D97706;--theme-dialog-sidebar-bg: #242445;--theme-dialog-sidebar-border: rgba(217, 119, 6, .2);--theme-dialog-tab-text: #C4B199;--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: #1a1a2e;--theme-dialog-content-text: #C4B199;--theme-dialog-content-secondary: rgba(196, 177, 153, .6);--theme-dialog-input-bg: rgba(217, 119, 6, .05);--theme-dialog-input-border: rgba(217, 119, 6, .2);--theme-dialog-input-text: #C4B199;--theme-dialog-btn-bg: #D97706;--theme-dialog-btn-text: #1a1a2e;--theme-dialog-btn-hover: #B45309;--theme-dialog-section-border: rgba(217, 119, 6, .15);--theme-btn-primary-bg: #D97706;--theme-btn-primary-text: #1a1a2e;--theme-btn-primary-border: #D97706;--theme-btn-primary-hover-bg: #B45309;--theme-btn-primary-hover-text: #1a1a2e;--theme-btn-secondary-bg: rgba(217, 119, 6, .1);--theme-btn-secondary-text: #C4B199;--theme-btn-secondary-hover-bg: rgba(217, 119, 6, .2);--theme-btn-secondary-hover-border: rgba(217, 119, 6, .3);--theme-scrollbar-track: #1a1a2e;--theme-scrollbar-thumb: rgba(196, 177, 153, .2);--theme-grid-header-bg: #242445;--theme-grid-line: rgba(217, 119, 6, .08);--theme-grid-cell-border: rgba(217, 119, 6, .12);--theme-grid-active-bg: #D97706;--theme-grid-active-text: #ffffff;--theme-grid-chapter-bg: rgba(217, 119, 6, .06);--theme-grid-bewakingspost-bg: rgba(217, 119, 6, .04);--theme-grid-regel-bg: rgba(217, 119, 6, .02);--theme-grid-tekstregel-bg: rgba(196, 177, 153, .03);--theme-grid-witregel-bg: rgba(196, 177, 153, .02);--theme-grid-input-bg: rgba(217, 119, 6, .05);--theme-grid-input-border: #D97706}[data-theme=warm-ember]{--theme-bg: #3E3636;--theme-surface: #4a4242;--theme-border: rgba(217, 119, 6, .25);--theme-text: #F5F0EB;--theme-text-secondary: rgba(245, 240, 235, .6);--theme-accent: #D97706;--theme-accent-hover: #B45309;--theme-hover: rgba(217, 119, 6, .1);--theme-active: #D97706;--theme-titlebar-bg-start: #4a4242;--theme-titlebar-bg-end: #3E3636;--theme-titlebar-border: rgba(217, 119, 6, .25);--theme-titlebar-text: #F5F0EB;--theme-titlebar-text-secondary: rgba(245, 240, 235, .6);--theme-titlebar-btn-color: #F5F0EB;--theme-titlebar-btn-hover: rgba(217, 119, 6, .15);--theme-titlebar-btn-active: rgba(217, 119, 6, .25);--theme-titlebar-btn-disabled: rgba(245, 240, 235, .4);--theme-window-btn-color: #F5F0EB;--theme-window-btn-hover: rgba(217, 119, 6, .15);--theme-file-tab-bg: #D97706;--theme-file-tab-hover: #B45309;--theme-file-tab-text: #3E3636;--theme-ribbon-bg-start: #4a4242;--theme-ribbon-bg-end: #3E3636;--theme-ribbon-border: rgba(217, 119, 6, .25);--theme-ribbon-tabs-bg-start: #4a4242;--theme-ribbon-tabs-bg-end: #443c3c;--theme-ribbon-content-bg: #3E3636;--theme-ribbon-text: rgba(245, 240, 235, .6);--theme-ribbon-text-hover: #F5F0EB;--theme-ribbon-tab-hover: rgba(217, 119, 6, .1);--theme-ribbon-tab-active-bg: #3E3636;--theme-ribbon-tab-active-border: rgba(217, 119, 6, .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-stroke: rgba(245, 240, 235, .6);--theme-ribbon-group-label: rgba(217, 119, 6, .8);--theme-ribbon-group-border: rgba(217, 119, 6, .15);--theme-ribbon-input-bg: rgba(217, 119, 6, .05);--theme-ribbon-input-border: rgba(217, 119, 6, .2);--theme-ribbon-input-text: #F5F0EB;--theme-ribbon-input-focus-border: #D97706;--theme-ribbon-input-focus-bg: rgba(217, 119, 6, .08);--theme-ribbon-input-label: rgba(245, 240, 235, .5);--theme-ribbon-dropdown-arrow: rgba(245, 240, 235, .5);--theme-ctx-tab-border: #D97706;--theme-ctx-tab-text: #D97706;--theme-ctx-tab-hover-bg: rgba(217, 119, 6, .15);--theme-ctx-tab-active-text: #D97706;--theme-app-menu-bg: #4a4242;--theme-app-menu-sidebar: #3E3636;--theme-app-menu-sidebar-border: rgba(217, 119, 6, .2);--theme-app-menu-text: #F5F0EB;--theme-app-menu-item-hover: rgba(217, 119, 6, .1);--theme-app-menu-item-hover-text: #F5F0EB;--theme-app-menu-icon: rgba(245, 240, 235, .6);--theme-app-menu-shortcut: rgba(245, 240, 235, .5);--theme-app-menu-shortcut-hover: rgba(217, 119, 6, .7);--theme-app-menu-divider: rgba(217, 119, 6, .15);--theme-tab-bg: #332d2d;--theme-tab-border: rgba(217, 119, 6, .2);--theme-tab-hover: rgba(217, 119, 6, .1);--theme-tab-active-bg: #3E3636;--theme-tab-active-accent: #D97706;--theme-tab-text: rgba(245, 240, 235, .6);--theme-tab-active-text: #F5F0EB;--theme-tab-close-color: rgba(245, 240, 235, .5);--theme-tab-modified: #D97706;--theme-tab-empty-text: rgba(245, 240, 235, .4);--theme-tab-add-color: rgba(245, 240, 235, .5);--theme-tab-add-border: rgba(217, 119, 6, .2);--theme-tab-add-hover: rgba(217, 119, 6, .1);--theme-content-bg: #2e2828;--theme-panel-bg: #4a4242;--theme-panel-border: rgba(217, 119, 6, .2);--theme-panel-tab-bg: #3E3636;--theme-panel-tab-text: rgba(245, 240, 235, .6);--theme-panel-tab-hover: rgba(217, 119, 6, .1);--theme-panel-tab-hover-text: #F5F0EB;--theme-panel-tab-active-bg: #4a4242;--theme-panel-tab-active-text: #F5F0EB;--theme-panel-accent: #D97706;--theme-panel-header-text: #F5F0EB;--theme-panel-toggle-bg: rgba(217, 119, 6, .1);--theme-panel-toggle-hover: rgba(217, 119, 6, .18);--theme-panel-toggle-text: #F5F0EB;--theme-panel-resize: rgba(217, 119, 6, .2);--theme-panel-resize-hover: #D97706;--theme-thumbnail-bg: #3E3636;--theme-thumbnail-hover: rgba(217, 119, 6, .1);--theme-thumbnail-active-bg: #4a4242;--theme-thumbnail-active-border: #D97706;--theme-thumbnail-selected-bg: rgba(217, 119, 6, .12);--theme-thumbnail-selected-border: #B45309;--theme-thumbnail-selected-label: #D97706;--theme-thumbnail-label: rgba(245, 240, 235, .6);--theme-thumbnail-active-label: #F5F0EB;--theme-status-bg: #D97706;--theme-status-border: #D97706;--theme-status-text: #3E3636;--theme-status-text-label: rgba(62, 54, 54, .7);--theme-status-text-value: #3E3636;--theme-status-hover: rgba(62, 54, 54, .15);--theme-status-separator: rgba(62, 54, 54, .25);--theme-status-nav-text: #3E3636;--theme-status-nav-hover: rgba(62, 54, 54, .15);--theme-placeholder-text: rgba(245, 240, 235, .5);--theme-placeholder-heading: #F5F0EB;--theme-bookmarks-empty: rgba(245, 240, 235, .5);--theme-notifbar-bg: rgba(217, 119, 6, .15);--theme-notifbar-border: rgba(217, 119, 6, .3);--theme-notifbar-text: #F5F0EB;--theme-notifbar-icon: #D97706;--theme-notifbar-btn-bg: #3E3636;--theme-notifbar-btn-border: rgba(217, 119, 6, .3);--theme-notifbar-btn-text: #D97706;--theme-notifbar-btn-hover-bg: rgba(217, 119, 6, .2);--theme-notifbar-btn-hover-border: #D97706;--theme-notifbar-close: rgba(245, 240, 235, .5);--theme-pdfabar-bg: #3b1c1c;--theme-pdfabar-border: #5c2d2d;--theme-pdfabar-text: #f0a0a0;--theme-pdfabar-icon: #e06060;--theme-pdfabar-btn-bg: #3E3636;--theme-pdfabar-btn-border: #5c2d2d;--theme-pdfabar-btn-text: #f0a0a0;--theme-pdfabar-btn-hover-bg: #5c2d2d;--theme-pdfabar-btn-hover-border: #e06060;--theme-pdfabar-close: rgba(245, 240, 235, .5);--theme-bg-lighter: #4a4242;--theme-docbar-bg: #332d2d;--theme-border-subtle: rgba(217, 119, 6, .15);--theme-text-muted: rgba(245, 240, 235, .5);--theme-text-faint: rgba(245, 240, 235, .4);--theme-editable-text: #fbbf24;--theme-editable-bg: rgba(251, 191, 36, .06);--theme-accent-text: #ffffff;--theme-accent-soft: rgba(217, 119, 6, .08);--theme-accent-tint: rgba(217, 119, 6, .9);--theme-hover-strong: rgba(217, 119, 6, .18);--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-titlebar-bg: #3E3636;--theme-titlebar-quick-color: rgba(245, 240, 235, .6);--theme-titlebar-quick-hover-color: #F5F0EB;--theme-titlebar-quick-hover-bg: rgba(217, 119, 6, .1);--theme-titlebar-quick-border: rgba(217, 119, 6, .25);--theme-placeholder-icon: rgba(217, 119, 6, .2);--theme-ribbon-icon-hover: #F5F0EB;--theme-ribbon-icon-active: #D97706;--theme-ribbon-btn-label: rgba(245, 240, 235, .6);--theme-backstage-item-shortcut: rgba(245, 240, 235, .5);--theme-backstage-item-shortcut-hover: rgba(217, 119, 6, .7);--theme-dialog-overlay: rgba(0, 0, 0, .55);--theme-dialog-bg: #3E3636;--theme-dialog-border: rgba(217, 119, 6, .2);--theme-dialog-header-bg: #4a4242;--theme-dialog-header-text: #D97706;--theme-dialog-sidebar-bg: #4a4242;--theme-dialog-sidebar-border: rgba(217, 119, 6, .2);--theme-dialog-tab-text: #F5F0EB;--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: #3E3636;--theme-dialog-content-text: #F5F0EB;--theme-dialog-content-secondary: rgba(245, 240, 235, .6);--theme-dialog-input-bg: rgba(217, 119, 6, .05);--theme-dialog-input-border: rgba(217, 119, 6, .2);--theme-dialog-input-text: #F5F0EB;--theme-dialog-btn-bg: #D97706;--theme-dialog-btn-text: #3E3636;--theme-dialog-btn-hover: #B45309;--theme-dialog-section-border: rgba(217, 119, 6, .15);--theme-btn-primary-bg: #D97706;--theme-btn-primary-text: #3E3636;--theme-btn-primary-border: #D97706;--theme-btn-primary-hover-bg: #B45309;--theme-btn-primary-hover-text: #3E3636;--theme-btn-secondary-bg: rgba(217, 119, 6, .1);--theme-btn-secondary-text: #F5F0EB;--theme-btn-secondary-hover-bg: rgba(217, 119, 6, .2);--theme-btn-secondary-hover-border: rgba(217, 119, 6, .3);--theme-scrollbar-track: #3E3636;--theme-scrollbar-thumb: rgba(245, 240, 235, .2);--theme-grid-header-bg: #332d2d;--theme-grid-line: rgba(217, 119, 6, .1);--theme-grid-cell-border: rgba(217, 119, 6, .15);--theme-grid-active-bg: #D97706;--theme-grid-active-text: #ffffff;--theme-grid-chapter-bg: rgba(217, 119, 6, .08);--theme-grid-bewakingspost-bg: rgba(217, 119, 6, .05);--theme-grid-regel-bg: rgba(217, 119, 6, .03);--theme-grid-tekstregel-bg: rgba(245, 240, 235, .03);--theme-grid-witregel-bg: rgba(245, 240, 235, .02);--theme-grid-input-bg: rgba(217, 119, 6, .05);--theme-grid-input-border: #D97706}[data-theme=highContrast]{--theme-bg: #000000;--theme-surface: #0a0a0a;--theme-border: #ffffff;--theme-text: #ffffff;--theme-text-secondary: #cccccc;--theme-accent: #ffff00;--theme-accent-hover: #ffcc00;--theme-hover: #333333;--theme-active: #ffff00;--theme-titlebar-bg-start: #141414;--theme-titlebar-bg-end: #0a0a0a;--theme-titlebar-border: #ffffff;--theme-titlebar-text: #ffffff;--theme-titlebar-text-secondary: #cccccc;--theme-titlebar-btn-color: #ffffff;--theme-titlebar-btn-hover: #333333;--theme-titlebar-btn-active: #444444;--theme-titlebar-btn-disabled: #999999;--theme-window-btn-color: #ffffff;--theme-window-btn-hover: #333333;--theme-file-tab-bg: #ffff00;--theme-file-tab-hover: #ffcc00;--theme-file-tab-text: #000000;--theme-ribbon-bg-start: #141414;--theme-ribbon-bg-end: #0a0a0a;--theme-ribbon-border: #ffffff;--theme-ribbon-tabs-bg-start: #141414;--theme-ribbon-tabs-bg-end: #0d0d0d;--theme-ribbon-content-bg: #0a0a0a;--theme-ribbon-text: #ffffff;--theme-ribbon-text-hover: #ffff00;--theme-ribbon-tab-hover: #333333;--theme-ribbon-tab-active-bg: #0a0a0a;--theme-ribbon-tab-active-border: #ffffff;--theme-ribbon-btn-hover: #333333;--theme-ribbon-btn-hover-border: #ffffff;--theme-ribbon-btn-active-bg: #ffff00;--theme-ribbon-btn-active-border: #ffff00;--theme-ribbon-btn-active-text: #000000;--theme-ribbon-icon-stroke: #ffffff;--theme-ribbon-group-label: #cccccc;--theme-ribbon-group-border: #ffffff;--theme-ribbon-input-bg: #000000;--theme-ribbon-input-border: #ffffff;--theme-ribbon-input-text: #ffffff;--theme-ribbon-input-focus-border: #ffff00;--theme-ribbon-input-focus-bg: #000000;--theme-ribbon-input-label: #cccccc;--theme-ribbon-dropdown-arrow: #ffffff;--theme-ctx-tab-border: #ffff00;--theme-ctx-tab-text: #ffff00;--theme-ctx-tab-hover-bg: rgba(255, 255, 0, .15);--theme-ctx-tab-active-text: #ffff00;--theme-app-menu-bg: #000000;--theme-app-menu-sidebar: #0a0a0a;--theme-app-menu-sidebar-border: #ffffff;--theme-app-menu-text: #ffffff;--theme-app-menu-item-hover: #333333;--theme-app-menu-item-hover-text: #ffff00;--theme-app-menu-icon: #ffffff;--theme-app-menu-shortcut: #cccccc;--theme-app-menu-shortcut-hover: #ffff00;--theme-app-menu-divider: #ffffff;--theme-tab-bg: #0a0a0a;--theme-tab-border: #ffffff;--theme-tab-hover: #333333;--theme-tab-active-bg: #000000;--theme-tab-active-accent: #ffff00;--theme-tab-text: #ffffff;--theme-tab-active-text: #ffff00;--theme-tab-close-color: #ffffff;--theme-tab-modified: #ffff00;--theme-tab-empty-text: #cccccc;--theme-tab-add-color: #ffffff;--theme-tab-add-border: #ffffff;--theme-tab-add-hover: #333333;--theme-content-bg: #333333;--theme-panel-bg: #0a0a0a;--theme-panel-border: #ffffff;--theme-panel-tab-bg: #000000;--theme-panel-tab-text: #cccccc;--theme-panel-tab-hover: #333333;--theme-panel-tab-hover-text: #ffffff;--theme-panel-tab-active-bg: #0a0a0a;--theme-panel-tab-active-text: #ffff00;--theme-panel-accent: #ffff00;--theme-panel-header-text: #ffffff;--theme-panel-toggle-bg: #333333;--theme-panel-toggle-hover: #555555;--theme-panel-toggle-text: #ffffff;--theme-panel-resize: #ffffff;--theme-panel-resize-hover: #ffff00;--theme-thumbnail-bg: #000000;--theme-thumbnail-hover: #333333;--theme-thumbnail-active-bg: #0a0a0a;--theme-thumbnail-active-border: #ffff00;--theme-thumbnail-selected-bg: #1a1a00;--theme-thumbnail-selected-border: #999900;--theme-thumbnail-selected-label: #cccc00;--theme-thumbnail-label: #ffffff;--theme-thumbnail-active-label: #ffff00;--theme-status-bg: #000000;--theme-status-border: #ffffff;--theme-status-text: #ffffff;--theme-status-text-label: #ffffff;--theme-status-text-value: #ffff00;--theme-status-hover: rgba(255, 255, 255, .15);--theme-status-separator: #ffffff;--theme-status-nav-text: #ffffff;--theme-status-nav-hover: rgba(255, 255, 255, .2);--theme-placeholder-text: #999999;--theme-placeholder-heading: #ffffff;--theme-bookmarks-empty: #999999;--theme-notifbar-bg: #000080;--theme-notifbar-border: #ffffff;--theme-notifbar-text: #ffffff;--theme-notifbar-icon: #ffff00;--theme-notifbar-btn-bg: #000000;--theme-notifbar-btn-border: #ffffff;--theme-notifbar-btn-text: #ffffff;--theme-notifbar-btn-hover-bg: #333333;--theme-notifbar-btn-hover-border: #ffff00;--theme-notifbar-close: #ffffff;--theme-pdfabar-bg: #800000;--theme-pdfabar-border: #ffffff;--theme-pdfabar-text: #ffffff;--theme-pdfabar-icon: #ffff00;--theme-pdfabar-btn-bg: #000000;--theme-pdfabar-btn-border: #ffffff;--theme-pdfabar-btn-text: #ffffff;--theme-pdfabar-btn-hover-bg: #333333;--theme-pdfabar-btn-hover-border: #ffff00;--theme-pdfabar-close: #ffffff;--theme-bg-lighter: #141414;--theme-docbar-bg: #0a0a0a;--theme-border-subtle: #cccccc;--theme-text-muted: #bbbbbb;--theme-text-faint: #999999;--theme-editable-text: #ffff00;--theme-editable-bg: rgba(251, 191, 36, .06);--theme-accent-text: #000000;--theme-accent-soft: rgba(255, 255, 0, .08);--theme-accent-tint: rgba(255, 255, 0, .9);--theme-hover-strong: #444444;--theme-focus-color: #ffff00;--theme-danger-color: #ff4444;--theme-danger-hover: #cc0000;--theme-dialog-shadow: 0 4px 16px rgba(255, 255, 255, .15);--theme-panel-shadow: 2px 0 8px rgba(255, 255, 255, .1);--theme-popover-shadow: 0 8px 24px rgba(255, 255, 255, .15);--theme-titlebar-bg: #000000;--theme-titlebar-quick-color: #cccccc;--theme-titlebar-quick-hover-color: #ffff00;--theme-titlebar-quick-hover-bg: #333333;--theme-titlebar-quick-border: #ffffff;--theme-placeholder-icon: rgba(255, 255, 0, .3);--theme-ribbon-icon-hover: #ffff00;--theme-ribbon-icon-active: #ffff00;--theme-ribbon-btn-label: #ffffff;--theme-backstage-item-shortcut: #cccccc;--theme-backstage-item-shortcut-hover: #ffff00;--theme-dialog-overlay: rgba(0, 0, 0, .8);--theme-dialog-bg: #000000;--theme-dialog-border: #ffffff;--theme-dialog-header-bg: #141414;--theme-dialog-header-text: #ffff00;--theme-dialog-sidebar-bg: #141414;--theme-dialog-sidebar-border: #ffffff;--theme-dialog-tab-text: #ffffff;--theme-dialog-tab-hover: #333333;--theme-dialog-tab-hover-text: #ffff00;--theme-dialog-tab-active-bg: #333333;--theme-dialog-tab-active-text: #ffff00;--theme-dialog-tab-active-accent: #ffff00;--theme-dialog-content-bg: #000000;--theme-dialog-content-text: #ffffff;--theme-dialog-content-secondary: #cccccc;--theme-dialog-input-bg: #000000;--theme-dialog-input-border: #ffffff;--theme-dialog-input-text: #ffffff;--theme-dialog-btn-bg: #ffff00;--theme-dialog-btn-text: #000000;--theme-dialog-btn-hover: #ffcc00;--theme-dialog-section-border: #cccccc;--theme-btn-primary-bg: #ffff00;--theme-btn-primary-text: #000000;--theme-btn-primary-border: #ffff00;--theme-btn-primary-hover-bg: #ffcc00;--theme-btn-primary-hover-text: #000000;--theme-btn-secondary-bg: #333333;--theme-btn-secondary-text: #ffffff;--theme-btn-secondary-hover-bg: #555555;--theme-btn-secondary-hover-border: #ffffff;--theme-scrollbar-track: #000000;--theme-scrollbar-thumb: #666666;--theme-grid-header-bg: #141414;--theme-grid-line: #666666;--theme-grid-cell-border: #ffffff;--theme-grid-active-bg: #ffff00;--theme-grid-active-text: #000000;--theme-grid-chapter-bg: #1a1a00;--theme-grid-bewakingspost-bg: #141400;--theme-grid-regel-bg: #0a0a0a;--theme-grid-tekstregel-bg: #0d0d0d;--theme-grid-witregel-bg: #000000;--theme-grid-input-bg: #000000;--theme-grid-input-border: #ffff00}.content{flex:1;display:flex;min-height:0;overflow:hidden;position:relative}.left-panel{display:flex;flex-direction:column;background:var(--theme-surface);border-right:1px solid var(--theme-border);flex-shrink:0;overflow:hidden;position:relative}.left-panel-collapsed-tab{display:flex;align-items:center;justify-content:center;width:28px;flex-shrink:0;background:var(--theme-surface);border:none;border-right:1px solid var(--theme-border);color:var(--theme-text-secondary);cursor:default;padding:8px 0;font-family:inherit}.left-panel-collapsed-tab:hover{color:var(--theme-text)}.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 10px;height:28px;flex-shrink:0;border-bottom:1px solid var(--theme-border)}.left-panel-title{font-size:11px;font-weight:600;font-family:"Space Grotesk","Inter",inherit;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text)}.left-panel-close-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--theme-text-secondary);cursor:default;border-radius:4px;transition:background .15s ease}.left-panel-close-btn:hover{background:var(--theme-hover);color:var(--theme-text)}.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}.panel-section{border-bottom:1px solid var(--theme-border)}.panel-section-header{display:flex;align-items:center;gap:6px;width:100%;padding:6px 10px;border:none;background:var(--theme-bg);color:var(--theme-text);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)}.panel-section-chevron{flex-shrink:0;transition:transform .15s ease;transform:rotate(-90deg)}.panel-section-chevron.open{transform:rotate(0)}.panel-section-body{padding:8px 10px}.panel-placeholder{font-size:11px;color:var(--theme-text-secondary)}.right-panel{display:flex;flex-direction:column;background:var(--theme-surface);border-left:1px solid var(--theme-border);flex-shrink:0;overflow:hidden;position:relative}.right-panel-collapsed-tab{display:flex;align-items:center;justify-content:center;width:28px;flex-shrink:0;background:var(--theme-surface);border:none;border-left:1px solid var(--theme-border);color:var(--theme-text-secondary);cursor:default;padding:8px 0;font-family:inherit}.right-panel-collapsed-tab:hover{color:var(--theme-text)}.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 10px;height:28px;flex-shrink:0;border-bottom:1px solid var(--theme-border)}.right-panel-title{font-size:11px;font-weight:600;font-family:"Space Grotesk","Inter",inherit;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text)}.right-panel-close-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--theme-text-secondary);cursor:default;border-radius:4px;transition:background .15s ease}.right-panel-close-btn:hover{background:var(--theme-hover);color:var(--theme-text)}.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;background:var(--theme-content-bg);overflow:hidden;min-width:0}.file-tab-bar{display:flex;align-items:flex-end;height:26px;flex-shrink:0;background:var(--theme-docbar-bg, var(--theme-bg));border-bottom:1px solid var(--theme-border);overflow:hidden;overflow-x:auto;padding:0 6px;gap:2px}.file-tab-bar .file-tab{display:flex;align-items:center;gap:4px;padding:0 4px 0 8px;min-width:80px;max-width:160px;height:24px;font-size:11px;cursor:grab;border:1px solid var(--theme-border-subtle, var(--theme-border));border-bottom:none;border-radius:4px 4px 0 0;background:transparent;color:var(--theme-text-faint, var(--theme-text-secondary));font-family:inherit;white-space:nowrap;position:relative;margin-bottom:-1px;transition:background .15s ease,color .15s ease,opacity .15s ease}.file-tab-bar .file-tab:active{cursor:grabbing}.file-tab-bar .file-tab.dragging{opacity:.5}.file-tab-bar .file-tab:hover{background:var(--theme-hover);color:var(--theme-text-secondary)}.file-tab-bar .file-tab.active{background:var(--theme-content-bg);color:var(--theme-accent);border:1px solid var(--theme-border);border-bottom:1px solid var(--theme-content-bg);font-weight:500}.file-tab-bar .file-tab-modified{font-size:8px;color:var(--theme-accent);flex-shrink:0}.file-tab-bar .file-tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.file-tab-bar .file-tab-close{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:transparent;color:transparent;cursor:default;border-radius:3px;font-size:13px;padding:0;flex-shrink:0;transition:color .1s ease,background .1s ease}.file-tab-bar .file-tab:hover .file-tab-close,.file-tab-bar .file-tab.active .file-tab-close{color:var(--theme-text-secondary)}.file-tab-bar .file-tab-close:hover{background:var(--theme-hover);color:var(--theme-text)}.file-tab-bar .file-tab-add{display:flex;align-items:center;justify-content:center;align-self:flex-end;width:28px;height:24px;border:1px solid var(--theme-border-subtle, var(--theme-border));border-bottom:none;border-radius:4px 4px 0 0;background:transparent;color:var(--theme-text-secondary);cursor:default;font-family:inherit;margin-bottom:-1px}.file-tab-bar .file-tab-add:hover{color:var(--theme-text);background:var(--theme-hover)}.file-tab-bar .file-tab-hint{display:flex;align-items:center;padding:0 12px;font-size:11px;color:var(--theme-text-secondary);font-style:italic;white-space:nowrap}.file-tab-bar.dock-drop-active{background:var(--theme-accent-subtle, rgba(0, 120, 212, .08));outline:2px dashed var(--theme-accent);outline-offset:-2px}.dock-handle{display:flex;align-items:center;gap:4px;padding:0 10px;height:22px;flex-shrink:0;background:var(--theme-accent-subtle, rgba(0, 120, 212, .08));border-bottom:1px solid var(--theme-border);cursor:grab;font-size:11px;color:var(--theme-accent);font-family:inherit;-webkit-user-select:none;user-select:none}.dock-handle:active{cursor:grabbing}.dock-handle:hover{background:var(--theme-accent-subtle, rgba(0, 120, 212, .15))}.dock-handle svg{opacity:.6;flex-shrink:0}.dock-handle span{font-weight:500;white-space:nowrap}.content-tab-bar{display:flex;align-items:stretch;height:28px;flex-shrink:0;background:var(--theme-bg);border-bottom:1px solid var(--theme-border);gap:0}.content-tab{display:flex;align-items:center;padding:0 16px;height:28px;font-size:11px;font-weight:500;font-family:"Inter",inherit;cursor:default;border:none;background:transparent;color:var(--theme-text-secondary);border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.content-tab:hover{color:var(--theme-text);background:var(--theme-hover)}.content-tab.active{color:var(--theme-text);border-bottom-color:var(--theme-accent)}:root{font-family:Inter,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,select,[contenteditable]{user-select:text;-webkit-user-select:text}html,body,#root{height:100%;overflow:hidden}#root{display:flex;flex-direction:column}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;background:var(--theme-content-bg)}.empty-state-content{text-align:center;color:var(--theme-text-secondary)}.empty-state-content h2{font-size:16px;font-weight:600;font-family:"Space Grotesk","Inter",inherit;color:var(--theme-text);margin:0 0 4px}.empty-state-content p{font-size:12px;margin:0}.empty-state-actions{display:flex;gap:12px;justify-content:center}.empty-state-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border:1.5px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);color:var(--theme-text);font-size:13px;font-family:"Inter",inherit;font-weight:500;cursor:default;transition:all .15s ease}.empty-state-btn:hover{border-color:var(--theme-accent);background:var(--theme-hover)}.empty-state-btn svg{stroke:var(--theme-text-secondary)}.empty-state-btn:hover svg{stroke:var(--theme-accent)}.empty-state-recent{margin-top:24px;text-align:left;max-width:320px;width:100%}.empty-state-recent-title{font-size:12px;font-weight:500;color:var(--theme-text-secondary);margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.empty-state-recent-list{display:flex;flex-direction:column;gap:1px}.empty-state-recent-item{display:flex;align-items:center;gap:8px;padding:6px 10px;background:transparent;border:none;border-radius:3px;cursor:default;text-align:left;font-family:inherit;font-size:12px;color:var(--theme-text);transition:background .15s ease;width:100%}.empty-state-recent-item:hover{background:var(--theme-hover)}.empty-state-recent-item svg{stroke:var(--theme-text-secondary);flex-shrink:0}.empty-state-recent-item:hover svg{stroke:var(--theme-accent)}.empty-state-recent-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--theme-scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--theme-accent)}::-webkit-scrollbar-corner{background:var(--theme-content-bg)}div[data-tauri-decorum-tb]{display:none!important}
