:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--portal-primary:#1cc9a1;--portal-background-dark:#04151f;--portal-background-dark-soft:#0a1d28;--portal-text:#fff;--portal-accent:#2ef2c2;--portal-accent-hover:#26d9ad;--portal-danger:#ff5c5c;--portal-danger-hover:#e14c4c;--portal-surface:#fff;--portal-surface-muted:#f5f7fa;--portal-surface-alt:#eaf0f4;--portal-border:#c7d2da;--portal-text-body:#10212b;--portal-text-muted:#52616b}html,body{min-height:100%}body{background:var(--portal-surface-muted);color:var(--portal-text-body);margin:0;font-family:system-ui,sans-serif}a{color:inherit}*,:before,:after{box-sizing:border-box}.button,.input,.textarea,.select select,.box,.panel,.tag,.message,.card,.modal-card,.table,.menu-list a{box-shadow:none!important;border-radius:0!important}.button.is-primary{background-color:var(--portal-primary);border-color:var(--portal-primary);color:var(--portal-background-dark)}.button.is-primary:hover,.button.is-primary:focus{background-color:var(--portal-accent-hover);border-color:var(--portal-accent-hover);color:var(--portal-background-dark)}.button.is-danger{background-color:var(--portal-danger);border-color:var(--portal-danger);color:var(--portal-surface)}.button.is-danger:hover,.button.is-danger:focus{background-color:var(--portal-danger-hover);border-color:var(--portal-danger-hover);color:var(--portal-surface)}.portal-shell{background:var(--portal-surface-muted);min-height:100vh}.portal-sidebar{background:var(--portal-background-dark);color:var(--portal-text);border-right:1px solid #20323d}.portal-sidebar-inner{flex-direction:column;gap:1.5rem;min-height:100%;padding:1.5rem 1rem;display:flex}.portal-sidebar-brand{border-bottom:1px solid #20323d;padding:0 .5rem 1.25rem}.portal-sidebar-title{color:var(--portal-text);margin:.75rem 0 0;font-size:1.375rem;font-weight:700;line-height:1.1}.portal-sidebar-subtitle{color:#9eb0bc;margin:.75rem 0 0;font-size:.9rem;line-height:1.5}.portal-sidebar-menu{flex-direction:column;flex:1;gap:1.25rem;display:flex}.portal-nav-group{flex-direction:column;gap:.65rem;display:flex}.portal-sidebar .menu-label{color:#7f97a8;letter-spacing:.12em;margin:0;padding:0 .5rem;font-size:.68rem}.portal-sidebar-link{border:1px solid #0000;justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem .9rem;font-size:.96rem;font-weight:600;line-height:1.2;transition:background-color .16s,border-color .16s,color .16s;display:flex;color:#d8e4eb!important;background:0 0!important}.portal-sidebar .menu-list{margin:0}.portal-sidebar .menu-list li+li{margin-top:.35rem}.portal-sidebar-link:hover,.portal-sidebar .menu-list a:hover{border-color:#20323d;color:var(--portal-text)!important;background:#0d2430!important}.portal-sidebar-link.is-active,.portal-sidebar .menu-list a.is-active{box-shadow:inset 3px 0 0 var(--portal-accent);border-color:#29404c;color:var(--portal-text)!important;background:#0d2430!important}.portal-sidebar-link.is-disabled{cursor:default;color:#8ea1ad!important}.portal-sidebar-badge{color:#8ea1ad;letter-spacing:.08em;text-transform:uppercase;border:1px solid #20323d;padding:.2rem .4rem;font-size:.68rem;font-weight:700}.portal-sidebar-muted{color:#93a7b5}.portal-main{flex-direction:column;min-width:0;min-height:100vh;display:flex}.portal-header{z-index:20;background:var(--portal-background-dark-soft);color:var(--portal-text);border-bottom:1px solid #20323d;position:sticky;top:0}.portal-header-bar{justify-content:space-between;align-items:center;gap:1rem;min-height:4.5rem;padding:.85rem 1.5rem;display:flex}.portal-header-context{min-width:0}.portal-header-kicker{color:#93a7b5;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:700}.portal-header-route{align-items:center;gap:.5rem;min-width:0;margin-top:.35rem;display:flex}.portal-header-section{color:var(--portal-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:700}.portal-header-link{text-decoration:none;transition:opacity .16s}.portal-header-link:hover{opacity:.8}.portal-header-separator{color:#547080}.portal-header-page{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1rem;font-weight:600;overflow:hidden}.portal-user-card{color:var(--portal-text);background:#0d2430;border:1px solid #20323d;align-items:center;gap:.75rem;padding:.65rem .85rem;display:flex}.portal-header-actions{align-items:center;gap:.65rem;display:flex}.portal-settings-button{color:#afbec8;letter-spacing:.04em;text-transform:uppercase;background:#0d2430;border:1px solid #20323d;align-items:center;gap:.4rem;height:2.85rem;padding:0 .75rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.portal-settings-button:hover{color:var(--portal-text);background:#112b39;border-color:#2b4755}.portal-settings-button:focus-visible{outline:2px solid var(--portal-accent);outline-offset:2px}.portal-user-avatar{width:2.2rem;height:2.2rem;color:var(--portal-accent);letter-spacing:.08em;background:#112734;border:1px solid #29404c;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.portal-user-name{margin:0;font-size:.92rem;font-weight:700}.portal-user-email{color:#afbec8;margin:.15rem 0 0;font-size:.74rem}.portal-content{flex:1;padding:1.75rem 1.5rem 2rem}.portal-content-inner{width:100%}.portal-page-header{max-width:48rem;margin-bottom:1.75rem}.portal-eyebrow{color:var(--portal-primary);letter-spacing:.16em;text-transform:uppercase;font-size:.75rem;font-weight:700}.portal-muted{color:var(--portal-text-muted);line-height:1.6}.portal-box{background:var(--portal-surface);border:1px solid var(--portal-border);padding:1.25rem}.portal-page-header .title{color:#0b1a22;letter-spacing:-.03em;font-size:clamp(1.9rem,3.5vw,2.4rem);line-height:1.05;margin-bottom:.75rem!important}.portal-stat-value{margin-top:.75rem;font-size:2rem;font-weight:700;line-height:1}.portal-link-box{height:100%;color:inherit;outline-offset:2px;outline:2px solid #0000;text-decoration:none;transition:border-color .16s,background-color .16s,outline-color .16s;display:block}.portal-link-box:hover,.portal-link-box:focus-visible{outline-color:var(--portal-primary);background:#f8fafb;border-color:#93a7b5}.portal-login{background:var(--portal-background-dark);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.portal-login-card{width:100%;max-width:32rem;color:var(--portal-text);background:#0d2430;border:1px solid #20323d;padding:2rem}.portal-login-card .portal-muted{color:#c6d4dd}.portal-placeholder{background:var(--portal-surface);color:var(--portal-text-muted);border:1px dashed #b5c3cc;min-height:12rem;padding:1.25rem;line-height:1.6}.portal-section-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.portal-grid-two-column{gap:1.5rem;display:grid}.portal-table th{border-color:var(--portal-border);color:#30414b;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem}.portal-table th.portal-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:color .16s}.portal-table th.portal-sortable:hover{color:#10212b}.portal-sort-indicator{opacity:.35;font-size:.7rem}.portal-sort-indicator.portal-sort-active{opacity:.85}.portal-table td{vertical-align:middle;border-color:#d8e2e8}.portal-table .portal-clickable-row{cursor:pointer;outline:none}.portal-table .portal-clickable-row td{transition:background-color .16s,box-shadow .16s}.portal-table .portal-clickable-row:hover td,.portal-table .portal-clickable-row:focus-visible td{background:#f8fafb}.portal-table .portal-clickable-row.portal-row-selected td{background:#f3f6f8;border-color:#e8eef2}.portal-table .portal-clickable-row:focus{outline:none}.portal-table .portal-clickable-row:focus-visible td{box-shadow:inset 0 0 0 1px #10212b14}.portal-empty-state{flex-direction:column;justify-content:center;min-height:10rem;display:flex}.portal-inline-hint{color:var(--portal-text-muted);margin:0;font-size:.85rem;line-height:1.5}.portal-form-stack{flex-direction:column;gap:1.5rem;display:flex}.portal-form-grid{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:1rem;display:grid}.portal-field{flex-direction:column;gap:.45rem;display:flex}.portal-field-label{letter-spacing:.08em;text-transform:uppercase;color:#30414b;font-size:.78rem;font-weight:700}.portal-field-help{color:var(--portal-text-muted);font-size:.82rem;line-height:1.5}.portal-line-editor{border:1px solid var(--portal-border);background:#fbfcfd;padding:1rem}.portal-line-editor-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.portal-action-row{flex-wrap:wrap;gap:.75rem;display:flex}.portal-stat-grid{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:1rem;display:grid}.portal-stat-card-button{appearance:none;background:var(--portal-surface);border:1px solid var(--portal-border);text-align:left;cursor:pointer;width:100%;padding:1.25rem}.portal-workspace-toolbar{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.portal-workspace-picker{flex:22rem;min-width:min(24rem,100%)}.portal-workspace-picker-search{flex:2 32rem}.portal-workspace-picker-category,.portal-workspace-picker-location,.portal-workspace-picker-warehouse{flex:16rem}.portal-search-input-row{align-items:stretch;gap:.5rem;display:flex}.portal-search-input-row .input{min-width:0}.portal-workspace-context{flex-direction:column;flex:18rem;gap:.25rem;display:flex}.portal-workspace-tabs{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.portal-tab-button{border:1px solid var(--portal-border);color:var(--portal-text-body);cursor:pointer;background:#f8fafb;padding:.75rem 1rem;font-weight:600}.portal-tab-button.is-active{border-color:var(--portal-primary);color:#0b1a22;background:#1cc9a11f}@media screen and (min-width:1024px){.portal-shell{grid-template-columns:17.5rem minmax(0,1fr);display:grid}.portal-grid-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-workspace-toolbar{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:end;display:grid}.portal-workspace-picker{flex:initial;min-width:0}.portal-workspace-picker-search{grid-column:1}.portal-workspace-picker-category,.portal-workspace-picker-location,.portal-workspace-picker-warehouse{grid-column:auto}}.portal-workspace-menu{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.portal-workspace-menu-actions{gap:.5rem;margin-right:.5rem;display:flex}.portal-workspace-menu-actions .button{padding:.75rem 1rem;font-weight:600}.sales-dashboard-menu{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.sales-dashboard-menu-actions{gap:.5rem;margin-right:.5rem;display:flex}.sales-dashboard-menu-actions .button{padding:.75rem 1rem;font-weight:600}.sales-dashboard-tab-count{opacity:.6;margin-left:.4rem;font-size:.85em}.portal-state-filters{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.portal-state-chip{cursor:pointer;border:none;padding-left:.65em;padding-right:.65em;transition:opacity .15s;font-size:.75rem!important}.portal-state-chip:hover{opacity:.85}.portal-state-chip-count{opacity:.65;margin-left:.35em;font-size:.9em}.customer-row-toggle{width:1rem;color:var(--portal-text-muted);margin-right:.35rem;font-size:.75rem;display:inline-block}.customer-detail-row td{background:var(--portal-surface-muted);border-color:#e8eef2;padding:0!important}.customer-detail-form{flex-direction:column;gap:1rem;padding:1rem 1.25rem;display:flex}.quote-editor-layout{flex-direction:column;gap:1.5rem;min-height:calc(100vh - 4.5rem);margin:-1.75rem -1.5rem -2rem;display:flex}.quote-editor-panel{flex:1;padding:1.5rem;overflow-y:auto}.quote-editor-panel-inner{flex-direction:column;gap:1.25rem;display:flex}.quote-editor-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.portal-section-toggle,.quote-section-toggle{appearance:none;cursor:pointer;text-align:left;background:0 0;border:none;align-items:baseline;gap:.75rem;width:100%;padding:0;display:flex}.portal-section-summary,.quote-section-summary{text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.quote-editor-public-link{background:var(--portal-surface-muted);border:1px solid var(--portal-border);word-break:break-all;margin-top:.5rem;padding:.5rem .75rem;font-size:.85rem;display:block}.quote-tab-save{background:var(--portal-primary)!important;border-color:var(--portal-primary)!important;color:#fff!important}.quote-tab-send{color:#fff!important;background:#209cee!important;border-color:#209cee!important}.quote-tab-cancel{color:#fff!important;background:#f14668!important;border-color:#f14668!important}.quote-tab-warning{color:#000000b3!important;background:#ffe08a!important;border-color:#ffe08a!important}.quote-tab-success{color:#fff!important;background:#48c78e!important;border-color:#48c78e!important}.portal-tab-button:disabled{opacity:.5;cursor:not-allowed}.quote-toolbar-status{color:var(--portal-text-muted);white-space:nowrap;margin-left:auto;font-size:.9rem;font-weight:600}.quote-toolbar-status--dirty{color:#f14668}.quote-toolbar-status--link{color:var(--portal-primary);cursor:pointer;white-space:nowrap;margin-left:auto;font-size:.9rem;font-weight:600;text-decoration:underline}.quote-toolbar-status--link:hover{color:#0b1a22}.quote-right-toolbar{margin-bottom:1rem}.quote-preview-panel{background:#e8eef2;flex:1;padding:1.5rem;overflow-y:auto}.quote-preview{justify-content:center;display:flex}.quote-preview-page{color:#10212b;background:#fff;border:1px solid #d8e2e8;width:100%;max-width:800px;padding:2rem;font-family:system-ui,sans-serif;font-size:13px}.quote-preview-header{border-bottom:2px solid #04151f;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.quote-preview-company{color:#04151f;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.quote-preview-company-details{color:#52616b;margin:.5rem 0 0;font-size:11px;line-height:1.6}.quote-preview-meta{text-align:right}.quote-preview-doc-type{letter-spacing:.12em;text-transform:uppercase;color:#52616b;margin:0;font-size:11px;font-weight:700}.quote-preview-doc-number{color:#04151f;margin:.25rem 0 0;font-size:18px;font-weight:700}.quote-preview-meta-table{border-collapse:collapse;margin-top:.75rem;margin-left:auto;font-size:12px}.quote-preview-meta-table td{color:#52616b;text-align:right;max-width:220px;padding:2px 0 2px 20px}.quote-preview-meta-table td:first-child{color:#30414b;white-space:nowrap;padding-left:0;font-weight:600}.quote-preview-addresses{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.quote-preview-address-label{letter-spacing:.12em;text-transform:uppercase;color:#52616b;margin:0 0 .35rem;font-size:10px;font-weight:700}.quote-preview-address-value{color:#10212b;margin:0;font-size:12px;line-height:1.6}.quote-preview-placeholder{color:#93a7b5}.quote-preview-table{border-collapse:collapse;width:100%;margin-bottom:1.5rem}.quote-preview-th{letter-spacing:.08em;text-transform:uppercase;text-align:left;color:#30414b;background:#f5f7fa;border-bottom:1px solid #d8e2e8;padding:8px 10px;font-size:10px;font-weight:700}.quote-preview-th-center{text-align:center}.quote-preview-th-right{text-align:right}.quote-preview-td{vertical-align:top;border-bottom:1px solid #eaf0f4;padding:8px 10px;font-size:12px}.quote-preview-td-center{text-align:center}.quote-preview-td-right{text-align:right}.quote-preview-sku{color:#04151f;margin-bottom:2px;font-size:11px;font-weight:700;display:block}.quote-preview-empty{text-align:center;color:#93a7b5;padding:1.5rem;font-size:12px}.quote-preview-totals{flex-direction:column;align-items:flex-end;gap:4px;margin-bottom:2rem;display:flex}.quote-preview-total-row{color:#52616b;justify-content:space-between;gap:3rem;font-size:13px;display:flex}.quote-preview-grand-total{color:#04151f;border-top:2px solid #04151f;margin-top:6px;padding-top:6px;font-size:16px;font-weight:700}.quote-preview-notes{border-top:1px solid #eaf0f4;padding-top:1rem}.quote-preview-notes-label{letter-spacing:.12em;text-transform:uppercase;color:#52616b;margin:0 0 .35rem;font-size:10px;font-weight:700}.quote-preview-notes p{color:#10212b;margin:0;font-size:12px;line-height:1.6}.po-vendor-edit-btn{color:#3273dc;cursor:pointer;background:0 0;border:none;margin-top:.25rem;padding:0;font-size:11px;text-decoration:underline}.po-vendor-edit-btn:hover{color:#1a4fa0}.po-vendor-picker{margin-top:.25rem}.po-vendor-picker .input{height:auto;padding:.25rem .5rem;font-size:12px}.po-vendor-picker-list{background:#fff;border:1px solid #e0e0e0;border-radius:4px;max-height:160px;margin-top:.25rem;overflow-y:auto}.po-vendor-picker-item{text-align:left;cursor:pointer;color:#10212b;background:0 0;border:none;border-bottom:1px solid #f0f0f0;width:100%;padding:.35rem .5rem;font-size:12px;display:block}.po-vendor-picker-item:last-child{border-bottom:none}.po-vendor-picker-item:hover{background:#f5f5f5}.po-vendor-picker-new{color:#3273dc;font-weight:600}.po-vendor-picker-empty{color:#999;padding:.5rem;font-size:12px}.po-price-input{text-align:right;color:#10212b;background:#fff;border:1px solid #ddd;border-radius:3px;width:80px;padding:.15rem .35rem;font-size:12px}.po-price-input:focus{border-color:#3273dc;outline:none;box-shadow:0 0 0 1px #3273dc40}.portal-tab-button.quote-tab-new-offer{color:#fff;background:#3273dc}.portal-tab-button.quote-tab-new-offer:hover{background:#1a5bbf}.po-component-group{border-bottom:1px solid #e8eef2;margin-bottom:1rem;padding-bottom:.75rem}.po-component-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.po-component-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.po-component-meta{color:#52616b;font-size:.82rem}.po-component-empty{color:#999;padding:.5rem 0;font-size:.85rem}.po-offers-table{margin-bottom:0!important}.po-offers-table th,.po-offers-table td{padding:.35rem .5rem;font-size:.85rem}.po-best-offer-row{background:#f0faf0!important}.po-best-badge{color:#22a559;vertical-align:middle;text-transform:uppercase;letter-spacing:.04em;background:#ddf5e4;border-radius:3px;margin-left:.35rem;padding:0 .3rem;font-size:10px;font-weight:700;display:inline-block}.po-cards{flex-direction:column;gap:.75rem;display:flex}.po-card{overflow:hidden;padding:0!important}.po-card-header{border-bottom:1px solid #e8eef2;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.35rem 1rem;padding:.75rem 1rem;display:flex}.po-card-title{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.po-card-number{cursor:pointer;font-size:.95rem}.po-card-number:hover{text-decoration:underline}.po-card-location{color:#52616b;font-size:.82rem}.po-card-location-label{color:#374151;font-weight:600}.po-card-table{margin-bottom:0!important}.po-card-table th,.po-card-table td{padding:.35rem .75rem;font-size:.85rem}.po-card-empty{padding:1rem;font-size:.85rem}.po-offer-tag{color:#7c5cfc;vertical-align:middle;text-transform:uppercase;letter-spacing:.04em;background:#ece8ff;border-radius:3px;margin-left:.35rem;padding:0 .25rem;font-size:9px;font-weight:700;display:inline-block}.po-countdown{color:#374151;background:#f0f4f8;border-radius:3px;padding:.05rem .4rem;font-size:.8rem;font-weight:600;display:inline-block}.po-countdown-urgent{color:#c0392b;background:#fdecea}.po-countdown-expired{color:#999;background:#f5f5f5;text-decoration:line-through}.po-location-input{background:#fff;border:1px solid #ddd;border-radius:3px;width:100%;max-width:200px;padding:.15rem .35rem;font-size:.85rem}.po-location-input:focus{border-color:#3273dc;outline:none;box-shadow:0 0 0 1px #3273dc40}.po-datetime-input{color:#30414b;background:#fff;border:1px solid #ddd;border-radius:3px;padding:.15rem .3rem;font-size:.8rem}.po-datetime-input:focus{border-color:#3273dc;outline:none;box-shadow:0 0 0 1px #3273dc40}.quote-lines-list{flex-direction:column;gap:.75rem;display:flex}.quote-line-row{background:#fff;border:1px solid #e8eef2;align-items:center;gap:.6rem;padding:.75rem;display:flex}.quote-line-row[draggable=true]{cursor:default}.quote-line-row[draggable=true]:active{opacity:.7}.quote-line-drag-handle{cursor:grab;color:#b5c3cc;letter-spacing:-.15em;-webkit-user-select:none;user-select:none;flex:none;padding:.5rem 0;font-size:1.1rem;line-height:1}.quote-line-drag-handle:active{cursor:grabbing;color:var(--portal-text-muted)}.quote-line-content{flex-direction:column;flex:1 1 0;gap:.5rem;min-width:0;display:flex}.quote-line-row-top{align-items:flex-end;gap:.5rem;display:flex}.quote-line-row-bottom{align-items:flex-end;gap:.5rem;width:100%;display:flex}.quote-line-col-item{flex:1 1 0;min-width:0}.quote-line-col-stock{flex:0 0 6rem}.quote-line-col-stock .tag{white-space:nowrap;box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:2.5em;padding:0 .5em;font-size:.75rem;display:flex}.quote-line-item-wrap{align-items:center;gap:0;display:flex;position:relative}.quote-line-item-wrap .portal-searchable-select{flex:1 1 0;min-width:0}.quote-line-empty-remove{appearance:none;cursor:pointer;color:var(--portal-text-muted);background:0 0;border:none;padding:.25rem;font-size:.85rem;font-weight:700;line-height:1;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.quote-line-empty-remove:hover{color:var(--portal-danger)}.quote-line-col-num{flex:1 1 0;min-width:0}.quote-line-col-total{text-align:left;flex:none}.quote-line-total-value{white-space:nowrap;margin:0;padding:.4rem 0;font-size:.9rem;font-weight:700}.public-quote-wrapper{background:#f5f7fa;min-height:100vh;padding:2rem 1rem;font-family:system-ui,sans-serif}.public-quote-split-layout{flex-direction:column;gap:1.5rem;max-width:1280px;margin:0 auto;display:flex}.public-quote-left-panel{flex:1;min-width:0}.public-quote-right-panel{flex:none}.public-quote-container{background:#fff;border:1px solid #d8e2e8}.public-quote-header{color:#fff;background:#04151f;justify-content:space-between;align-items:flex-start;gap:1rem;padding:2rem;display:flex}.public-quote-brand-name{letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.public-quote-brand-details{color:#93a7b5;margin:.5rem 0 0;font-size:12px;line-height:1.6}.public-quote-actions-top{flex-shrink:0;gap:.5rem;display:flex}.public-quote-state-badge{color:#1cc9a1;text-transform:uppercase;letter-spacing:.06em;background:#1cc9a126;padding:.5rem 1rem;font-size:14px;font-weight:700;display:inline-block}.public-quote-meta-grid{border-bottom:1px solid #eaf0f4;grid-template-columns:1fr;gap:2rem;padding:2rem;display:grid}.public-quote-title{color:#04151f;margin:0 0 1rem;font-size:22px;font-weight:700}.public-quote-meta-table{border-collapse:collapse}.public-quote-meta-table td{color:#10212b;padding:4px 0;font-size:14px}.public-quote-meta-label{color:#52616b;padding-right:1rem;font-weight:600}.public-quote-meta-section p{color:#10212b;margin:0;font-size:14px;line-height:1.6}.public-quote-section{border-bottom:1px solid #eaf0f4;padding:1.5rem 2rem}.public-quote-section-label{letter-spacing:.12em;text-transform:uppercase;color:#52616b;margin:0 0 .75rem;font-size:11px;font-weight:700}.public-quote-section p{color:#10212b;margin:0;font-size:14px;line-height:1.6}.public-quote-table th{letter-spacing:.06em;text-transform:uppercase;color:#30414b;background:#f5f7fa;border-bottom:1px solid #d8e2e8;font-size:11px;font-weight:700}.public-quote-table td{vertical-align:top;border-bottom:1px solid #eaf0f4;font-size:14px}.public-quote-totals{border-bottom:1px solid #eaf0f4;flex-direction:column;align-items:flex-end;gap:4px;padding:1.5rem 2rem;display:flex}.public-quote-total-row{color:#52616b;justify-content:space-between;gap:3rem;font-size:15px;display:flex}.public-quote-grand-total{color:#04151f;border-top:2px solid #04151f;margin-top:8px;padding-top:8px;font-size:20px;font-weight:700}.public-quote-actions-bottom{justify-content:center;gap:1rem;padding:2rem;display:flex}.public-quote-footer{text-align:center;color:#93a7b5;border-top:1px solid #eaf0f4;padding:1.5rem 2rem;font-size:12px}.public-quote-footer p{margin:0}.public-customer-form{background:#fff;border:1px solid #d8e2e8;padding:2rem}.public-customer-form-title{color:#04151f;margin:0 0 .25rem;font-size:18px;font-weight:700}.public-customer-form-subtitle{color:#52616b;margin:0 0 1.5rem;font-size:13px;line-height:1.5}.public-customer-form-fields{flex-direction:column;gap:.75rem;display:flex}.public-form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.public-form-field{flex-direction:column;gap:.25rem;display:flex}.public-form-label{text-transform:uppercase;letter-spacing:.06em;color:#52616b;font-size:11px;font-weight:600}.public-form-section-title{text-transform:uppercase;letter-spacing:.06em;color:#30414b;margin:1rem 0 .5rem;font-size:13px;font-weight:700}.public-form-checkbox{color:#52616b;cursor:pointer;align-items:center;gap:.5rem;margin:.75rem 0 0;font-size:13px;display:flex}.public-customer-form-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.public-form-accept-btn{width:100%}.public-customer-form .input{height:2.25rem;font-size:14px}.public-customer-form .input:disabled{color:#93a7b5;cursor:not-allowed;background:#f5f7fa}.customer-search-dropdown{z-index:50;background:#fff;border:1px solid #d8e2e8;border-top:none;max-height:220px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.customer-search-item{text-align:left;cursor:pointer;color:#10212b;background:0 0;border:none;width:100%;padding:.5rem .75rem;font-size:13px;line-height:1.4;display:block}.customer-search-item:hover{background:#f5f7fa}@media screen and (min-width:1024px){.public-quote-split-layout{flex-direction:row;align-items:flex-start}.public-quote-left-panel{flex:60%;min-width:0}.public-quote-right-panel{flex:0 0 380px;position:sticky;top:2rem}.quote-editor-layout{flex-direction:row;gap:0}.quote-editor-panel,.quote-preview-panel{flex:1;max-height:calc(100vh - 4.5rem);overflow-y:auto}}@media screen and (max-width:768px){.portal-header-bar{flex-direction:column;align-items:flex-start;padding:.9rem 1rem}.portal-content{padding:1.25rem 1rem 1.5rem}.portal-user-card{width:100%}.portal-header-actions{flex-direction:column;align-items:stretch;width:100%}.portal-settings-button{justify-content:center}.portal-section-heading,.portal-action-row,.portal-line-editor-header{flex-direction:column;align-items:stretch}.portal-workspace-toolbar{align-items:stretch}.quote-preview-addresses{grid-template-columns:1fr;gap:1rem}.quote-line-row-bottom{flex-wrap:wrap}.public-quote-header{flex-direction:column}.public-quote-meta-grid{grid-template-columns:1fr;gap:1.5rem}.public-quote-actions-bottom{flex-direction:column}.dev-reset-grid{grid-template-columns:1fr}}.dev-data-reset{border:1px solid var(--portal-danger);background-color:#ff5c5c08;border-radius:0;padding:1.5rem}.dev-reset-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;display:grid}.dev-reset-card{border:1px solid var(--portal-border);background:var(--portal-surface);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1rem;display:flex}.dev-reset-card--nuclear{border-color:var(--portal-danger);background:#ff5c5c0f}.dev-reset-card__body{flex:1;min-width:0}.dev-reset-card__action{flex-shrink:0;padding-top:2px}
