:root{--bg:#f3f3f7;--surface:#fff;--surface-muted:#ececf3;--surface-deep:#e5e5ee;--text:#09090d;--muted:#757681;--faint:#a8a8b2;--line:#0c0c121a;--accent:#6c5cff;--accent-strong:#5547e8;--accent-soft:#e8e5ff;--success:#16a085;--success-soft:#dcf8f1;--warning:#f5a243;--warning-soft:#fff0dd;--danger:#ee6b6e;--danger-soft:#ffe4e5;--shadow:0 24px 70px #1414241f;--radius-sm:12px;--radius:22px;--radius-lg:34px}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-sans,Inter), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #6c5cff57}button:disabled{cursor:not-allowed}.loading-screen{text-align:center;align-content:center;place-items:center;gap:18px;min-height:100vh;display:grid}.loading-screen p{color:var(--muted);margin:0;font-weight:750}.loading-dots{align-items:center;gap:6px;min-height:12px;display:inline-flex}.loading-dots span{background:var(--accent);border-radius:999px;width:8px;height:8px;animation:1s ease-in-out infinite dotPulse}.loading-dots span:nth-child(2){animation-delay:.16s}.loading-dots span:nth-child(3){animation-delay:.32s}@keyframes dotPulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.brand-mark{background:var(--accent-soft);color:var(--accent-strong);letter-spacing:0;border-radius:18px;justify-content:center;align-items:center;padding:10px 18px;font-size:28px;font-weight:950;display:inline-flex}.auth-page{background:linear-gradient(270deg, #fff0 0%, #ffffff85 54%, #fff 100%), var(--bg);grid-template-columns:minmax(0,2fr) minmax(360px,1fr);min-height:100vh;display:grid}.auth-hero{flex-direction:column;grid-area:1/2;justify-content:center;gap:clamp(28px,4.5vh,54px);padding:clamp(34px,5vw,64px);display:flex}.auth-hero-copy{max-width:760px}.auth-copy h1{max-width:660px;margin:30px 0 18px;font-size:clamp(46px,5vw,68px);line-height:.98}.auth-copy p{max-width:500px;color:var(--muted);font-size:18px;line-height:1.45}.auth-console{background:var(--surface);border:1px solid var(--line);border-radius:32px;width:min(760px,100%);padding:22px;box-shadow:0 22px 70px #1212201a}.auth-console-head,.auth-console-metrics,.auth-console-list div{justify-content:space-between;align-items:center;gap:16px;display:flex}.auth-console-head{border-bottom:1px solid var(--line);padding-bottom:18px}.auth-console-head div:first-child{gap:5px;display:grid}.auth-console-head span,.auth-console-metrics span{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:850}.auth-console-head strong{font-size:28px}.auth-console-pill{background:var(--success-soft);min-height:34px;color:var(--success);border-radius:999px;justify-content:center;align-items:center;padding:0 13px;font-size:13px;font-weight:950;line-height:1;display:inline-flex}.auth-console-metrics{padding:18px 0}.auth-console-metrics div{background:var(--surface-muted);border-radius:20px;flex:1;gap:8px;padding:16px;display:grid}.auth-console-metrics strong{font-size:34px}.auth-console-list{gap:8px;display:grid}.auth-console-list div{border:1px solid var(--line);background:#fff;border-radius:17px;min-height:52px;padding:0 14px}.auth-console-list span{flex:1;font-weight:900}.auth-console-list strong{color:#5f55d6}.auth-console-list em{color:var(--muted);font-style:normal;font-weight:850}.auth-placeholder{background:linear-gradient(90deg, var(--surface-deep), #f5f5fa, var(--surface-deep));background-size:220% 100%;border-radius:999px;height:.72em;animation:1.8s ease-in-out infinite placeholderSweep;display:inline-block}.auth-placeholder-lg{width:68px}.auth-placeholder-md{width:48px}.auth-placeholder-sm{width:32px}.auth-placeholder-xs{width:54px;height:10px}@keyframes placeholderSweep{0%{background-position:0%}to{background-position:220%}}.auth-panel{background:#fffffff0;grid-area:1/1;justify-content:center;align-items:center;padding:clamp(24px,4vw,54px);display:flex;position:relative;box-shadow:24px 0 70px #1414240f}.auth-card{border:1px solid var(--line);background:#ffffffeb;border-radius:32px;width:min(100%,560px);padding:clamp(26px,4vw,42px);box-shadow:0 22px 70px #14142414}.auth-card h2{margin:0 0 8px;font-size:36px}.auth-card>p{color:var(--muted);margin:0 0 28px}.auth-switch{color:var(--muted);text-align:center;margin-top:30px}.auth-switch a,.text-link{color:var(--accent-strong);font-weight:850}.auth-language{border:1px solid var(--line);background:var(--surface);border-radius:999px;align-items:center;min-height:38px;padding:0 10px;display:inline-flex;position:absolute;top:24px;right:24px}.auth-language select{color:var(--muted);background:0 0;border:0;outline:0;font-weight:950}.auth-choice-list{gap:12px;display:grid}.auth-choice-list+.auth-switch{margin-top:42px}.auth-choice-card{border:1px solid var(--line);width:100%;min-height:116px;color:var(--text);text-align:left;background:#fff;border-radius:22px;grid-template-columns:48px 1fr;align-items:center;gap:16px;padding:18px;display:grid;box-shadow:0 12px 36px #1414240a}.auth-choice-card:hover{border-color:#6c5cff59;transform:translateY(-1px)}.auth-choice-card>span{background:var(--accent-soft);width:48px;height:48px;color:var(--accent-strong);border-radius:16px;grid-row:1/span 2;justify-content:center;align-self:start;align-items:center;display:inline-flex}.auth-choice-card strong{align-self:end;margin-bottom:4px;font-size:17px;font-weight:950;display:block}.auth-choice-card small{color:var(--muted);grid-column:2;align-self:start;font-size:13px;font-weight:700;line-height:1.35;display:block}.auth-back-button{color:var(--accent-strong);background:0 0;border:0;justify-self:start;align-items:center;gap:7px;font-weight:900;display:inline-flex}.auth-social-section{gap:14px;display:grid}.auth-social-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.auth-social-button{border:1px solid var(--line);min-height:54px;color:var(--text);background:#fff;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:0 16px;font-size:14px;font-weight:950;display:inline-flex;box-shadow:0 10px 28px #1414240a}.auth-social-button:hover:not(:disabled){border-color:#6c5cff59;transform:translateY(-1px)}.auth-social-button:disabled{cursor:not-allowed;opacity:.62}.auth-social-mark{background:var(--surface-muted);border-radius:999px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-weight:950;line-height:1;display:inline-flex}.auth-social-mark-google{color:#4285f4;font-family:Arial,sans-serif}.auth-social-mark-apple{color:var(--text);font-size:18px}.auth-divider{color:var(--muted);white-space:nowrap;align-items:center;gap:12px;font-size:12px;font-weight:850;line-height:1;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-demo-note{background:var(--accent-soft);color:var(--accent-strong);border-radius:18px;gap:4px;padding:14px 16px;display:grid}.auth-demo-note strong{font-size:14px;font-weight:950}.auth-demo-note span{color:#6158a8;font-size:13px;font-weight:750;line-height:1.35}.welcome-page,.onboarding-page,.demo-welcome-page{color:#fff;background:#0f1020;min-height:100vh}.welcome-page{gap:clamp(26px,4vw,54px);padding:clamp(22px,3vw,44px);display:grid}.welcome-nav{justify-content:space-between;align-items:center;gap:18px;display:flex}.welcome-nav .brand-mark{color:#8178ff;background:#6c5cff26}.welcome-signin{color:#ffffffd1;background:#ffffff14;border-radius:999px;align-items:center;min-height:42px;padding:0 18px;font-weight:900;display:inline-flex}.welcome-hero{grid-template-columns:minmax(0,.9fr) minmax(420px,.75fr);align-items:center;gap:clamp(28px,5vw,74px);display:grid}.welcome-copy{max-width:820px}.welcome-kicker,.welcome-slide-panel span,.demo-welcome-badge{color:#9d95ff;letter-spacing:.1em;text-transform:uppercase;background:#6c5cff29;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:950;display:inline-flex}.welcome-copy h1{max-width:780px;margin:22px 0 18px;font-size:clamp(54px,7vw,104px);line-height:.92}.welcome-copy p{color:#ffffffa8;max-width:620px;font-size:clamp(18px,2vw,22px);font-weight:650;line-height:1.42}.welcome-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.welcome-preview{min-height:560px;position:relative}.welcome-preview-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff1c;box-shadow:0 30px 90px #00000047}.welcome-preview-main{border-radius:34px;min-height:430px;padding:24px;position:absolute;inset:56px 0 auto}.welcome-preview-side{border-radius:26px;gap:8px;width:min(330px,82%);padding:20px;display:grid;position:absolute;bottom:0;right:24px}.welcome-preview-side svg{color:#00c9a7}.welcome-preview-side strong{font-size:19px}.welcome-preview-side span{color:#ffffff9e;font-weight:650;line-height:1.35}.welcome-preview-head,.welcome-preview-metrics,.welcome-preview-list div{justify-content:space-between;align-items:center;gap:16px;display:flex}.welcome-preview-head span,.welcome-preview-metrics span{color:#ffffff75;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:950}.welcome-preview-head strong{font-size:28px}.welcome-preview-metrics{margin:22px 0}.welcome-preview-metrics div{background:#ffffff14;border-radius:22px;flex:1;align-content:center;gap:8px;min-height:110px;padding:18px;display:grid}.welcome-preview-metrics strong{font-size:44px;line-height:1}.welcome-preview-list{gap:10px;display:grid}.welcome-preview-list div{color:#10111e;background:#ffffffe6;border-radius:18px;min-height:62px;padding:0 16px}.welcome-preview-list strong{color:var(--accent-strong)}.welcome-slides{grid-template-columns:minmax(0,1fr) minmax(300px,.5fr);align-items:stretch;gap:18px;display:grid;position:relative}.welcome-slide-panel{background:#ffffff14;border:1px solid #ffffff1c;border-radius:34px;align-content:center;gap:14px;min-height:260px;padding:clamp(28px,4vw,46px);display:grid}.welcome-slide-panel h2{max-width:760px;margin:0;font-size:clamp(34px,4vw,58px);line-height:.98}.welcome-slide-panel p{color:#ffffffa3;max-width:620px;margin:0;font-size:18px;font-weight:700;line-height:1.4}.welcome-slide-tabs{gap:10px;display:grid}.welcome-slide-tabs button{color:#ffffff9e;background:#ffffff12;border:1px solid #ffffff1a;border-radius:18px;align-items:center;gap:11px;min-height:58px;padding:0 16px;font-weight:900;display:flex}.welcome-slide-tabs button.active{color:#10111e;background:#fff}.welcome-slide-icon{background:#ffffff1f;border:1px solid #ffffff26;border-radius:26px;justify-content:center;align-items:center;width:88px;height:88px;display:inline-flex;position:absolute;top:-24px;right:25%}.welcome-accent-teal svg,.welcome-accent-teal span{color:#00c9a7}.welcome-accent-orange svg,.welcome-accent-orange span{color:#ff9f43}.welcome-accent-purple svg,.welcome-accent-purple span{color:#9d95ff}.welcome-accent-blue svg,.welcome-accent-blue span{color:#62d4ff}.welcome-bottom-cta{color:#10111e;background:#fff;border-radius:26px;align-items:center;gap:14px;padding:18px 22px;display:flex}.welcome-bottom-cta span{color:var(--muted);flex:1;font-weight:750}.welcome-bottom-cta a{color:var(--accent-strong);font-weight:950}.onboarding-page{place-items:center;padding:clamp(18px,3vw,38px);display:grid}.onboarding-shell{grid-template-rows:auto 1fr auto;gap:18px;width:min(680px,100%);min-height:min(760px,100vh - 76px);display:grid;position:relative}.onboarding-top{grid-template-columns:48px 1fr 72px;align-items:center;gap:16px;margin-bottom:4px;display:grid}.onboarding-icon-button,.onboarding-skip{color:#9d95ff;background:0 0;border:0;font-weight:800}.onboarding-icon-button{border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:32px;line-height:1;display:inline-flex}.onboarding-icon-button span{transform:translateY(-2px)}.onboarding-progress{justify-content:center;gap:8px;display:flex}.onboarding-progress span{background:#ffffff2e;border-radius:999px;width:8px;height:8px}.onboarding-progress span.active{background:var(--accent);width:24px}.onboarding-top-spacer{width:72px}.onboarding-step{align-content:start;gap:18px;display:grid}.onboarding-swipe-step,.onboarding-final-step{align-content:start}.onboarding-hero-card{gap:6px;padding:10px 0 8px;display:grid}.onboarding-hero-card>span{color:#9d95ff;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:950;display:inline-flex}.onboarding-hero-card h1{letter-spacing:-.04em;max-width:620px;margin:0;font-size:clamp(32px,5vw,48px);line-height:1.02}.onboarding-hero-card p{color:#ffffff9e;max-width:620px;margin:0;font-size:15px;font-weight:650;line-height:1.38}.onboarding-pill-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.onboarding-pill{color:#fff;text-align:left;background:#ffffff14;border:1px solid #ffffff1a;border-radius:18px;align-items:center;gap:10px;min-height:68px;padding:0 14px;display:flex}.onboarding-pill span{font-size:20px}.onboarding-pill strong{flex:1;font-size:13px;font-weight:800;line-height:1.25}.onboarding-pill.selected,.onboarding-pain-list button.selected{color:#9d95ff;border-color:#6c5cff9e}.onboarding-pain-list{gap:10px;padding-bottom:86px;display:grid}.onboarding-pain-list button{color:#fff;text-align:left;background:#ffffff14;border:1px solid #ffffff1a;border-radius:18px;align-items:center;gap:14px;min-height:62px;padding:0 16px;display:flex}.onboarding-pain-list button span{color:#fff;background:#ffffff1f;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.onboarding-pain-list button.selected span{background:var(--accent)}.onboarding-pain-list button strong{flex:1;font-size:14px;font-weight:750;line-height:1.35}.onboarding-priority-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.onboarding-priority-row span{color:#ffffff85;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:850}.onboarding-priority-row strong{color:#9d95ff;background:#6c5cff29;border:1px solid #6c5cff47;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.onboarding-proof-card{color:#fff;background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;gap:8px;padding:22px;display:grid}.onboarding-proof-header{align-items:center;gap:12px;margin-bottom:4px;display:flex}.onboarding-avatar{border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:850;display:inline-flex}.onboarding-proof-card strong,.onboarding-proof-card span{display:block}.onboarding-proof-card span{color:#ffffff85;font-weight:750}.onboarding-stars{color:#ffb347;letter-spacing:2px;font-size:14px}.onboarding-proof-card p{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:900;line-height:1.35}.onboarding-proof-card em{color:#00c9a7;margin:0;font-size:16px;font-style:normal;font-weight:650;line-height:1.45}.onboarding-takeaway{color:#ffffff9e;text-align:center;justify-self:center;max-width:330px;margin:12px 0 0;font-size:13px;font-weight:650;line-height:1.45}.onboarding-card-counter{color:#ffffff7a;text-align:center;margin:0 0 4px;font-size:14px;font-weight:650}.onboarding-card-stack{place-items:center;height:300px;display:grid;position:relative;overflow:visible}.onboarding-swipe-card{color:#080914;transform-origin:50%;background:#fff;border:1px solid #ffffff38;border-radius:20px;place-items:center;width:min(550px,100vw - 120px);min-height:300px;padding:32px;display:grid;position:absolute;box-shadow:0 28px 80px #00000057}.onboarding-swipe-card p{text-align:center;max-width:420px;margin:0;font-size:20px;font-weight:900;line-height:1.35}.onboarding-swipe-card.second{z-index:1;opacity:1;background:#ffffff3d;transform:translate(14px)scale(.95)rotate(2deg)}.onboarding-swipe-card.third{z-index:0;opacity:1;background:#ffffff29;transform:translate(-14px)scale(.9)rotate(-3deg)}.onboarding-swipe-card.front{z-index:2;border-color:#ffffff61}.onboarding-swipe-card.front:after{letter-spacing:.12em;opacity:0;text-transform:uppercase;border:2px solid;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:950;position:absolute;top:22px}.onboarding-swipe-card.front.swipe-yes{animation:.38s cubic-bezier(.22,1,.36,1) forwards onboardingSwipeYes}.onboarding-swipe-card.front.swipe-yes:after{content:"Yes";color:#00a98d;animation:.38s ease-out forwards onboardingStampYes;right:24px}.onboarding-swipe-card.front.swipe-no{animation:.38s cubic-bezier(.22,1,.36,1) forwards onboardingSwipeNo}.onboarding-swipe-card.front.swipe-no:after{content:"No";color:#ff5a67;animation:.38s ease-out forwards onboardingStampNo;left:24px}.onboarding-swipe-card.second p,.onboarding-swipe-card.third p{opacity:0}.onboarding-swipe-buttons{justify-content:center;gap:40px;padding-top:14px;display:flex}.onboarding-swipe-buttons button{border:2px solid;border-radius:999px;justify-content:center;align-items:center;width:60px;height:60px;transition:background .16s,transform .16s,box-shadow .16s;display:inline-flex}.onboarding-swipe-buttons button:disabled{cursor:default}.onboarding-swipe-buttons .no{color:#ff6b6b;background:#ff6b6b1a}.onboarding-swipe-buttons .no.active{background:#ff6b6b33;animation:.38s ease-out forwards onboardingNoButton;box-shadow:0 0 0 10px #ff6b6b14}.onboarding-swipe-buttons .yes{color:#00c9a7;background:#00c9a71a}.onboarding-swipe-buttons .yes.active{background:#00c9a733;animation:.38s ease-out forwards onboardingYesButton;box-shadow:0 0 0 10px #00c9a714}@keyframes onboardingSwipeYes{0%{opacity:1;transform:translate(0)translateY(0)rotate(0)scale(1);box-shadow:0 28px 80px #00000057}42%{opacity:1;transform:translate(54px)translateY(-12px)rotate(7deg)scale(1.02);box-shadow:0 30px 90px #00c9a74d}to{opacity:0;transform:translate(420px)translateY(-34px)rotate(17deg)scale(.88);box-shadow:0 18px 52px #00c9a72e}}@keyframes onboardingSwipeNo{0%{opacity:1;transform:translate(0)translateY(0)rotate(0)scale(1);box-shadow:0 28px 80px #00000057}38%{opacity:1;transform:translate(-48px)translateY(10px)rotate(-8deg)scale(.98);box-shadow:0 30px 90px #ff6b6b47}to{opacity:0;transform:translate(-420px)translateY(36px)rotate(-18deg)scale(.86);box-shadow:0 18px 52px #ff6b6b29}}@keyframes onboardingStampYes{0%{opacity:0;transform:translateY(8px)rotate(10deg)scale(.74)}45%{opacity:1;transform:translateY(0)rotate(10deg)scale(1.08)}to{opacity:0;transform:translateY(-10px)rotate(10deg)scale(.96)}}@keyframes onboardingStampNo{0%{opacity:0;transform:translateY(8px)rotate(-11deg)scale(.74)}45%{opacity:1;transform:translateY(0)rotate(-11deg)scale(1.08)}to{opacity:0;transform:translateY(10px)rotate(-11deg)scale(.96)}}@keyframes onboardingYesButton{0%{transform:scale(1)}38%{transform:scale(1.18)rotate(6deg)}to{transform:scale(.96)}}@keyframes onboardingNoButton{0%{transform:scale(1)}25%{transform:translate(-4px)scale(1.1)rotate(-7deg)}50%{transform:translate(4px)scale(1.08)rotate(7deg)}to{transform:translate(0)scale(.96)rotate(0)}}.onboarding-final-heading{text-align:center;justify-items:center;gap:10px;margin-bottom:6px;display:grid}.onboarding-final-heading span,.onboarding-primary-feature>span,.onboarding-secondary-features h2{color:#9d95ff;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:850}.onboarding-final-heading h1{letter-spacing:-.04em;max-width:560px;margin:0;font-size:clamp(36px,5vw,54px);line-height:1.04}.onboarding-primary-feature{background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;gap:10px;padding:20px;display:grid}.onboarding-feature-row{align-items:center;gap:14px;padding:6px 0;display:flex}.onboarding-feature-row>span{color:#9d95ff;background:#6c5cff29;border-radius:999px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.onboarding-feature-row.primary>span{background:var(--accent);color:#fff;width:48px;height:48px}.onboarding-feature-row div{flex:1}.onboarding-feature-row strong{color:#fff;margin-bottom:2px;font-size:16px;font-weight:950;display:block}.onboarding-feature-row p{color:#ffffff9e;margin:0;font-weight:650;line-height:1.35}.onboarding-secondary-features{gap:8px;margin-top:4px;display:grid}.onboarding-secondary-features h2{color:#ffffff94;margin:10px 0 4px}.onboarding-footer{justify-content:flex-end;padding-top:8px;display:flex}.onboarding-footer-floating{z-index:20;width:auto;padding:0;position:fixed;bottom:max(18px,50vh + min(760px,100vh - 76px)/-2);right:max(18px,50vw - 340px)}.onboarding-footer-floating .button{width:auto}.demo-welcome-page{place-items:center;padding:clamp(18px,3vw,42px);display:grid}.demo-welcome-card{text-align:center;background:#ffffff14;border:1px solid #ffffff1c;border-radius:38px;justify-items:center;gap:18px;width:min(980px,100%);padding:clamp(28px,5vw,56px);display:grid;box-shadow:0 30px 90px #00000040}.demo-welcome-card .brand-mark{color:#8178ff;background:#6c5cff26}.demo-welcome-card h1{max-width:760px;margin:0;font-size:clamp(42px,6vw,76px);line-height:.95}.demo-welcome-card>p{color:#ffffffa3;max-width:650px;margin:0;font-size:18px;font-weight:700;line-height:1.42}.demo-welcome-preview{width:min(680px,100%);min-height:280px;margin:10px 0;position:relative}.demo-preview-alerts,.demo-preview-home{background:#ffffff17;border:1px solid #ffffff1f;position:absolute;box-shadow:0 24px 70px #0003}.demo-preview-alerts{text-align:left;border-radius:26px;gap:10px;width:44%;min-height:210px;padding:18px;display:grid;top:18px;left:0}.demo-preview-alerts span{color:#ffffff8c;font-weight:750}.demo-preview-alerts div{background:#ff6b6b1f;border-radius:16px;height:44px}.demo-preview-alerts div:last-child{background:#ff9f431f}.demo-preview-home{color:#10111e;text-align:left;background:#fffffff0;border-radius:30px;grid-template-columns:.6fr 1fr;gap:14px;width:66%;min-height:230px;padding:20px;display:grid;bottom:0;right:0}.demo-preview-home div{background:#ededf5;border-radius:22px;align-content:center;gap:8px;padding:16px;display:grid}.demo-preview-home span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:950}.demo-preview-home strong{font-size:34px}.demo-preview-home em{color:var(--accent-strong);font-style:normal;font-weight:900}.demo-benefits{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.demo-benefits div{color:#fffc;background:#ffffff17;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:800;display:inline-flex}.demo-benefits svg{color:#00c9a7}.demo-welcome-actions{min-width:min(380px,100%)}.demo-welcome-actions .button{width:100%}@media (max-width:1120px){.welcome-hero,.welcome-slides,.onboarding-proof-layout{grid-template-columns:1fr}.welcome-preview{min-height:500px}.welcome-slide-icon{right:20px}.onboarding-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.welcome-page{gap:24px;padding:18px}.welcome-hero{gap:22px}.welcome-copy h1{font-size:46px}.welcome-copy p,.welcome-slide-panel p,.demo-welcome-card>p{font-size:16px}.welcome-actions,.welcome-actions .button{width:100%}.welcome-preview{min-height:0}.welcome-preview-main,.welcome-preview-side{width:100%;position:relative;inset:auto}.welcome-preview-main{border-radius:26px;min-height:0;padding:18px}.welcome-preview-side{margin-top:12px;bottom:auto;right:auto}.welcome-preview-metrics{grid-template-columns:1fr;display:grid}.welcome-preview-metrics div{min-height:82px}.welcome-slides{grid-template-columns:1fr}.welcome-slide-panel{border-radius:26px;min-height:0}.welcome-slide-panel h2{font-size:34px}.welcome-slide-icon{display:none}.welcome-bottom-cta{flex-direction:column;align-items:flex-start}.onboarding-page{align-items:start;padding:16px}.onboarding-shell{gap:18px;min-height:calc(100vh - 32px)}.onboarding-top{grid-template-columns:44px 1fr 56px;gap:10px}.onboarding-top-spacer{width:56px}.onboarding-hero-card h1{font-size:40px}.onboarding-hero-card p{font-size:16px}.onboarding-pill-grid,.onboarding-option-grid,.onboarding-signal-grid,.onboarding-recommendations{grid-template-columns:1fr}.onboarding-swipe-card{width:calc(100vw - 72px)}.onboarding-proof-card{border-radius:24px}.onboarding-proof-card p{font-size:20px}.onboarding-signal-grid article{min-height:0}.onboarding-footer,.onboarding-footer .button{width:100%}.onboarding-footer-floating{width:auto;bottom:16px;left:16px;right:16px}.demo-welcome-page{align-items:start;padding:16px}.demo-welcome-card{border-radius:28px;justify-content:center;min-height:calc(100vh - 32px)}.demo-welcome-card h1{font-size:42px}.demo-welcome-preview{min-height:0}.demo-preview-alerts,.demo-preview-home{width:100%;position:relative;inset:auto}.demo-preview-home{grid-template-columns:1fr;margin-top:-22px}.demo-benefits{width:100%;display:grid}}.password-input{position:relative}.password-input .input{padding-right:52px}.password-input button{background:var(--surface-muted);width:38px;height:38px;color:var(--muted);border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.auth-link-button{color:var(--accent-strong);background:0 0;border:0;justify-self:center;font-weight:900}.login-form .auth-link-button{margin-top:16px}.form-grid+.auth-switch,.login-form+.auth-switch{margin-top:42px}.app-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.app-shell-nav-hidden{grid-template-columns:minmax(0,1fr)}.app-shell-nav-hidden .sidebar{display:none}.sidebar{color:#f7f7fb;background:#101014;flex-direction:column;gap:28px;height:100vh;padding:24px;display:flex;position:sticky;top:0}.sidebar-brand{justify-content:space-between;align-items:center;display:flex}.sidebar .brand-mark{color:#8377ff;background:#191925;font-size:24px}.mobile-menu,.sidebar-close{display:inline-flex}.mobile-scrim{display:none}.side-nav{gap:8px;display:grid}.side-nav a,.side-logout{color:#f7f7fbb8;background:0 0;border:0;border-radius:16px;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-weight:850;display:flex}.side-nav a.active,.side-nav a:hover,.side-logout:hover{color:#fff;background:#ffffff1a}.sidebar-footer{color:#f7f7fb9e;gap:12px;margin-top:auto;font-size:14px;display:grid}.main-panel{min-width:0}.topbar{z-index:20;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--line);will-change:transform;background:#f3f3f7db;align-items:center;gap:18px;padding:20px 32px;transition:transform .18s,opacity .18s;display:flex;position:sticky;top:0}.app-shell-header-hidden .topbar{opacity:0;pointer-events:none;transform:translateY(calc(-100% - 2px))}.topbar-title{color:var(--muted);align-items:center;gap:10px;font-weight:850;display:flex}.topbar-controls{align-items:center;gap:12px;margin-left:auto;display:flex}.compact-select{border:1px solid var(--line);background:var(--surface);border-radius:999px;align-items:center;gap:10px;padding:8px 12px;font-weight:850;display:inline-flex}.compact-select span{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:12px}.compact-select select{background:0 0;border:0;outline:0;font-weight:900}.content-area{padding:32px}.page-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.page-header h1{margin:0;font-size:clamp(42px,5vw,70px);line-height:.95}.page-header p{color:var(--muted);max-width:760px;margin:12px 0 0}.eyebrow{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;font-size:13px;font-weight:950;margin:0 0 10px!important}.page-actions,.toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.filter-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.filter-bar>.input{width:auto;min-width:180px}.date-chip-row{flex:100%;align-items:center;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.date-chip{background:var(--surface-muted);min-height:36px;color:var(--muted);white-space:nowrap;border:0;border-radius:999px;flex:none;padding:0 13px;font-size:13px;font-weight:850}.date-chip-active{background:var(--accent);color:#fff;box-shadow:0 12px 24px #6c5cff2e}.category-filter{align-items:center;gap:8px;margin:-6px 0 18px;display:flex;position:relative}.category-chip-track{scrollbar-width:none;flex:auto;align-items:center;gap:8px;min-width:0;padding:2px 0;display:flex;overflow-x:auto}.category-chip-track::-webkit-scrollbar{display:none}.category-chip{background:var(--surface-muted);min-height:36px;color:var(--muted);white-space:nowrap;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 13px;font-size:13px;font-weight:850;transition:background .16s,color .16s,box-shadow .16s;display:inline-flex}.category-chip:hover,.category-more-open{color:var(--text);background:#ececf4}.category-chip-active{background:var(--accent);color:#fff;box-shadow:0 12px 24px #6c5cff2e}.category-chip-active:hover{background:var(--accent);color:#fff}.category-more-wrap{flex:none;position:relative}.category-popover{z-index:50;border:1px solid var(--line);background:var(--surface);border-radius:22px;width:min(330px,100vw - 48px);padding:10px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 24px 54px #1111162e}.category-popover-search{background:var(--surface-muted);width:100%;min-height:42px;margin-bottom:8px}.category-popover-search input{font-size:14px}.category-option-list{gap:4px;max-height:260px;padding-right:2px;display:grid;overflow-y:auto}.category-option{min-height:40px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:14px;padding:0 12px;font-size:14px;font-weight:850}.category-option:hover,.category-option-active{background:var(--accent-soft);color:var(--accent)}.category-option-empty{color:var(--muted);padding:12px;font-size:13px;font-weight:750}.date-range-fields{flex-wrap:wrap;flex:100%;gap:10px;display:flex}.date-range-fields label{border:1px solid var(--line);background:var(--surface);min-height:44px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:850;display:inline-flex}.date-range-fields input{color:var(--text);text-transform:none;letter-spacing:0;background:0 0;border:0;outline:0;font-size:14px;font-weight:750}.grid+.card,.grid+.split-layout,.grid+.section-block,.card+.card,.split-layout+.grid{margin-top:18px}.grid>.card+.card{margin-top:0}.workspace-card{margin-top:18px}.search-box{border:1px solid var(--line);background:var(--surface);border-radius:999px;flex:280px;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.search-box input{background:0 0;border:0;outline:0;width:100%}.search-box:focus-within{border-color:#6c5cffa6;box-shadow:0 0 0 4px #6c5cff1f}.form-error{color:var(--danger);margin:0;font-weight:850}.form-notice{color:var(--success);margin:0;font-weight:850}.inline-link{align-items:center;gap:6px;display:inline-flex}.quick-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);flex-direction:column;justify-content:flex-end;gap:10px;min-height:176px;padding:24px;display:flex;box-shadow:0 18px 50px #1414240f}.quick-card svg{color:var(--accent-strong)}.quick-card strong{font-size:22px}.quick-card span{color:var(--muted)}.command-card{color:#fff;background:#111116}.command-card span{color:#ffffffad}.table-actions{justify-content:flex-end;gap:8px;display:flex}.inventory-stock-quantity{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.disabled-link{pointer-events:none;opacity:.5}.inventory-workspace{gap:18px;margin-top:18px;display:grid}.inventory-workspace-with-review{padding-bottom:92px}.inventory-review-float{z-index:45;background:var(--accent);color:#fff;border-radius:999px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:3px 10px;width:min(420px,100vw - 48px);min-height:58px;padding:12px 18px;transition:left .18s,transform .2s,opacity .16s,background .16s;display:grid;position:fixed;bottom:24px;left:calc(50vw + 140px);transform:translate(-50%);box-shadow:0 22px 54px #6c5cff57}.inventory-review-float span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:950;line-height:1.05;overflow:hidden}.inventory-review-float strong{color:#ffffffc7;text-overflow:ellipsis;white-space:nowrap;grid-column:2;min-width:0;font-size:12px;font-weight:850;line-height:1;overflow:hidden}.inventory-review-float:hover{background:var(--accent-strong)}.app-shell-nav-hidden .inventory-review-float{left:50%}.app-shell-header-hidden .inventory-review-float{opacity:0;pointer-events:none;transform:translate(-50%,88px)}.current-order-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);gap:16px;padding:20px;display:grid;box-shadow:0 18px 50px #1414240f}.current-order-head{gap:12px;display:grid}.current-order-head h2{align-items:center;gap:8px;margin:2px 0 0;display:flex}.current-order-lines{gap:10px;max-height:46vh;display:grid;overflow-y:auto}.current-order-line{border:1px solid var(--line);background:var(--surface-muted);border-radius:18px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px;display:grid}.current-order-line>div:first-child{gap:3px;display:grid}.current-order-line span{color:var(--muted);font-weight:750}.current-order-line>.text-link{background:0 0;border:0;grid-column:1/-1;width:fit-content}.quantity-stepper{border:1px solid var(--line);background:var(--surface);border-radius:999px;align-items:center;height:38px;display:inline-flex;overflow:hidden}.quantity-stepper button{background:0 0;border:0;justify-content:center;align-items:center;width:34px;height:100%;display:inline-flex}.quantity-stepper input{text-align:center;background:0 0;border:0;outline:0;width:46px;height:100%;font-weight:900}.quick-restock-modal{width:min(540px,100%)}.quick-restock-sheet{gap:18px;display:grid}.quick-restock-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.quick-restock-title h3{color:var(--text);margin:0;font-size:28px;line-height:1.05}.quick-restock-title p{color:var(--muted);margin:4px 0 0;font-weight:750}.quick-restock-status{flex-wrap:wrap;gap:8px;display:flex}.quick-restock-status span{background:var(--surface-muted);min-height:32px;color:var(--muted);border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.quick-restock-status strong{color:var(--text)}.quick-restock-suggestion{background:var(--accent-soft);color:var(--accent-strong);border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.quick-restock-suggestion>div{gap:3px;min-width:0;display:grid}.quick-restock-suggestion strong{color:var(--text)}.quick-restock-suggestion span{color:var(--muted);font-size:13px;font-weight:720;line-height:1.35}.quick-restock-suggestion .icon-button{background:var(--surface);width:36px;height:36px}.quick-restock-confidence,.quick-restock-added{background:var(--surface-muted);border-radius:18px;gap:4px;padding:14px;display:grid}.quick-restock-confidence span,.quick-restock-added span{color:var(--muted);font-size:13px;font-weight:720;line-height:1.35}.quick-restock-qty{gap:10px;display:grid}.quick-restock-qty>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:950}.quick-restock-stepper{border:1px solid var(--line);background:var(--surface-muted);border-radius:22px;grid-template-columns:54px minmax(0,1fr) 54px;align-items:center;min-height:64px;padding:8px;display:grid}.quick-restock-stepper button{background:var(--surface);height:48px;color:var(--text);border:0;border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.quick-restock-stepper input{width:100%;height:48px;color:var(--text);text-align:center;background:0 0;border:0;outline:0;font-size:24px;font-weight:950}.current-order-footer{gap:10px;display:grid}.inventory-mobile-list,.checkout-mobile-list{display:none}.checkout-layout{grid-template-columns:minmax(0,1fr) minmax(320px,380px);align-items:start;gap:18px;display:grid}.checkout-layout>.card+.card{margin-top:0}.checkout-settings-card{align-self:start;position:sticky;top:96px}.checkout-order-card{min-width:0}.checkout-order-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.checkout-settings-form{grid-template-columns:1fr;gap:14px}.checkout-mode-field,.checkout-settings-form .checkout-total,.checkout-settings-form .form-error,.checkout-settings-form>.button{grid-column:auto}.checkout-mode-field{gap:10px;display:grid}.checkout-mode-field>span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:850}.checkout-mode-toggle{background:var(--surface-muted);border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-height:56px;padding:6px;display:grid}.checkout-mode-toggle button{color:var(--muted);background:0 0;border:0;border-radius:19px;font-size:16px;font-weight:950;transition:background .16s,color .16s,box-shadow .16s}.checkout-order-card .table-wrap{border-radius:24px}.checkout-validation-note{border:1px solid color-mix(in srgb, var(--warning) 26%, transparent);background:var(--warning-soft);color:var(--warning);border-radius:18px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex}.checkout-validation-note svg{flex:none;margin-top:2px}.checkout-validation-note strong{color:var(--text);font-size:14px;font-weight:850;display:block}.checkout-validation-note p{color:var(--muted);margin:3px 0 0;font-size:13px;font-weight:650;line-height:1.35}.checkout-table table{min-width:660px}.checkout-table th,.checkout-table td{padding:14px 16px}.checkout-table td:first-child{min-width:220px}.checkout-item-title{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.checkout-item-title .badge{padding:4px 7px;font-size:10px}.checkout-blocked-copy{max-width:360px;color:var(--muted);margin-top:4px;font-size:12px;font-weight:650;line-height:1.3;display:block}.checkout-row-readonly{opacity:.58}.checkout-row-readonly .input:disabled{cursor:not-allowed;color:var(--muted);background:var(--surface-muted)}.checkout-table .compact-number{width:112px}.checkout-settings-form>.button{width:100%}.checkout-settings-card .textarea{min-height:90px}.checkout-mode-toggle button.active{background:var(--accent);color:#fff;box-shadow:0 14px 34px #6c5cff40}.checkout-mode-sale .button-primary,.checkout-mode-toggle button.sale.active{background:var(--success);color:#fff;box-shadow:0 14px 34px #16a0853d}.compact-number{text-align:right;width:104px;min-height:40px}.checkout-total{background:var(--surface-muted);border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.checkout-total span{color:var(--muted);font-weight:850}.checkout-total strong{font-size:24px}.alert-list{gap:10px;display:grid}.alert-row{border:1px solid var(--line);background:var(--surface);border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px;display:grid}.alert-row>div:nth-child(2){gap:3px;display:grid}.alert-row span{color:var(--muted);font-weight:750}.page-actions .button{white-space:nowrap}.attention-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.attention-dashboard{margin-top:16px;margin-bottom:16px;display:block}.attention-brief{border:1px solid var(--line);background:var(--surface);min-height:150px;box-shadow:var(--shadow);border-radius:26px;justify-content:space-between;gap:18px;padding:22px 24px;display:flex}.attention-brief svg{color:var(--success);flex:none}.attention-brief h2{margin:0;font-size:23px}.attention-brief p{color:var(--muted);margin:7px 0 0;font-weight:700;line-height:1.45}.attention-brief-kicker{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.attention-brief-metrics{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.attention-brief-metrics span{background:var(--surface-muted);min-height:28px;color:var(--muted);border-radius:999px;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.attention-brief-metrics strong{color:var(--text)}.attention-sections{gap:22px;display:grid}.attention-section{gap:12px;display:grid}.attention-section-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.attention-section-head h3{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:13px}.attention-section-head h3 span{color:var(--text)}.section-info{background:var(--accent-soft);min-height:30px;color:var(--accent-strong);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:900;display:inline-flex}.attention-row-list{border:1px solid var(--line);background:var(--surface);border-radius:22px;overflow:hidden}.attention-row{border-bottom:1px solid var(--line);background:var(--surface);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:82px;padding:14px 18px;display:grid}.attention-row:last-child{border-bottom:0}.attention-row-clickable{cursor:pointer}.attention-row-clickable:focus-visible{outline-offset:-3px;background:#6c5cff0e;outline:3px solid #6c5cff42}.attention-row-link{color:inherit;grid-template-columns:auto minmax(0,1fr) auto auto;text-decoration:none}.attention-row:hover{background:#6c5cff0b}.attention-thumb,.attention-transfer-icon{object-fit:cover;object-position:center;background:var(--surface-muted);width:44px;height:44px;color:var(--muted);border-radius:16px;flex:none;justify-content:center;align-items:center;font-size:22px;display:inline-flex;overflow:hidden}.attention-transfer-icon{color:var(--accent-strong)}.attention-row-main{gap:5px;min-width:0;display:grid}.attention-row-main>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:16px;overflow:hidden}.reason-chip-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.reason-chip{letter-spacing:.04em;text-transform:uppercase;background:var(--surface-muted);min-height:22px;color:var(--muted);border-radius:999px;align-items:center;gap:4px;padding:0 8px;font-size:10px;font-weight:900;line-height:22px;display:inline-flex}.reason-chip-urgent{background:var(--danger-soft);color:var(--danger)}.reason-chip-upcoming{background:var(--warning-soft);color:var(--warning)}.reason-chip-info{background:var(--accent-soft);color:var(--accent-strong)}.reason-chip-muted{background:var(--surface-muted);color:var(--muted)}.attention-detail-lines{color:var(--muted);flex-wrap:wrap;gap:5px 12px;font-size:13px;font-weight:720;display:flex}.attention-row-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.attention-row-metric{color:var(--text);white-space:nowrap;font-weight:900}.restock-toast{z-index:60;background:#fffffff5;border:1px solid #00c9a73d;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:min(430px,100vw - 32px);padding:12px;display:grid;position:fixed;bottom:28px;right:28px;box-shadow:0 24px 70px #0e0e142e}.restock-toast>svg{color:var(--success)}.restock-toast div{gap:2px;min-width:0;display:grid}.restock-toast strong{font-size:14px}.restock-toast span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;overflow:hidden}.insight-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) minmax(260px,.7fr);align-items:stretch;gap:18px;margin-top:18px;display:grid}.insight-grid>.card,.insight-grid>.quick-card{min-height:378px}.insight-grid>.card+.card{margin-top:0}.activity-pulse-card{flex-direction:column;display:flex}.activity-pulse-card .sparkline{flex:1;min-height:148px}.activity-pulse-card .detail-row:first-of-type{margin-top:auto}.health-score{align-items:baseline;gap:8px;margin-bottom:18px;display:flex}.health-score strong{font-size:58px;line-height:.9}.health-score span{color:var(--muted);font-weight:850}.health-breakdown{gap:10px;display:grid}.mini-bar{background:var(--surface-muted);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:0 14px;display:flex;position:relative;overflow:hidden}.mini-bar span,.mini-bar strong{z-index:1;position:relative}.mini-bar span{color:var(--muted);font-weight:850}.mini-bar i{background:var(--accent);border-radius:999px;min-width:8px;height:5px;position:absolute;inset:auto auto 0 0}.mini-bar-danger i{background:var(--danger)}.mini-bar-warning i{background:var(--warning)}.sparkline{background:var(--surface-muted);border-radius:20px;align-items:end;gap:8px;height:118px;padding:12px;display:flex}.sparkline span{background:var(--accent);opacity:.72;border-radius:999px 999px 4px 4px;flex:1;min-width:12px}.home-tone-accent{--home-tone:var(--accent-strong);--home-tone-soft:var(--accent-soft)}.home-tone-success{--home-tone:var(--success);--home-tone-soft:var(--success-soft)}.home-tone-warning{--home-tone:#a76015;--home-tone-soft:var(--warning-soft)}.home-tone-danger{--home-tone:#e34f58;--home-tone-soft:var(--danger-soft)}.home-tone-neutral{--home-tone:var(--muted);--home-tone-soft:var(--surface-muted)}.home-page .page-header{align-items:center;margin-bottom:18px}.home-page .page-header h1{font-size:clamp(38px,4vw,56px)}.home-page .page-header p{max-width:600px}.home-page .badge{background:var(--surface-muted);color:var(--muted)}.home-page .badge-accent{background:var(--accent-soft);color:var(--accent-strong)}.home-page .badge-success{background:var(--success-soft);color:var(--success)}.home-page .badge-danger{background:var(--danger-soft);color:#e34f58}.home-page .badge-warning{background:var(--warning-soft);color:#a76015}.home-page .button-secondary{background:var(--surface-muted)}.home-command-layout{grid-template-columns:minmax(0,1.75fr) minmax(320px,.68fr);align-items:stretch;gap:18px;display:grid}.home-next-card,.home-health-panel,.home-ops-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 18px 50px #1414240f}.home-next-card{border-color:var(--line);grid-template-columns:minmax(0,1.45fr) minmax(300px,.5fr);gap:18px;min-height:286px;padding:24px;display:grid}.home-next-main{flex-direction:column;justify-content:space-between;gap:28px;min-width:0;display:flex}.home-next-kicker,.home-card-head,.home-rail-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.home-next-kicker>span,.home-card-head>span,.home-rail-head>span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:950}.home-next-body{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:18px;display:grid}.home-next-icon,.home-priority-icon{flex:none;justify-content:center;align-items:center;display:inline-flex}.home-next-icon{width:58px;height:58px;color:var(--muted);background:var(--surface-muted);border-radius:18px}.home-priority-icon{color:var(--muted);background:var(--surface-muted)}.home-next-body h2{max-width:720px;margin:0;font-size:clamp(30px,3.3vw,48px);line-height:1.02}.home-next-body p{color:var(--muted);margin:12px 0 0;font-size:18px;font-weight:850}.home-next-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;font-size:14px;font-weight:850;display:flex}.home-next-body small{color:var(--muted);margin-top:8px;font-size:13px;font-weight:700;display:block}.home-next-actions{flex-wrap:wrap;gap:10px;display:flex}.home-priority-rail{background:#ececf3ad;border-radius:20px;align-content:start;place-self:center stretch;gap:10px;min-width:0;padding:12px;display:grid}.home-rail-head strong{min-width:32px;min-height:32px;color:var(--home-tone);background:var(--surface);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.home-priority-list,.home-planning-list,.home-order-list{gap:8px;display:grid}.home-priority-row,.home-planning-row,.home-ops-row,.home-order-row,.home-command-link{min-width:0;color:inherit;align-items:center;gap:12px;display:grid}.home-priority-button,.home-planning-button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.home-priority-button:hover strong,.home-planning-button:hover strong{color:var(--accent-strong)}.home-priority-row{background:var(--surface);border-radius:15px;grid-template-columns:auto minmax(0,1fr);align-items:start;min-height:0;padding:10px}.home-priority-row span,.home-planning-title,.home-ops-row span,.home-order-row span,.home-command-link span{gap:3px;min-width:0;display:grid}.home-priority-copy{align-self:center}.home-priority-title-line{flex-wrap:wrap;align-items:center;gap:4px 6px;display:flex!important}.home-priority-row strong,.home-planning-title strong,.home-ops-row strong,.home-order-row strong,.home-command-link strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:950;overflow:hidden}.home-planning-title strong,.home-planning-title small,.home-ops-row strong,.home-ops-row small{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.15;display:-webkit-box}.home-priority-row strong,.home-priority-row small{text-overflow:clip;white-space:normal;line-height:1.12;overflow:visible}.home-priority-row strong{flex:120px;min-width:0;font-size:15px}.home-priority-row small,.home-planning-title small,.home-ops-row small,.home-order-row small,.home-command-link small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.home-priority-row small,.home-planning-title small,.home-ops-row small{white-space:normal}.home-priority-row small{text-overflow:clip;overflow:visible}.home-priority-row .badge{flex:none;min-height:24px;padding:0 8px;font-size:10px}.home-priority-thumb{background:var(--surface-muted);object-fit:cover;width:40px;height:40px;color:var(--muted);border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:20px;display:inline-flex;overflow:hidden}.home-priority-thumb.product-thumb-emoji{font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif}.home-priority-icon{border-radius:12px;width:40px;height:40px}.home-empty-rail{min-height:132px;color:var(--muted);place-items:center;gap:8px;font-weight:850;display:grid}.home-health-panel{flex-direction:column;gap:16px;min-height:302px;padding:24px;display:flex}.home-health-score{align-items:baseline;gap:8px;display:flex}.home-health-score strong{color:var(--success);font-size:clamp(54px,6vw,86px);line-height:.9}.home-health-score span{color:var(--muted);font-weight:850}.home-health-track{background:var(--surface-muted);border-radius:999px;height:10px;overflow:hidden}.home-health-track span{border-radius:inherit;background:var(--success);height:100%;display:block}.home-health-panel p,.home-muted-line{color:var(--muted);margin:0;font-weight:750}.home-risk-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto;display:grid}.home-risk-chip{min-height:54px;color:var(--muted);background:var(--surface-muted);border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;display:flex}.home-risk-chip span{color:var(--muted);font-size:12px;font-weight:900}.home-risk-chip strong{color:var(--muted);font-size:22px}.home-dashboard-grid{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr) minmax(300px,.64fr);align-items:start;gap:18px;margin-top:18px;display:grid}.home-dashboard-grid>.card+.card{margin-top:0}.home-planning-card,.home-movement-card{min-height:0}.home-planning-row{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto minmax(108px,auto);min-height:58px;padding:8px 0}.home-planning-row:last-child{border-bottom:0}.home-planning-metric{text-align:right;gap:2px;display:grid}.home-planning-metric strong{white-space:nowrap;font-size:14px}.home-planning-metric small{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.home-movement-card{flex-direction:column;display:flex}.home-movement-chart{background:var(--surface-muted);border-radius:22px;grid-template-columns:repeat(7,minmax(22px,1fr));align-items:end;gap:10px;min-height:168px;padding:14px;display:grid}.home-movement-day{justify-items:center;gap:8px;min-width:0;display:grid}.home-movement-day small{color:var(--muted);font-size:11px;font-weight:850}.home-movement-bar{background:var(--surface);border-radius:999px 999px 8px 8px;flex-direction:column-reverse;justify-content:flex-start;width:100%;height:112px;display:flex;overflow:hidden}.home-movement-bar span{width:100%;min-height:0;display:block}.home-move-sale{background:var(--accent)}.home-move-restock{background:var(--success)}.home-move-production{background:var(--warning)}.home-movement-legend{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.home-movement-legend span{background:var(--surface-muted);min-height:30px;color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.home-movement-legend i{border-radius:999px;width:8px;height:8px}.home-movement-legend strong{color:var(--text)}.home-movement-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.home-movement-summary span{background:var(--surface-muted);border-radius:16px;gap:3px;padding:12px;display:grid}.home-movement-summary strong{font-size:22px;line-height:1}.home-movement-summary small{color:var(--muted);font-size:12px;font-weight:850}.home-ops-column{gap:18px;display:grid}.home-ops-panel{min-height:201px;padding:20px}.home-ops-row{grid-template-columns:auto minmax(0,1fr) auto;margin-top:16px}.home-order-row{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;padding:10px 0}.home-order-row:last-child{border-bottom:0}.home-order-row b{text-align:right;white-space:nowrap;font-size:13px}.home-command-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.home-command-link{border:1px solid var(--line);background:var(--surface);border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto;min-height:82px;padding:16px;box-shadow:0 14px 34px #1414240b}.home-command-link>svg:first-child{color:var(--accent-strong)}@media (max-width:1360px){.home-next-card{grid-template-columns:1fr}.home-next-body h2{max-width:560px;font-size:clamp(30px,3.2vw,44px)}.home-priority-list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr)}.home-planning-card{grid-column:1/-1;min-height:0}}@media (max-width:1120px){.home-command-layout,.home-dashboard-grid{grid-template-columns:1fr}.home-health-panel{min-height:0}.home-command-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.home-next-card,.home-next-body,.home-planning-row,.home-command-link{grid-template-columns:1fr}.home-next-body h2{font-size:32px}.home-priority-list,.home-risk-grid,.home-command-strip{grid-template-columns:1fr}.home-planning-metric{text-align:left}}.home-redesign{gap:22px;display:grid}.home-redesign .page-header{margin-bottom:4px}.home-redesign .page-header h1{font-size:clamp(42px,5vw,68px)}.home-redesign .page-header p{max-width:660px}.home-overview{grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);align-items:stretch;gap:20px;display:grid}.home-action-strip{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px;display:grid}.home-action-card{border:1px solid var(--line);background:#ffffffd1;border-radius:22px;min-width:0;position:relative;box-shadow:0 18px 45px #1414240e}.home-action-link{grid-template-columns:44px minmax(0,1fr) 22px;align-items:center;gap:16px;min-height:116px;padding:18px 52px 18px 18px;display:grid}.home-action-icon{background:var(--surface-muted);width:44px;height:44px;color:var(--accent-strong);border-radius:15px;place-items:center;display:grid}.home-action-card-warning .home-action-icon{background:var(--warning-soft);color:var(--warning)}.home-action-content{gap:4px;min-width:0;display:grid}.home-action-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.home-action-meta span{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:950}.home-action-card-warning .home-action-meta span{color:var(--danger)}.home-action-meta strong{background:var(--surface-muted);min-height:24px;color:var(--muted);border-radius:999px;align-items:center;padding:0 9px;font-size:11px;font-weight:950;display:inline-flex}.home-action-content>strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:950;line-height:1.08;overflow:hidden}.home-action-content>span,.home-action-content>small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.25;overflow:hidden}.home-action-content>small{color:var(--faint);font-size:12px}.home-action-arrow{color:var(--muted)}.home-action-dismiss{z-index:2;background:var(--surface-muted);width:32px;height:32px;color:var(--muted);border:0;border-radius:999px;place-items:center;display:grid;position:absolute;top:12px;right:12px}.home-production-card{border:1px solid var(--line);background:var(--surface);border-radius:24px;gap:12px;padding:14px;display:grid;box-shadow:0 22px 60px #1414240f}.home-production-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.home-production-header>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:950}.home-production-header-icon,.home-production-hero-icon{color:var(--accent-strong);background:var(--accent-soft);place-items:center;display:grid}.home-production-header-icon{border-radius:14px;width:38px;height:38px}.home-production-hero{border:1px solid var(--line);min-width:0;color:inherit;background:#f6f6fbdb;border-radius:18px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:13px;padding:14px;display:grid}.home-production-hero:hover{background:var(--surface-muted);border-color:#6c5cff47}.home-production-hero-icon{border-radius:16px;width:44px;height:44px}.home-production-hero strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:950;line-height:1.08;display:block;overflow:hidden}.home-production-hero span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:13px;font-weight:760;line-height:1.25;display:block;overflow:hidden}.home-production-action{min-height:46px;color:var(--accent-strong);background:#6c5cff1a;border:1px solid #6c5cff47;border-radius:16px;justify-content:center;align-items:center;gap:7px;font-size:14px;font-weight:950;display:inline-flex}.home-production-card-success .home-production-header-icon,.home-production-card-success .home-production-hero-icon{color:var(--success);background:var(--success-soft)}.home-production-card-success .home-production-action{color:var(--success);background:#16a8891a;border-color:#16a88947}.home-production-card-warning .home-production-header-icon,.home-production-card-warning .home-production-hero-icon{color:var(--warning);background:var(--warning-soft)}.home-production-card-warning .home-production-action{color:var(--warning);background:#f5a2431f;border-color:#f5a24352}.home-production-card-danger .home-production-header-icon,.home-production-card-danger .home-production-hero-icon{color:var(--danger);background:var(--danger-soft)}.home-production-card-danger .home-production-action{color:var(--danger);background:#ff6b6b1f;border-color:#ff6b6b52}.home-production-card-info .home-production-header-icon,.home-production-card-info .home-production-hero-icon{color:var(--accent-strong);background:var(--accent-soft)}.home-production-card-info .home-production-action{color:var(--accent-strong);background:#3b82f61a;border-color:#3b82f642}.home-health-brief,.home-flow-board{border:1px solid var(--line);background:var(--surface);border-radius:28px;box-shadow:0 22px 60px #1414240f}.home-health-brief{flex-direction:column;gap:22px;padding:26px;display:flex}.home-section-head,.home-flow-header,.home-flow-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.home-section-head>span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:950}.home-section-head a{color:var(--accent-strong);align-items:center;gap:6px;font-size:13px;font-weight:950;display:inline-flex}.home-health-number{gap:8px;display:grid}.home-health-number strong{color:var(--success);letter-spacing:0;font-size:clamp(74px,9vw,116px);font-weight:950;line-height:.82}.home-health-number span{color:var(--text);font-size:28px;font-weight:950;line-height:1}.home-health-meter{background:var(--surface-muted);border-radius:999px;height:12px;overflow:hidden}.home-health-meter span{border-radius:inherit;background:var(--success);height:100%;display:block}.home-health-note{color:var(--muted);margin:0;font-size:15px;font-weight:760;line-height:1.35}.home-risk-lines{gap:2px;margin-top:auto;display:grid}.home-risk-line{min-height:42px;color:inherit;border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;display:flex}.home-risk-line span{color:var(--muted);font-size:13px;font-weight:850}.home-risk-line strong{font-size:20px;font-weight:950}.home-flow-board{gap:22px;min-width:0;padding:28px;display:grid}.home-flow-header{align-items:flex-start}.home-flow-header h2{margin:0;font-size:clamp(30px,3.4vw,48px);line-height:.96}.home-flow-header p{max-width:560px;color:var(--muted);margin:10px 0 0;font-size:16px;font-weight:760}.home-flow-plot{grid-template-columns:repeat(14,minmax(16px,1fr));gap:10px;min-height:300px;padding:8px 0 0;display:grid;position:relative}.home-flow-plot:before{content:"";background:var(--line);height:1px;position:absolute;top:calc(50% - 12px);left:0;right:0}.home-flow-day{grid-template-rows:minmax(0,1fr) minmax(0,1fr) 24px;justify-items:center;gap:0;min-width:0;display:grid}.home-flow-half{background:#ececf380;width:min(100%,34px);height:100%;display:flex;overflow:hidden}.home-flow-positive{border-radius:999px 999px 5px 5px;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.home-flow-negative{border-radius:5px 5px 999px 999px;flex-direction:column;justify-content:flex-start;align-items:flex-start}.home-flow-segment{width:100%;min-height:0;display:block}.home-flow-demand{background:#6c63ff}.home-flow-supply{background:#14a889}.home-flow-production{background:#f4a23a}.home-flow-day small{color:var(--muted);align-self:end;font-size:11px;font-weight:900}.home-flow-chart{height:300px;min-height:300px;margin:2px -4px 0 -10px;position:relative}.home-flow-chart-compare{height:190px;min-height:190px;margin-top:8px}.home-flow-chart .recharts-wrapper,.home-flow-chart .recharts-surface{overflow:visible}.home-flow-chart .recharts-cartesian-axis-tick-value{letter-spacing:0}.home-flow-tooltip{border:1px solid var(--line);min-width:210px;color:var(--text);background:#fffffff5;border-radius:16px;gap:9px;padding:14px;display:grid;box-shadow:0 18px 45px #1414241f}.home-flow-tooltip strong{font-size:13px;font-weight:950}.home-flow-tooltip span{color:var(--muted);align-items:center;gap:8px;font-size:12px;font-weight:820;display:flex}.home-flow-tooltip b{color:var(--text);margin-left:auto;font-weight:950}.home-flow-tooltip i{border-radius:999px;flex:0 0 9px;width:9px;height:9px}.home-dot-sales{background:var(--success)}.home-dot-restocks{background:var(--warning)}.home-dot-production{background:var(--accent)}.home-flow-footer{flex-wrap:wrap;justify-content:flex-start;gap:10px}.home-flow-footer span{background:var(--surface-muted);min-height:34px;color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:0 11px;font-size:12px;font-weight:900;display:inline-flex}.home-flow-footer svg{color:var(--accent-strong)}.home-flow-stat-sales svg{color:var(--success)}.home-flow-stat-restocks svg{color:var(--warning)}.home-flow-stat-production svg{color:var(--accent-strong)}.home-flow-footer strong{color:var(--text)}.home-flow-footer-compact{margin-top:8px}.home-flow-empty{color:var(--muted);pointer-events:none;background:#ececf3b8;border-radius:18px;place-items:center;font-size:14px;font-weight:850;display:grid;position:absolute;inset:44px 0 34px 48px}.home-flow-empty-static{min-height:150px;position:static}.home-movement-toggle{border:0;border-top:1px solid var(--line);min-height:42px;color:var(--muted);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:12px;padding:0;font-size:13px;font-weight:900;display:flex}.home-movement-toggle svg{color:var(--muted)}.home-movement-comparison{gap:6px;padding-top:2px;display:grid}.home-movement-comparison-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.home-movement-comparison-head span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:950}@media (max-width:1120px){.home-overview{grid-template-columns:1fr}.home-health-brief{min-height:0}}@media (max-width:760px){.home-production-card,.home-health-brief,.home-flow-board{border-radius:22px;padding:18px}.home-section-head,.home-flow-header{flex-direction:column;align-items:flex-start}.home-action-strip{grid-template-columns:1fr}.home-action-link{grid-template-columns:40px minmax(0,1fr);padding-right:48px}.home-action-arrow{display:none}.home-flow-chart{height:260px;min-height:260px}.home-flow-chart-compare{height:180px;min-height:180px}}.orders-stack,.production-stack{gap:18px;margin-top:18px;display:grid}.orders-date-filter-panel{justify-items:center;gap:8px;display:grid}.orders-date-filter-panel .date-chip-row{flex:unset;background:#111116;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;gap:6px;width:fit-content;max-width:100%;padding:4px;box-shadow:0 14px 34px #11111629}.orders-date-filter-panel .date-chip{color:#ffffffb3;background:0 0}.orders-date-filter-panel .date-chip-active{background:var(--accent);color:#fff;box-shadow:0 12px 24px #6c5cff2e}.orders-date-filter-panel .date-chip:not(.date-chip-active):hover{color:#fff;background:#ffffff1a}.orders-date-filter-panel .date-range-fields{flex:unset;justify-content:center}.orders-transfer-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.transfer-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:12px;padding:16px;display:grid}.transfer-card-head{justify-content:space-between;align-items:start;gap:14px;display:flex}.transfer-card-head>div{gap:4px;display:grid}.transfer-card-head>div strong{font-size:16px;font-weight:950;line-height:1.15}.transfer-card-head>div span,.transfer-card>span,.transfer-card>p{color:var(--muted);font-size:13px;font-weight:600;line-height:1.25}.transfer-card-head>.badge{text-transform:none;letter-spacing:0}.transfer-card p{margin:0}.transfers-workspace{grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);align-items:start;gap:18px;margin-top:18px;display:grid}.transfer-builder-column,.transfer-side-column,.transfer-draft-form,.transfer-work-list,.transfer-draft-items,.transfer-approval-form,.transfer-approval-items{gap:14px;display:grid}.transfer-side-column{transition:top .18s;position:sticky;top:96px}.app-shell-header-hidden .transfer-side-column{top:18px}.transfer-mode-toggle{background:var(--surface-muted);border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:16px;padding:5px;display:grid}.transfer-mode-toggle button{min-height:44px;color:var(--muted);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-weight:950;display:inline-flex}.transfer-mode-toggle button.active{background:var(--accent);color:#fff;box-shadow:0 12px 26px #6c5cff2e}.transfer-route-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-muted);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:12px;margin-bottom:14px;padding:12px;display:grid}.transfer-route-card-compact{margin-bottom:0}.transfer-route-endpoint{background:var(--surface);border-radius:18px;gap:6px;min-width:0;padding:14px;display:grid}.transfer-route-endpoint span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.transfer-route-endpoint strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:18px;overflow:hidden}.transfer-route-locked{background:#ffffff9e}.transfer-route-arrow{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:999px;justify-content:center;align-self:center;align-items:center;display:inline-flex}.transfer-location-control{max-width:420px;margin-bottom:16px}.transfer-inventory-filter{margin-bottom:14px}.transfer-inventory-list{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);display:grid;overflow:hidden}.transfer-inventory-row{border-bottom:1px solid var(--line);cursor:pointer;grid-template-columns:52px minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:82px;padding:14px 16px;display:grid}.transfer-inventory-row:last-child{border-bottom:0}.transfer-inventory-row:hover,.transfer-inventory-row:focus-visible,.transfer-inventory-row-selected{background:#6c5cff0b}.transfer-inventory-row:focus-visible{outline-offset:-3px;outline:3px solid #6c5cff57}.transfer-item-thumb{object-fit:cover;background:var(--surface-muted);width:52px;height:52px;color:var(--muted);border-radius:16px;justify-content:center;align-items:center;font-size:24px;display:inline-flex;overflow:hidden}.transfer-item-copy{gap:4px;min-width:0;display:grid}.transfer-item-copy strong,.transfer-draft-item strong,.transfer-work-card strong,.transfer-approval-row strong{line-height:1.15}.transfer-item-stock{justify-items:end;gap:4px;min-width:120px;display:grid}.transfer-item-stock span,.transfer-work-meta,.transfer-draft-item span,.transfer-approval-row small{color:var(--muted);font-size:12px;font-weight:700}.transfer-item-actions{justify-content:flex-end;gap:8px;display:flex}.transfer-draft-card{overflow:hidden}.transfer-draft-route{background:var(--surface-muted);min-height:42px;color:var(--muted);border-radius:18px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:850;display:flex}.transfer-draft-route span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.transfer-draft-item{border:1px solid var(--line);background:var(--surface);border-radius:18px;gap:10px;padding:12px;display:grid}.transfer-draft-item>div:first-child{gap:3px;display:grid}.transfer-qty-stepper{grid-template-columns:34px minmax(64px,1fr) 34px 34px;align-items:center;gap:6px;display:grid}.transfer-qty-stepper button{background:var(--surface-muted);width:34px;height:34px;color:var(--accent-strong);border:0;border-radius:999px;justify-content:center;align-items:center;font-weight:950;display:inline-flex}.transfer-qty-stepper .input{text-align:center;border-radius:14px;min-height:38px;padding:0 8px}.transfer-remove-item{color:var(--danger)!important}.transfer-checkbox-row{border:1px solid var(--line);cursor:pointer;border-radius:18px;align-items:center;gap:12px;padding:12px;display:flex}.transfer-checkbox-row input{width:20px;height:20px;accent-color:var(--accent)}.transfer-checkbox-row span{gap:2px;display:grid}.transfer-checkbox-row small{color:var(--muted);font-weight:700}.transfer-draft-total{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;font-weight:800;display:flex}.transfer-draft-total strong{color:var(--text)}.form-success{color:var(--success);margin:0;font-weight:850}.transfer-work-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:12px;padding:14px;display:grid}.transfer-work-head{grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.transfer-work-head>div{gap:3px;min-width:0;display:grid}.transfer-work-head>div span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.transfer-work-icon{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.transfer-work-meta{gap:10px;display:flex}.transfer-work-items{background:var(--surface-muted);border-radius:18px;gap:8px;padding:10px;display:grid}.transfer-work-items div{justify-content:space-between;gap:14px;font-size:13px;font-weight:750;display:flex}.transfer-work-items span{color:var(--muted)}.transfer-work-items small{color:var(--muted);font-weight:750}.transfer-approval-modal{width:min(720px,100%)}.transfer-approval-row{border:1px solid var(--line);border-radius:18px;grid-template-columns:minmax(0,1fr) 120px;align-items:center;gap:12px;padding:12px;display:grid}.transfer-approval-row>span{gap:3px;display:grid}.transfer-approval-row .input{text-align:center;border-radius:14px;min-height:42px}.toggle-row{color:var(--muted);align-items:center;gap:10px;font-weight:850;display:flex}.success-panel{text-align:center;justify-items:center;gap:18px;padding:18px;display:grid}.success-panel svg{color:var(--success)}.success-panel h1{max-width:540px;margin:0}.grid-span-2{grid-column:span 2}.session-row{border:1px solid var(--line);background:var(--surface);text-align:left;width:100%;color:inherit;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:14px;text-decoration:none;display:flex}.session-row.active{background:var(--accent-soft);border-color:#6c5cff6b}.session-row span{gap:4px;display:grid}.session-row small{color:var(--muted);font-weight:750}.count-entry{grid-template-columns:minmax(220px,1fr) 150px 160px minmax(180px,1fr) auto;align-items:end;gap:12px;display:grid}.count-editor-shell{grid-template-columns:minmax(0,1fr) minmax(250px,300px);align-items:start;gap:18px;display:grid}.count-main-column,.count-row-list,.count-save-settings{gap:10px;display:grid}.count-list-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.count-list-head h3{color:var(--text);margin:0;font-size:20px;font-weight:950;line-height:1.1}.count-main-toolbar{grid-template-columns:minmax(240px,1fr) auto;align-items:center;gap:12px;display:grid}.count-search-box{border:1px solid var(--line);background:var(--surface);min-height:46px;color:var(--muted);border-radius:999px;align-items:center;gap:10px;padding:0 14px;display:flex}.count-search-box input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.count-search-box:focus-within{border-color:#6c5cffa6;box-shadow:0 0 0 4px #6c5cff1f}.count-main-metrics{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;justify-content:flex-end;align-items:center;gap:8px;font-size:12px;font-weight:900;display:inline-flex}.count-main-metrics span{background:var(--surface-muted);border-radius:999px;align-items:center;min-height:32px;padding:0 10px;display:inline-flex}.count-row-card{background:var(--surface);border:1px solid #0000;border-radius:18px;transition:background .16s,border-color .16s,opacity .16s;overflow:hidden}.count-row-card-changed{background:var(--accent-soft);border-color:#6c5cff38}.count-row-card-matched{opacity:.55}.count-row{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px;display:grid}.count-row-tap{min-width:0;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.count-row-tap:disabled{cursor:default}.count-thumb{background:var(--surface-muted);object-fit:cover;width:46px;height:46px;color:var(--muted);border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:22px;display:inline-flex;overflow:hidden}.count-row-info{gap:2px;min-width:0;display:grid}.count-row-info strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:15px;font-weight:950;overflow:hidden}.count-item-meta{min-width:0;min-height:18px;color:var(--muted);align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.count-item-meta>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.count-type-pill{background:var(--surface-muted);min-height:19px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;flex:none;align-items:center;padding:0 7px;font-size:10px;font-weight:950;display:inline-flex}.count-on-hand{color:var(--muted);font-size:11px;font-weight:750}.count-diff-badge{border-radius:8px;padding:4px 8px;font-size:13px;font-weight:900}.count-diff-positive{color:var(--success);background:#16a08524}.count-diff-negative{color:var(--danger);background:#ee6b6e29}.count-matched-icon{color:var(--success)}.count-stepper{border:1px solid var(--line);background:var(--surface);border-radius:14px;justify-self:end;align-items:center;height:40px;display:inline-flex;overflow:hidden}.count-stepper button{width:34px;height:100%;color:var(--accent);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.count-stepper input{border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;width:52px;height:100%;color:var(--text);background:0 0;outline:0;font-weight:950}.count-stepper-readonly{opacity:.72}.count-side-panel{border:1px solid var(--line);background:var(--surface-muted);border-radius:20px;gap:14px;padding:14px;display:grid}.count-side-status{justify-content:space-between;align-items:center;gap:10px;display:flex}.count-side-status>span{color:var(--muted);text-transform:capitalize;font-size:13px;font-weight:850}.count-side-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.count-side-stats div{background:var(--surface);border-radius:14px;gap:3px;padding:10px;display:grid}.count-side-stats span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:950}.count-side-stats strong{font-size:22px}.count-reset-confirm{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;display:grid}.count-reset-confirm svg{color:var(--danger)}.count-unsaved-confirm svg{color:var(--accent)}.count-reset-confirm p{margin:0}.count-reset-confirm p+p{margin-top:6px}.count-review{gap:16px;display:grid}.count-review-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.count-review-summary div{background:var(--surface-muted);border-radius:16px;gap:4px;padding:12px;display:grid}.count-review-summary span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:950}.count-review-summary strong{font-size:22px}.count-review-list{gap:10px;max-height:46vh;display:grid;overflow-y:auto}.count-review-row{border:1px solid var(--line);background:var(--surface);border-radius:18px;gap:10px;padding:12px;display:grid}.count-review-row-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.count-review-row-head>div{gap:2px;min-width:0;display:grid}.count-review-row-head strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.count-review-row-head span{color:var(--muted);font-size:12px;font-weight:800}.count-review-row-head>span{color:var(--muted);font-size:16px;font-weight:950}.count-review-row-head .count-review-delta-positive{color:var(--success)}.count-review-row-head .count-review-delta-negative{color:var(--danger)}.count-review-reason{grid-template-columns:minmax(100px,.4fr) minmax(160px,1fr);align-items:center;gap:10px;display:grid}.count-review-reason>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:950}.count-review-reason-missing .input{border-color:#ee6b6e8c;box-shadow:0 0 0 4px #ee6b6e1f}.form-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.grid{gap:18px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.card,.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 18px 50px #1414240f}.card{padding:24px}.card-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.card-head h2{margin:0;font-size:24px}.stat-card{flex-direction:column;justify-content:space-between;min-height:104px;padding:16px 18px;display:flex}.stat-card span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.stat-card strong{margin-top:8px;font-size:34px;line-height:1;display:block}.stat-card small{color:var(--muted);font-weight:750}.stat-accent strong{color:var(--accent-strong)}.stat-success strong{color:var(--success)}.stat-warning strong{color:var(--warning)}.stat-danger strong{color:var(--danger)}.button{border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;font-weight:950;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:disabled{opacity:.55}.button:not(:disabled):hover{transform:translateY(-1px)}.button-sm{min-height:36px;padding:0 14px;font-size:14px}.button-md{min-height:46px;padding:0 20px}.button-lg{min-height:58px;padding:0 28px;font-size:18px}.button-primary{background:var(--accent);color:#fff;box-shadow:0 14px 34px #6c5cff40}.button-secondary{background:var(--accent-soft);color:var(--accent-strong)}.button-ghost{background:var(--surface-muted);color:var(--text)}.button-danger{background:var(--danger-soft);color:var(--danger)}.button-success{background:var(--success);color:#fff}.icon-button{border:1px solid var(--line);width:42px;height:42px;color:var(--text);background:var(--surface);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.badge{text-transform:uppercase;letter-spacing:.07em;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.badge-neutral{background:var(--surface-muted);color:var(--muted)}.badge-accent{background:var(--accent-soft);color:var(--accent-strong)}.badge-success{background:var(--success-soft);color:var(--success)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.field{color:var(--text);gap:8px;font-weight:850;display:grid}.field>span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:12px}.field small{color:var(--muted);font-weight:650}.input{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);border-radius:18px;outline:0;min-height:48px;padding:0 15px}.input:focus{border-color:#6c5cffa6;box-shadow:0 0 0 4px #6c5cff1f}.textarea{resize:vertical;min-height:100px;padding-top:14px}.form-grid{gap:16px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.product-create-sku-grid{grid-template-columns:minmax(0,calc(50% - 8px));display:grid}.product-create-pricing-grid{align-items:start}.table-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:780px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:16px}th{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:12px}tbody tr:hover{background:#6c5cff0b}tbody tr.clickable-row{cursor:pointer}tbody tr.clickable-row:focus-visible{outline-offset:-3px;outline:3px solid #6c5cff57}tbody tr.inventory-row-clickable{cursor:pointer}tbody tr.inventory-row-clickable:focus-visible{outline-offset:-3px;outline:3px solid #6c5cff57}tbody tr:last-child td{border-bottom:0}.item-cell{align-items:center;gap:12px;display:flex}tbody tr.inventory-row-clickable:hover .item-title strong,tbody tr.inventory-row-clickable:focus-visible .item-title strong,tbody tr.order-clickable-row:hover .item-title strong,tbody tr.order-clickable-row:focus-visible .item-title strong,.inventory-card-clickable:hover .item-title strong,.inventory-card-clickable:focus-visible .item-title strong{color:var(--accent-strong)}.item-thumb{background:var(--surface-muted);object-fit:cover;width:52px;height:52px;color:var(--muted);border-radius:16px;flex:none;justify-content:center;align-items:center;font-size:24px;display:inline-flex;overflow:hidden}.product-thumb-fallback span{line-height:1}.product-thumb-emoji span{font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,system-ui,sans-serif;font-size:28px}.item-title{gap:3px;min-width:0;display:grid}.item-name-line{align-items:center;gap:8px;min-width:0;display:flex}.item-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:16px;overflow:hidden}.item-title span{color:var(--muted);font-size:14px;font-weight:600}.item-title .item-name-line{color:var(--text);font-size:inherit}.item-title .item-meta-line{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.item-title .item-attributes{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.item-title .badge{letter-spacing:.05em;min-height:20px;padding:0 7px;font-size:10px}.item-title .badge svg{flex:none;margin-left:4px}.item-title .badge-neutral{color:var(--muted)}.item-title .badge-accent{color:var(--accent-strong)}.item-title .badge-success{color:var(--success)}.item-title .badge-warning{color:var(--warning)}.item-title .badge-danger{color:var(--danger)}.variant-preview-modal{width:min(720px,100%)}.variant-preview-modal .modal-footer{border-top:0}.variant-preview{gap:18px;display:grid}.variant-preview-hero{color:inherit;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:18px;text-decoration:none;display:grid}.variant-preview-thumb{background:var(--surface-muted);object-fit:cover;width:92px;height:92px;color:var(--muted);border-radius:22px;justify-content:center;align-items:center;font-size:34px;display:inline-flex;overflow:hidden}.variant-preview-thumb.product-thumb-emoji span{font-size:42px}.variant-preview-copy{gap:6px;min-width:0;display:grid}.variant-preview-name-line{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.variant-preview-name-line strong{min-width:0;color:var(--text);font-size:26px;line-height:1.05}.variant-preview-attrs,.variant-preview-sku{color:var(--muted);font-size:14px;font-weight:750}.variant-preview-badges{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.variant-preview-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.variant-preview-stats div{background:var(--surface-muted);border-radius:18px;gap:6px;min-height:86px;padding:14px;display:grid}.variant-preview-stats span,.variant-preview-section-head span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:950}.variant-preview-stats strong{align-self:end;font-size:18px}.variant-preview-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.variant-preview-details .detail-row strong{text-overflow:ellipsis;white-space:nowrap;max-width:60%;overflow:hidden}.variant-preview-batches{gap:10px;display:grid}.variant-preview-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.variant-preview-section-head strong{color:var(--muted)}.variant-preview-batch-list{gap:8px;display:grid}.variant-preview-batch-row,.variant-preview-batch-empty{background:var(--surface-muted);border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:48px;padding:10px 12px;display:grid}.variant-preview-batch-row>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-weight:800;overflow:hidden}.variant-preview-batch-row>strong{white-space:nowrap}.variant-preview-batch-actions{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.variant-preview-batch-actions .button{min-height:34px;padding:0 12px;font-size:13px}.variant-preview-batch-empty{color:var(--muted);font-weight:750;display:block}.order-row-heading{align-items:center;gap:12px;display:flex}.order-type-mark{background:var(--order-type-bg);width:34px;height:34px;color:var(--order-type-color);border-radius:10px;flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.order-type-mark svg{stroke-width:2.2px;width:18px;height:18px}.muted{color:var(--muted)}.billing-demo-note{margin:12px 0 0;font-size:13px;font-weight:700;line-height:1.45}.right{text-align:right}.empty-state{text-align:center;color:var(--muted);place-items:center;gap:10px;padding:64px 24px;display:grid}.empty-state h3{color:var(--text);margin:0;font-size:26px}.empty-state p{max-width:420px;margin:0}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#09090d75;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);width:min(760px,100%);max-height:min(84vh,920px);box-shadow:var(--shadow);border-radius:30px;flex-direction:column;display:flex;overflow:hidden}.modal-head,.modal-footer{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex}.modal-head h2{margin:0}.modal-body{padding:24px;overflow-y:auto}.modal-footer{border-top:1px solid var(--line);border-bottom:0;justify-content:flex-end}.bom-builder{--bom-picker-top:100px;--bom-footer-clearance:112px;gap:18px;padding-bottom:14px;display:grid}.app-shell-header-hidden .bom-builder{--bom-picker-top:18px}.bom-builder-layout{padding-bottom:var(--bom-footer-clearance);grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:start;gap:18px;display:grid}.bom-builder-main{gap:14px;display:grid}.bom-builder-panel,.bom-picker-panel{border:1px solid var(--line);background:var(--surface);border-radius:30px;box-shadow:0 18px 50px #1414240f}.bom-builder-panel{gap:16px;padding:24px;display:grid}.bom-builder-section-head,.bom-picker-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.bom-builder-section-head>span,.bom-picker-head span,.bom-builder-field>span{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.bom-builder-section-head>button{background:var(--accent-soft);min-height:36px;color:var(--accent-strong);border:0;border-radius:999px;padding:0 13px;font-weight:950}.bom-output-card{background:var(--surface-muted);border-radius:24px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.bom-builder-thumb,.bom-entry-thumb,.bom-picker-thumb{background:var(--surface-deep);object-fit:cover;width:54px;height:54px;color:var(--muted);border-radius:16px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.bom-output-copy,.bom-entry-copy,.bom-picker-item-copy{gap:4px;min-width:0;display:grid}.bom-output-copy strong,.bom-entry-copy strong,.bom-picker-item-copy strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:17px;font-weight:950;overflow:hidden}.bom-output-copy span,.bom-entry-copy span,.bom-picker-item-copy small{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-weight:750;overflow:hidden}.bom-output-copy .badge,.bom-entry-copy .badge,.bom-picker-item-copy .badge{justify-self:start;min-height:22px;padding:0 8px;font-size:10px}.bom-builder-empty-action{min-height:150px;color:var(--accent-strong);background:linear-gradient(#6c5cff14,#f6f6fbc7);border:1px dashed #6c5cff52;border-radius:26px;align-content:center;place-items:center;gap:10px;font-weight:950;display:grid}.bom-builder-empty-action strong{color:var(--text);font-size:20px}.bom-output-fields{grid-template-columns:minmax(0,1fr) minmax(210px,.48fr);align-items:end;gap:14px;display:grid}.bom-builder-field{gap:8px;display:grid}.bom-builder-stepper{border:1px solid var(--line);background:var(--surface);border-radius:999px;align-items:center;gap:6px;min-height:48px;padding:5px;display:inline-flex}.bom-builder-stepper button{background:var(--surface-muted);width:36px;height:36px;color:var(--accent-strong);border:0;border-radius:999px;justify-content:center;align-items:center;font-weight:950;display:inline-flex}.bom-builder-stepper input{width:72px;color:var(--text);text-align:center;background:0 0;border:0;outline:0;font-weight:950}.bom-entry-list{gap:8px;display:grid}.bom-entry-row{border:1px solid var(--line);background:var(--surface);border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;display:grid}.bom-entry-stepper input{width:58px}.bom-entry-row .icon-button{width:38px;height:38px;color:var(--danger)}.bom-builder-empty-row,.bom-picker-empty{min-height:92px;color:var(--muted);text-align:center;place-items:center;font-weight:800;display:grid}.bom-picker-panel{top:var(--bom-picker-top);max-height:min(512px, calc(100vh - var(--bom-picker-top) - var(--bom-footer-clearance)));align-self:start;gap:12px;padding:20px;transition:top .18s,max-height .18s;display:grid;position:sticky;overflow:hidden}.bom-picker-head div{gap:3px;display:grid}.bom-picker-head strong{font-size:22px}.bom-picker-tabs{background:var(--surface-muted);border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-height:46px;padding:5px;display:grid}.bom-picker-tabs button{color:var(--muted);background:0 0;border:0;border-radius:999px;font-size:13px;font-weight:950}.bom-picker-tabs button.active{background:var(--surface);color:var(--accent-strong);box-shadow:0 8px 20px #11111714}.bom-picker-tabs button:disabled{opacity:.45}.bom-builder-toggle{min-height:38px;color:var(--muted);align-items:center;gap:8px;font-weight:850;display:inline-flex}.bom-builder-toggle input{width:18px;height:18px;accent-color:var(--accent)}.bom-picker-search{flex:none;width:100%;margin-bottom:0}.bom-picker-list{min-height:0;max-height:clamp(180px, calc(100vh - var(--bom-picker-top) - var(--bom-footer-clearance) - 250px), 262px);overscroll-behavior:contain;align-content:start;gap:8px;padding-bottom:10px;padding-right:4px;display:grid;overflow-y:auto}.bom-picker-item{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);text-align:left;border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.bom-picker-item:hover,.bom-picker-item:focus-visible{border-color:#6c5cff52;box-shadow:0 0 0 3px #6c5cff1a}.bom-picker-item:disabled{opacity:.58}.bom-picker-item-right{color:var(--accent-strong);align-items:center;gap:8px;display:inline-flex}.bom-builder-footer{z-index:12;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-radius:26px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex;position:sticky;bottom:0;box-shadow:0 -10px 40px #11111714}.bom-builder-footer>div:first-child{gap:2px;display:grid}.bom-builder-footer span{color:var(--muted);font-weight:850}.bom-builder-footer strong{font-size:18px}.bom-builder-footer-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.production-order-modal{width:min(980px,100%)}.production-order-modal .modal-body{padding:0}.production-order-form{display:grid}.production-order-intro{border-bottom:1px solid var(--line);gap:8px;padding:22px 24px;display:grid}.production-order-intro span{color:var(--accent-strong);align-items:center;gap:8px;font-weight:950;display:inline-flex}.production-order-intro p{max-width:640px;color:var(--muted);margin:0;font-weight:700;line-height:1.45}.production-order-shell{grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:0;min-height:540px;display:grid}.production-order-picker{border-right:1px solid var(--line);background:linear-gradient(#f3f3f7bf,#fff0);grid-template-rows:auto auto minmax(0,1fr);gap:12px;padding:22px 20px 22px 24px;display:grid}.production-order-section-head{justify-content:space-between;align-items:center;gap:14px;min-height:28px;display:flex}.production-order-section-head>span{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:950}.production-order-section-head>strong{color:var(--muted)}.production-order-add-bom{background:var(--accent-soft);min-height:32px;color:var(--accent-strong);border-radius:999px;align-items:center;gap:6px;padding:0 11px;font-size:13px;font-weight:950;display:inline-flex}.production-order-search{border:1px solid var(--line);background:var(--surface);min-height:48px;color:var(--muted);border-radius:18px;align-items:center;gap:10px;padding:0 14px;display:flex}.production-order-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.production-order-bom-list{align-content:start;gap:8px;max-height:420px;padding-right:4px;display:grid;overflow-y:auto}.production-order-bom-card{border:1px solid var(--line);background:var(--surface);width:100%;min-height:74px;color:var(--text);text-align:left;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 13px 13px 15px;transition:border-color .14s,background .14s,box-shadow .14s;display:grid}.production-order-bom-card:hover,.production-order-bom-card:focus-visible,.production-order-bom-card.selected{border-color:#6c5cff6b;box-shadow:0 0 0 3px #6c5cff17}.production-order-bom-card.selected{background:#6c5cff0e}.production-order-bom-copy{gap:4px;min-width:0;display:grid}.production-order-bom-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:950;overflow:hidden}.production-order-bom-copy small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.production-order-bom-meta{color:var(--muted);align-items:center;gap:8px;font-weight:900;display:inline-flex}.production-order-bom-meta i{background:var(--surface-muted);width:24px;height:24px;color:var(--accent-strong);border-radius:999px;justify-content:center;align-items:center;font-style:normal;display:inline-flex}.production-order-setup{align-content:start;gap:16px;min-width:0;padding:22px 24px;display:grid}.production-order-selected{background:var(--surface-muted);border:1px solid #6c5cff38;border-radius:26px;gap:14px;padding:16px;display:grid}.production-order-selected-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.production-order-selected-icon{background:var(--accent-soft);width:48px;height:48px;color:var(--accent-strong);border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.production-order-selected-head div{gap:3px;min-width:0;display:grid}.production-order-selected-head strong{text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:950;overflow:hidden}.production-order-selected-head small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-weight:750;overflow:hidden}.production-order-output-pill{background:var(--surface);min-height:34px;color:var(--text);white-space:nowrap;border-radius:999px;align-items:center;padding:0 12px;font-weight:950;display:inline-flex}.production-order-create{width:100%;min-height:58px}.production-order-pending-hint{width:100%;min-height:38px;color:var(--muted);background:#ffffffb3;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:850;display:inline-flex}.production-order-run-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.production-order-run-row>div:first-child{gap:3px;display:grid}.production-order-run-row span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.production-order-run-row strong{font-size:22px;font-weight:950}.production-order-stepper{border:1px solid var(--line);background:var(--surface);border-radius:999px;align-items:center;gap:6px;padding:5px;display:inline-flex}.production-order-stepper button{background:var(--surface-muted);width:34px;height:34px;color:var(--text);border:0;border-radius:999px;font-weight:950}.production-order-stepper input{width:62px;color:var(--text);text-align:center;background:0 0;border:0;outline:0;font-weight:950}.production-order-capacity{background:var(--success-soft);min-height:38px;color:var(--success);border-radius:999px;justify-self:start;align-items:center;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.production-order-capacity.warning{background:var(--warning-soft);color:var(--warning)}.production-order-components{border:1px solid var(--line);background:var(--surface);border-radius:24px;gap:0;display:grid;overflow:hidden}.production-order-components .production-order-section-head{border-bottom:1px solid var(--line);padding:14px 16px}.production-order-component{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 16px;display:grid}.production-order-component:last-child{border-bottom:0}.production-order-component span{gap:2px;min-width:0;display:grid}.production-order-component strong{text-overflow:ellipsis;white-space:nowrap;font-weight:950;overflow:hidden}.production-order-component small{color:var(--muted);font-weight:750}.production-order-component b{color:var(--danger);font-size:18px}.production-order-notes .textarea{min-height:92px}.production-order-empty{min-height:90px;color:var(--muted);text-align:center;place-items:center;gap:8px;font-weight:800;display:grid}.production-order-empty-panel{border:1px dashed var(--line);background:var(--surface-muted);border-radius:26px;min-height:360px}.production-order-empty-panel svg{color:var(--accent-strong)}.production-order-empty-panel strong{color:var(--text);font-size:22px}.production-order-form>.form-error{margin:0;padding:0 24px 22px}.product-create-modal{width:min(1040px,100%);max-height:min(90vh,980px)}.product-create-modal .modal-body{padding:0}.product-create-modal .modal-footer{justify-content:stretch}.product-create-shell{gap:16px;padding:22px;display:grid}.product-create-progress{background:var(--surface-muted);border-radius:22px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:6px;display:grid}.product-create-step{min-height:42px;color:var(--muted);background:0 0;border:0;border-radius:18px;justify-content:center;align-items:center;gap:10px;font-weight:950;display:inline-flex}.product-create-step span{background:var(--surface);width:24px;height:24px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.product-create-step.active{background:var(--surface);color:var(--text);box-shadow:0 10px 26px #11111714}.product-create-step.active span,.product-create-step.complete span{background:var(--accent);color:#fff}.product-create-pane{grid-template-columns:minmax(240px,280px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.product-create-pane.one-column{grid-template-columns:1fr}.product-create-photo-zone{text-align:center;min-height:300px;color:var(--muted);background:linear-gradient(#6c5cff14,#f6f6fbc7);border:1px dashed #6c5cff52;border-radius:28px;align-content:center;place-items:center;gap:12px;padding:18px;display:grid}.product-create-photo-zone>strong{color:var(--text);font-size:20px}.product-create-photo-zone p{margin:0;font-weight:700}.product-create-photo-icon,.product-create-variant-icon{background:var(--accent-soft);width:52px;height:52px;color:var(--accent-strong);border-radius:18px;justify-content:center;align-items:center;display:inline-flex}.product-create-photo-preview{object-fit:cover;border-radius:24px;width:150px;height:150px;box-shadow:0 18px 38px #11111729}.product-create-photo-actions,.product-create-footer,.product-create-footer-side,.product-create-review-badges,.product-create-stock-options{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-create-footer{justify-content:space-between;width:100%}.product-create-field-head{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;font-size:12px;font-weight:950;display:flex}.product-create-field-head small{letter-spacing:.08em}.product-create-category-block,.product-create-chip-section,.product-create-preview,.product-create-review-card,.product-create-stock-card,.product-create-info-box{gap:10px;display:grid}.product-create-chip-grid{flex-wrap:wrap;gap:6px;display:flex}.product-create-chip{background:var(--surface-muted);min-height:32px;color:var(--muted);border:0;border-radius:999px;padding:0 12px;font-weight:900}.product-create-chip.active{background:var(--accent);color:#fff}.product-create-add-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.product-create-category-meta{flex-wrap:wrap;align-items:center;gap:8px;min-height:30px;display:flex}.product-create-category-meta>small{color:var(--muted);font-weight:700}.product-create-category-combobox{position:relative}.product-create-category-combobox>.input{padding-right:42px}.product-create-category-combobox>svg{color:var(--text);pointer-events:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.product-create-category-menu{z-index:90;border:1px solid var(--line);background:var(--surface);border-radius:18px;max-height:236px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 22px 52px #1111172e}.product-create-category-menu button{min-height:34px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:12px;padding:0 10px;font-weight:850}.product-create-category-menu button:hover,.product-create-category-menu button[aria-selected=true]{background:var(--accent-soft);color:var(--accent-strong)}.product-create-category-empty{color:var(--muted);padding:9px 10px;font-size:13px;font-weight:800}.product-create-selected-categories{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.product-create-selected-category{background:var(--surface-muted);min-height:30px;color:var(--text);border:0;border-radius:999px;align-items:center;gap:6px;padding:0 9px 0 12px;font-size:13px;font-weight:850;display:inline-flex}.product-create-selected-category svg{color:var(--muted)}.product-create-suggestion{background:var(--surface-muted);color:var(--accent-strong);border:0;border-radius:999px;justify-self:start;padding:7px 11px;font-size:12px;font-weight:900}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-create-info-box{background:var(--surface-muted);border-radius:20px;min-height:78px;padding:14px 16px}.product-create-info-box.compact{align-content:center;min-height:50px}.product-create-info-box span,.product-create-review-card span,.product-create-preview-head span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:950}.product-create-info-box strong{font-size:20px}.product-create-info-box small{color:var(--muted);font-weight:700}.product-create-check-row{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;width:100%;padding:13px;display:grid}.product-create-check-row>input{width:20px;height:20px;accent-color:var(--accent)}.product-create-check-row>span{gap:3px;display:grid}.product-create-check-row strong{color:var(--text);font-size:16px}.product-create-check-row small{color:var(--muted);font-weight:700}.product-create-check-row.active{background:#6c5cff14;border-color:#6c5cff59}.product-create-option-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.product-create-option{border:1px solid var(--line);background:var(--surface);color:var(--muted);text-align:left;border-radius:20px;justify-items:start;gap:6px;padding:12px;display:grid}.product-create-option strong{color:var(--text)}.product-create-option small{font-weight:700;line-height:1.25}.product-create-option.active{background:var(--accent-soft);color:var(--accent-strong);border-color:#6c5cff6b}.product-create-more-toggle{color:var(--accent-strong);background:0 0;border:0;justify-self:start;align-items:center;gap:6px;padding:0;font-weight:950;display:inline-flex}.product-create-toggle-row{border:1px solid var(--line);background:var(--surface);border-radius:20px;justify-content:space-between;align-items:center;gap:18px;padding:13px 15px;display:flex}.product-create-toggle-row span{gap:4px;display:grid}.product-create-toggle-row strong{color:var(--text);font-size:16px}.product-create-toggle-row small{color:var(--muted);font-weight:700}.product-create-toggle-row input{width:22px;height:22px;accent-color:var(--accent)}.product-create-bundle-hint,.product-create-bundle-builder{background:#6c5cff12;border:1px solid #6c5cff2e;border-radius:20px}.product-create-bundle-hint{gap:5px;padding:14px 16px;display:grid}.product-create-bundle-hint strong{color:var(--accent-strong);font-size:16px}.product-create-bundle-hint small{color:var(--muted);font-weight:750}.product-create-bundle-builder{gap:14px;padding:16px;display:grid}.product-create-bundle-head,.product-create-bundle-row,.product-create-bundle-pick{justify-content:space-between;align-items:center;gap:14px;display:flex}.product-create-bundle-head span,.product-create-bundle-cost span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.product-create-bundle-head strong{color:var(--text)}.product-create-bundle-cost{justify-items:end;gap:3px;display:grid}.product-create-bundle-head>div:first-child{gap:6px;display:grid}.product-create-bundle-selected,.product-create-bundle-picker{gap:8px;display:grid}.product-create-bundle-row,.product-create-bundle-pick{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:10px 12px}.product-create-bundle-row>div:first-child,.product-create-bundle-pick span{gap:2px;min-width:0;display:grid}.product-create-bundle-row small,.product-create-bundle-pick small{color:var(--muted);font-weight:750}.product-create-bundle-stepper{background:var(--surface-muted);border-radius:999px;align-items:center;gap:8px;padding:4px;display:inline-flex}.product-create-bundle-stepper button{background:var(--surface);width:28px;height:28px;color:var(--accent-strong);border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.product-create-bundle-stepper strong{text-align:center;min-width:24px}.product-create-bundle-search{position:relative}.product-create-bundle-search>svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.product-create-bundle-search>.input{padding-left:40px}.product-create-bundle-pick{width:100%;color:var(--text);text-align:left;border-style:dashed}.product-create-bundle-pick em{background:var(--surface-muted);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:5px 8px;font-size:11px;font-style:normal;font-weight:950}.product-create-bundle-pick>svg{color:var(--accent-strong);flex:none}.product-create-bundle-empty{background:var(--surface);color:var(--muted);text-align:center;border-radius:16px;padding:14px;font-weight:800}.product-create-variant-builder,.product-create-stock-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-create-preview{border:1px solid var(--line);border-radius:24px;padding:16px}.product-create-preview-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-create-preview-head strong{color:var(--accent-strong)}.product-create-variant-list,.product-create-stock-list{gap:10px;display:grid}.product-create-variant-list{max-height:min(360px,42vh);padding-right:2px;overflow-y:auto}.product-create-stock-list{max-height:min(430px,45vh);padding-right:4px;overflow-y:auto}.product-create-variant-row{background:var(--surface-muted);border-radius:18px;grid-template-columns:auto minmax(0,1fr) minmax(180px,.55fr);align-items:center;gap:12px;padding:10px;display:grid}.product-create-variant-icon{border-radius:14px;width:42px;height:42px}.product-create-variant-row>div{gap:4px;display:grid}.product-create-variant-row strong,.product-create-stock-card strong,.product-create-review-card strong{color:var(--text);font-size:16px}.product-create-variant-row small,.product-create-stock-card small,.product-create-review-card small{color:var(--muted);font-weight:700}.product-create-review-card{background:var(--surface-muted);border-radius:24px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:18px}.product-create-review-card>div:first-child{gap:4px;display:grid}.product-create-review-badges{justify-content:flex-end}.product-create-review-badges span{background:var(--surface);color:var(--muted);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:950}.product-create-stock-card{border:1px solid var(--line);background:var(--surface);border-radius:22px;padding:14px}.product-create-stock-card.compact{grid-template-columns:minmax(0,1fr) minmax(130px,.4fr) minmax(130px,.4fr);align-items:end}.product-create-stock-head{grid-template-columns:minmax(0,1fr) minmax(140px,.28fr);align-items:end;gap:14px;display:grid}.product-create-lot-row{grid-template-columns:minmax(130px,1fr) minmax(140px,1fr) minmax(110px,.6fr) auto;align-items:end;gap:10px;display:grid}.product-create-lot-row .icon-button{margin-bottom:1px}.detail-list{gap:12px;display:grid}.detail-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.detail-row:last-child{border-bottom:0}.detail-row span{color:var(--muted);font-weight:800}.detail-row strong{text-align:right}.bom-detail-hero{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:80px minmax(0,1fr);align-items:center;gap:18px;margin-bottom:18px;padding:22px;display:grid;box-shadow:0 18px 50px #1414240f}.bom-detail-hero-icon{background:var(--surface-muted);width:80px;height:80px;color:var(--accent-strong);border-radius:22px;justify-content:center;align-items:center;display:inline-flex}.bom-detail-hero h2{margin:8px 0 0;font-size:clamp(30px,3vw,46px);line-height:1}.bom-detail-hero p{max-width:760px;color:var(--muted);margin:10px 0 0;font-weight:650;line-height:1.45}.bom-detail-layout{margin-top:18px}.bom-components-table table{min-width:620px}.bom-component-cards{display:none}.bom-component-card{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}.bom-component-card:last-child{border-bottom:0}.bom-component-card>div{gap:5px;min-width:0;display:grid}.bom-component-card span{color:var(--muted);font-size:13px;font-weight:650}.bom-component-card>div:last-child{justify-items:end}.product-detail-hero{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:132px minmax(0,1fr);align-items:center;gap:24px;margin-bottom:18px;padding:24px;display:grid;box-shadow:0 18px 50px #1414240f}.product-detail-hero-thumb{background:var(--surface-muted);object-fit:cover;width:132px;height:132px;color:var(--muted);border-radius:28px;justify-content:center;align-items:center;font-size:42px;display:inline-flex;overflow:hidden}.product-detail-hero-thumb.product-thumb-emoji span{font-size:52px}.product-detail-hero-copy{gap:8px;min-width:0;display:grid}.product-detail-kicker{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-detail-hero h1{letter-spacing:0;margin:0;font-size:clamp(42px,5vw,72px);line-height:.95}.product-detail-meta,.product-detail-description,.product-detail-muted{color:var(--muted);margin:0;font-weight:650;line-height:1.45}.product-detail-description{max-width:760px}.product-detail-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:18px;display:grid}.product-summary-tile{border:1px solid var(--line);background:var(--surface);border-radius:24px;flex-direction:column;justify-content:space-between;min-height:92px;padding:16px;display:flex;box-shadow:0 16px 42px #1414240b}.product-summary-tile span,.product-detail-section-head span,.product-metric span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.product-summary-tile strong{font-size:28px;line-height:1}.product-summary-warning strong{color:var(--warning)}.product-detail-alert,.product-detail-bundle-link{border-radius:20px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 16px;font-weight:850;display:flex}.product-detail-alert{border:1px solid color-mix(in srgb, var(--warning) 28%, transparent);background:var(--warning-soft);color:var(--warning)}.product-detail-alert span{color:var(--muted);font-weight:750}.product-detail-bundle-link{background:var(--accent-soft);width:fit-content;color:var(--accent-strong)}.product-detail-workspace{grid-template-columns:minmax(280px,.38fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}.product-variant-rail,.product-variant-detail{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 18px 50px #1414240f}.product-variant-rail{padding:18px;position:sticky;top:96px}.product-detail-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.product-detail-section-head strong{font-size:18px}.product-variant-list{gap:10px;display:grid}.product-variant-option{background:var(--surface-muted);width:100%;min-width:0;color:var(--text);text-align:left;border:1px solid #0000;border-radius:20px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px;display:grid}.product-variant-option.active{border-color:color-mix(in srgb, var(--accent) 42%, transparent);background:var(--accent-soft)}.product-variant-thumb,.product-variant-detail-thumb{background:var(--surface);object-fit:cover;color:var(--muted);border-radius:16px;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.product-variant-thumb{width:48px;height:48px;font-size:22px}.product-variant-option-copy{gap:3px;min-width:0;display:grid}.product-variant-option-copy strong,.product-variant-detail-head h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.product-variant-option-copy small{color:var(--muted);font-size:13px;font-weight:650}.product-variant-option-copy .badge{width:fit-content;min-height:20px;padding:0 7px;font-size:10px}.product-variant-stock{color:var(--text);white-space:nowrap;font-weight:950}.product-variant-stock.warning{color:var(--warning)}.product-variant-detail{gap:18px;min-width:0;padding:22px;display:grid}.product-variant-detail-head{grid-template-columns:76px minmax(0,1fr);align-items:center;gap:16px;display:grid}.product-variant-detail-copy{gap:4px;min-width:0;display:grid}.product-variant-detail-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-variant-detail-thumb{background:var(--surface-muted);width:76px;height:76px;font-size:30px}.product-variant-detail-head h2{margin-top:6px;font-size:30px}.product-variant-detail-head p{color:var(--muted);margin:2px 0 0;font-weight:750}.product-variant-metrics,.product-price-grid,.product-planning-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.product-planning-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-metric{background:var(--surface-muted);border-radius:18px;gap:8px;min-height:82px;padding:14px;display:grid}.product-metric strong{font-size:24px;line-height:1}.product-metric-accent strong{color:var(--accent-strong)}.product-metric-success strong{color:var(--success)}.product-metric-warning strong{color:var(--warning)}.product-detail-panel-section,.product-planning-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 76%, var(--surface-muted));border-radius:24px;padding:16px}.product-stock-location-list,.product-detail-list,.product-planning-signals{gap:0;display:grid}.product-stock-location-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 0;display:grid}.product-stock-location-row:last-child{border-bottom:0}.product-stock-location-row>div{gap:3px;min-width:0;display:grid}.product-stock-location-row span{color:var(--muted);align-items:center;gap:4px;font-size:12px;font-weight:750;display:inline-flex}.product-stock-location-row strong.warning{color:var(--warning)}.product-stock-location-row small{color:var(--muted);font-weight:800}.product-detail-two-col{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.product-planning-panel{gap:14px;display:grid}.product-planning-panel.muted{color:var(--muted);grid-template-columns:auto minmax(0,1fr);align-items:start}.product-planning-panel.muted strong{color:var(--text);margin-bottom:4px;display:block}.product-planning-panel.muted p{margin:0;font-weight:650}.product-planning-suggested{background:var(--surface);border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.product-planning-suggested span{color:var(--muted);font-size:12px;font-weight:850}.product-planning-suggested strong{margin-top:3px;font-size:22px;display:block}.product-planning-signals{gap:8px}.product-planning-signals span{background:var(--surface-muted);width:fit-content;color:var(--muted);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.product-edit-modal{width:min(980px,100%);max-height:min(90vh,980px)}.product-edit-form{gap:18px;display:grid}.product-edit-main{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:20px;display:grid}.product-edit-image-panel{border:1px dashed color-mix(in srgb, var(--accent) 32%, var(--line));background:var(--surface-muted);border-radius:24px;justify-items:center;gap:14px;padding:18px;display:grid;position:sticky;top:0}.product-edit-image-preview{background:var(--surface);object-fit:cover;width:148px;height:148px;color:var(--accent-strong);border-radius:28px;justify-content:center;align-items:center;font-size:46px;display:inline-flex;overflow:hidden}.product-edit-image-preview.product-thumb-emoji span{font-size:58px}.product-edit-image-actions,.product-edit-footer-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-edit-type-card,.product-edit-variant-summary,.product-edit-image-inline{border:1px solid var(--line);background:var(--surface-muted);border-radius:20px;gap:10px;padding:14px;display:grid}.product-edit-type-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.product-edit-type-card span,.product-edit-variant-summary span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.product-edit-type-card strong,.product-edit-variant-summary strong{margin-top:4px;font-size:20px;display:block}.product-edit-type-card small,.product-edit-variant-summary small,.product-edit-image-inline p{color:var(--muted);margin:4px 0 0;font-size:13px;font-weight:700;display:block}.product-edit-variant-summary{grid-template-columns:62px minmax(0,1fr) auto;align-items:center}.product-edit-variant-thumb{background:var(--surface);object-fit:cover;width:62px;height:62px;color:var(--muted);border-radius:18px;justify-content:center;align-items:center;font-size:26px;display:inline-flex;overflow:hidden}.product-edit-variant-thumb.large{border-radius:22px;width:92px;height:92px;font-size:34px}.product-edit-image-inline{grid-template-columns:92px minmax(0,1fr);align-items:center}.product-edit-footer{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.split-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px;display:grid}@media (max-width:1120px){.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-workspace,.checkout-layout,.insight-grid{grid-template-columns:1fr}.checkout-settings-card{position:static}.attention-summary-grid,.count-entry{grid-template-columns:repeat(2,minmax(0,1fr))}.count-editor-shell,.product-detail-workspace{grid-template-columns:1fr}.product-variant-rail{position:static}.product-variant-list,.product-planning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-layout,.transfers-workspace{grid-template-columns:1fr}.transfer-side-column{position:static}}@media (max-width:860px){.app-shell{grid-template-columns:1fr}.sidebar{z-index:90;width:min(340px,86vw);transition:transform .18s;position:fixed;inset:0 auto 0 0;transform:translate(-105%)}.sidebar-open{transform:translate(0)}.mobile-scrim{z-index:70;background:#09090d5c;display:block;position:fixed;inset:0}.sidebar-close,.mobile-menu{display:inline-flex}.product-detail-hero{grid-template-columns:1fr}.product-detail-hero-thumb{border-radius:22px;width:96px;height:96px}.product-detail-hero h1{font-size:42px}.product-variant-list,.product-variant-metrics,.product-price-grid,.product-planning-grid,.product-detail-two-col{grid-template-columns:1fr}.product-variant-option{grid-template-columns:48px minmax(0,1fr)}.product-variant-stock{grid-column:2}.product-stock-location-row{grid-template-columns:1fr auto}.product-stock-location-row small{grid-column:1/-1}.product-planning-suggested{flex-direction:column;align-items:flex-start}.product-edit-main{grid-template-columns:1fr}.product-edit-image-panel{position:static}.product-variant-detail-title-row,.product-edit-type-card,.product-edit-footer{flex-direction:column;align-items:stretch}.product-edit-type-card{grid-template-columns:1fr}}@media (max-width:760px){.auth-page{grid-template-columns:1fr}.auth-hero{order:2;grid-area:auto;gap:34px;padding:34px 22px}.auth-copy h1{font-size:38px}.auth-console{display:none}.auth-panel{min-height:100vh;box-shadow:none;order:1;grid-area:auto;padding:24px}.auth-card{padding:24px}.auth-social-row{grid-template-columns:1fr}.auth-language{top:16px;right:16px}.topbar{padding:14px 16px}.inventory-review-float{width:min(420px,100vw - 32px);bottom:18px;left:50%}.topbar-title,.compact-select span{display:none}.content-area{padding:22px 16px 32px}.page-header{gap:18px;display:grid}.page-header h1{font-size:44px}.grid-4,.grid-3,.grid-2,.form-grid.two,.count-entry,.bom-detail-hero{grid-template-columns:1fr}.bom-detail-hero-icon{border-radius:18px;width:64px;height:64px}.bom-components-table{display:none}.bom-component-cards{gap:0;display:grid}.filter-bar,.filter-bar>.input,.filter-bar .search-box,.category-filter,.category-chip-track,.date-range-fields label{width:100%}.category-filter{align-items:flex-start}.category-more-wrap{margin-left:auto}.date-range-fields input{flex:1}.checkout-layout{gap:14px}.transfer-route-card{grid-template-columns:1fr}.transfer-route-arrow{justify-self:center;transform:rotate(90deg)}.transfer-location-control{max-width:none}.transfer-inventory-row{grid-template-columns:48px minmax(0,1fr)}.transfer-item-stock,.transfer-item-actions{grid-column:2;justify-content:flex-start;justify-items:start}.transfer-work-head{grid-template-columns:42px minmax(0,1fr)}.transfer-work-head .badge{grid-column:2;justify-self:start}.transfer-approval-row{grid-template-columns:1fr}.checkout-layout .card{border-radius:28px;padding:20px}.checkout-layout .card-head{margin-bottom:14px}.checkout-layout .form-grid{gap:12px}.checkout-settings-form{grid-template-columns:1fr}.checkout-mode-field,.checkout-settings-form .checkout-total,.checkout-settings-form .form-error,.checkout-settings-form>.button{grid-column:auto}.checkout-mode-toggle{border-radius:24px;min-height:58px}.checkout-mode-toggle button{border-radius:19px;font-size:17px}.inventory-stock-table{display:none}.count-main-toolbar{grid-template-columns:1fr}.count-list-head{grid-template-columns:minmax(0,1fr) auto}.count-main-metrics{justify-content:stretch}.count-main-metrics span{flex:1;justify-content:center}.count-row{grid-template-columns:minmax(0,1fr) auto;align-items:start}.count-row-tap{grid-column:1/-1}.count-diff-badge,.count-matched-icon{align-self:center}.count-stepper{grid-column:1/-1;justify-self:stretch;width:100%}.count-stepper input{flex:1;width:100%}.count-side-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.count-review-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.count-review-row-head,.count-review-reason{grid-template-columns:1fr}.checkout-table{display:none}.checkout-mobile-list{gap:12px;display:grid}.checkout-mobile-item{border:1px solid var(--line);background:var(--surface);border-radius:22px;gap:12px;padding:14px;display:grid}.checkout-mobile-item-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.checkout-mobile-item-head>div{gap:2px;min-width:0;display:grid}.checkout-mobile-item-head strong{font-size:17px}.checkout-mobile-item-head span{color:var(--muted);font-weight:800}.checkout-mobile-item-head .icon-button{flex:none;width:38px;height:38px}.checkout-mobile-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.checkout-mobile-fields label{gap:6px;display:grid}.checkout-mobile-fields span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.checkout-mobile-fields .input{text-align:right;border-radius:16px;min-height:44px}.checkout-mobile-line{padding:10px 0 0}.checkout-layout .textarea{min-height:76px}.checkout-layout .checkout-total{border-radius:18px;padding:14px}.inventory-mobile-list{gap:12px;display:grid}.inventory-mobile-card{border:1px solid var(--line);background:var(--surface);border-radius:22px;gap:10px;padding:14px;display:grid}.inventory-card-clickable{cursor:pointer;outline:0;transition:border-color .14s,box-shadow .14s}.inventory-card-clickable:hover,.inventory-card-clickable:focus-visible{border-color:#6c5cff52;box-shadow:0 0 0 3px #6c5cff1f}.inventory-mobile-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.inventory-mobile-product{grid-template-columns:46px minmax(0,1fr);align-items:center;gap:10px;display:grid}.inventory-mobile-product .item-thumb{border-radius:14px;width:46px;height:46px}.inventory-mobile-head .item-title strong{font-size:16px}.inventory-mobile-quantity{justify-self:end;align-items:center;gap:6px;display:inline-flex}.inventory-mobile-stock{text-align:right;white-space:nowrap}.inventory-mobile-prices{justify-content:space-between;align-items:center;gap:10px;padding:0 2px;display:flex}.inventory-mobile-prices>span{color:var(--muted);align-items:baseline;gap:6px;font-size:13px;font-weight:850;display:inline-flex}.inventory-mobile-prices strong{color:var(--text);font-size:14px}.inventory-mobile-actions{display:grid}.inventory-mobile-actions .button{width:100%}.variant-preview-modal{width:min(100%,520px)}.variant-preview-hero{grid-template-columns:68px minmax(0,1fr);align-items:start;gap:14px}.variant-preview-thumb{border-radius:18px;width:68px;height:68px}.variant-preview-thumb.product-thumb-emoji span{font-size:34px}.variant-preview-name-line strong{font-size:22px}.variant-preview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.variant-preview-batch-row,.variant-preview-batch-empty{grid-template-columns:1fr;align-items:start}.variant-preview-batch-row>strong{justify-self:start}.variant-preview-batch-actions{justify-content:stretch;width:100%}.variant-preview-batch-actions .button{flex:1}.alert-row{grid-template-columns:1fr;align-items:stretch}.alert-row .table-actions{justify-content:stretch}.alert-row .button{flex:1}.attention-summary-grid{grid-template-columns:1fr}.attention-brief{border-radius:24px;min-height:0;padding:18px}.attention-brief h2{font-size:22px}.attention-section-head{flex-direction:column;align-items:flex-start}.section-info{white-space:normal}.attention-row{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;padding:14px}.attention-row-link{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center}.attention-row-actions{grid-column:1/-1;justify-content:stretch}.attention-row-actions .button{flex:1}.attention-row-actions .attention-review-action{display:none}.attention-row-metric{grid-column:1/-1}.attention-row-link .attention-row-metric{grid-column:auto}.restock-toast{grid-template-columns:auto minmax(0,1fr);bottom:16px;right:16px}.restock-toast .button{grid-column:1/-1;width:100%}.stat-card{border-radius:24px;min-height:88px;padding:14px 16px}.stat-card strong{font-size:30px}.modal-backdrop{place-items:end center;padding:12px}.modal{border-radius:28px 28px 0 0;max-height:92vh}.bom-builder-layout{grid-template-columns:1fr}.bom-builder-panel,.bom-picker-panel{border-radius:28px}.bom-picker-panel{max-height:none;position:static}.bom-picker-list{max-height:420px}.bom-builder-layout{padding-bottom:126px}.bom-output-fields{grid-template-columns:1fr}.bom-entry-row{grid-template-columns:auto minmax(0,1fr) auto}.bom-entry-stepper{grid-column:1/-1;justify-self:stretch;width:100%}.bom-entry-stepper input{flex:1;width:auto}.bom-entry-row .icon-button{grid-area:1/3}.bom-builder-footer{flex-direction:column;align-items:stretch}.bom-builder-footer-actions{justify-content:stretch;width:100%}.bom-builder-footer-actions .button{flex:1}.production-order-modal{width:100%}.production-order-intro{padding:18px}.production-order-shell{grid-template-columns:1fr;min-height:0}.production-order-picker{border-right:0;border-bottom:1px solid var(--line);padding:18px}.production-order-bom-list{max-height:230px}.production-order-setup{padding:18px}.production-order-selected{border-radius:24px}.production-order-selected-head{grid-template-columns:auto minmax(0,1fr)}.production-order-output-pill{grid-column:1/-1;justify-self:start}.production-order-run-row{grid-template-columns:1fr}.production-order-stepper{justify-content:space-between;width:100%}.production-order-stepper input{flex:1}.production-order-component{align-items:start}.product-create-modal{width:100%}.product-create-shell{gap:14px;padding:18px}.product-create-progress{gap:6px}.product-create-step{gap:6px;font-size:12px}.product-create-step span{width:22px;height:22px}.product-create-pane,.product-create-variant-builder,.product-create-stock-options,.product-create-stock-card.compact,.product-create-stock-head,.product-create-lot-row,.product-edit-variant-summary,.product-edit-image-inline,.product-create-sku-grid,.product-create-review-card{grid-template-columns:1fr}.product-create-photo-zone{min-height:240px}.product-create-option-grid{grid-template-columns:1fr}.product-create-variant-row{grid-template-columns:auto minmax(0,1fr)}.product-create-variant-row .input{grid-column:1/-1}.product-create-footer,.product-create-footer-side,.product-edit-footer-actions{width:100%;display:grid}.product-create-footer{grid-template-columns:1fr}.product-create-footer-side{grid-template-columns:repeat(2,minmax(0,1fr))}.product-create-footer .button{width:100%}}.infinite-scroll-sentinel{min-height:56px;color:var(--muted);justify-content:center;align-items:center;gap:10px;padding:14px;font-size:13px;font-weight:800;display:flex}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
