:root{--bg: #F5F7FA;--surface: #FFFFFF;--surface-subtle: #F8FAFC;--surface-muted: #EEF2F7;--text: #172033;--text-muted: #657287;--text-soft: #8A95A6;--line: #E2E7EE;--line-strong: #CDD5E0;--brand: #0EA5E9;--brand-dark: #0369A1;--brand-soft: #E0F2FE;--success: #087443;--success-bg: #EAF8F0;--warning: #9A5B00;--warning-bg: #FFF6DF;--danger: #B42318;--danger-bg: #FFF0EE;--font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px}:root{font-family:var(--font-family);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;--shadow-sm: 0 1px 2px rgba(23, 32, 51, .04), 0 6px 18px rgba(23, 32, 51, .04);--shadow-md: 0 12px 36px rgba(23, 32, 51, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(14,165,233,.25);outline-offset:2px}.app-shell{min-height:100vh}.auth-shell{display:grid;place-items:center;min-height:100vh;padding:24px;background:var(--bg)}.auth-card{width:min(100%,440px);padding:34px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md)}.auth-loading{display:grid;justify-items:center;gap:12px;text-align:center}.auth-brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:34px;color:var(--text)}.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font-size:15px;letter-spacing:.04em}.auth-brand small{margin-top:4px;color:var(--text-muted);font-size:11px}.auth-card h1{margin:10px 0 8px;font-size:28px;line-height:1.15;letter-spacing:-.04em}.auth-lead{margin:0;color:var(--text-muted);font-size:14px;line-height:1.55}.auth-form{display:grid;gap:18px;margin-top:28px}.auth-form label,.admin-form label,.admin-settings-form label{display:block}.auth-submit{width:100%;margin-top:2px}.auth-footnote{margin:22px 0 0;color:var(--text-soft);font-size:12px;line-height:1.5;text-align:center}.auth-muted{color:var(--text-muted);font-size:13px}.topbar{height:72px;padding:0 32px;display:flex;align-items:center;gap:44px;background:var(--surface);border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;min-width:58px;color:var(--text);text-decoration:none}.brand-button{padding:0;border:0;background:transparent;text-align:left}.brand-button:hover{color:var(--brand)}.brand-mark{display:block;width:56px;height:32px;object-fit:contain;object-position:center;flex:0 0 auto}.brand strong{display:block;font-size:15px;line-height:1;letter-spacing:.04em}.brand small{display:block;margin-top:4px;color:var(--text-muted);font-size:11px;line-height:1}.main-nav{display:flex;align-items:stretch;align-self:stretch;gap:25px}.nav-link{position:relative;border:0;padding:0 2px;color:var(--text-muted);background:transparent;font-size:14px;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-link.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:2px 2px 0 0;background:var(--brand);content:""}.topbar-actions{display:flex;align-items:center;gap:16px;margin-left:auto}.user-caption{max-width:150px;overflow:hidden;color:var(--text-muted);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.avatar-button{padding:0;border:0;cursor:pointer}.avatar-button:hover{background:var(--brand)}.catalog-status{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:12px;font-weight:600}.status-dot{width:7px;height:7px;border-radius:50%;background:#1e9e66;box-shadow:0 0 0 3px #1e9e661f}.icon-button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:10px;color:var(--text-muted);background:var(--surface)}.icon-button:hover{border-color:var(--line-strong);color:var(--brand);background:var(--surface-subtle)}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;background:#354761;font-size:13px;font-weight:700}.page{width:min(100% - 64px,1360px);margin:0 auto;padding:38px 0 64px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.eyebrow,.section-kicker,.rail-label{color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.1em}.eyebrow-separator{padding:0 5px;color:var(--text-soft)}h1,h2,h3,p{margin-top:0}.page-heading h1{max-width:680px;margin:9px 0 8px;color:var(--text);font-size:clamp(28px,3vw,38px);line-height:1.12;letter-spacing:-.04em}.page-heading p{margin:0;color:var(--text-muted);font-size:15px;line-height:1.55}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 258px;align-items:start;gap:24px}.workflow-steps{margin:0 0 20px}.step-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.rail-label{grid-column:1 / -1;margin:0 0 2px 4px;color:var(--text-soft);font-size:10px}.step-item{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:center;padding:11px 12px;border:0;border-radius:10px;color:var(--text-muted);text-align:left;background:transparent}.step-item:disabled{opacity:.55;cursor:default}.step-item:not(:disabled):hover{background:var(--surface-muted)}.step-item.active{color:var(--text);background:var(--brand-soft)}.step-number{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--line-strong);border-radius:50%;background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:800}.step-item.active .step-number{border-color:var(--brand);color:#fff;background:var(--brand)}.step-item.done .step-number{border-color:#a5dbc0;color:var(--success);background:var(--success-bg)}.step-item strong,.step-item small{display:block}.step-item strong{font-size:13px;line-height:1.25}.step-item small{margin-top:3px;color:var(--text-soft);font-size:11px;line-height:1.2}.step-item.active small{color:var(--brand)}.rail-help{margin-top:34px;padding:16px 14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.help-icon{display:grid;place-items:center;width:28px;height:28px;margin-bottom:12px;border-radius:8px;color:var(--brand);background:var(--brand-soft)}.rail-help strong{font-size:12px}.rail-help p{margin:7px 0 0;color:var(--text-muted);font-size:12px;line-height:1.5}.workspace-main{min-width:0}.panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.input-panel,.requirements-panel,.quote-view{padding:30px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.section-heading h2{margin:8px 0 6px;color:var(--text);font-size:24px;line-height:1.2;letter-spacing:-.03em}.section-heading p{max-width:600px;margin:0;color:var(--text-muted);font-size:14px;line-height:1.55}.step-progress{flex:0 0 112px;height:5px;margin-top:9px;overflow:hidden;border-radius:999px;background:var(--surface-muted)}.step-progress span{display:block;height:100%;border-radius:inherit;background:var(--brand);transition:width .22s ease}.step-progress.wide{width:100%;max-width:none;margin:22px 0}.mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}.mode-card{position:relative;min-height:132px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:12px;padding:17px;border:1px solid var(--line);border-radius:var(--radius-md);color:var(--text);text-align:left;background:var(--surface);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.mode-card:hover:not(.disabled){border-color:#a7c9ed;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.mode-card.selected{border-color:var(--brand);box-shadow:0 0 0 3px #0ea5e91a}.mode-card.disabled{color:var(--text-soft);background:var(--surface-subtle);cursor:not-allowed}.mode-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;color:var(--brand);background:var(--surface-muted)}.mode-icon.ai{color:#6445b8;background:#f0ecff}.mode-card strong,.mode-card small{display:block}.mode-card strong{padding-top:2px;font-size:14px;line-height:1.3}.mode-card small{margin-top:7px;color:var(--text-muted);font-size:12px;line-height:1.45}.mode-check{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;color:#fff;background:var(--brand)}.coming-soon{position:absolute;top:16px;right:14px;color:var(--text-soft);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.form-block{margin-top:28px}.form-block>label:first-child,.field-label{display:block;margin-bottom:8px;color:var(--text);font-size:13px;font-weight:700}.form-block>label.upload-field:first-child{display:flex;margin-bottom:0}textarea,input,select{width:100%;border:1px solid var(--line-strong);border-radius:9px;color:var(--text);background:var(--surface)}textarea{min-height:154px;resize:vertical;padding:15px;font-size:14px;line-height:1.55}textarea::placeholder{color:var(--text-soft)}.field-footnote{display:flex;justify-content:space-between;gap:12px;margin-top:7px;color:var(--text-soft);font-size:11px}.upload-field{display:flex;align-items:center;gap:12px;min-height:64px;margin-top:18px;padding:11px 13px;border:1px dashed #b4c2d3;border-radius:10px;color:var(--text);background:var(--surface-subtle);cursor:pointer}.upload-field:hover{border-color:var(--brand);background:var(--brand-soft)}.upload-field input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.upload-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;color:var(--brand);background:var(--surface)}.upload-field strong,.upload-field small{display:block}.upload-field strong{font-size:13px}.upload-field small{margin-top:3px;color:var(--text-muted);font-size:11px}.upload-action{margin-left:auto;color:var(--brand);font-size:12px;font-weight:700}.task-description-label{display:block;margin:22px 0 8px;color:var(--text);font-size:13px;font-weight:700}.form-grid,.requirements-grid{display:grid;gap:16px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.three-columns{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}.requirements-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:25px}.field{display:block;min-width:0}.input-with-suffix{position:relative;display:block}.input-with-suffix input{padding-right:44px}.input-with-suffix em{position:absolute;top:50%;right:13px;color:var(--text-soft);font-size:12px;font-style:normal;transform:translateY(-50%)}input,select{height:44px;padding:0 12px;font-size:14px}select{appearance:auto}.advanced-row{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.advanced-row .field-label{margin:0 4px 0 0;color:var(--text-muted);font-size:12px}.check-control{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:13px;cursor:pointer}.check-control input{width:16px;height:16px;accent-color:var(--brand)}.panel-actions,.results-footer,.quote-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px;padding-top:22px;border-top:1px solid var(--line)}.action-note{color:var(--text-soft);font-size:12px}.primary-button,.secondary-button,.back-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:9px;font-size:13px;font-weight:700;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.primary-button{padding:0 17px;border:1px solid var(--brand);color:#fff;background:var(--brand);box-shadow:0 5px 12px #0ea5e929}.primary-button:hover:not(:disabled){border-color:var(--brand-dark);background:var(--brand-dark);transform:translateY(-1px)}.primary-button:disabled{border-color:#cbd4df;color:#8c98a8;background:#e9edf2;box-shadow:none}.primary-button.compact{min-height:40px}.secondary-button{padding:0 14px;border:1px solid var(--line-strong);color:var(--text);background:var(--surface)}.secondary-button:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.back-button{padding:0 10px;border:0;color:var(--text-muted);background:transparent}.back-button:hover{color:var(--text);background:var(--surface-muted)}.text-button{min-height:36px;padding:0;border:0;color:var(--brand);background:transparent}.text-button:hover{color:var(--brand-dark)}.inline-error{display:flex;align-items:flex-start;gap:9px;margin-top:18px;padding:12px 14px;border:1px solid #f2c5bf;border-radius:9px;color:var(--danger);background:var(--danger-bg);font-size:13px;line-height:1.45}.context-panel{padding:22px 18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.context-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.context-count{color:var(--text-soft);font-size:11px;font-weight:800}.context-panel h3{margin:22px 0 8px;font-size:16px;line-height:1.35;letter-spacing:-.01em}.context-panel>p{margin-bottom:20px;color:var(--text-muted);font-size:12px;line-height:1.55}.context-divider{height:1px;background:var(--line)}.context-list{display:grid;gap:0}.context-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.context-row>span{display:flex;align-items:center;gap:7px;color:var(--text-muted);font-size:12px}.context-row strong{max-width:112px;color:var(--text);font-size:12px;line-height:1.35;text-align:right}.context-indicator{width:6px;height:6px;border-radius:50%;background:var(--text-soft)}.context-indicator.pass{background:#1e9e66}.context-indicator.review{background:#e19a16}.context-indicator.conflict{background:#d64638}.context-warning{display:flex;align-items:flex-start;gap:8px;margin-top:18px;padding:11px 10px;border-radius:9px;color:var(--warning);background:var(--warning-bg);font-size:11px;line-height:1.45}.context-warning strong{display:block;margin-bottom:3px;font-size:11px}.catalog-mini{display:grid;gap:4px;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.catalog-mini span,.catalog-mini small{color:var(--text-soft);font-size:11px}.catalog-mini strong{font-size:14px}.requirements-summary{display:flex;align-items:center;gap:12px;margin-top:27px;padding:14px;border:1px solid #b8dfc7;border-radius:10px;background:var(--success-bg)}.summary-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:var(--success);background:#d5f0df}.requirements-summary strong{display:block;color:var(--text);font-size:13px}.requirements-summary p{margin:3px 0 0;color:var(--text-muted);font-size:12px}.requirements-summary .status-badge{margin-left:auto}.extraction-summary{margin-top:24px;padding:18px;border:1px solid #c7d8eb;border-radius:var(--radius-md);background:linear-gradient(135deg,#f8fbff,#f4f8fc)}.extraction-summary.has-missing,.extraction-summary.has-inferred{border-color:#ead59d;background:linear-gradient(135deg,#fffdf7,#fff9e9)}.extraction-summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.extraction-summary-header h3{margin:7px 0 5px;font-size:16px;line-height:1.3}.extraction-summary-header p{margin:0;color:var(--text-muted);font-size:11px;line-height:1.45}.extraction-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.extraction-stats span{padding:6px 9px;border:1px solid var(--line);border-radius:7px;color:var(--text-muted);background:var(--surface);font-size:11px}.extraction-stats strong{margin-right:4px;color:var(--text);font-size:13px}.extraction-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.extraction-group{min-width:0;padding:13px;border:1px solid var(--line);border-radius:10px;background:#ffffffb8}.extraction-group h4{margin:0 0 9px;color:var(--text-muted);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.extraction-list{display:grid;gap:0}.extraction-item{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:start;gap:8px;padding:9px 0;border-bottom:1px solid var(--line)}.extraction-item:last-child{border-bottom:0}.extraction-state{display:grid;place-items:center;width:22px;height:22px;border-radius:50%}.extraction-state.found{color:var(--success);background:var(--success-bg)}.extraction-state.inferred{color:#9a6b00;background:#fff3c7}.extraction-state.missing{color:var(--warning);background:var(--warning-bg)}.extraction-item strong,.extraction-item small{display:block}.extraction-item strong{font-size:12px;line-height:1.35}.extraction-item small{margin-top:3px;color:var(--text-muted);font-size:11px;line-height:1.4;overflow-wrap:anywhere}.extraction-item em{padding-top:3px;color:var(--text-soft);font-size:10px;font-style:normal;white-space:nowrap}.extraction-evidence{color:var(--text)!important;font-size:10px!important}.extraction-detail{color:var(--text-muted)!important;font-size:10px!important}.inferred-group .extraction-item em{color:#9a6b00}.missing-group .extraction-item em{color:var(--warning)}.extraction-empty{margin:0;color:var(--text-soft);font-size:11px;line-height:1.45}.extraction-notes{margin-top:13px;padding-top:13px;border-top:1px solid var(--line);color:var(--text-muted);font-size:11px;line-height:1.45}.extraction-notes strong{display:block;margin-bottom:5px;color:var(--text);font-size:11px}.extraction-notes p{margin:3px 0 0}.source-registry{margin-top:24px;padding:18px;border:1px solid #c7d8eb;border-radius:var(--radius-md);background:#fff}.source-registry-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.source-registry-header h3{margin:7px 0 5px;font-size:16px;line-height:1.3}.source-registry-header p{max-width:680px;margin:0;color:var(--text-muted);font-size:11px;line-height:1.45}.source-registry-stats{display:flex;align-items:baseline;flex-wrap:wrap;justify-content:flex-end;gap:4px 7px;max-width:260px;color:var(--text-soft);font-size:10px;text-align:right}.source-registry-stats strong{margin-left:7px;color:var(--brand);font-size:18px}.source-registry-stats strong:first-child{margin-left:0}.source-registry-table-wrap{max-height:560px;margin-top:16px;overflow:auto;border:1px solid var(--line);border-radius:8px}.source-registry-table{width:100%;min-width:820px;border-collapse:collapse;color:var(--text);font-size:11px;line-height:1.35}.source-registry-table th,.source-registry-table td{padding:8px 9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.source-registry-table th{position:sticky;top:0;z-index:1;color:var(--text-muted);background:#f5f8fb;font-size:10px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.source-registry-table th:last-child,.source-registry-table td:last-child{border-right:0}.source-registry-table tbody tr:last-child td{border-bottom:0}.source-registry-table td:first-child{width:42px;color:var(--text-soft);font-variant-numeric:tabular-nums}.source-registry-table td:nth-child(2){min-width:290px}.source-registry-table td:nth-child(2) small{display:block;max-width:430px;margin-top:3px;color:var(--text-soft);font-size:10px;line-height:1.35}.source-registry-operator{color:var(--brand);font-weight:800;white-space:nowrap}.source-registry-status{display:inline-flex;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.source-registry-status.mapped{color:var(--success);background:var(--success-bg)}.source-registry-status.review{color:var(--warning);background:var(--warning-bg)}.requirements-review{margin-top:24px;padding:18px;border:1px solid #c7d8eb;border-radius:var(--radius-md);background:var(--surface-subtle)}.requirements-review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.requirements-review-header h3{margin:7px 0 5px;color:var(--text);font-size:16px;line-height:1.3}.requirements-review-header p{max-width:620px;margin:0;color:var(--text-muted);font-size:11px;line-height:1.45}.requirements-review-list{display:grid;gap:10px;margin-top:17px}.requirement-review-row{padding:14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm)}.requirement-review-row-header{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:end;gap:10px}.requirement-review-index{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;color:var(--brand);background:var(--brand-soft);font-size:10px;font-weight:900}.requirement-review-row label{display:grid;gap:6px;min-width:0}.requirement-review-row label>span{color:var(--text-soft);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.requirement-review-row input,.requirement-review-row select{height:38px;min-width:0;padding:0 10px;border-color:var(--line-strong);font-size:12px}.requirement-review-row-header .requirement-review-label input{font-weight:700}.requirement-delete{min-height:38px;padding:0 9px;border:1px solid #e7c8c3;border-radius:8px;color:var(--danger);background:var(--surface);font-size:11px;font-weight:700}.requirement-delete:hover{border-color:var(--danger);background:var(--danger-bg)}.requirement-review-fields{display:grid;grid-template-columns:minmax(130px,1.2fr) minmax(135px,1fr) minmax(150px,1.5fr) minmax(76px,.6fr) minmax(150px,1fr);gap:10px;margin-top:12px}.requirement-review-source{display:flex;align-items:center;flex-wrap:wrap;gap:7px 11px;margin-top:12px;padding-top:10px;border-top:1px solid var(--line);color:var(--text-soft);font-size:10px;line-height:1.4}.requirement-review-source-label{color:var(--text-muted);font-weight:800;text-transform:uppercase;letter-spacing:.04em}.requirement-review-source-text{max-width:520px;overflow:hidden;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap}.requirement-review-priority{padding:3px 7px;border-radius:999px;font-size:10px;font-weight:800}.requirement-review-priority-required{color:var(--danger);background:var(--danger-bg)}.requirement-review-priority-preferred{color:var(--warning);background:var(--warning-bg)}.requirement-review-priority-informational{color:var(--brand);background:var(--brand-soft)}.requirements-review-empty{margin-top:16px;padding:14px;border:1px dashed var(--line-strong);border-radius:9px;color:var(--text-muted);background:var(--surface);font-size:12px;line-height:1.5}.requirements-profile-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:29px;padding-top:22px;border-top:1px solid var(--line)}.requirements-profile-heading h3{margin:7px 0 0;font-size:16px;line-height:1.3}.requirements-profile-heading>span{color:var(--text-soft);font-size:11px}.field-status{display:grid;align-content:start}.status-field{display:flex;align-items:center;gap:9px;min-height:44px}.status-field strong{font-size:13px}.attention-banner{display:flex;align-items:flex-start;gap:12px;margin-top:24px;padding:15px;border:1px solid;border-radius:10px}.attention-banner.warning{border-color:#f0d18e;background:var(--warning-bg)}.attention-banner.success{border-color:#b8dfc7;background:var(--success-bg)}.attention-icon{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:50%}.warning .attention-icon{color:var(--warning);background:#ffeab2}.success .attention-icon{color:var(--success);background:#d5f0df}.attention-banner strong{display:block;font-size:13px}.attention-banner p{margin:4px 0 0;color:var(--text-muted);font-size:12px;line-height:1.45}.status-badge{display:inline-flex;align-items:center;gap:6px;width:max-content;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.status-badge .status-dot{width:6px;height:6px;box-shadow:none}.status-pass{color:var(--success);background:var(--success-bg)}.status-pass .status-dot{background:var(--success)}.status-review{color:var(--warning);background:var(--warning-bg)}.status-review .status-dot{background:#d78a00}.status-conflict{color:var(--danger);background:var(--danger-bg)}.status-conflict .status-dot{background:var(--danger)}.results-view{min-width:0}.results-heading{align-items:flex-end}.heading-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.primary-result{display:grid;grid-template-columns:minmax(0,1fr) 305px;gap:24px;padding:24px;border:1px solid #b7d3ee;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md)}.result-topline{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.recommendation-label{color:var(--brand);font-size:10px;font-weight:900;letter-spacing:.1em}.match-score{margin-left:auto;color:var(--text-muted);font-size:12px;font-weight:700}.primary-result h3{max-width:720px;margin:18px 0 8px;font-size:22px;line-height:1.28;letter-spacing:-.025em}.result-lead{max-width:670px;margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.result-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.result-chips span{padding:6px 9px;border:1px solid var(--line);border-radius:7px;color:var(--text-muted);background:var(--surface-subtle);font-size:11px;font-weight:700}.primary-result-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-content:center;padding-left:24px;border-left:1px solid var(--line)}.metric{min-width:0}.metric span,.metric strong{display:block}.metric span{margin-bottom:6px;color:var(--text-soft);font-size:11px}.metric strong{color:var(--text);font-size:16px;line-height:1.25;overflow-wrap:anywhere}.result-columns{display:grid;grid-template-columns:1fr;gap:16px;margin-top:18px}.alternatives-panel,.compatibility-panel,.technical-details{padding:21px}.subsection-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.subsection-heading h3{margin:7px 0 0;font-size:16px;line-height:1.3}.subtle-count{color:var(--text-soft);font-size:11px}.alternative-list{display:grid;gap:9px;margin-top:20px}.empty-alternatives{padding:18px 0 4px;color:var(--text-muted);font-size:12px}.alternative-row{width:100%;display:grid;grid-template-columns:17px minmax(190px,1.45fr) repeat(2,minmax(120px,.82fr)) minmax(135px,.92fr) 86px 16px;align-items:start;gap:12px;padding:14px 13px;border:1px solid var(--line);border-radius:10px;color:var(--text);text-align:left;background:var(--surface);transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.alternative-row:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.alternative-row.selected{border-color:#9fc4e8;background:var(--brand-soft);box-shadow:inset 3px 0 0 var(--brand)}.alternative-radio{width:15px;height:15px;border:2px solid var(--line-strong);border-radius:50%;background:var(--surface)}.alternative-row.selected .alternative-radio{border:4px solid var(--brand)}.alternative-copy,.alternative-spec,.alternative-score{min-width:0}.alternative-copy strong,.alternative-copy small,.alternative-spec strong,.alternative-spec small,.alternative-score strong,.alternative-score small{display:block;overflow-wrap:anywhere}.alternative-copy strong{font-size:13px;line-height:1.35}.alternative-copy small{margin-top:5px;color:var(--text-muted);font-size:11px}.alternative-spec small,.alternative-score small{color:var(--text-soft);font-size:10px;line-height:1.25}.alternative-spec strong{margin-top:4px;font-size:12px;line-height:1.4}.alternative-score{text-align:right}.alternative-score strong{margin-top:4px;color:var(--brand);font-size:13px;font-weight:800}.check-intro{margin:17px 0 0;color:var(--text-muted);font-size:11px;line-height:1.45}.check-summary{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.check-summary-item{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:700}.check-summary-item strong{font-size:12px}.check-summary-item.pass{color:var(--success);background:var(--success-bg)}.check-summary-item.review{color:var(--warning);background:var(--warning-bg)}.check-summary-item.conflict{color:var(--danger);background:var(--danger-bg)}.check-summary-item.not-applicable{color:var(--brand);background:var(--brand-soft)}.check-list{display:grid;gap:0;margin-top:14px}.check-row{display:grid;grid-template-columns:25px minmax(0,1.35fr) minmax(270px,.9fr);align-items:start;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.check-icon{display:grid;place-items:center;width:22px;height:22px;border-radius:50%}.check-pass .check-icon{color:var(--success);background:var(--success-bg)}.check-review .check-icon{color:var(--warning);background:var(--warning-bg)}.check-conflict .check-icon{color:var(--danger);background:var(--danger-bg)}.check-not_applicable .check-icon{color:var(--brand);background:var(--brand-soft)}.check-copy{min-width:0}.check-copy strong,.check-copy small,.check-values b,.check-values small{display:block}.check-copy strong{font-size:12px}.check-copy small{margin-top:4px;color:var(--text-muted);font-size:11px;line-height:1.35}.check-copy .check-source{color:var(--text-muted);overflow-wrap:anywhere}.check-copy .check-source-meta{color:var(--text-soft);font-size:10px}.check-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;text-align:left}.check-value{min-width:0}.check-values .check-value{padding:8px 9px;border:1px solid var(--line);border-radius:8px;background:var(--surface-subtle)}.check-pass .check-values .check-value{border-color:#d4eadb}.check-review .check-values .check-value{border-color:#f0dfae}.check-conflict .check-values .check-value{border-color:#f1c7c7}.check-not_applicable .check-values .check-value{border-color:#cbdcf0}.check-values b{display:block;font-size:11px;line-height:1.4;overflow-wrap:anywhere}.check-values small{display:block;margin:0 0 4px;color:var(--text-soft);font-size:9px;font-weight:800;letter-spacing:.04em;line-height:1.25;text-transform:uppercase}.empty-checks{display:flex;align-items:center;gap:8px;padding:16px 0;color:var(--text-muted);font-size:12px}.compatibility-panel .text-button{margin-top:12px}.technical-details{margin-top:16px}.technical-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px}.technical-grid .metric{padding:13px;border:1px solid var(--line);border-radius:9px;background:var(--surface-subtle)}.technical-grid .metric strong{font-size:13px}.results-footer{margin-top:18px}@media(min-width:1181px){.result-columns{grid-template-columns:minmax(0,1fr);align-items:stretch}.result-columns>.panel{width:100%;box-sizing:border-box}.alternative-row{grid-template-columns:17px minmax(0,1fr) 86px}.alternative-copy{grid-column:2}.alternative-score{grid-column:3;grid-row:1}.alternative-spec{grid-column:2 / -1;display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px;align-items:baseline}.alternative-spec strong{margin-top:0}.alternative-row .icon{display:none}.alternative-score{text-align:right}.compatibility-panel .check-row{grid-template-columns:25px minmax(0,1.2fr) minmax(180px,.8fr) minmax(180px,.8fr);align-items:center}.compatibility-panel .check-values{display:contents}}.quote-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;padding:17px;border:1px solid #b8dfc7;border-radius:10px;background:var(--success-bg)}.quote-summary h3{margin:8px 0 5px;font-size:17px}.quote-summary p{margin:0;color:var(--text-muted);font-size:12px}.quote-list{display:grid;gap:0;margin-top:20px;border-top:1px solid var(--line)}.quote-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.quote-index{color:var(--text-soft);font-size:12px;font-weight:800}.quote-row strong,.quote-row small{display:block}.quote-row strong{font-size:13px}.quote-row small{margin-top:4px;color:var(--text-muted);font-size:11px}.quote-row b{font-size:12px}.quote-actions>div{display:flex;gap:9px}.empty-view{display:grid;place-items:center;min-height:350px;padding:40px;text-align:center}.empty-view-with-matches{display:block;min-height:0;text-align:left}.empty-view-with-matches>.empty-icon{margin:28px auto 16px}.empty-view-with-matches>h2,.empty-view-with-matches>p,.empty-view-with-matches>button{display:block;margin-left:auto;margin-right:auto;text-align:center}.matching-results-panel{margin-top:0;padding-top:0;border-top:0}.results-matching-panel{margin-top:24px;padding-top:21px;border-top:1px solid var(--line)}.no-result-view>.matching-results-panel{margin-top:24px;padding-top:21px;border-top:1px solid var(--line)}.matching-results-intro,.matching-results-summary{max-width:820px;margin:8px 0 0;color:var(--text-muted);font-size:12px;line-height:1.5}.matching-results-summary{color:var(--text);font-weight:700}.matching-group{margin-top:20px}.matching-group-heading{display:flex;align-items:center;gap:8px;margin-bottom:9px;color:var(--text);font-size:12px}.matching-group-heading span{display:inline-grid;place-items:center;min-width:22px;height:20px;padding:0 6px;border-radius:999px;color:var(--text-muted);background:var(--surface-subtle);font-size:10px}.matching-candidate-list{display:grid;gap:9px}.matching-candidate{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr);gap:16px;padding:14px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.matching-candidate-pass{border-color:#b7dfc8;background:#fbfffc}.matching-candidate-review{border-color:#ead59d;background:#fffdf7}.matching-candidate-main,.matching-candidate-meta{min-width:0}.matching-candidate-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.matching-status{display:inline-flex;align-items:center;min-height:20px;padding:3px 7px;border-radius:5px;font-size:9px;font-weight:800;letter-spacing:.06em}.matching-status-pass{color:var(--success);background:var(--success-bg)}.matching-status-review{color:var(--warning);background:var(--warning-bg)}.matching-score{color:var(--brand);font-size:12px;font-weight:800}.matching-candidate-main>strong{display:block;overflow-wrap:anywhere;font-size:13px;line-height:1.35}.matching-candidate-main>small{display:block;margin-top:5px;color:var(--text-muted);font-size:11px;line-height:1.4}.matching-candidate-meta{display:flex;align-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:6px}.matching-candidate-meta span{padding:5px 7px;border-radius:6px;color:var(--text-muted);background:var(--surface-subtle);font-size:10px;line-height:1.25}.matching-candidate-meta b{color:var(--text)}.matching-candidate-meta .matching-meta-conflict{color:var(--danger);background:var(--danger-bg)}.matching-candidate-meta .matching-meta-review{color:var(--warning);background:var(--warning-bg)}.matching-candidate-meta .matching-meta-not-applicable{color:var(--brand);background:var(--brand-soft)}.matching-deviations{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px;padding-top:10px;border-top:1px solid var(--line)}.matching-deviations span{color:var(--text-muted);font-size:10px;line-height:1.35}.matching-deviations b{color:var(--danger);font-size:9px}.empty-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:16px;border-radius:14px;color:var(--brand);background:var(--brand-soft)}.empty-view h2{margin-bottom:8px;font-size:20px}.empty-view p{max-width:360px;margin-bottom:20px;color:var(--text-muted);font-size:13px;line-height:1.5}.no-result-view{padding:26px}.no-result-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.no-result-heading h2{margin:8px 0 7px;font-size:24px;letter-spacing:-.03em}.no-result-heading p{max-width:760px;margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.no-result-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.no-result-summary>div{min-width:0;padding:13px;border:1px solid var(--line);border-radius:9px;background:var(--surface-subtle)}.no-result-summary span,.no-result-summary strong{display:block}.no-result-summary span{color:var(--text-soft);font-size:10px}.no-result-summary strong{margin-top:6px;font-size:13px;overflow-wrap:anywhere}.no-result-section{margin-top:24px;padding-top:21px;border-top:1px solid var(--line)}.diagnostic-stages,.diagnostic-candidates{display:grid;gap:2px;margin-top:16px}.diagnostic-stage{display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:start;gap:11px;padding:11px 0;border-bottom:1px solid var(--line)}.diagnostic-stage-icon{display:grid;place-items:center;width:22px;height:22px;border-radius:50%}.diagnostic-pass .diagnostic-stage-icon{color:var(--success);background:var(--success-bg)}.diagnostic-conflict .diagnostic-stage-icon{color:var(--danger);background:var(--danger-bg)}.diagnostic-stage strong,.diagnostic-stage small{display:block}.diagnostic-stage strong{font-size:12px}.diagnostic-stage small{margin-top:4px;color:var(--text-muted);font-size:11px;line-height:1.4}.diagnostic-stage b{color:var(--text-muted);font-size:11px;white-space:nowrap}.diagnostic-candidate{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:12px;border:1px solid var(--line);border-radius:9px;background:var(--surface-subtle)}.diagnostic-candidate strong,.diagnostic-candidate small{display:block}.diagnostic-candidate strong{font-size:12px;line-height:1.35}.diagnostic-candidate small{margin-top:5px;color:var(--text-muted);font-size:11px}.diagnostic-candidate>span{max-width:42%;color:var(--warning);font-size:11px;line-height:1.4;text-align:right}.no-result-actions ol{display:grid;gap:9px;margin:16px 0 0;padding-left:22px;color:var(--text);font-size:12px;line-height:1.5}.diagnostic-notes{margin-top:17px;padding:13px;border-radius:9px;color:var(--text-muted);background:var(--surface-subtle);font-size:11px;line-height:1.45}.diagnostic-notes strong{display:block;color:var(--text)}.diagnostic-notes p{margin:5px 0 0}.no-result-footer{display:flex;justify-content:flex-end;margin-top:24px}.selection-warning-banner{display:flex;align-items:flex-start;gap:10px;margin:18px 0;padding:13px 14px;border:1px solid #efd9a5;border-radius:10px;color:var(--warning);background:var(--warning-bg);font-size:12px;line-height:1.45}.selection-warning-banner strong{display:block;margin-bottom:3px;color:#79500a}.selection-warning-banner p{margin:0}.warning-button{border-color:#d89c2b;background:var(--warning-bg);color:#79500a}.warning-button:hover{background:#ffedbd}.section-view{min-height:430px;padding:30px}.section-view-content{max-width:920px}.section-view-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.section-view-heading h2{margin:8px 0 6px;font-size:24px;line-height:1.2;letter-spacing:-.03em}.section-view-heading p{max-width:620px;margin:0;color:var(--text-muted);font-size:14px;line-height:1.55}.catalog-status.inline{margin-top:4px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface-subtle)}.project-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.project-card{padding:20px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.project-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-date{color:var(--text-soft);font-size:11px}.project-card h3{margin:15px 0 12px;font-size:16px;line-height:1.35}.project-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.project-meta span{padding:5px 8px;border:1px solid var(--line);border-radius:7px;color:var(--text-muted);background:var(--surface);font-size:11px;font-weight:700}.project-card-actions{display:flex;flex-wrap:wrap;gap:12px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.catalog-stat{min-height:132px;padding:19px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.catalog-stat span,.catalog-stat small{display:block;color:var(--text-muted);font-size:12px}.catalog-stat strong{display:block;margin:12px 0 8px;color:var(--text);font-size:22px;line-height:1.2;overflow-wrap:anywhere}.catalog-stat small{color:var(--text-soft);font-size:11px}.help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.help-card{padding:19px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.help-card-number{color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.1em}.help-card h3{margin:12px 0 7px;font-size:15px}.help-card p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.help-callout{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:18px;border:1px solid #b7d3ee;border-radius:var(--radius-md);background:var(--brand-soft)}.help-callout strong{font-size:14px}.help-callout p{margin:5px 0 0;color:var(--text-muted);font-size:12px}.section-empty{min-height:350px}.section-loading{display:grid;min-height:340px;place-items:center;color:var(--text-muted);font-size:13px}.profile-view{max-width:1050px}.profile-overview{display:flex;align-items:center;gap:15px;padding:20px;border:1px solid #b7d3ee;border-radius:var(--radius-md);background:linear-gradient(135deg,#f8fbff,#f0f8ff)}.profile-overview h2{margin:7px 0 4px;font-size:22px;letter-spacing:-.03em}.profile-overview p{margin:0;color:var(--text-muted);font-size:13px}.profile-overview .status-badge{margin-left:auto}.profile-avatar-large{display:grid;place-items:center;width:54px;height:54px;flex:0 0 auto;border-radius:16px;color:#fff;background:#354761;font-size:21px;font-weight:800}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.profile-form{display:grid;gap:14px;margin-top:18px}.profile-form label{display:grid;gap:7px}.profile-form input[readonly]{color:var(--text-muted);background:var(--surface-muted)}.profile-access-list{display:grid;gap:0;margin-top:18px;border-top:1px solid var(--line)}.profile-access-list div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.profile-access-list span{color:var(--text-muted);font-size:12px}.profile-access-list strong{font-size:12px;text-align:right}.profile-footer{display:flex;justify-content:flex-end;margin-top:16px}.permission-callout{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:14px;border:1px solid var(--line);border-radius:10px;color:var(--text-muted);background:var(--surface);font-size:12px;line-height:1.5}.admin-view{max-width:1050px}.admin-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.admin-intro h2{margin:8px 0 6px;font-size:22px;letter-spacing:-.03em}.admin-intro p{max-width:620px;margin:0;color:var(--text-muted);font-size:13px;line-height:1.5}.admin-intro-status{display:grid;justify-items:end;gap:8px}.admin-refreshing{color:var(--text-soft);font-size:11px}.admin-section-nav{position:sticky;top:16px;z-index:2;display:flex;gap:7px;margin:20px 0 4px;padding:7px;border:1px solid var(--line);border-radius:11px;background:#ffffffeb;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-section-nav button{padding:8px 11px;border:0;border-radius:7px;color:var(--text-muted);background:transparent;font-size:12px;font-weight:700}.admin-section-nav button:hover{color:var(--brand);background:var(--brand-soft)}.admin-card[id]{scroll-margin-top:92px}.admin-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:16px;margin-top:26px}.admin-card{padding:21px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.admin-card-lead{max-width:720px;margin:8px 0 0;color:var(--text-muted);font-size:12px;line-height:1.5}.admin-user-list{display:grid;gap:0;margin-top:18px}.admin-user-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.admin-user-row:last-child{border-bottom:0}.admin-user-row.inactive{opacity:.58}.admin-user-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;color:var(--brand);background:var(--brand-soft);font-size:12px;font-weight:800}.admin-user-copy{min-width:0}.admin-user-copy strong,.admin-user-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-copy strong{font-size:12px}.admin-user-copy small{margin-top:4px;color:var(--text-muted);font-size:11px}.user-state{font-size:11px;font-weight:700;white-space:nowrap}.user-state.active{color:var(--success)}.user-state.blocked{color:var(--danger)}.admin-user-row .text-button{font-size:11px}.admin-user-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.admin-all-projects-control{align-items:flex-start;padding:2px 0 3px}.admin-all-projects-control span{display:grid;gap:4px}.admin-all-projects-control strong{color:var(--text);font-size:12px}.admin-all-projects-control small{color:var(--text-muted);font-size:11px;line-height:1.4}.admin-form{display:grid;gap:14px;margin-top:18px}.admin-form .primary-button{width:100%;margin-top:3px}.admin-settings-card{margin-top:16px}.admin-settings-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.admin-settings-form .primary-button{grid-column:1 / -1;justify-self:start;align-self:end;min-height:44px}.admin-field-note{display:block;margin-top:6px;color:var(--text-soft);font-size:11px;line-height:1.4}.admin-integration-card{display:grid;gap:15px}.admin-integration-lead{max-width:760px;margin:-2px 0 0;color:var(--text-muted);font-size:13px;line-height:1.55}.admin-integration-meta{display:flex;gap:8px 20px;flex-wrap:wrap;color:var(--text-muted);font-size:12px}.admin-integration-meta strong{color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.integration-hint{color:var(--brand)}.integration-warning{display:flex;align-items:flex-start;gap:8px;padding:11px 12px;border:1px solid #efd9a5;border-radius:9px;color:#8a6110;background:#fff9e9;font-size:12px;line-height:1.45}.admin-integration-form{display:grid;gap:14px;max-width:760px}.admin-integration-form label{display:grid;gap:7px}.admin-integration-form small{color:var(--text-soft);font-size:11px;line-height:1.4}.admin-integration-actions{display:flex;gap:10px;flex-wrap:wrap}.toast{position:fixed;right:24px;bottom:24px;z-index:10;display:inline-flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid #b8dfc7;border-radius:9px;color:var(--success);background:var(--success-bg);box-shadow:var(--shadow-md);font-size:13px;font-weight:700}.icon{flex:0 0 auto}@media print{body{background:#fff}.topbar,.page-heading,.workflow-steps,.context-panel,.results-footer,.quote-actions,.toast{display:none!important}.page{width:100%;padding:0}.workspace{display:block}.quote-view{border:0;box-shadow:none;padding:0}}@media(max-width:1180px){.workspace{grid-template-columns:minmax(0,1fr) 238px;gap:18px}}@media(max-width:900px){.topbar{height:auto;min-height:64px;padding:12px 20px;gap:20px;flex-wrap:wrap}.main-nav{order:3;width:100%;height:38px;gap:22px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.main-nav::-webkit-scrollbar{display:none}.main-nav .nav-link{flex:0 0 auto;white-space:nowrap}.topbar-actions{margin-left:auto}.catalog-status{display:none}.page{width:min(100% - 32px,720px);padding-top:28px}.page-heading{align-items:flex-start;flex-direction:column;margin-bottom:25px}.page-heading .secondary-button{display:none}.workspace{display:block}.step-rail{display:flex;align-items:stretch;gap:5px;overflow-x:auto;padding:0 0 3px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.step-rail::-webkit-scrollbar{display:none}.rail-label{display:none}.step-item{min-width:160px;grid-template-columns:28px minmax(0,1fr);padding:9px}.step-number{width:25px;height:25px}.context-panel{display:block;margin-top:16px}.context-panel h3{margin-top:16px}.input-panel,.requirements-panel,.quote-view{padding:22px}.mode-grid{grid-template-columns:1fr}.mode-card{min-height:90px}.result-columns,.primary-result{grid-template-columns:1fr}.primary-result-metrics{padding:17px 0 0;border-top:1px solid var(--line);border-left:0}.requirements-grid,.requirement-review-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.requirement-review-value{grid-column:span 2}.extraction-columns{grid-template-columns:1fr}.technical-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alternative-row{grid-template-columns:17px minmax(0,1fr) 86px}.alternative-copy{grid-column:2}.alternative-score{grid-column:3;grid-row:1}.alternative-spec{grid-column:2 / -1;display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px;align-items:baseline}.alternative-spec strong{margin-top:0}.alternative-row .icon{display:none}.alternative-score{text-align:right}.check-row{grid-template-columns:25px minmax(0,1fr)}.check-values{grid-column:2}.section-view{padding:22px}.project-list,.catalog-grid,.help-grid,.admin-grid,.profile-grid{grid-template-columns:1fr}.admin-settings-form,.no-result-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.topbar{padding:12px 16px}.brand{min-width:52px}.icon-button{width:38px;height:38px}.avatar{width:32px;height:32px}.page{width:min(100% - 24px,520px);padding-bottom:32px}.page-heading h1{font-size:28px}.page-heading p{font-size:14px}.section-heading{display:block}.section-heading h2{font-size:21px}.step-progress{width:100%;margin-top:18px}.input-panel,.requirements-panel,.quote-view{padding:18px}.two-columns,.three-columns,.requirements-grid{grid-template-columns:1fr}.three-columns{margin-top:0}.three-columns .field,.requirements-grid .field{margin-top:15px}.requirements-review{padding:14px}.requirements-review-header,.requirements-profile-heading{align-items:stretch;flex-direction:column}.requirements-review-header .secondary-button{width:100%}.requirement-review-row-header{grid-template-columns:28px minmax(0,1fr)}.requirement-delete{grid-column:2;justify-self:start}.requirement-review-fields{grid-template-columns:1fr}.requirement-review-value{grid-column:auto}.requirement-review-source-text{max-width:100%;white-space:normal}.advanced-row{align-items:flex-start;flex-direction:column;gap:13px}.advanced-row .field-label{margin-bottom:0}.panel-actions,.results-footer,.quote-actions{align-items:stretch;flex-direction:column}.panel-actions .primary-button,.results-footer .primary-button{width:100%}.action-note{text-align:center}.results-heading{display:block}.heading-actions{justify-content:flex-start;margin-top:18px}.heading-actions .primary-button,.heading-actions .secondary-button{flex:1}.primary-result{padding:18px}.primary-result h3{font-size:18px}.match-score{margin-left:0}.primary-result-metrics{gap:6px}.metric strong{font-size:14px}.extraction-columns{grid-template-columns:1fr}.extraction-summary-header{flex-direction:column;gap:12px}.extraction-summary-header .status-badge{align-self:flex-start}.source-registry-header{flex-direction:column;gap:12px}.source-registry-stats{justify-content:flex-start;max-width:none;text-align:left}.alternatives-panel,.compatibility-panel,.technical-details{padding:17px}.matching-candidate{grid-template-columns:1fr;gap:11px}.matching-candidate-meta{align-items:flex-start}.matching-deviations{grid-column:auto}.alternative-row{grid-template-columns:17px minmax(0,1fr) 86px}.alternative-copy{grid-column:2}.alternative-score{grid-column:3;grid-row:1}.alternative-spec{grid-column:2 / -1;display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px;align-items:baseline}.alternative-spec strong{margin-top:0}.alternative-row .icon{display:none}.alternative-score{text-align:right}.check-row{grid-template-columns:25px minmax(0,1fr)}.check-values{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr));text-align:left}.check-values small{display:block;margin-left:0}.technical-grid{grid-template-columns:1fr}.no-result-view{padding:18px}.no-result-heading{display:block}.no-result-heading .status-badge{margin-top:14px}.no-result-summary{grid-template-columns:1fr}.diagnostic-candidate{display:block}.diagnostic-candidate>span{display:block;max-width:none;margin-top:9px;text-align:left}.diagnostic-stage{grid-template-columns:25px minmax(0,1fr)}.diagnostic-stage b{grid-column:2}.quote-actions>div{width:100%;flex-direction:column}.quote-actions>div button{width:100%}.quote-row{grid-template-columns:28px minmax(0,1fr)}.quote-row b{grid-column:2;color:var(--brand)}.toast{right:12px;bottom:12px;left:12px;justify-content:center}.section-view{padding:18px}.section-view-heading,.help-callout{align-items:stretch;flex-direction:column}.section-view-heading h2{font-size:21px}.auth-card{padding:24px}.admin-intro{align-items:stretch;flex-direction:column}.admin-intro-status{justify-items:start}.admin-section-nav{position:static;overflow-x:auto}.profile-overview{align-items:flex-start;flex-wrap:wrap}.profile-overview .status-badge{margin-left:69px}.profile-footer{justify-content:flex-start}.admin-user-row{grid-template-columns:34px minmax(0,1fr) auto}.admin-user-actions{grid-column:2 / -1;justify-content:flex-start}.admin-settings-form{grid-template-columns:1fr}.admin-integration-actions{align-items:stretch;flex-direction:column}.admin-integration-actions button{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.prototype-sidebar{position:fixed;z-index:10;inset:0 auto 0 0;width:184px;display:flex;flex-direction:column;padding:15px 10px 12px;color:#f4f7fb;background:#152538}.prototype-sidebar-brand{display:grid;gap:4px;width:100%;padding:0 7px 18px;border:0;color:#fff;text-align:left;background:transparent}.prototype-sidebar-brand img{width:137px;height:29px;object-fit:contain;object-position:left center;filter:grayscale(1) brightness(0) invert(1)}.prototype-sidebar-brand span{color:#cbd5e1;font-size:10px;line-height:1.2}.prototype-sidebar-nav{display:grid;gap:3px}.prototype-sidebar-link,.prototype-sidebar-help,.prototype-sidebar-collapse{display:flex;align-items:center;gap:11px;min-height:36px;padding:0 10px;border:0;border-radius:5px;color:#dce5ef;font-size:11px;text-align:left;background:transparent}.prototype-sidebar-link:hover,.prototype-sidebar-help:hover{color:#fff;background:#203854}.prototype-sidebar-link.active{color:#fff;background:#0867dc;box-shadow:inset 0 0 0 1px #ffffff14}.prototype-sidebar-bottom{display:grid;gap:10px;margin-top:auto}.prototype-sidebar-help{background:#ffffff0f}.prototype-sidebar-collapse{padding-left:10px;color:#b9c6d5;font-size:10px}.prototype-sidebar-collapse span{margin-left:3px}.prototype-topbar{height:64px;margin-left:184px;padding:0 18px;gap:0;border-bottom-color:#d9e1ea;box-shadow:0 1px 4px #15253808}.prototype-header-project,.prototype-header-source,.prototype-header-catalog{display:flex;align-items:center;gap:8px;min-height:28px;padding:0 18px;border-right:1px solid #e2e8f0;color:#6c7b8c;font-size:11px;white-space:nowrap}.prototype-header-project{padding-left:0;color:#536478}.prototype-header-project strong,.prototype-header-source strong,.prototype-header-catalog strong{color:#172033;font-weight:700}.prototype-header-catalog{gap:14px;border-right:0}.prototype-header-catalog .catalog-status{gap:6px;font-size:10px;font-weight:600}.prototype-header-catalog .status-dot{width:5px;height:5px;box-shadow:none}.prototype-search{display:flex;align-items:center;gap:6px;width:205px;height:32px;margin-left:auto;padding:0 9px;border:1px solid #dce5ee;border-radius:5px;color:#607286;background:#fbfdff}.prototype-search input{height:auto;padding:0;border:0;outline:0;color:#253447;background:transparent;font-size:10px}.prototype-search input::placeholder{color:#9aa9b9}.prototype-user{display:flex;align-items:center;gap:7px;margin-left:15px;padding:0;border:0;color:#1b2a3d;text-align:left;background:transparent}.prototype-user .avatar{width:30px;height:30px;background:#0b67db;font-size:12px}.prototype-user strong,.prototype-user small{display:block;white-space:nowrap}.prototype-user strong{font-size:10px;line-height:1.2}.prototype-user small{margin-top:3px;color:#7c8b9b;font-size:9px}.prototype-user>span:last-child{color:#728296;font-size:12px}.prototype-page{width:auto;max-width:none;margin:0 0 0 184px;padding:0 16px 16px}.prototype-workbench{min-width:980px;max-width:100%}.prototype-page-meta{display:flex;align-items:center;justify-content:space-between;min-height:35px;padding:0 2px;color:#7b8b9d;font-size:10px;letter-spacing:.05em;text-transform:uppercase}.prototype-page-meta span:first-child{color:#0867dc;font-weight:800}.prototype-analysis-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:13px 2px 4px}.prototype-analysis-heading h1{margin:0;color:#172033;font-size:18px;line-height:1.2;letter-spacing:-.02em}.prototype-analysis-heading p{margin:5px 0 0;color:#53657b;font-size:11px;line-height:1.35}.prototype-page-kicker{display:block;margin-bottom:5px;color:#0867dc;font-size:9px;font-weight:800;letter-spacing:.06em}.prototype-analysis-actions{display:flex;align-items:center;gap:8px;padding-bottom:1px}.prototype-analysis-actions .compact{min-height:30px;border-radius:4px;font-size:10px}.prototype-page-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 2px}.prototype-page-nav .compact{min-height:30px;border-radius:4px;font-size:10px}.prototype-review-editor{margin-top:8px;padding:10px;border:1px solid #aec9e7;border-radius:5px;background:#f6faff}.prototype-review-editor-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:2px 4px 0}.prototype-review-editor-heading h3{margin:0;color:#172033;font-size:13px}.prototype-review-editor-heading p{margin:4px 0 0;color:#53657b;font-size:10px;line-height:1.35}.prototype-review-editor .requirements-review{margin-top:9px;padding:10px;border-color:#d5e2f0;background:#fff}.prototype-review-editor .requirements-review-header h3{font-size:13px}.prototype-review-editor .requirements-review-header p{font-size:10px}.requirement-review-explanation{display:grid;gap:3px;margin-top:9px;padding:7px 8px;border-left:2px solid #7eb3f5;color:#53657b;background:#f4f8fd;font-size:10px;line-height:1.35}.requirement-review-explanation strong{color:#2b4f75;font-size:9px;letter-spacing:.04em;text-transform:uppercase}.requirement-review-explanation small{color:#7b8b9d;font-size:9px}.prototype-ai-detail{margin-top:8px;padding:12px;border:1px solid #cfddec;border-radius:5px;background:#fff}.prototype-ai-detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.prototype-ai-detail-heading-actions{display:flex;align-items:flex-start;gap:10px;flex:0 0 auto}.prototype-detail-kicker{display:block;margin-bottom:4px;color:#0867dc;font-size:9px;font-weight:800;letter-spacing:.06em}.prototype-ai-detail h3{margin:0;color:#172033;font-size:14px;line-height:1.25}.prototype-ai-detail-heading p{max-width:680px;margin:4px 0 0;color:#53657b;font-size:10px;line-height:1.4}.prototype-ai-confidence{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:5px 8px;border:1px solid #cce9d6;border-radius:4px;color:#167744;background:#eefaf2;font-size:10px;font-weight:700}.prototype-ai-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.prototype-ai-detail-grid article{display:flex;gap:9px;min-width:0;padding:10px;border:1px solid #e0e7ef;border-radius:4px;background:#f9fbfd}.prototype-detail-step{display:grid;place-items:center;flex:0 0 auto;width:24px;height:24px;border-radius:50%;color:#0867dc;background:#eaf3ff;font-size:9px;font-weight:800}.prototype-ai-detail h4{margin:1px 0 4px;color:#23364d;font-size:10px;line-height:1.25}.prototype-ai-detail-grid p{margin:0;color:#53657b;font-size:9px;line-height:1.4}.prototype-ai-detail-grid blockquote{margin:6px 0 2px;padding:5px 7px;border-left:2px solid #7eb3f5;color:#42546a;background:#fff;font-size:9px;line-height:1.3}.prototype-ai-detail-grid small{color:#7b8b9d;font-size:9px}.prototype-detail-code{display:inline-flex;margin-top:7px;padding:4px 6px;border-radius:3px;color:#275889;background:#edf5ff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.prototype-ai-audit-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid #e2e8ef}.prototype-ai-audit-row div{display:grid;gap:3px}.prototype-ai-audit-row strong{color:#2b415b;font-size:9px}.prototype-ai-audit-row span{color:#687a8f;font-size:9px;line-height:1.35}.prototype-extraction-alerts{display:grid;gap:8px;margin-top:8px}.prototype-extraction-positions,.prototype-extraction-conflict{display:flex;gap:9px;align-items:flex-start;padding:9px 10px;border:1px solid #dbe5ef;border-radius:4px;background:#f8fbff}.prototype-extraction-positions{display:grid;gap:3px}.prototype-extraction-positions strong,.prototype-extraction-conflict strong{color:#2b415b;font-size:10px}.prototype-extraction-positions span,.prototype-extraction-conflict span{color:#687a8f;font-size:9px;line-height:1.35}.prototype-extraction-conflict{border-color:#f0c36a;background:#fff8e8;color:#9a6400}.prototype-recommendation-checks{display:grid;gap:7px;margin-top:8px;padding-top:8px;border-top:1px solid #e2e8ef}.prototype-recommendation-checks-summary{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:#2b415b;font-size:9px}.prototype-recommendation-checks-summary strong{margin-right:3px;font-size:10px}.prototype-check-count,.prototype-check-status{display:inline-flex;align-items:center;min-height:18px;padding:0 6px;border:1px solid transparent;border-radius:3px;font-size:8px;font-weight:800;letter-spacing:.02em}.prototype-check-count.pass,.prototype-check-status.pass{color:#167744;border-color:#cce9d6;background:#eefaf2}.prototype-check-count.fail,.prototype-check-status.fail{color:#a32e2e;border-color:#efcaca;background:#fff2f2}.prototype-check-count.unknown,.prototype-check-status.unknown{color:#9a6200;border-color:#f1dfaa;background:#fff9e7}.prototype-check-count.neutral,.prototype-check-status.not_applicable{color:#5d6e81;border-color:#dbe2e9;background:#f4f6f8}.prototype-recommendation-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.prototype-recommendation-check{min-width:0;padding:7px 8px;border:1px solid #dfe7ef;border-radius:4px;background:#fbfdff}.prototype-recommendation-check-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.prototype-recommendation-check-topline strong{color:#243d59;font-size:9px}.prototype-recommendation-check-values{display:flex;flex-wrap:wrap;gap:5px 12px;margin-top:4px;color:#687a8f;font-size:8px}.prototype-recommendation-check-values b{color:#314a65;font-weight:700}.prototype-recommendation-check p{margin:5px 0 0;color:#52677e;font-size:9px;line-height:1.35}.prototype-recommendation-check blockquote{margin:5px 0 0;padding:4px 6px;border-left:2px solid #7eb3f5;color:#425a73;background:#fff;font-size:8px;line-height:1.35}.prototype-recommendation-check blockquote small{display:block;margin-top:2px;color:#7b8b9d;font-size:8px}.prototype-ai-recommendation-note{display:flex;align-items:flex-start;gap:8px;margin-top:8px;padding:8px 9px;border:1px solid #d8e8fa;border-radius:4px;color:#2f5b87;background:#f0f7ff}.prototype-ai-recommendation-note>.icon{flex:0 0 auto;color:#0867dc}.prototype-ai-recommendation-note p{margin:0;font-size:10px;line-height:1.4}.prototype-ai-recommendation-note strong{color:#1d4b79}.prototype-ai-summary-bar{display:flex;align-items:flex-start;gap:9px;margin:7px 0 8px;padding:8px 9px;border:1px solid #d8e8fa;border-radius:4px;background:#f0f7ff}.prototype-ai-summary-icon{display:grid;place-items:center;flex:0 0 auto;width:19px;height:19px;border-radius:50%;color:#fff;background:#398ce4}.prototype-ai-summary-bar strong{display:block;color:#254f7b;font-size:10px}.prototype-ai-summary-bar p{margin:3px 0 0;color:#536c87;font-size:9px;line-height:1.35}.prototype-input-workbench .prototype-input-section{margin-top:0;padding:18px 18px 20px}.prototype-input-workbench .prototype-input-grid{gap:14px}.prototype-input-workbench .prototype-source-card{padding:12px 13px}.prototype-input-workbench .prototype-dropzone{min-height:160px}.prototype-input-workbench .prototype-source-card textarea{min-height:161px;height:161px}.prototype-input-workbench .prototype-input-actions,.prototype-input-workbench .prototype-manual-inline{margin-top:14px}.prototype-analysis-workbench .prototype-section:first-of-type{margin-top:8px}.prototype-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:0;height:50px;padding:0 12px;border-bottom:1px solid #dce4ed;background:#fff}.prototype-step{position:relative;display:flex;align-items:center;gap:8px;height:100%;padding:0 7px;border:0;color:#63758a;font-size:11px;text-align:left;background:transparent}.prototype-step:not(:last-child):after{position:absolute;right:6px;left:145px;top:50%;height:1px;background:#d6e0eb;content:""}.prototype-step.done:not(:last-child):after{background:#7fb6f3}.prototype-step-number{position:relative;z-index:1;display:grid;place-items:center;width:23px;height:23px;border:1px solid #c5d0de;border-radius:50%;color:#6a7a8d;background:#f3f6fa;font-size:11px;font-weight:700}.prototype-step.active,.prototype-step.done{color:#0867dc}.prototype-step.active .prototype-step-number,.prototype-step.done .prototype-step-number{border-color:#0867dc;color:#fff;background:#0867dc}.prototype-section{margin-top:8px;padding:8px 10px 9px;border:1px solid #dce4ed;border-radius:5px;background:#fff}.prototype-section h1,.prototype-section h2{margin:0;color:#172033;font-weight:800;letter-spacing:-.02em}.prototype-section h1{font-size:18px;line-height:1.25}.prototype-section h2{font-size:14px;line-height:1.25}.prototype-section h2 small{color:#617287;font-size:10px;font-weight:600}.prototype-section-lead{margin:3px 0 8px;color:#42546a;font-size:11px;line-height:1.35}.prototype-input-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prototype-source-card{min-width:0;padding:9px 10px 8px;border:1px solid #dce4ed;border-radius:4px;background:#fbfdff}.prototype-card-title{display:flex;align-items:center;gap:8px;color:#0867dc;font-size:12px}.prototype-source-card>p{margin:4px 0 5px;color:#4f6074;font-size:10px}.prototype-dropzone{display:grid;justify-items:center;align-content:center;gap:4px;min-height:102px;border:1px dashed #a9c8ec;border-radius:4px;color:#29415d;background:#f7fbff;font-size:10px;text-align:center;cursor:pointer}.prototype-dropzone:hover{border-color:#0867dc;background:#eef6ff}.prototype-dropzone input{position:absolute;width:1px;height:1px;opacity:0}.prototype-dropzone>.icon{color:#0867dc}.prototype-dropzone strong{font-size:10px;font-weight:600}.prototype-dropzone small{color:#52667f;font-size:9px}.prototype-primary-outline{display:inline-flex;align-items:center;min-height:26px;margin-top:2px;padding:0 20px;border-radius:4px;color:#fff;background:#0867dc;font-size:10px;font-weight:700}.prototype-source-card textarea{min-height:103px;height:103px;padding:9px;border-color:#d6e1ed;border-radius:4px;font-size:10px;line-height:1.45}.prototype-text-counter{margin-top:-17px;margin-right:7px;color:#73849a;font-size:9px;text-align:right}.prototype-input-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:7px}.prototype-manual-link,.prototype-text-action,.prototype-expand-link{padding:0;border:0;color:#0867dc;font-size:10px;background:transparent}.prototype-manual-link{color:#2b435e}.prototype-manual-link strong{color:#0867dc}.prototype-analyze-button{display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0 13px;border:1px solid #d6e0eb;border-radius:4px;color:#98a6b6;background:#edf1f5;font-size:10px}.prototype-analyze-button:not(:disabled){border-color:#0867dc;color:#fff;background:#0867dc}.prototype-manual-inline{margin-top:8px;padding:8px;border-top:1px solid #e5ebf2}.prototype-manual-inline .form-block{margin-top:0}.prototype-error{margin-top:8px;padding:7px 9px;font-size:10px}.prototype-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:5px}.prototype-section-tools{display:flex;align-items:center;gap:8px;white-space:nowrap}.prototype-source-link{max-width:100%;padding:0;border:0;color:#0867dc;font:inherit;text-align:left;text-decoration:underline;text-decoration-color:#b9d3f2;text-underline-offset:2px;background:transparent;cursor:pointer}.prototype-source-link:hover{color:#064fa8;text-decoration-color:currentColor}.prototype-source-link:focus-visible,.prototype-source-evidence-item:focus-visible,.prototype-source-viewer pre:focus-visible{outline:2px solid #0867dc;outline-offset:2px}.prototype-kebab{width:25px;height:23px;padding:0;border:1px solid #d6e0eb;border-radius:4px;color:#0867dc;background:#fff}.prototype-success-banner{display:inline-flex;align-items:center;gap:4px;margin-left:10px;padding:4px 7px;border-radius:4px;color:#167744;background:#e7f7ed;font-size:9px;font-weight:600;vertical-align:1px}.prototype-table-wrap{overflow-x:auto;border:1px solid #dce4ed;border-radius:4px}.prototype-table{width:100%;border-collapse:collapse;table-layout:fixed;color:#24364d;font-size:10px;line-height:1.18}.prototype-table th,.prototype-table td{padding:5px 7px;border-right:1px solid #e2e8ef;border-bottom:1px solid #e2e8ef;text-align:left;vertical-align:middle}.prototype-table thead th{color:#455972;background:#f4f7fa;font-size:9px;font-weight:700}.prototype-table tbody tr:last-child td,.prototype-table tbody tr:last-child th{border-bottom:0}.prototype-table th:last-child,.prototype-table td:last-child{border-right:0}.requirements-table th:nth-child(1),.requirements-table td:nth-child(1){width:32px;text-align:center}.requirements-table th:nth-child(2),.requirements-table td:nth-child(2){width:140px}.requirements-table th:nth-child(3),.requirements-table td:nth-child(3){width:115px}.requirements-table th:nth-child(4),.requirements-table td:nth-child(4){width:225px}.requirements-table th:nth-child(5),.requirements-table td:nth-child(5){width:118px}.requirements-table th:nth-child(6),.requirements-table td:nth-child(6){width:112px}.requirements-table th:nth-child(7),.requirements-table td:nth-child(7){width:250px}.requirements-table th:nth-child(8),.requirements-table td:nth-child(8){width:80px}.prototype-positive{color:#178044}.prototype-warning-text{color:#b56c00}.prototype-expand-link{display:inline-flex;align-items:center;gap:4px;margin:5px 0 0 6px;font-weight:600}.prototype-source-viewer{display:grid;gap:9px;margin-top:8px;padding:10px;border:1px solid #bfd5ed;border-radius:4px;background:#f8fbff}.prototype-source-viewer-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.prototype-source-viewer-heading h3{margin:3px 0 2px;color:#20344d;font-size:12px;line-height:1.3}.prototype-source-viewer-heading p{margin:0;color:#5a6d83;font-size:9px;line-height:1.4}.prototype-source-viewer-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:9px;min-width:0}.prototype-source-document,.prototype-source-evidence{min-width:0;padding:9px;border:1px solid #dce6f0;border-radius:4px;background:#fff}.prototype-source-pane-label{display:block;margin-bottom:5px;color:#72849a;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.prototype-source-document pre{overflow:auto;max-height:205px;margin:0;padding:8px;border:1px solid #e2e9f1;border-radius:3px;color:#30465f;background:#fbfdff;font-family:inherit;font-size:10px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.prototype-source-empty{display:grid;justify-items:start;gap:4px;min-height:100px;padding:10px;border:1px dashed #c9d8e7;border-radius:3px;color:#51667e;background:#fbfdff}.prototype-source-empty>.icon{color:#0867dc}.prototype-source-empty strong{color:#263e5b;font-size:10px}.prototype-source-empty p{max-width:480px;margin:0;font-size:9px;line-height:1.45}.prototype-source-evidence-list{display:grid;gap:5px;max-height:205px;overflow:auto}.prototype-source-evidence-item{display:grid;gap:3px;padding:6px 7px;border:1px solid #e1e8f0;border-radius:3px;color:#30465f;text-align:left;background:#fbfdff;cursor:pointer}.prototype-source-evidence-item:hover,.prototype-source-evidence-item.active{border-color:#7eb3f5;background:#f0f7ff}.prototype-source-evidence-item>span{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.prototype-source-evidence-item strong{color:#233d5a;font-size:10px}.prototype-source-evidence-item small,.prototype-source-evidence-item em{color:#75879b;font-size:8px;font-style:normal}.prototype-source-evidence-item blockquote,.prototype-source-focus blockquote{margin:2px 0 0;padding:4px 6px;border-left:2px solid #7eb3f5;color:#425a73;background:#fff;font-size:9px;line-height:1.35}.prototype-source-focus{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.65fr);gap:10px;padding:8px 9px;border-top:1px solid #dce6f0}.prototype-source-focus h4{margin:0 0 3px;color:#20344d;font-size:10px}.prototype-source-focus p{margin:16px 0 0;color:#52677e;font-size:9px;line-height:1.4}.comparison-table th:first-child,.comparison-table td:first-child{width:210px}.comparison-table thead th:not(:first-child){height:42px;color:#182c44;background:#f8fafc}.comparison-table thead th.recommended-column{border:1px solid #428be5;border-bottom:0;color:#0867dc;background:#eef6ff}.comparison-table td.recommended-column{background:#f5faff}.comparison-table .prototype-radio{display:inline-block;margin-right:6px;color:#0867dc;font-size:13px}.comparison-table thead small{display:block;margin-bottom:2px;color:#0867dc;font-size:9px;font-weight:600}.comparison-table thead strong{display:block;font-size:10px}.prototype-model-select{display:block;width:100%;padding:0;border:0;color:inherit;text-align:left;background:transparent;cursor:pointer}.prototype-model-select:focus-visible{outline:2px solid #0867dc;outline-offset:3px;border-radius:3px}.prototype-model-select:hover strong{color:#0867dc}.prototype-warning-cell{color:#b56c00;background:#fff7d8!important}.prototype-parameter-details{position:relative;color:#0867dc;font-size:10px}.prototype-parameter-details summary{padding:0;list-style:none;cursor:pointer}.prototype-parameter-details summary::-webkit-details-marker{display:none}.prototype-parameter-details summary:focus-visible{outline:2px solid #0867dc;outline-offset:3px;border-radius:3px}.prototype-parameter-details .prototype-parameter-settings{position:absolute;z-index:2;top:calc(100% + 6px);right:0;width:min(450px,72vw);margin:0;box-shadow:0 8px 20px #27415d1f}.prototype-parameter-settings{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:7px 0 8px;padding:7px 9px;border:1px solid #dce8f4;border-radius:4px;color:#52667f;background:#f7fbff;font-size:9px;line-height:1.35}.prototype-parameter-settings strong{color:#20344d;font-size:10px}.prototype-settings-check{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;color:#354a63}.prototype-settings-check input{accent-color:#0867dc}.bom-table th:nth-child(1),.bom-table td:nth-child(1){width:32px;text-align:center}.bom-table th:nth-child(2),.bom-table td:nth-child(2){width:115px}.bom-table th:nth-child(3),.bom-table td:nth-child(3){width:255px}.bom-table th:nth-child(4),.bom-table td:nth-child(4){width:150px}.bom-table th:nth-child(5),.bom-table td:nth-child(5){width:70px;text-align:center}.bom-table th:nth-child(6),.bom-table td:nth-child(6){width:auto}.bom-table th:nth-child(7),.bom-table td:nth-child(7){width:105px}.prototype-bom-reason{display:grid;gap:2px;width:100%;padding:0;border:0;color:#2f5b87;font:inherit;text-align:left;background:transparent;cursor:pointer}.prototype-bom-reason small{color:#7b8b9d;font-size:8px;opacity:0}.prototype-bom-reason:hover,.prototype-bom-reason.active{color:#0867dc}.prototype-bom-reason:hover small,.prototype-bom-reason.active small{opacity:1}.prototype-bom-reason:focus-visible{outline:2px solid #0867dc;outline-offset:2px;border-radius:2px}.prototype-bom-rationale{display:grid;gap:8px;margin-top:8px;padding:10px;border:1px solid #cfddec;border-radius:4px;background:#f8fbff}.prototype-bom-rationale-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.prototype-bom-rationale-heading h3{margin:2px 0 1px;color:#20344d;font-size:12px;line-height:1.3}.prototype-bom-rationale-heading p{margin:0;color:#718298;font-size:9px}.prototype-bom-rationale-status{display:inline-flex;flex:0 0 auto;align-items:center;min-height:20px;padding:0 7px;border:1px solid #cce9d6;border-radius:3px;color:#167744;background:#eefaf2;font-size:8px;font-weight:800}.prototype-bom-rationale-status.review{border-color:#f1dfaa;color:#9a6200;background:#fff9e7}.prototype-bom-rationale-status.conflict{border-color:#efcaca;color:#a32e2e;background:#fff2f2}.prototype-bom-rationale-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.prototype-bom-rationale-grid>div{min-width:0;padding:7px 8px;border:1px solid #dfe7ef;border-radius:3px;background:#fff}.prototype-bom-rationale-grid strong{color:#2b415b;font-size:9px}.prototype-bom-rationale-grid p{margin:4px 0 0;color:#53677e;font-size:9px;line-height:1.35}.prototype-bom-rationale-source{color:#7b8b9d;font-size:8px}.prototype-bom-editor{display:grid;gap:9px;margin-top:8px;padding:9px 10px;border:1px solid #dce8f4;border-radius:4px;background:#f7fbff}.prototype-bom-editor>div:first-child{display:grid;gap:2px}.prototype-bom-editor>div:first-child strong{color:#20344d;font-size:10px}.prototype-bom-editor>div:first-child span{color:#52667f;font-size:9px;line-height:1.35}.prototype-bom-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px}.prototype-bom-editor-grid label{display:grid;grid-template-columns:minmax(0,1fr) 70px;align-items:center;gap:8px;color:#29415d;font-size:9px}.prototype-bom-editor-grid label span{min-width:0}.prototype-bom-editor-grid small{display:block;margin-top:2px;color:#8291a2;font-size:8px}.prototype-bom-editor-grid input{height:26px;padding:0 7px;border-radius:3px;font-size:10px}.prototype-bom-validation{display:flex;align-items:flex-start;gap:7px;margin-top:8px;padding:8px 10px;border:1px solid #cfe7d8;border-radius:4px;color:#216b42;background:#f0fbf4;font-size:9px;line-height:1.35}.prototype-bom-validation.review{border-color:#d6e4f4;color:#315c86;background:#f5f9ff}.prototype-bom-validation.conflict{border-color:#f0c9c9;color:#a23c3c;background:#fff5f5}.prototype-bom-validation-icon{display:grid;flex:0 0 17px;place-items:center;width:17px;height:17px;border-radius:50%;color:#fff;background:#36a568}.prototype-bom-validation.review .prototype-bom-validation-icon{background:#4c8dcc}.prototype-bom-validation.conflict .prototype-bom-validation-icon{background:#d35c5c}.prototype-bom-validation strong{display:block;font-size:10px}.prototype-bom-validation ul{display:grid;gap:2px;margin:4px 0 0;padding-left:14px}.prototype-bom-validation small{display:block;margin-top:4px;color:inherit}.prototype-preflight{display:grid;gap:8px;margin-top:8px;padding:10px;border:1px solid #d6e4f4;border-radius:4px;color:#315c86;background:#f5f9ff}.prototype-preflight.pass{border-color:#cfe7d8;color:#216b42;background:#f0fbf4}.prototype-preflight.conflict{border-color:#f0c9c9;color:#a23c3c;background:#fff5f5}.prototype-preflight-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.prototype-preflight-heading h3{margin:2px 0;color:#20344d;font-size:12px;line-height:1.3}.prototype-preflight-heading p{max-width:720px;margin:0;color:#5b7088;font-size:9px;line-height:1.4}.prototype-preflight-heading .compact{flex:0 0 auto}.prototype-preflight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.prototype-preflight-item{display:flex;align-items:flex-start;gap:7px;min-width:0;padding:7px 8px;border:1px solid #d5eedc;border-radius:3px;color:#216b42;background:#fff}.prototype-preflight-item.review{border-color:#f1dfaa;color:#9a6200}.prototype-preflight-item.conflict{border-color:#efcaca;color:#a23c3c}.prototype-preflight-dot{display:grid;flex:0 0 auto;place-items:center;width:17px;height:17px;border-radius:50%;color:#fff;background:#36a568}.prototype-preflight-item.review .prototype-preflight-dot{background:#d19b2f}.prototype-preflight-item.conflict .prototype-preflight-dot{background:#d35c5c}.prototype-preflight-item strong{display:block;color:#2b415b;font-size:9px}.prototype-preflight-item small{display:block;margin-top:3px;color:#667b91;font-size:8px;line-height:1.35}.prototype-toggle{display:inline-flex;align-items:center;gap:6px;color:#354a63;font-size:10px}.prototype-toggle input{position:absolute;opacity:0}.prototype-toggle span{position:relative;display:inline-block;width:27px;height:15px;border-radius:999px;background:#ccd7e3}.prototype-toggle span:after{position:absolute;top:2px;left:2px;width:11px;height:11px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003;content:"";transition:transform .15s ease}.prototype-toggle input:checked+span{background:#0867dc}.prototype-toggle input:checked+span:after{transform:translate(12px)}.prototype-ai-section h2{margin-bottom:6px}.prototype-ai-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.prototype-ai-card{min-width:0;min-height:102px;padding:8px 9px 7px 31px;border:1px solid #dce4ed;border-radius:4px;position:relative}.prototype-ai-card.success{background:#eefaf2;border-color:#d5eedc}.prototype-ai-card.info{background:#f0f7ff;border-color:#d8e8fa}.prototype-ai-card.warning{background:#fff9e7;border-color:#f4e2ae}.prototype-ai-card.neutral{background:#f4f6f8;border-color:#e1e6eb}.prototype-ai-icon{position:absolute;top:9px;left:9px;display:grid;place-items:center;width:16px;height:16px;border-radius:50%;color:#fff;background:#42b879}.prototype-ai-card.info .prototype-ai-icon{background:#398ce4}.prototype-ai-card.warning .prototype-ai-icon{color:#8a6100;background:#f4c44c}.prototype-ai-card.neutral .prototype-ai-icon{color:#fff;background:#8996a5}.prototype-ai-card h3{margin:0 0 4px;color:#20344d;font-size:10px;line-height:1.2}.prototype-ai-card ul{display:grid;gap:2px;margin:0;padding-left:11px;color:#52647a;font-size:9px;line-height:1.25}.prototype-explanation-list{list-style:disc}.prototype-explanation-list li{display:grid;gap:3px}.prototype-evidence-links{display:flex;flex-wrap:wrap;gap:3px;margin-left:-2px}.prototype-evidence-links code{max-width:100%;overflow:hidden;text-overflow:ellipsis;padding:1px 3px;border-radius:2px;color:#466b93;background:#ffffff9e;font:7px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.prototype-explanation-empty{margin:0;color:#6d7d91;font-size:9px;line-height:1.35}.prototype-bom-change-log{margin-top:8px;padding:7px 8px;border:1px solid #dce4ed;border-radius:4px;background:#f7f9fb;color:#4b6078;font-size:9px}.prototype-bom-change-log strong{display:block;margin-bottom:3px;color:#2d4968;font-size:10px}.prototype-bom-change-log ul{display:grid;gap:2px;margin:0;padding-left:13px}.prototype-bom-change-log li{display:flex;flex-wrap:wrap;align-items:baseline;gap:3px}.prototype-bom-change-log code{color:#466b93;font:8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.prototype-bom-change-log small{color:#748397}.prototype-footer-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0 0}.prototype-footer-actions>div{display:flex;gap:8px}.prototype-footer-actions .compact{min-height:30px;border-radius:4px;font-size:10px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:1100px){.prototype-header-catalog,.prototype-header-source{display:none}.prototype-search{width:190px}.prototype-table{min-width:1000px}}@media(max-width:760px){.prototype-sidebar{position:static;width:100%;min-height:0;display:block;padding:8px}.prototype-sidebar-brand{display:flex;align-items:center;gap:9px;padding:0 6px 8px}.prototype-sidebar-brand img{width:116px;height:25px}.prototype-sidebar-nav{display:flex;overflow-x:auto;gap:4px}.prototype-sidebar-link{flex:0 0 auto;min-height:32px;padding:0 9px;font-size:10px}.prototype-sidebar-link .icon,.prototype-sidebar-bottom{display:none}.prototype-topbar{margin-left:0;height:auto;min-height:54px;padding:8px 10px}.prototype-header-project{padding-left:0;font-size:10px}.prototype-search{display:none}.prototype-user{margin-left:auto}.prototype-page{margin-left:0;padding:0 8px 12px;overflow:hidden}.prototype-workbench{min-width:0}.prototype-stepper{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;height:auto;gap:4px;padding:6px 8px;overflow:visible}.prototype-step{min-height:32px;height:32px;padding:0 4px;font-size:10px}.prototype-step:not(:last-child):after{display:none}.prototype-analysis-heading{align-items:flex-start;flex-direction:column;gap:10px;padding-top:10px}.prototype-analysis-actions{width:100%}.prototype-analysis-actions button{flex:1}.prototype-page-nav{align-items:stretch;flex-direction:column}.prototype-page-nav button{width:100%}.prototype-review-editor-heading{align-items:stretch;flex-direction:column}.prototype-review-editor-heading .compact{width:100%}.prototype-ai-detail-heading{flex-direction:column;gap:8px}.prototype-ai-detail-heading-actions{align-items:stretch;flex-wrap:wrap}.prototype-ai-confidence{align-self:flex-start}.prototype-ai-detail-grid,.prototype-ai-audit-row{grid-template-columns:1fr}.prototype-ai-detail-grid article{padding:9px}.prototype-recommendation-check-list{grid-template-columns:1fr}.prototype-bom-rationale-heading{align-items:stretch;flex-direction:column}.prototype-bom-rationale-status{align-self:flex-start}.prototype-bom-rationale-grid{grid-template-columns:1fr}.prototype-preflight-heading{align-items:stretch;flex-direction:column}.prototype-preflight-heading .compact{width:100%}.prototype-preflight-grid{grid-template-columns:1fr}.prototype-ai-summary-bar{align-items:flex-start}.prototype-source-viewer-heading{align-items:stretch;flex-direction:column}.prototype-source-viewer-heading .compact{width:100%}.prototype-source-viewer-grid,.prototype-source-focus{grid-template-columns:1fr}.prototype-source-focus p{margin-top:0}.prototype-input-workbench .prototype-input-section{padding:12px 10px 14px}.prototype-input-workbench .prototype-dropzone{min-height:130px}.prototype-input-workbench .prototype-source-card textarea{min-height:130px;height:130px}.prototype-input-grid,.prototype-ai-grid{grid-template-columns:1fr}.prototype-section-heading{align-items:flex-start;flex-direction:column}.prototype-section-tools{flex-wrap:wrap}.prototype-parameter-settings{grid-template-columns:1fr}.prototype-settings-check{white-space:normal}.prototype-bom-editor-grid{grid-template-columns:1fr}.prototype-footer-actions{align-items:stretch;flex-direction:column}.prototype-footer-actions>div{width:100%}.prototype-footer-actions button{flex:1}}
