:root{color:#1d2730;font-synthesis:none;text-rendering:optimizelegibility;--navy:#174e78;--navy-strong:#103b5e;--navy-soft:#e8f1f7;--ink:#1d2730;--muted:#667582;--line:#d4dde3;--panel:#fff;--surface:#f5f7f9;--orange:#e98516;--green:#187a57;--red:#c73e3e;background:#eef2f5;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif}*{box-sizing:border-box;letter-spacing:0}html,body,#root{width:100%;min-width:320px;height:100%;margin:0}body{overflow:hidden}button,input,textarea,select{font:inherit;letter-spacing:0}button,select,input[type=file]{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button{color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.app-shell{background:var(--surface);width:100%;height:100%;display:flex}.app-sidebar{background:#f8fafb;border-right:1px solid #ccd6dd;flex-direction:column;width:226px;min-width:226px;height:100%;display:flex}.brand-block{border-bottom:1px solid var(--line);align-items:center;gap:12px;height:78px;padding:14px 17px;display:flex}.brand-logo{background:#fff;width:80px;height:36px;overflow:hidden}.brand-logo img{object-fit:cover;width:100%;height:100%}.brand-block>div:last-child{flex-direction:column;min-width:0;display:flex}.brand-block strong{color:var(--navy-strong);font-size:15px}.brand-block span{color:var(--muted);margin-top:2px;font-size:11px}.app-sidebar nav{gap:5px;padding:14px 10px;display:grid}.app-sidebar nav button{color:#40505c;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:11px;height:42px;padding:0 13px;display:flex}.app-sidebar nav button:hover{background:#edf2f5}.app-sidebar nav button.active{color:var(--navy-strong);box-shadow:inset 3px 0 0 var(--navy);background:#dceaf3;font-weight:700}.sidebar-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:7px 12px;margin:auto 16px 14px;padding:14px 0;display:grid}.sidebar-summary span{color:var(--muted);font-size:12px}.sidebar-summary strong{color:var(--navy-strong);font-size:14px}.profile-switcher{border:1px solid var(--line);background:#fff;border-radius:6px;grid-template-columns:34px 1fr 16px;align-items:center;gap:8px;height:62px;margin:0 10px 12px;padding:9px;display:grid;position:relative}.profile-avatar{color:#fff;background:var(--navy);border-radius:50%;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.profile-switcher select{appearance:none;width:100%;color:var(--ink);background:0 0;border:0;outline:0;min-width:0;font-size:12px}.profile-switcher svg{color:var(--muted);pointer-events:none}.app-main{flex:1;min-width:0;height:100%;overflow:hidden}.mobile-nav{display:none}.page-toolbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:0 18px;display:flex}.page-toolbar>div:first-child{align-items:baseline;gap:10px;min-width:0;display:flex}.page-toolbar h1{color:var(--ink);font-size:18px}.page-toolbar span{color:var(--muted);font-size:12px}.icon-button{border:1px solid var(--line);color:#455662;background:#fff;border-radius:6px;place-items:center;width:34px;height:34px;padding:0;display:inline-grid}.icon-button:hover{background:#eef3f6;border-color:#b6c6d0}.icon-button.danger{color:var(--red)}.primary-button,.secondary-button,.icon-text-button{white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-weight:600;display:inline-flex}.primary-button{border:1px solid var(--navy);background:var(--navy);color:#fff}.primary-button:hover{background:var(--navy-strong)}.secondary-button,.icon-text-button{color:#324550;background:#fff;border:1px solid #bdcad2}.secondary-button:hover,.icon-text-button:hover{background:#edf3f6}.small{min-height:32px;padding:0 11px;font-size:12px}.inline-actions{align-items:center;gap:7px;display:flex}.profile-setup-warning{background:#fff8eb;border-bottom:1px solid #ecd2a9;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.profile-setup-warning>div{gap:3px;min-width:0;display:grid}.profile-setup-warning strong{color:#8d540d;font-size:12px}.profile-setup-warning span{color:#8a6b42;font-size:10px;line-height:1.45}.builder-layout{grid-template-columns:minmax(440px,520px) minmax(640px,1fr);height:100%;display:grid;overflow:hidden}.builder-editor{border-right:1px solid var(--line);background:#fff;min-width:0;height:100%;padding-bottom:90px;overflow-y:auto}.editor-section{border-bottom:1px solid var(--line);padding:17px 18px}.editor-section h2{color:var(--navy-strong);margin-bottom:12px;font-size:14px}.section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.section-heading h2{margin-bottom:0}.count-badge{color:#455662;background:#e6edf2;border-radius:10px;justify-content:center;align-items:center;min-width:22px;height:20px;margin-left:5px;font-size:11px;display:inline-flex}label{color:#4c5b66;gap:6px;font-size:12px;display:grid}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #c6d1d8;border-radius:5px;outline:0}input,select{height:36px;padding:0 10px}textarea{resize:vertical;padding:9px 10px;line-height:1.5}input:focus,textarea:focus,select:focus{border-color:#568db0;box-shadow:0 0 0 2px #174e781a}input[readonly]{color:#596873;background:#f1f4f6}.form-grid{gap:12px;display:grid}.form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.compact{gap:10px}.span-2{grid-column:span 2}.editor-section>label+label{margin-top:11px}.bom-editor-section{padding-bottom:12px}.bom-editor-list{gap:8px;display:grid}.bom-editor-row{background:#fbfcfd;border:1px solid #d5dfe5;border-left:3px solid #7895a8;border-radius:5px;grid-template-columns:26px 1fr 34px;align-items:start;gap:8px;padding:9px;display:grid}.bom-editor-row.temporary{border-left-color:var(--orange);background:#fffaf3}.bom-row-index{color:#465864;background:#e7edf1;border-radius:50%;place-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:grid}.bom-row-main{min-width:0}.bom-row-top{justify-content:space-between;gap:8px;margin-bottom:6px;display:flex}.bom-row-top strong{color:var(--navy-strong);font-size:12px}.bom-row-top span{color:var(--muted);font-size:10px}.bom-row-main textarea{min-height:50px;font-size:12px}.bom-row-fields{grid-template-columns:82px 120px 1fr;align-items:end;gap:8px;margin-top:7px;display:grid}.bom-row-fields input{height:30px}.bom-row-fields>span{text-align:right;color:#344a58;align-self:center;font-size:12px;font-weight:700}.category-config-section{padding-bottom:12px}.category-section-heading{align-items:flex-start}.category-section-heading>div{min-width:0}.category-section-heading p{color:var(--muted);font-size:10.5px;line-height:1.5}.category-config-list{gap:8px;display:grid}.category-config-row{z-index:1;background:#fbfcfd;border:1px solid #d6e0e6;border-left:3px solid #9aadb9;border-radius:6px;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:8px 10px;padding:9px;display:grid;position:relative}.category-config-row:focus-within{z-index:12;border-left-color:var(--navy);background:#f7fbfd}.category-config-row.is-active{z-index:30;border-left-color:var(--navy);background:#f7fbfd}.category-config-row.has-selection{border-left-color:var(--navy)}.category-config-heading{align-self:start;gap:7px;min-width:0;display:grid}.category-config-heading>div{gap:2px;display:grid}.category-config-heading strong{color:var(--navy-strong);font-size:12px}.category-config-heading span{color:var(--muted);font-size:9.5px}.category-temporary-button{color:#677984;background:0 0;border:0;align-items:center;gap:3px;width:fit-content;padding:0;font-size:9.5px;display:inline-flex}.category-temporary-button:hover{color:var(--navy)}.category-search-control{color:#758590;background:#fff;border:1px solid #c6d1d8;border-radius:5px;align-items:center;gap:7px;min-width:0;height:36px;padding:0 9px;display:flex;position:relative}.category-search-control:focus-within{border-color:#568db0;box-shadow:0 0 0 2px #174e781a}.category-search-control>input{min-width:0;height:33px;box-shadow:none;cursor:text;border:0;padding:0}.category-search-results{z-index:20;background:#fff;border:1px solid #b9c9d2;border-radius:6px;max-height:310px;padding:5px;position:absolute;top:calc(100% + 5px);left:-1px;right:-1px;overflow-y:auto;box-shadow:0 14px 34px #172e3c33}.category-search-result{text-align:left;background:#fff;border:0;border-bottom:1px solid #e3e9ec;grid-template-columns:minmax(0,1fr) 82px 18px;align-items:center;gap:8px;width:100%;min-height:48px;padding:7px 8px;display:grid}.category-search-result:last-child{border-bottom:0}.category-search-result:hover{background:#edf5f9}.category-search-result>span{gap:3px;min-width:0;display:grid}.category-search-result strong,.category-search-result small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.category-search-result strong{color:#263640;font-size:11.5px}.category-search-result small{color:var(--muted);font-size:9.5px}.category-search-result b{text-align:right;font-size:10.5px}.category-search-empty{color:#84939d;text-align:center;padding:24px 10px;font-size:11px}.selected-component-card{background:#fff;border:1px solid #d6e0e5;border-radius:5px;grid-column:2;min-width:0;padding:8px}.selected-component-card.temporary{background:#fffaf3;border-color:#e7c89f}.selected-component-title{grid-template-columns:minmax(0,1fr) auto 30px;align-items:center;gap:7px;min-width:0;margin-bottom:6px;display:grid}.selected-component-title>strong{text-overflow:ellipsis;white-space:nowrap;color:#263640;font-size:11.5px;overflow:hidden}.selected-component-title>span{color:var(--muted);font-size:9px}.selected-component-title .icon-button{width:28px;height:28px}.selected-component-card textarea{min-height:47px;font-size:11px}.selected-component-fields{grid-template-columns:78px 112px 1fr;align-items:end;gap:8px;margin-top:6px;display:grid}.selected-component-fields input{height:29px}.selected-component-fields>strong{color:#344a58;text-align:right;align-self:center;font-size:11px}.price-section{padding-bottom:20px}.pricing-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pricing-grid label{position:relative}.pricing-grid label span{color:var(--muted);position:absolute;bottom:9px;right:9px}.pricing-grid input{padding-right:34px}.financial-summary{border:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-top:14px;display:grid}.financial-summary>div{border-right:1px solid var(--line);background:#f7f9fa;gap:5px;padding:10px;display:grid}.financial-summary>div:last-child{border-right:0}.financial-summary span{color:var(--muted);font-size:10px}.financial-summary strong{color:#2d3c46;font-size:12px}.financial-summary .total{background:#fff3e4}.financial-summary .total strong{color:#b55f00}.builder-actions{z-index:5;border-top:1px solid var(--line);background:#fffffffa;grid-template-columns:1fr auto auto;gap:8px;padding:12px 18px;display:grid;position:sticky;bottom:0;box-shadow:0 -8px 24px #1a2d3a14}.issue-button{min-width:160px}.preview-stage{background:#e8edf0;flex-direction:column;min-width:0;height:100%;display:flex}.preview-toolbar,.archive-preview-toolbar{background:#f7f9fa;border-bottom:1px solid #cbd5db;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:0 18px;display:flex}.preview-toolbar>span{color:#3a4d59;font-size:13px;font-weight:700}.preview-toolbar>strong{color:var(--green);align-items:center;gap:5px;font-size:11px;display:flex}.preview-scroll{flex:1;justify-content:center;align-items:flex-start;min-height:0;padding:22px;display:flex;overflow:auto}.quote-preview-shell{flex:none;position:relative}.quote-paper{transform-origin:0 0;color:#16242e;font-variant-numeric:tabular-nums;background:#fff;flex-direction:column;width:750px;height:auto;font-family:Microsoft YaHei,PingFang SC,Noto Sans CJK SC,Arial,sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #162b392e}.quote-paper>:not(.quote-watermark-layer):not(.quote-stamp):not(.quote-footer){z-index:2;flex:none;position:relative}.quote-watermark-layer{z-index:1;pointer-events:none;grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(3,1fr);place-items:center;display:grid;position:absolute;inset:165px 0 52px;overflow:hidden}.quote-watermark-layer span{color:#246c9b;opacity:.038;white-space:nowrap;letter-spacing:1px;font-size:35px;font-weight:800;transform:rotate(-27deg)}.quote-header{border:1.2px solid #24323c;grid-template-columns:142px 1fr 194px;height:78px;display:grid}.quote-logo-frame{background:#fff;border-right:1px solid #1f2a30;justify-content:center;align-items:center;display:flex;overflow:hidden}.quote-logo-frame img{object-fit:cover;object-position:center;width:100%;height:100%}.quote-header h1{text-align:center;color:#172631;letter-spacing:.3px;align-self:center;font-size:25px;font-weight:500}.quote-meta{border-left:1px solid #24323c;grid-template-rows:1fr 1fr;display:grid}.quote-meta>div{border-bottom:1px solid #24323c;grid-template-columns:72px 1fr;align-items:center;font-size:10.5px;display:grid}.quote-meta>div:last-child{border-bottom:0}.quote-meta span{color:#1d5b84;background:#f0f6fa;border-right:1px solid #24323c;place-items:center;height:100%;display:grid}.quote-meta strong{text-align:center;color:#3d6885;font-weight:500}.quote-party-grid{border-left:1.2px solid #24323c;border-right:1.2px solid #24323c;grid-template-columns:70px 381px 70px 1fr;font-size:10px;display:grid}.quote-party-grid>div{white-space:nowrap;border-bottom:1px solid #34434e;border-right:1px solid #34434e;align-items:center;min-height:20px;padding:2px 6px;display:flex;overflow:hidden}.quote-party-grid>div:nth-child(4n){border-right:0}.quote-party-grid .quote-label{color:#263b49;background:#edf4f8;justify-content:center}.quote-party-grid .quote-email{color:#356e99}.quote-band{color:#fff;background:#194f76;border-bottom:1px solid #24323c;border-left:1.2px solid #24323c;border-right:1.2px solid #24323c;place-items:center;height:24px;font-size:10.8px;font-weight:500;display:grid}.quote-band.two-col{grid-template-columns:515px 1fr}.quote-band.two-col span:first-child{border-right:1px solid #24323c;place-items:center;width:100%;height:100%;display:grid}.quote-product{border-bottom:1px solid #24323c;border-left:1.2px solid #24323c;border-right:1.2px solid #24323c;grid-template-columns:515px 1fr;height:196px;display:grid}.quote-product-copy{background:#ffffffd6;padding:14px 13px 11px;overflow:hidden}.quote-product-copy h2{color:#203644;margin-bottom:6px;font-size:12.2px;font-weight:700;line-height:1.35}.quote-product-description{color:#182832;overflow-wrap:anywhere;align-content:start;font-size:10.8px;line-height:1.42;display:grid}.quote-product-description span{min-height:1.34em;display:block}.quote-product-description.has-model-line span:first-child{color:#203644;margin-bottom:2px;font-size:11.6px;font-weight:700}.quote-product-image{background:#f5fafde0;border-left:1px solid #24323c;place-items:center;padding:12px;display:grid;overflow:hidden}.quote-product-image img{object-fit:contain;object-position:center;width:100%;height:100%}.quote-product-image .centered-product-image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.quote-image-placeholder{color:#9db0bc;border:1px solid #cbd6dc;align-content:center;place-items:center;gap:8px;width:80%;height:70%;display:grid}.quote-image-placeholder span{font-size:32px;font-weight:800}.quote-image-placeholder small{color:#6c7f8b;font-size:11px}.quote-bom{border-collapse:collapse;table-layout:fixed;width:calc(100% - 2px);margin-left:1px;font-size:9.8px}.quote-bom th,.quote-bom td{text-align:center;border:1px solid #2e3c46;height:25px;padding:3px 5px}.quote-bom th{color:#fff;background:#194f76;height:27px;font-weight:500}.quote-bom .bom-index{width:36px}.quote-bom .bom-quantity{width:57px}.quote-bom .bom-machine{width:45px}.quote-bom .bom-total{width:125px}.quote-bom .bom-description{text-align:left;line-height:1.35}.quote-bom tbody tr:nth-child(2n) td{background:#ebf4f9a3}.bom-machine-value{font-size:12px}.quote-bom tbody .bom-machine-value{background:#f9fbfce6}.quote-bom tbody .bom-total-value{color:#d73737;background:#ffefefe6;font-size:15px}.bom-empty{color:#9aa9b3;height:70px!important}.quote-bom tfoot td{height:27px}.money-label{background:#f4f8fa;width:165px;font-weight:700}.money-uppercase{color:#ce3b2d;background:#fff7f7;font-weight:700}.money-small{color:#ce3b2d;background:#fff0f0;font-size:12px;font-weight:700}.quote-service-title{letter-spacing:.5px;background:#15486d;height:34px;font-size:15px}.quote-services{border-left:1px solid #2e3c46;border-right:1px solid #2e3c46;grid-template-columns:142px 1fr;margin:0 1px;font-size:9.2px;display:grid;position:relative}.quote-services>div{background:#ffffffd6;border-bottom:1px solid #2e3c46;border-right:1px solid #2e3c46;align-items:center;min-height:27px;padding:6px 10px;line-height:1.5;display:flex}.quote-services>div:nth-child(2n){border-right:0}.quote-services .service-label{color:#233c4c;background:#e5f0f7e6;justify-content:center;font-size:9.7px}.quote-services .service-software-label,.quote-services .service-software{min-height:74px}.quote-services .quote-notes{min-height:72px;padding-top:9px;display:block}.quote-notes p{margin:0 0 4px}.quote-stamp{z-index:7;object-fit:contain;opacity:.9;width:130px;height:130px;position:absolute;bottom:22px;right:95px}.quote-footer{z-index:6;background:#fff;border:1px solid #2e3c46;flex:none;grid-template-rows:40px 28px;place-items:center;height:68px;margin:0 1px 1px;display:grid;position:relative}.quote-footer strong{color:var(--navy);font-size:16.5px}.quote-footer span{color:#47769a;border-top:1px solid #1f2a30;place-items:center;width:100%;height:100%;font-size:12px;display:grid}.quote-paper.quote-compact .quote-bom{font-size:8.8px}.quote-paper.quote-compact .quote-bom th,.quote-paper.quote-compact .quote-bom td{height:20px;padding:2px 4px}.quote-paper.quote-compact .quote-bom .bom-description{line-height:1.22}.quote-paper.quote-compact .quote-services{font-size:8.7px}.quote-paper.quote-compact .quote-services>div{min-height:24px;padding:4px 8px;line-height:1.4}.quote-paper.quote-compact .quote-services .service-software-label,.quote-paper.quote-compact .quote-services .service-software{min-height:64px}.quote-paper.quote-compact .quote-services .quote-notes{min-height:62px}.quote-paper.quote-dense .quote-product{height:180px}.quote-paper.quote-dense .quote-product-copy{padding-top:10px}.quote-paper.quote-dense .quote-bom{font-size:8.1px}.quote-paper.quote-dense .quote-bom th,.quote-paper.quote-dense .quote-bom td{height:18px;padding:1px 3px}.quote-paper.quote-dense .quote-bom .bom-description{line-height:1.15}.quote-paper.quote-dense .quote-service-title{height:28px;font-size:13px}.quote-paper.quote-dense .quote-services{font-size:8.2px}.quote-paper.quote-dense .quote-services>div{min-height:22px;padding:4px 7px;line-height:1.32}.quote-paper.quote-dense .quote-services .service-software-label,.quote-paper.quote-dense .quote-services .service-software{min-height:58px}.quote-paper.quote-dense .quote-services .quote-notes{min-height:56px}.modal-backdrop{z-index:50;background:#0f1c247a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border:1px solid #b7c3ca;border-radius:8px;width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;box-shadow:0 22px 70px #0c1f2b40}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.modal-header h2{font-size:16px}.modal>.form-grid,.modal>label{margin:18px}.modal>label+label{margin-top:0}.modal-actions{border-top:1px solid var(--line);background:#f7f9fa;justify-content:flex-end;gap:8px;padding:14px 18px;display:flex}.temporary-dialog{width:min(660px,100%)}.component-picker{flex-direction:column;width:min(920px,100%);height:min(720px,100vh - 40px);display:flex;overflow:hidden}.picker-controls{border-bottom:1px solid var(--line);grid-template-columns:1fr 170px;gap:10px;padding:14px 18px;display:grid}.search-box{height:38px;color:var(--muted);background:#fff;border:1px solid #c6d1d8;border-radius:5px;align-items:center;gap:8px;padding:0 10px;display:flex}.search-box input{height:34px;box-shadow:none;cursor:text;border:0;padding:0}.select-with-icon{position:relative}.select-with-icon select{appearance:none;padding-right:28px}.select-with-icon svg{pointer-events:none;position:absolute;top:11px;right:9px}.component-results{flex:1;padding:6px 18px 16px;overflow-y:auto}.component-result{text-align:left;background:#fff;border:0;border-bottom:1px solid #e0e6ea;grid-template-columns:62px 1fr 100px 26px;align-items:center;gap:10px;width:100%;min-height:55px;padding:8px 10px;display:grid}.component-result:hover{background:#f1f6f9}.component-category,.category-tag{width:fit-content;min-width:48px;height:23px;color:var(--navy-strong);background:#e8f1f7;border-radius:4px;justify-content:center;align-items:center;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.component-name{gap:3px;min-width:0;display:grid}.component-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.component-name small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px;overflow:hidden}.component-price{color:var(--green);font-weight:700}.pending-price{font-weight:700;color:var(--red)!important}.empty-state{color:#84939d;text-align:center;padding:46px 20px;font-size:13px}.compact-empty{border:1px dashed #cbd5db;padding:28px 10px}.large-empty{margin:auto}.archive-layout{grid-template-columns:minmax(650px,1.1fr) minmax(580px,.9fr);height:100%;display:grid;overflow:hidden}.archive-list-panel{border-right:1px solid var(--line);background:#fff;flex-direction:column;min-width:0;height:100%;display:flex}.archive-toolbar{min-height:66px}.compact-search{width:min(330px,52%)}.archive-stats{border-bottom:1px solid var(--line);background:#f7f9fa;grid-template-columns:repeat(3,1fr);display:grid}.archive-stats>div{border-right:1px solid var(--line);gap:4px;padding:13px 18px;display:grid}.archive-stats>div:last-child{border-right:0}.archive-stats span{color:var(--muted);font-size:11px}.archive-stats strong{color:var(--navy-strong);font-size:15px}.archive-table-wrap{flex:1;min-height:0;overflow:auto}.data-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:12px}.data-table th{z-index:2;color:#344651;text-align:left;background:#eaf1f5;border-bottom:1px solid #bcc8cf;height:38px;padding:0 10px;font-size:11px;position:sticky;top:0}.data-table td{vertical-align:middle;border-bottom:1px solid #e1e6e9;height:48px;padding:7px 10px}.data-table tbody tr:hover{background:#f5f8fa}.data-table tbody tr.selected{box-shadow:inset 3px 0 0 var(--navy);background:#eaf3f8}.data-table td strong,.data-table td small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.data-table td small{color:var(--muted);margin-top:3px;font-size:10px}.archive-table th:first-child{width:154px}.archive-table th:nth-child(3){width:76px}.archive-table th:nth-child(4){width:105px}.archive-table th:nth-child(5){width:142px}.archive-preview-panel{background:#e8edf0;flex-direction:column;min-width:0;height:100%;display:flex}.archive-preview-toolbar{min-height:66px}.archive-preview-toolbar>div:first-child{gap:4px;min-width:0;display:grid}.archive-preview-toolbar strong{color:var(--navy-strong);font-size:14px}.archive-preview-toolbar span{color:var(--muted);font-size:10px}.archive-preview-scroll{padding:18px}.database-page{background:#fff;flex-direction:column;height:100%;display:flex}.database-toolbar{min-height:66px}.maintenance-status{background:#eaf6f1;border:1px solid #bcdccb;border-radius:5px;align-items:center;gap:6px;height:32px;padding:0 9px;font-weight:700;display:inline-flex;color:var(--green)!important}.database-filters{border-bottom:1px solid var(--line);background:#f7f9fa;grid-template-columns:minmax(300px,520px) 150px 150px;gap:10px;padding:13px 18px;display:grid}.database-filters select:disabled{cursor:not-allowed;color:#8a98a2;background:#eef2f4}.database-table-wrap{flex:1;min-height:0;overflow:auto}.component-table th:first-child{width:80px}.component-table th:nth-child(2){width:64px}.component-table th:nth-child(4){width:110px}.component-table th:nth-child(5){width:105px}.component-table th:nth-child(6){width:230px}.component-table th:nth-child(7){width:72px}.component-table th:nth-child(8){width:48px}.component-table td:nth-child(3) strong{color:#23333e}.component-table td:nth-child(3) small{white-space:normal;max-height:28px;line-height:1.35}.component-image-cell{text-align:center}.component-image-cell img{object-fit:contain;background:#fff;border:1px solid #d7e0e5;border-radius:4px;width:44px;height:38px;margin:auto;display:block}.component-image-cell span{color:#a1adb5}.note-cell{color:#5d6c76;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.status-dot{align-items:center;gap:5px;font-size:11px;display:inline-flex}.status-dot:before{content:"";background:#8d9aa2;border-radius:50%;width:7px;height:7px}.status-dot.active:before{background:var(--green)}.pagination{border-top:1px solid var(--line);background:#f7f9fa;justify-content:center;align-items:center;gap:14px;height:48px;font-size:12px;display:flex}.pagination button{background:#fff;border:1px solid #c5d0d7;border-radius:5px;height:30px;padding:0 12px}.admin-dialog{width:min(420px,100%)}.component-editor{width:min(760px,100%)}.component-image-editor{border:1px solid var(--line);background:#f7f9fa;border-radius:6px;grid-template-columns:170px 1fr;align-items:center;gap:16px;padding:12px;display:grid}.component-image-preview{color:#8b9aa4;background:#fff;border:1px dashed #b9c7cf;border-radius:5px;place-items:center;width:170px;height:126px;font-size:12px;display:grid;overflow:hidden}.component-image-preview img{object-fit:contain;width:100%;height:100%}.component-image-controls{gap:9px;min-width:0;display:grid}.component-image-controls>strong{color:var(--navy-strong);font-size:13px}.component-image-controls>span,.component-image-controls>small{color:var(--muted);font-size:11px;line-height:1.5}.component-image-controls>small.image-error{color:var(--red)}.price-history{border:1px solid var(--line);margin:0 18px 18px}.price-history h3{border-bottom:1px solid var(--line);background:#eef3f6;padding:10px 12px;font-size:12px}.price-history>div{border-bottom:1px solid #e3e8eb;grid-template-columns:95px 100px 1fr;align-items:center;gap:10px;min-height:34px;padding:5px 12px;font-size:11px;display:grid}.price-history>div:last-child{border-bottom:0}.price-history small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.people-layout{background:#edf1f4;grid-template-columns:330px minmax(520px,760px) 1fr;height:100%;display:grid;overflow:hidden}.people-list{border-right:1px solid var(--line);background:#fff;height:100%;overflow-y:auto}.person-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #e0e6e9;grid-template-columns:38px 1fr;align-items:center;gap:10px;width:100%;height:60px;padding:0 18px;display:grid}.person-row:hover{background:#f5f8fa}.person-row.selected{box-shadow:inset 3px 0 0 var(--navy);background:#eaf3f8}.person-avatar{width:34px;height:34px;color:var(--navy-strong);background:#d9e7f0;border-radius:50%;place-items:center;font-weight:700;display:grid}.person-row>span:last-child{gap:4px;min-width:0;display:grid}.person-row strong{font-size:13px}.person-row small{color:var(--muted);font-size:10px}.profile-editor{border-right:1px solid var(--line);background:#fff;height:100%;padding:38px 42px;overflow-y:auto}.profile-heading{border-bottom:1px solid var(--line);align-items:center;gap:13px;margin-bottom:28px;padding-bottom:22px;display:flex}.large-avatar{width:52px;height:52px;color:var(--navy);background:#dcebf4;border-radius:50%;place-items:center;display:grid}.profile-heading h2{font-size:20px}.profile-heading span{color:var(--muted);margin-top:4px;font-size:11px;display:block}.stamp-upload{align-items:flex-end;gap:14px;margin-top:22px;display:flex}.stamp-upload>div{color:#8b9ba5;background:#fafcfd;border:1px dashed #b8c7d0;place-items:center;width:138px;height:138px;font-size:12px;display:grid;overflow:hidden}.stamp-upload img{object-fit:contain;width:100%;height:100%}.profile-save{min-width:150px;margin-top:26px}.toast{z-index:100;color:#fff;background:#244a61;border-radius:6px;max-width:420px;padding:12px 16px;font-size:13px;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 30px #0e1f2a40}.toast.error{background:#a83f3f}.toast.success{background:#216d52}.loading-screen,.fatal-state{color:#41535f;background:#edf2f5;align-content:center;place-items:center;gap:12px;width:100%;height:100%;display:grid}.loading-mark{color:#fff;background:var(--navy);place-items:center;width:88px;height:46px;font-weight:800;display:grid}.fatal-state h1{font-size:20px}.fatal-state p{color:var(--muted)}@media (width<=1180px){.app-sidebar{width:78px;min-width:78px}.brand-block{justify-content:center;padding:12px 8px}.brand-logo{width:60px}.brand-block>div:last-child,.app-sidebar nav button span,.sidebar-summary,.profile-switcher select,.profile-switcher svg{display:none}.app-sidebar nav button{justify-content:center;padding:0}.profile-switcher{grid-template-columns:1fr;padding:9px}.profile-avatar{margin:auto}.builder-layout{grid-template-columns:460px minmax(600px,1fr)}.archive-layout{grid-template-columns:minmax(580px,1fr) minmax(540px,.9fr)}}@media (width<=820px){body{overflow:auto}.app-shell{height:auto;min-height:100%;padding-bottom:62px;display:block}.app-sidebar{display:none}.app-main{height:auto;min-height:calc(100vh - 62px);overflow:visible}.mobile-nav{z-index:40;background:#fffffffa;border-top:1px solid #c8d2d8;grid-template-columns:repeat(4,1fr);height:62px;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{color:#687781;background:0 0;border:0;align-content:center;place-items:center;gap:4px;font-size:10px;display:grid}.mobile-nav button.active{color:var(--navy);font-weight:700}.builder-layout,.archive-layout,.people-layout{height:auto;display:block;overflow:visible}.builder-editor,.archive-list-panel,.people-list{border-right:0;height:auto;overflow:visible}.preview-stage,.archive-preview-panel{border-top:1px solid var(--line);height:auto;min-height:680px}.preview-scroll{justify-content:flex-start;padding:14px;overflow:auto}.preview-scroll .quote-preview-shell{transform-origin:0 0}.builder-actions{bottom:62px}.archive-stats{grid-template-columns:1fr 1fr}.archive-stats>div:nth-child(3){display:none}.archive-table-wrap{max-height:460px}.archive-preview-toolbar{align-items:flex-start;padding-top:12px;padding-bottom:12px}.database-page{height:auto;min-height:calc(100vh - 62px)}.database-table-wrap{overflow:auto}.component-table{min-width:980px}.people-list{max-height:300px}.profile-editor{border-right:0;height:auto;padding:24px 18px 90px}}@media (width<=560px){.page-toolbar{padding:0 12px}.page-toolbar h1{font-size:16px}.editor-section{padding:15px 12px}.form-grid.two-columns{grid-template-columns:1fr}.form-grid.two-columns .span-2{grid-column:span 1}.pricing-grid{grid-template-columns:1fr}.pricing-grid .span-2{grid-column:span 1}.financial-summary{grid-template-columns:1fr 1fr}.financial-summary>div:nth-child(2){border-right:0}.financial-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.bom-row-fields{grid-template-columns:74px 105px 1fr}.builder-actions{grid-template-columns:1fr auto auto;padding:10px 12px}.builder-actions .secondary-button{width:42px;padding:0;font-size:0}.component-picker{height:calc(100vh - 24px)}.picker-controls{grid-template-columns:1fr}.component-result{grid-template-columns:52px 1fr 76px 20px;padding-left:4px;padding-right:4px}.component-name small{display:none}.archive-toolbar{flex-direction:column;align-items:flex-start;height:auto;min-height:94px;padding-top:12px;padding-bottom:12px}.compact-search{width:100%}.archive-table{min-width:720px}.database-toolbar{flex-direction:column;align-items:flex-start;height:auto;min-height:108px;padding-top:12px;padding-bottom:12px}.database-toolbar .inline-actions{width:100%;overflow-x:auto}.database-filters{grid-template-columns:1fr;padding:10px 12px}.modal-backdrop{padding:12px}.modal{max-height:calc(100vh - 24px)}.component-image-editor{grid-template-columns:1fr}.component-image-preview{width:100%}.toast{bottom:76px;left:12px;right:12px}}.service-template-editor{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.service-template-heading{gap:6px;margin-bottom:16px;display:grid}.service-template-heading h3{color:var(--navy-strong);font-size:15px}.service-template-heading p{color:var(--muted);font-size:11px;line-height:1.55}.service-template-editor textarea{min-height:68px;font-size:11.5px}@media print{body *{visibility:hidden!important}.quote-paper,.quote-paper *{visibility:visible!important}.quote-paper{box-shadow:none;position:fixed;inset:0;transform:none!important}}.database-workspace{flex:1;grid-template-columns:190px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.database-category-panel{border-right:1px solid var(--line);background:#f7f9fa;min-height:0;overflow-y:auto}.database-category-heading{z-index:2;border-bottom:1px solid var(--line);height:50px;color:var(--navy-strong);background:#eef3f6;align-items:center;gap:8px;padding:0 15px;font-size:12px;display:flex;position:sticky;top:0}.database-category-nav{flex-direction:column;gap:3px;padding:8px;display:flex}.database-category-nav button{color:#455863;text-align:left;background:0 0;border:1px solid #0000;border-radius:5px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 9px 0 11px;font-size:12px;display:flex}.database-category-nav button:hover{background:#fff;border-color:#d3dde3}.database-category-nav button.active{color:var(--navy-strong);box-shadow:inset 3px 0 0 var(--navy);background:#e4f0f7;border-color:#b9cfdd;font-weight:700}.database-category-nav button:focus-visible{outline-offset:1px;outline:2px solid #6e9fbd}.database-category-nav button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.database-category-nav button strong{color:#60717b;font-variant-numeric:tabular-nums;background:#e4eaee;border-radius:11px;justify-content:center;align-items:center;min-width:29px;height:21px;padding:0 6px;font-size:10px;display:inline-flex}.database-category-nav button.active strong{color:var(--navy);background:#fff}.database-category-content{background:#fff;flex-direction:column;min-width:0;min-height:0;display:flex}.database-category-toolbar{border-bottom:1px solid var(--line);background:#f7f9fa;grid-template-columns:minmax(150px,auto) minmax(280px,1fr) auto;align-items:center;gap:12px;min-height:64px;padding:12px 18px;display:grid}.database-current-category{gap:4px;min-width:0;display:grid}.database-current-category strong{color:var(--navy-strong);font-size:14px}.database-current-category span{color:var(--muted);font-variant-numeric:tabular-nums;font-size:10px}.database-category-search{width:100%;min-width:0}.database-image-filter{width:170px;height:38px}.database-component-table.database-with-images th:first-child{width:80px}.database-component-table.database-with-images th:nth-child(2){width:64px}.database-component-table.database-with-images th:nth-child(4){width:110px}.database-component-table.database-with-images th:nth-child(5){width:105px}.database-component-table.database-with-images th:nth-child(6){width:230px}.database-component-table.database-with-images th:nth-child(7){width:72px}.database-component-table.database-with-images th:nth-child(8){width:48px}.database-component-table.database-without-images th:first-child{width:88px}.database-component-table.database-without-images th:nth-child(3){width:110px}.database-component-table.database-without-images th:nth-child(4){width:105px}.database-component-table.database-without-images th:nth-child(5){width:230px}.database-component-table.database-without-images th:nth-child(6){width:72px}.database-component-table.database-without-images th:nth-child(7){width:48px}.database-component-table.database-without-images td:nth-child(2) strong{color:#23333e}.database-component-table.database-without-images td:nth-child(2) small{white-space:normal;max-height:28px;line-height:1.35}.database-component-table td[colspan]{height:180px;padding:0}@media (width<=820px){.database-workspace{display:block;overflow:visible}.database-category-panel{border-right:0;border-bottom:1px solid var(--line);overflow:hidden}.database-category-heading{height:42px;position:static}.database-category-nav{flex-direction:row;padding:8px;overflow-x:auto}.database-category-nav button{width:auto;min-width:104px}.database-category-content{min-height:620px}.database-component-table.database-without-images{min-width:900px}}@media (width<=560px){.database-category-toolbar{grid-template-columns:1fr;gap:9px;padding:11px 12px}.database-current-category{justify-content:space-between;align-items:center;gap:12px;display:flex}.database-category-search,.database-image-filter{width:100%}}.system-settings-page{background:#edf2f5;flex-direction:column;height:100%;display:flex;overflow:hidden}.system-settings-toolbar{background:#fff;flex:none}.system-settings-content{flex:1;padding:22px;overflow:auto}.system-settings-overview{background:#fff;border:1px solid #cbd6dc;border-radius:7px;grid-template-columns:repeat(3,1fr);width:min(1080px,100%);margin:0 auto 16px;display:grid;box-shadow:0 4px 14px #112b3b0a}.system-settings-overview>div{border-right:1px solid #dce3e7;align-content:center;gap:5px;min-height:92px;padding:14px 20px;display:grid}.system-settings-overview>div:last-child{border-right:0}.system-settings-overview span,.system-settings-overview small{color:var(--muted);font-size:11px}.system-settings-overview strong{color:var(--navy-strong);font-variant-numeric:tabular-nums;font-size:20px}.system-settings-card{background:#fff;border:1px solid #c6d2d9;border-radius:8px;width:min(1080px,100%);margin:0 auto;overflow:hidden;box-shadow:0 8px 24px #112b3b0f}.system-settings-card-heading{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f6fafc,#edf4f7);align-items:flex-start;gap:14px;padding:20px 22px;display:flex}.system-settings-card-heading>span{background:var(--navy);color:#fff;border-radius:7px;flex:none;place-items:center;width:42px;height:42px;display:grid}.system-settings-card-heading h2{color:var(--navy-strong);margin:1px 0 6px;font-size:17px}.system-settings-card-heading p{color:#60727e;max-width:760px;font-size:12px;line-height:1.6}.system-settings-steps{padding:4px 22px}.system-settings-step{border-bottom:1px solid #e2e8eb;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:78px;display:grid}.system-settings-step:last-child{border-bottom:0}.system-settings-step>span{width:28px;height:28px;color:var(--navy);background:#edf5fa;border:1px solid #9fb6c5;border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.system-settings-step>div{gap:5px;min-width:0;display:grid}.system-settings-step strong{color:#283b47;font-size:13px}.system-settings-step small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.system-settings-step label.primary-button{cursor:pointer}.system-settings-step label.primary-button.disabled{cursor:wait;opacity:.65}.system-settings-preview{background:#fbfefd;border:1px solid #b8d3c7;border-radius:7px;margin:12px 22px 22px;overflow:hidden}.system-settings-preview.has-errors{background:snow;border-color:#e0b6b3}.system-settings-preview.applied{background:#f7fcfa;border-color:#9ec9b5}.system-settings-preview-title{color:#277055;border-bottom:1px solid #66857633;align-items:center;gap:10px;min-height:58px;padding:10px 14px;display:flex}.system-settings-preview.has-errors .system-settings-preview-title{color:#a5413b}.system-settings-preview-title>div{gap:4px;min-width:0;display:grid}.system-settings-preview-title strong{font-size:13px}.system-settings-preview-title span{color:#71818b;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.system-settings-stats{background:#ffffffb3;border-bottom:1px solid #dce5e1;grid-template-columns:repeat(4,1fr);display:grid}.system-settings-stats>div{border-right:1px solid #e0e7e4;align-content:center;place-items:center;gap:3px;min-height:62px;display:grid}.system-settings-stats>div:last-child{border-right:0}.system-settings-stats span{color:var(--muted);font-size:10px}.system-settings-stats strong{color:#52636d;font-variant-numeric:tabular-nums;font-size:18px}.system-settings-stats .new strong{color:#247356}.system-settings-stats .updated strong{color:#1b638f}.system-settings-stats .error strong{color:#b3423b}.system-settings-errors{max-height:260px;padding:8px 14px;overflow:auto}.system-settings-errors>div{border-bottom:1px solid #f0dddd;grid-template-columns:minmax(170px,.35fr) 1fr;gap:12px;padding:7px 4px;font-size:11px;display:grid}.system-settings-errors strong{color:#9d403b}.system-settings-errors span,.system-settings-errors p{color:#6c5a58}.system-settings-change-list{background:#fff}.system-settings-change-heading{background:#f3f7f5;border-top:1px solid #dde6e2;border-bottom:1px solid #dde6e2;justify-content:space-between;align-items:center;min-height:39px;padding:0 14px;display:flex}.system-settings-change-heading strong{color:#334a41;font-size:11px}.system-settings-change-heading span{color:var(--muted);font-size:10px}.system-settings-change-scroll{max-height:420px;overflow:auto}.system-settings-change-row{border-bottom:1px solid #e8edeb;grid-template-columns:48px minmax(220px,1.2fr) minmax(180px,1fr) 92px;align-items:center;gap:10px;min-height:48px;padding:7px 14px;display:grid}.system-settings-change-row>div{gap:3px;min-width:0;display:grid}.system-settings-change-row>div strong,.system-settings-change-row>div small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.system-settings-change-row>div strong{color:#2e3e47;font-size:11px}.system-settings-change-row>div small{color:var(--muted);font-size:9px}.system-settings-action{color:#17608b;background:#e6f1f7;border-radius:4px;place-items:center;height:23px;font-size:10px;font-weight:700;display:inline-grid}.system-settings-action.new{color:#267253;background:#e4f3ec}.system-settings-fields{color:#62727c;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.system-settings-change-row time{color:#245e80;font-variant-numeric:tabular-nums;text-align:right;font-size:11px;font-weight:700}.system-settings-show-all{width:100%;height:36px;color:var(--navy);background:#f7faf9;border:0;border-top:1px solid #dde5e1;font-size:11px}.system-settings-confirm{background:#f4f9f7;border-top:1px solid #d4e2dc;justify-content:space-between;align-items:center;gap:18px;min-height:68px;padding:12px 14px;display:flex}.system-settings-confirm>div{color:#526860;align-items:center;gap:8px;font-size:11px;display:flex}.system-settings-note{color:#8b6a24;background:#fffaf0;border:1px solid #dfd4af;border-radius:6px;gap:11px;width:min(1080px,100%);margin:14px auto 24px;padding:13px 15px;display:flex}.system-settings-note>div{gap:4px;display:grid}.system-settings-note strong{font-size:11px}.system-settings-note p{color:#75684b;font-size:10px;line-height:1.55}.database-toolbar-filters{align-items:center;gap:8px;display:flex}.database-sort-order{width:148px;height:38px}.database-update-date{color:#205f84;font-variant-numeric:tabular-nums;background:#edf5fa;border-radius:4px;align-items:center;min-height:24px;padding:0 7px;font-weight:700;display:inline-flex}@keyframes system-settings-spin{to{transform:rotate(360deg)}}.system-settings-page .spin{animation:.9s linear infinite system-settings-spin}@media (width<=820px){.mobile-nav{grid-template-columns:repeat(5,1fr)}.system-settings-page{height:auto;min-height:calc(100vh - 62px);overflow:visible}.system-settings-content{padding:14px 12px 84px;overflow:visible}.system-settings-overview{grid-template-columns:1fr}.system-settings-overview>div{border-bottom:1px solid #dce3e7;border-right:0;min-height:74px}.system-settings-overview>div:last-child{border-bottom:0}.system-settings-step{grid-template-columns:34px 1fr;padding:12px 0}.system-settings-step>button,.system-settings-step>label{grid-column:2;width:fit-content}.system-settings-change-row{min-width:720px}.system-settings-change-scroll{overflow:auto}.database-toolbar-filters{width:100%}.database-sort-order,.database-image-filter{flex:1;width:auto}}@media (width<=560px){.system-settings-toolbar{flex-direction:column;align-items:flex-start;height:auto;min-height:104px;padding-top:12px;padding-bottom:12px}.system-settings-stats{grid-template-columns:1fr 1fr}.system-settings-stats>div:nth-child(2){border-right:0}.system-settings-stats>div:nth-child(-n+2){border-bottom:1px solid #e0e7e4}.system-settings-confirm{flex-direction:column;align-items:flex-start}.system-settings-errors>div{grid-template-columns:1fr;gap:3px}}.archive-cost-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0e1b2394;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.archive-cost-dialog{background:#fff;border:1px solid #aebdc6;border-radius:9px;flex-direction:column;width:min(980px,100%);max-height:calc(100vh - 44px);display:flex;overflow:hidden;box-shadow:0 28px 86px #09192357}.archive-cost-header{color:#fff;background:linear-gradient(135deg,#173f5d,#205f87);border-bottom:1px solid #c8d4db;flex:none;justify-content:space-between;align-items:center;gap:18px;min-height:70px;padding:12px 20px;display:flex}.archive-cost-header>div{gap:4px;min-width:0;display:grid}.archive-cost-header span{color:#ffffffbd;letter-spacing:.6px;font-size:10px}.archive-cost-header h2{text-overflow:ellipsis;white-space:nowrap;font-size:19px;overflow:hidden}.archive-cost-header button{color:#fff;background:#ffffff14;border:1px solid #ffffff59;border-radius:6px;flex:none;place-items:center;width:34px;height:34px;padding:0;display:grid}.archive-cost-header button:hover{background:#ffffff2e}.archive-cost-identity{background:#f5f8fa;border-bottom:1px solid #d8e0e5;flex:none;grid-template-columns:1fr 1.35fr .8fr;display:grid}.archive-cost-identity>div{border-right:1px solid #d8e0e5;gap:4px;min-width:0;padding:11px 16px;display:grid}.archive-cost-identity>div:last-child{border-right:0}.archive-cost-identity span{color:#71818b;font-size:10px}.archive-cost-identity strong{color:#263b49;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.archive-cost-notice{color:#267052;background:#f1f8f5;border:1px solid #b9d4c6;border-radius:6px;flex:none;align-items:center;gap:11px;margin:14px 16px 12px;padding:11px 13px;display:flex}.archive-cost-notice>div{gap:3px;display:grid}.archive-cost-notice strong{font-size:11px}.archive-cost-notice span{color:#567066;font-size:10px;line-height:1.45}.archive-cost-table-wrap{border:1px solid #c6d2d9;flex:1;min-height:180px;margin:0 16px;overflow:auto}.archive-cost-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:11px}.archive-cost-table th{z-index:1;color:#304652;text-align:left;background:#e8f0f5;border-bottom:1px solid #aebdc6;border-right:1px solid #c7d3da;height:37px;padding:0 10px;font-size:10px;position:sticky;top:0}.archive-cost-table th:first-child{width:76px}.archive-cost-table th:nth-child(3){text-align:center;width:62px}.archive-cost-table th:nth-child(4),.archive-cost-table th:nth-child(5){text-align:right;width:132px}.archive-cost-table th:last-child{border-right:0}.archive-cost-table td{color:#344650;vertical-align:middle;border-bottom:1px solid #e0e6e9;border-right:1px solid #e0e6e9;min-height:46px;padding:8px 10px}.archive-cost-table td:nth-child(3){text-align:center}.archive-cost-table td:nth-child(4),.archive-cost-table td:nth-child(5){text-align:right;font-variant-numeric:tabular-nums}.archive-cost-table td:last-child{border-right:0}.archive-cost-table tbody tr:nth-child(2n){background:#f8fafb}.archive-cost-table tbody tr:last-child td{border-bottom:0}.archive-cost-category{color:#235c7d;background:#e5eef4;border-radius:4px;justify-content:center;align-items:center;min-height:22px;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.archive-cost-item-name{align-items:center;gap:7px;min-width:0;display:flex}.archive-cost-item-name strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.archive-cost-item-name em{color:#a76517;background:#fff6e8;border:1px solid #e8c99b;border-radius:3px;flex:none;padding:2px 5px;font-size:9px;font-style:normal;font-weight:700}.archive-cost-table td small{color:#778790;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:9.5px;line-height:1.4;display:block;overflow:hidden}.archive-cost-subtotal{font-weight:700;color:#1d5d81!important}.archive-cost-missing{font-size:10px;color:#a36b27!important}.archive-cost-empty{height:120px;color:#84939d!important;text-align:center!important}.archive-cost-legacy-note{color:#a26520;flex:none;margin:9px 16px 0;font-size:10px}.archive-cost-summary{background:#f3f7f9;border-top:1px solid #c4d0d7;flex:none;grid-template-columns:repeat(4,1fr);margin-top:14px;display:grid}.archive-cost-summary>div{border-right:1px solid #d1dbe0;gap:5px;min-width:0;padding:13px 16px;display:grid}.archive-cost-summary>div:last-child{background:#e8f3ee;border-right:0}.archive-cost-summary span{color:#6c7d87;font-size:10px}.archive-cost-summary strong{color:#203e51;font-variant-numeric:tabular-nums;font-size:16px}.archive-cost-summary>div:last-child strong{color:#277054}@media (width<=720px){.archive-cost-backdrop{padding:8px}.archive-cost-dialog{max-height:calc(100vh - 16px)}.archive-cost-identity{grid-template-columns:1fr}.archive-cost-identity>div{border-bottom:1px solid #d8e0e5;border-right:0}.archive-cost-identity>div:last-child{border-bottom:0}.archive-cost-table{min-width:760px}.archive-cost-summary{grid-template-columns:1fr 1fr}.archive-cost-summary>div:nth-child(2){border-right:0}.archive-cost-summary>div:nth-child(-n+2){border-bottom:1px solid #d1dbe0}}.brand-logo img{object-fit:contain}.cloud-identity{color:var(--navy-strong);gap:8px;padding:16px;display:grid}.cloud-identity small{color:var(--muted)}.cloud-login{background:#eef3f7;place-content:center;min-height:100dvh;padding:24px;display:grid;overflow:auto}.cloud-login form{border:1px solid var(--line);background:#fff;border-radius:12px;gap:18px;width:min(420px,100vw - 48px);padding:32px;display:grid}.cloud-login img{object-fit:contain;width:136px;height:48px}.cloud-login h1{font-size:23px}.cloud-login p,.cloud-login small{color:#647582;line-height:1.65}.cloud-login input{height:44px;font-size:16px}.cloud-login button{min-height:44px}.cloud-error{background:#fff0f1;border:1px solid #f2bec3;padding:12px;line-height:1.65;color:#b51d27!important}.cloud-page{max-width:1300px;height:100%;margin:auto;padding:22px;overflow:auto}.cloud-page h1{font-size:22px}.cloud-page h2{margin:20px 0 12px;font-size:18px}.cloud-page>p{color:var(--muted);margin:12px 0;line-height:1.8}.cloud-card{border:1px solid var(--line);background:#fff;border-radius:8px;margin:14px 0;padding:18px;line-height:1.8}.cloud-card p{margin:6px 0;font-size:13px}.cloud-table-scroll{margin-top:18px;overflow:auto}.cloud-table-scroll table{min-width:680px}.stamp-thumb{object-fit:contain;width:95px;height:95px}.builder-layout{grid-template-columns:minmax(390px,47%) minmax(0,1fr)}.archive-layout{grid-template-columns:minmax(430px,50%) minmax(0,1fr)}.preview-stage,.archive-preview-panel{min-width:0}.preview-scroll{justify-content:center;align-items:flex-start;padding:14px;display:flex;overflow:auto}.quote-logo-frame{justify-content:center;align-items:center;display:flex;overflow:hidden;padding:12px!important}.quote-logo-frame img{object-fit:contain!important;width:100%!important;height:auto!important;max-height:80px!important;transform:none!important}.quote-bom .bom-category{width:95px}.category-search-result span strong{white-space:normal;overflow-wrap:anywhere;line-height:1.5;display:block}.category-search-result small{max-height:32px;overflow:hidden}.category-search-results{scrollbar-gutter:stable}.builder-actions{z-index:35}.recent-customers{color:var(--navy);margin-bottom:12px;font-size:12px}.recent-customers summary{cursor:pointer;border:1px solid var(--line);border-radius:5px;padding:10px}.recent-customers>div{border:1px solid var(--line);background:#fff;max-height:240px;overflow:auto}.recent-customers button{text-align:left;border:0;border-bottom:1px solid var(--line);background:#fff;width:100%;padding:10px;display:block}.recent-customers button:hover{background:var(--navy-soft)}.recent-customers small{color:var(--muted);margin-top:4px;display:block}.archive-list-panel{flex-direction:column;min-height:0;display:flex}.archive-table-wrap{scrollbar-gutter:stable;flex:1;min-height:160px;position:relative;overflow:auto}.archive-table{table-layout:auto;min-width:620px}.archive-table td strong,.archive-table td small{white-space:normal;overflow-wrap:anywhere;max-width:none;line-height:1.45}.archive-table thead{z-index:2;position:sticky;top:0}.archive-preview-toolbar{flex-wrap:wrap;gap:8px;padding:12px}.archive-preview-toolbar .inline-actions{flex-wrap:wrap}.follow-panel{background:#fffaf0;border:1px solid #e8c982;border-radius:9px;margin:12px;padding:14px}.follow-heading{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.follow-heading h2{color:var(--navy-strong);margin:0 0 6px;font-size:15px}.follow-heading small{color:var(--muted);font-size:11px}.follow-filters{flex-wrap:wrap;gap:6px;margin:10px 0;display:flex}.follow-badge{white-space:nowrap;border:1px solid #0000;border-radius:20px;padding:4px 8px;font-size:11px;display:inline-block}.follow-badge.all{color:#20506b;background:#e8f1f7}.follow-badge.due{color:#ad1628;background:#ffe2e5}.follow-badge.active{color:#126539;background:#dcfae8}.follow-badge.closed{color:#98630b;background:#fff2bb}.follow-badge.chosen{outline:2px solid #42748e}.follow-scroll{scrollbar-gutter:stable;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:min(33vh,370px);display:grid;position:relative;overflow-y:scroll}.follow-card{cursor:pointer;background:#fff;border:1px solid #b9dfcd;border-radius:6px;min-width:0;padding:10px}.follow-card.due{border-color:#f7b4bd}.follow-card.closed{border-color:#ebd88a}.follow-card.chosen{box-shadow:inset 0 0 0 2px #226188}.follow-card>strong{color:var(--navy-strong);overflow-wrap:anywhere;font-size:14px;display:block}.follow-card>.follow-badge{margin:6px 0}.follow-card>small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.follow-card p{color:#64727c;max-height:32px;margin:6px 0;font-size:11px;line-height:1.5;overflow:hidden}.copy-number{color:#18567d;overflow-wrap:anywhere;background:#f1f8fd;border:1px solid #bfd3e2;border-radius:4px;max-width:100%;padding:4px;font-size:11px}.text-button{color:var(--navy);background:0 0;border:0;padding:2px 0;font-size:11px;font-weight:700}.follow-logs{max-height:30vh;padding:12px 0;overflow:auto}.follow-logs article{border-bottom:1px solid var(--line);padding:10px;line-height:1.6}.follow-logs small{color:var(--muted);display:block}.follow-logs p{white-space:pre-wrap;font-size:13px}.follow-dialog{width:min(720px,100%)}.database-component-table{table-layout:fixed;min-width:1050px}.database-component-table th{width:auto!important}.database-component-table th:first-child{width:80px!important}.database-component-table .model-name{min-width:390px;width:390px!important}.database-component-table .model-name strong{overflow-wrap:anywhere;line-height:1.6;white-space:normal!important;text-overflow:clip!important;max-width:none!important;overflow:visible!important}.database-component-table .model-name small{max-height:38px;line-height:1.5;overflow:hidden;white-space:normal!important}.database-with-images th:nth-child(3){width:76px!important}.database-component-table th:last-child{width:48px!important}.database-table-wrap{scrollbar-gutter:stable}.component-image-cell img{object-fit:contain;width:52px;height:46px}.system-settings-content{overflow:auto}.toast{white-space:normal;z-index:1000;max-width:calc(100vw - 30px);line-height:1.6}@media (width<=1200px){.app-sidebar{width:185px;min-width:185px}.brand-block{gap:6px;padding:12px 10px}.brand-logo{width:66px}.builder-layout{grid-template-columns:minmax(370px,52%) minmax(0,1fr)}.archive-layout{grid-template-columns:minmax(410px,54%) minmax(0,1fr)}.follow-scroll{grid-template-columns:1fr}.follow-panel{margin:10px;padding:10px}.database-category-toolbar{grid-template-columns:1fr;gap:8px}}@media (width<=820px){body{overflow:auto}.app-shell{height:auto;min-height:100dvh;padding-bottom:calc(78px + env(safe-area-inset-bottom))}.app-sidebar{display:none}.app-main{height:auto;min-height:90vh;overflow:visible}.mobile-nav{height:calc(68px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:flex;overflow-x:auto}.mobile-nav button{flex:1;min-width:58px;font-size:10px}.cloud-page{height:auto;padding:16px}.cloud-page .page-toolbar{flex-wrap:wrap;padding:8px 0}.builder-layout,.archive-layout{height:auto;display:block;overflow:visible}.builder-editor{height:auto;padding-bottom:0;overflow:visible}.builder-actions{bottom:calc(68px + env(safe-area-inset-bottom));grid-template-columns:1fr auto auto;width:auto;position:sticky;left:auto}.builder-actions .secondary-button{width:auto;padding:0 10px;font-size:12px}.preview-stage,.archive-preview-panel{height:auto;min-height:0}.preview-scroll{justify-content:center;min-height:0;overflow:hidden}.archive-list-panel{height:auto;overflow:visible}.archive-table-wrap{flex:none;min-height:200px;max-height:450px}.follow-scroll{grid-template-columns:1fr;max-height:340px}.follow-panel{margin:10px}.follow-heading .inline-actions{flex-wrap:wrap}.follow-filters{gap:9px}.database-page{height:auto}.database-category-content{min-height:0}.database-table-wrap{max-height:65vh}.database-category-toolbar{grid-template-columns:1fr}.category-config-row{grid-template-columns:72px minmax(0,1fr)}.category-search-results{left:-82px;right:-1px}.category-search-result span strong{font-size:13px}.category-search-result b{font-size:12px}.modal-backdrop{z-index:100;padding:10px}.modal{width:100%;max-height:calc(100dvh - 24px);overflow:auto}.cloud-login{padding:18px}.system-settings-page{height:auto;overflow:visible}.system-settings-content{padding:12px}.system-settings-step{flex-wrap:wrap}.system-settings-toolbar{flex-wrap:wrap;padding:12px}.toast{bottom:calc(80px + env(safe-area-inset-bottom))}.cloud-page input,.cloud-login input,.editor-section input,.editor-section select,.editor-section textarea,.modal input,.modal textarea{font-size:16px}}
