:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0;font-family:Inter,sans-serif}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}body{color:#222;background:#f4f6f9;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}*{box-sizing:border-box}.app{width:100%;max-width:1500px;margin:0 auto;padding:30px}.header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px 24px;margin-bottom:26px;display:grid}.header h1{letter-spacing:-1.5px;margin:0;font-size:42px;font-weight:800;line-height:1}.header h1 span{color:#1976d2}.brand-line{align-items:center;gap:10px;display:flex}.environment-badge{color:#8a5900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#fff3d7;border:1px solid #e7bd63;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:.7rem;font-weight:800;line-height:1;display:inline-flex}.subtitle{color:#666;margin:6px 0 0;font-size:18px}.last-update{color:#444;white-space:nowrap;margin-top:8px;font-size:15px}.status-pill{display:none}.header-actions{justify-self:end;align-items:center;gap:16px;display:flex}.admin-button,.reports-button,.refresh-button{white-space:nowrap;border-radius:999px;padding:9px 14px;font-weight:700}.admin-button,.reports-button{color:#1e4f95;background:#fff;border:1px solid #c8d6ea}.admin-button:hover,.reports-button:hover{background:#eef5ff}.refresh-button{color:#fff;background:#1e4f95;border:none}.refresh-button:hover{background:#173f78}.refresh-button:disabled{opacity:.65;cursor:not-allowed}.header-search{grid-area:2/1/auto/-1;width:100%;max-width:none;position:relative}.header-search input{border:1px solid #d7dfe8;border-radius:999px;width:100%;padding:10px 16px;font-size:.95rem;box-shadow:0 2px 6px #0000000a}.header-search input:focus{border-color:#1e4f95;outline:none;box-shadow:0 0 0 3px #1e4f951f}.search-results{z-index:1000;background:#fff;border:1px solid #d7dfe8;border-radius:14px;max-height:420px;position:absolute;top:48px;left:0;right:0;overflow:hidden auto;box-shadow:0 12px 30px #00000029}.search-result{color:#222;text-align:left;background:#fff;border:none;border-bottom:1px solid #edf0f4;border-radius:0;justify-content:space-between;gap:14px;width:100%;padding:12px 14px;display:flex}.search-result:hover{background:#f8fafc}.search-result strong{font-size:.95rem;display:block}.search-result span{color:#777;margin-top:3px;font-size:.8rem;display:block}.search-result-stats{white-space:nowrap;text-align:right}.search-empty{color:#777;padding:14px;font-size:.9rem}.dashboard-cards{grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:28px;display:grid}.stat-card{background:#fff;border-radius:14px;align-items:center;gap:18px;padding:12px 16px;transition:all .18s;display:flex;box-shadow:0 3px 10px #00000014}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000001a}.stat-icon{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-content{flex-direction:column;flex:1;justify-content:center;gap:2px;display:flex}.stat-title{color:#666;font-size:.95rem}.stat-value{font-size:1.65rem;font-weight:700;line-height:1.05}.blue{border-left:6px solid #1976d2}.red{border-left:6px solid #d93025}.orange{border-left:6px solid #d98c00}.purple{border-left:6px solid #6f42c1}.grey{border-left:6px solid #888}.blue .stat-icon{color:#1976d2;background:#e9f3ff}.red .stat-icon{color:#d93025;background:#ffe9e8}.orange .stat-icon{color:#d98c00;background:#fff4de}.purple .stat-icon{color:#6f42c1;background:#f1eaff}.grey .stat-icon{color:#666;background:#efefef}button{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:6px;padding:8px 14px}button:hover{background:#125ba8}.back-button{color:#1e4f95;background:#fff;border:1px solid #c8d6ea;border-radius:999px;width:max-content;padding:8px 14px;font-weight:600;box-shadow:0 2px 6px #0000000f}.back-button:hover{background:#eef5ff}.section-header{display:none}.supplier-panel{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 3px 12px #00000014}.supplier-panel-header{border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;padding:14px 24px 10px;display:flex}.supplier-panel-header h2{margin:0;font-size:1.6rem}.supplier-panel-header span{color:#777;font-size:.9rem}.supplier-list{flex-direction:column;gap:0;display:flex}.supplier-list .supplier-row:last-child{border-bottom:none}.supplier-row{cursor:pointer;background:#fff;border:none;border-bottom:1px solid #ececec;border-radius:0;padding:9px 22px;transition:all .15s}.supplier-row:hover{box-shadow:none;background:#f8fafc;transform:none}.supplier-main{justify-content:space-between;align-items:center;display:flex}.supplier-info{flex-direction:column;align-items:flex-start;display:flex}.supplier-name{font-size:1rem;font-weight:650}.supplier-total{color:#777;text-align:left;margin-top:2px;font-size:.95rem}.supplier-summary{grid-template-columns:70px 70px 70px 70px 28px;align-items:center;gap:10px;display:grid}.pill{border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.red{color:#d93025;background:#ffe4e2}.amber{color:#c47b00;background:#fff3d7}.pill.purple{color:#6f42c1;background:#f1eaff}.grey{color:#555;background:#ececec}.supplier-arrow{color:#bbb;margin-left:6px;font-size:2rem}.supplier-column-header{color:#777;justify-content:space-between;align-items:center;padding:0 26px 10px;font-size:.82rem;font-weight:600;display:flex}.supplier-column-left{flex:1}.supplier-column-right{text-align:center;grid-template-columns:70px 70px 70px 70px 28px;align-items:center;gap:10px;display:grid}.supplier-detail{flex-direction:column;gap:22px;display:flex}.supplier-detail-header{color:#fff;background:#1e4f95;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;padding:18px 22px;display:flex;box-shadow:0 3px 12px #0000001f}.supplier-detail-header h2{color:#fff;letter-spacing:-.5px;margin:0;font-size:2.1rem}.supplier-detail-summary{gap:14px;display:flex}.supplier-detail-summary.is-loading{visibility:hidden}.supplier-detail-summary div{color:#222;text-align:center;background:#fff;border-radius:10px;min-width:72px;padding:7px 10px}.supplier-detail-summary span{color:#777;font-size:.8rem;display:block}.supplier-detail-summary strong{font-size:1.35rem;line-height:1;display:block}.supplier-tabs{gap:10px;display:flex}.supplier-tabs button{color:#1e4f95;background:#fff;border:1px solid #c8d6ea;border-radius:999px;padding:8px 14px;font-weight:700}.supplier-tabs button.active{color:#fff;background:#1e4f95}.priority-section{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 3px 12px #00000014}.priority-heading{border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;padding:10px 18px;font-weight:700;display:flex}.priority-heading strong{font-size:1.1rem}.priority-heading.reorder-priority{color:#d93025;background:#fff4f3}.priority-heading.soon-priority{color:#c47b00;background:#fff8e8}.priority-heading.watch-priority{color:#6f42c1;background:#f6f0ff}.priority-heading.review-priority{color:#555;background:#f4f4f4}.priority-heading.all-items-priority{color:#1e4f95;background:#eef5ff}.product-card-list{flex-direction:column;gap:0;display:flex}.product-card{background:#fff;border:1px solid #ececec;border-radius:14px;margin:8px 12px;padding:9px 14px 12px}.product-card:last-child{border-bottom:1px solid #ececec}.product-card.reorder-priority{background:#fff9f8;border-color:#ffd5d1}.product-card.soon-priority{background:#fffdf7;border-color:#ffe6aa}.product-card.watch-priority{border-color:#d9c7f2}.product-card.review-priority{background:#fafafa;border-color:#dedede}.product-card.all-items-priority{background:#fbfcfe;border-color:#d7e5f7}.product-header{text-align:left;gap:6px;margin-bottom:6px;display:grid}.product-header-details{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px 18px;min-width:0;display:flex}.product-identity-row{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;display:flex}.product-signal-row{flex-wrap:wrap;flex:520px;align-items:center;gap:6px 9px;min-width:0;display:flex}.product-name{text-align:left;color:#202124;flex:1;min-width:0;font-size:.98rem;font-weight:750;line-height:1.22}.product-sku{color:#888;white-space:nowrap;margin-top:3px;font-size:.76rem}.product-insight{color:#9a6400;align-items:center;gap:8px;margin:0 0 6px;font-size:.88rem;display:flex}.product-insight strong{font-weight:700}.insight-icon{border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.78rem;display:inline-flex}.product-groups{grid-template-columns:minmax(220px,.8fr) minmax(320px,1.2fr);gap:14px;display:grid}.metric-group{background:#f8f9fb;border-radius:12px;padding:6px 10px 8px}.metric-group-title{text-transform:uppercase;letter-spacing:.04em;color:#666;margin-bottom:5px;font-size:.76rem;font-weight:700}.inventory-metrics{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.metric-card,.sales-pill{text-align:center;background:#fff;border-radius:10px}.metric-card{padding:8px}.metric-card span,.sales-pill span{color:#777;display:block}.metric-card span{font-size:.76rem}.metric-card strong{margin-top:3px;font-size:1.05rem;font-weight:700;display:block}.metric-card strong.inventory-state-value{color:#59636e;white-space:nowrap;justify-content:center;align-items:center;min-height:1.2rem;font-size:clamp(.58rem,.9vw,.72rem);font-weight:600;line-height:1.1;display:flex}.velocity-card strong{color:#0d5fb8;font-size:1rem}.sales-metrics{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.sales-pill{padding:7px 6px}.sales-pill span{font-size:.74rem}.sales-pill strong{color:#0d5fb8;margin-top:3px;font-size:1rem;font-weight:700;display:block}.item-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 8px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.item-badge.bundle-item{color:#1e4f95;background:#e8f0ff;border:1px solid #bfd2f0}.item-badge.component-item{color:#2e7d32;background:#edf7ed;border:1px solid #b9ddb9}.item-context{color:#686d75;white-space:nowrap;align-items:center;gap:5px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.item-context:before{content:"";opacity:.72;background:currentColor;border-radius:50%;width:5px;height:5px}.bundle-context,.stock-unit-context{color:#356da9}.component-context{color:#2e7d32}.refresh-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;background:#f4f6f9b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.refresh-modal{background:#fff;border-radius:16px;align-items:center;gap:18px;min-width:340px;padding:22px 26px;display:flex;box-shadow:0 12px 36px #0000002e}.refresh-modal strong{font-size:1.1rem;display:block}.refresh-modal p{color:#666;margin:4px 0 0;font-size:.9rem}.spinner{border:4px solid #e6edf7;border-top-color:#1e4f95;border-radius:50%;width:34px;height:34px;animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.admin-page,.reports-page{flex-direction:column;gap:20px;display:flex}.admin-page button,.reports-page button,.admin-header,.reports-header{font-family:Inter,system-ui,Segoe UI,sans-serif}.admin-header,.reports-header{isolation:isolate;color:#fff;background:radial-gradient(circle at 12% 18%,#70d0ca47,#0000 26%),radial-gradient(circle at 88% 18%,#70d0ca47,#0000 26%),linear-gradient(90deg,#287f86 0%,#245c93 24%,#14375f 50%,#245c93 76%,#287f86 100%);border:1px solid #13385b38;border-radius:16px;padding:26px 30px 27px;position:relative;overflow:hidden;box-shadow:0 10px 26px #14375f2e}.admin-header:after,.reports-header:after{content:"";z-index:-1;border:1px solid #ffffff1f;border-radius:50%;width:260px;height:170px;position:absolute;bottom:-92px;right:-55px}.admin-header h2,.reports-header h2{color:#fff;letter-spacing:-.045em;text-shadow:0 2px 8px #07213b33;margin:0;font-family:Inter,system-ui,Segoe UI,sans-serif;font-size:clamp(1.85rem,3.4vw,2.35rem);font-weight:750;line-height:1.05;position:relative}.admin-header p,.reports-header p{color:#f1faffe6;letter-spacing:.012em;margin:8px 0 0;font-size:.98rem;font-weight:500;position:relative}.admin-card-grid,.report-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.admin-card,.report-card{color:#222;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;position:relative;overflow:hidden;box-shadow:0 3px 12px #00000014}.admin-card:not(:disabled):before,.report-card:before{content:"";background:linear-gradient(#245c93,#2c8d8c);width:4px;position:absolute;top:0;bottom:0;left:0}.admin-card:not(:disabled):hover,.report-card:hover{background:#fbfdff;border-color:#bed2df;transform:translateY(-2px);box-shadow:0 10px 24px #14375f1f}.admin-card:not(:disabled):focus-visible,.report-card:focus-visible{outline-offset:3px;outline:3px solid #287f864d}.admin-card h3,.report-card h3{color:#18344f;letter-spacing:-.025em;margin:0 0 8px;font-family:Inter,system-ui,Segoe UI,sans-serif;font-size:1.28rem;font-weight:750;line-height:1.15}.admin-card p,.report-card p{color:#667582;letter-spacing:.005em;margin:0;font-size:.78rem;font-weight:500;line-height:1.45}.report-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.report-toolbar h3{margin:0;font-size:1.25rem}.report-filter{background:#eaf0f8;border-radius:999px;gap:4px;padding:4px;display:inline-flex}.report-filter button{color:#526173;background:0 0;border:0;border-radius:999px;padding:6px 11px;font-weight:700}.report-filter button.active{color:#1e4f95;background:#fff;box-shadow:0 1px 4px #0000001f}.report-table-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow-x:auto;box-shadow:0 3px 12px #00000014}.report-table{border-collapse:collapse;text-align:left;width:100%;min-width:760px}.report-table th,.report-table td{border-bottom:1px solid #edf0f4;padding:11px 14px}.report-table th{color:#687482;letter-spacing:.04em;text-transform:uppercase;background:#f6f8fb;font-size:.72rem}.report-table tbody tr:last-child td{border-bottom:0}.report-rank{color:#1e4f95;width:48px;font-weight:800}.report-product strong,.report-product span{display:block}.report-product span,.report-muted{color:#7a838e;margin-top:2px;font-size:.76rem}.report-value{color:#0d5fb8;white-space:nowrap;font-weight:800}.report-message{color:#687482;text-align:center;margin:0;padding:24px}.report-current-label{color:#687482;font-size:.82rem;font-weight:700}.report-exclusion-toggle{color:#526173;cursor:pointer;align-items:center;gap:7px;font-size:.84rem;font-weight:700;display:inline-flex}.report-exclusion-toggle input{accent-color:#1e4f95;cursor:pointer;width:16px;height:16px;margin:0}.inventory-value-report{flex-direction:column;gap:20px;display:flex}.inventory-value-summary{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:18px;padding:22px;display:flex;box-shadow:0 3px 12px #00000014}.inventory-value-totals{grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px;display:grid}.inventory-value-total{border-radius:14px;flex-direction:column;justify-content:center;min-height:118px;padding:18px;display:flex}.inventory-value-total.wholesale-cost{background:#eef5ff}.inventory-value-total.retail-sales{background:#edf8f4}.inventory-value-total span,.inventory-coverage-grid span{color:#687482;letter-spacing:.03em;text-transform:uppercase;font-size:.78rem;font-weight:700}.inventory-value-total strong{color:#0d5fb8;margin-top:6px;font-size:clamp(2rem,5vw,3.2rem);line-height:1}.inventory-value-total.retail-sales strong{color:#176b54}.inventory-coverage-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.inventory-coverage-grid div{background:#f6f8fb;border-radius:12px;flex-direction:column;justify-content:center;padding:15px;display:flex}.inventory-coverage-grid strong{color:#25364d;margin-top:5px;font-size:1.8rem}.inventory-coverage-note{color:#687482;margin:0;font-size:.86rem;line-height:1.5}.inventory-supplier-section{flex-direction:column;gap:12px;display:flex}.inventory-supplier-note{color:#526173;background:#f6f8fb;border-left:3px solid #8aa7c9;border-radius:8px;margin:0;padding:12px 14px;font-size:.84rem;line-height:1.45}.inventory-supplier-table{min-width:0}.inventory-supplier-table th:last-child,.inventory-supplier-table td:last-child{text-align:right}@media (width<=680px){.inventory-value-summary{padding:16px}.inventory-value-totals,.inventory-coverage-grid{grid-template-columns:1fr}}.admin-card.disabled{opacity:.55;cursor:not-allowed}.recipe-summary{gap:14px;display:flex}.recipe-summary div{background:#fff;border-radius:12px;min-width:130px;padding:12px 16px;box-shadow:0 2px 8px #00000014}.recipe-summary span{color:#777;font-size:.82rem;display:block}.recipe-summary strong{font-size:1.6rem;display:block}.recipe-panel{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 3px 12px #00000014}.recipe-row{border-bottom:1px solid #ececec;justify-content:space-between;gap:20px;padding:14px 18px;display:flex}.recipe-row:last-child{border-bottom:none}.recipe-row.warning{background:#fffaf0}.recipe-main{flex:1;grid-template-columns:1fr 1fr;gap:24px;display:grid}.recipe-main strong{font-size:.95rem;display:block}.recipe-main span{color:#777;margin-top:3px;font-size:.82rem;display:block}.recipe-status{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:6px;min-width:180px;display:flex}.recipe-badge{border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:700;display:inline-flex}.recipe-badge.valid{color:#2e7d32;background:#e8f5e9}.recipe-badge.warning{color:#a96b00;background:#fff3d7;border:1px solid #f3d48a}.recipe-global-warning,.recipe-alert{border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:12px 16px;display:flex}.recipe-global-warning{color:#7d5200;background:#fff3d7;border:1px solid #f3d48a;margin:-10px 0 22px}.recipe-global-warning strong,.recipe-global-warning span,.recipe-alert strong,.recipe-alert span{display:block}.recipe-global-warning span,.recipe-alert span{margin-top:2px;font-size:.85rem}.recipe-alert.error{color:#a92b22;background:#fff0ef;border:1px solid #efb8b3}.recipe-alert.success{color:#276a31;background:#eaf7ec;border:1px solid #b7dbbd}.recipe-alert.warning{color:#805600;background:#fff7e5;border:1px solid #efd18d}.recipe-toolbar,.recipe-page-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.recipe-toolbar input{border:1px solid #d7dfe8;border-radius:999px;flex:320px;min-width:240px;padding:10px 16px;font-size:.95rem}.recipe-toolbar-actions,.recipe-card-actions,.recipe-editor-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.recipe-download-button,.recipe-secondary-button,.recipe-delete-button{border-radius:8px;justify-content:center;align-items:center;padding:8px 13px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.recipe-download-button,.recipe-secondary-button{color:#1e4f95;background:#fff;border:1px solid #c8d6ea}.recipe-download-button:hover,.recipe-secondary-button:hover{background:#eef5ff}.recipe-delete-button{color:#b3261e;background:#fff;border:1px solid #e5b8b4}.recipe-card-list,.recipe-history-list{flex-direction:column;gap:12px;display:flex}.recipe-card{background:#fff;border:1px solid #dfe5ec;border-left:5px solid #3c8a48;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.recipe-card.needs_review{border-left-color:#d98c00}.recipe-card.invalid{border-left-color:#c43a31}.recipe-card.highlighted{animation:1.6s ease-out recipeHighlight}@keyframes recipeHighlight{0%,35%{box-shadow:0 0 0 4px #1e4f9538}to{box-shadow:0 2px 8px #0000000f}}.recipe-card-heading{color:#222;text-align:left;width:100%;font:inherit;background:#fff;border-radius:0;justify-content:space-between;align-items:center;gap:18px;padding:15px 18px;display:flex}.recipe-card-heading:hover{background:#f8fafc}.recipe-card-heading strong,.recipe-card-heading span{display:block}.recipe-card-heading span{color:#777;margin-top:3px;font-size:.8rem}.recipe-card-heading-status{align-items:center;gap:12px;display:flex}.recipe-card-heading-status .recipe-badge{margin:0}.recipe-badge.needs_review{color:#996200;background:#fff3d7}.recipe-badge.invalid{color:#ad2e26;background:#ffe9e7}.recipe-expand-icon{text-align:center;min-width:20px;color:#1e4f95!important;font-size:1.3rem!important}.recipe-card-body{border-top:1px solid #edf0f4;padding:0 18px 16px}.recipe-warning-list{flex-wrap:wrap;gap:6px;padding:12px 0 4px;display:flex}.recipe-warning-list span{color:#8a5900;background:#fff3d7;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:700}.recipe-ingredient-list{border:1px solid #edf0f4;border-radius:10px;margin:10px 0 14px;overflow:hidden}.recipe-ingredient-row,.recipe-history-row,.recipe-selected-product,.recipe-editor-ingredient{justify-content:space-between;align-items:center;gap:18px;display:flex}.recipe-ingredient-row{border-bottom:1px solid #edf0f4;padding:10px 12px}.recipe-ingredient-row .recipe-ingredient-details{align-items:baseline;gap:10px;min-width:0;display:flex}.recipe-ingredient-row .recipe-ingredient-details strong,.recipe-ingredient-row .recipe-ingredient-details span{display:inline}.recipe-ingredient-row .recipe-ingredient-details span{margin:0}.recipe-ingredient-row:last-child{border-bottom:0}.recipe-ingredient-row span,.recipe-history-row span,.recipe-selected-product span,.recipe-editor-ingredient-name span{color:#777;margin-top:2px;font-size:.78rem;display:block}.recipe-empty-state{color:#687482;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px}.recipe-page-heading{color:#fff;background:#1e4f95;border-radius:14px;padding:18px 22px}.recipe-page-heading h3,.recipe-page-heading p{margin:0}.recipe-page-heading p{color:#dbe8f8;margin-top:5px}.recipe-editor-page,.recipe-history-page{flex-direction:column;gap:18px;display:flex}.recipe-editor-form{flex-direction:column;gap:16px;display:flex}.recipe-editor-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.recipe-editor-section h4{margin:0 0 14px;font-size:1.05rem}.recipe-selected-product{background:#f7f9fc;border:1px solid #dfe5ec;border-radius:10px;padding:12px 14px}.recipe-product-search{margin-top:12px;position:relative}.recipe-product-search label,.recipe-editor-ingredient label{color:#505863;font-size:.8rem;font-weight:700}.recipe-product-search input,.recipe-quantity-input input{border:1px solid #ccd6e1;border-radius:8px;width:100%;margin-top:5px;padding:9px 10px;font-size:.92rem}.recipe-search-results{background:#fff;border:1px solid #d7dfe8;border-radius:10px;margin-top:6px;overflow:hidden;box-shadow:0 8px 22px #0000001f}.recipe-search-results button{color:#222;text-align:left;background:#fff;border-bottom:1px solid #edf0f4;border-radius:0;width:100%;padding:10px 12px;display:block}.recipe-search-results button:hover{background:#f7f9fc}.recipe-search-results span{color:#777;margin-top:2px;font-size:.76rem;display:block}.recipe-editor-ingredients{flex-direction:column;gap:8px;display:flex}.recipe-editor-ingredient{background:#f8fafc;border:1px solid #e1e7ed;border-radius:10px;padding:12px;position:relative}.recipe-editor-ingredient-name{flex:1}.recipe-quantity-input{align-items:center;gap:8px;display:flex}.recipe-quantity-input input{width:110px}.recipe-quantity-input span{color:#555;min-width:38px;font-weight:800}.recipe-danger-text-button{color:#b3261e;background:0 0;padding:6px 8px}.recipe-danger-text-button:hover{background:#fff0ef}.recipe-row-error{position:absolute;bottom:-18px;right:12px}.recipe-form-error{color:#b3261e;margin:8px 0 0;font-size:.8rem}.recipe-inline-message{color:#727b86;margin:8px 0;font-size:.85rem}.recipe-save-error{background:#fff0ef;border:1px solid #efb8b3;border-radius:8px;padding:10px 12px}.recipe-editor-actions{justify-content:flex-end}.recipe-history-row{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px}.recipe-operation-overlay{z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#f4f6f9c2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.recipe-operation-dialog{background:#fff;border-radius:14px;align-items:center;gap:16px;min-width:340px;padding:20px 22px;display:flex;box-shadow:0 12px 34px #0000002e}.recipe-operation-dialog p{color:#666;margin:4px 0 0;font-size:.85rem}table{border-collapse:collapse;background:#fff;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 2px 8px #00000014}th{text-align:left;background:#f0f2f5;padding:14px}td{border-top:1px solid #ececec;padding:14px}tr:hover{background:#f9fbff}.highlighted-product{animation:1.4s ease-in-out 2 highlightPulse;box-shadow:0 0 0 3px #1e4f9529;border-color:#1e4f95!important}@keyframes highlightPulse{0%{box-shadow:0 0 #1e4f9559}50%{box-shadow:0 0 0 6px #1e4f952e}to{box-shadow:0 0 #1e4f9500}}@media (width<=1100px){.dashboard-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.header{flex-direction:column;align-items:flex-start;display:flex}.header-search{width:100%;max-width:none}.header-actions{flex-wrap:wrap;justify-content:space-between;width:100%}.app{padding:15px}.product-groups{grid-template-columns:1fr}.sales-metrics{grid-template-columns:repeat(4,1fr)}}@media (width<=800px){.supplier-detail-header{flex-direction:column;align-items:flex-start}.supplier-detail-summary{width:100%}.supplier-detail-summary div{flex:1}.recipe-row{flex-direction:column}.recipe-main{grid-template-columns:1fr}.recipe-status{justify-content:flex-start}.recipe-toolbar,.recipe-toolbar-actions,.recipe-editor-ingredient,.recipe-history-row,.recipe-global-warning,.recipe-alert{flex-direction:column;align-items:stretch}.recipe-toolbar-actions>*,.recipe-editor-actions>*{flex:1}.recipe-row-error{position:static}}@media (width<=700px){.dashboard-cards{grid-template-columns:1fr}}@media (width<=520px){.sales-metrics{grid-template-columns:repeat(2,1fr)}.inventory-metrics{grid-template-columns:1fr}}.product-card-actions{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.product-options{position:relative}.product-options-button{color:#555;background:#fff;border:1px solid #d7dfe8;border-radius:999px;width:28px;height:28px;padding:0;font-size:1.1rem;line-height:1}.product-options-button:hover{background:#f4f6f9}.product-options-menu{z-index:20;background:#fff;border:1px solid #d7dfe8;border-radius:10px;min-width:190px;position:absolute;top:32px;right:0;overflow:hidden;box-shadow:0 8px 22px #00000029}.product-options-menu button{color:#222;text-align:left;background:#fff;border:none;border-radius:0;width:100%;padding:10px 12px;font-size:.85rem}.product-options-menu button:hover{background:#f8fafc}.item-badge.excluded-item{color:#5b3fc4;background:#f3f0ff;border:1px solid #d8ccff}.product-options-menu button{white-space:nowrap}.search-controls{align-items:center;gap:10px;display:flex}.search-controls input{flex:1;min-width:0}.search-mode-toggle{background:#f7f9fc;border:1px solid #c8d6ea;border-radius:999px;padding:3px;display:inline-flex}.search-mode-toggle button,.product-search-submit{white-space:nowrap;border-radius:999px;padding:8px 12px;font-weight:700}.search-mode-toggle button{color:#526173;background:0 0;border:0}.search-mode-toggle button.active{color:#fff;background:#1e4f95}.product-search-submit{color:#fff;background:#1e4f95;border:0}.product-search-page{flex-direction:column;gap:18px;display:flex}.product-search-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.product-search-heading h2,.product-search-heading p{margin:0}.product-search-heading p{color:#687482;margin-top:4px}.product-search-summary,.product-search-state{border-radius:10px;padding:12px 14px}.product-search-summary{color:#1e4f95;background:#eef5ff;font-weight:700}.product-search-state{color:#526173;background:#fff;border:1px solid #e2e8f0}.product-search-state.error{color:#a92b22;background:#fff0ef;border-color:#efb8b3}.product-search-card{position:relative}.product-search-card .product-card{margin-bottom:0}.product-search-open-item{color:#1e4f95;background:#fff;border:1px solid #c8d6ea;border-radius:999px;margin-top:8px;margin-left:12px;padding:7px 11px;font-weight:700}@media (width<=700px){.search-controls{flex-wrap:wrap;align-items:stretch}.search-mode-toggle{width:100%}.search-mode-toggle button{flex:1}.product-search-submit{flex:none}}html{overflow-y:scroll}.dashboard-cards .stat-card{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#fff;border-top:0;border-bottom:0;border-right:0}.dashboard-cards .stat-card:focus-visible{outline-offset:3px;outline:3px solid #1e4f9547}.dashboard-cards .stat-card:disabled{opacity:.65;cursor:default}.dashboard-cards .stat-card:disabled:hover{transform:none;box-shadow:0 3px 10px #00000014}.dashboard-cards .stat-card.red,.dashboard-cards .stat-card.orange,.dashboard-cards .stat-card.grey{background:#fff}.dashboard-cards .stat-card.red .stat-value{color:#d93025}.dashboard-cards .stat-card.orange .stat-value{color:#c47b00}.dashboard-cards .stat-card.grey .stat-value{color:#555}.dashboard-cards .stat-card.blue .stat-value{color:#222}.dashboard-drill-down{flex-direction:column;gap:18px;display:flex}.dashboard-drill-down-header{background:#fff;border-left:6px solid;border-radius:16px;padding:10px 18px;box-shadow:0 3px 12px #00000014}.dashboard-drill-down-header.all-items-priority{border-color:#1976d2}.dashboard-drill-down-header.reorder-priority{border-color:#d93025}.dashboard-drill-down-header.soon-priority{border-color:#d98c00}.dashboard-drill-down-header.review-priority{border-color:#888}.dashboard-drill-down-header h2{margin:0;font-size:1.45rem}.dashboard-drill-down-header p{color:#687482;margin:2px 0 0;font-size:.9rem}.dashboard-print-button,.dashboard-print-supplier,.dashboard-copy-supplier{color:#1e4f95;background:#fff;border:1px solid #c8d6ea;border-radius:999px;font-weight:700}.dashboard-print-button{margin-top:10px}.dashboard-print-supplier,.dashboard-copy-supplier{flex:none}.dashboard-print-button:hover,.dashboard-print-supplier:hover,.dashboard-copy-supplier:hover{background:#eef5ff}.dashboard-supplier-groups{flex-direction:column;gap:12px;display:flex}.dashboard-supplier-group{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.dashboard-supplier-group-header{border-bottom:1px solid #edf0f4;align-items:center;gap:12px;padding:8px 12px;display:flex}.dashboard-supplier-toggle{color:#202124;text-align:left;background:0 0;flex:1;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;padding:6px;display:grid}.dashboard-supplier-toggle:hover{background:#f6f8fb}.dashboard-supplier-toggle>span{color:#1e4f95;text-align:center;font-size:1.2rem}.dashboard-supplier-toggle strong{text-overflow:ellipsis;white-space:nowrap;font-size:1.05rem;overflow:hidden}.dashboard-supplier-toggle small{color:#687482;font-size:.78rem;font-weight:700}.dashboard-supplier-actions,.dashboard-list-actions{align-items:center;display:flex}.dashboard-supplier-actions{flex:none;gap:12px}.dashboard-list-actions{gap:10px}.dashboard-view-supplier{color:#fff;background:#1e4f95;border:1px solid #1e4f95;border-radius:999px;font-weight:700;box-shadow:0 2px 5px #1e4f9533}.dashboard-view-supplier:hover{background:#173f79;border-color:#173f79}.dashboard-view-supplier>span{font-size:inherit;margin-left:4px}.dashboard-copy-error{color:#b3261e;flex:none;font-size:.78rem;font-weight:700}.dashboard-product-list-heading,.dashboard-product-row{grid-template-columns:minmax(0,1fr) minmax(100px,.22fr) minmax(110px,.24fr) minmax(150px,.34fr);align-items:center;gap:18px;display:grid}.dashboard-product-list-heading{color:#687482;letter-spacing:.04em;text-align:left;text-transform:uppercase;background:#f6f8fb;padding:8px 18px;font-size:.72rem;font-weight:800}.dashboard-product-row{color:#202124;width:100%;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #edf0f4;border-radius:0;padding:11px 18px}.dashboard-product-row:first-of-type{border-top:0}.dashboard-product-row:hover{background:#f8fbff}.dashboard-product-row:focus-visible{outline-offset:-3px;outline:3px solid #1e4f9547;position:relative}.dashboard-product-name{align-items:center;gap:8px;min-width:0;display:flex}.dashboard-product-name strong{min-width:0}.dashboard-manual-badge{color:#fff;white-space:nowrap;background:#7042a3;border-radius:999px;flex:none;padding:3px 8px;font-size:.68rem;font-weight:800;line-height:1.2}.dashboard-product-row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-product-row>span{color:#52606d;overflow-wrap:anywhere}.dashboard-product-row small{display:none}.dashboard-drill-down-empty{color:#687482;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:42px 20px}.dashboard-print-document{display:none}@media (width<=700px){.dashboard-drill-down-header h2{font-size:1.3rem}.dashboard-supplier-group-header{flex-direction:column;align-items:stretch}.dashboard-supplier-actions{flex-direction:column;align-items:stretch;width:100%}.dashboard-list-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.dashboard-view-supplier,.dashboard-print-supplier,.dashboard-copy-supplier{width:100%}.dashboard-copy-error{grid-column:1/-1}.dashboard-product-list-heading{display:none}.dashboard-product-row{grid-template-columns:1fr 1fr;gap:8px 16px;padding:12px 16px}.dashboard-product-name{flex-wrap:wrap;grid-column:1/-1;align-items:flex-start}.dashboard-product-row strong{white-space:normal}.dashboard-product-row small{color:#82909f;letter-spacing:.04em;text-transform:uppercase;margin-bottom:2px;font-size:.67rem;font-weight:800;display:block}.dashboard-product-row>span:last-child{grid-column:1/-1}}@media print{@page{size:landscape;margin:12mm}body{background:#fff}.dashboard-drill-down>:not(.dashboard-print-document){display:none!important}.dashboard-print-document{color:#111;font-family:Arial,sans-serif;display:block}.dashboard-print-created{margin:0 0 12px;font-size:10pt}.dashboard-print-supplier-group{break-before:page;page-break-before:always}.dashboard-print-supplier-group:first-of-type{break-before:auto;page-break-before:auto}.dashboard-print-supplier-group h1{margin:0 0 8px;font-size:16pt}.dashboard-print-supplier-group table{border-collapse:collapse;width:100%;font-size:9pt}.dashboard-print-supplier-group th,.dashboard-print-supplier-group td{text-align:left;vertical-align:top;border:1px solid #aeb8c2;padding:5px 7px}.dashboard-print-supplier-group th{text-transform:uppercase;background:#eef2f6;font-size:8pt}.dashboard-print-supplier-group th:first-child,.dashboard-print-supplier-group td:first-child{width:38%}.dashboard-print-supplier-group th:nth-child(2),.dashboard-print-supplier-group td:nth-child(2),.dashboard-print-supplier-group th:nth-child(3),.dashboard-print-supplier-group td:nth-child(3){width:14%}.dashboard-print-supplier-group th:nth-child(4),.dashboard-print-supplier-group td:nth-child(4){width:20%}.dashboard-print-supplier-group th:nth-child(5),.dashboard-print-supplier-group td:nth-child(5){width:14%}.dashboard-print-supplier-group thead{display:table-header-group}.dashboard-print-supplier-group tr{break-inside:avoid;page-break-inside:avoid}}.item-badge.stock-unit-item{color:#1e4f95;background:#eef5ff;border:1px solid #bfd2f0}.product-card-removing{opacity:0;pointer-events:none;transition:opacity .24s ease-out,transform .24s ease-out;transform:scale(.97)}@media (prefers-reduced-motion:reduce){.product-card-removing{transition:none}}.product-options-divider{background:#edf0f4;height:1px;margin:4px 0}.product-options-menu button:disabled{color:#777;cursor:default;background:#f4f6f9}.product-options-menu button:disabled:hover{background:#f4f6f9}.item-badge.purchase-priority-item{color:#1e4f95;background:#eef5ff;border:1px solid #bfd2f0}.item-badge.product-review-attention{color:#a96b00;background:#fff3d7;border:1px solid #f3d48a}.item-badge.purchasing-snoozed-item{color:#5844a7;background:#f1efff;border:1px solid #cbc3ef}.snooze-options{background:#f7f8fa;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;padding:6px}.snooze-options label{color:#555;gap:4px;padding:8px;font-size:12px;display:grid}.snooze-options input{box-sizing:border-box;width:100%;font:inherit;color:#222;background:#fff;border:1px solid #cfd5df;border-radius:5px;padding:7px}.product-options-menu .snooze-date-apply{color:#5844a7;font-weight:600}.intelligence-badge-group{align-items:center;gap:0;display:inline-flex}.intelligence-badge-group>.item-badge{border-right:0;border-radius:999px 0 0 999px}.explanation-trigger{cursor:pointer;border:0;border-radius:0 999px 999px 0;padding:4px 7px;font-size:.68rem;font-weight:700;line-height:1}.purchase-explanation-trigger{color:#356da9;background:#d9e8fa}.product-explanation-trigger{color:#966300;background:#f8dfa5}.explanation-trigger:hover,.explanation-trigger[aria-expanded=true]{background:#c9dcf4}.product-explanation-trigger:hover,.product-explanation-trigger[aria-expanded=true]{background:#f1cf80}.explanation-panel{text-align:left;border:1px solid;border-left-width:3px;border-radius:6px;margin:6px 0 8px;padding:7px 10px;animation:.14s ease-out explanation-panel-in}.purchase-explanation-panel{background:#f4f8fe;border-color:#bed3ed}.product-explanation-panel{background:#fffaf0;border-color:#ead195}.explanation-panel p{color:#263244;margin:0;font-size:.8rem;line-height:1.35}@keyframes explanation-panel-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.explanation-panel{animation:none}}.product-card{perspective:1200px}.product-card-inner{transform-style:preserve-3d;transition:transform .22s;display:grid}.product-card.is-supplier-info-open .product-card-inner{transform:rotateY(180deg)}.product-card-face{backface-visibility:hidden;grid-area:1/1;min-width:0}.product-card-back{visibility:hidden;text-align:left;transform:rotateY(180deg)}.product-card.is-supplier-info-open .product-card-front{visibility:hidden}.product-card.is-supplier-info-open .product-card-back{visibility:visible}.supplier-info-button,.supplier-info-back-button{color:#1e4f95;white-space:nowrap;background:0 0;border:0;border-radius:4px;align-items:center;gap:4px;padding:3px 2px;font-size:.74rem;font-weight:700;display:inline-flex}.supplier-info-button:hover,.supplier-info-back-button:hover{color:#0b62c4;text-underline-offset:3px;background:0 0;text-decoration:underline}.supplier-info-button:focus-visible,.supplier-info-back-button:focus-visible{outline-offset:3px;outline:2px solid #76a8e8}.supplier-info-button-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:14px;height:14px}.supplier-info-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;display:flex}.supplier-info-title{color:#1e4f95;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.supplier-info-product-name{color:#202124;margin-top:2px;font-size:.98rem;font-weight:750}.supplier-info-table{min-width:0}.supplier-info-column-headings,.supplier-info-row{grid-template-columns:minmax(180px,1.4fr) minmax(130px,1fr) minmax(110px,.8fr);align-items:center;gap:12px;display:grid}.supplier-info-column-headings{color:#777;text-transform:uppercase;padding:0 11px 4px;font-size:.66rem}.supplier-info-list{flex-direction:column;gap:7px;max-height:122px;padding-right:4px;display:flex;overflow-y:auto}.supplier-info-row{background:#f8f9fb;border:1px solid #e4e9f0;border-radius:10px;flex:0 0 36px;min-height:36px;padding:4px 10px}.supplier-info-name{color:#202124;align-items:center;gap:8px;min-width:0;font-size:.84rem;font-weight:700;display:flex}.supplier-info-name>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.supplier-default-badge{color:#2e7d32;text-transform:uppercase;background:#e8f5e9;border:1px solid #b9dfbc;border-radius:999px;flex:none;padding:1px 5px;font-size:.53rem;font-weight:800;line-height:1.2}.supplier-info-value strong{color:#202124;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;display:block;overflow:hidden}.supplier-info-cost{text-align:right}.supplier-info-empty{color:#777;justify-content:center;align-items:center;min-height:80px;font-size:.84rem;display:flex}.manual-purchase-dialog{width:min(560px,100%);padding:28px}.manual-purchase-dialog header{border-bottom:1px solid #e2e8f0;align-items:center;gap:20px;padding-bottom:16px}.manual-purchase-dialog h3{color:#18243a;font-size:1.35rem;line-height:1.25}.manual-purchase-dialog header p{color:#5f6d80;margin-top:4px;font-size:.9rem}.manual-purchase-dialog header>button{color:#40516a;cursor:pointer;flex:none;padding:4px 8px;line-height:1}.manual-purchase-dialog form{gap:16px;margin-top:18px}.manual-purchase-intro{color:#536176;margin:0;font-size:.92rem;line-height:1.5}.manual-purchase-dialog label{color:#26354b;gap:7px;font-size:.92rem}.manual-purchase-dialog input{color:#172033;background:#fff;min-height:44px;padding:10px 12px;font-size:.95rem}.manual-item-search-results{background:#fff;gap:7px;padding:7px}.manual-item-search-results button{color:#18243a;cursor:pointer;background:#f2f5f9;border:1px solid #0000;min-height:54px;padding:10px 12px}.manual-item-search-results button:hover,.manual-item-search-results button:focus-visible{background:#eaf3ff;border-color:#8bb6eb;outline:none}.manual-item-search-results strong{color:#18243a;font-size:.92rem}.manual-item-search-results span{color:#56657a;font-size:.8rem}.manual-selected-item{text-align:left;gap:5px;padding:13px 14px}.manual-selected-item strong{color:#18243a;font-size:1rem}.manual-purchase-dialog footer{justify-content:flex-end;gap:10px;margin-top:4px;padding-top:4px;display:flex}.manual-purchase-dialog footer button{color:#1e4f95;cursor:pointer;background:#fff;border:1px solid #9fb2c9;border-radius:7px;min-height:42px;padding:9px 16px;font-size:.95rem;font-weight:700}.manual-purchase-dialog footer button:disabled{cursor:not-allowed;opacity:.55}.manual-purchase-error{overflow-wrap:anywhere}.manual-purchase-header-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.manual-purchase-header-row .manual-purchase-inline-warning{text-align:center;flex:auto;margin:0;padding:7px 10px}.manual-purchase-header-row .manual-purchase-actions{flex:none;margin-top:0}.manual-purchase-header-row .manual-purchase-badge{white-space:nowrap}.manual-purchase-actions{justify-content:flex-end;margin-top:10px;display:flex}@media (width<=700px){.supplier-info-column-headings,.supplier-info-row{grid-template-columns:1fr 1fr}.supplier-info-column-headings span:first-child,.supplier-info-name{grid-column:1/-1}.supplier-info-column-headings{row-gap:2px}.supplier-info-row{flex-basis:58px}.supplier-info-list{max-height:188px}.supplier-info-cost{text-align:left}}@media (prefers-reduced-motion:reduce){.product-card-inner{transition:none}}.supplier-order-actions,.manual-purchase-actions,.manual-purchase-restore-notice,.manual-purchase-dialog footer{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.supplier-order-actions{margin-top:10px}.supplier-order-actions button,.manual-purchase-actions button,.manual-purchase-restore-notice button{color:#1e4f95;background:#fff;border:1px solid #b8c8dc;border-radius:7px;padding:7px 10px;font-weight:700}.manual-priority{color:#5c2d91;background:#e9ddff}.manual-purchase-details{background:#faf7ff;border:1px solid #cab6e8;border-left:4px solid #7a4cb2;border-radius:8px;margin:10px 0;padding:10px 12px}.manual-purchase-summary{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.manual-purchase-summary small{color:#5f6670}.manual-purchase-badge{color:#fff;background:#6f42a5}.manual-purchase-warning{color:#744f00;background:#fff4d6;border-radius:6px;margin:8px 0 0;padding:7px 9px;font-size:.8rem}.manual-purchase-error{color:#a12622;margin:6px 0;font-weight:700}.manual-purchase-edit-form,.manual-purchase-dialog form{gap:12px;margin-top:12px;display:grid}.manual-purchase-edit-form{grid-template-columns:repeat(2,minmax(150px,1fr))}.manual-purchase-edit-form label,.manual-purchase-dialog label{color:#303846;gap:5px;font-size:.8rem;font-weight:700;display:grid}.manual-purchase-edit-form input,.manual-purchase-dialog input,.manual-purchase-dialog textarea{box-sizing:border-box;width:100%;font:inherit;border:1px solid #bcc8d7;border-radius:7px;padding:8px 9px}.manual-purchase-dialog-backdrop{z-index:1000;background:#111e307a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.manual-purchase-dialog{background:#fff;border-radius:12px;width:min(620px,100%);max-height:calc(100vh - 40px);padding:20px;overflow-y:auto;box-shadow:0 18px 60px #0e1c304d}.manual-purchase-dialog header{justify-content:space-between;align-items:flex-start;display:flex}.manual-purchase-dialog h3,.manual-purchase-dialog header p{margin:0}.manual-purchase-dialog header>button{background:0 0;border:0;font-size:1.6rem}.manual-purchase-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.manual-item-search-results{border:1px solid #d6deea;border-radius:8px;gap:5px;max-height:190px;padding:5px;display:grid;overflow-y:auto}.manual-item-search-results button{text-align:left;background:#f5f7fa;border:0;border-radius:6px;gap:2px;padding:9px;display:grid}.manual-item-search-results span,.manual-selected-item span{color:#657184;font-size:.76rem}.manual-selected-item{background:#f2faf4;border:1px solid #b9d2bf;border-radius:8px;gap:3px;padding:10px;display:grid}.manual-purchase-dialog footer{justify-content:flex-end}.manual-purchase-primary{color:#fff!important;background:#245fa8!important}.manual-purchase-restore-notice{background:#f2faf4;border:1px solid #b9d2bf;border-radius:8px;justify-content:flex-end;margin:12px 0;padding:10px 12px}.manual-purchase-restore-notice span{margin-right:auto}.supplier-print-document{display:none}@media (width<=700px){.manual-purchase-header-row{flex-wrap:wrap;align-items:flex-start}.manual-purchase-header-row .manual-purchase-inline-warning{flex-basis:100%;order:3}.manual-purchase-form-grid,.manual-purchase-edit-form{grid-template-columns:1fr}}@media print{.app>:not(main),main>:not(.supplier-detail),.supplier-detail>:not(.supplier-print-document){display:none!important}#root,.app,main,.supplier-detail{box-sizing:border-box;display:block;width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:0!important}.supplier-print-document{color:#000;background:#fff;padding:10mm;display:block;position:static}.supplier-print-document table{border-collapse:collapse;table-layout:fixed;width:100%}.supplier-print-document th,.supplier-print-document td{text-align:left;border:1px solid #555;padding:5px;font-size:9pt}}.item-configuration-backdrop{z-index:1100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#111e307a;place-items:center;padding:16px;display:grid;position:fixed;inset:0;overflow-y:auto}.item-configuration-dialog{background:#fff;border:1px solid #274b7447;border-radius:10px;flex-direction:column;width:min(640px,100%);max-height:calc(100dvh - 32px);padding:20px;display:flex;overflow:hidden;box-shadow:0 18px 60px #0e1c304d}.item-configuration-dialog header{flex:none;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.item-configuration-dialog h3,.item-configuration-dialog header p,.item-configuration-dialog header small{margin:0}.item-configuration-dialog header p{color:#202124;margin-top:5px;font-weight:700}.item-configuration-dialog header small,.item-configuration-dialog label>small,.item-configuration-toggle small{color:#657184;margin-top:4px;font-weight:400;line-height:1.35;display:block}.item-configuration-dialog header>button{background:0 0;border:0;font-size:1.6rem;line-height:1}.item-configuration-dialog form{flex-direction:column;flex:auto;gap:12px;min-height:0;margin-top:16px;padding:1px 4px 1px 1px;display:flex;overflow-y:auto}.item-configuration-dialog label{color:#303846;flex:none;gap:6px;font-size:.85rem;font-weight:700;display:grid}.item-configuration-dialog input,.item-configuration-dialog select{box-sizing:border-box;width:100%;font:inherit;border:1px solid #bcc8d7;border-radius:6px;padding:8px 9px}.item-configuration-toggle{border:1px solid #d6deea;border-radius:6px;grid-template-columns:1fr auto;align-items:center;padding:11px}.item-configuration-toggle input{width:18px;height:18px}.item-configuration-fields{grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);align-items:start;gap:12px;display:grid}.item-configuration-quantity{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.item-configuration-quantity span{color:#526071;font-size:.85rem;font-weight:700}.item-configuration-error{color:#a12622;margin:0;font-weight:700}.item-configuration-dialog footer{background:#fff;flex-wrap:wrap;flex:none;justify-content:flex-end;gap:8px;margin-top:0;padding:12px 0 1px;display:flex;position:sticky;bottom:0}.item-configuration-dialog footer button{color:#1e4f95;background:#fff;border:1px solid #b8c8dc;border-radius:6px;padding:8px 11px;font-weight:700}.item-configuration-dialog footer .item-configuration-primary{color:#fff;background:#245fa8;border-color:#245fa8}@media (width<=560px){.item-configuration-backdrop{place-items:start center;padding:12px}.item-configuration-dialog{max-height:calc(100dvh - 24px);padding:16px}.item-configuration-fields{grid-template-columns:1fr}}.supplier-details-admin{color:#222;flex-direction:column;gap:18px;font-family:Inter,system-ui,Segoe UI,sans-serif;display:flex}.supplier-details-admin>.back-button{align-self:flex-start;margin:0}.supplier-details-admin>.recipe-page-heading{isolation:isolate;color:#fff;text-align:center;background:radial-gradient(circle at 12% 18%,#70d0ca47,#0000 26%),radial-gradient(circle at 88% 18%,#70d0ca47,#0000 26%),linear-gradient(90deg,#287f86 0%,#245c93 24%,#14375f 50%,#245c93 76%,#287f86 100%);border:1px solid #13385b38;border-radius:16px;justify-content:center;width:100%;margin:0;padding:22px 28px 23px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 26px #14375f2e}.supplier-details-admin>.recipe-page-heading:after{content:"";z-index:-1;border:1px solid #ffffff1f;border-radius:50%;width:260px;height:170px;position:absolute;bottom:-92px;right:-55px}.supplier-details-admin>.recipe-page-heading>div{width:100%}.supplier-details-admin>.recipe-page-heading h3{color:#fff;letter-spacing:-.04em;text-align:center;text-shadow:0 2px 8px #07213b33;margin:0;font-family:Inter,system-ui,Segoe UI,sans-serif;font-size:clamp(1.65rem,3vw,2.05rem);font-weight:750;line-height:1.08}.supplier-details-admin>.recipe-page-heading p{color:#f1faffe6;letter-spacing:.01em;text-align:center;margin:7px 0 0;font-size:.9rem;font-weight:500;line-height:1.4}.supplier-details-layout{grid-template-columns:minmax(220px,270px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.supplier-selector-panel,.supplier-details-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 3px 12px #00000012}.supplier-selector-panel{padding:12px;position:sticky;top:1rem}.supplier-selector-panel>input{color:#222;width:100%;height:38px;font:inherit;background:#fff;border:1px solid #c8d6ea;border-radius:999px;margin:0 0 10px;padding:8px 12px;font-size:.85rem;box-shadow:0 2px 6px #0000000a}.supplier-selector-panel>input:focus{border-color:#1e4f95;outline:none;box-shadow:0 0 0 3px #1e4f951f}.supplier-selector-list{gap:5px;max-height:66vh;padding-right:2px;display:grid;overflow:auto}.supplier-selector-list button{color:#222;text-align:left;width:100%;min-height:0;box-shadow:none;background:#f7f9fc;border:1px solid #0000;border-radius:10px;gap:3px;padding:9px 10px;font-family:Inter,system-ui,Segoe UI,sans-serif;transition:background .16s,border-color .16s,box-shadow .16s;display:grid}.supplier-selector-list button:hover{background:#eef5ff;border-color:#d2dfef}.supplier-selector-list button.selected{background:#e9f3f7;border-color:#6ea8bd;box-shadow:inset 3px 0 #287f86}.supplier-selector-list button strong{color:#18344f;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:700;line-height:1.25;display:block;overflow:hidden}.supplier-selector-list button span,.supplier-form-heading span{color:#667582;font-size:.74rem;font-weight:500;line-height:1.3}.supplier-details-form-panel{min-width:0;padding:18px}.supplier-form-heading,.supplier-form-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.supplier-form-heading{border-bottom:1px solid #e8edf3;padding-bottom:13px}.supplier-form-heading h4{color:#18344f;letter-spacing:-.025em;margin:0 0 2px;font-family:Inter,system-ui,Segoe UI,sans-serif;font-size:1.2rem;font-weight:750;line-height:1.15}.supplier-unsaved-badge{letter-spacing:.02em;white-space:nowrap;background:#fff3d7;border:1px solid #e7bd63;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;line-height:1;display:inline-flex;color:#8a5900!important;font-size:.7rem!important;font-weight:800!important}.supplier-form-grid,.supplier-shipping-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.supplier-details-admin fieldset{background:#fff;border:1px solid #dfe6ee;border-radius:12px;min-width:0;margin:0;padding:13px 14px 10px}.supplier-details-admin legend{color:#18344f;letter-spacing:-.015em;padding:0 5px;font-family:Inter,system-ui,Segoe UI,sans-serif;font-size:.95rem;font-weight:750}.supplier-details-admin label{color:#3f4f61;gap:4px;margin-bottom:9px;font-family:Inter,system-ui,Segoe UI,sans-serif;font-size:.76rem;font-weight:650;line-height:1.3;display:grid}.supplier-details-admin label:last-child{margin-bottom:0}.supplier-details-admin input,.supplier-details-admin select,.supplier-details-admin textarea{box-sizing:border-box;color:#222;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;min-height:36px;padding:7px 9px;font-family:Inter,system-ui,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;line-height:1.25}.supplier-details-admin input:focus,.supplier-details-admin select:focus,.supplier-details-admin textarea:focus{border-color:#1e4f95;outline:none;box-shadow:0 0 0 3px #1e4f951a}.supplier-details-admin input:disabled,.supplier-details-admin select:disabled,.supplier-details-admin textarea:disabled{color:#8793a1;cursor:not-allowed;background:#f1f4f7}.supplier-details-admin textarea{resize:vertical;min-height:66px}.supplier-day-grid{grid-template-columns:repeat(2,minmax(105px,1fr));gap:7px 10px;display:grid}.supplier-day-grid label{color:#3f4f61;white-space:nowrap;align-items:center;gap:7px;min-width:0;margin:0;font-size:.78rem;font-weight:500;line-height:1.2;display:flex}.supplier-day-grid input{flex:none;width:15px;height:15px;min-height:15px;margin:0;padding:0}.supplier-money-row{grid-template-columns:minmax(0,1.45fr) minmax(76px,.8fr);gap:8px;display:grid}.supplier-shipping-card{background:#f8fafc!important}.supplier-form-actions{border-top:1px solid #e8edf3;justify-content:flex-end;margin-top:16px;padding-top:13px}.supplier-form-actions button{border-radius:999px;min-height:36px;padding:8px 13px;font-family:Inter,system-ui,Segoe UI,sans-serif;font-size:.78rem;font-weight:700}@media (width<=1160px){.supplier-form-grid,.supplier-shipping-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.supplier-details-layout,.supplier-form-grid,.supplier-shipping-grid{grid-template-columns:1fr}.supplier-selector-panel{position:static}.supplier-selector-list{max-height:260px}}@media (width<=560px){.supplier-details-admin>.recipe-page-heading{padding:20px 18px}.supplier-details-form-panel{padding:14px}.supplier-form-heading{flex-direction:column;align-items:flex-start}.supplier-day-grid{grid-template-columns:1fr}}.supplier-money-row{grid-template-columns:minmax(0,1fr)}.supplier-money-row>label{min-width:0}.supplier-money-row input{box-sizing:border-box;width:100%}.supplier-stacked-label{flex-direction:column;align-items:center;line-height:1.25;display:flex}.supplier-label-with-help{justify-content:center;align-items:center;gap:.35rem;display:inline-flex}.supplier-help-wrapper{display:inline-flex;position:relative}.supplier-help-icon{cursor:help;border:1px solid;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.supplier-help-icon:focus-visible{outline-offset:2px;outline:2px solid #315b7d}.supplier-help-tooltip{color:#26394d;opacity:0;pointer-events:none;text-align:left;visibility:hidden;z-index:20;background:#fff;border:1px solid #d5dee8;border-radius:.45rem;flex-direction:column;gap:.45rem;width:16rem;padding:.7rem .8rem;font-size:.8rem;font-weight:400;line-height:1.4;transition:opacity .12s,transform .12s;display:flex;position:absolute;top:calc(100% + .55rem);left:50%;transform:translate(-50%)translateY(-.2rem);box-shadow:0 .45rem 1.25rem #1830482e}.supplier-help-tooltip:before{content:"";background:#fff;border-top:1px solid #d5dee8;border-left:1px solid #d5dee8;width:.55rem;height:.55rem;position:absolute;top:-.32rem;left:50%;transform:translate(-50%)rotate(45deg)}.supplier-help-wrapper:hover .supplier-help-tooltip,.supplier-help-wrapper:focus-within .supplier-help-tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.refresh-progress-modal{text-align:left;background:#fff;border-radius:18px;grid-template-columns:86px 1px minmax(280px,1fr);align-items:center;gap:26px;min-width:520px;padding:28px 34px;display:grid;box-shadow:0 16px 42px #0000002e}.refresh-progress-spinner-column{justify-content:center;align-items:center;display:flex}.refresh-progress-divider{background:#d7dfe8;width:1px;height:190px}.refresh-progress-content strong{color:#222;text-align:left;margin-bottom:16px;font-size:1.18rem;font-weight:750;display:block}.refresh-progress-list{flex-direction:column;gap:9px;display:flex}.refresh-progress-step{color:#777;grid-template-columns:26px 1fr;align-items:center;gap:10px;font-size:.95rem;line-height:1.2;display:grid}.refresh-progress-step.running{color:#222;font-weight:650}.refresh-progress-step.complete{color:#238636;font-weight:650}.refresh-progress-icon{width:24px;color:inherit;text-align:center;justify-content:center;align-items:center;display:inline-flex}.refresh-progress-content p{color:#777;text-align:left;margin:18px 0 0;font-size:.9rem}.refresh-progress-content p:has(+*){margin-bottom:0}.refresh-complete-icon{color:#2e9d50;border:3px solid #2e9d50;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;font-weight:800;display:flex}.dots-pulse-spinner{width:60px;height:60px;position:relative}.dots-pulse-spinner span{width:8px;height:8px;transform:rotate(calc(var(--dot-index) * 30deg)) translate(24px);animation:1.2s ease-in-out infinite dotPulse;animation-delay:calc(var(--dot-index) * 80ms);background:#1976d2;border-radius:50%;position:absolute;top:27px;left:27px}.dots-pulse-spinner span:first-child{--dot-index:0;background:#1976d2}.dots-pulse-spinner span:nth-child(2){--dot-index:1;background:#2d8ee8}.dots-pulse-spinner span:nth-child(3){--dot-index:2;background:#35a6dc}.dots-pulse-spinner span:nth-child(4){--dot-index:3;background:#42b883}.dots-pulse-spinner span:nth-child(5){--dot-index:4;background:#7fcf5f}.dots-pulse-spinner span:nth-child(6){--dot-index:5;background:#cfd943}.dots-pulse-spinner span:nth-child(7){--dot-index:6;background:#f0b429}.dots-pulse-spinner span:nth-child(8){--dot-index:7;background:#f28c28}.dots-pulse-spinner span:nth-child(9){--dot-index:8;background:#e85d75}.dots-pulse-spinner span:nth-child(10){--dot-index:9;background:#c653c7}.dots-pulse-spinner span:nth-child(11){--dot-index:10;background:#8759d6}.dots-pulse-spinner span:nth-child(12){--dot-index:11;background:#4f6edb}@keyframes dotPulse{0%,to{opacity:.35;transform:rotate(calc(var(--dot-index) * 30deg)) translate(24px) scale(.75)}50%{opacity:1;transform:rotate(calc(var(--dot-index) * 30deg)) translate(24px) scale(1.18)}}@media (width<=620px){.refresh-progress-modal{grid-template-columns:1fr;gap:18px;width:calc(100vw - 32px);min-width:0;padding:24px}.refresh-progress-divider{display:none}.refresh-progress-spinner-column{justify-content:flex-start}}.refresh-progress-step.failed{color:#b42318;font-weight:650}.refresh-failed-icon{color:#b42318;border:3px solid #b42318;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:2rem;font-weight:700;display:flex}.refresh-progress-content .refresh-error-message{color:#b42318;font-weight:600}.refresh-error-close{color:#fff;cursor:pointer;font:inherit;background:#374151;border:0;border-radius:8px;margin-top:16px;padding:9px 18px;font-weight:650}.landing-page{box-sizing:border-box;color:#15251f;text-align:left;width:min(100%,1180px);margin:0 auto;padding:24px 30px 40px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.landing-header,.landing-navigation,.landing-hero,.landing-pricing,.landing-footer{align-items:center;display:flex}.landing-header{justify-content:space-between;gap:24px}.landing-logo-link,.landing-footer img{display:inline-flex}.landing-logo-link img{width:204px;min-width:180px;height:auto}.landing-navigation{justify-content:flex-end;gap:22px;font-size:.9rem;font-weight:700}.landing-navigation a,.landing-footer a{color:#294239;text-decoration:none}.landing-navigation a:hover,.landing-footer a:hover{color:#0e6b56;text-decoration:underline}.landing-sign-in,.landing-primary-action,.landing-secondary-action{color:#fff;background:#0e6b56;border-radius:9px;justify-content:center;align-items:center;min-height:44px;padding:0 17px;font-weight:800;text-decoration:none;transition:background-color .16s,transform .16s;display:inline-flex}.landing-sign-in:hover,.landing-primary-action:hover,.landing-secondary-action:hover{color:#fff;background:#07513f;text-decoration:none;transform:translateY(-1px)}.landing-page a:focus-visible{outline-offset:3px;outline:3px solid #0e6b566b}.landing-hero{justify-content:space-between;gap:clamp(38px,7vw,104px);min-height:510px;padding:84px 0 74px}.landing-eyebrow{color:#0e6b56;letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:850}.landing-hero h1,.landing-section-heading h2,.landing-pricing h2{color:#15251f;letter-spacing:-.045em;margin:14px 0 18px;font-weight:800}.landing-hero h1{max-width:600px;font-size:clamp(2.6rem,5.7vw,4.8rem);line-height:.99}.landing-preview{box-sizing:border-box;background:#fff;border:1px solid #cae1d7;border-radius:18px;width:min(100%,420px);padding:22px;box-shadow:0 22px 48px #15251f1f}.preview-topbar,.preview-row,.showcase-card-header,.showcase-order-list div{justify-content:space-between;align-items:center;display:flex}.preview-topbar,.showcase-card-header{color:#597067;font-size:.78rem;font-weight:800}.preview-live-label{color:#0e6b56;background:#e8f5ef;border-radius:999px;padding:5px 9px}.preview-summary{color:#fff;background:#0e6b56;border-radius:14px;gap:3px;margin:25px 0 16px;padding:19px;display:grid}.preview-summary span,.preview-summary small{color:#d9f0e5;font-size:.8rem}.preview-summary strong{font-size:2.3rem;line-height:1}.preview-rows{gap:7px;display:grid}.preview-row{color:#597067;border-bottom:1px solid #e5eee9;padding:12px 0;font-size:.9rem}.preview-row strong{color:#15251f}.preview-note{color:#597067;margin-top:17px;font-size:.78rem;line-height:1.5}.landing-section-heading{max-width:660px}.landing-section-heading h2,.landing-pricing h2{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08}.landing-benefit-grid,.landing-showcase-grid{gap:16px;margin-top:34px;display:grid}.landing-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-benefit{box-sizing:border-box;background:#fff;border:1px solid #d7e6df;border-radius:15px;min-height:210px;padding:25px}.landing-benefit-number{color:#0e6b56;letter-spacing:.1em;font-size:.8rem;font-weight:850}.landing-benefit h3{color:#15251f;margin:38px 0 8px;font-size:1.12rem}.landing-benefit p,.landing-showcase-note,.landing-pricing>div>p{color:#597067;font-size:.92rem;line-height:1.55}.landing-showcase-grid{grid-template-columns:1.35fr 1fr}.showcase-card{background:#f8fcfa;border:1px solid #d7e6df;border-radius:15px;min-height:252px;padding:22px}.showcase-card-header span:last-child{color:#7b9187;font-weight:650}.showcase-order-list,.showcase-metrics{gap:12px;margin-top:30px;display:grid}.showcase-order-list div,.showcase-metrics div{color:#597067;background:#fff;border-radius:10px;padding:14px;font-size:.88rem}.showcase-order-list strong,.showcase-metrics strong{color:#15251f}.showcase-metrics div{gap:3px;display:grid}.showcase-metrics small{color:#597067}.landing-faq{padding:70px 8px}.landing-faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.landing-faq-item{background:#fff;border:1px solid #d7e6df;border-radius:15px;padding:22px 24px}.landing-faq-item h3,.landing-faq-item p{margin:0}.landing-faq-item h3{color:#15251f;font-size:1.02rem}.landing-faq-item p{color:#597067;margin-top:10px;font-size:.92rem;line-height:1.55}.landing-showcase-note{margin:16px 0 0}.landing-pricing{background:#e8f5ef;border-radius:18px;justify-content:space-between;gap:38px;margin-top:6px;padding:50px}.landing-pricing>div:first-child{max-width:580px}.landing-pricing h2{margin-bottom:10px}.landing-price-card{background:#fff;border:1px solid #bbd8ca;border-radius:14px;min-width:235px;padding:25px}.landing-price{color:#15251f;margin:0}.landing-price strong{font-size:2.1rem}.landing-price span{color:#597067;font-size:.9rem}.landing-secondary-action{box-sizing:border-box;width:100%;margin-top:18px}.landing-footer{border-top:1px solid #d9e8e1;justify-content:space-between;margin-top:32px;padding-top:25px}@media (width<=780px){.landing-page{padding:20px 20px 34px}.landing-hero,.landing-pricing{flex-direction:column;align-items:flex-start}.landing-hero{min-height:0;padding:64px 0}.landing-preview{width:100%;max-width:500px}.landing-benefit-grid,.landing-faq-list,.landing-showcase-grid{grid-template-columns:1fr}.landing-pricing{padding:32px 25px}}@media (width<=560px){.landing-header,.landing-navigation{align-items:flex-start}.landing-header{flex-direction:column}.landing-navigation{justify-content:space-between;gap:12px;width:100%}.landing-navigation a:not(.landing-sign-in){display:none}.landing-sign-in{margin-left:auto}.landing-logo-link img{width:190px}.landing-hero{padding:52px 0}.landing-benefits,.landing-faq,.landing-showcase{padding:50px 0}.landing-benefit{min-height:0}.landing-benefit h3{margin-top:26px}.landing-footer{flex-direction:column;align-items:flex-start;gap:16px}}@media (prefers-reduced-motion:reduce){.landing-sign-in,.landing-primary-action,.landing-secondary-action{transition:none}.landing-sign-in:hover,.landing-primary-action:hover,.landing-secondary-action:hover{transform:none}}.landing-page{background:radial-gradient(circle at 2% 8%,#a7e0c37a,#0000 21rem),radial-gradient(circle at 100% 32%,#d9eee3a8,#0000 27rem),#fbfcfa;width:min(100%,1220px);padding:28px 38px 52px}.landing-header{min-height:76px}.landing-logo-link img{width:278px;min-width:240px}.landing-navigation{gap:28px;font-size:.88rem;font-weight:650}.landing-sign-in,.landing-primary-action,.landing-secondary-action{background:#178269;border-radius:999px;font-weight:750;box-shadow:0 8px 18px #0e6b5629}.landing-navigation .landing-sign-in,.landing-navigation .landing-sign-in:hover{color:#fff;text-decoration:none}.landing-sign-in:hover,.landing-primary-action:hover,.landing-secondary-action:hover{background:#0e6b56}.landing-hero{background:linear-gradient(120deg,#ffffffe6,#e8f5efd1),#f3faf6;border:1px solid #aad3c1b3;border-radius:30px;min-height:0;margin-top:32px;padding:clamp(42px,6vw,76px);box-shadow:0 20px 50px #2b534214}.landing-hero-copy{max-width:525px}.landing-eyebrow{color:#178269;letter-spacing:.12em;font-size:.72rem;font-weight:800}.landing-hero h1,.landing-section-heading h2,.landing-pricing h2{color:#18352b;letter-spacing:-.038em;font-weight:720}.landing-hero h1{max-width:510px;margin:14px 0 17px;font-size:clamp(2.35rem,4.3vw,3.8rem);line-height:1.07}.landing-lead{color:#597067;max-width:500px;font-size:1rem;line-height:1.7}.landing-primary-action{margin-top:26px}.landing-preview{background:#ffffffeb;border:1px solid #c4e1d3;border-radius:22px;width:min(100%,440px);padding:25px;position:relative;overflow:hidden;box-shadow:0 24px 55px #2b534221}.landing-preview:after{content:"";background:#a7e0c354;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-55px;right:-40px}.preview-summary{z-index:1;background:linear-gradient(135deg,#178269,#45a486);border-radius:16px;position:relative;box-shadow:0 10px 22px #0e6b562b}.preview-row{z-index:1;padding:14px 0;position:relative}.preview-row:before{content:"";background:#7dccaa;border-radius:50%;width:7px;height:7px;margin-right:9px}.preview-row span{margin-right:auto}.landing-benefits,.landing-showcase{border-top:0;padding:78px 8px}.landing-section-heading h2,.landing-pricing h2{max-width:590px;margin-top:12px;font-size:clamp(1.7rem,2.8vw,2.35rem);font-weight:700;line-height:1.18}.landing-benefit-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:20px}.landing-benefit{background:linear-gradient(160deg,#fff,#f4faf7);border:1px solid #d9e9e1;border-radius:20px;min-height:220px;box-shadow:0 10px 25px #2b53420d}.landing-benefit:nth-child(2){background:linear-gradient(160deg,#f0faf5,#fff)}.landing-benefit:nth-child(3){background:linear-gradient(160deg,#fffdf8,#f8fbf9)}.landing-benefit h3{color:#264137;margin-top:31px;font-size:1.04rem;font-weight:750}.landing-showcase{padding-top:28px}.landing-showcase-grid{gap:20px}.showcase-card{background:linear-gradient(145deg,#f7fcf9,#eef8f3);border:1px solid #d8e9e1;border-radius:20px;box-shadow:0 10px 25px #2b53420d}.showcase-card-wide{background:radial-gradient(circle at 88% 16%,#a7e0c373,#0000 11rem),linear-gradient(145deg,#f9fcfa,#edf8f3)}.showcase-order-list div,.showcase-metrics div{border:1px solid #d3e7ddbf;box-shadow:0 4px 12px #2b53420a}.landing-pricing{background:radial-gradient(circle at 88% 14%,#a7e0c39e,#0000 13rem),linear-gradient(115deg,#eaf8f1,#f8fcfa);border:1px solid #cce5d8;border-radius:25px;margin:12px 0 0;padding:44px 50px}.landing-price-card{border:1px solid #c4e1d3;border-radius:18px;box-shadow:0 10px 25px #2b534214}.landing-price strong{color:#178269;font-size:2.45rem;font-weight:750}.landing-footer img{width:205px}@media (width<=780px){.landing-page{padding:22px 22px 42px}.landing-hero{padding:44px 34px}}@media (width<=560px){.landing-page{padding:18px 16px 32px}.landing-logo-link img{width:250px;min-width:0}.landing-hero{border-radius:22px;margin-top:20px;padding:37px 24px}.landing-hero h1{font-size:2.25rem}.landing-benefits,.landing-showcase{padding:52px 0}.landing-pricing{border-radius:20px;padding:32px 24px}}.auth-shell,.auth-loading{box-sizing:border-box;color:#15251f;background:linear-gradient(145deg,#eef7f2,#f8fbfa 52%,#e8f5ef);place-items:center;min-height:100vh;padding:30px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;display:grid}.auth-card{box-sizing:border-box;text-align:left;background:#fff;border:1px solid #d6e4dc;border-radius:20px;width:min(100%,430px);padding:34px;box-shadow:0 18px 50px #15251f24}.auth-logo{width:204px;min-width:180px;height:auto;margin-bottom:30px;display:block}.auth-card-heading{margin-bottom:24px}.auth-card-eyebrow{color:#0e6b56;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:850}.auth-card h1{color:#15251f;letter-spacing:-.025em;margin:9px 0 6px;font-size:1.7rem;font-weight:800;line-height:1.15}.auth-intro{color:#597067;margin:0;line-height:1.5}.auth-card form,.auth-card label{flex-direction:column;display:flex}.auth-card form{gap:16px}.auth-card label{color:#294239;gap:7px;font-size:.86rem;font-weight:750}.auth-card input{color:#15251f;min-height:44px;font:inherit;border:1px solid #b9d0c5;border-radius:10px;padding:10px 12px}.auth-card input:focus-visible,.auth-primary:focus-visible,.auth-links button:focus-visible,.auth-session-bar button:focus-visible{outline-offset:2px;outline:3px solid #0e6b5659}.auth-card input:focus-visible{border-color:#0e6b56}.auth-primary{color:#fff;min-height:44px;font:inherit;cursor:pointer;background:#0e6b56;border:0;border-radius:10px;margin-top:4px;padding:12px 16px;font-weight:800;transition:background-color .16s,transform .16s}.auth-primary:hover:not(:disabled){background:#07513f;transform:translateY(-1px)}.auth-primary:disabled{cursor:wait;opacity:.65}.auth-message{border-radius:10px;margin:0 0 18px;padding:11px 13px;font-size:.88rem;line-height:1.45}.auth-message.success{color:#0e6b56;background:#e8f5ef}.auth-message.error{color:#a92b22;background:#fff0ef}.auth-links{flex-wrap:wrap;gap:12px 18px;margin-top:20px;display:flex}.auth-links button,.auth-session-bar button{color:#0e6b56;min-height:36px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:4px 0;font-weight:750}.auth-links button:hover,.auth-session-bar button:hover{color:#07513f;text-decoration:underline}.auth-session-bar{z-index:100;color:#426154;background:#e8f5ef;border-bottom:1px solid #d4e7dd;justify-content:flex-end;align-items:center;gap:14px;padding:8px 24px;font-size:.78rem;display:flex;position:relative}@media (width<=560px){.auth-shell,.auth-loading{padding:20px}.auth-card{border-radius:16px;padding:26px 20px}.auth-session-bar{justify-content:space-between;padding-inline:15px}}@media (prefers-reduced-motion:reduce){.auth-primary{transition:none}.auth-primary:hover:not(:disabled){transform:none}}
