.workbench{grid-template-columns:minmax(280px,350px) minmax(0,1fr);min-height:720px;display:grid}.workbench-sidebar{border-right:1px solid var(--line);flex-direction:column;gap:.9rem;padding:1rem;display:flex}.dropzone{cursor:pointer;text-align:center;background:#f8fbfc;border:1px dashed #91a3b5;border-radius:10px;place-items:center;gap:.55rem;min-height:172px;padding:1rem;transition:background .14s,border-color .14s;display:grid}.dropzone:hover{background:var(--soft);border-color:var(--accent)}.dropzone.is-busy{cursor:wait;opacity:.72}.dropzone.is-dragover{background:var(--soft);border-color:var(--accent);border-style:solid;box-shadow:0 0 0 3px #0f766e29}.dropzone strong{font-size:1.02rem}.dropzone span,.fine-print{color:var(--muted);font-size:.82rem;line-height:1.5}.progress-track{background:#e3e9ef;border-radius:999px;height:5px;overflow:hidden}.progress-track span{background:var(--accent);height:100%;transition:width .18s;display:block}.control-panel,.export-options{border:1px solid var(--line);background:#fbfcfe;border-radius:8px}.control-panel>summary,.export-options>summary{color:#314158;cursor:pointer;padding:.7rem .8rem;font-size:.88rem;font-weight:700}.control-panel[open]>summary,.export-options[open]>summary{border-bottom:1px solid var(--line)}.control-panel .control-stack{padding:.75rem .8rem}.control-stack{gap:.7rem;display:grid}.control-stack label,.inline-options label{color:#405069;gap:.32rem;font-size:.84rem;display:grid}.control-stack textarea,.control-stack input,.control-stack select,.inline-options input,.inline-options select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:7px;min-width:0;padding:.58rem .65rem}.control-stack textarea{resize:vertical;min-height:118px}.checkbox-label{align-items:center;gap:.45rem!important;display:flex!important}.checkbox-label input{margin:0}.button-row{flex-wrap:wrap;gap:.5rem;display:flex}.icon-button,.primary-button,.secondary-button{border:1px solid var(--line);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:.42rem;min-height:38px;padding:.52rem .72rem;font-weight:650;display:inline-flex}.primary-button{background:var(--accent);border-color:var(--accent);color:#fff}.primary-button:hover{background:var(--accent-strong)}.secondary-button,.icon-button{color:#263247;background:#fff}.icon-button:hover,.secondary-button:hover{background:#eef3f7}.danger-button{color:var(--danger)}button:disabled{cursor:not-allowed;opacity:.48}.full-button{width:calc(100% - 1.6rem);margin:0 .8rem .8rem}.compatibility-note{align-items:flex-start;gap:.4rem;margin:0;display:flex}.compatibility-note svg{color:var(--accent);flex:none;margin-top:.15rem}.workbench-main{flex-direction:column;min-width:0;display:flex}.toolbar{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.7rem;padding:.78rem .9rem;display:flex}.search-box{border:1px solid var(--line);border-radius:7px;align-items:center;gap:.45rem;min-width:min(100%,300px);padding:0 .65rem;display:flex}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e29}.search-box svg{color:var(--muted);flex:none}.search-box input{border:0;outline:0;width:100%;min-width:0;padding:.6rem 0}.result-count{color:var(--muted);margin-right:auto;font-size:.76rem}.inline-options{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:.8rem 1rem;padding:.75rem .9rem;display:flex}.export-options{border-top:0;border-left:0;border-right:0;border-radius:0}.export-options .inline-options{border-bottom:0;padding-top:.2rem}.status-bar{border-bottom:1px solid var(--line);color:#405069;align-items:center;gap:.5rem;min-height:2.6rem;padding:.55rem .9rem;font-size:.84rem;line-height:1.5;display:flex}.status-spinner{border:2px solid #cfe4e1;border-top-color:var(--accent);border-radius:50%;flex:none;width:13px;height:13px;animation:.8s linear infinite status-spin}@keyframes status-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.status-spinner{animation:none}}.status-grid{border-bottom:1px solid var(--line);grid-template-columns:repeat(5,minmax(88px,1fr));display:grid}.status-item{border-right:1px solid var(--line);min-width:0;padding:.68rem .78rem}.status-item:last-child{border-right:0}.status-item span{color:var(--muted);margin-bottom:.2rem;font-size:.72rem;display:block}.status-item strong{text-overflow:ellipsis;font-size:.84rem;line-height:1.35;display:block;overflow:hidden}.issue-value{color:var(--warn)}.success-value{color:var(--accent)}.table-wrap{background:#fff;position:relative;overflow:auto}.data-table{border-collapse:collapse;table-layout:fixed;min-width:100%}.data-table th,.data-table td{text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #edf1f6;border-right:1px solid #edf1f6;min-width:148px;max-width:280px;height:37px;padding:0 .62rem;overflow:hidden}.data-table th{color:#263247;text-align:left;z-index:3;background:#f5f8fa;font-size:.82rem;position:sticky;top:0}.data-table .row-number{color:var(--muted);z-index:2;background:#fff;width:62px;min-width:62px;position:sticky;left:0}.data-table th.row-number{z-index:5;background:#f5f8fa}.data-table .stripe-row td{background:#f8fafc}.data-table tbody tr:not(.spacer-row):hover td,.data-table tbody tr:not(.spacer-row):hover .row-number{background:#eaf3f1}.sort-button:focus-visible{outline-offset:-3px}.sort-button{color:inherit;cursor:pointer;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;width:100%;height:100%;padding:0;font-weight:700;overflow:hidden}.spacer-row td{border:0;padding:0}.empty-state{text-align:center;align-content:center;justify-items:center;height:100%;padding:2rem;display:grid}.empty-state h2{margin:.8rem 0 .42rem;font-size:1.22rem}.empty-state p,.diagnostics p{color:var(--muted);max-width:600px;margin:0;line-height:1.55}.diagnostics{border-top:1px solid var(--line);gap:.8rem;padding:.95rem;display:grid}.diagnostics.has-issues{background:#fffdf8}.diagnostics-heading,.diagnostics-heading>div{justify-content:space-between;align-items:flex-start;gap:.65rem;display:flex}.diagnostics-heading>div>svg{color:var(--accent);flex:none;margin-top:.1rem}.has-issues .diagnostics-heading>div>svg{color:var(--warn)}.diagnostics h3{margin:0 0 .2rem;font-size:.96rem}.diagnostics p{font-size:.78rem}.diagnostic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.diagnostic-grid article{border:1px solid var(--line);background:#fff;border-radius:7px;gap:.32rem;min-width:0;padding:.65rem .72rem;display:grid}.diagnostic-grid strong{font-size:.78rem}.diagnostic-grid span{color:var(--muted);overflow-wrap:anywhere;font-size:.78rem}.diagnostic-grid button{color:var(--accent);cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:.76rem;font-weight:700}.parser-messages{color:#405069;font-size:.8rem}.parser-messages summary{cursor:pointer}.parser-messages ul{margin-bottom:0;padding-left:1.2rem}@media (width<=960px){.workbench{grid-template-columns:1fr}.workbench-sidebar{border-bottom:1px solid var(--line);border-right:0}.status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=620px){.toolbar,.diagnostics-heading{flex-direction:column;align-items:stretch}.search-box,.export-buttons{width:100%}.export-buttons button{flex:1}.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.diagnostic-grid{grid-template-columns:1fr}.data-table th,.data-table td{min-width:128px}}.qbo-workbench{color:var(--ink);background:#fff}.qbo-intake{gap:1rem;padding:clamp(1rem,3vw,2rem);display:grid}.qbo-progress{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.qbo-progress span{border:1px solid var(--line);color:var(--muted);background:#f6f8fb;border-radius:8px;align-items:center;gap:.55rem;padding:.65rem .8rem;font-size:.82rem;font-weight:800;display:flex}.qbo-progress span.active{background:var(--soft);color:var(--accent-strong);border-color:#95cec7}.qbo-progress span.complete{color:#166534;background:#f0fdf4;border-color:#bbdfc5}.qbo-progress small{font-size:inherit;font-weight:700}.qbo-dropzone{text-align:center;background:linear-gradient(145deg,#f8fbfc,#f2f8f7);border:1px dashed #91a3b5;border-radius:10px;place-items:center;gap:.65rem;min-height:220px;padding:1.5rem;transition:background .14s,border-color .14s;display:grid}.qbo-dropzone.dragging{border-color:var(--accent);background:#e6f5f3}.qbo-dropzone svg{color:var(--accent)}.qbo-dropzone>strong{font-size:1.1rem}.qbo-dropzone>span{color:var(--muted);font-size:.84rem}.qbo-button-row{flex-wrap:wrap;justify-content:center;gap:.55rem;display:flex}.qbo-file-input{display:none}.qbo-status,.qbo-alert,.qbo-notice{border-radius:7px;align-items:flex-start;gap:.45rem;margin:0;padding:.72rem .8rem;font-size:.84rem;line-height:1.55;display:flex}.qbo-status{color:var(--muted);background:#f7f9fb}.qbo-status svg{color:var(--accent);flex:none;margin-top:.12rem}.qbo-alert{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.qbo-alert svg,.qbo-notice svg{flex:none;margin-top:.12rem}.qbo-builder{border-top:1px solid var(--line);display:grid}.qbo-section{gap:1rem;padding:clamp(1rem,3vw,2rem);display:grid}.qbo-section+.qbo-section{border-top:1px solid var(--line)}.qbo-section-heading{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.qbo-section-heading>div{gap:.35rem;display:grid}.qbo-section-heading h2{margin:0;font-size:1.25rem}.qbo-section-heading>span{color:var(--muted);text-align:right;font-size:.78rem}.qbo-mode-switch{border:1px solid var(--line);background:#f4f7f9;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;padding:.3rem;display:grid}.qbo-mode-switch button{color:#405069;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.6rem;font-weight:700}.qbo-mode-switch button.selected{color:var(--accent-strong);background:#fff;box-shadow:0 1px 4px #1b27411f}.qbo-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.qbo-form-grid label{color:#405069;gap:.35rem;font-size:.82rem;display:grid}.qbo-form-grid label>span{font-weight:700}.qbo-form-grid input,.qbo-form-grid select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:7px;width:100%;min-width:0;padding:.62rem .68rem}.qbo-form-grid input:focus,.qbo-form-grid select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0f766e1f}.qbo-help{color:var(--muted);margin:0;font-size:.82rem;line-height:1.6}.qbo-review{background:#fbfcfe}.qbo-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;display:grid}.qbo-stats div{border:1px solid var(--line);background:#fff;border-radius:8px;gap:.25rem;padding:.78rem;display:grid}.qbo-stats span{color:var(--muted);font-size:.75rem}.qbo-stats strong{font-size:1rem}.qbo-notice{color:#854d0e;background:#fffbeb;border:1px solid #fde68a}.qbo-error-list{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.9rem;font-size:.84rem}.qbo-error-list ul{margin:.55rem 0 0;padding-left:1.25rem}.qbo-pager{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;display:flex}.qbo-pager span{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.78rem}.qbo-error-list .qbo-pager{margin-top:.75rem}.qbo-table-wrap{border:1px solid var(--line);background:#fff;border-radius:8px;overflow-x:auto}.qbo-table{border-collapse:collapse;width:100%;min-width:820px;font-size:.78rem}.qbo-table th,.qbo-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.65rem .7rem}.qbo-table th{color:#405069;background:#f6f8fb}.qbo-table tr:last-child td{border-bottom:0}.qbo-table .debit{color:#b91c1c;font-variant-numeric:tabular-nums}.qbo-table .credit{color:#047857;font-variant-numeric:tabular-nums}.qbo-table code{color:var(--muted);font-size:.7rem}.qbo-download-row{border:1px solid var(--line);background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem;display:flex}.qbo-download-row>div{align-items:flex-start;gap:.55rem;display:flex}.qbo-download-row>div>svg{color:var(--accent);flex:none}.qbo-download-row span{gap:.18rem;display:grid}.qbo-download-row small{color:var(--muted);line-height:1.45}.qbo-download-row .primary-button{flex:none}@media (width<=760px){.qbo-progress small{display:none}.qbo-section-heading{flex-direction:column;align-items:flex-start}.qbo-section-heading>span{text-align:left}.qbo-form-grid{grid-template-columns:1fr}.qbo-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.qbo-download-row{flex-direction:column;align-items:stretch}.qbo-download-row .primary-button{width:100%}}.structured-converter{color:var(--ink);background:#fff}.structured-intake,.structured-section{gap:1rem;padding:clamp(1rem,3vw,2rem);display:grid}.structured-section{border-top:1px solid var(--line)}.structured-dropzone{text-align:center;background:linear-gradient(145deg,#f8fbfc,#f2f8f7);border:1px dashed #91a3b5;border-radius:10px;place-items:center;gap:.55rem;min-height:180px;padding:1.5rem;display:grid}.structured-dropzone.dragging{border-color:var(--accent);background:#e6f5f3}.structured-dropzone svg{color:var(--accent)}.structured-dropzone>strong{font-size:1.08rem}.structured-dropzone>span{color:var(--muted);font-size:.84rem}.structured-file-input{display:none}.structured-actions{flex-wrap:wrap;justify-content:center;gap:.55rem;display:flex}.structured-actions.align-start{justify-content:flex-start}.structured-converter .primary-button,.structured-converter .secondary-button{border:1px solid var(--line);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:.42rem;min-height:40px;padding:.56rem .78rem;font-weight:700;display:inline-flex}.structured-converter .primary-button{background:var(--accent);border-color:var(--accent);color:#fff}.structured-converter .primary-button:hover{background:var(--accent-strong)}.structured-converter .secondary-button{color:#263247;background:#fff}.structured-converter .secondary-button:hover{background:#eef3f7}.structured-converter button:disabled{cursor:not-allowed;opacity:.48}.structured-status,.structured-alert,.structured-notice{border-radius:7px;align-items:flex-start;gap:.5rem;margin:0;padding:.75rem .85rem;font-size:.84rem;line-height:1.55;display:flex}.structured-status{color:var(--muted);background:#f7f9fb}.structured-status svg{color:var(--accent)}.structured-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.structured-notice{color:#854d0e;background:#fffbeb;border:1px solid #fde68a}.structured-status svg,.structured-alert svg,.structured-notice svg{flex:none;margin-top:.12rem}.structured-heading{justify-content:space-between;align-items:end;gap:1rem;display:flex}.structured-heading h2{margin:0;font-size:1.05rem}.structured-heading p{color:var(--muted);margin:0;font-size:.8rem}.structured-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.structured-stats div{border:1px solid var(--line);background:#fff;border-radius:8px;gap:.25rem;padding:.8rem;display:grid}.structured-stats span{color:var(--muted);font-size:.75rem}.structured-stats strong{font-size:1rem}.structured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.structured-grid label{color:#405069;gap:.38rem;font-size:.82rem;display:grid}.structured-grid label>span{font-weight:700}.structured-grid input,.structured-grid select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:7px;width:100%;min-width:0;padding:.65rem .7rem}.structured-checks{flex-wrap:wrap;gap:.85rem 1.25rem;display:flex}.structured-checks label{color:#405069;align-items:center;gap:.45rem;font-size:.84rem;display:inline-flex}.structured-table-wrap{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:auto}.structured-table{border-collapse:collapse;width:100%;min-width:720px;font-size:.78rem}.structured-table th,.structured-table td{border-bottom:1px solid var(--line);text-align:left;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;max-width:360px;padding:.62rem .7rem;overflow:hidden}.structured-table th{color:#405069;background:#f6f8fb}.structured-table tr:last-child td{border-bottom:0}.structured-code{color:#d1fae5;resize:vertical;tab-size:2;white-space:pre;background:#111827;border:1px solid #263247;border-radius:8px;width:100%;min-height:280px;padding:1rem;font:.78rem/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.structured-help{color:var(--muted);margin:0;font-size:.8rem;line-height:1.55}.structured-changes{margin:0;padding-left:1.2rem}.structured-changes li{margin:.2rem 0}@media (width<=760px){.structured-grid,.structured-stats{grid-template-columns:1fr}.structured-heading{flex-direction:column;align-items:flex-start}}
