:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;background:#eef2f7;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.65}.eyebrow{letter-spacing:.13em;text-transform:uppercase;margin:0 0 8px;font-size:.75rem;font-weight:800}.login-page,.session-loading-page{place-items:center;min-height:100vh;padding:32px;display:grid}.login-panel{background:#fff;border:1px solid #d7e0ea;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(340px,430px);width:min(980px,100%);display:grid;overflow:hidden;box-shadow:0 24px 65px #17203324}.login-brand{color:#fff;background:#172033;flex-direction:column;justify-content:center;min-height:520px;padding:60px;display:flex}.login-brand h1{max-width:520px;margin:8px 0 20px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.03}.login-introduction{color:#d7e0ea;max-width:460px;margin:0;font-size:1.05rem;line-height:1.7}.login-form{flex-direction:column;justify-content:center;gap:20px;padding:52px 44px;display:flex}.form-heading h2{margin:0 0 8px;font-size:1.8rem}.form-heading p{color:#667085;margin:0}.form-field{flex-direction:column;gap:8px;display:flex}.form-field label{font-size:.9rem;font-weight:700}.form-field input{color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;min-height:46px;padding:10px 12px}.form-field input:focus{border-color:#315da8;box-shadow:0 0 0 3px #315da826}.primary-button,.secondary-button{border-radius:8px;min-height:42px;padding:10px 18px;font-weight:700}.primary-button{color:#fff;background:#315da8;border:1px solid #315da8}.primary-button:hover:not(:disabled){background:#274d8d}.secondary-button{color:#26364f;background:#fff;border:1px solid #bdc9d8}.secondary-button:hover:not(:disabled){background:#f4f7fa}.error-message{color:#8e1b1b;background:#fff0f0;border:1px solid #f1b6b6;border-radius:8px;padding:12px 14px;line-height:1.5}.session-loading-card{background:#fff;border:1px solid #d7e0ea;border-radius:16px;width:min(560px,100%);padding:40px;box-shadow:0 18px 45px #1720331a}.session-loading-card h1{margin:4px 0 12px}.product-master-page{min-height:100vh;padding:28px}.application-header{color:#fff;background:#172033;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;width:min(1280px,100%);margin:0 auto 22px;padding:20px 24px;display:flex}.application-header h1{margin:4px 0 0;font-size:2rem}.user-actions{align-items:center;gap:18px;display:flex}.signed-in-user{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.signed-in-user span{color:#b9c5d5;font-size:.78rem}.signed-in-user strong{font-size:.9rem}.content-panel{background:#fff;border:1px solid #d7e0ea;border-radius:14px;width:min(1280px,100%);margin:0 auto;padding:26px;box-shadow:0 12px 35px #17203312}.section-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.section-header h2{margin:0 0 6px;font-size:1.45rem}.section-header p{color:#667085;margin:0}.record-summary{background:#eef3fa;border-radius:8px;align-items:baseline;gap:7px;margin-bottom:16px;padding:8px 12px;display:inline-flex}.record-summary strong{font-size:1.2rem}.record-summary span{color:#536176}.table-container{border:1px solid #d9e1eb;border-radius:10px;width:100%;overflow-x:auto}.product-table{border-collapse:collapse;width:100%;min-width:820px}.product-table th,.product-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:14px 15px}.product-table th{color:#43516a;letter-spacing:.04em;text-transform:uppercase;background:#f4f7fa;font-size:.78rem}.product-table tbody tr:last-child td{border-bottom:0}.product-table tbody tr:hover{background:#f9fbfd}.status-badge{color:#22583a;background:#e7f6ed;border:1px solid #b8dfc7;border-radius:999px;padding:5px 9px;font-size:.8rem;font-weight:700;display:inline-flex}.loading-state,.empty-state{text-align:center;color:#667085;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;padding:40px 24px}.empty-state h3{color:#26364f;margin:0 0 8px}.empty-state p{max-width:620px;margin:0 auto;line-height:1.6}@media (width<=800px){.login-panel{grid-template-columns:1fr}.login-brand{min-height:auto;padding:40px 32px}.login-form{padding:38px 32px}.application-header,.section-header,.user-actions{flex-direction:column;align-items:stretch}.signed-in-user{align-items:flex-start}.product-master-page{padding:16px}}.form-panel{margin-bottom:22px}.form-title-row{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.form-title-row h2{margin:4px 0 0}.product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-field select,.form-field textarea{color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 12px}.form-field select{min-height:46px}.form-field textarea{resize:vertical}.form-field select:focus,.form-field textarea:focus{border-color:#315da8;box-shadow:0 0 0 3px #315da826}.full-width-field{grid-column:1/-1}.field-error{color:#9d2020;font-size:.8rem;font-weight:600}.field-help-row{color:#667085;justify-content:space-between;gap:16px;font-size:.78rem;display:flex}.form-actions{justify-content:flex-end;margin-top:24px;display:flex}.section-actions{align-items:center;gap:10px;display:flex}.success-message{color:#22583a;background:#eaf7ef;border:1px solid #b8dfc7;border-radius:8px;margin-bottom:18px;padding:12px 14px;line-height:1.5}.table-action-button{color:#294f8e;background:#eef3fa;border:1px solid #c5d3e5;border-radius:7px;padding:7px 12px;font-weight:700}.table-action-button:hover{background:#e1eaf5}@media (width<=800px){.product-form-grid{grid-template-columns:1fr}.full-width-field{grid-column:auto}.form-title-row,.section-actions{flex-direction:column;align-items:stretch}}.product-images-panel{margin-bottom:22px}.panel-description{color:#667085;margin:8px 0 0;line-height:1.5}.product-images-layout{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.image-upload-card{background:#f8fafc;border:1px solid #d9e1eb;border-radius:12px;flex-direction:column;gap:20px;padding:22px;display:flex}.image-upload-card h3,.image-gallery-section h3{margin:4px 0 0;font-size:1.2rem}.image-upload-card input[type=file]{color:#344054;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px}.field-guidance{color:#667085;font-size:.78rem;line-height:1.45}.image-preview-card{background:#fff;border:1px solid #d9e1eb;border-radius:10px;flex-direction:column;gap:12px;padding:12px;display:flex}.image-preview-card img{object-fit:contain;background:#eef2f7;border-radius:8px;width:100%;height:220px;display:block}.image-preview-details{overflow-wrap:anywhere;flex-direction:column;gap:3px;display:flex}.image-preview-details span{color:#667085;font-size:.82rem}.image-gallery-section{min-width:0}.compact-section-header{margin-bottom:18px}.product-image-gallery{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;display:grid}.product-image-card{background:#fff;border:1px solid #d9e1eb;border-radius:12px;overflow:hidden;box-shadow:0 7px 20px #1720330f}.product-image-frame{background:#f2f5f8;place-items:center;min-height:220px;padding:12px;display:grid;position:relative}.product-image-frame img{object-fit:contain;width:100%;height:220px;display:block}.primary-image-badge{color:#fff;letter-spacing:.03em;text-transform:uppercase;background:#22583a;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800;position:absolute;top:12px;left:12px}.product-image-card-body{flex-direction:column;gap:16px;padding:16px;display:flex}.product-image-card-body p{color:#667085;overflow-wrap:anywhere;margin:4px 0 0;font-size:.82rem}.image-metadata{gap:8px;margin:0;display:grid}.image-metadata div{border-top:1px solid #edf0f4;justify-content:space-between;gap:12px;padding-top:8px;display:flex}.image-metadata dt{color:#667085;font-size:.75rem}.image-metadata dd{color:#344054;text-align:right;overflow-wrap:anywhere;margin:0;font-size:.75rem}.table-action-group{align-items:center;gap:8px;display:flex}@media (width<=1000px){.product-images-layout{grid-template-columns:1fr}.image-upload-card{max-width:none}}@media (width<=800px){.product-image-gallery{grid-template-columns:1fr}.table-action-group{flex-direction:column;align-items:stretch}}.product-engineering-workspace{margin-bottom:22px}.engineering-workspace-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.engineering-workspace-identity{align-items:center;gap:18px;min-width:0;display:flex}.engineering-workspace-image{color:#7a8798;background:#f1f4f7;border:1px solid #d9e1eb;border-radius:12px;flex:none;place-items:center;width:132px;height:104px;font-size:.75rem;display:grid;overflow:hidden}.engineering-workspace-image img{object-fit:contain;width:100%;height:100%;display:block}.engineering-workspace-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.engineering-readiness-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.engineering-metric-card{background:#f8fafc;border:1px solid #d9e1eb;border-radius:12px;flex-direction:column;gap:8px;min-height:132px;padding:18px;display:flex}.engineering-metric-card>span,.engineering-metric-card small{color:#667085}.engineering-metric-card>span{letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.engineering-metric-card strong{color:#243653;font-size:1.5rem}.engineering-readiness-track{background:#e5eaf0;border-radius:999px;height:9px;overflow:hidden}.engineering-readiness-track span{border-radius:inherit;background:#315da8;height:100%;display:block}.engineering-workspace-tabs{border-bottom:1px solid #d9e1eb;gap:6px;margin-bottom:20px;padding-bottom:4px;display:flex;overflow-x:auto}.engineering-workspace-tab{white-space:nowrap;color:#526176;background:0 0;border:0;border-bottom:3px solid #0000;padding:10px 14px;font-weight:800}.engineering-workspace-tab.active{color:#294f8e;border-bottom-color:#315da8}.engineering-workspace-tab-panel{min-height:260px}.engineering-overview-grid,.engineering-decision-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.engineering-overview-card,.engineering-decision-card,.engineering-placeholder{background:#fff;border:1px solid #d9e1eb;border-radius:12px;padding:20px}.engineering-description-card{margin-top:18px}.engineering-overview-details,.engineering-decision-summary{gap:10px;margin:18px 0 0;display:grid}.engineering-overview-details div,.engineering-decision-summary div{border-top:1px solid #edf0f4;grid-template-columns:150px minmax(0,1fr);gap:16px;padding-top:10px;display:grid}.engineering-overview-details dt,.engineering-decision-summary dt{color:#667085;font-size:.8rem}.engineering-overview-details dd,.engineering-decision-summary dd{color:#344054;margin:0;font-weight:700}.engineering-insight-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.engineering-insight-list li{border-left:4px solid;border-radius:7px;padding:11px 12px}.insight-required{color:#7a4b00;background:#fff7e6;border-color:#d99000}.insight-blocked{color:#8c2d2d;background:#fff0f0;border-color:#c94b4b}.insight-information{color:#294f8e;background:#eef4fb;border-color:#5c82bd}.engineering-decision-card{flex-direction:column;gap:16px;display:flex}.engineering-decision-card-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.engineering-decision-card h3,.engineering-overview-card h3,.engineering-placeholder h3{margin:4px 0 0}.engineering-attention-badge{text-transform:uppercase;border:1px solid;border-radius:999px;padding:6px 9px;font-size:.7rem;font-weight:800;display:inline-flex}.attention-complete{color:#22583a;background:#e7f6ed;border-color:#b8dfc7}.attention-required,.attention-recommended{color:#785600;background:#fff8df;border-color:#ead28a}.attention-blocked{color:#8c2d2d;background:#fff0f0;border-color:#e4b1b1}.attention-information{color:#294f8e;background:#eef4fb;border-color:#c5d3e5}.engineering-decision-guidance,.engineering-placeholder p{color:#667085;margin:0;line-height:1.55}@media (width<=1050px){.engineering-readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.engineering-workspace-header,.engineering-workspace-identity,.engineering-workspace-header-actions{flex-direction:column;align-items:stretch}.engineering-workspace-image{width:100%;height:200px}.engineering-readiness-grid,.engineering-overview-grid,.engineering-decision-grid{grid-template-columns:1fr}.engineering-overview-details div,.engineering-decision-summary div{grid-template-columns:1fr;gap:4px}}.insight-complete{color:#22583a;background:#e7f6ed;border-color:#49a36f}.last-decision-editor{background:#f8fafc;border:1px solid #d9e1eb;border-radius:12px;flex-direction:column;gap:20px;padding:20px;display:flex}.last-decision-editor-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:22px;display:grid}.last-decision-catalog,.last-decision-details{flex-direction:column;gap:16px;display:flex}.last-decision-options{gap:10px;max-height:520px;padding-right:4px;display:grid;overflow-y:auto}.last-decision-option{cursor:pointer;background:#fff;border:1px solid #d9e1eb;border-radius:10px;grid-template-columns:auto minmax(0,1fr);gap:10px 12px;padding:14px;display:grid}.last-decision-option:hover{background:#f7faff;border-color:#9fb5d2}.last-decision-option.selected{border-color:#315da8;box-shadow:0 0 0 2px #315da81f}.last-decision-option input{margin-top:4px}.last-decision-option-main{flex-direction:column;gap:3px;display:flex}.last-decision-option-main span,.last-decision-option-meta{color:#667085;font-size:.82rem}.last-decision-option-meta{grid-column:2}.selected-last-summary{background:#fff;border:1px solid #d9e1eb;border-radius:10px;padding:16px}.selected-last-summary h4{margin:4px 0 14px}.selected-last-summary dl{gap:8px;margin:0;display:grid}.selected-last-summary dl div{border-top:1px solid #edf0f4;grid-template-columns:110px minmax(0,1fr);gap:10px;padding-top:8px;display:grid}.selected-last-summary dt{color:#667085;font-size:.78rem}.selected-last-summary dd{color:#344054;margin:0;font-weight:700}.compact-empty-state{padding:22px}.last-decision-history{max-width:900px}.decision-history-list{gap:0;margin:20px 0 0;padding:0;list-style:none;display:grid}.decision-history-list li{grid-template-columns:20px minmax(0,1fr);gap:12px;padding-bottom:22px;display:grid;position:relative}.decision-history-list li:not(:last-child):before{content:"";background:#d9e1eb;width:2px;position:absolute;top:14px;bottom:0;left:6px}.decision-history-marker{z-index:1;background:#315da8;border:3px solid #eaf0f8;border-radius:999px;width:14px;height:14px;margin-top:3px;position:relative}.decision-history-list p{color:#526176;margin:4px 0 0;line-height:1.45}.decision-history-list span{color:#7a8798;font-size:.78rem}@media (width<=900px){.last-decision-editor-grid{grid-template-columns:1fr}}.product-master-panel{width:min(1500px,100%)}.product-master-toolbar{background:#f8fafc;border:1px solid #d9e1eb;border-radius:10px;gap:16px;margin-bottom:18px;padding:16px;display:grid}.product-master-filter-grid{grid-template-columns:minmax(260px,2fr) repeat(6,minmax(130px,1fr));align-items:end;gap:12px;display:grid}.product-master-search{min-width:0}.product-master-toolbar-actions{justify-content:flex-end;gap:10px;display:flex}.product-pagination{color:#526176;justify-content:space-between;align-items:center;gap:18px;padding:10px 2px;font-size:.88rem;display:flex}.product-pagination-actions{align-items:center;gap:10px;display:flex}.product-master-table-shell{scrollbar-gutter:stable both-edges;border:1px solid #d9e1eb;border-radius:10px;width:100%;max-height:62vh;position:relative;overflow:auto}.product-master-table{table-layout:fixed;width:max-content;min-width:100%}.product-master-table th,.product-master-table td{white-space:nowrap;padding:8px 10px}.product-master-table thead th{z-index:8;position:sticky;top:0;box-shadow:inset 0 -1px #d9e1eb}.product-master-table tbody tr{height:58px}.product-master-table .sticky-col{z-index:4;background:#fff;position:sticky}.product-master-table thead .sticky-col{z-index:10;background:#f4f7fa}.product-master-table tbody tr:hover .sticky-col,.product-master-table tbody tr:hover .sticky-actions-col{background:#f9fbfd}.sticky-image-col{width:74px;min-width:74px;max-width:74px;left:0}.sticky-code-col{width:132px;min-width:132px;max-width:132px;left:74px}.sticky-name-col{width:220px;min-width:220px;max-width:220px;left:206px;box-shadow:6px 0 8px #1720330d}.product-name-cell{text-overflow:ellipsis;max-width:200px;display:block;overflow:hidden}.sticky-actions-col{z-index:5;background:#fff;width:220px;min-width:220px;max-width:220px;position:sticky;right:0;box-shadow:-6px 0 8px #1720330d}.product-master-table thead .sticky-actions-col{z-index:10;background:#f4f7fa}.compact-product-thumbnail{color:#7a8798;text-align:center;background:#f1f4f7;border:1px solid #d9e1eb;border-radius:7px;place-items:center;width:56px;height:44px;font-size:.62rem;display:grid;overflow:hidden}.thumbnail-button{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0}.thumbnail-button img{object-fit:contain;width:100%;height:100%;display:block}.compact-action-group{gap:6px;display:flex}.compact-action-group .table-action-button{padding:7px 8px;font-size:.75rem}.table-loading-overlay{color:#315da8;text-align:center;background:#eef3faf2;border-top:1px solid #c9d6e6;width:100%;padding:8px 12px;font-weight:700;position:sticky;bottom:0;left:0}.modal-open{overflow:hidden}.product-image-lightbox-backdrop{z-index:1000;background:#0f172ab8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.product-image-lightbox{background:#fff;border-radius:16px;grid-template-rows:auto minmax(0,1fr);width:min(920px,100%);max-height:92vh;display:grid;overflow:hidden;box-shadow:0 28px 80px #00000047}.product-image-lightbox-header{border-bottom:1px solid #d9e1eb;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px;display:flex}.product-image-lightbox-header h2,.product-image-lightbox-header p{margin:3px 0 0}.product-image-lightbox-frame{background:#f3f6f9;place-items:center;min-height:420px;padding:24px;display:grid;overflow:auto}.product-image-lightbox-frame img{object-fit:contain;max-width:100%;max-height:70vh;display:block}@media (width<=1300px){.product-master-filter-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.product-master-search{grid-column:span 2}}@media (width<=800px){.product-master-filter-grid{grid-template-columns:1fr 1fr}.product-master-search{grid-column:1/-1}.product-master-toolbar-actions,.product-pagination,.product-pagination-actions{flex-direction:column;align-items:stretch}.sticky-name-col{box-shadow:none;position:static!important}.sticky-actions-col{width:170px;min-width:170px;max-width:170px}.compact-action-group{flex-direction:column}}.sortable-table-header{width:100%;min-height:34px;color:inherit;font:inherit;text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;margin:-6px -8px;padding:6px 8px;font-weight:800;display:inline-flex}.sortable-table-header:hover,.sortable-table-header:focus-visible{background:#315da817;outline:none}.sortable-table-header.active{color:#214f98;background:#315da81f}.sort-indicator{color:#7b8798;font-size:.85rem;line-height:1}.sortable-table-header.active .sort-indicator{color:#214f98}.product-table tbody tr:hover td{background-color:#f8fafc}
