.app-nav{display:flex;align-items:center;gap:0;border-bottom:1px solid var(--theme-border, #333);background:var(--theme-surface, #1A1A1A);padding:0 16px;flex-shrink:0}.back-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:12px;border-radius:8px;color:var(--theme-text-secondary, #808080);background:transparent;border:1px solid var(--theme-border, #333);cursor:pointer;transition:all .2s ease}.back-button:hover{background:var(--theme-surface-hover, #2A2A2A);color:var(--theme-text-primary, #E0E0E0);border-color:var(--theme-border-hover, #444)}.nav-tab{padding:10px 20px;color:var(--theme-text-secondary, #808080);text-decoration:none;font-size:13px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.nav-tab:hover{color:var(--theme-text-primary, #E0E0E0)}.nav-tab.active{color:var(--theme-primary, #4CAF50);border-bottom-color:var(--theme-primary, #4CAF50)}.document-form{width:380px;min-width:380px;height:100vh;max-height:100vh;background:#16213e;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;border-right:1px solid #0f3460}.form-logo{display:flex;align-items:center;gap:12px;padding-bottom:16px;margin-bottom:8px;border-bottom:1px solid #0f3460}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#2d5016,#4a7c23);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}.logo-text{font-size:24px;font-weight:600;color:#4a7c23}.section-header{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#888;margin:8px 0 12px;padding-top:8px}.section-header:first-of-type{margin-top:0;padding-top:0}.form-section{display:flex;flex-direction:column;gap:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-label{font-size:13px;font-weight:500;color:#aaa}.form-label-row{display:flex;justify-content:space-between;align-items:center}.form-input,.form-select,.form-textarea{width:100%;padding:10px 12px;background:#0f3460;color:#e9edef;border:1px solid #1a4a7a;border-radius:6px;font-size:14px;box-sizing:border-box;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#4a7c23}.form-input::placeholder,.form-textarea::placeholder{color:#5a6a70}.form-select option{background:#0f3460;color:#e9edef}.form-textarea{resize:vertical;min-height:100px;font-family:inherit}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#e9edef;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#4a7c23}.drawing-actions{display:flex;gap:12px}.link-btn{background:none;border:none;color:#4a7c23;font-size:12px;cursor:pointer;padding:0}.link-btn:hover{text-decoration:underline}.link-btn:disabled{color:#5a6a70;cursor:not-allowed}.drawing-tags{display:flex;flex-wrap:wrap;gap:8px;max-height:200px;overflow-y:auto;padding:12px;background:#0f3460;border:1px solid #1a4a7a;border-radius:6px}.drawing-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#16213e;border:1px solid #1a4a7a;border-radius:20px;font-size:12px;color:#e9edef;cursor:pointer;transition:all .2s}.drawing-tag:hover{border-color:#4a7c23}.drawing-tag.selected{background:#2d5016;border-color:#4a7c23}.drawings-list{max-height:200px;overflow-y:auto;background:#0f3460;border:1px solid #1a4a7a;border-radius:6px;padding:8px}.loading-text,.empty-text{font-size:13px;color:#5a6a70;text-align:center;padding:16px}.drawing-item{display:flex;align-items:flex-start;gap:8px;padding:8px;border-radius:4px;cursor:pointer}.drawing-item:hover{background:#1a2a40}.drawing-item input[type=checkbox]{width:16px;height:16px;accent-color:#4a7c23;margin-top:2px}.drawing-info{display:flex;flex-direction:column;gap:2px}.drawing-name{font-size:13px;color:#e9edef}.drawing-sheet{font-size:11px;color:#5a6a70}.button-row{display:flex;gap:12px;margin-top:8px;padding-top:16px;border-top:1px solid #0f3460}.btn-secondary{flex:1;padding:12px 16px;background:#0f3460;color:#aaa;border:1px solid #1a4a7a;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#1a4a7a;color:#fff}.btn-primary{flex:1;padding:12px 16px;background:linear-gradient(135deg,#2d5016,#4a7c23);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4a7c234d}.btn-primary:disabled{background:#1a4a7a;color:#5a6a70;cursor:not-allowed;transform:none;box-shadow:none}.status-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#0f3460;border-radius:6px;margin-top:8px}.status-dot{width:8px;height:8px;background:#4a7c23;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{font-size:12px;color:#888}.status-text strong{color:#4a7c23}.suggestion-hint{font-size:12px;color:#4a7c23;background:#4a7c2326;padding:8px 12px;border-radius:4px;margin-bottom:12px;border:1px solid rgba(74,124,35,.3)}.cc-recipient-list{display:flex;flex-wrap:wrap;gap:8px}.cc-recipient-tag{display:inline-flex;align-items:center;padding:6px 12px;background:#0f3460;border:1px solid #1a4a7a;border-radius:16px;font-size:13px;color:#8fa6b2;cursor:pointer;transition:all .2s ease}.cc-recipient-tag:hover{background:#1a4a7a;border-color:#2a6a9a}.cc-recipient-tag.selected{background:#1a4a7a;border-color:#4a7c23;color:#d0d8dc}.cc-recipient-tag.suggested{border-color:#4a7c23}.cc-recipient-tag.suggested:before{content:"★ ";color:#4a7c23}.cc-recipient-tag .cc-org{font-size:11px;color:#5a6a70;margin-left:4px}.document-preview{flex:1;display:flex;flex-direction:column;background:#0d1b2a;overflow:hidden}.preview-toolbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#16213e;border-bottom:1px solid #0f3460}.preview-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#888}.zoom-presets{display:flex;gap:8px}.zoom-preset{padding:8px 16px;background:#16213e;border:1px solid #0f3460;border-radius:4px;color:#aaa;font-size:12px;cursor:pointer;transition:all .2s}.zoom-preset:hover{background:#1a4a7a;color:#fff}.zoom-preset.active{background:#2d5016;border-color:#4a7c23;color:#fff}.preview-container{flex:1;overflow:auto;padding:20px;display:flex;justify-content:center;align-items:flex-start}.preview-paper{width:8.5in;min-height:11in;background:#fff;box-shadow:0 10px 40px #00000080;padding:.75in;color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:11pt;transform-origin:top center;transition:transform .3s;position:relative}.preview-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:20px;border-bottom:3px solid #2d5016}.company-logo{display:flex;flex-direction:column}.company-name{font-size:24px;font-weight:700;color:#2d5016;letter-spacing:2px}.company-subtitle{font-size:10px;color:#666;letter-spacing:1px;margin-top:2px}.document-type-box{text-align:right}.document-type-header{font-size:28px;font-weight:700;color:#1a1a1a}.document-number{font-size:14px;color:#666;margin-top:4px}.document-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #ddd}.meta-group{display:flex;flex-direction:column;gap:8px}.meta-row{display:flex}.meta-label{width:80px;font-size:11px;font-weight:600;text-transform:uppercase;color:#888}.meta-value{font-size:13px;color:#333}.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:24px}.address-block h4{font-size:11px;font-weight:600;text-transform:uppercase;color:#888;margin:0 0 8px;letter-spacing:1px}.address-block p{font-size:13px;line-height:1.6;color:#333;margin:0}.subject-box{background:#f5f5f5;padding:16px;margin-bottom:24px;border-left:4px solid #2d5016}.subject-label{font-size:11px;font-weight:600;text-transform:uppercase;color:#888;margin-bottom:6px}.subject-value{font-size:14px;font-weight:500;color:#1a1a1a}.subject-placeholder{color:#aaa;font-style:italic}.preview-section{margin-bottom:20px}.section-title{font-size:11px;font-weight:600;text-transform:uppercase;color:#888;margin-bottom:12px}.info-grid{display:flex;flex-direction:column;gap:8px}.info-row{display:flex;gap:12px}.info-label{font-weight:700;min-width:60px;color:#1a1a1a}.info-value{color:#333}.subject-text{font-weight:600}.purpose-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;padding:12px;background:#f9f9f9;border:1px solid #ddd;border-radius:4px;margin-bottom:20px}.purpose-item{display:flex;align-items:center;gap:8px;font-size:11px;color:#333}.purpose-checkbox{font-size:14px;color:#666}.purpose-checkbox.checked{color:#4a7c23}.body-section{margin-bottom:24px}.body-text{font-size:13px;line-height:1.8;color:#333;white-space:pre-wrap;margin:0}.body-placeholder{color:#aaa;font-style:italic}.drawings-table{width:100%;border-collapse:collapse;font-size:12px;margin-bottom:24px}.drawings-table th{background:#f0f0f0;padding:10px 8px;text-align:left;font-size:10px;text-transform:uppercase;color:#666;font-weight:600;border:1px solid #ddd}.drawings-table td{padding:10px 8px;border:1px solid #ddd;color:#333}.drawings-table tr:nth-child(2n){background:#f8f8f8}.preview-footer{margin-top:auto;padding-top:20px;border-top:1px solid #ddd}.footer-content{display:flex;justify-content:space-between;font-size:10px;color:#888}.signature-line{margin-top:40px;padding-top:8px;border-top:1px solid #333;width:200px;font-size:11px;color:#666}.ledger-filters{padding:12px 16px;border-bottom:1px solid var(--theme-border, #333);background:var(--theme-surface, #1A1A1A);flex-shrink:0}.filters-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-select{background:var(--theme-bg, #0A0A0A);border:1px solid var(--theme-border, #333);color:var(--theme-text-primary, #E0E0E0);padding:6px 10px;font-size:12px;font-family:inherit;border-radius:2px;min-width:160px}.filter-select-sm{min-width:100px}.filter-select:focus{outline:none;border-color:var(--theme-primary, #4CAF50)}.filter-search{background:var(--theme-bg, #0A0A0A);border:1px solid var(--theme-border, #333);color:var(--theme-text-primary, #E0E0E0);padding:6px 10px;font-size:12px;font-family:inherit;border-radius:2px;min-width:180px;flex:1}.filter-search:focus{outline:none;border-color:var(--theme-primary, #4CAF50)}.filter-search::placeholder{color:var(--theme-text-secondary, #808080)}.type-badges{display:flex;gap:4px;flex-wrap:wrap}.type-badge{background:transparent;border:1px solid var(--theme-border, #333);color:var(--theme-text-secondary, #808080);padding:4px 8px;font-size:11px;font-family:inherit;font-weight:600;cursor:pointer;border-radius:2px;transition:all .1s}.type-badge:hover{border-color:var(--theme-primary, #4CAF50);color:var(--theme-text-primary, #E0E0E0)}.type-badge.active{background:var(--theme-primary, #4CAF50);border-color:var(--theme-primary, #4CAF50);color:#000}.type-badge-overflow{padding:4px 6px;font-size:11px;color:var(--theme-text-secondary, #808080)}.filters-actions{display:flex;gap:8px;margin-left:auto}.filter-reset{background:transparent;border:1px solid var(--theme-border, #333);color:var(--theme-text-secondary, #808080);padding:6px 12px;font-size:12px;font-family:inherit;cursor:pointer;border-radius:2px}.filter-reset:hover{border-color:var(--theme-error, #F44336);color:var(--theme-error, #F44336)}.register-btn{background:var(--theme-primary, #4CAF50);border:none;color:#000;padding:6px 14px;font-size:12px;font-family:inherit;font-weight:600;cursor:pointer;border-radius:2px}.register-btn:hover{background:var(--theme-primary-hover, #3D9140)}.summary-bar{display:flex;gap:16px;margin-top:8px;font-size:11px;color:var(--theme-text-secondary, #808080);font-variant-numeric:tabular-nums}.summary-open{color:var(--theme-primary, #4CAF50)}.summary-overdue{color:var(--theme-error, #F44336)}.ledger-table{width:100%;border-collapse:collapse;font-size:12px}.ledger-table thead{position:sticky;top:0;z-index:1}.ledger-table th{background:var(--theme-surface, #1A1A1A);border-bottom:1px solid var(--theme-border, #333);padding:8px 10px;text-align:left;font-weight:600;color:var(--theme-text-secondary, #808080);font-size:11px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.ledger-table th:hover{color:var(--theme-text-primary, #E0E0E0)}.ledger-row{cursor:pointer;border-bottom:1px solid var(--theme-border, #333)}.ledger-row:hover{background:var(--theme-surface-hover, #252525)}.ledger-row.selected{background:var(--theme-surface-hover, #252525);border-left:2px solid var(--theme-primary, #4CAF50)}.ledger-table td{padding:6px 10px;vertical-align:middle}.cell-mono{font-variant-numeric:tabular-nums;white-space:nowrap}.cell-center{text-align:center}.cell-subject{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-project{color:var(--theme-text-secondary, #808080);font-size:11px;white-space:nowrap}.cell-date{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--theme-text-secondary, #808080)}.cell-file{text-align:center}.col-type{width:60px}.col-number{width:140px}.col-subject{min-width:200px}.col-rev{width:50px}.col-project{width:80px}.col-date{width:100px}.col-status{width:70px}.col-file{width:40px}.type-badge-cell{display:inline-block;padding:2px 6px;font-size:10px;font-weight:700;border-radius:2px;letter-spacing:.5px}.status-badge{display:inline-block;padding:2px 6px;font-size:10px;font-weight:600;border-radius:2px;text-transform:uppercase;letter-spacing:.5px}.status-open{background:#4caf5033;color:var(--theme-primary, #4CAF50)}.status-closed{background:#80808033;color:var(--theme-text-secondary, #808080)}.status-void{background:#f4433626;color:var(--theme-error, #F44336)}.file-icon{display:inline-block;width:18px;height:18px;line-height:18px;text-align:center;font-size:10px;font-weight:700;background:#4caf5026;color:var(--theme-primary, #4CAF50);border-radius:2px;cursor:pointer}.ledger-loading,.ledger-empty{padding:60px 20px;text-align:center;color:var(--theme-text-secondary, #808080);font-size:14px}.ledger-detail{width:400px;border-left:1px solid var(--theme-border, #333);background:var(--theme-surface, #1A1A1A);display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.detail-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--theme-border, #333)}.detail-title-row{display:flex;align-items:center;gap:8px}.detail-type-badge{background:var(--theme-primary, #4CAF50);color:#000;padding:2px 8px;font-size:11px;font-weight:700;border-radius:2px}.detail-doc-number{font-weight:600;font-size:14px}.detail-close{background:transparent;border:none;color:var(--theme-text-secondary, #808080);font-size:14px;cursor:pointer;padding:4px 8px;font-family:inherit}.detail-close:hover{color:var(--theme-text-primary, #E0E0E0)}.detail-body{flex:1;overflow-y:auto;padding:16px}.detail-field{margin-bottom:12px}.detail-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary, #808080);margin-bottom:2px}.detail-value{font-size:13px;color:var(--theme-text-primary, #E0E0E0);word-break:break-word}.detail-file-row{display:flex;align-items:flex-start;gap:8px}.detail-filepath{font-size:11px;color:var(--theme-text-primary, #E0E0E0);word-break:break-all;flex:1;font-family:inherit}.copy-path-btn{background:transparent;border:1px solid var(--theme-border, #333);color:var(--theme-text-secondary, #808080);padding:2px 8px;font-size:10px;font-family:inherit;cursor:pointer;border-radius:2px;white-space:nowrap;flex-shrink:0}.copy-path-btn:hover{border-color:var(--theme-primary, #4CAF50);color:var(--theme-primary, #4CAF50)}.detail-section{margin-top:16px;padding-top:12px;border-top:1px solid var(--theme-border, #333)}.detail-section-title{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary, #808080);margin-bottom:8px;font-weight:600}.revision-link-row{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:12px}.rl-badge{background:var(--theme-bg, #0A0A0A);padding:1px 6px;font-size:10px;font-weight:600;border-radius:2px;color:var(--theme-text-secondary, #808080)}.rl-name{flex:1}.rl-rev{color:var(--theme-text-secondary, #808080);font-size:11px}.detail-meta{margin-top:20px;padding-top:12px;border-top:1px solid var(--theme-border, #333);display:flex;flex-direction:column;gap:4px;font-size:10px;color:var(--theme-text-secondary, #808080)}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.register-modal{background:var(--theme-surface, #1A1A1A);border:1px solid var(--theme-border, #333);border-radius:4px;width:520px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0006}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--theme-border, #333)}.modal-header h3{margin:0;font-size:14px;font-weight:600}.modal-close{background:transparent;border:none;color:var(--theme-text-secondary, #808080);font-size:14px;cursor:pointer;padding:4px 8px;font-family:inherit}.modal-close:hover{color:var(--theme-text-primary, #E0E0E0)}.modal-body{flex:1;overflow-y:auto;padding:16px}.form-row{margin-bottom:12px}.form-row-inline{display:flex;gap:10px}.form-col{flex:1}.form-col-sm{flex:0 0 80px}.form-label{display:flex;align-items:center;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary, #808080);margin-bottom:4px}.auto-label{display:flex;align-items:center;gap:3px;font-size:10px;text-transform:none;letter-spacing:0;cursor:pointer}.auto-label input[type=checkbox]{width:12px;height:12px}.form-input{width:100%;background:var(--theme-bg, #0A0A0A);border:1px solid var(--theme-border, #333);color:var(--theme-text-primary, #E0E0E0);padding:7px 10px;font-size:12px;font-family:inherit;border-radius:2px}.form-input:focus{outline:none;border-color:var(--theme-primary, #4CAF50)}.form-input::placeholder{color:var(--theme-text-secondary, #808080)}.form-textarea{resize:vertical;min-height:40px}.form-error{color:var(--theme-error, #F44336);font-size:12px;margin-bottom:12px}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding-top:16px;border-top:1px solid var(--theme-border, #333);margin-top:4px}.btn-cancel{background:transparent;border:1px solid var(--theme-border, #333);color:var(--theme-text-secondary, #808080);padding:7px 16px;font-size:12px;font-family:inherit;cursor:pointer;border-radius:2px}.btn-cancel:hover{border-color:var(--theme-text-secondary, #808080);color:var(--theme-text-primary, #E0E0E0)}.btn-save{background:var(--theme-primary, #4CAF50);border:none;color:#000;padding:7px 20px;font-size:12px;font-family:inherit;font-weight:600;cursor:pointer;border-radius:2px}.btn-save:hover:not(:disabled){background:var(--theme-primary-hover, #3D9140)}.btn-save:disabled{opacity:.5;cursor:default}.ledger-view{display:flex;height:100%;overflow:hidden}.ledger-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.ledger-table-wrapper{flex:1;overflow:auto}.ledger-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-top:1px solid var(--theme-border, #333);background:var(--theme-surface, #1A1A1A);font-size:12px;color:var(--theme-text-secondary, #808080);flex-shrink:0}.ledger-count{font-variant-numeric:tabular-nums}.ledger-pagination{display:flex;align-items:center;gap:8px}.page-btn{background:transparent;border:1px solid var(--theme-border, #333);color:var(--theme-text-secondary, #808080);padding:4px 12px;font-size:12px;font-family:inherit;cursor:pointer;border-radius:2px}.page-btn:hover:not(:disabled){border-color:var(--theme-primary, #4CAF50);color:var(--theme-text-primary, #E0E0E0)}.page-btn:disabled{opacity:.3;cursor:default}.page-info{font-variant-numeric:tabular-nums}.drop-zone{position:relative;border:2px dashed var(--theme-border, #333);border-radius:4px;padding:48px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:border-color .15s,background .15s;min-height:200px}.drop-zone.drag-over{border-color:var(--theme-primary, #4CAF50);background:#4caf500d}.drop-zone.has-file{border-style:solid;border-color:var(--theme-border, #333);padding:24px;min-height:auto}.drop-icon{font-size:32px;color:var(--theme-text-secondary, #808080);line-height:1}.drop-text{font-size:14px;color:var(--theme-text-secondary, #808080)}.drop-subtext{font-size:11px;color:var(--theme-text-secondary, #808080)}.drop-browse-btn{background:transparent;border:1px solid var(--theme-border, #333);color:var(--theme-text-secondary, #808080);padding:6px 16px;font-size:12px;font-family:inherit;cursor:pointer;border-radius:2px;margin-top:4px}.drop-browse-btn:hover{border-color:var(--theme-primary, #4CAF50);color:var(--theme-text-primary, #E0E0E0)}.drop-file-info{text-align:center}.drop-file-name{font-size:14px;font-weight:600;color:var(--theme-text-primary, #E0E0E0);margin-bottom:4px}.drop-file-path{font-size:11px;color:var(--theme-text-secondary, #808080);word-break:break-all}.drop-file-size{font-size:11px;color:var(--theme-text-secondary, #808080);margin-top:4px}.drop-clear-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border:none;border-radius:50%;background:#ffffff1a;color:#e9edef;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.drop-clear-btn:hover{background:#ef4444b3}.filing-suggestion{border:1px solid var(--theme-border, #333);border-radius:4px;overflow:hidden}.suggestion-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--theme-surface, #1A1A1A);border-bottom:1px solid var(--theme-border, #333)}.suggestion-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary, #808080)}.confidence-badge{font-size:11px;padding:2px 8px;border-radius:2px;font-weight:600}.confidence-high{background:#4caf5033;color:var(--theme-primary, #4CAF50)}.confidence-medium{background:#ffb74d33;color:#ffb74d}.confidence-low{background:#f4433626;color:var(--theme-error, #F44336)}.suggestion-body{padding:12px 14px}.suggestion-row{display:flex;align-items:baseline;gap:12px;padding:4px 0}.suggestion-label{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary, #808080);width:50px;flex-shrink:0}.suggestion-value{font-size:12px;color:var(--theme-text-primary, #E0E0E0);display:flex;align-items:center;gap:6px}.suggestion-mono{font-variant-numeric:tabular-nums;word-break:break-all}.suggestion-type-badge{background:var(--theme-primary, #4CAF50);color:#000;padding:1px 6px;font-size:10px;font-weight:700;border-radius:2px}.suggestion-no-match{padding:14px;font-size:12px;color:var(--theme-text-secondary, #808080)}.suggestion-loading{padding:20px;text-align:center;color:var(--theme-text-secondary, #808080);font-size:13px}.filing-form{border:1px solid var(--theme-border, #333);border-radius:4px;padding:16px}.filing-form-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary, #808080);margin-bottom:14px}.ff-row{margin-bottom:10px}.ff-row-inline{display:flex;gap:10px}.ff-col{flex:1}.ff-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-secondary, #808080);margin-bottom:3px}.ff-input{width:100%;background:var(--theme-bg, #0A0A0A);border:1px solid var(--theme-border, #333);color:var(--theme-text-primary, #E0E0E0);padding:6px 10px;font-size:12px;font-family:inherit;border-radius:2px}.ff-input:focus{outline:none;border-color:var(--theme-primary, #4CAF50)}.ff-input::placeholder{color:var(--theme-text-secondary, #808080)}.ff-error{color:var(--theme-error, #F44336);font-size:12px;margin-bottom:10px}.ff-confirm-btn{width:100%;background:var(--theme-primary, #4CAF50);border:none;color:#000;padding:10px;font-size:13px;font-family:inherit;font-weight:600;cursor:pointer;border-radius:2px;margin-top:8px}.ff-confirm-btn:hover:not(:disabled){background:var(--theme-primary-hover, #3D9140)}.ff-confirm-btn:disabled{opacity:.5;cursor:default}.filing-view{display:grid;grid-template-columns:1fr 1fr;height:100%;overflow:hidden}.filing-left{display:flex;flex-direction:column;padding:24px;gap:16px;overflow-y:auto}.filing-right{border-left:1px solid var(--theme-border, #333);display:flex;flex-direction:column;overflow-y:auto;padding:24px;gap:16px}.filing-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--theme-text-secondary, #808080);font-size:14px}.filing-success{background:#4caf501a;border:1px solid var(--theme-primary, #4CAF50);border-radius:4px;padding:16px;display:flex;align-items:center;justify-content:space-between;color:var(--theme-primary, #4CAF50);font-size:13px}.filing-another-btn{background:var(--theme-primary, #4CAF50);border:none;color:#000;padding:6px 14px;font-size:12px;font-family:inherit;font-weight:600;cursor:pointer;border-radius:2px}.filing-another-btn:hover{background:var(--theme-primary-hover, #3D9140)}.files-table{width:100%;border-collapse:collapse;font-size:13px}.files-table th{text-align:left;padding:8px 12px;border-bottom:2px solid var(--border);color:var(--text-secondary);font-weight:600;position:sticky;top:0;background:var(--bg-secondary);z-index:1}.files-table td{padding:6px 12px;border-bottom:1px solid var(--border);vertical-align:middle}.files-table tr:hover{background:var(--bg-hover)}.files-table tr.verified{background:#4caf5014}.files-table tr.verified:hover{background:#4caf5026}.col-verify{width:36px;text-align:center}.col-type{width:70px}.col-conf{width:30px;text-align:center}.col-path{min-width:300px}.col-size{width:70px;text-align:right}.col-date,.col-seen{width:90px}.cell-verify{text-align:center}.cell-verify input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--accent)}.cell-conf{text-align:center}.cell-path{max-width:400px}.path-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-path{color:var(--text-primary);font-family:SF Mono,Consolas,monospace;font-size:12px}.cell-size{text-align:right;color:var(--text-secondary);font-family:SF Mono,Consolas,monospace;font-size:11px}.cell-date{color:var(--text-secondary);font-size:12px}.type-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.type-badge-empty{color:var(--text-muted)}.confidence-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.files-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--text-secondary)}.files-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.files-empty-hint{font-size:13px;color:var(--text-muted);margin-top:8px}.files-loading{padding:40px;text-align:center;color:var(--text-secondary)}.files-view{display:flex;flex-direction:column;height:100%;background:var(--bg-primary)}.files-toolbar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--bg-secondary);gap:12px}.files-toolbar-left,.files-toolbar-right{display:flex;gap:8px;align-items:center}.job-select,.type-select{padding:8px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:13px;min-width:150px}.search-input{padding:8px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:13px;width:200px}.search-input::placeholder{color:var(--text-muted)}.refresh-btn{padding:8px 16px;border:1px solid var(--border);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:13px;cursor:pointer;transition:background .15s}.refresh-btn:hover:not(:disabled){background:var(--bg-hover)}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.files-stats{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--bg-secondary)}.stat-btn{padding:6px 14px;border:1px solid var(--border);border-radius:16px;background:transparent;color:var(--text-secondary);font-size:13px;cursor:pointer;transition:all .15s}.stat-btn:hover{background:var(--bg-hover)}.stat-btn.active{background:var(--accent);color:#000;border-color:var(--accent)}.stat-btn.verified.active{background:#4caf50;border-color:#4caf50}.stat-btn.unverified.active{background:#ff9800;border-color:#ff9800}.stat-count{font-weight:600;margin-left:4px}.files-table-wrapper{flex:1;overflow:auto}.files-footer{padding:10px 16px;border-top:1px solid var(--border);background:var(--bg-secondary)}.files-count{color:var(--text-secondary);font-size:13px}[data-theme=admiral][data-variant=dark]{--theme-bg: #0D1B2A;--theme-surface: #1B263B;--theme-surface-hover: #243349;--theme-text-primary: #FFFFFF;--theme-text-secondary: #B0C4DE;--theme-border: #415A77;--theme-border-hover: #5A7A9A;--theme-primary: #3A86FF;--theme-primary-hover: #2E7AE6;--theme-error: #E63946;--theme-signal: #CBA135;--theme-signal-dark: #8B6914;--theme-signal-bright: #F4E3A1;--theme-signal-peak: #FFFACD;--theme-shimmer: linear-gradient(120deg, #8B6914 0%, #CBA135 20%, #F4E3A1 40%, #FFFACD 50%, #F4E3A1 60%, #CBA135 80%, #8B6914 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: dark}[data-theme=admiral][data-variant=light]{--theme-bg: #FFFFFF;--theme-surface: #F5F7FA;--theme-surface-hover: #E8EBF0;--theme-text-primary: #1B263B;--theme-text-secondary: #415A77;--theme-border: #C4D0E0;--theme-border-hover: #9FB0C7;--theme-primary: #3A86FF;--theme-primary-hover: #2E7AE6;--theme-error: #E63946;--theme-signal: #CBA135;--theme-signal-dark: #8B6914;--theme-signal-bright: #F4E3A1;--theme-signal-peak: #FFFACD;--theme-shimmer: linear-gradient(120deg, #8B6914 0%, #CBA135 20%, #F4E3A1 40%, #FFFACD 50%, #F4E3A1 60%, #CBA135 80%, #8B6914 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: light}[data-theme=terminal][data-variant=dark]{--theme-bg: #0A0A0A;--theme-surface: #1A1A1A;--theme-surface-hover: #252525;--theme-text-primary: #E0E0E0;--theme-text-secondary: #808080;--theme-border: #333333;--theme-border-hover: #4A4A4A;--theme-primary: #4CAF50;--theme-primary-hover: #3D9140;--theme-error: #F44336;--theme-signal: #4CAF50;--theme-signal-dark: #2E7D32;--theme-signal-bright: #81C784;--theme-signal-peak: #C8E6C9;--theme-shimmer: linear-gradient(120deg, #2E7D32 0%, #4CAF50 20%, #81C784 40%, #C8E6C9 50%, #81C784 60%, #4CAF50 80%, #2E7D32 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: dark}[data-theme=terminal][data-variant=light]{--theme-bg: #FFFFFF;--theme-surface: #F5F5F5;--theme-surface-hover: #E8E8E8;--theme-text-primary: #1A1A1A;--theme-text-secondary: #4A4A4A;--theme-border: #D0D0D0;--theme-border-hover: #B0B0B0;--theme-primary: #4CAF50;--theme-primary-hover: #3D9140;--theme-error: #F44336;--theme-signal: #4CAF50;--theme-signal-dark: #2E7D32;--theme-signal-bright: #81C784;--theme-signal-peak: #C8E6C9;--theme-shimmer: linear-gradient(120deg, #2E7D32 0%, #4CAF50 20%, #81C784 40%, #C8E6C9 50%, #81C784 60%, #4CAF50 80%, #2E7D32 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: light}[data-theme=forge][data-variant=dark]{--theme-bg: #1C1917;--theme-surface: #292524;--theme-surface-hover: #3D3835;--theme-text-primary: #FAFAF9;--theme-text-secondary: #A8A29E;--theme-border: #44403C;--theme-border-hover: #57534E;--theme-primary: #EA580C;--theme-primary-hover: #C2410C;--theme-error: #DC2626;--theme-signal: #B87333;--theme-signal-dark: #6D4C30;--theme-signal-bright: #DAA06D;--theme-signal-peak: #F4D1AE;--theme-shimmer: linear-gradient(120deg, #6D4C30 0%, #B87333 20%, #DAA06D 40%, #F4D1AE 50%, #DAA06D 60%, #B87333 80%, #6D4C30 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: dark}[data-theme=forge][data-variant=light]{--theme-bg: #FAFAF9;--theme-surface: #F5F5F4;--theme-surface-hover: #E7E5E4;--theme-text-primary: #1C1917;--theme-text-secondary: #57534E;--theme-border: #D6D3D1;--theme-border-hover: #A8A29E;--theme-primary: #EA580C;--theme-primary-hover: #C2410C;--theme-error: #DC2626;--theme-signal: #B87333;--theme-signal-dark: #6D4C30;--theme-signal-bright: #DAA06D;--theme-signal-peak: #F4D1AE;--theme-shimmer: linear-gradient(120deg, #6D4C30 0%, #B87333 20%, #DAA06D 40%, #F4D1AE 50%, #DAA06D 60%, #B87333 80%, #6D4C30 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: light}[data-theme=sterling][data-variant=dark]{--theme-bg: #111827;--theme-surface: #1F2937;--theme-surface-hover: #374151;--theme-text-primary: #F9FAFB;--theme-text-secondary: #9CA3AF;--theme-border: #374151;--theme-border-hover: #4B5563;--theme-primary: #6366F1;--theme-primary-hover: #4F46E5;--theme-error: #EF4444;--theme-signal: #9CA3AF;--theme-signal-dark: #5C6370;--theme-signal-bright: #D1D5DB;--theme-signal-peak: #F3F4F6;--theme-shimmer: linear-gradient(120deg, #5C6370 0%, #9CA3AF 20%, #D1D5DB 40%, #F3F4F6 50%, #D1D5DB 60%, #9CA3AF 80%, #5C6370 100%);--theme-shimmer-speed: 3.5s;--theme-color-scheme: dark}[data-theme=sterling][data-variant=light]{--theme-bg: #FFFFFF;--theme-surface: #F3F4F6;--theme-surface-hover: #E5E7EB;--theme-text-primary: #111827;--theme-text-secondary: #6B7280;--theme-border: #D1D5DB;--theme-border-hover: #9CA3AF;--theme-primary: #6366F1;--theme-primary-hover: #4F46E5;--theme-error: #EF4444;--theme-signal: #9CA3AF;--theme-signal-dark: #5C6370;--theme-signal-bright: #D1D5DB;--theme-signal-peak: #F3F4F6;--theme-shimmer: linear-gradient(120deg, #5C6370 0%, #9CA3AF 20%, #D1D5DB 40%, #F3F4F6 50%, #D1D5DB 60%, #9CA3AF 80%, #5C6370 100%);--theme-shimmer-speed: 3.5s;--theme-color-scheme: light}[data-theme=midnight][data-variant=dark]{--theme-bg: #13111C;--theme-surface: #1E1B2E;--theme-surface-hover: #2D2844;--theme-text-primary: #FAFAFA;--theme-text-secondary: #A1A1AA;--theme-border: #3F3A5A;--theme-border-hover: #524D73;--theme-primary: #A855F7;--theme-primary-hover: #9333EA;--theme-error: #F87171;--theme-signal: #A78BFA;--theme-signal-dark: #6D28D9;--theme-signal-bright: #C4B5FD;--theme-signal-peak: #EDE9FE;--theme-shimmer: linear-gradient(120deg, #6D28D9 0%, #A78BFA 20%, #C4B5FD 40%, #EDE9FE 50%, #C4B5FD 60%, #A78BFA 80%, #6D28D9 100%);--theme-shimmer-speed: 2.8s;--theme-color-scheme: dark}[data-theme=midnight][data-variant=light]{--theme-bg: #FAFAFA;--theme-surface: #F4F4F5;--theme-surface-hover: #E4E4E7;--theme-text-primary: #18181B;--theme-text-secondary: #71717A;--theme-border: #D4D4D8;--theme-border-hover: #A1A1AA;--theme-primary: #A855F7;--theme-primary-hover: #9333EA;--theme-error: #EF4444;--theme-signal: #A78BFA;--theme-signal-dark: #6D28D9;--theme-signal-bright: #C4B5FD;--theme-signal-peak: #EDE9FE;--theme-shimmer: linear-gradient(120deg, #6D28D9 0%, #A78BFA 20%, #C4B5FD 40%, #EDE9FE 50%, #C4B5FD 60%, #A78BFA 80%, #6D28D9 100%);--theme-shimmer-speed: 2.8s;--theme-color-scheme: light}:root:not([data-theme]){--theme-bg: #0D1B2A;--theme-surface: #1B263B;--theme-surface-hover: #243349;--theme-text-primary: #FFFFFF;--theme-text-secondary: #B0C4DE;--theme-border: #415A77;--theme-border-hover: #5A7A9A;--theme-primary: #3A86FF;--theme-primary-hover: #2E7AE6;--theme-error: #E63946;--theme-signal: #CBA135;--theme-signal-dark: #8B6914;--theme-signal-bright: #F4E3A1;--theme-signal-peak: #FFFACD;--theme-shimmer: linear-gradient(120deg, #8B6914 0%, #CBA135 20%, #F4E3A1 40%, #FFFACD 50%, #F4E3A1 60%, #CBA135 80%, #8B6914 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: dark}:root{--color-bg: var(--theme-bg);--color-surface: var(--theme-surface);--color-surface-hover: var(--theme-surface-hover);--color-text-primary: var(--theme-text-primary);--color-text-secondary: var(--theme-text-secondary);--color-border: var(--theme-border);--color-border-hover: var(--theme-border-hover);--color-primary: var(--theme-primary);--color-primary-hover: var(--theme-primary-hover);--color-error: var(--theme-error);--color-signal: var(--theme-signal);--color-signal-dark: var(--theme-signal-dark);--color-signal-bright: var(--theme-signal-bright);--color-signal-peak: var(--theme-signal-peak);--gradient-shimmer: var(--theme-shimmer);--shimmer-speed: var(--theme-shimmer-speed);color-scheme:var(--theme-color-scheme)}:root{--toolbar-bg: var(--color-surface);--toolbar-border: var(--color-border);--panel-bg: var(--color-surface);--panel-border: var(--color-border);--card-bg: var(--color-surface);--card-border: var(--color-border);--card-border-hover: var(--color-border-hover);--input-bg: var(--color-bg);--input-border: var(--color-border);--input-border-focus: var(--color-primary);--input-text: var(--color-text-primary);--input-placeholder: var(--color-text-secondary);--btn-primary-bg: var(--color-primary);--btn-primary-bg-hover: var(--color-primary-hover);--btn-primary-text: #FFFFFF;--btn-secondary-bg: var(--color-surface);--btn-secondary-bg-hover: var(--color-surface-hover);--btn-secondary-text: var(--color-text-primary);--active-bg: var(--color-signal);--active-border: var(--color-signal);--selected-bg: color-mix(in srgb, var(--color-signal) 20%, transparent);--selected-border: var(--color-signal)}[data-theme=amber][data-variant=dark]{--theme-bg: #0a0a00;--theme-surface: #1a1a0a;--theme-surface-hover: #252510;--theme-text-primary: #ffb000;--theme-text-secondary: #cc8c00;--theme-border: #4a4a00;--theme-border-hover: #666600;--theme-primary: #ffb000;--theme-primary-hover: #cc8c00;--theme-error: #ff4444;--theme-signal: #ffb000;--theme-signal-dark: #996600;--theme-signal-bright: #ffd54f;--theme-signal-peak: #ffe082;--theme-shimmer: linear-gradient(120deg, #996600 0%, #ffb000 20%, #ffd54f 40%, #ffe082 50%, #ffd54f 60%, #ffb000 80%, #996600 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: dark}[data-theme=amber][data-variant=light]{--theme-bg: #fffef5;--theme-surface: #fff8e1;--theme-surface-hover: #ffecb3;--theme-text-primary: #5d4200;--theme-text-secondary: #8b6914;--theme-border: #ffe082;--theme-border-hover: #ffd54f;--theme-primary: #ff8f00;--theme-primary-hover: #ff6f00;--theme-error: #d32f2f;--theme-signal: #ff8f00;--theme-signal-dark: #e65100;--theme-signal-bright: #ffb74d;--theme-signal-peak: #ffe0b2;--theme-shimmer: linear-gradient(120deg, #e65100 0%, #ff8f00 20%, #ffb74d 40%, #ffe0b2 50%, #ffb74d 60%, #ff8f00 80%, #e65100 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: light}[data-theme=ice][data-variant=dark]{--theme-bg: #000a0f;--theme-surface: #0a1a20;--theme-surface-hover: #102530;--theme-text-primary: #00d4ff;--theme-text-secondary: #0099cc;--theme-border: #004466;--theme-border-hover: #006688;--theme-primary: #00d4ff;--theme-primary-hover: #00b8e6;--theme-error: #ff4444;--theme-signal: #00d4ff;--theme-signal-dark: #0077aa;--theme-signal-bright: #67e8f9;--theme-signal-peak: #a5f3fc;--theme-shimmer: linear-gradient(120deg, #0077aa 0%, #00d4ff 20%, #67e8f9 40%, #a5f3fc 50%, #67e8f9 60%, #00d4ff 80%, #0077aa 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: dark}[data-theme=ice][data-variant=light]{--theme-bg: #f0fdff;--theme-surface: #e0f7fa;--theme-surface-hover: #b2ebf2;--theme-text-primary: #004d5a;--theme-text-secondary: #00838f;--theme-border: #80deea;--theme-border-hover: #4dd0e1;--theme-primary: #00acc1;--theme-primary-hover: #0097a7;--theme-error: #d32f2f;--theme-signal: #00acc1;--theme-signal-dark: #00838f;--theme-signal-bright: #4dd0e1;--theme-signal-peak: #b2ebf2;--theme-shimmer: linear-gradient(120deg, #00838f 0%, #00acc1 20%, #4dd0e1 40%, #b2ebf2 50%, #4dd0e1 60%, #00acc1 80%, #00838f 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: light}[data-theme=red][data-variant=dark]{--theme-bg: #0a0000;--theme-surface: #1a0a0a;--theme-surface-hover: #251010;--theme-text-primary: #ff4444;--theme-text-secondary: #cc3333;--theme-border: #4a0000;--theme-border-hover: #660000;--theme-primary: #ff4444;--theme-primary-hover: #cc3333;--theme-error: #ff6666;--theme-signal: #ff4444;--theme-signal-dark: #990000;--theme-signal-bright: #fca5a5;--theme-signal-peak: #fecaca;--theme-shimmer: linear-gradient(120deg, #990000 0%, #ff4444 20%, #fca5a5 40%, #fecaca 50%, #fca5a5 60%, #ff4444 80%, #990000 100%);--theme-shimmer-speed: 2s;--theme-color-scheme: dark}[data-theme=red][data-variant=light]{--theme-bg: #fff5f5;--theme-surface: #fee2e2;--theme-surface-hover: #fecaca;--theme-text-primary: #7f1d1d;--theme-text-secondary: #b91c1c;--theme-border: #fca5a5;--theme-border-hover: #f87171;--theme-primary: #dc2626;--theme-primary-hover: #b91c1c;--theme-error: #991b1b;--theme-signal: #dc2626;--theme-signal-dark: #991b1b;--theme-signal-bright: #f87171;--theme-signal-peak: #fecaca;--theme-shimmer: linear-gradient(120deg, #991b1b 0%, #dc2626 20%, #f87171 40%, #fecaca 50%, #f87171 60%, #dc2626 80%, #991b1b 100%);--theme-shimmer-speed: 2s;--theme-color-scheme: light}[data-theme=mint][data-variant=dark]{--theme-bg: #000a0a;--theme-surface: #0a1a1a;--theme-surface-hover: #102520;--theme-text-primary: #5fffb0;--theme-text-secondary: #4cd99a;--theme-border: #004a3a;--theme-border-hover: #006650;--theme-primary: #5fffb0;--theme-primary-hover: #4cd99a;--theme-error: #ff4444;--theme-signal: #5fffb0;--theme-signal-dark: #059669;--theme-signal-bright: #6ee7b7;--theme-signal-peak: #a7f3d0;--theme-shimmer: linear-gradient(120deg, #059669 0%, #5fffb0 20%, #6ee7b7 40%, #a7f3d0 50%, #6ee7b7 60%, #5fffb0 80%, #059669 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: dark}[data-theme=mint][data-variant=light]{--theme-bg: #f0fdf4;--theme-surface: #dcfce7;--theme-surface-hover: #bbf7d0;--theme-text-primary: #14532d;--theme-text-secondary: #166534;--theme-border: #86efac;--theme-border-hover: #4ade80;--theme-primary: #22c55e;--theme-primary-hover: #16a34a;--theme-error: #dc2626;--theme-signal: #22c55e;--theme-signal-dark: #15803d;--theme-signal-bright: #4ade80;--theme-signal-peak: #bbf7d0;--theme-shimmer: linear-gradient(120deg, #15803d 0%, #22c55e 20%, #4ade80 40%, #bbf7d0 50%, #4ade80 60%, #22c55e 80%, #15803d 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: light}[data-theme=mono][data-variant=dark]{--theme-bg: #000000;--theme-surface: #1a1a1a;--theme-surface-hover: #262626;--theme-text-primary: #ffffff;--theme-text-secondary: #a3a3a3;--theme-border: #404040;--theme-border-hover: #525252;--theme-primary: #ffffff;--theme-primary-hover: #e5e5e5;--theme-error: #ff4444;--theme-signal: #ffffff;--theme-signal-dark: #737373;--theme-signal-bright: #d4d4d4;--theme-signal-peak: #e5e5e5;--theme-shimmer: linear-gradient(120deg, #404040 0%, #737373 20%, #a3a3a3 40%, #d4d4d4 50%, #a3a3a3 60%, #737373 80%, #404040 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: dark}[data-theme=mono][data-variant=light]{--theme-bg: #ffffff;--theme-surface: #f5f5f5;--theme-surface-hover: #e5e5e5;--theme-text-primary: #000000;--theme-text-secondary: #525252;--theme-border: #d4d4d4;--theme-border-hover: #a3a3a3;--theme-primary: #000000;--theme-primary-hover: #262626;--theme-error: #dc2626;--theme-signal: #000000;--theme-signal-dark: #404040;--theme-signal-bright: #525252;--theme-signal-peak: #737373;--theme-shimmer: linear-gradient(120deg, #a3a3a3 0%, #737373 20%, #525252 40%, #404040 50%, #525252 60%, #737373 80%, #a3a3a3 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: light}[data-theme=purple][data-variant=dark]{--theme-bg: #0a000a;--theme-surface: #1a0a1a;--theme-surface-hover: #251525;--theme-text-primary: #bf5fff;--theme-text-secondary: #a855f7;--theme-border: #4a004a;--theme-border-hover: #660066;--theme-primary: #bf5fff;--theme-primary-hover: #a855f7;--theme-error: #ff4444;--theme-signal: #bf5fff;--theme-signal-dark: #7c3aed;--theme-signal-bright: #d8b4fe;--theme-signal-peak: #e9d5ff;--theme-shimmer: linear-gradient(120deg, #7c3aed 0%, #bf5fff 20%, #d8b4fe 40%, #e9d5ff 50%, #d8b4fe 60%, #bf5fff 80%, #7c3aed 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: dark}[data-theme=purple][data-variant=light]{--theme-bg: #faf5ff;--theme-surface: #f3e8ff;--theme-surface-hover: #e9d5ff;--theme-text-primary: #581c87;--theme-text-secondary: #7c3aed;--theme-border: #d8b4fe;--theme-border-hover: #c084fc;--theme-primary: #9333ea;--theme-primary-hover: #7c3aed;--theme-error: #dc2626;--theme-signal: #9333ea;--theme-signal-dark: #7c3aed;--theme-signal-bright: #c084fc;--theme-signal-peak: #e9d5ff;--theme-shimmer: linear-gradient(120deg, #7c3aed 0%, #9333ea 20%, #c084fc 40%, #e9d5ff 50%, #c084fc 60%, #9333ea 80%, #7c3aed 100%);--theme-shimmer-speed: 2.5s;--theme-color-scheme: light}[data-theme=gold][data-variant=dark]{--theme-bg: #0a0800;--theme-surface: #1a1808;--theme-surface-hover: #252010;--theme-text-primary: #cba135;--theme-text-secondary: #b8860b;--theme-border: #4a4000;--theme-border-hover: #665800;--theme-primary: #cba135;--theme-primary-hover: #b8860b;--theme-error: #ff4444;--theme-signal: #cba135;--theme-signal-dark: #92400e;--theme-signal-bright: #fcd34d;--theme-signal-peak: #fde68a;--theme-shimmer: linear-gradient(120deg, #92400e 0%, #cba135 20%, #fcd34d 40%, #fde68a 50%, #fcd34d 60%, #cba135 80%, #92400e 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: dark}[data-theme=gold][data-variant=light]{--theme-bg: #fffbeb;--theme-surface: #fef3c7;--theme-surface-hover: #fde68a;--theme-text-primary: #78350f;--theme-text-secondary: #92400e;--theme-border: #fcd34d;--theme-border-hover: #fbbf24;--theme-primary: #d97706;--theme-primary-hover: #b45309;--theme-error: #dc2626;--theme-signal: #d97706;--theme-signal-dark: #b45309;--theme-signal-bright: #fbbf24;--theme-signal-peak: #fde68a;--theme-shimmer: linear-gradient(120deg, #b45309 0%, #d97706 20%, #fbbf24 40%, #fde68a 50%, #fbbf24 60%, #d97706 80%, #b45309 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: light}[data-theme=light][data-variant=dark],[data-theme=light][data-variant=light]{--theme-bg: #ffffff;--theme-surface: #f5f5f5;--theme-surface-hover: #e5e5e5;--theme-text-primary: #000000;--theme-text-secondary: #525252;--theme-border: #d4d4d4;--theme-border-hover: #a3a3a3;--theme-primary: #000000;--theme-primary-hover: #262626;--theme-error: #dc2626;--theme-signal: #000000;--theme-signal-dark: #404040;--theme-signal-bright: #525252;--theme-signal-peak: #737373;--theme-shimmer: linear-gradient(120deg, #a3a3a3 0%, #737373 20%, #525252 40%, #404040 50%, #525252 60%, #737373 80%, #a3a3a3 100%);--theme-shimmer-speed: 3s;--theme-color-scheme: light}:root{--status-success: #22c55e;--status-success-dark: #16a34a;--status-success-light: #4ade80;--status-success-bg: rgba(34, 197, 94, .15);--status-warning: #f59e0b;--status-warning-dark: #d97706;--status-warning-light: #fbbf24;--status-warning-bg: rgba(245, 158, 11, .15);--status-error: #ef4444;--status-error-dark: #dc2626;--status-error-light: #f87171;--status-error-bg: rgba(239, 68, 68, .15);--status-info: #3b82f6;--status-info-dark: #2563eb;--status-info-light: #60a5fa;--status-info-bg: rgba(59, 130, 246, .15);--status-pending: #a855f7;--status-pending-dark: #9333ea;--status-pending-light: #c084fc;--status-pending-bg: rgba(168, 85, 247, .15);--status-neutral: #6b7280;--status-neutral-dark: #4b5563;--status-neutral-light: #9ca3af;--status-neutral-bg: rgba(107, 114, 128, .15)}:root{--font-office: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-shop: "JetBrains Mono", "Fira Code", "Cascadia Code", "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;--font-family: var(--font-office);--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--letter-spacing-tight: -.025em;--letter-spacing-normal: 0;--letter-spacing-wide: .025em;--letter-spacing-wider: .05em}[data-font=office]{--font-family: var(--font-office)}[data-font=shop]{--font-family: var(--font-shop)}.font-office{font-family:var(--font-office)}.font-shop,.font-mono{font-family:var(--font-shop)}.text-xs{font-size:var(--font-size-xs)}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-3xl)}.text-4xl{font-size:var(--font-size-4xl)}.font-normal{font-weight:var(--font-weight-normal)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}:root{--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--spacing-xs: var(--space-1);--spacing-sm: var(--space-2);--spacing-md: var(--space-4);--spacing-lg: var(--space-6);--spacing-xl: var(--space-8);--gap-xs: var(--space-1);--gap-sm: var(--space-2);--gap-md: var(--space-4);--gap-lg: var(--space-6);--gap-xl: var(--space-8);--radius-none: 0;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-full: 9999px;--icon-sm: 1rem;--icon-md: 1.25rem;--icon-lg: 1.5rem;--icon-xl: 2rem;--touch-target: 2.75rem;--sidebar-width-collapsed: 4rem;--sidebar-width-expanded: 16rem;--modal-sm: 24rem;--modal-md: 32rem;--modal-lg: 48rem;--modal-xl: 64rem}:root{--radius-none: 0;--radius-sm: 0;--radius-md: 0;--radius-lg: 0;--radius-full: 9999px;--border-radius: var(--radius-none);--card-radius: var(--radius-none);--button-radius: var(--radius-none);--input-radius: var(--radius-none);--modal-radius: var(--radius-none);--border-width: 1px;--border-width-thick: 2px;--border-width-accent: 2px}*,*:before,*:after{border-radius:0}.rounded-sm{border-radius:2px}.rounded-md{border-radius:4px}.rounded-lg{border-radius:8px}.rounded-full{border-radius:9999px}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes shimmer-pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer-border{0%{border-color:var(--color-signal-dark)}50%{border-color:var(--color-signal-bright)}to{border-color:var(--color-signal-dark)}}.shimmer{background:var(--gradient-shimmer);background-size:200% 100%;animation:shimmer var(--shimmer-speed, 3s) ease-in-out infinite}.shimmer-text{background:var(--gradient-shimmer);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer var(--shimmer-speed, 3s) ease-in-out infinite}.shimmer-border{border-color:var(--color-signal);animation:shimmer-border var(--shimmer-speed, 3s) ease-in-out infinite}.shimmer-underline{position:relative}.shimmer-underline:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gradient-shimmer);background-size:200% 100%;animation:shimmer var(--shimmer-speed, 3s) ease-in-out infinite}.shimmer-glow{box-shadow:0 0 8px var(--color-signal-dark),0 0 16px color-mix(in srgb,var(--color-signal) 50%,transparent);animation:shimmer-pulse var(--shimmer-speed, 3s) ease-in-out infinite}.signal{color:var(--color-signal)}.signal-bg{background-color:var(--color-signal)}.signal-border{border-color:var(--color-signal)}.signal-focus:focus,.signal-focus:focus-visible{outline:2px solid var(--color-signal);outline-offset:2px}.signal-focus-shimmer:focus,.signal-focus-shimmer:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px var(--color-bg),0 0 0 4px var(--color-signal);animation:shimmer-border var(--shimmer-speed, 3s) ease-in-out infinite}.dirty{position:relative}.dirty:before{content:"";position:absolute;top:-2px;right:-2px;width:8px;height:8px;border-radius:50%;background:var(--color-signal);animation:shimmer-pulse calc(var(--shimmer-speed, 3s) / 2) ease-in-out infinite}.dirty-border{border:2px solid var(--color-signal)!important;animation:shimmer-border var(--shimmer-speed, 3s) ease-in-out infinite}.active-tab{position:relative;color:var(--color-signal)}.active-tab:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--gradient-shimmer);background-size:200% 100%;animation:shimmer var(--shimmer-speed, 3s) ease-in-out infinite;border-radius:3px 3px 0 0}.selected{background:var(--selected-bg);border-color:var(--color-signal)}.selected-shimmer{background:var(--selected-bg);border:2px solid var(--color-signal);animation:shimmer-border var(--shimmer-speed, 3s) ease-in-out infinite}.loading-shimmer{background:linear-gradient(90deg,var(--color-surface) 0%,var(--color-surface-hover) 50%,var(--color-surface) 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton{background:var(--color-surface);border-radius:4px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,var(--color-surface-hover) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.shimmer-gold{background:linear-gradient(120deg,#8b6914,#cba135,#f4e3a1 40%,#fffacd,#f4e3a1 60%,#cba135,#8b6914);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.shimmer-gold-text{background:linear-gradient(120deg,#8b6914,#cba135,#f4e3a1 40%,#fffacd,#f4e3a1 60%,#cba135,#8b6914);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s ease-in-out infinite}.shimmer-green{background:linear-gradient(120deg,#2e7d32,#4caf50,#81c784 40%,#c8e6c9,#81c784 60%,#4caf50,#2e7d32);background-size:200% 100%;animation:shimmer 2.5s ease-in-out infinite}.shimmer-green-text{background:linear-gradient(120deg,#2e7d32,#4caf50,#81c784 40%,#c8e6c9,#81c784 60%,#4caf50,#2e7d32);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2.5s ease-in-out infinite}.shimmer-copper{background:linear-gradient(120deg,#6d4c30,#b87333,#daa06d 40%,#f4d1ae,#daa06d 60%,#b87333,#6d4c30);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.shimmer-copper-text{background:linear-gradient(120deg,#6d4c30,#b87333,#daa06d 40%,#f4d1ae,#daa06d 60%,#b87333,#6d4c30);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s ease-in-out infinite}.shimmer-silver{background:linear-gradient(120deg,#5c6370,#9ca3af,#d1d5db 40%,#f3f4f6,#d1d5db 60%,#9ca3af,#5c6370);background-size:200% 100%;animation:shimmer 3.5s ease-in-out infinite}.shimmer-silver-text{background:linear-gradient(120deg,#5c6370,#9ca3af,#d1d5db 40%,#f3f4f6,#d1d5db 60%,#9ca3af,#5c6370);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3.5s ease-in-out infinite}.shimmer-violet{background:linear-gradient(120deg,#6d28d9,#a78bfa,#c4b5fd 40%,#ede9fe,#c4b5fd 60%,#a78bfa,#6d28d9);background-size:200% 100%;animation:shimmer 2.8s ease-in-out infinite}.shimmer-violet-text{background:linear-gradient(120deg,#6d28d9,#a78bfa,#c4b5fd 40%,#ede9fe,#c4b5fd 60%,#a78bfa,#6d28d9);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2.8s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.shimmer,.shimmer-text,.shimmer-border,.shimmer-underline:after,.shimmer-glow,.dirty:before,.dirty-border,.active-tab:after,.selected-shimmer,.loading-shimmer,.skeleton:after{animation:none}.shimmer,.shimmer-underline:after,.active-tab:after{background:var(--color-signal)}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-shop, "JetBrains Mono", "Fira Code", Consolas, monospace);background:var(--color-bg);color:var(--color-text-primary);min-height:100vh}.app-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-content{flex:1;overflow:hidden}.app{display:grid;grid-template-columns:380px 1fr;height:100%;overflow:hidden}html:not([data-theme]){--theme-bg: #0A0A0A;--theme-surface: #1A1A1A;--theme-surface-hover: #252525;--theme-text-primary: #E0E0E0;--theme-text-secondary: #808080;--theme-border: #333333;--theme-border-hover: #4A4A4A;--theme-primary: #4CAF50;--theme-primary-hover: #3D9140;--theme-error: #F44336;--theme-signal: #4CAF50;--theme-signal-dark: #2E7D32;--theme-signal-bright: #81C784;--theme-signal-peak: #C8E6C9}
