:root{color:#222;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}.products-page-header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.products-page-header p{color:#737373;margin:6px 0 0;font-size:.8125rem}.primary-button,.secondary-button{cursor:pointer;border:1px solid #252525;border-radius:4px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:7px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.primary-button{color:#fff;background:#252525}.primary-button:hover:not(:disabled){background:#111;border-color:#111}.secondary-button{color:#333;background:#fff;border-color:#c9c9c9}.secondary-button:hover:not(:disabled){background:#f7f7f7;border-color:#999}.primary-button:disabled,.secondary-button:disabled{opacity:.5;cursor:not-allowed}.product-browser{background:#fff;border:1px solid #d9d9d9;border-radius:4px;grid-template-columns:minmax(240px,.72fr) minmax(420px,1.45fr);min-height:560px;display:grid;overflow:hidden}.product-list{border-right:1px solid #d9d9d9}.product-list-heading{color:#555;background:#fafafa;border-bottom:1px solid #d9d9d9;justify-content:space-between;align-items:center;min-height:45px;padding:12px 16px;font-size:.75rem;font-weight:600;display:flex}.product-list-heading small{color:#555;background:#e9e9e9;border-radius:11px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.6875rem;display:grid}.product-list-item{color:#222;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e5e5e5;width:100%;padding:14px 16px;display:block}.product-list-item:hover:not(:disabled),.product-list-item.selected{background:#fafafa}.product-list-item.selected{box-shadow:inset 3px 0 #777}.product-list-item:disabled{cursor:wait}.product-list-name,.product-list-meta{display:block}.product-list-name{color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.product-list-meta{color:#7a7a7a;flex-wrap:wrap;gap:4px 10px;margin-top:5px;font-size:.6875rem;display:flex}.product-status{color:#666;text-align:center;margin:0;padding:32px 18px;font-size:.8125rem}.product-status.error,.product-form-message.error{color:#b42318}.product-empty-list{color:#666;text-align:center;padding:30px 18px;font-size:.8125rem}.product-empty-list p{margin:0 0 8px}.product-empty-list button{color:#444;cursor:pointer;background:0 0;border:0;border-bottom:1px solid;padding:0;font-size:.75rem}.product-editor{padding:24px}.product-editor-heading{border-bottom:1px solid #e5e5e5;padding-bottom:20px}.product-editor-heading p{color:#777;letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px;font-size:.6875rem;font-weight:600}.product-editor-heading h2,.product-editor-empty h2{color:#222;margin:0;font-size:1rem;font-weight:600}.product-form{max-width:650px;padding-top:22px}.product-form label{color:#333;gap:7px;font-size:.8125rem;font-weight:600;display:grid}.product-field-label small{color:#888;margin-left:4px;font-size:.6875rem;font-weight:400}.product-form input{color:#222;background:#fff;border:1px solid #c9c9c9;border-radius:3px;outline:none;width:100%;min-height:38px;padding:8px 10px;font-size:.8125rem;font-weight:400}.product-form input::placeholder{color:#aaa}.product-form input:focus{border-color:#777;box-shadow:0 0 0 2px #0000000f}.product-form input:disabled{color:#777;background:#f5f5f5}.product-form-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.product-form-help{color:#777;margin:12px 0 0;font-size:.75rem;line-height:1.45}.product-form-message{background:#fafafa;border-radius:3px;margin:16px 0 0;padding:9px 10px;font-size:.75rem}.product-form-message.error{background:#fff5f4}.product-form-message.success{color:#326133;background:#f3f7f2}.product-form-actions{border-top:1px solid #e5e5e5;justify-content:flex-end;gap:8px;margin-top:24px;padding-top:18px;display:flex}.product-editor-empty{text-align:center;place-content:center;justify-items:center;min-height:440px;padding:32px;display:grid}.product-editor-empty p{color:#777;max-width:360px;margin:8px 0 18px;font-size:.8125rem;line-height:1.5}@media (width<=760px){.products-page-header{align-items:flex-start}.product-browser{grid-template-columns:1fr;min-height:0}.product-list{border-bottom:1px solid #d9d9d9;border-right:0;max-height:280px;overflow-y:auto}.product-editor{padding:22px 20px}}@media (width<=520px){.products-page-header{display:block}.products-page-header .primary-button{margin-top:16px}.product-form-row{grid-template-columns:1fr}}.quote-editor-dialog{color:#222;background:#fff;border:1px solid #bbb;border-radius:5px;width:min(780px,100% - 32px);max-height:min(880px,100vh - 40px);padding:0;overflow:hidden;box-shadow:0 12px 32px #0000002e}.quote-editor-dialog::backdrop{background:#00000059}.quote-editor-form{flex-direction:column;max-height:min(880px,100vh - 40px);display:flex}.quote-editor-header{border-bottom:1px solid #ddd;flex:none;justify-content:space-between;align-items:center;gap:20px;padding:16px 20px;display:flex}.quote-editor-header p{color:#777;margin:0 0 3px;font-size:.75rem}.quote-editor-header h2{margin:0;font-size:1rem;font-weight:600}.quote-editor-body{min-height:0;padding:20px;overflow-y:auto}.quote-editor-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.quote-editor-fields label{color:#333;gap:7px;font-size:.8125rem;font-weight:600;display:grid}.quote-editor-fields input,.quote-editor-fields select,.quote-editor-table input{color:#222;background:#fff;border:1px solid #c9c9c9;border-radius:3px;outline:none;width:100%;min-height:38px;padding:8px 10px;font-size:.8125rem;font-weight:400}.quote-editor-fields input:focus,.quote-editor-fields select:focus,.quote-editor-table input:focus{border-color:#777;box-shadow:0 0 0 2px #0000000f}.quote-editor-fields input:disabled,.quote-editor-fields select:disabled,.quote-editor-table input:disabled{color:#777;background:#f5f5f5}.quote-product-context{color:#666;margin:12px 0 0;font-size:.75rem}.quote-editor-section{margin-top:24px}.quote-editor-section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:9px;display:flex}.quote-editor-section-heading h3{color:#333;margin:0;font-size:.8125rem;font-weight:600}.quote-editor-section-heading p{color:#777;margin:3px 0 0;font-size:.6875rem}.quote-editor-section-heading button{color:#555;cursor:pointer;background:0 0;border:0;border-bottom:1px solid;flex:none;padding:0;font-size:.75rem}.quote-editor-section-heading button:disabled,.quote-editor-row-action button:disabled{opacity:.5;cursor:not-allowed}.quote-editor-table-scroll{border:1px solid #d9d9d9;border-radius:3px;overflow-x:auto}.quote-editor-table{border-collapse:collapse;width:100%;min-width:460px}.quote-editor-ingredient-table{min-width:600px}.quote-editor-table th,.quote-editor-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e5e5e5;padding:8px}.quote-editor-table th{color:#666;background:#fafafa;font-size:.6875rem;font-weight:600}.quote-editor-table tbody tr:last-child td{border-bottom:0}.quote-editor-table th:last-child,.quote-editor-table td:last-child{width:42px}.quote-editor-row-action{text-align:center}.quote-editor-row-action button{color:#777;cursor:pointer;background:0 0;border:0;width:28px;height:28px;padding:0;font-size:1rem}.quote-editor-row-action button:hover:not(:disabled){color:#b42318}.quote-price-input{position:relative}.quote-price-input>span{z-index:1;color:#777;font-size:.8125rem;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.quote-price-input input{padding-left:23px}.quote-editor-error{color:#b42318;background:#fff5f4;border-radius:3px;margin:18px 0 0;padding:9px 10px;font-size:.75rem}.quote-editor-actions{background:#fafafa;border-top:1px solid #ddd;flex:none;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}@media (width<=600px){.quote-editor-dialog,.quote-editor-form{max-height:calc(100vh - 24px)}.quote-editor-header,.quote-editor-body,.quote-editor-actions{padding-left:16px;padding-right:16px}.quote-editor-fields{grid-template-columns:1fr}}.email-dialog{color:#222;background:#fff;border:1px solid #bbb;border-radius:5px;width:min(760px,100% - 32px);max-height:min(820px,100vh - 48px);padding:0;overflow:hidden;box-shadow:0 12px 32px #0000002e}.email-dialog::backdrop{background:#00000059}.email-dialog-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;gap:20px;padding:16px 20px;display:flex}.email-dialog-eyebrow{color:#777;margin:0 0 3px;font-size:.75rem}.dialog-close{color:#555;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:30px;height:30px;padding:0;font-size:1.25rem;line-height:1;display:grid}.dialog-close:hover{color:#111}.email-dialog-body{background:#fff;max-height:calc(100vh - 150px);padding:20px;overflow-y:auto}.email-status{color:#666;text-align:center;margin:0;padding:48px 12px}.email-status.error{color:#b42318}.email-message{overflow:hidden}.email-message-heading{border-bottom:1px solid #ddd;justify-content:space-between;align-items:flex-start;gap:20px;padding:0 0 16px;display:flex}.email-message-heading h3{margin:0 0 8px;font-size:.95rem}.email-message-heading p{color:#666;margin:3px 0 0;font-size:.78rem}.email-message-heading p span{color:#888;min-width:34px;display:inline-block}.email-message-heading time{color:#777;white-space:nowrap;flex:none;font-size:.75rem}.email-message-body{color:#333;overflow-wrap:anywhere;white-space:pre-wrap;padding:18px 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.6}.email-attachments{flex-wrap:wrap;gap:8px;padding:0;display:flex}.email-attachments span{color:#555;background:#fff;border:1px solid #ccc;border-radius:3px;padding:5px 8px;font-size:.75rem}@media (width<=640px){.email-dialog-header,.email-dialog-body{padding-left:16px;padding-right:16px}.email-message-heading{display:block}.email-message-heading time{margin-top:12px;display:block}}.app-shell{background:#fff;grid-template-columns:216px minmax(0,1fr);min-height:100vh;display:grid}.app-sidebar{background:#fafafa;border-right:1px solid #dedede;height:100vh;padding:24px 14px;position:sticky;top:0}.sidebar-brand{color:#222;align-items:center;gap:9px;min-height:32px;padding:0 8px;display:flex}.sidebar-brand strong{letter-spacing:-.01em;font-size:.875rem;font-weight:650}.sidebar-brand-mark{color:#fff;background:#252525;border-radius:6px;place-items:center;width:26px;height:26px;font-size:.75rem;font-weight:700;display:grid}.sidebar-nav{gap:3px;margin-top:28px;display:grid}.sidebar-nav button{color:#626262;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-size:.8125rem;font-weight:500;display:flex}.sidebar-nav button:hover{color:#333;background:#efefef}.sidebar-nav button.active{color:#222;background:#e8e8e8;font-weight:600}.sidebar-nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;flex:none;width:17px;height:17px}.app-main{width:min(1200px,100% - 48px);min-width:0;margin:0 auto;padding:48px 0}.page-header{margin-bottom:24px}.quotes-page-header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.quotes-page-header p{color:#737373;margin:6px 0 0;font-size:.8125rem}h1{color:#111;letter-spacing:-.015em;margin:0;font-size:1.5rem;font-weight:600;line-height:1.25}.quote-detail h2{color:#222;margin:0;font-size:1rem;font-weight:600}.quote-browser{background:#fff;border:1px solid #d9d9d9;border-radius:4px;grid-template-columns:minmax(260px,.85fr) minmax(380px,1.35fr);min-height:560px;display:grid;overflow:hidden}.quote-list{border-right:1px solid #d9d9d9}.quote-list-item{color:#222;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;padding:14px 16px;display:flex}.quote-list-item:hover,.quote-list-item.selected{background:#fafafa}.quote-list-item.selected{box-shadow:inset 3px 0 #777}.quote-list-item strong,.quote-list-item small{display:block}.quote-list-item strong{margin-bottom:4px;font-size:.8125rem;font-weight:600}.quote-list-item small{color:#777;font-size:.75rem}.list-price{color:#222;white-space:nowrap;font-size:.75rem;font-weight:600}.quote-detail{padding:24px}.detail-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.detail-heading-actions{align-items:center;gap:12px;display:flex}.detail-heading-actions>span{color:#777;font-size:.75rem}.merge-link{color:#555;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid;padding:0;font-size:.75rem}.merge-panel{background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;margin:-4px 0 20px;padding:14px}.merge-panel label{color:#333;margin-bottom:7px;font-size:.8125rem;font-weight:600;display:block}.merge-panel select{color:#222;width:100%;font:inherit;background:#fff;border:1px solid #c9c9c9;border-radius:3px;padding:8px 10px;font-size:.8125rem}.merge-panel p{color:#777;margin:8px 0 0;font-size:.75rem;line-height:1.45}.merge-panel .merge-error{color:#b42318}.merge-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.merge-actions button{color:#333;cursor:pointer;background:#fff;border:1px solid #c9c9c9;border-radius:3px;padding:6px 10px;font-size:.75rem;font-weight:600}.merge-actions .merge-confirm{color:#fff;background:#333;border-color:#333}.merge-actions button:disabled{opacity:.5;cursor:not-allowed}.quote-accordion{gap:10px;display:grid}.quote-card{background:#fff;border:1px solid #d9d9d9;border-radius:4px;overflow:hidden}.quote-card.expanded{border-color:#c9c9c9}.quote-card-trigger{color:#222;text-align:left;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:14px 16px;display:flex}.quote-card-trigger:hover,.quote-card.expanded .quote-card-trigger{background:#fafafa}.quote-card-title,.quote-card-title>span,.quote-card-summary{align-items:center;display:flex}.quote-card-title{flex-direction:column;align-items:flex-start;gap:3px;min-width:0}.quote-card-title>span{gap:8px}.quote-card-title strong,.quote-card-summary strong{font-size:.8125rem;font-style:normal;font-weight:600}.quote-card-title small{color:#777;font-size:.75rem}.quote-card-title em{color:#666;background:#eee;border-radius:3px;padding:2px 5px;font-size:.625rem;font-style:normal;font-weight:600}.quote-card-summary{white-space:nowrap;gap:14px}.accordion-chevron{color:#777;font-size:1rem;line-height:1;transition:transform .15s}.quote-card.expanded .accordion-chevron{transform:rotate(180deg)}.quote-card-content{border-top:1px solid #e5e5e5;padding:0 16px 16px}.manufacturer-product-name{color:#777;margin:14px 0 0;font-size:.8125rem}.ingredient-table-scroll{border:1px solid #d9d9d9;border-radius:3px;margin:0 0 22px;overflow-x:auto}.ingredient-table{border-collapse:collapse;width:100%}.ingredient-table th,.ingredient-table td{text-align:left;border-bottom:1px solid #e5e5e5;padding:8px 10px}.ingredient-table th{color:#666;background:#fafafa;font-size:.6875rem;font-weight:600}.ingredient-table td{color:#555;font-size:.75rem}.ingredient-table th:nth-child(2),.ingredient-table td:nth-child(2),.ingredient-table th:nth-child(3),.ingredient-table td:nth-child(3){color:#777;width:24%}.ingredient-table tbody tr:last-child td{border-bottom:0}.servings-per-unit{color:#666;margin:-3px 0 10px;font-size:.8125rem}.quote-detail h3{color:#555;margin:18px 0 10px;font-size:.75rem;font-weight:600}.detail-tiers{border-top:1px solid #d9d9d9}.detail-tiers>div{border-bottom:1px solid #e5e5e5;justify-content:space-between;gap:24px;padding:12px 0;font-size:.8125rem;display:flex}.detail-tiers span{color:#777}.detail-tiers strong{color:#222;font-weight:600}.empty-detail{color:#777;margin:0 0 22px;font-size:.8125rem}.email-button{margin:0}.quote-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.quote-card-actions button{color:#333;cursor:pointer;background:#fff;border:1px solid #c9c9c9;border-radius:3px;padding:6px 10px;font-size:.75rem;font-weight:600}.quote-card-actions button:hover:not(:disabled){background:#f5f5f5;border-color:#999}.quote-card-actions .quote-delete-button{color:#b42318}.quote-card-actions button:disabled{opacity:.5;cursor:not-allowed}.quote-action-error{color:#b42318;background:#fff5f4;border-radius:3px;margin:10px 0 0;padding:8px 10px;font-size:.75rem}.browser-status{color:#666;text-align:center;margin:0;padding:32px 18px}.browser-status.error{color:#b42318}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=720px){.app-shell{display:block}.app-sidebar{z-index:10;border-bottom:1px solid #dedede;border-right:0;justify-content:space-between;align-items:center;gap:20px;height:auto;padding:10px 12px;display:flex;position:sticky}.sidebar-brand{padding-left:2px}.sidebar-nav{gap:3px;margin-top:0;display:flex}.sidebar-nav button{white-space:nowrap;width:auto}.app-main{width:min(100% - 24px,1180px);padding:28px 0}.page-header{margin-bottom:24px}.quote-browser{grid-template-columns:1fr;min-height:0}.quote-list{border-bottom:1px solid #d9d9d9;border-right:0;max-height:280px;overflow-y:auto}.quote-detail{padding:24px 20px}}@media (width<=480px){.sidebar-brand strong{display:none}.sidebar-nav button{gap:7px;padding:8px;font-size:.75rem}.quotes-page-header{display:block}.quotes-page-header .primary-button{margin-top:16px}}
