:root{color:var(--color-text-primary);background:var(--color-background);font-synthesis:none;text-rendering:optimizelegibility;--color-background:#f3f6f8;--color-surface:#fff;--color-border:#dfe6ea;--color-text-primary:#17252f;--color-text-secondary:#64727c;--color-primary:#126b5c;--color-success:#18845f;--color-warning:#b46a12;--color-danger:#b93b3b;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--shadow-card:0 1.5rem 4rem #17252f1a;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--color-background);min-width:20rem;min-height:100%}body{min-width:20rem;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}.app-shell{min-height:100vh;padding:var(--space-6);background:radial-gradient(circle at 12% 15%, #126b5c1a, transparent 28rem), var(--color-background);place-items:center;display:grid}.welcome-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);width:min(100%,60rem);box-shadow:var(--shadow-card);overflow:hidden}.brand{align-items:center;gap:var(--space-3);padding:var(--space-6) var(--space-8);border-bottom:1px solid var(--color-border);display:flex}.brand__name{font-weight:700}.welcome-card__content{padding:clamp(var(--space-8), 8vw, 5.5rem)}h1{letter-spacing:-.04em;margin:0;font-size:clamp(2.4rem,8vw,4.75rem);line-height:1}.subtitle{margin:var(--space-4) 0 0;color:var(--color-text-secondary);font-size:clamp(1rem,3vw,1.2rem)}.status{align-items:center;gap:var(--space-3);margin-top:var(--space-12);padding:var(--space-3) var(--space-4);color:var(--color-success);background:#18845f12;border:1px solid #18845f38;border-radius:999px;font-size:.9rem;font-weight:650;display:inline-flex}.status__indicator{background:currentColor;border-radius:50%;width:.5rem;height:.5rem;box-shadow:0 0 0 .25rem #18845f1f}@media (width<=35rem){.app-shell{padding:var(--space-4);align-items:stretch}.welcome-card{flex-direction:column;min-height:calc(100vh - 2rem);display:flex}.brand{padding:var(--space-4)}.welcome-card__content{padding:var(--space-8) var(--space-6);flex-direction:column;flex:1;justify-content:center;display:flex}.status{margin-top:var(--space-8);align-self:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important}}.catalog-shell{width:min(100%,96rem);min-height:100vh;padding:clamp(var(--space-4), 3vw, var(--space-8));margin:0 auto}.catalog-header{justify-content:space-between;align-items:center;gap:var(--space-6);padding:var(--space-3) 0 var(--space-8);display:flex}.brand{align-items:center;gap:var(--space-3);display:flex}.brand__mark{border-radius:var(--radius-sm);color:#fff;background:var(--color-primary);letter-spacing:.08em;place-items:center;width:2.75rem;height:2.75rem;font-size:.8rem;font-weight:800;display:grid}.brand__name{color:var(--color-text-secondary);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:750}.catalog-header h1{letter-spacing:-.035em;margin:.15rem 0 0;font-size:clamp(1.65rem,4vw,2.4rem);line-height:1}.date-badge{padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);color:var(--color-text-secondary);background:var(--color-surface);border-radius:999px;font-size:.8rem}.catalog-tabs{gap:var(--space-2);margin-bottom:var(--space-4);padding:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#ffffffa6;display:flex}.tab{justify-content:center;align-items:center;gap:var(--space-2);border-radius:calc(var(--radius-md) - var(--space-1));min-height:3rem;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;flex:1;font-weight:750;display:flex}.tab span{background:#64727c1f;border-radius:999px;place-items:center;min-width:1.5rem;height:1.5rem;font-size:.72rem;display:grid}.tab--active{color:var(--color-primary);background:var(--color-surface);box-shadow:0 .25rem 1rem #17252f12}.notice{margin-bottom:var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);color:var(--color-success);background:#18845f12;border:1px solid #18845f33;font-size:.85rem}.notice--error{color:var(--color-danger);background:#b93b3b0f;border-color:#b93b3b33}.catalog-panel{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);min-height:28rem;box-shadow:var(--shadow-card);overflow:hidden}.catalog-toolbar{justify-content:space-between;align-items:flex-end;gap:var(--space-6);padding:clamp(var(--space-5,1.25rem), 3vw, var(--space-8));border-bottom:1px solid var(--color-border);display:flex}.eyebrow{margin:0 0 var(--space-2);color:var(--color-primary);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:800}.catalog-toolbar h2{margin:0;font-size:clamp(1.4rem,3vw,1.9rem)}.catalog-toolbar p:not(.eyebrow){margin:var(--space-2) 0 0;color:var(--color-text-secondary);font-size:.82rem}.toolbar-actions{align-items:center;gap:var(--space-3);display:flex}.search-field input{width:min(24rem,32vw)}.primary-button,.secondary-button,.danger-button{border-radius:var(--radius-sm);min-height:2.75rem;padding:0 var(--space-4);cursor:pointer;font-weight:750}.primary-button{color:#fff;background:var(--color-primary);border:0}.secondary-button{border:1px solid var(--color-border);color:var(--color-text-primary);background:var(--color-surface)}.danger-button{color:var(--color-danger);background:#b93b3b0d;border:1px solid #b93b3b4d}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.42}.import-panel{margin:var(--space-5,1.25rem);padding:clamp(var(--space-4), 3vw, var(--space-6));border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background)}.import-panel__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.import-panel h3{margin:0;font-size:1.15rem}.text-button,.remove-button{color:var(--color-primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:.78rem;font-weight:750}.remove-button{color:var(--color-danger)}.import-fields{gap:var(--space-4);margin-top:var(--space-5,1.25rem);grid-template-columns:minmax(13rem,.35fr) minmax(20rem,1fr);display:grid}.field{gap:var(--space-2);flex-direction:column;font-size:.82rem;font-weight:700;display:flex}select,input,textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text-primary);background:var(--color-surface);outline:none}select,input{height:2.8rem;padding:0 var(--space-3)}textarea{resize:vertical;min-height:9rem;padding:var(--space-3);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.8rem;line-height:1.5}select:focus,input:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 .2rem #126b5c1f}.supplier-form{align-items:end;gap:var(--space-3);margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border);grid-template-columns:10rem minmax(12rem,1fr) auto;display:grid}.field-error{color:var(--color-danger);grid-column:1/-1;margin:0}.import-actions,.preview-actions,.preview-summary{align-items:center;gap:var(--space-3);display:flex}.import-actions{margin-top:var(--space-4)}.import-actions span{color:var(--color-text-secondary);font-size:.78rem}.import-preview{margin-top:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.preview-summary strong{padding:var(--space-2) var(--space-3);color:var(--color-primary);background:#126b5c14;border-radius:999px;font-size:.8rem}.preview-summary span{color:var(--color-text-secondary);margin-left:auto;font-size:.8rem}.preview-errors{margin:var(--space-4) 0 0;padding-left:var(--space-6);color:var(--color-danger);font-size:.82rem}.preview-actions{margin-top:var(--space-4)}.table-scroll{overflow-x:auto}table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.8rem}th,td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);text-align:left}th{color:var(--color-text-secondary);background:var(--color-background);letter-spacing:.05em;text-transform:uppercase;font-size:.68rem}.empty-catalog{justify-content:center;align-items:center;gap:var(--space-2);min-height:17rem;padding:var(--space-8);color:var(--color-text-secondary);text-align:center;flex-direction:column;display:flex}.empty-catalog strong{color:var(--color-text-primary)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=52rem){.catalog-toolbar,.toolbar-actions{flex-direction:column;align-items:stretch}.search-field input{width:100%}.import-fields,.supplier-form{grid-template-columns:1fr}}@media (width<=35rem){.catalog-header{flex-direction:column;align-items:flex-start}.catalog-tabs{flex-direction:column}.import-actions,.preview-actions,.preview-summary{flex-direction:column;align-items:stretch}.preview-summary span{margin-left:0}}.pricing-fields{gap:var(--space-3);margin:var(--space-5,1.25rem) 0 0;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#ffffff94;grid-template-columns:repeat(4,minmax(9rem,1fr));display:grid}.pricing-fields legend{padding:0 var(--space-2);color:var(--color-primary);font-size:.76rem;font-weight:800}.protection-note{color:var(--color-text-secondary);grid-column:1/-1;margin:0;font-size:.76rem}.pricing-preview-list{gap:var(--space-3);margin-top:var(--space-4);display:grid}.pricing-preview-row{gap:var(--space-4);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-background);grid-template-columns:minmax(10rem,.45fr) minmax(30rem,1fr);display:grid}.pricing-product,.preview-offer,.offer-cell{flex-direction:column;gap:.25rem;display:flex}.pricing-product span,.pricing-product small,.preview-offer span,.preview-offer small,.offer-cell span{color:var(--color-text-secondary);font-size:.7rem}.pricing-offers{gap:var(--space-2);grid-template-columns:repeat(3,minmax(9rem,1fr));display:grid}.preview-offer{padding:var(--space-3);border-radius:var(--radius-sm);background:var(--color-surface)}.preview-offer--unsafe{outline:1px solid var(--color-danger);background:#b93b3b0f}.pricing-row-error{grid-column:1/-1;margin:0}.guardrail-alert{gap:var(--space-1);margin-top:var(--space-4);padding:var(--space-3);border-radius:var(--radius-sm);color:var(--color-danger);background:#b93b3b0f;border:1px solid #b93b3b47;flex-direction:column;font-size:.8rem;display:flex}.offer-cell strong{color:var(--color-primary)}.protected-cost-preview{margin-top:var(--space-4);padding:var(--space-4);border-radius:var(--radius-sm);background:#b46a120f;border:1px solid #b46a1247}.protected-cost-preview>header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-3);display:flex}.protected-cost-preview h4,.protected-cost-card h5{margin:0}.protected-cost-preview>header>span,.protected-cost-card>span{color:var(--color-text-secondary);font-size:.72rem}.protected-cost-grid{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));max-height:18rem;display:grid;overflow-y:auto}.protected-cost-card{padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);overflow-wrap:anywhere}.protected-cost-card h5{margin-top:var(--space-1);font-size:.88rem}.protected-cost-card dl{gap:var(--space-2) var(--space-3);margin:var(--space-3) 0 0;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.protected-cost-card dl div{min-width:0}.protected-cost-card dt{color:var(--color-text-secondary);text-transform:uppercase;font-size:.65rem;font-weight:700}.protected-cost-card dd{margin:var(--space-1) 0 0;overflow-wrap:anywhere;font-size:.76rem}.protected-cost-card__value dd{color:var(--color-warning);font-size:.86rem}@media (width<=64rem){.pricing-fields{grid-template-columns:repeat(2,minmax(9rem,1fr))}.pricing-preview-row{grid-template-columns:1fr}}@media (width<=35rem){.pricing-fields,.pricing-offers,.protected-cost-grid{grid-template-columns:1fr}.protected-cost-preview>header{flex-direction:column}}.access-overlay{z-index:20;padding:var(--space-4);-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);background:#111d2594;place-items:center;display:grid;position:fixed;inset:0}.access-dialog{width:min(100%,31rem);padding:clamp(var(--space-5,1.25rem), 5vw, var(--space-8));border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);position:relative;box-shadow:0 1.5rem 5rem #111d2540}.access-dialog h2{margin:0;font-size:1.45rem}.access-dialog__context,.access-dialog>p{margin:var(--space-3) 0 var(--space-5,1.25rem);color:var(--color-text-secondary);font-size:.82rem;line-height:1.5}.access-dialog form{gap:var(--space-4);display:grid}.access-dialog__close{top:var(--space-3);right:var(--space-3);width:2rem;height:2rem;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;font-size:1.35rem;position:absolute}.access-dialog__actions{align-items:center;gap:var(--space-4);display:flex}.recovery-code{margin:var(--space-4) 0;padding:var(--space-4);overflow-wrap:anywhere;border:1px dashed var(--color-primary);border-radius:var(--radius-sm);color:var(--color-primary);letter-spacing:.08em;text-align:center;background:#126b5c12;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:clamp(.85rem,3.6vw,1rem);font-weight:800;display:block}@media (width<=35rem){.access-dialog__actions{flex-direction:column;align-items:stretch}}.header-actions{align-items:center;gap:var(--space-3);display:flex}.protected-context{margin-top:var(--space-1);color:var(--color-primary);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:750;display:block}.po-entry-button{padding:var(--space-2) 0}.catalog-tabs--compact{margin-bottom:var(--space-3)}.catalog-tabs--compact .tab{min-height:2.5rem}.po-management{min-height:auto;margin-bottom:var(--space-4)}.po-management .catalog-toolbar{padding:var(--space-4) clamp(var(--space-4), 2vw, var(--space-6));align-items:center}.po-management .catalog-toolbar h2{font-size:1.3rem}.po-cost-panel{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);overflow:hidden}.po-cost-toolbar{justify-content:space-between;align-items:center;gap:var(--space-5,1.25rem);padding:var(--space-4) clamp(var(--space-4), 2vw, var(--space-6));border-bottom:1px solid var(--color-border);display:flex}.po-cost-toolbar h2{margin:0;font-size:1.3rem}.po-cost-toolbar p:not(.eyebrow){margin:var(--space-1) 0 0;color:var(--color-text-secondary);font-size:.78rem}.po-cost-toolbar .search-field input{width:min(22rem,32vw)}.vault-migration-notice{padding:var(--space-2) clamp(var(--space-4), 2vw, var(--space-6));color:var(--color-warning);background:#b46a1212;border-bottom:1px solid #b46a1233;font-size:.75rem}.po-list-scroll{max-width:100%;overflow-x:auto}.po-product-list{table-layout:auto;white-space:normal}.po-product-list th,.po-product-list td{vertical-align:middle;padding:.65rem .75rem}.po-product-list tbody tr:last-child td{border-bottom:0}.po-product-list th{font-size:.62rem}.po-list-supplier,.po-list-offer{min-width:6.6rem}.po-list-supplier strong,.po-list-supplier small,.po-list-offer strong,.po-list-offer small{display:block}.po-list-supplier strong{font-size:.75rem}.po-list-supplier small,.po-list-specification,.po-list-offer small{color:var(--color-text-secondary);font-size:.65rem}.po-list-supplier small{margin-top:.1rem}.po-list-product{min-width:10rem}.po-list-product strong{overflow-wrap:anywhere;font-size:.82rem;display:block}.po-list-specification{overflow-wrap:anywhere;min-width:8rem;max-width:14rem}.po-list-cost{min-width:7rem}.po-list-cost strong{color:var(--color-warning);font-size:.88rem}.po-list-offer strong{overflow-wrap:anywhere;font-size:.72rem}.po-list-offer small{overflow-wrap:anywhere;margin-top:.12rem}.po-list-action{text-align:right}.po-cost-empty{justify-content:center;align-items:center;gap:var(--space-2);min-height:7rem;padding:var(--space-5,1.25rem);color:var(--color-text-secondary);text-align:center;flex-direction:column;display:flex}.po-cost-empty strong{color:var(--color-text-primary)}@media (width<=64rem){.po-list-supplier small{display:none}.po-product-list th,.po-product-list td{padding-inline:var(--space-2)}}@media (width<=52rem){.po-cost-toolbar{flex-direction:column;align-items:stretch}.po-cost-toolbar .search-field input{width:100%}.po-product-list,.po-product-list tbody{width:100%;display:block}.po-product-list thead{display:none}.po-product-list tbody tr{width:100%;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.po-product-list tbody tr:last-child{border-bottom:0}.po-product-list td{text-align:left;border:0;min-width:0;max-width:none;padding:0;display:block}.po-list-product{grid-area:1/1/auto/5;padding-right:var(--space-2)!important}.po-list-cost{grid-area:1/5/auto/7;text-align:right!important}.po-list-supplier{margin-top:var(--space-2);grid-area:2/1/auto/2}.po-list-specification{margin-top:var(--space-2);grid-area:2/2/auto/7}.po-list-offer{margin-top:var(--space-3);padding-right:var(--space-2)!important}.po-list-offer:before{margin-bottom:var(--space-1);color:var(--color-primary);content:attr(data-offer);font-size:.62rem;font-weight:800;display:block}.po-list-offer--a{grid-area:3/1/auto/3}.po-list-offer--b{grid-area:3/3/auto/5}.po-list-offer--c{grid-area:3/5/auto/7}.po-list-action{margin-top:var(--space-2);grid-area:4/1/auto/7}}@media (width<=35rem){.header-actions{flex-direction:column;align-items:stretch}.po-management .catalog-toolbar{align-items:stretch}.po-product-list tbody tr{padding-inline:var(--space-3)}.po-list-product strong,.po-list-cost strong{font-size:.8rem}.po-list-offer strong{font-size:.68rem}.po-list-offer small{font-size:.6rem}}.protected-button{justify-content:center;align-items:center;gap:var(--space-2);display:inline-flex}.protected-button span{font-size:.78rem}.pricing-fields{grid-template-columns:repeat(5,minmax(8.5rem,1fr))}.no-change-notice{gap:var(--space-1);margin-top:var(--space-4);padding:var(--space-3);border-radius:var(--radius-sm);color:var(--color-success);background:#18845f12;border:1px solid #18845f3d;flex-direction:column;font-size:.8rem;display:flex}@media (width<=64rem){.pricing-fields{grid-template-columns:repeat(2,minmax(9rem,1fr))}}@media (width<=35rem){.pricing-fields{grid-template-columns:1fr}}.supplier-list-removal{border-radius:var(--radius-sm);align-items:end;gap:var(--space-4);margin-bottom:var(--space-5);padding:var(--space-4);background:#fff8f6;border:1px solid #f1d5cf;justify-content:space-between;display:flex}.supplier-list-removal .field{flex:1;max-width:30rem;margin:0}.supplier-list-removal__action{color:#a33b2b;white-space:nowrap}.supplier-list-removal__action:disabled{cursor:not-allowed;opacity:.45}@media (width<=35rem){.supplier-list-removal{flex-direction:column;align-items:stretch}.supplier-list-removal__action{align-self:flex-start}}.offer-composer-overlay{padding:var(--space-4);z-index:60;background:#0b1c1894;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.offer-composer{border-radius:var(--radius-lg);background:#fff;flex-direction:column;width:100%;max-width:42rem;max-height:calc(100dvh - 2rem);display:flex;overflow:hidden;box-shadow:0 1.5rem 4rem #06201a47}.offer-composer__header{border-bottom:1px solid var(--color-border);align-items:flex-start;gap:var(--space-4);padding:var(--space-4) var(--space-6);flex:none;justify-content:space-between;display:flex}.offer-composer__header>div,.offer-choice{min-width:0}.offer-composer__header h2{margin:var(--space-1) 0;overflow-wrap:anywhere;white-space:normal;font-size:1.3rem;line-height:1.25}.offer-composer__header span{color:var(--color-text-secondary);overflow-wrap:anywhere;white-space:normal;font-size:.78rem;display:block}.offer-composer__close{border-radius:var(--radius-sm);color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;flex:none;min-width:2.25rem;min-height:2.25rem;font-size:1.5rem;line-height:1}.offer-composer__close:focus-visible,.offer-choice:focus-within{outline-offset:.1rem;outline:.2rem solid #126b5c3d}.offer-composer__body{min-height:0;padding:var(--space-4) var(--space-6);overflow:hidden auto}.offer-composer__offers{margin:0 0 var(--space-4);border:0;min-width:0;padding:0}.offer-composer__offers legend,.offer-composer__preview>span{margin-bottom:var(--space-2);font-size:.78rem;font-weight:750;display:block}.offer-composer__segments{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.offer-choice{border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;gap:var(--space-1);overflow-wrap:anywhere;padding:var(--space-3);white-space:normal;flex-direction:column;display:flex;position:relative}.offer-choice--selected{border-color:var(--color-primary);box-shadow:inset 0 0 0 1px var(--color-primary);background:#18845f14}.offer-choice__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.offer-choice strong{color:var(--color-primary);font-size:.88rem}.offer-choice span,.offer-choice small{font-size:.76rem;line-height:1.3}.offer-choice small{color:var(--color-text-secondary)}.offer-composer__phone{margin-bottom:var(--space-4)}.offer-composer__preview pre{border:1px solid var(--color-border);border-radius:var(--radius-sm);font:inherit;overflow-wrap:anywhere;max-height:16rem;padding:var(--space-3);white-space:pre-wrap;word-break:normal;background:#f7faf9;margin:0;font-size:.8rem;line-height:1.45;overflow:auto}.copy-feedback{color:var(--color-success);font-size:.82rem;font-weight:700}.offer-composer__feedback{margin-top:var(--space-3);overflow-wrap:anywhere;white-space:normal}.offer-composer__web-fallback{margin-top:var(--space-3);white-space:normal}.offer-composer__actions{border-top:1px solid var(--color-border);gap:var(--space-3);padding:var(--space-3) var(--space-6);flex:none;justify-content:flex-end;display:flex}.offer-composer__actions button{white-space:normal}.catalog-actions{gap:var(--space-2);flex-direction:column;min-width:8.5rem;display:flex}.offer-action{overflow-wrap:anywhere;white-space:normal}@media (width<=35rem){.offer-composer-overlay{padding:var(--space-1);align-items:flex-end}.offer-composer{border-radius:var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-sm);max-height:calc(100dvh - var(--space-2))}.offer-composer__header,.offer-composer__body,.offer-composer__actions{padding-left:var(--space-4);padding-right:var(--space-4)}.offer-composer__segments{grid-template-columns:1fr}.offer-choice{gap:var(--space-1) var(--space-3);grid-template-columns:minmax(5rem,.7fr) minmax(0,1fr);display:grid}.offer-choice small{grid-column:2}.offer-composer__web-fallback{width:100%}.offer-composer__actions{flex-direction:column}.offer-composer__actions button{width:100%;min-height:2.8rem}}:root{--radius-md:.75rem;--radius-lg:1rem;--shadow-card:0 .25rem 1rem #17252f0f}body{font-size:.875rem}.catalog-shell{width:min(100%,100rem);padding:clamp(var(--space-4), 2vw, var(--space-6))}.catalog-header{gap:var(--space-4);padding:0 0 var(--space-4)}.catalog-header .brand__mark{width:2.25rem;height:2.25rem}.catalog-header h1{font-size:clamp(1.45rem,3vw,1.9rem)}.catalog-tabs{margin-bottom:var(--space-3)}.tab{min-height:2.5rem}.notice{margin-bottom:var(--space-3);padding:var(--space-2) var(--space-3)}.catalog-panel{border-radius:var(--radius-md);min-height:20rem}.catalog-toolbar{gap:var(--space-4);padding:var(--space-4) clamp(var(--space-4), 2vw, var(--space-6))}.catalog-toolbar h2{font-size:clamp(1.25rem,2vw,1.5rem)}.primary-button,.secondary-button,.danger-button{min-height:2.5rem}select,input{height:2.5rem}.catalog-list-scroll{max-width:100%}.catalog-table{table-layout:fixed;white-space:normal}.catalog-table th,.catalog-table td{vertical-align:middle;padding:.55rem .625rem}.catalog-table th{font-size:.72rem}.catalog-table tbody tr:last-child td{border-bottom:0}.catalog-table--new th:first-child{width:10%}.catalog-table--new th:nth-child(2){width:14%}.catalog-table--new th:nth-child(3){width:10%}.catalog-table--new th:nth-child(4){width:12%}.catalog-table--new th:nth-child(n+5):nth-child(-n+7){width:16%}.catalog-table--new th:nth-child(8){width:6%}.catalog-table--used th:first-child{width:9%}.catalog-table--used th:nth-child(2){width:12%}.catalog-table--used th:nth-child(3){width:13%}.catalog-table--used th:nth-child(4){width:8%}.catalog-table--used th:nth-child(5){width:11%}.catalog-table--used th:nth-child(n+6):nth-child(-n+8){width:14%}.catalog-table--used th:nth-child(9){width:5%}.catalog-list-supplier strong,.catalog-list-supplier small,.catalog-list-product strong,.catalog-list-product span,.offer-cell strong,.offer-cell span{display:block}.catalog-list-supplier strong{font-size:.75rem}.catalog-list-supplier small,.catalog-list-product span,.catalog-list-specification,.catalog-list-details{color:var(--color-text-secondary);overflow-wrap:anywhere;font-size:.75rem;line-height:1.35}.catalog-list-supplier small{margin-top:.1rem}.catalog-list-product strong,.catalog-list-state{overflow-wrap:anywhere;font-size:.8rem}.offer-cell strong{color:var(--color-text-primary);overflow-wrap:anywhere;font-size:.75rem;line-height:1.25}.offer-cell span{color:var(--color-text-secondary);overflow-wrap:anywhere;margin-top:.1rem;font-size:.72rem;line-height:1.25}.catalog-table .catalog-list-action{z-index:2;background:var(--color-surface);text-align:center;position:sticky;right:0;box-shadow:-.35rem 0 .6rem #17252f0d}.catalog-table th.catalog-list-action{z-index:3;background:var(--color-background)}.catalog-table .catalog-actions{align-items:center;min-width:0}.catalog-table .offer-action{border-radius:var(--radius-sm);width:2.5rem;height:2.5rem;color:var(--color-primary);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;padding:0;display:inline-grid}.catalog-table .offer-action:hover{background:#126b5c12;border-color:#126b5c2e}.catalog-table .offer-action:focus-visible{outline-offset:.1rem;outline:.2rem solid #126b5c47}.catalog-table .offer-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.1rem;height:1.1rem}@media (width<=64rem){.catalog-table,.catalog-table tbody{width:100%;display:block}.catalog-table thead{display:none}.catalog-table tbody tr{width:100%;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.catalog-table tbody tr:last-child{border-bottom:0}.catalog-table td{border:0;min-width:0;padding:0;display:block}.catalog-table td:first-child{margin-top:var(--space-2);padding-right:var(--space-2);grid-area:2/1/auto/3}.catalog-table td:nth-child(2){padding-right:var(--space-2);grid-area:1/1/auto/5}.catalog-list-specification{margin-top:var(--space-2);grid-area:2/3/auto/7}.catalog-table--new .catalog-list-details{margin-top:var(--space-2);grid-area:3/1/auto/7}.catalog-table--used .catalog-list-state{margin-top:var(--space-2);padding-right:var(--space-2);grid-area:3/1/auto/3}.catalog-table--used .catalog-list-details{margin-top:var(--space-2);grid-area:3/3/auto/7}.catalog-list-specification:before,.catalog-list-details:before,.catalog-list-state:before,.catalog-list-offer:before{margin-bottom:var(--space-1);color:var(--color-primary);content:attr(data-label);letter-spacing:.03em;text-transform:uppercase;font-size:.68rem;font-weight:800;display:block}.catalog-list-offer{margin-top:var(--space-3);grid-row:4;padding-right:var(--space-2)!important}.catalog-list-offer:before{content:attr(data-offer)}.catalog-list-offer--a{grid-column:1/3}.catalog-list-offer--b{grid-column:3/5}.catalog-list-offer--c{grid-column:5/7}.catalog-table .catalog-list-action{box-shadow:none;text-align:right;grid-area:1/5/auto/7;position:static}.catalog-table .catalog-actions{align-items:flex-end}}@media (width<=35rem){.catalog-shell{padding:var(--space-3)}.catalog-table tbody tr{padding-inline:var(--space-3)}.catalog-tabs{flex-direction:row}}
