@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap";@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.grid{display:grid}.hidden{display:none}.table{display:table}.table-row{display:table-row}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}@layer base{:root{--bg:#f7fbf8;--panel:#fff;--panel-alt:#f2f6f1;--ink:#122018;--muted:#5f6f66;--primary:#1f7a4d;--primary-dark:#165c39;--primary-light:#d3eadc;--primary-soft:#e8f4ec;--accent:#d4a43c;--success:#2f8c5b;--warning:#d4a43c;--danger:#cb5146;--border:#12201814;--shadow:0 18px 40px #101d161f;--shadow-soft:0 10px 24px #101d1614;--radius:16px;--body-font:"Manrope", "Helvetica Neue", sans-serif;--heading-font:"Manrope", "Helvetica Neue", sans-serif;--mono-font:"JetBrains Mono", monospace;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{font-family:var(--body-font);color:var(--ink);background-color:var(--bg);background-image:linear-gradient(#fff 0%,#f7fbf8 100%);min-height:100svh;margin:0}#root{min-height:100svh}h1,h2,h3,h4{font-family:var(--heading-font);color:inherit;letter-spacing:-.01em;margin:0;font-weight:700}p{margin:0;line-height:1.5}input,select,button,textarea{font-family:inherit}a,button,input,label,select,summary,textarea,[role=button]{-webkit-tap-highlight-color:transparent}input,select,textarea{border:1px solid var(--border);background:var(--panel);color:var(--ink);border-radius:10px;width:100%;padding:10px 12px;font-size:14px}input::-moz-placeholder{color:#5f6f6699}textarea::-moz-placeholder{color:#5f6f6699}input::placeholder,textarea::placeholder{color:#5f6f6699}input:focus,select:focus,textarea:focus{border-color:#1f7a4d61;outline:2px solid #1f7a4d38}button{cursor:pointer;background:0 0;border:none}}@media (width<=768px){@layer base{body,#root{background:#fff}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.app-shell{flex-direction:column;gap:28px;max-width:1280px;margin:0 auto;padding:32px 24px 64px;display:flex}.app-shell-onboarding{gap:0;max-width:none;height:100svh;min-height:100svh;margin:0;padding:0;overflow:hidden}.app-loading-screen{place-items:center;min-height:100svh;padding:24px;display:grid}.app-loading-card{text-align:center;color:var(--muted);justify-items:center;gap:16px;display:grid}.app-loading-card p{font-size:.95rem;font-weight:600}.app-loading-indicator{align-items:center;gap:10px;display:inline-flex}.app-loading-indicator span{background:var(--primary);border-radius:999px;width:12px;height:12px;animation:.72s ease-in-out infinite app-loading-bounce}.app-loading-indicator span:nth-child(2){animation-delay:.12s}.app-loading-indicator span:nth-child(3){animation-delay:.24s}.app-skeleton{background:#e9eeeb;position:relative;overflow:hidden}.app-skeleton:after{content:"";background:linear-gradient(90deg,#e9eeeb00 0%,#ffffffb8 50%,#e9eeeb00 100%);animation:1.4s ease-in-out infinite app-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes app-skeleton-shimmer{to{transform:translate(100%)}}@keyframes app-loading-bounce{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-8px)}}.top-nav{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.nav-brand{align-items:center;gap:12px;font-size:14px;display:flex}.nav-text{display:inline}.nav-actions{align-items:center;gap:8px;display:flex}.nav-preferences{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.language-switcher{border:1px solid var(--border);background:#fff;border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex}.language-switcher-icon{color:var(--muted);justify-content:center;align-items:center;padding:0 4px;display:inline-flex}.language-chip{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.language-chip.active{background:var(--primary-light);color:var(--primary)}.profile-menu{position:relative}.profile-menu summary{list-style:none}.profile-menu summary::-webkit-details-marker{display:none}.item-menu{position:relative}.item-menu summary{list-style:none}.item-menu summary::-webkit-details-marker{display:none}.item-menu-panel{background:var(--panel);min-width:140px;box-shadow:var(--shadow-soft);z-index:20;border:1px solid #0f172a14;border-radius:12px;gap:6px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);right:0}.item-menu-panel .btn{padding:6px 10px;font-size:11px}.profile-trigger{cursor:pointer}.profile-trigger .nav-icon{display:inline-flex}.nav-profile-label{color:inherit;font-size:14px;font-weight:700}.profile-menu[open] .profile-trigger{color:var(--primary);border-color:#2f9e6747}.profile-menu-panel{background:var(--panel);min-width:160px;box-shadow:var(--shadow-soft);z-index:20;border:1px solid #0f172a14;border-radius:12px;gap:6px;padding:10px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.profile-menu-panel .btn{padding:6px 10px;font-size:11px}.brand-info{align-items:center;gap:10px;display:flex}.nav-logout{margin-left:auto}.nav-brand span{color:var(--muted);font-size:12px;display:block}.nav-brand strong{color:var(--ink);font-size:15px;display:block}.brand-dot{background:linear-gradient(135deg, var(--primary), var(--success));border-radius:50%;width:12px;height:12px}.nav-links{flex-wrap:wrap;gap:10px;display:flex}.nav-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.nav-footer-user{align-items:center;gap:10px;display:flex}.nav-footer-user-main{flex:auto;align-items:center;gap:12px;min-width:0;display:flex}.nav-footer-avatar{width:42px;height:42px;color:var(--primary);background:#2f9e671f;border-radius:14px;flex:none;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:inline-flex}.nav-footer-copy{gap:2px;min-width:0;display:grid}.nav-footer-copy strong{color:var(--ink);font-size:.98rem;line-height:1.05}.nav-footer-copy span{color:var(--muted);font-size:.8rem}.nav-link{color:var(--muted);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-width:44px;padding:8px 12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.nav-link.active{color:var(--primary);background:var(--primary-light);border-color:#2f9e6733}.nav-link:hover{color:var(--primary);border-color:#2f9e6733}.nav-icon{width:18px;height:18px;display:none}.clerk-nav-user{justify-content:center;align-items:center;display:inline-flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.icon-btn{border:1px solid var(--border);color:var(--ink);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:8px 10px;transition:transform .2s,box-shadow .2s;display:inline-flex}.icon-btn:hover{transform:translateY(-1px)}.status-chip{color:var(--primary-dark);background:var(--primary-soft);border-radius:12px;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;display:grid}.status-chip small{color:var(--muted);font-weight:500}.status-chip.live{color:var(--success);background:#56bc8229}.status-chip.offline,.status-chip.loading{color:var(--muted);background:#f0f4f1}.page{flex-direction:column;gap:24px;display:flex}.notice-bar{background:var(--primary-light);color:var(--primary-dark);white-space:normal;overflow-wrap:anywhere;border-radius:12px;padding:12px 16px;font-weight:600;line-height:1.45}.mode-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.mode-card{border:1px solid var(--border);text-align:left;background:#fff;border-radius:16px;padding:16px}.mode-card.active{box-shadow:var(--shadow-soft);border-color:#2f9e6747}.inventory-controls{gap:12px;display:grid}.filter-row{flex-wrap:nowrap;align-items:center;gap:8px;display:flex;overflow-x:auto}.filter-row-tight{flex-wrap:nowrap;align-items:center}.empty-state{border:1px dashed var(--border);text-align:center;border-radius:14px;gap:8px;padding:18px;display:grid}.inline-warning{color:var(--danger);font-size:12px}.calculation-card{background:var(--panel-alt);border-radius:14px;gap:6px;padding:14px;font-size:14px;display:grid}.list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.list a{color:var(--primary);font-weight:600;text-decoration:none}.list-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.report-row{align-items:flex-start}.report-metrics{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;gap:12px;font-size:12px;display:flex}.report-metrics span{white-space:nowrap}.muted{color:var(--muted);font-size:12px;display:block}.action-row{flex-wrap:nowrap;align-items:center;gap:8px;display:flex;overflow-x:auto}.price-actions{overflow:visible}.sales-recent-row{align-items:flex-start}.sales-recent-meta{margin-top:4px}.action-row input{border:1px solid var(--border);border-radius:10px;padding:8px 10px}.quick-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.quick-card{border:1px solid var(--border);text-align:left;background:#fff;border-radius:14px;gap:6px;padding:12px;display:grid}.quick-card.disabled{opacity:.6;cursor:not-allowed}.cart-list{gap:10px;display:grid}.cart-row{grid-template-columns:1fr auto auto;align-items:center;gap:12px;display:grid}.cart-controls{align-items:center;gap:6px;display:flex}.cart-controls button{border:1px solid var(--border);background:#fff;border-radius:8px;width:28px;height:28px}.cart-controls input{text-align:center;width:60px}.table{gap:8px;display:grid}.table-row{grid-template-columns:1.4fr repeat(5,1fr);align-items:center;gap:8px;display:grid}.table-row input{width:100%}.table-head{color:var(--muted);font-weight:600}.main-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.panel{background:var(--panel);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-soft);flex-direction:column;gap:18px;padding:20px;display:flex}.panel-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.panel-header h2{margin:4px 0 0;font-size:22px}.panel-kicker{text-transform:uppercase;letter-spacing:2px;color:var(--muted);margin:0;font-size:12px;font-weight:600}.panel-body{flex-direction:column;gap:14px;display:flex}.field{flex-direction:column;gap:8px;display:flex}.field label{color:var(--muted);font-size:13px;font-weight:600}.field-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;display:grid}.toggle-row{background:var(--panel-alt);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.toggle-title{margin:0;font-weight:600}.toggle-sub{color:var(--muted);font-size:12px}.keypad{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.key{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:10px;padding:10px 0;font-weight:600}.form-actions{border-top:1px solid var(--border);flex-wrap:nowrap;align-items:center;gap:12px;padding-top:12px;display:flex;overflow-x:auto}.form-actions.align-right{justify-content:flex-end}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}a.btn{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.btn.primary{background:var(--primary);color:#fff;box-shadow:0 12px 24px #1f7a4f40}.btn.success{background:var(--success);color:#fff}.btn.danger{background:var(--danger);color:#fff}.btn.ghost{border:1px solid var(--border);color:var(--ink);background:0 0}.btn.subtle{background:var(--panel-alt);border:1px solid var(--border);color:var(--ink)}.btn.subtle.active{color:var(--primary);border-color:#1f7a4f66}.btn-sm{border-radius:10px;padding:6px 12px}.btn-lg{border-radius:14px;padding:12px 22px}.btn-text-sm{font-size:12px}.btn-text-lg{font-size:16px}.btn:hover{transform:translateY(-1px)}.pill{text-transform:uppercase;letter-spacing:1px;background:var(--panel-alt);color:var(--ink);white-space:nowrap;border-radius:999px;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.pill.primary{color:var(--primary);background:#1f7a4f1f}.pill.accent{color:var(--primary-dark);background:#1f7a4f14}.pill.danger{color:var(--danger);background:#c25a5a2e}.pill.live{color:var(--success);background:#2a9d6f1f}.pill.offline,.pill.loading{color:var(--muted);background:#f0f4f1}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.stat-card{background:var(--panel-alt);border:1px solid var(--border);border-radius:14px;padding:14px}.stat-card.profit h3{color:var(--success)}.stat-card h3{margin:6px 0 0;font-size:20px}.stat-card.alert{background:#6f9b631f;border-color:#6f9b6340}.stat-card.loss{background:#c25a5a1f;border-color:#c25a5a40}.stat-card.loss h3{color:var(--danger)}.stock-pill{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 8px;font-size:11px;font-weight:600;display:inline-flex}.stock-pill.healthy{color:var(--success);background:#2a9d6f26}.stock-pill.low{color:var(--warning);background:#6f9b632e}.stock-pill.out{color:var(--danger);background:#c25a5a2e}.supplier-form{flex-direction:column;gap:16px;display:flex}.supplier-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.panel-surface{background:var(--panel-alt);border-radius:16px;gap:12px;padding:16px;display:grid}.panel-subtitle{margin:0;font-weight:600}.panel-muted{color:var(--muted);font-size:12px}.auth-screen{--auth-accent:var(--primary);--auth-accent-hover:var(--primary-dark);background:#fff;height:100svh;min-height:100svh;padding:0;display:block;position:relative;overflow:hidden}.auth-card{width:100%;height:100%;min-height:100svh;box-shadow:none;background:#fff;border-radius:0;position:relative;overflow:hidden}.auth-brand{z-index:4;color:var(--auth-accent);align-items:center;gap:14px;transition:color .6s ease-in-out;display:inline-flex;position:absolute;top:28px;left:28px}.auth-card.is-signup .auth-brand{color:#fff}.auth-brand-static{color:#2bbfb0}.auth-brand-mark{background:linear-gradient(#2f9e671f,#2f9e673d),#fff;border:1px solid #2f9e673d;border-radius:14px;width:42px;height:42px;position:relative;box-shadow:0 12px 24px #2f9e672e}.auth-brand-mark:before,.auth-brand-mark:after{content:"";background:var(--auth-accent);border-radius:999px;position:absolute}.auth-brand-mark:before{width:20px;height:4px;box-shadow:0 9px 0 var(--auth-accent);top:11px;left:11px}.auth-brand-mark:after{width:4px;height:20px;top:11px;left:19px}.auth-brand-copy{gap:2px;display:grid}.auth-brand-copy strong{font-size:1rem;line-height:1}.auth-brand-copy span{color:currentColor;opacity:.78;font-size:.82rem}.auth-form-panel,.auth-overlay-panel{width:50%;height:100%;transition:transform .6s ease-in-out,border-radius .6s ease-in-out;position:absolute;inset:0 auto 0 0}.auth-form-panel{background:#fff;padding:112px 56px 48px;overflow-y:auto;transform:translate(0)}.auth-overlay-panel{color:#fff;background:linear-gradient(160deg,#2f8c5b 0%,#1f7a4d 100%);place-items:center;padding:48px;display:grid;inset:0 0 0 auto;transform:translate(0)}.auth-card.is-signup .auth-form-panel{transform:translate(100%)}.auth-card.is-signup .auth-overlay-panel{transform:translate(-100%)}.auth-form-stage{opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .22s ease-in-out;display:flex;position:absolute;inset:112px 56px 48px}.auth-form-stage.is-active{opacity:1;pointer-events:auto}.auth-form-stage-body,.auth-overlay-copy{animation:.42s auth-fade-in}.auth-form-stage-body{width:min(100%,430px);margin:0 auto}.auth-overlay-copy-mobile,.auth-mobile-form-title{display:none}.auth-clerk-root,.auth-clerk-card-box,.auth-clerk-card,.auth-clerk-main{width:100%;max-width:none}.auth-clerk-card{width:min(100%,430px);box-shadow:none;background:0 0;border:0;gap:18px;margin:0 auto;padding:0;display:grid}.auth-clerk-root>*,.auth-clerk-card-box>*,.auth-clerk-card>*,.auth-clerk-main>*,.auth-clerk-main>*>*{box-shadow:none!important;background:0 0!important;border:0!important}.auth-clerk-main>*,.auth-clerk-main>*>*{padding-left:0!important;padding-right:0!important}.auth-clerk-header{text-align:center;gap:10px;margin-bottom:4px;display:grid}.auth-clerk-header-title{letter-spacing:-.04em;color:var(--auth-accent);font-size:clamp(2rem,3vw,3rem);line-height:1.05}.auth-clerk-header-subtitle{color:#6e7d77;text-align:center;max-width:36ch;margin:0 auto;font-size:.98rem;line-height:1.65}.auth-social-button{background:#fff;border:1px solid #1220181a;border-radius:999px;justify-content:center;width:52px;min-width:52px;height:52px;margin-inline:auto;padding:0;box-shadow:0 8px 18px #0c1f1b14}.auth-social-button:hover{border-color:#1a473147;transform:translateY(-1px)}.auth-social-button-text{display:none}.auth-social-provider-icon svg{width:18px;height:18px}.auth-screen [data-localization-key=lastAuthenticationStrategy]{display:none!important}.auth-divider-line{background:#12201814}.auth-divider-text{color:#8a9792;font-size:.86rem}.auth-field-label-row,.auth-field-label{display:none}.auth-field-row{gap:10px;margin-bottom:14px}.auth-field-input{box-sizing:border-box;background-color:#f2f5f6;border:1px solid #0000;border-radius:18px;width:100%;min-height:56px;padding:15px 18px 15px 48px;font-size:.96rem;box-shadow:inset 0 1px #ffffff8c}.auth-otp-input{box-sizing:border-box;text-align:center;background-color:#f2f5f6;border:1px solid #0000;border-radius:16px;width:54px;min-width:54px;height:54px;min-height:54px;padding:0;font-size:1rem;box-shadow:inset 0 1px #ffffff8c}.auth-field-input:focus,.auth-otp-input:focus{border-color:#1a47314d;outline:2px solid #1a47312e}.auth-field-input::placeholder{color:#8a9792;opacity:1}.auth-form-stage input[name=identifier],.auth-form-stage input[name=emailAddress],.auth-form-stage input[name=emailAddressOrUsername]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23768781' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E")}.auth-form-stage input[name=password],.auth-form-stage input[name=newPassword],.auth-form-stage input[name=confirmPassword]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23768781' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='11' width='16' height='9' rx='2'/%3E%3Cpath d='M8 11V7a4 4 0 0 1 8 0v4'/%3E%3C/svg%3E")}.auth-form-stage input[name=firstName],.auth-form-stage input[name=lastName],.auth-form-stage input[name=username]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23768781' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3C/svg%3E")}.auth-form-stage input[name=identifier],.auth-form-stage input[name=emailAddress],.auth-form-stage input[name=emailAddressOrUsername],.auth-form-stage input[name=password],.auth-form-stage input[name=newPassword],.auth-form-stage input[name=confirmPassword],.auth-form-stage input[name=firstName],.auth-form-stage input[name=lastName],.auth-form-stage input[name=username]{background-position:16px;background-repeat:no-repeat}.auth-clerk-root,.auth-clerk-card-box,.auth-clerk-card,.auth-clerk-main,.auth-clerk-main>*,.auth-clerk-main>*>*{box-sizing:border-box;min-width:0}.auth-password-toggle{color:#768781;right:14px}.auth-field-action{justify-content:flex-end;width:100%;margin-top:-6px;margin-bottom:10px;display:flex}.auth-custom-signin{gap:14px;display:grid}.auth-custom-social{justify-items:center;gap:12px;display:grid}.auth-google-button{color:#3c4043;cursor:pointer;width:100%;max-width:320px;height:44px;box-shadow:none;background:#fff;border:1px solid #dadce0;border-radius:4px;justify-content:center;align-items:center;gap:12px;padding:0 16px;font-family:Google Sans,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;display:flex}.auth-google-button:hover{background:#f8f9fa;border-color:#dadce0;box-shadow:0 1px 3px #0000001a}.auth-google-button:disabled{cursor:not-allowed;opacity:.7}.auth-google-icon-wrap{flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.auth-google-icon-wrap svg{display:block}.auth-custom-divider{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;display:grid}.auth-custom-fields{gap:0;display:grid}.auth-forgot-link,.auth-link-button,.auth-footer-link{color:#5a6d67;font-weight:600;text-decoration:none;display:inline-flex}.auth-manual-forgot-row{justify-content:center;margin-top:8px;margin-bottom:10px;display:flex}.auth-manual-forgot-link,.auth-reset-inline-link{color:#5a6d67;cursor:pointer;font-weight:600;font:inherit;background:0 0;border:0;padding:0;text-decoration:none}.auth-mobile-switcher{color:#6e7d77;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:6px 0 0;padding:4px 0 0;font-size:.86rem;display:flex}.auth-mobile-switcher-link{color:var(--auth-accent);cursor:pointer;font-weight:700;font:inherit;background:0 0;border:0;padding:0}.auth-custom-code-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-primary-button{background:var(--auth-accent);color:#fff;letter-spacing:.14em;text-transform:uppercase;border-radius:999px;min-height:54px;font-size:.96rem;font-weight:700;box-shadow:0 16px 30px #1a473138}.auth-primary-button:hover{background:var(--auth-accent-hover);transform:translateY(-1px)}.auth-footer{display:none}.auth-alert{color:#b14a42;background:#d25c5214;border-radius:16px;padding:12px 14px}.auth-alert-info{color:var(--auth-accent);background:#1a473114}.auth-field-error,.auth-alert-text{color:#b14a42}.auth-overlay-copy{z-index:1;text-align:center;gap:18px;max-width:280px;display:grid;position:relative}.auth-overlay-copy h1,.auth-overlay-copy h2{color:#fff;font-size:clamp(2rem,2.4vw,3rem);line-height:1.05}.auth-overlay-copy p{color:#ffffffe6;font-size:1rem;line-height:1.8}.auth-secondary-button,.auth-back-button{color:#fff;letter-spacing:.14em;text-transform:uppercase;border:1.5px solid #ffffffc7;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 28px;font-size:.94rem;font-weight:700;transition:transform .18s,background-color .18s,color .18s;display:inline-flex}.auth-secondary-button:hover,.auth-back-button:hover{background:#ffffff1a;transform:translateY(-1px)}.auth-overlay-shape{opacity:.12;position:absolute}.auth-overlay-shape-diamond{background:#fff;width:72px;height:72px;top:62px;right:78px;transform:rotate(45deg)}.auth-overlay-shape-triangle{clip-path:polygon(50% 0%,0% 100%,100% 100%);background:#fff;width:140px;height:140px;bottom:24px;right:32px}.auth-overlay-shape-circle{background:#fff;border-radius:50%;width:84px;height:84px;bottom:82px;left:44px}.auth-screen-reset .auth-card-reset{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);min-height:640px;display:grid}.auth-reset-panel,.auth-reset-aside{padding:112px 56px 48px;position:relative}.auth-reset-panel{background:#fff;flex-direction:column;justify-content:center;display:flex}.auth-reset-panel>*{width:min(100%,430px);margin-inline:auto}.auth-reset-form{gap:16px;width:min(100%,430px);display:grid}.auth-reset-form .field input{width:100%}.auth-reset-notice{color:var(--auth-accent);font-size:.92rem}.auth-reset-error{color:#b14a42;font-size:.92rem}.auth-reset-actions{gap:12px;display:grid}.auth-reset-inline-link{justify-self:flex-start;padding:0}.auth-reset-copy{text-align:center;justify-items:center;gap:10px;margin-bottom:28px;display:grid}.auth-reset-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--auth-accent);font-size:.82rem;font-weight:700}.auth-reset-copy h1{color:#122018;font-size:clamp(2rem,3vw,3rem)}.auth-reset-copy p{color:#6e7d77;max-width:40ch;margin-inline:auto;line-height:1.7}.auth-reset-panel .auth-back-button{color:var(--auth-accent);border-color:#1a47313d;margin-top:24px}.auth-reset-panel .auth-back-button:hover{background:#1a473114}.auth-reset-aside{background:linear-gradient(160deg,#2f8c5b 0%,#1f7a4d 100%);place-items:center;display:grid;overflow:hidden}@media (width>=701px) and (width<=1100px){.auth-card{min-height:100svh}.auth-brand{gap:12px;top:22px;left:22px}.auth-brand-mark{border-radius:12px;width:38px;height:38px}.auth-brand-mark:before{width:18px;box-shadow:0 8px 0 var(--auth-accent);top:10px;left:10px}.auth-brand-mark:after{height:18px;top:10px;left:17px}.auth-brand-copy strong{font-size:.96rem}.auth-brand-copy span{font-size:.78rem}.auth-form-panel,.auth-overlay-panel{width:50%}.auth-overlay-panel{padding:40px 28px}.auth-form-panel{padding:96px 34px 34px}.auth-form-stage{inset:96px 34px 34px}.auth-form-stage-body,.auth-clerk-card,.auth-reset-form{width:min(100%,380px)}.auth-clerk-card{gap:16px}.auth-clerk-header-title{font-size:clamp(2rem,3.4vw,2.5rem)}.auth-clerk-header-subtitle{font-size:.9rem;line-height:1.55}.auth-social-button{width:46px;min-width:46px;height:46px}.auth-custom-divider{gap:10px}.auth-google-button{max-width:300px}.auth-field-row{margin-bottom:12px}.auth-field-input{min-height:50px;padding:13px 16px 13px 44px;font-size:.92rem}.auth-otp-input{width:50px;min-width:50px;height:50px;min-height:50px;font-size:.96rem}.auth-form-stage input[name=identifier],.auth-form-stage input[name=emailAddress],.auth-form-stage input[name=emailAddressOrUsername],.auth-form-stage input[name=password],.auth-form-stage input[name=newPassword],.auth-form-stage input[name=confirmPassword],.auth-form-stage input[name=firstName],.auth-form-stage input[name=lastName],.auth-form-stage input[name=username]{background-position:14px}.auth-primary-button{min-height:50px;font-size:.9rem}.auth-overlay-copy{gap:14px;max-width:230px}.auth-overlay-copy h1,.auth-overlay-copy h2{font-size:clamp(1.9rem,3vw,2.45rem)}.auth-overlay-copy p{font-size:.92rem;line-height:1.6}.auth-secondary-button,.auth-back-button{min-height:48px;padding:0 24px;font-size:.86rem}.auth-overlay-shape-diamond{width:56px;height:56px;top:58px;right:36px}.auth-overlay-shape-triangle{width:110px;height:110px;bottom:18px;right:16px}.auth-overlay-shape-circle{width:62px;height:62px;bottom:52px;left:18px}.auth-screen-reset .auth-card-reset{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr)}.auth-reset-panel,.auth-reset-aside{padding:96px 34px 34px}.auth-reset-copy h1{font-size:clamp(2rem,3.4vw,2.5rem)}.auth-reset-copy p{font-size:.92rem}}@media (width<=700px){.auth-card,.auth-screen-reset .auth-card-reset{background:linear-gradient(160deg,#2f8c5b 0%,#1f7a4d 100%);grid-template-rows:minmax(260px,43svh) 1fr;grid-template-columns:1fr;height:100svh;min-height:100svh;display:grid}.auth-card.is-signin{grid-template-rows:minmax(220px,35svh) 1fr}.auth-brand,.auth-brand-static{color:#fff;top:18px;left:18px}.auth-brand-mark{border-radius:12px;width:36px;height:36px}.auth-brand-copy strong{font-size:.92rem}.auth-brand-copy span{display:none}.auth-form-panel,.auth-overlay-panel,.auth-reset-panel,.auth-reset-aside{width:100%;position:relative;inset:auto;transform:none}.auth-overlay-panel,.auth-reset-aside{grid-row:1;place-items:end stretch;min-height:0;padding:86px 18px 42px}.auth-overlay-copy{text-align:left;gap:8px;max-width:180px}.auth-overlay-copy h1,.auth-overlay-copy h2{font-size:clamp(1.6rem,7vw,2rem)}.auth-overlay-copy p{font-size:.84rem;line-height:1.45}.auth-secondary-button{display:none}.auth-form-panel,.auth-reset-panel{z-index:2;scrollbar-width:none;border-radius:32px 32px 0 0;grid-row:2;min-height:calc(57svh + 18px);margin-top:-18px;padding:22px 16px 12px;overflow:hidden auto}.auth-card.is-signin .auth-form-panel{min-height:calc(65svh + 18px);padding-top:24px;padding-bottom:20px}.auth-form-panel::-webkit-scrollbar{display:none}.auth-reset-panel::-webkit-scrollbar{display:none}.auth-card.is-signup .auth-form-panel,.auth-card.is-signup .auth-overlay-panel{transform:none}.auth-form-stage{position:relative;inset:auto}.auth-form-stage-body{gap:16px;display:grid}.auth-mobile-form-title{letter-spacing:-.02em;color:#122018;text-align:center;margin:0 0 4px;font-size:1.1rem;font-weight:700;display:block}.auth-clerk-root,.auth-clerk-card-box,.auth-clerk-card{width:100%;min-width:0;max-width:100%;display:block}.auth-clerk-main{flex-direction:column;gap:10px;width:100%;min-width:0;max-width:100%;display:flex}.auth-clerk-main>*,.auth-form-stage,.auth-form-stage-body,.auth-field-row{width:100%;min-width:0;max-width:100%}.auth-clerk-header{display:none}.auth-custom-signin{gap:16px}.auth-google-button{gap:10px;max-width:90%;height:40px;padding:0 14px;font-size:12px}.auth-custom-fields{order:1;gap:10px;margin-top:4px}.auth-manual-forgot-row{order:4;margin-top:4px;margin-bottom:4px}.auth-primary-button{order:2;margin-top:4px;margin-bottom:12px}.auth-custom-social{order:6;margin-top:0;padding-bottom:4px}.auth-custom-divider{order:5;margin-top:2px;margin-bottom:6px}.auth-custom-code-actions{order:2}.auth-clerk-header-title{color:#122018;font-size:clamp(1.3rem,5.6vw,1.7rem)}.auth-clerk-header-subtitle{max-width:none;margin-top:2px;font-size:.76rem;line-height:1.35}.auth-social-button{width:35px;min-width:35px;height:35px}.auth-primary-button{letter-spacing:.09em;width:90%;min-height:44px;margin-inline:auto;font-size:.76rem}.auth-custom-divider{gap:8px}.auth-divider-text{color:#8a9792;font-size:.68rem;display:inline}.auth-divider-line{display:block}.auth-clerk-main>:has(.auth-divider-text){order:2;margin:0}.auth-field-row{margin-bottom:8px}.auth-field-input{border-radius:14px;max-width:100%;min-height:42px;margin-inline:auto;padding:9px 12px 9px 34px;font-size:.78rem;width:90%!important}.auth-custom-fields .auth-field-row{justify-items:center;display:grid}.auth-otp-input{border-radius:12px;min-width:42px;max-width:42px;height:42px;min-height:42px;margin-inline:0;padding:0;font-size:.88rem;width:42px!important}.auth-form-stage input[name=identifier],.auth-form-stage input[name=emailAddress],.auth-form-stage input[name=emailAddressOrUsername],.auth-form-stage input[name=password],.auth-form-stage input[name=newPassword],.auth-form-stage input[name=confirmPassword],.auth-form-stage input[name=firstName],.auth-form-stage input[name=lastName],.auth-form-stage input[name=username]{background-position:12px}.auth-forgot-link,.auth-link-button,.auth-footer-link,.auth-manual-forgot-link,.auth-reset-inline-link{font-size:.72rem;line-height:1.35}.auth-custom-code-actions{flex-wrap:wrap;justify-content:center;gap:6px}.auth-clerk-main>:has(.auth-social-button){order:3;margin-top:0}:is(.auth-clerk-main>:has(.auth-field-row),.auth-clerk-main>:has(.auth-primary-button)){order:1}.auth-mobile-switcher{margin:0;padding:2px 0 0;font-size:.76rem}.auth-overlay-copy-desktop{display:none}.auth-overlay-copy-mobile{display:inline}.auth-overlay-shape-diamond{width:44px;height:44px;top:62px;right:22px}.auth-overlay-shape-triangle{width:74px;height:74px;bottom:18px;right:10px}.auth-overlay-shape-circle{width:46px;height:46px;bottom:22px;left:12px}.auth-reset-panel .auth-back-button{width:100%}}@media (width>=961px){.auth-mobile-form-title{display:none}.auth-overlay-copy-desktop{display:inline}}@keyframes auth-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.clerk-nav-user{align-items:center;display:inline-flex}.stepper{grid-template-columns:36px 1fr 36px;align-items:center;gap:8px;display:grid}.stepper button{border:1px solid var(--border);background:#fff;border-radius:10px;height:38px;font-weight:700}.radio-list{gap:10px;display:grid}.radio-card{border:1px solid var(--border);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;display:flex}.radio-card input{accent-color:var(--primary)}.switch{width:48px;height:26px;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background:#d4d8e0;border-radius:999px;transition:background .2s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 6px 12px #0f172a33}.switch input:checked+.slider{background:var(--primary)}.switch input:checked+.slider:before{transform:translate(22px)}@media (width>=1100px){.dashboard,.supplier{grid-column:span 2}}@media (width<=900px){.status-chip{width:100%}.form-actions.align-right{justify-content:flex-start}}@media (width<=1024px){.app-shell{padding:24px 18px 96px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pill{letter-spacing:.6px;padding:5px 10px;font-size:11px}.stock-pill{padding:3px 7px;font-size:10px}}@media (width>=1025px){.app-shell{--app-sidebar-width:264px;grid-template-columns:var(--app-sidebar-width) minmax(0, 1fr);-moz-column-gap:0;align-items:start;gap:0;max-width:none;min-height:100vh;margin:0;padding:0;display:grid}.app-shell:has(>.dashboard-shared-nav.is-collapsed){--app-sidebar-width:92px}.app-shell>.dashboard-shared-nav{grid-area:1/1}.app-shell>:not(.dashboard-shared-nav):not(.nav-links-dashboard){grid-column:2}.app-shell-main{flex-direction:column;gap:0;min-width:0;min-height:100vh;padding:0;display:flex}.app-shell-main>.notice-bar{margin:0}.dashboard-shared-nav{width:264px;transition:width .22s}.dashboard-shared-nav.is-collapsed{width:92px}.dashboard-shared-nav.is-collapsed .dashboard-sidebar-brand-copy,.dashboard-shared-nav.is-collapsed .dashboard-sidebar-link span,.dashboard-shared-nav.is-collapsed .dashboard-sidebar-profile-copy{display:none}.dashboard-shared-nav.is-collapsed .dashboard-sidebar-top,.dashboard-shared-nav.is-collapsed .dashboard-sidebar-footer{justify-content:center}.dashboard-shared-nav.is-collapsed .dashboard-sidebar-link{justify-content:center;padding-inline:0}.page{padding:0}.notice-bar{margin:0}}@media (width<=768px){.app-shell{--mobile-page-gutter:14px;--mobile-nav-inset:14px;--mobile-nav-height:78px;--mobile-nav-gap:10px;--mobile-nav-clearance:calc(var(--mobile-nav-inset) + var(--mobile-nav-height) + var(--mobile-nav-gap));--mobile-dashboard-clearance:calc(var(--mobile-nav-clearance) + 36px);--mobile-fixed-action-clearance:calc(var(--mobile-nav-clearance) + 64px);--mobile-fixed-action-bottom:var(--mobile-nav-clearance);--mobile-fixed-action-side-gap:calc(var(--mobile-page-gutter) + 4px);--mobile-fab-bottom:calc(var(--mobile-nav-clearance) + 8px);padding:20px var(--mobile-page-gutter) 0;background:#fff}.app-shell-main,.app-shell-main.app-shell-main-sales,.app-shell-main>.page{background:#fff}.app-shell-main>.page-mobile-shell{min-height:0}.app-shell-main>.page-mobile-shell--bleed{margin-inline:calc(var(--mobile-page-gutter) * -1)!important}.app-shell-main>.page-mobile-shell--nav{padding-bottom:var(--mobile-nav-clearance)}.app-shell-main>.page-mobile-shell--dashboard{padding-bottom:var(--mobile-dashboard-clearance)}.app-shell-main>.page-mobile-shell--fixed-action{padding-bottom:var(--mobile-fixed-action-clearance)}.panel{padding:16px}.stats-grid{grid-template-columns:1fr}.price-actions{gap:6px}.pill{letter-spacing:.5px;padding:4px 8px;font-size:10px}.stock-pill{padding:3px 6px;font-size:9px}}.dashboard-sidebar,.nav-links.nav-links-bottom.nav-links-dashboard{display:none}@media (width>=768px){.dashboard-sidebar{background:linear-gradient(#f7f8f7 0%,#eff3f0 100%);border:1px solid #1220181a;border-radius:0 24px 24px 0;flex-direction:column;align-self:start;gap:18px;min-height:100vh;max-height:none;padding:18px 16px;display:flex;position:sticky;top:0;box-shadow:0 16px 30px #1220180f}.dashboard-sidebar-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-sidebar-brand{align-items:center;gap:12px;min-width:0;display:flex}.dashboard-sidebar-brand-mark,.dashboard-sidebar-profile-avatar{width:42px;height:42px;color:var(--primary);background:#2f9e671f;border-radius:14px;flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.dashboard-sidebar-brand-copy,.dashboard-sidebar-profile-copy{gap:2px;min-width:0;display:grid}.dashboard-sidebar-brand-copy strong,.dashboard-sidebar-profile-copy strong{font-size:1rem;font-weight:600;line-height:1.05}.dashboard-sidebar-brand-copy span,.dashboard-sidebar-profile-copy span{color:var(--muted);font-size:.8rem}.dashboard-sidebar-toggle{width:36px;height:36px;color:var(--ink);background:#fff;border:1px solid #1220181a;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.dashboard-sidebar-toggle svg{width:18px;height:18px}.dashboard-sidebar-nav{gap:8px;display:grid}.dashboard-sidebar-link{min-height:48px;color:var(--muted);border-radius:14px;align-items:center;gap:12px;padding:0 14px;font-weight:600;text-decoration:none;display:flex}.dashboard-sidebar-link svg{flex:none;width:18px;height:18px}.dashboard-sidebar-link.active{color:var(--primary);background:#2f9e671a}.dashboard-sidebar-link:hover{color:var(--primary);background:#2f9e670f}.dashboard-sidebar-footer{border-top:1px solid #12201814;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:16px;display:flex}.dashboard-sidebar-footer-main{flex:auto;align-items:center;gap:12px;min-width:0;display:flex}.dashboard-sidebar-logout{width:38px;height:38px;color:var(--ink);background:#fff;border:1px solid #1220181a;border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.dashboard-sidebar-logout:hover{color:var(--primary);border-color:#2f9e6738}.dashboard-sidebar-logout svg{width:16px;height:16px}}@media (width<=768px){.dashboard-shared-nav{display:none}.nav-links.nav-links-bottom.nav-links-dashboard{left:var(--mobile-page-gutter,14px);right:var(--mobile-page-gutter,14px);bottom:var(--mobile-nav-inset,14px);min-height:var(--mobile-nav-height,78px);box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10;background:#f3f4f6;border:none;border-radius:14px;justify-content:space-between;padding:10px 6px;display:flex;position:fixed}.nav-links.nav-links-bottom.nav-links-dashboard .nav-link{text-align:center;min-width:auto;color:var(--muted);background:0 0;border-color:#0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 6px;font-size:12px;display:inline-flex}.nav-links.nav-links-bottom.nav-links-dashboard .nav-link.active{color:var(--primary);background:0 0;border-color:#0000}.nav-links.nav-links-bottom.nav-links-dashboard .nav-link:hover{color:var(--primary);border-color:#0000}.nav-links.nav-links-bottom.nav-links-dashboard .nav-icon{width:21px;height:21px;display:inline-flex}.nav-links.nav-links-bottom.nav-links-dashboard .nav-text{font-size:10px;line-height:1.1;display:block}}.form-field{flex-direction:column;gap:8px;display:flex}.field .form-field-label{color:#6b7280;font-size:.82rem;font-weight:700}.form-field-control,.field-control{border:1px solid var(--field-border-color,#d7ddda);background:var(--field-background,#fff);width:100%;min-height:52px;color:var(--field-text-color,#111827);box-sizing:border-box;border-radius:14px;padding:0 14px;font-size:.96rem;transition:border-color .18s,box-shadow .18s,background-color .18s}.form-field-control::-moz-placeholder{color:var(--field-placeholder-color,#9ca3af);opacity:1}.field-control::-moz-placeholder{color:var(--field-placeholder-color,#9ca3af);opacity:1}.form-field-control::placeholder,.field-control::placeholder{color:var(--field-placeholder-color,#9ca3af);opacity:1}.form-field-control:focus,.field-control:focus{border-color:var(--field-focus-border-color,#16a34a61);outline:2px solid var(--field-focus-outline-color,#16a34a24);outline-offset:0;box-shadow:var(--field-focus-shadow,none)}.form-field-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:16px;padding-right:42px}.field-control--compact{border-radius:10px;min-height:40px;padding:0 12px}@media (width<=768px){.form-field-control,.field-control{border-radius:12px;min-height:48px;font-size:.95rem}.field-control--compact{min-height:32px;padding:0 8px}}.segmented-control{align-items:center;gap:var(--segmented-gap,8px);display:inline-flex}.segmented-control__button{cursor:pointer;text-align:center;background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.segmented-control__button:focus-visible{outline-offset:2px;outline:2px solid #16a34a38}.segmented-control--pill{padding:var(--segmented-pill-padding,6px);background:var(--segmented-pill-bg,#f3f4f6);border:var(--segmented-pill-border,0);box-shadow:var(--segmented-pill-shadow,none);border-radius:999px}.segmented-control__button--pill{min-height:var(--segmented-pill-button-height,38px);padding:var(--segmented-pill-button-padding,0 16px);color:var(--segmented-pill-button-color,#6b7280);font-size:var(--segmented-pill-button-font-size,.88rem);border-radius:999px;font-weight:700;line-height:1.15}.segmented-control__button--pill.is-active{background:var(--segmented-pill-active-bg,var(--primary));color:var(--segmented-pill-active-color,#fff);box-shadow:var(--segmented-pill-active-shadow,none)}.app-shell-dashboard{gap:0;max-width:none;margin:0;padding:0}.dashboard-screen{--dashboard-bg:var(--primary);--dashboard-card:#f3f5f4;--dashboard-border:#1220181a;--dashboard-ink:var(--ink);--dashboard-muted:var(--muted);--dashboard-accent:var(--primary);--dashboard-green:var(--success);--dashboard-green-deep:#2e7d55;--dashboard-red:var(--danger);--dashboard-amber:var(--warning);background:var(--dashboard-bg);color:var(--dashboard-ink)}.dashboard-screen *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dashboard-shell{display:block}.dashboard-main{min-width:0;padding-bottom:0}.dashboard-skeleton-screen{pointer-events:none}.dashboard-skeleton-title{border-radius:16px;width:min(320px,68vw);height:42px}.dashboard-skeleton-circle{border-radius:50%;width:42px;height:42px}.dashboard-skeleton-heading{border-radius:999px;width:160px;height:20px}.dashboard-skeleton-heading-large{width:190px}.dashboard-skeleton-card{overflow:hidden}.dashboard-skeleton-line{border-radius:999px}.dashboard-skeleton-line-short{width:120px;height:13px}.dashboard-skeleton-line-medium{width:180px;max-width:100%;height:16px}.dashboard-skeleton-line-large{border-radius:16px;width:220px;max-width:100%;height:40px}.dashboard-skeleton-total{border-radius:16px;width:220px;max-width:100%;height:42px}.dashboard-skeleton-pill{border-radius:999px;width:92px;height:28px}.dashboard-skeleton-link{border-radius:999px;width:56px;height:18px}.dashboard-skeleton-tabs{border-radius:999px;width:min(280px,100%);height:40px}.dashboard-skeleton-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.dashboard-skeleton-menu-dot{border-radius:10px;width:28px;height:28px}.dashboard-content{gap:24px;display:grid}.dashboard-hero{padding:2px 0 16px}.dashboard-hero-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-hero h1{letter-spacing:-.04em;color:#fff;font-size:clamp(1.8rem,6vw,2.2rem);line-height:1.05}.dashboard-hero-actions{flex:none;align-items:center;gap:8px;display:flex}.dashboard-profile-menu{position:relative}.dashboard-profile-menu summary{list-style:none}.dashboard-profile-menu summary::-webkit-details-marker{display:none}.dashboard-icon-button,.dashboard-avatar{background:#ffffff29;border:1px solid #ffffff42;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.dashboard-icon-button{color:#fff;position:relative}.dashboard-icon-button svg{width:17px;height:17px}.dashboard-notification-dot{background:var(--dashboard-green);border-radius:50%;width:6px;height:6px;position:absolute;top:9px;right:9px;box-shadow:0 0 0 2px #2a6e4533}.dashboard-avatar{color:#fff;background:#ffffff2e;font-size:.88rem;font-weight:600}.dashboard-avatar-button{cursor:pointer}.dashboard-profile-menu[open] .dashboard-avatar-button{border-color:#ffffff6b;box-shadow:0 10px 24px #12201829}.dashboard-profile-panel{border:1px solid var(--dashboard-border);background:var(--dashboard-card);z-index:20;border-radius:14px;min-width:152px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 36px #171a2d1a}.dashboard-profile-link{min-height:40px;color:var(--dashboard-ink);border-radius:10px;justify-content:center;align-items:center;font-size:.92rem;font-weight:600;text-decoration:none;display:flex}.dashboard-profile-link:hover{color:var(--dashboard-accent);background:#2f9e6714}.dashboard-profile-button{cursor:pointer;background:0 0;border:none;width:100%}.dashboard-section{gap:14px;display:grid}.dashboard-section-grid{gap:24px;display:grid}.dashboard-lower-surface{background:#f3f5f4;border-radius:28px 28px 0 0;gap:24px;min-height:calc(100vh - 320px);margin-top:-14px;padding:22px 0 28px;display:grid}.dashboard-period-section{gap:16px;display:grid}.dashboard-period-tabs{--segmented-gap:4px;--segmented-pill-padding:4px;--segmented-pill-bg:#f3f5f4;--segmented-pill-border:0;--segmented-pill-button-height:32px;--segmented-pill-button-padding:0 16px;--segmented-pill-button-color:#99a29d;--segmented-pill-button-font-size:.76rem;--segmented-pill-active-bg:var(--primary);--segmented-pill-active-color:#fff;--segmented-pill-active-shadow:none;width:fit-content}.dashboard-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-section-header h2{letter-spacing:-.01em;color:#7d8782;font-size:.94rem;font-weight:600}.dashboard-section-header-period h2{color:#22312a;font-size:1.22rem;font-weight:800}.dashboard-section-header-stats{flex-direction:column;align-items:flex-start}.dashboard-trend-chip,.dashboard-pill,.dashboard-pill-link{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:28px;padding:4px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.dashboard-trend-chip{background:#2f9e671a}.dashboard-trend-chip.is-positive{color:var(--dashboard-accent)}.dashboard-trend-chip.is-negative{color:var(--dashboard-red)}.dashboard-trend-chip svg{width:14px;height:14px}.dashboard-pill{width:fit-content}.dashboard-pill.tone-cost{color:#8d6820;background:#d4a43c29}.dashboard-pill.tone-revenue{color:var(--dashboard-green-deep);background:#2f9e671f}.dashboard-pill.tone-profit{color:#2c7e57;background:#56bc8229}.dashboard-pill.tone-sales{color:var(--dashboard-red);background:#cb514624}.dashboard-pill.tone-items{color:var(--dashboard-green-deep);background:#2f9e6724}.dashboard-pill.tone-soft{color:#b14c43;background:#cb514614}.dashboard-pill.tone-out{color:var(--dashboard-red);background:#cb51461f}.dashboard-pill.tone-low{color:#8d6820;background:#d4a43c29}.dashboard-section-link{color:var(--dashboard-accent);text-decoration:none}.dashboard-section-link-muted{color:var(--dashboard-accent);font-size:.88rem;font-weight:600}.dashboard-section-link-muted:hover{color:var(--dashboard-green-deep)}.dashboard-total-card,.dashboard-stats-card,.dashboard-product-row,.dashboard-stock-row,.dashboard-empty-card{border:1px solid var(--dashboard-border);background:var(--dashboard-card);border-radius:20px;box-shadow:0 14px 28px #1220180f}.dashboard-stats-card{background:var(--primary);border:none;border-radius:20px;gap:16px;padding:20px;display:grid;box-shadow:0 18px 34px #1f7a4f2e}.dashboard-stats-card-top{justify-content:space-between;align-items:start;gap:16px;display:flex}.dashboard-stats-card-heading,.dashboard-stats-card-cell{gap:6px;min-width:0;display:grid}.dashboard-stats-card-heading p,.dashboard-stats-card-cell p{color:#ffffffb8;font-size:.8rem;font-weight:600}.dashboard-stats-card-heading strong{letter-spacing:-.05em;color:#fff;font-size:clamp(2rem,5vw,2.85rem);font-weight:800;line-height:1}.dashboard-stats-card-divider{background:#ffffff2e;height:1px}.dashboard-stats-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-stats-card-cell strong{letter-spacing:-.03em;color:#fff;font-size:1.4rem;font-weight:800;line-height:1.05}.dashboard-product-list,.dashboard-stock-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.dashboard-product-row+.dashboard-product-row,.dashboard-stock-row+.dashboard-stock-row{margin-top:-1px}.dashboard-product-link,.dashboard-stock-link{color:inherit;align-items:center;gap:12px;text-decoration:none;display:grid}.dashboard-product-row,.dashboard-stock-row{padding:0;overflow:hidden}.dashboard-product-link,.dashboard-stock-link{grid-template-columns:auto 1fr auto;padding:14px 16px}.dashboard-product-thumb{width:40px;height:40px;color:var(--dashboard-ink);background:#eef3ef;border-radius:12px;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:inline-flex}.dashboard-product-thumb.is-loss{background:#f7ecea}.dashboard-product-copy,.dashboard-stock-copy{gap:2px;min-width:0;display:grid}.dashboard-product-copy strong,.dashboard-stock-copy strong{font-size:.98rem;font-weight:600;line-height:1.15}.dashboard-product-copy span,.dashboard-stock-copy span{color:var(--dashboard-muted);font-size:.8rem}.dashboard-product-metric{text-align:right;justify-items:end;gap:2px;display:grid}.dashboard-product-metric strong{font-size:1rem;font-weight:700}.dashboard-product-metric small{color:var(--dashboard-muted);font-size:.8rem}.dashboard-product-metric .is-profit{color:var(--dashboard-green)}.dashboard-product-metric .is-loss{color:var(--dashboard-red)}.dashboard-alert-dot{border-radius:50%;width:9px;height:9px}.dashboard-alert-dot.status-out{background:var(--dashboard-red)}.dashboard-alert-dot.status-low{background:var(--dashboard-amber)}.dashboard-empty-card{justify-items:start;gap:6px;padding:18px;display:grid}.dashboard-empty-card strong{color:var(--dashboard-ink);font-weight:600}.dashboard-empty-icon{width:38px;height:38px;color:var(--dashboard-accent);background:#2f9e6714;border-radius:12px;justify-content:center;align-items:center;margin-bottom:4px;display:inline-flex}.dashboard-empty-icon svg{width:18px;height:18px}@media (width>=768px){.app-shell-dashboard{padding:0}.dashboard-shell{--dashboard-sidebar-width:264px;grid-template-columns:var(--dashboard-sidebar-width) minmax(0, 1fr);align-items:start;gap:24px;padding:0;display:grid}.dashboard-shell.is-collapsed{--dashboard-sidebar-width:92px}.dashboard-main{min-height:0;max-height:none;padding:12px 16px 0;overflow:visible}.dashboard-content{gap:24px;padding-bottom:0}.dashboard-hero{padding:6px 0 16px}.dashboard-hero h1{font-size:clamp(1.85rem,2.8vw,2.4rem)}.dashboard-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-lower-surface{min-height:calc(100vh - 300px);margin-inline:-16px;padding:22px 16px 28px}.dashboard-section-header h2{font-size:.98rem}}@media (width>=1200px){.app-shell-dashboard{padding:0}.dashboard-shell{gap:28px}.dashboard-main{padding:14px 20px 0}.dashboard-lower-surface{min-height:calc(100vh - 312px);margin-inline:-20px;padding:22px 20px 32px}.dashboard-total-card strong{font-size:2.9rem}}@media (width<=768px){.app-shell-main>.page-mobile-shell--dashboard.dashboard-screen{background:var(--dashboard-bg);padding:28px var(--mobile-page-gutter) 0;margin-top:-20px;margin-inline:calc(var(--mobile-page-gutter) * -1)!important}.dashboard-screen,.dashboard-main{padding-bottom:0}.dashboard-content{gap:20px}.dashboard-lower-surface{margin-inline:calc(var(--mobile-page-gutter) * -1);min-height:calc(100svh - 292px);padding:26px calc(var(--mobile-page-gutter) + 4px) var(--mobile-dashboard-clearance);border-radius:24px 24px 0 0}.dashboard-period-tabs{width:fit-content;max-width:100%}.dashboard-hero{padding-bottom:12px}.dashboard-hero-heading{gap:12px}.dashboard-hero h1{font-size:1.95rem}.dashboard-stats-card{gap:14px;padding:18px 16px}.dashboard-stats-card-heading strong{font-size:2.35rem}.dashboard-stats-card-grid{gap:12px}.dashboard-stats-card-cell strong{font-size:1.28rem}}.analysis-screen{--analysis-bg:var(--primary);--analysis-surface:#f3f5f4;--analysis-card:#fafbfa;--analysis-border:#1220181a;--analysis-ink:var(--ink);--analysis-muted:var(--muted);background:var(--analysis-bg);min-width:0;color:var(--analysis-ink);gap:0;position:relative;overflow-x:clip}.analysis-main{gap:0;min-width:0;display:grid}.analysis-hero{gap:12px;padding:14px 0 28px;display:grid}.analysis-hero-copy{gap:8px;display:grid}.analysis-hero-kicker{color:#ffffffd1;margin:0;font-size:.92rem;font-weight:700}.analysis-hero h1{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,2.8rem);line-height:.98}.analysis-hero p:last-child{color:#ffffffe0;max-width:42ch;margin:0;line-height:1.6}.analysis-lower-surface{background:var(--analysis-surface);border-radius:28px 28px 0 0;align-content:start;align-items:start;gap:24px;min-height:calc(100vh - 290px);margin-top:-4px;padding:28px 0 32px;display:grid}.analysis-money-card,.analysis-panel{background:var(--analysis-card);border:1px solid var(--analysis-border);border-radius:20px;align-content:start;align-items:start;gap:16px;padding:20px;display:grid;box-shadow:0 14px 28px #1220180f}.analysis-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.analysis-panel-head h2{color:#1c2a23;margin:4px 0 0;font-size:1.22rem;line-height:1.1}.analysis-panel-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.analysis-filter-wrap{position:relative}.analysis-filter-trigger{border:1px solid var(--primary);width:42px;height:42px;color:var(--primary);background:#fff;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.analysis-filter-trigger svg{width:18px;height:18px}.analysis-filter-menu{z-index:10;background:#fff;border:1px solid #1220181a;border-radius:14px;min-width:152px;padding:6px 0;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 28px #1220181a}.analysis-filter-option{color:#22312a;text-align:left;background:0 0;border:0;min-height:40px;padding:0 14px;font-size:.84rem;font-weight:600}.analysis-filter-option+.analysis-filter-option{border-top:1px solid #12201814}.analysis-filter-option.is-active{color:var(--primary)}.analysis-money-head h2{margin-top:2px}.analysis-range-tabs{--segmented-gap:4px;--segmented-pill-padding:4px;--segmented-pill-bg:#eef1ef;--segmented-pill-border:0;--segmented-pill-button-height:34px;--segmented-pill-button-padding:0 14px;--segmented-pill-button-color:#93a09a;--segmented-pill-button-font-size:.76rem;--segmented-pill-active-bg:var(--primary);--segmented-pill-active-color:#fff;--segmented-pill-active-shadow:none;flex-wrap:wrap;align-items:center;width:fit-content;max-width:100%;display:inline-flex}.analysis-month-nav{grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:12px;min-height:38px;display:grid}.analysis-month-nav strong{text-align:center;color:#22312a;font-size:.98rem;display:block}.analysis-month-button{color:#0000;background:#fff;border:1px solid #1220181a;border-radius:12px;width:38px;height:38px;font-size:0;line-height:1;position:relative}.analysis-month-button:before{color:#22312a;place-items:center;font-size:1rem;font-weight:800;display:grid;position:absolute;inset:0}.analysis-month-button:first-child:before{content:"<"}.analysis-month-button:last-child:before{content:">"}.analysis-month-range-fields{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px;display:grid}.analysis-month-field{gap:4px;min-width:0;display:grid}.analysis-month-field span{color:#6b7280;font-size:.74rem;font-weight:600}.analysis-month-field input{box-sizing:border-box;color:#122018;width:100%;min-width:0;min-height:40px;font-size:.9rem;font:inherit;background:#fff;border:1px solid #1220181a;border-radius:12px;padding:0 10px}.analysis-money-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.analysis-money-cell{gap:8px;min-width:0;padding:4px 16px 2px 0;display:grid}.analysis-money-cell+.analysis-money-cell{border-left:1px solid #1220181a;padding-left:16px;padding-right:0}.analysis-money-cell p{color:#6b7280;margin:0;font-size:.86rem;font-weight:600}.analysis-money-cell strong{color:#111827;letter-spacing:-.03em;overflow-wrap:anywhere;font-size:clamp(1.32rem,2.6vw,1.9rem);line-height:1}.analysis-money-summary{color:#7a847f;margin:0;font-size:.82rem;line-height:1.45}.analysis-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.analysis-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.analysis-list-row{background:#fff;border:1px solid #12201814;border-radius:14px}.analysis-list-row.is-empty{color:#6b7280;padding:14px}.analysis-list-row.is-muted{background:#f3f5f4}.analysis-list-link{color:inherit;justify-content:space-between;align-items:center;gap:12px;padding:14px;text-decoration:none;display:flex}.analysis-list-copy{gap:4px;min-width:0;display:grid}.analysis-list-copy strong{color:#111827}.analysis-list-copy span,.analysis-list-metric small{color:#6b7280}.analysis-list-metric{text-align:right;justify-items:end;gap:2px;display:grid}.analysis-list-metric strong.is-profit{color:var(--primary)}.analysis-list-metric strong.is-muted,.analysis-list-row.is-muted .analysis-list-copy strong,.analysis-list-row.is-muted .analysis-list-copy span,.analysis-list-row.is-muted .analysis-list-metric small{color:#98a29d}.analysis-primary-chart{background:#f7faf8;border:1px solid #12201814;border-radius:16px;width:100%;height:220px}.analysis-chart-wrap{width:100%;height:100%;position:relative}.analysis-mini-chart{width:100%;height:100%;display:block}.analysis-chart-empty{background:#fff;border:1px dashed #12201824;border-radius:16px;width:100%;height:220px}.analysis-chart-danger-zone{fill:#ef444414}.analysis-chart-area{fill:url(#analysis-sales-area-fill)}.analysis-chart-guide{stroke:#ef44443d;stroke-width:1.4px;stroke-dasharray:4 6}.analysis-chart-threshold{stroke:#ef4444b3;stroke-width:1.8px;stroke-dasharray:6 6}.analysis-chart-axis{stroke:#cfd7d2;stroke-width:1.2px}.analysis-chart-tick{stroke:#cfd7d2;stroke-width:1px}.analysis-chart-label{fill:#9ca3af;font-size:11px;font-weight:600}.analysis-chart-line{fill:none;stroke:#dc2626;stroke-width:2.6px;stroke-linecap:butt;stroke-linejoin:round}.analysis-chart-marker{fill:#fff;stroke:#dc2626;stroke-width:2px;cursor:pointer}.analysis-chart-marker.is-event{fill:#dc2626}.analysis-chart-marker.is-active{fill:#b91c1c;stroke:#fff;stroke-width:1.8px}.analysis-point-summary{pointer-events:none;z-index:4;background:#fff;border:1px solid #1220181a;border-radius:10px;gap:2px;min-width:150px;max-width:210px;padding:8px 10px;display:grid;position:absolute;transform:translate(-50%,-115%);box-shadow:0 10px 24px #1220181f}.analysis-point-summary.is-left{transform:translateY(-115%)}.analysis-point-summary.is-right{transform:translate(-100%,-115%)}.analysis-point-summary strong{color:#111827;font-size:.84rem;line-height:1.2}.analysis-point-summary span{color:#6b7280;font-size:.76rem;line-height:1.2}.analysis-chart-labels{color:#6b7280;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.analysis-category-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.analysis-category-row{background:#fff;border:1px solid #12201814;border-radius:14px;gap:8px;padding:14px;display:grid}.analysis-category-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.analysis-category-bar-meta{color:#6b7280;justify-content:space-between;align-items:center;gap:10px;font-size:.8rem;display:flex}.analysis-category-bar{background:#eef2f0;border-radius:999px;height:10px;overflow:hidden}.analysis-category-bar span{border-radius:inherit;height:100%;display:block}.analysis-category-bar .revenue{background:#2563eb}.analysis-category-row small{color:#6b7280}.analysis-table-wrap{overflow-x:auto}.analysis-table{border-collapse:collapse;width:100%;min-width:640px}.analysis-table th,.analysis-table td{text-align:left;border-bottom:1px solid #12201814;padding:12px 10px}.analysis-table th{color:#6b7280;font-size:.8rem;font-weight:700}.analysis-table td{color:#111827;font-size:.9rem}.analysis-table td small{color:#6b7280;margin-top:2px;font-size:.78rem;display:block}.analysis-inline-link{color:var(--primary);font-weight:700;text-decoration:none}.analysis-skeleton-kicker{border-radius:999px;width:96px;height:14px}.analysis-skeleton-title{border-radius:16px;width:min(320px,72vw);height:42px}.analysis-skeleton-copy{border-radius:999px;width:min(360px,88vw);height:14px}.analysis-skeleton-month-nav{border-radius:12px;width:min(240px,100%);height:38px}.analysis-skeleton-summary{border-radius:999px;width:min(320px,88%);height:13px}.analysis-skeleton-panel{pointer-events:none}.analysis-skeleton-copy-stack{gap:8px;display:grid}.analysis-skeleton-line{border-radius:999px}.analysis-skeleton-line-short{width:110px;height:13px}.analysis-skeleton-line-medium{width:180px;max-width:100%;height:16px}.analysis-skeleton-value{border-radius:14px;width:120px;height:28px}.analysis-skeleton-tabs{border-radius:999px;width:220px;max-width:100%;height:40px}.analysis-skeleton-chart{border-radius:16px;width:100%;height:220px}@media (width<=1100px){.analysis-two-column{grid-template-columns:1fr}}@media (width<=768px){.app-shell-main>.page.page-mobile-shell.analysis-screen,.app-shell-main>.page-mobile-shell.analysis-screen,.app-shell-main>.page-mobile-shell--bleed.analysis-screen,.app-shell-main>.page-mobile-shell--nav.analysis-screen{padding:24px var(--mobile-page-gutter) 0;margin-top:-20px;background:var(--analysis-bg)!important;margin-inline:calc(var(--mobile-page-gutter) * -1)!important}.analysis-screen{background:var(--analysis-bg);padding:24px var(--mobile-page-gutter) 0;gap:0}.analysis-hero{gap:10px;padding:18px 0 28px}.analysis-hero h1{font-size:2.15rem}.analysis-lower-surface{margin-inline:calc(var(--mobile-page-gutter) * -1);min-height:calc(100svh - 254px);padding:28px calc(var(--mobile-page-gutter) + 2px) var(--mobile-nav-clearance);border-radius:24px 24px 0 0;gap:18px}.analysis-money-card,.analysis-panel{box-shadow:none;border-radius:18px;gap:14px;padding:16px}.analysis-panel-actions{justify-content:flex-start;width:100%}.analysis-primary-chart,.analysis-chart-empty{border-radius:12px;height:180px}.analysis-chart-label{font-size:10px}.analysis-chart-labels{font-size:.74rem}.analysis-list-link{align-items:flex-start}}@media (width>=1025px){.analysis-screen{background:var(--analysis-bg);gap:24px;padding:12px 16px 0}.analysis-hero{padding:18px 0 30px}.analysis-lower-surface{min-height:calc(100vh - 238px);margin-inline:-16px;padding:28px 16px 32px}}@media (width>=1200px){.analysis-screen{padding:14px 20px 0}.analysis-hero{padding:20px 0 32px}.analysis-lower-surface{min-height:calc(100vh - 250px);margin-inline:-20px;padding:28px 20px 36px}}.back-button{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #12201814;border-radius:999px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;display:inline-flex}.back-button svg{width:16px;height:16px}.back-button:hover{color:#111827}.back-button:focus-visible{outline-offset:2px;outline:2px solid #16a34a38}.back-button--with-label{gap:8px;width:auto;min-height:34px;padding:0 12px}.confirm-action-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#11182775;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.confirm-action-dialog{background:#fff;border:1px solid #11182714;border-radius:24px;gap:18px;width:min(100%,420px);padding:24px;display:grid;box-shadow:0 24px 64px #11182733}.confirm-action-copy{gap:8px;display:grid}.confirm-action-copy h2{color:#111827;margin:0;font-size:1.2rem;line-height:1.2}.confirm-action-copy p{color:#6b7280;margin:0;line-height:1.6}.confirm-action-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}@media (width<=640px){.confirm-action-overlay{padding:16px}.confirm-action-dialog{border-radius:20px;padding:20px}.confirm-action-actions{grid-template-columns:1fr;display:grid}}.inventory-form-page{--inventory-form-bg:var(--primary);--inventory-form-surface:#f3f5f4;--inventory-form-card-surface:#fafbfa;background:#fff;gap:16px}.inventory-form-skeleton-page{pointer-events:none}.inventory-form-skeleton-back{border-radius:14px;width:42px;height:42px}.inventory-form-skeleton-kicker{border-radius:999px;width:92px;height:14px}.inventory-form-skeleton-title{border-radius:16px;width:min(320px,72vw);height:42px}.inventory-form-skeleton-copy{border-radius:999px;width:min(320px,86vw);height:14px}.inventory-form-skeleton-copy-stack{gap:8px;min-width:0;display:grid}.inventory-form-skeleton-card{pointer-events:none}.inventory-form-skeleton-section-label{border-radius:999px;width:140px;height:12px}.inventory-form-skeleton-line{border-radius:999px}.inventory-form-skeleton-line-primary{width:180px;max-width:100%;height:16px}.inventory-form-skeleton-line-secondary{border-radius:14px;width:100%;height:48px}.inventory-form-skeleton-line-copy{height:12px}.inventory-form-skeleton-line-short{width:96px;height:16px}.inventory-form-skeleton-line-tiny{width:110px;height:10px}.inventory-form-skeleton-image-card{grid-template-columns:auto 1fr auto}.inventory-form-skeleton-image{border-radius:16px;width:84px;height:84px}.inventory-form-skeleton-link{border-radius:999px;justify-self:end;width:92px;height:16px}.inventory-form-skeleton-input{border-radius:14px;width:100%;min-height:48px}.inventory-form-skeleton-actions{justify-content:flex-start}.inventory-form-skeleton-submit{border-radius:14px;width:156px;height:42px}.inventory-form-skeleton-cancel{border-radius:999px;width:88px;height:42px}.inventory-form-hero{gap:14px;display:grid}.inventory-form-backline{align-items:center;gap:10px;display:inline-flex}.inventory-form-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.inventory-form-copy{gap:6px;display:grid}.inventory-form-kicker{color:var(--primary);font-size:.92rem;font-weight:700}.inventory-form-heading h1{letter-spacing:-.04em;color:#111827;font-size:clamp(2rem,4vw,2.6rem);line-height:.98}.inventory-form-heading p{color:#6b7280;max-width:48ch;line-height:1.55}.inventory-form-badge{width:52px;height:52px;color:var(--primary);background:#16a34a1f;border-radius:18px;flex:none;justify-content:center;align-items:center;display:inline-flex}.inventory-form-badge svg{width:24px;height:24px}.inventory-form-shell{gap:14px;display:grid}.inventory-form-section{gap:8px;display:grid}.inventory-form-section-label{color:#6b7280;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.inventory-form-section-hint{color:#6b7280;margin:0;font-size:.84rem;line-height:1.5}.inventory-form-card{background:var(--inventory-form-card-surface);border:1px solid #12201814;border-radius:16px;gap:14px;padding:18px;display:grid;box-shadow:0 10px 24px #1220180a}.inventory-form-image-card{grid-template-columns:auto 1fr;align-items:center}.inventory-form-image-button{text-align:left;cursor:pointer;width:100%}.inventory-form-image-placeholder{background:var(--primary);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.inventory-form-image-placeholder svg{width:24px;height:24px}.inventory-form-image-preview{-o-object-fit:cover;object-fit:cover;background:#eef2ef;border:1px solid #12201814;border-radius:16px;width:84px;height:84px}.inventory-form-image-copy{gap:4px;display:grid}.inventory-form-image-copy strong{color:#111827;font-size:.95rem}.inventory-form-image-copy span{color:#6b7280;font-size:.84rem}.inventory-form-image-action{color:var(--primary);text-underline-offset:.16em;background:0 0;border:0;justify-content:center;align-items:center;margin-left:auto;padding:0;font-size:.88rem;font-weight:700;text-decoration:underline;display:inline-flex}.inventory-form-card-header{gap:4px;display:grid}.inventory-form-card-header h2{color:#111827;font-size:1rem;font-weight:800}.inventory-form-card-header p{color:#6b7280;font-size:.88rem}.inventory-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.inventory-form-grid--basic{align-items:start}.inventory-form-stack{gap:12px;display:grid}.inventory-form-catalog-search{z-index:2;gap:8px;display:grid;position:relative}.inventory-form-supplier-search{z-index:1;position:relative}.inventory-form-catalog-panel{z-index:10;background:#f7fcf8;border:1px solid #16a34a1f;border-radius:14px;gap:8px;padding:8px;display:grid;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 18px 36px #1220181f}.inventory-form-supplier-panel{z-index:10;background:#f7fcf8;border:1px solid #16a34a1f;border-radius:14px;gap:6px;padding:8px;display:grid;position:absolute;top:calc(100% - 4px);left:0;right:0;box-shadow:0 18px 36px #1220181f}.inventory-form-catalog-state{color:#6b7280;font-size:.84rem;line-height:1.45}.inventory-form-catalog-state--error{color:#b45309}.inventory-form-catalog-results{gap:8px;max-height:320px;display:grid;overflow-y:auto}.inventory-form-catalog-option{background:var(--inventory-form-card-surface);text-align:left;color:#111827;cursor:pointer;border:0;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;padding:12px 14px;display:flex}.inventory-form-supplier-option{background:var(--inventory-form-card-surface);text-align:left;color:#111827;cursor:pointer;border:0;border-radius:12px;width:100%;padding:12px 14px;font-size:.94rem}.inventory-form-supplier-option--add{color:var(--primary);font-weight:700}.inventory-form-supplier-empty{color:#6b7280;padding:10px 12px 4px;font-size:.82rem;line-height:1.4}.inventory-form-catalog-option-copy{gap:4px;display:grid}.inventory-form-catalog-option-copy strong{font-size:.94rem;font-weight:700}.inventory-form-catalog-option-copy span,.inventory-form-catalog-option small{color:#6b7280;font-size:.8rem}.inventory-form-metrics{background:linear-gradient(#fff 0%,#f7fcf8 100%)}.inventory-form-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.inventory-form-metric{background:#f6faf7;border:1px solid #16a34a14;border-radius:16px;gap:6px;padding:14px 12px;display:grid}.inventory-form-metric span{color:#6b7280;font-size:.78rem;line-height:1.35}.inventory-form-metric strong{color:#111827;font-size:1rem;font-weight:800}.inventory-form-metric strong.is-positive,.inventory-form-metric-note.is-positive{color:var(--primary)}.inventory-form-metric strong.is-negative,.inventory-form-metric-note.is-negative{color:#dc2626}.inventory-form-metric-note{font-size:.78rem;font-weight:700;line-height:1.35}.inventory-form-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}@media (width<=768px){.app-shell-main>.page.page-mobile-shell.inventory-form-page,.app-shell-main>.page-mobile-shell.inventory-form-page,.app-shell-main>.page-mobile-shell--bleed.inventory-form-page,.app-shell-main>.page-mobile-shell--nav.inventory-form-page{padding:24px var(--mobile-page-gutter) 0;margin-top:-20px;background:var(--inventory-form-bg)!important;margin-inline:calc(var(--mobile-page-gutter) * -1)!important}.inventory-form-page{background:var(--inventory-form-bg);padding:24px var(--mobile-page-gutter) 0;gap:0}.inventory-form-hero{background:0 0;border-bottom:none;border-radius:0;gap:12px;margin:0;padding:8px 0 18px}.inventory-form-heading{gap:10px}.inventory-form-kicker,.inventory-form-heading h1{color:#fff}.inventory-form-heading p{color:#ffffffe6}.inventory-form-hero .back-button{color:#fff;background:#ffffff24;border-color:#ffffff38}.inventory-form-hero .back-button:hover{color:#fff;background:#fff3}.inventory-form-heading h1{font-size:2.15rem}.inventory-form-heading p{font-size:.92rem}.inventory-form-badge{color:#fff;background:#ffffff24;border-radius:16px;width:46px;height:46px}.inventory-form-shell{background:var(--inventory-form-surface);margin-inline:calc(var(--mobile-page-gutter) * -1);padding:22px calc(var(--mobile-page-gutter) + 2px) var(--mobile-nav-clearance);border-radius:24px 24px 0 0;gap:12px;min-height:calc(100svh - 278px)}.inventory-form-card{box-shadow:none;border-radius:14px;gap:12px;padding:16px 14px}.inventory-form-grid,.inventory-form-metric-grid{grid-template-columns:1fr}.inventory-form-image-card{grid-template-columns:1fr;justify-items:start}.inventory-form-actions{grid-template-columns:1fr;display:grid}.inventory-form-actions .btn{min-height:48px}}@media (width>=769px){.inventory-form-page{background:0 0}}.inventory-modern-list.catalog-modern-list{overflow:visible}.catalog-pagination-summary{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;font-size:.86rem;display:flex}.catalog-pagination-controls{justify-content:flex-end;align-items:center;gap:10px;margin-top:14px;display:flex}.catalog-pagination-pages{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.catalog-pagination-page-button{min-width:40px}.inventory-modern-list.catalog-modern-list>li{z-index:0;position:relative;overflow:visible}.catalog-list-shell.is-menu-open{z-index:1}.catalog-list-item{grid-template-columns:auto minmax(0,1fr);align-items:start;position:relative}.catalog-list-body{gap:10px;min-width:0;display:grid}.catalog-list-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.catalog-list-copy{flex:auto}.catalog-list-copy strong{padding-top:2px}.catalog-list-meta{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.catalog-list-meta strong{color:var(--ink);font-size:.95rem}.catalog-list-meta small{color:var(--muted);font-size:.8rem}.catalog-list-image{-o-object-fit:cover;object-fit:cover;border-radius:inherit;width:100%;height:100%}.catalog-list-actions{z-index:0;flex:none;position:relative}.catalog-menu-trigger{width:36px;height:36px;color:var(--ink);box-shadow:none;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.catalog-menu-trigger svg{width:18px;height:18px}.catalog-menu-panel{z-index:5000;background:#fff;border:1px solid #12201814;border-radius:14px;gap:4px;min-width:130px;padding:8px;display:grid;position:fixed;transform:none;box-shadow:0 16px 30px #1220181f}.catalog-menu-item{min-height:40px;color:var(--ink);background:0 0;border:0;border-radius:10px;align-items:center;padding:0 12px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.catalog-menu-item-danger{color:#b42318}.catalog-menu-item:hover{background:#1220180d}.catalog-hero-backline{align-items:center;gap:10px;display:inline-flex}.catalog-skeleton-copy{border-radius:999px;width:min(300px,82vw);height:14px}.catalog-skeleton-back{border-radius:12px;width:42px;height:42px}.catalog-skeleton-button{border-radius:14px;width:116px;height:38px}.catalog-hero-action.btn.ghost,.catalog-hero-action.btn.ghost:hover,.catalog-hero-action.btn.ghost:focus-visible{color:#fff;box-shadow:none;background:#ffffff24;border-color:#ffffff3d}@media (width<=768px){.catalog-hero-backline .back-button{color:#fff;background:#ffffff24;border-color:#ffffff38}.catalog-hero-backline .back-button:hover{color:#fff;background:#fff3}.catalog-hero-subtitle{color:#ffffffe6}.catalog-hero-action{min-height:38px;box-shadow:none;color:#fff;background:#ffffff24;border-color:#ffffff3d;border-radius:12px;padding-inline:14px}.catalog-pagination-summary{white-space:nowrap;scrollbar-width:none;flex-direction:row;align-items:center;gap:10px;overflow-x:auto}.catalog-pagination-controls{white-space:nowrap;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;align-items:center;display:flex;overflow-x:auto}.catalog-pagination-pages{flex-wrap:nowrap;justify-content:flex-start}.catalog-pagination-summary::-webkit-scrollbar{display:none}.catalog-pagination-controls::-webkit-scrollbar{display:none}.catalog-list-item{grid-template-columns:48px minmax(0,1fr);align-items:start}.catalog-menu-panel{min-width:130px}.catalog-list-body,.catalog-list-header{gap:8px}.catalog-list-copy strong{font-size:.94rem}.catalog-list-copy span{font-size:.78rem}.catalog-list-meta{gap:8px}.catalog-list-meta strong{font-size:.82rem}.catalog-menu-trigger{border-radius:9px;width:28px;height:28px}.catalog-menu-trigger svg{width:15px;height:15px}.catalog-skeleton-back{width:40px;height:40px}.catalog-list-meta .inventory-status-pill{min-height:22px;padding-inline:8px;font-size:.66rem}.catalog-list-meta .pill{letter-spacing:.06em;min-height:22px;padding:4px 8px;font-size:.66rem}}.inventory-screen{--inventory-screen-bg:var(--primary);--inventory-surface:#f3f5f4;--inventory-card-surface:#fafbfa;background:#fff;gap:18px;min-width:0;position:relative;overflow-x:clip}.inventory-hero{background:var(--inventory-hero-bg,#fff);border-bottom:var(--inventory-hero-border,1px solid #12201814);gap:16px;min-width:0;padding:0 0 18px;display:grid}.inventory-skeleton-hero{border-bottom:none;padding-bottom:8px}.inventory-skeleton-kicker{border-radius:999px;width:92px;height:14px}.inventory-skeleton-title{border-radius:16px;width:min(320px,72vw);height:44px}.inventory-skeleton-search{border-radius:18px;width:100%;min-height:56px}.inventory-skeleton-icon-button{border-radius:12px;flex:none;width:42px;height:42px}.inventory-skeleton-list{pointer-events:none}.inventory-skeleton-item{padding-inline:18px}.inventory-skeleton-thumb{border-radius:16px;width:52px;height:52px}.inventory-skeleton-line{border-radius:999px;display:block}.inventory-skeleton-line-name{width:180px;max-width:100%;height:18px}.inventory-skeleton-line-meta{width:132px;max-width:75%;height:13px}.inventory-skeleton-pill{border-radius:999px;width:78px;height:28px}.inventory-mobile-heading-row{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.inventory-mobile-icon-button{width:42px;height:42px;color:var(--ink);background:#fff;border:1px solid #12201814;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.inventory-mobile-filter-wrap{position:relative}.inventory-mobile-icon-button.is-accent{color:#fff;background:var(--primary);border-color:var(--primary)}.inventory-mobile-icon-button svg{width:18px;height:18px}.inventory-hero-copy{gap:6px;display:grid}.inventory-hero-kicker{color:var(--inventory-hero-kicker-color,var(--primary));font-size:.92rem;font-weight:700}.inventory-hero h1{letter-spacing:-.04em;color:var(--inventory-hero-title-color,inherit);font-size:clamp(2rem,4vw,3rem);line-height:.98}.inventory-hero-copy>p:last-child{color:var(--inventory-hero-copy-color,inherit)}.inventory-panel{box-shadow:none;background:0 0;border:none;align-content:start;align-items:start;gap:14px;min-width:0;padding:0;display:grid}.inventory-toolbar{justify-content:space-between;align-items:center;gap:14px;min-width:0;display:flex}.inventory-search-slot{flex:auto;min-width:0}.inventory-search-input{min-height:var(--inventory-search-min-height,56px);padding:var(--inventory-search-padding,0 18px);border-radius:var(--inventory-search-radius,18px);font-size:var(--inventory-search-font-size,1rem);border-color:var(--inventory-search-border-color,var(--field-border-color,#d7ddda));background:var(--inventory-search-background,var(--field-background,#fff))}.inventory-search-input::placeholder{color:var(--inventory-search-placeholder-color,#5f6f66bd)}.inventory-toolbar-actions{flex:none;align-items:center;gap:12px;display:flex}.inventory-desktop-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.inventory-desktop-filter-wrap,.inventory-mobile-filter-wrap{position:relative}.inventory-filter-trigger{border:1px solid var(--primary);min-height:48px;color:var(--primary);background:#fff;border-radius:14px;align-items:center;gap:8px;padding:0 16px;font-size:.92rem;font-weight:700;display:inline-flex}.inventory-filter-trigger svg{width:16px;height:16px}.inventory-filter-menu{z-index:18;background:var(--inventory-card-surface);border:1px solid #d7ddda;border-radius:14px;gap:0;min-width:176px;padding:6px 0;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 28px #1220181a}.inventory-filter-option{color:#122018;text-align:left;background:0 0;border:0;border-radius:0;width:100%;min-height:40px;padding:0 16px;font-size:.84rem;font-weight:600}.inventory-filter-option+.inventory-filter-option{border-top:1px solid #12201814}.inventory-filter-option.is-active{color:var(--primary)}.inventory-toolbar-add svg{width:18px;height:18px}.inventory-modern-list{background:var(--inventory-surface);border:1px solid #1220181a;border-radius:22px;align-content:start;gap:0;margin:0;padding:0;list-style:none;display:grid;overflow:hidden;box-shadow:0 14px 28px #1220180f}.inventory-modern-list.inventory-actions-list{overflow:visible}.inventory-modern-list.inventory-actions-list>li{z-index:0;position:relative;overflow:visible}.inventory-modern-item{color:inherit;border-top:1px solid #12201814;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 6px;text-decoration:none;display:grid}.inventory-card-shell.is-menu-open{z-index:1}.inventory-card-item{grid-template-columns:none;justify-content:space-between;align-items:start;gap:12px;display:flex}.inventory-card-link{min-width:0;color:inherit;flex:auto;grid-template-columns:auto minmax(0,1fr);gap:16px;text-decoration:none;display:grid}.inventory-card-body{gap:10px;min-width:0;display:grid}.inventory-card-header{align-items:flex-start;gap:8px;display:flex}.inventory-card-copy{flex:auto}.inventory-card-copy strong{padding-top:2px}.inventory-card-price{color:var(--ink);font-size:.86em;font-weight:700}.inventory-card-name-separator{color:var(--muted)}.inventory-card-subline{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.inventory-card-subline .inventory-status-pill{min-height:20px;padding-inline:7px;font-size:.62rem;font-weight:700}.inventory-card-actions{z-index:0;flex:none;position:relative}.inventory-menu-trigger{background:var(--inventory-card-surface);width:36px;height:36px;color:var(--ink);box-shadow:none;border:none;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.inventory-menu-trigger svg{width:18px;height:18px}.inventory-menu-panel{z-index:5000;background:var(--inventory-card-surface);border:1px solid #12201814;border-radius:14px;gap:4px;min-width:130px;padding:8px;display:grid;position:fixed;box-shadow:0 16px 30px #1220181f}.inventory-menu-item{min-height:40px;color:var(--ink);background:0 0;border:0;border-radius:10px;align-items:center;padding:0 12px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.inventory-menu-item-danger{color:#b42318}.inventory-menu-item:hover{background:#1220180d}.inventory-modern-list li:first-child .inventory-modern-item{border-top:none}.inventory-modern-thumb{width:52px;height:52px;color:var(--ink);background:var(--panel-alt);border:1px solid #1220180f;border-radius:16px;justify-content:center;align-items:center;font-size:1.35rem;display:inline-flex;box-shadow:0 10px 18px #1220180f}.inventory-modern-thumb svg{stroke-width:2.1px;width:22px;height:22px}.inventory-list-image{-o-object-fit:cover;object-fit:cover;border-radius:inherit;width:100%;height:100%}.inventory-modern-thumb.status-low{color:#8d6820;background:#d4a43c24}.inventory-modern-thumb.status-out{color:var(--danger);background:#cb514624}.inventory-modern-copy{gap:4px;min-width:0;display:grid}.inventory-page-filter-label{letter-spacing:.04em;text-transform:uppercase;color:#12201894;align-items:center;width:fit-content;margin:0;font-size:.72rem;font-weight:700;display:inline-flex}.inventory-modern-copy strong{font-size:1.08rem;line-height:1.15}.inventory-modern-copy span{color:var(--muted);font-size:.92rem}.inventory-modern-status{color:var(--muted);justify-self:end;align-items:center;gap:12px;display:flex}.inventory-modern-status-copy{text-align:right;justify-items:end;gap:4px;display:grid}.inventory-status-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-height:26px;padding:0 10px;font-size:.76rem;font-weight:800;display:inline-flex}.inventory-status-pill svg{width:12px;height:12px}.inventory-status-pill.status-healthy{color:#5f7f17;background:#7ea93629}.inventory-status-pill.status-low{color:#8d6820;background:#d4a43c2e}.inventory-status-pill.status-out{color:var(--danger);background:#cb514624}.inventory-modern-status-copy strong{color:var(--ink);font-size:.98rem;font-weight:800}.inventory-modern-status-copy small{color:var(--muted);justify-content:flex-end;align-items:center;gap:4px;font-size:.82rem;display:inline-flex}.inventory-modern-status-copy small svg{width:14px;height:14px}.inventory-modern-status-copy .status-low{color:#8d6820}.inventory-modern-status-copy .status-out{color:var(--danger)}.inventory-modern-status svg{width:18px;height:18px}.inventory-fab-wrap{z-index:12;display:none;position:fixed;bottom:92px;right:18px}.inventory-fab-menu{background:var(--inventory-card-surface);border:1px solid #12201814;border-radius:18px;gap:8px;min-width:190px;padding:10px;display:grid;position:absolute;bottom:calc(100% + 12px);right:0;box-shadow:0 18px 36px #1220181f}.inventory-fab-menu-item{color:#122018;border-radius:12px;align-items:center;gap:10px;min-height:44px;padding:0 14px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.inventory-fab-menu-item:hover{color:var(--primary-dark);background:#16a34a14}.inventory-fab-menu-item svg{width:18px;height:18px;color:var(--primary)}.inventory-fab{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex;box-shadow:0 18px 30px #2f9e6752}.inventory-fab.is-open{background:var(--primary-dark)}.inventory-fab:hover{transform:translateY(-1px)}.inventory-fab svg{width:26px;height:26px}@media (width>=1025px){.inventory-screen{background:var(--inventory-screen-bg);gap:24px;padding:12px 16px 0}.inventory-toolbar{gap:18px}.inventory-toolbar-actions{margin-left:auto}.inventory-hero{background:0 0;border-bottom:none;gap:20px;padding:6px 0 18px}.inventory-hero-kicker{color:var(--inventory-hero-kicker-color,#fff)}.inventory-hero h1{color:var(--inventory-hero-title-color,#fff)}.inventory-hero-copy p:last-child{color:var(--inventory-hero-copy-color,#ffffffe6)}.inventory-panel{background:var(--inventory-surface);border-radius:28px 28px 0 0;gap:20px;min-height:calc(100vh - 238px);margin-inline:-16px;padding:22px 16px 24px}.inventory-modern-item{padding:20px 8px}}@media (width<=1024px){.inventory-toolbar{gap:12px}.inventory-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px}}@media (width<=768px){.app-shell-main>.page.page-mobile-shell.inventory-screen,.app-shell-main>.page-mobile-shell.inventory-screen,.app-shell-main>.page-mobile-shell--bleed.inventory-screen,.app-shell-main>.page-mobile-shell--nav.inventory-screen{padding:24px var(--mobile-page-gutter) 0;margin-top:-20px;background:var(--inventory-screen-bg)!important;margin-inline:calc(var(--mobile-page-gutter) * -1)!important}.inventory-screen{background:var(--inventory-screen-bg);padding:24px var(--mobile-page-gutter) 0;gap:0}.inventory-hero{background:0 0;border-bottom:none;gap:14px;margin:0;padding:8px 0 18px}.inventory-hero h1{color:var(--inventory-hero-title-color,#fff);font-size:2.15rem}.inventory-hero-kicker{color:var(--inventory-hero-kicker-color,#ffffffd1)}.inventory-mobile-heading-row{align-items:flex-start;gap:12px}.inventory-toolbar{flex-wrap:nowrap;align-items:center;gap:8px}.inventory-search-slot{flex:auto}.inventory-toolbar-actions{flex:none}.inventory-desktop-actions{display:none}.inventory-filter-menu-mobile::-webkit-scrollbar{display:none}.inventory-panel{background:var(--inventory-surface);margin-inline:calc(var(--mobile-page-gutter) * -1);padding:22px calc(var(--mobile-page-gutter) + 2px) var(--mobile-nav-clearance);border-radius:24px 24px 0 0;gap:10px;min-height:calc(100svh - 254px);box-shadow:0 -1px #12201805}.inventory-search-input{min-height:var(--inventory-search-mobile-min-height,44px);border-radius:var(--inventory-search-mobile-radius,10px);padding:var(--inventory-search-mobile-padding,0 14px);font-size:var(--inventory-search-mobile-font-size,.98rem);border-color:var(--inventory-search-mobile-border-color,var(--field-border-color,#d7ddda));background:var(--inventory-search-mobile-background,var(--inventory-card-surface,#fafbfa))}.inventory-filter-option-mobile{color:#122018;text-align:left;width:100%;min-height:38px;padding:0 16px;font-size:.8rem}.inventory-modern-list{box-shadow:none;background:0 0;border:none;border-radius:0;gap:8px;overflow:visible}.inventory-modern-list li{background:var(--inventory-card-surface);box-shadow:none;border:1px solid #ddd9d1;border-radius:16px;overflow:hidden}.inventory-modern-list.inventory-actions-list>li{overflow:visible}.inventory-modern-item{border-top:none;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;min-width:0;padding:12px}.inventory-card-item{align-items:start;gap:10px}.inventory-card-link{grid-template-columns:48px minmax(0,1fr);gap:10px}.inventory-card-body,.inventory-card-header{gap:6px}.inventory-modern-thumb{width:48px;height:48px;box-shadow:none;background:#f4f3ef;border:none;border-radius:12px;font-size:1.25rem}.inventory-modern-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.98rem;display:block;overflow:hidden}.inventory-modern-copy span{font-size:.82rem;line-height:1.3}.inventory-card-price{font-size:.78em}.inventory-card-subline{gap:8px}.inventory-card-subline .inventory-status-pill{min-height:18px;padding-inline:6px;font-size:.58rem}.inventory-page-filter-label{font-size:.62rem}.inventory-status-pill{min-height:22px;padding-inline:8px;font-size:.66rem;font-weight:700}.inventory-menu-trigger{border-radius:9px;width:28px;height:28px}.inventory-menu-trigger svg{width:15px;height:15px}.inventory-menu-panel{min-width:130px}.inventory-fab-wrap{right:calc(var(--mobile-page-gutter) + 2px);bottom:var(--mobile-fab-bottom);display:block}.inventory-fab-menu{min-width:min(220px,100vw - 28px)}.inventory-fab{width:56px;height:56px;position:relative;box-shadow:0 16px 24px #16a34a47}.inventory-mobile-icon-button{width:40px;height:40px;box-shadow:none;border-color:#d7ddda}.inventory-skeleton-icon-button{width:40px;height:40px}.inventory-mobile-filter-button{border-radius:12px}.inventory-mobile-icon-button.is-accent{color:#fff}}.inventory-detail-page{--inventory-detail-bg:var(--primary);--inventory-detail-surface:#f3f5f4;--inventory-detail-card-surface:#fafbfa;background:var(--inventory-detail-bg);color:#111827;gap:0;overflow:visible}.inventory-detail-skeleton-page{pointer-events:none}.inventory-detail-skeleton-body{gap:18px;display:grid}.inventory-detail-media,.inventory-detail-skeleton-media{align-self:start;gap:0;display:grid}.inventory-detail-skeleton-copy-stack{gap:10px;min-width:0;display:grid}.inventory-detail-skeleton-back{border-radius:14px;width:42px;height:42px}.inventory-detail-skeleton-image{border-radius:30px;min-height:min(42svh,360px)}.inventory-detail-skeleton-title-row{align-items:center}.inventory-detail-skeleton-title{border-radius:14px;width:min(280px,70vw);height:34px}.inventory-detail-skeleton-button{border-radius:14px;width:78px;height:40px}.inventory-detail-skeleton-overview{gap:14px}.inventory-detail-skeleton-section-title{border-radius:999px;width:120px;height:18px}.inventory-detail-skeleton-overview-row{align-items:center}.inventory-detail-skeleton-row{gap:8px;display:grid}.inventory-detail-skeleton-line{border-radius:999px}.inventory-detail-skeleton-line-label{width:120px;height:12px}.inventory-detail-skeleton-line-value{width:180px;max-width:100%;height:18px}.inventory-detail-topbar{justify-content:space-between;align-items:center;gap:10px;padding:8px 0 16px;display:flex}.inventory-detail-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.inventory-detail-action{min-height:42px}.inventory-detail-action-edit{color:var(--primary);background:#16a34a14;border-color:#16a34a24}.inventory-detail-image{background:var(--inventory-detail-card-surface);border:1px solid #12201814;border-radius:30px;align-self:start;min-height:min(42svh,360px);position:relative;overflow:hidden;box-shadow:0 16px 32px #1220180f}.inventory-detail-image--empty{background:#16a34a14;border-color:#16a34a1f}.inventory-detail-image-photo,.inventory-detail-image-empty{width:100%;height:100%;min-height:inherit;display:block}.inventory-detail-image-photo{-o-object-fit:cover;object-fit:cover}.inventory-detail-image-empty{background:#16a34a14;place-items:center;display:grid}.inventory-detail-image-empty svg{width:92px;height:92px;color:var(--primary)}.inventory-detail-body{align-items:start;gap:22px;display:grid}.inventory-detail-content{gap:18px;padding:18px 0 112px;display:grid}.inventory-detail-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.inventory-detail-content h1{letter-spacing:-.04em;color:#111827;font-size:clamp(1.75rem,4.5vw,2rem);line-height:1.08}.inventory-detail-overview{gap:14px;display:grid}.inventory-detail-overview h2{color:var(--primary);font-size:1.12rem;font-weight:700}.inventory-detail-overview-list{display:grid}.inventory-detail-overview-row{border-top:1px solid #f3f4f6;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:14px;padding:20px 0;display:grid}.inventory-detail-overview-row:first-child{border-top:none}.inventory-detail-overview-row span{color:#6b7280;font-size:.92rem;font-weight:400}.inventory-detail-overview-row strong{color:#111827;text-align:right;font-size:.92rem;font-weight:500}.inventory-detail-overview-row strong.is-price{color:var(--primary);font-weight:700}@media (width>=769px){.inventory-detail-page{max-width:none;margin:0;padding:0 0 32px}.inventory-detail-media,.inventory-detail-skeleton-media{position:sticky;top:16px}.inventory-detail-image{min-height:420px}.inventory-detail-content{padding:16px 0 56px}}@media (width>=1024px){.inventory-detail-page{padding-top:0}.inventory-detail-topbar{gap:18px;padding:4px 0 18px}.inventory-detail-action{min-height:44px;padding:0 16px}.inventory-detail-body{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:start;gap:20px}.inventory-detail-media,.inventory-detail-skeleton-media{top:20px}.inventory-detail-image{border-radius:32px;min-height:580px}.inventory-detail-content{gap:24px;padding:10px 0 40px}.inventory-detail-content h1{max-width:14ch;font-size:clamp(2.4rem,3.3vw,3.2rem);line-height:1.02}.inventory-detail-overview{gap:18px}.inventory-detail-overview h2{font-size:1.35rem}.inventory-detail-overview-list{padding:6px 0 0}.inventory-detail-overview-row{padding:22px 0}.inventory-detail-overview-row span,.inventory-detail-overview-row strong{font-size:.98rem}}@media (width<=768px){.app-shell-main>.page.page-mobile-shell.inventory-detail-page,.app-shell-main>.page-mobile-shell.inventory-detail-page,.app-shell-main>.page-mobile-shell--bleed.inventory-detail-page,.app-shell-main>.page-mobile-shell--nav.inventory-detail-page{padding:20px var(--mobile-page-gutter) 0;margin-top:-20px;background:var(--inventory-detail-bg)!important;margin-inline:calc(var(--mobile-page-gutter) * -1)!important}.inventory-detail-page{background:var(--inventory-detail-bg);padding:0 14px}.inventory-detail-body{gap:14px}.inventory-detail-content{background:0 0;gap:16px;padding:6px 0 0}.inventory-detail-title-row{align-items:center;gap:10px}.inventory-detail-title-row h1{color:#fff;min-width:0}.inventory-detail-actions{justify-content:flex-start;width:auto;margin-left:0}.inventory-detail-action{flex:none}.inventory-detail-action-edit{color:var(--primary);background:#fff;border-color:#fffc}.inventory-detail-media,.inventory-detail-skeleton-media{z-index:1;background:0 0;position:sticky;top:10px}.inventory-detail-image{box-shadow:none;background:#f5f0eb;border:none}.inventory-detail-topbar .back-button{color:#fff;background:#ffffff24;border-color:#ffffff38}.inventory-detail-topbar .back-button:hover{color:#fff;background:#fff3}.inventory-detail-overview{background:var(--inventory-detail-surface);margin-inline:calc(var(--mobile-page-gutter) * -1);padding:22px var(--mobile-page-gutter) var(--mobile-nav-clearance,96px);border-radius:24px 24px 0 0;gap:16px;box-shadow:0 -1px #12201805}.inventory-detail-overview h2{color:#122018b8}}.onboarding-business-panel{scrollbar-width:none;justify-content:center;align-items:center;display:flex;overflow:hidden auto}.onboarding-business-panel::-webkit-scrollbar{display:none}.onboarding-business-body{gap:28px;width:min(100%,440px);display:grid}.onboarding-business-header{gap:12px;display:grid}.onboarding-business-title{letter-spacing:-.05em;color:#122018;font-size:clamp(2.2rem,3vw,3.1rem);line-height:1.03}.onboarding-business-subtitle{color:#6e7d77;max-width:38ch;line-height:1.7}.onboarding-business-form{gap:16px;display:grid}.onboarding-business-form .field{gap:8px;display:grid}.onboarding-business-actions{grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);gap:12px;margin-top:8px;display:grid}.onboarding-business-back{color:#1a4731;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#fff;border:1.5px solid #1a473138;border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 22px;font-size:.94rem;font-weight:700;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.onboarding-business-back:hover{background:#1a47310f;border-color:#1a47314d;transform:translateY(-1px)}.onboarding-business-cta{width:100%;margin-top:0}.onboarding-business-overlay-copy{gap:24px;max-width:320px}.onboarding-business-card,.onboarding-business-aside{overflow:hidden}.onboarding-business-steps{gap:16px;margin:0;padding:0;list-style:none;display:grid}.onboarding-business-steps li{color:#ffffffeb;align-items:center;gap:12px;font-size:1.04rem;line-height:1.45;display:flex}.onboarding-business-steps li.is-active{color:#fff;font-weight:700}.onboarding-business-steps li:before{content:"";background:#ffffffe6;border-radius:999px;flex:none;width:10px;height:10px;box-shadow:0 0 0 6px #ffffff14}.onboarding-business-steps li.is-active:before{background:#2f8c5b;box-shadow:0 0 0 6px #7be4952e}@media (width>=701px) and (width<=1100px){.onboarding-business-body{gap:24px;width:min(100%,395px)}.onboarding-business-title{font-size:clamp(2rem,3.2vw,2.7rem)}.onboarding-business-overlay-copy{max-width:260px}}@media (width<=700px){.onboarding-business-panel{-webkit-overflow-scrolling:touch;align-items:flex-start;scroll-padding-block-end:10rem;overflow:hidden auto}.onboarding-business-body{width:100%;padding:10px 2px calc(28px + env(safe-area-inset-bottom,0px));gap:14px}.onboarding-business-header{gap:8px}.onboarding-business-title{letter-spacing:-.04em;font-size:clamp(1.7rem,6.8vw,2.2rem)}.onboarding-business-subtitle{font-size:.74rem;line-height:1.35}.onboarding-business-form{gap:10px}.onboarding-business-cta{min-height:40px}.onboarding-business-actions{grid-template-columns:1fr 1fr;gap:10px}.onboarding-business-back,.onboarding-business-cta{width:100%;min-height:42px;margin-inline:0}.onboarding-business-back{letter-spacing:.06em;padding:0 14px;font-size:.7rem}.onboarding-business-overlay-copy{gap:10px;width:min(100%,260px);max-width:none}.onboarding-business-overlay-copy p{max-width:none}.onboarding-business-steps{display:none}.onboarding-business-card,.onboarding-business-aside{overflow:hidden}.onboarding-business-panel{overflow:hidden auto}}.onboarding-first-stock-panel{scrollbar-width:none;justify-content:center;align-items:center;display:flex;overflow:hidden auto}.onboarding-first-stock-panel::-webkit-scrollbar{display:none}.onboarding-first-stock-body{gap:24px;width:min(100%,430px);display:grid}.onboarding-first-stock-header,.onboarding-first-stock-card-copy,.onboarding-first-stock-overlay-copy{gap:12px;display:grid}.onboarding-first-stock-title{letter-spacing:-.05em;color:#122018;font-size:clamp(2.1rem,3vw,3rem);line-height:1.03}.onboarding-first-stock-subtitle,.onboarding-first-stock-card-copy p{color:#6e7d77;line-height:1.7}.onboarding-first-stock-card-copy{background:radial-gradient(circle at 100% 0,#16a34a14,#0000 42%),#fff;border:1px solid #12201814;border-radius:22px;padding:20px 22px;box-shadow:0 16px 28px #1220180d}.onboarding-first-stock-card-copy p{margin:0}.onboarding-first-stock-actions{grid-template-columns:minmax(0,1fr) minmax(0,.8fr);gap:12px;display:grid}.onboarding-first-stock-actions .btn{width:100%}.onboarding-first-stock-overlay-copy{gap:22px;max-width:320px}.onboarding-first-stock-steps{gap:16px;margin:0;padding:0;list-style:none;display:grid}.onboarding-first-stock-steps li{color:#ffffffeb;align-items:center;gap:12px;font-size:1.04rem;line-height:1.45;display:flex}.onboarding-first-stock-steps li:before{content:"";background:#ffffffe6;border-radius:999px;flex:none;width:10px;height:10px;box-shadow:0 0 0 6px #ffffff14}.onboarding-first-stock-steps li.is-active{color:#fff;font-weight:700}.onboarding-first-stock-steps li.is-active:before{background:#2f8c5b;box-shadow:0 0 0 6px #7be4952e}@media (width<=700px){.onboarding-first-stock-body{width:100%;padding:10px 2px calc(28px + env(safe-area-inset-bottom,0px));gap:16px}.onboarding-first-stock-title{letter-spacing:-.04em;font-size:clamp(1.7rem,6.8vw,2.2rem)}.onboarding-first-stock-subtitle,.onboarding-first-stock-card-copy p{font-size:.78rem;line-height:1.45}.onboarding-first-stock-card-copy{box-shadow:none;border-radius:18px;padding:16px}.onboarding-first-stock-actions{grid-template-columns:1fr}.onboarding-first-stock-steps{display:none}}.onboarding-welcome-panel{justify-content:center;align-items:center;display:flex;overflow:hidden}.onboarding-welcome-body{gap:24px;width:min(100%,430px);display:grid}.onboarding-welcome-header{gap:12px;display:grid}.onboarding-welcome-title{letter-spacing:-.05em;color:#122018;font-size:clamp(2.25rem,3vw,3.25rem);line-height:1.02}.onboarding-welcome-subtitle{color:#6e7d77;max-width:36ch;line-height:1.7}.onboarding-language-fieldset{border:0;gap:20px;margin:18px 0 0;padding:0;display:grid}.onboarding-language-fieldset legend{color:#122018;padding:0;font-size:.94rem;font-weight:700}.onboarding-language-options{gap:18px;padding-top:4px;display:grid}.onboarding-language-option{cursor:pointer;background:#f2f5f6;border:1px solid #0000;border-radius:20px;align-items:center;gap:14px;padding:20px 22px;transition:border-color .18s,background-color .18s,transform .18s,box-shadow .18s;display:flex}.onboarding-language-option:hover{border-color:#1a473138;transform:translateY(-1px)}.onboarding-language-option.is-active{background:#1a473114;border-color:#1a47314d;box-shadow:0 14px 26px #1a473114}.onboarding-language-option input{width:20px;height:20px;accent-color:var(--auth-accent);flex:none;margin:0}.onboarding-language-copy{gap:2px;display:grid}.onboarding-language-label{color:#122018;font-size:1.08rem;font-weight:600}.onboarding-welcome-cta{justify-content:center;align-items:center;width:100%;text-decoration:none;display:inline-flex}.onboarding-welcome-overlay-copy{gap:24px;max-width:320px}.onboarding-welcome-card,.onboarding-welcome-aside{overflow:hidden}.onboarding-welcome-steps{gap:16px;margin:0;padding:0;list-style:none;display:grid}.onboarding-welcome-steps li{color:#ffffffeb;align-items:center;gap:12px;font-size:1.08rem;line-height:1.45;display:flex}.onboarding-welcome-steps li.is-active{color:#fff;font-weight:700}.onboarding-welcome-steps li:before{content:"";background:#ffffffe6;border-radius:999px;flex:none;width:10px;height:10px;box-shadow:0 0 0 6px #ffffff14}.onboarding-welcome-steps li.is-active:before{background:#2f8c5b;box-shadow:0 0 0 6px #7be4952e}@media (width>=701px) and (width<=1100px){.onboarding-welcome-body{gap:20px;width:min(100%,390px)}.onboarding-welcome-title{font-size:clamp(2rem,3.2vw,2.7rem)}.onboarding-language-fieldset{gap:18px;margin-top:18px}.onboarding-language-option{padding:18px 20px}.onboarding-welcome-overlay-copy{max-width:260px}}@media (width<=700px){.onboarding-welcome-panel{align-items:flex-start;overflow:hidden}.onboarding-welcome-body{gap:16px;width:100%;padding:2px 2px 8px}.onboarding-welcome-header{gap:8px}.onboarding-welcome-title{letter-spacing:-.04em;font-size:clamp(1.7rem,6.8vw,2.2rem)}.onboarding-welcome-subtitle{font-size:.78rem;line-height:1.4}.onboarding-language-fieldset{gap:10px;margin-top:16px}.onboarding-language-fieldset legend{font-size:.84rem}.onboarding-language-options{gap:10px;padding-top:6px}.onboarding-language-option{border-radius:16px;padding:12px 14px}.onboarding-language-option input{width:16px;height:16px}.onboarding-language-label{font-size:.8rem}.onboarding-welcome-cta{width:90%;min-height:42px;margin-inline:auto}.onboarding-welcome-overlay-copy{gap:10px;width:min(100%,260px);max-width:none}.onboarding-welcome-overlay-copy p{max-width:none}.onboarding-welcome-steps{display:none}.onboarding-welcome-card,.onboarding-welcome-panel,.onboarding-welcome-aside{overflow:hidden}}.receive-stock-page{background:#fff}.receive-stock-skeleton-page{pointer-events:none}.receive-stock-skeleton-kicker{border-radius:999px;width:92px;height:14px}.receive-stock-skeleton-title{border-radius:16px;width:min(320px,72vw);height:42px}.receive-stock-skeleton-copy{border-radius:999px;width:min(300px,82vw);height:14px}.receive-stock-skeleton-card{pointer-events:none}.receive-stock-skeleton-section-label{border-radius:999px;width:138px;height:12px}.receive-stock-skeleton-input{border-radius:14px;width:100%;min-height:52px}.receive-stock-skeleton-remove{border-radius:12px;width:36px;height:36px}.receive-stock-skeleton-copy-stack{gap:8px;display:grid}.receive-stock-skeleton-line{border-radius:999px}.receive-stock-skeleton-line-primary{width:180px;max-width:100%;height:16px}.receive-stock-skeleton-line-secondary{width:240px;max-width:85%;height:12px}.receive-stock-skeleton-line-short{width:92px;height:16px}.receive-stock-skeleton-line-tiny{width:110px;height:10px}.receive-stock-skeleton-actions{justify-content:flex-start}.receive-stock-skeleton-submit{border-radius:14px;width:156px;height:42px}.receive-stock-skeleton-cancel{border-radius:999px;width:88px;height:42px}.receive-stock-shell{gap:16px}.receive-stock-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.receive-stock-rows,.receive-stock-setup-grid{gap:12px;display:grid}.receive-stock-add-row-wrap{justify-content:flex-end;display:flex}.receive-stock-row-card{gap:12px}.receive-stock-row-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.receive-stock-row-top strong{color:#111827;font-size:.95rem}.receive-stock-row-grid{grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,1fr));gap:12px;display:grid}.receive-stock-readonly-field{background:#f9fafb;border:1px solid #1220181a;border-radius:14px;align-content:center;gap:4px;min-height:52px;padding:12px 14px;display:grid}.receive-stock-readonly-field span{color:#6b7280;font-size:.8rem}.receive-stock-readonly-field strong{color:#111827;font-size:.95rem}.receive-stock-remove{color:#dc2626;background:#fff5f5;border:1px solid #dc262629;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.receive-stock-remove svg{width:16px;height:16px}.receive-stock-payment-note{background:#16a34a0f;border:1px solid #16a34a1f;border-radius:14px;align-content:center;gap:4px;min-height:52px;padding:12px 14px;display:grid}.receive-stock-optional-supplier{background:#f9fafb;border:1px dashed #12201824;border-radius:14px;align-content:center;gap:8px;min-height:52px;padding:12px 14px;display:grid}.receive-stock-optional-supplier strong{color:#111827;font-size:.95rem}.receive-stock-optional-supplier span{color:#6b7280;font-size:.84rem}.receive-stock-optional-supplier .btn{justify-self:start}.receive-stock-payment-note strong,.receive-stock-balance{color:#166534}.receive-stock-payment-note span{color:#6b7280;font-size:.84rem}.receive-stock-balance{margin:0;font-size:.88rem;font-weight:700}@media (width<=768px){.receive-stock-section-header{flex-direction:column;align-items:stretch}.receive-stock-add-row-wrap .btn{width:100%}.receive-stock-add-row-wrap{justify-content:stretch}.receive-stock-row-grid{grid-template-columns:1fr}}.sales-screen{--sales-screen-bg:var(--primary);--sales-surface:#f3f5f4;--sales-card-surface:#fafbfa;background:#fff;gap:18px}.sales-skeleton-page{pointer-events:none}.sales-skeleton-hero{border-bottom:none;padding-bottom:8px}.sales-skeleton-back{border-radius:14px;width:42px;height:42px}.sales-skeleton-kicker{border-radius:999px;width:92px;height:14px}.sales-skeleton-title{border-radius:16px;width:min(300px,72vw);height:42px}.sales-skeleton-copy{border-radius:999px;width:min(360px,88vw);height:14px}.sales-skeleton-switch,.sales-skeleton-search{border-radius:18px;width:100%}.sales-skeleton-input{border-radius:18px;width:100%;min-height:56px}.sales-skeleton-switch{max-width:360px;height:54px}.sales-skeleton-search{max-width:720px;min-height:56px}.sales-skeleton-surface{background:var(--sales-card-surface);border:1px solid #12201814;border-radius:20px;gap:14px;padding:20px 22px;display:grid;box-shadow:0 12px 28px #1220180d}.sales-skeleton-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.sales-skeleton-copy-stack{flex:auto;gap:8px;min-width:0;display:grid}.sales-skeleton-line{border-radius:999px}.sales-skeleton-line-primary{width:180px;max-width:100%;height:16px}.sales-skeleton-line-secondary{width:240px;max-width:85%;height:12px}.sales-skeleton-pill{border-radius:999px;width:88px;height:28px}.sales-skeleton-circle{border-radius:50%;width:42px;height:42px}.sales-skeleton-circle-small{width:18px;height:18px}.sales-skeleton-button{border-radius:14px;width:112px;height:42px}.sales-skeleton-section-head{align-items:center;margin-bottom:4px}.sales-skeleton-table{gap:12px;display:grid}.sales-skeleton-table-head{align-items:center}.sales-skeleton-head-cell{border-radius:999px;height:12px}.sales-skeleton-head-cell:first-child{width:88px}.sales-skeleton-head-cell:not(:first-child){justify-self:end;width:68px}.sales-skeleton-table-row{align-items:center}.sales-skeleton-cell{border-radius:999px;justify-self:end;width:72px;height:16px}.sales-skeleton-cart-row{align-items:center}.sales-skeleton-stepper{grid-template-columns:34px 58px 34px;align-items:center;gap:6px;display:grid}.sales-skeleton-stepper-button,.sales-skeleton-stepper-input{border-radius:10px;height:34px}.sales-skeleton-actions{justify-content:flex-start}.sales-skeleton-submit{border-radius:14px;width:148px;height:42px}.sales-home-screen,.sales-history-screen,.sales-edit-screen{background:var(--sales-surface)}.sales-screen .panel{background:var(--sales-card-surface)}.sales-screen .panel h3{color:#111827;letter-spacing:-.03em}.sales-screen .muted,.sales-screen .panel p{color:#6b7280}.sales-screen .panel{border:1px solid #12201814;border-radius:20px;gap:16px;padding:20px 22px;box-shadow:0 12px 28px #1220180d}.sales-hero{background:#fff;border-bottom:1px solid #12201814;gap:14px;padding:0 0 18px;display:grid}.sales-home-screen .sales-entry-shell{background:#fff;padding-top:0}.sales-home-screen .sales-content-surface{box-shadow:none}.sales-edit-screen .sales-entry-shell{background:#fff;padding-top:0}.sales-edit-screen .sales-content-surface{box-shadow:none}.sales-hero-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sales-hero-side{justify-items:end;gap:10px;display:grid}.sales-hero-copy{gap:6px;display:grid}.sales-hero-titleline{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.sales-hero-backline{align-items:center;gap:10px;display:inline-flex}.sales-hero-kicker{color:var(--primary);font-size:.92rem;font-weight:700}.sales-hero-kicker-inline{margin:0}.sales-hero-copy h1{letter-spacing:-.04em;color:#111827;font-size:clamp(2rem,4vw,3rem);line-height:.98}.sales-hero-copy p:last-child{color:#6b7280;line-height:1.55}.sales-history-action{flex:none;min-height:46px;padding-inline:18px}.sales-history-action svg{width:16px;height:16px}.sales-entry-shell{align-content:start;align-items:start;gap:18px;display:grid}.sales-history-hero{border-bottom:none;gap:16px;padding-bottom:8px}.sales-history-controls{gap:14px;display:grid}.sales-history-dates{max-width:520px}.sales-mode-filter-row{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:520px;display:grid}.sales-mode-filter-row.sales-entry-switch{width:100%;overflow:visible}.sales-mode-filter-row .sales-entry-switch-button{white-space:normal;justify-content:center;width:100%}.sales-history-list-shell{background:var(--sales-surface)}.sales-history-list{gap:12px;display:grid}.sales-history-row{padding:0}.sales-history-link{width:100%;color:inherit;justify-content:space-between;align-items:center;gap:14px;text-decoration:none;display:flex}.sales-history-link-copy{gap:4px;min-width:0;display:grid}.sales-history-link-copy span{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.sales-history-link svg{color:#6b7280;flex:none;width:18px;height:18px}.sales-search-area{max-width:720px;position:relative}.sales-search-input{background:#fff;border:1px solid #d7ddda;border-radius:18px;min-height:56px;padding:0 18px;font-size:1rem}.sales-search-input::placeholder{color:#5f6f66bd}.sales-search-dropdown{z-index:14;background:var(--sales-card-surface);border:1px solid #1220181a;border-radius:18px;gap:0;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 34px #12201814}.sales-search-option{background:var(--sales-card-surface);text-align:left;border:none;border-top:1px solid #12201814;justify-content:flex-start;align-items:flex-start;gap:14px;min-height:64px;padding:14px 16px;display:flex}.sales-search-option:first-child{border-top:none}.sales-search-option:disabled{opacity:.6}.sales-search-option-copy{gap:4px;min-width:0;display:grid}.sales-inline-name-row{flex-wrap:nowrap;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.sales-search-option-copy strong{color:#111827;font-size:.95rem;font-weight:700}.sales-inline-sku{color:#6b7280;white-space:nowrap;font-size:.85rem;font-weight:500}.sales-search-option-copy span{color:#6b7280;font-size:.82rem}.sales-search-empty{color:#6b7280;padding:16px}.sales-entry-switch{--segmented-gap:8px;--segmented-pill-padding:6px;--segmented-pill-bg:#f3f4f6;--segmented-pill-button-height:38px;--segmented-pill-button-padding:0 16px;--segmented-pill-button-color:#6b7280;--segmented-pill-active-bg:var(--primary);--segmented-pill-active-color:#fff;box-sizing:border-box;width:fit-content}.sales-summary-chip{background:linear-gradient(#fff 0%,#f8fbf8 100%);border:1px solid #12201814;border-radius:16px;gap:6px;min-width:180px;padding:14px 16px;display:grid}.sales-summary-chip span{color:#6b7280;font-size:.84rem;font-weight:600}.sales-summary-chip strong{color:#111827;font-size:1.22rem;font-weight:800}.sales-inline-section{align-content:start;gap:14px;display:grid}.sales-inline-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.sales-content-surface{background:var(--sales-card-surface);border:1px solid #12201814;border-radius:20px;padding:18px;box-shadow:0 12px 28px #1220180d}.sales-screen .quick-card{background:linear-gradient(#fff 0%,#f8fbf8 100%);border:1px solid #12201814;border-radius:16px;gap:8px;padding:14px}.sales-screen .quick-card strong{font-size:.98rem}.sales-screen .quick-card span{color:#6b7280;font-size:.86rem}.sales-screen .cart-list,.sales-screen .list{align-content:start;gap:10px}.sales-screen .cart-row,.sales-screen .list>li,.sales-screen .table-row:not(.table-head){background:#fff;border:1px solid #12201814;border-radius:16px;padding:14px 16px}.sales-screen .cart-row{grid-template-columns:minmax(0,1fr)}.sales-cart-layout{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.sales-cart-copy{gap:8px;min-width:0;display:grid}.sales-cart-side{justify-items:end;gap:8px;display:grid}.sales-cart-name{color:#111827;min-width:0;font-weight:700}.sales-cart-price{color:#111827;white-space:nowrap;font-size:.9rem;font-weight:700}.sales-cart-name,.sales-screen .list-row strong{color:#111827;font-weight:700}.sales-cart-meta{color:#6b7280;font-size:.8rem}.sales-sale-type-toggle{--segmented-gap:4px;--segmented-pill-padding:4px;--segmented-pill-button-height:30px;--segmented-pill-button-padding:0 12px;--segmented-pill-button-font-size:.78rem;grid-template-columns:repeat(2,minmax(0,1fr));width:fit-content;display:inline-grid}.sales-screen .cart-controls button{border:1px solid #12201814;border-radius:10px;width:32px;height:32px}.sales-screen .cart-controls input,.sales-screen .table-row input{background:#fff;border:1px solid #d7ddda;border-radius:10px;min-height:40px;padding:0 12px}.sales-screen .table{align-content:start;gap:10px}.sales-screen .table.sales-content-surface{padding:18px}.sales-screen .table-row{grid-template-columns:minmax(180px,1.4fr) repeat(2,minmax(120px,1fr));align-items:center;gap:12px;min-width:0}.sales-eod-table .table-row{grid-template-columns:minmax(180px,1.4fr) repeat(3,minmax(110px,1fr))}.sales-eod-unavailable{color:#6b7280;text-align:center}.sales-eod-desktop-control{gap:6px;display:grid}.sales-eod-desktop-control span{color:#6b7280;font-size:.72rem;font-weight:700}.sales-screen .table-head{color:#6b7280;background:0 0;border:none;padding:0 4px 2px;font-size:.82rem;font-weight:700}.sales-screen .sales-table-item{min-width:0;display:block}.sales-screen .sales-table-item strong{color:#111827;font-size:.96rem}.sales-screen .sales-table-item span{color:#6b7280;font-size:.82rem}.sales-screen .sales-quantity-cell{gap:4px;display:grid}.sales-screen .sales-quantity-value{color:#111827;font-size:1rem;font-weight:700}.sales-screen .sales-quantity-note{color:#6b7280;font-size:.76rem}.sales-eod-stepper{display:none}.sales-screen .sales-total{color:#111827;font-size:1rem;font-weight:700}.sales-screen .sales-actions-row{flex-wrap:wrap;gap:10px;display:flex}.sales-screen .sales-empty{text-align:center;color:#6b7280;border:1px dashed #1220181f;border-radius:16px;padding:18px}.sales-receipt-page{background:#fff;gap:16px;display:grid}.sales-receipt-topbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.sales-receipt-card{box-shadow:none;background:#fff;border:none;border-radius:22px;gap:18px;padding:24px;display:grid}.sales-receipt-head{gap:18px;display:grid}.sales-receipt-head-main{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sales-receipt-kicker{color:var(--primary);font-size:.92rem;font-weight:700}.sales-receipt-head h1{letter-spacing:-.04em;color:#111827;margin-top:4px;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1}.sales-receipt-head p:last-child{color:#6b7280;margin-top:8px}.sales-receipt-edit-button.btn.primary{min-height:auto;box-shadow:none;color:var(--primary);background:0 0;border:none;padding:0;font-size:.96rem}.sales-receipt-table{border-bottom:1px solid #edf1ee;gap:0;display:grid}.sales-receipt-table-head,.sales-receipt-row{grid-template-columns:minmax(200px,1.6fr) repeat(3,minmax(90px,1fr));align-items:center;gap:14px;display:grid}.sales-receipt-table-head{color:#6b7280;padding:14px 0;font-size:.8rem;font-weight:700}.sales-receipt-table-head>:not(:first-child){text-align:right}.sales-receipt-row{border-top:1px solid #f3f4f6;padding:16px 0}.sales-receipt-item{gap:4px;display:grid}.sales-receipt-item strong,.sales-receipt-row strong{color:#111827}.sales-receipt-item span,.sales-receipt-row span{color:#6b7280}.sales-receipt-row>span,.sales-receipt-row>strong{text-align:right}.sales-receipt-footer{border-top:1px solid #edf1ee;justify-items:end;gap:10px;padding-top:4px;display:grid}.sales-receipt-total-row{justify-content:space-between;align-items:center;gap:14px;min-width:320px;display:flex}.sales-receipt-total-row span{color:#6b7280;font-size:.86rem}.sales-receipt-total-row strong{color:#111827;font-size:.92rem;font-weight:700}@media (width>=1025px){.sales-home-screen,.sales-edit-screen{background:var(--sales-screen-bg);gap:24px;padding:12px 16px 0}.sales-home-screen .sales-hero,.sales-edit-screen .sales-hero{background:0 0;border-bottom:none;padding:6px 0 18px}.sales-home-screen .sales-hero-copy h1,.sales-edit-screen .sales-hero-copy h1,.sales-home-screen .sales-hero-kicker,.sales-edit-screen .sales-hero-kicker{color:#fff}.sales-home-screen .sales-hero-copy p:last-child,.sales-edit-screen .sales-hero-copy p:last-child{color:#ffffffe6}.sales-home-screen .sales-entry-shell,.sales-edit-screen .sales-entry-shell{background:var(--sales-surface);border-radius:28px 28px 0 0;min-height:calc(100vh - 238px);margin-inline:-16px;padding:22px 16px 24px}}@media (width<=768px){.app-shell-main>.page.page-mobile-shell.sales-home-screen,.app-shell-main>.page.page-mobile-shell.sales-edit-screen,.app-shell-main>.page-mobile-shell.sales-home-screen,.app-shell-main>.page-mobile-shell.sales-edit-screen,.app-shell-main>.page-mobile-shell--bleed.sales-home-screen,.app-shell-main>.page-mobile-shell--bleed.sales-edit-screen,.app-shell-main>.page-mobile-shell--fixed-action.sales-home-screen,.app-shell-main>.page-mobile-shell--fixed-action.sales-edit-screen,.app-shell-main>.page.page-mobile-shell.sales-history-screen,.app-shell-main>.page-mobile-shell.sales-history-screen,.app-shell-main>.page-mobile-shell--bleed.sales-history-screen,.app-shell-main>.page-mobile-shell--nav.sales-history-screen{padding:24px var(--mobile-page-gutter) 0;margin-top:-20px;background:var(--sales-screen-bg)!important;margin-inline:calc(var(--mobile-page-gutter) * -1)!important}.sales-screen{padding:16px 14px 0}.sales-screen:not(.sales-home-screen) .table{overflow-x:auto}.sales-screen:not(.sales-home-screen) .table-row{min-width:640px}.sales-home-screen,.sales-edit-screen,.sales-history-screen{background:var(--sales-screen-bg);padding:24px var(--mobile-page-gutter) 0;gap:0}.sales-receipt-screen{background:#fff}.sales-receipt-page{background:#fff;padding-bottom:0}.sales-screen .sales-actions-row,.sales-screen .form-actions{grid-template-columns:1fr;width:100%;display:grid}.sales-hero,.sales-entry-shell{padding:18px 16px}.sales-home-screen .sales-entry-shell,.sales-edit-screen .sales-entry-shell{background:var(--sales-surface);margin-inline:calc(var(--mobile-page-gutter) * -1);padding:22px calc(var(--mobile-page-gutter) + 2px) var(--mobile-fixed-action-clearance);border-radius:24px 24px 0 0;min-height:calc(100svh - 278px)}.sales-history-screen .sales-entry-shell{background:var(--sales-surface);margin-inline:calc(var(--mobile-page-gutter) * -1);padding:22px calc(var(--mobile-page-gutter) + 2px) var(--mobile-nav-clearance);border-radius:24px 24px 0 0;min-height:calc(100svh - 278px)}.sales-home-screen .sales-actions-row{left:var(--mobile-fixed-action-side-gap);right:var(--mobile-fixed-action-side-gap);bottom:var(--mobile-fixed-action-bottom);z-index:9;width:auto;max-width:calc(100vw - (var(--mobile-fixed-action-side-gap) * 2));box-sizing:border-box;background:0 0;margin:0;padding:0;position:fixed}.sales-hero{background:0 0;border-bottom:none;border-radius:0;gap:12px;margin:0;padding:8px 0 18px}.sales-hero-row{gap:12px;display:grid}.sales-hero-titleline{align-items:center;gap:10px}.sales-hero-titleline>div{min-width:0}.sales-hero-copy h1{font-size:1.8rem}.sales-home-screen .sales-hero-copy h1,.sales-edit-screen .sales-hero-copy h1,.sales-history-screen .sales-hero-copy h1{color:#fff}.sales-home-screen .sales-hero-kicker,.sales-edit-screen .sales-hero-kicker,.sales-history-screen .sales-hero-kicker{color:#ffffffd1}.sales-home-screen .sales-hero-copy p:last-child,.sales-edit-screen .sales-hero-copy p:last-child,.sales-history-screen .sales-hero-copy p:last-child{color:#ffffffe6}.sales-history-screen .sales-hero .back-button{color:#fff;background:#ffffff24;border-color:#ffffff38}.sales-history-screen .sales-hero .back-button:hover{color:#fff;background:#fff3}.sales-history-action,.sales-history-action.btn.ghost,.sales-history-action.btn.ghost:hover,.sales-history-action.btn.ghost:focus-visible{color:#fff;background:#ffffff24;border-color:#ffffff38;border-radius:12px;justify-self:start;width:42px;min-width:42px;min-height:42px;padding:0}.sales-history-action svg,.sales-history-action.btn.ghost svg{color:currentColor}.sales-history-action-label{display:none}.sales-entry-switch{border-radius:18px;align-items:stretch;gap:6px;width:100%;padding:4px;display:grid;overflow:visible}.sales-entry-switch::-webkit-scrollbar{display:none}.sales-home-screen .sales-entry-mode-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-bottom:4px;padding:4px;display:grid}.sales-entry-switch-button{white-space:normal;text-align:center;justify-content:center;align-self:stretch;align-items:center;width:100%;min-width:0;min-height:42px;padding:0 12px;display:inline-flex}.sales-home-screen .sales-entry-mode-switch .sales-entry-switch-button{white-space:nowrap;min-height:34px;padding:0 10px;font-size:.74rem}.sales-content-surface{border-radius:16px;padding:14px}.sales-home-screen .sales-content-surface,.sales-edit-screen .sales-content-surface{box-shadow:none;border:none;border-radius:0;padding:0}.sales-screen .table.sales-content-surface{gap:6px;padding:0}.sales-search-dropdown{border-radius:14px;max-height:min(320px,52vh);overflow-y:auto}.sales-search-option{align-items:flex-start;min-height:64px;padding:12px 14px}.sales-search-option-copy{gap:2px}.sales-search-input{border-radius:10px;min-height:44px;padding:0 14px;font-size:.98rem}.sales-skeleton-input{border-radius:10px;min-height:44px}.sales-edit-screen .cart-row,.sales-home-screen .table-row:not(.table-head){box-shadow:none;border:none;border-radius:0;padding:8px 0 12px}.sales-cart-copy{gap:6px}.sales-screen .cart-row{grid-template-columns:minmax(0,1fr);align-items:start;gap:8px}.sales-cart-copy{width:100%;min-width:0}.sales-cart-layout{gap:10px}.sales-cart-name{white-space:normal;overflow-wrap:anywhere;flex:auto;font-size:.98rem}.sales-screen .cart-row .cart-controls{flex:none;grid-template-columns:28px 40px 28px;align-items:center;gap:4px;width:auto;display:grid}.sales-screen .cart-row .cart-controls button{border-radius:8px;width:28px;height:28px}.sales-screen .cart-row .cart-controls input{text-align:center;width:40px;min-width:40px;min-height:28px;padding:0 6px;font-size:.84rem}.sales-sale-type-toggle{grid-template-columns:repeat(2,minmax(0,1fr));justify-self:start;gap:3px;width:fit-content;min-width:110px;max-width:100%;padding:3px}.sales-sale-type-button{white-space:nowrap;min-width:0;min-height:28px;padding:0 7px;font-size:.68rem;line-height:1.15}.sales-cart-price{flex:none;align-self:end;font-size:.86rem}.sales-receipt-card{border-radius:0;padding:6px 0 0}.sales-receipt-head{gap:8px;display:grid}.sales-receipt-head-main,.sales-receipt-total-row{min-width:0}.sales-receipt-head-main{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sales-receipt-edit-button.btn.primary{width:auto}.sales-receipt-table-head{grid-template-columns:minmax(120px,1.8fr) minmax(34px,.5fr) minmax(72px,.9fr) minmax(72px,.9fr);gap:10px;padding:10px 0;font-size:.7rem;display:grid}.sales-receipt-row{grid-template-columns:minmax(110px,1.6fr) minmax(40px,.55fr) minmax(68px,.85fr) minmax(72px,.95fr);gap:10px;padding:12px 0;font-size:.78rem}.sales-receipt-item{gap:4px;min-width:0;display:grid}.sales-receipt-item strong,.sales-receipt-row>span,.sales-receipt-row>strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sales-receipt-item strong,.sales-receipt-item span{font-size:.78rem}.sales-receipt-item span{white-space:normal;text-overflow:unset;overflow-wrap:anywhere;font-size:.68rem;overflow:visible}.sales-receipt-footer{justify-items:stretch}.sales-receipt-total-row{min-width:0}.sales-history-row{display:block}.sales-history-link-copy{gap:6px}.sales-history-link{align-items:flex-start}.sales-history-link-copy strong,.sales-history-link-copy span{font-size:.84rem}.sales-history-link-copy span{white-space:normal;text-overflow:unset;line-height:1.45;overflow:visible}.sales-mode-filter-row{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:none;display:grid;overflow:visible}.sales-mode-filter-row .sales-entry-switch-button{white-space:normal}.sales-history-dates{max-width:none}.sales-home-screen .table-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 12px}.sales-home-screen .table-head{display:none}.sales-home-screen .table-row .sales-table-item{white-space:normal;text-overflow:unset;grid-column:auto;overflow:visible}.sales-home-screen .table-row .sales-inline-name-row{align-items:start;gap:2px;display:grid}.sales-home-screen .table-row .sales-inline-name-row strong,.sales-home-screen .table-row .sales-inline-name-row .sales-inline-sku{white-space:normal;overflow-wrap:anywhere}.sales-eod-mobile-list{gap:6px}.sales-home-screen .table-row.sales-eod-mobile-row{grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;padding:12px 14px 14px}.sales-eod-mobile-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.sales-eod-mobile-copy{gap:2px;min-width:0;display:grid}.sales-eod-mobile-copy strong{color:#111827;font-size:.96rem}.sales-eod-mobile-meta{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.sales-eod-mobile-side{flex:none;justify-items:end;gap:4px;display:grid}.sales-eod-mobile-price{color:#111827;white-space:nowrap;font-size:.9rem;font-weight:700}.sales-eod-mobile-quantity-note{color:#6b7280;white-space:nowrap;font-size:.72rem;font-weight:500}.sales-eod-mobile-controls{gap:10px;display:grid}.sales-eod-mobile-controls.has-bulk{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-eod-mobile-control,.sales-eod-mobile-remaining{background:#fff;border:1px solid #12201814;border-radius:14px;gap:6px;padding:10px 12px;display:grid}.sales-eod-mobile-remaining{background:linear-gradient(#fff 0%,#f8fbf8 100%)}.sales-home-screen .sales-eod-mobile-row .sales-table-item,.sales-home-screen .sales-eod-mobile-row .sales-inline-name-row{width:100%}.sales-eod-mobile-control>span,.sales-eod-mobile-remaining>span{color:#6b7280;white-space:normal;overflow-wrap:anywhere;font-size:.76rem;font-weight:600}.sales-eod-mobile-remaining strong{color:#111827;font-size:1rem;font-weight:700}.sales-eod-stepper{grid-template-columns:28px minmax(0,1fr) 28px;justify-self:stretch;align-items:center;gap:6px;width:100%;display:grid}.sales-eod-stepper button{color:#111827;background:#fff;border:1px solid #12201814;border-radius:8px;width:28px;height:28px;font-weight:700}.sales-eod-stepper input{text-align:center;width:100%;min-width:0;min-height:28px;padding:0 6px;font-size:.84rem}}.settings-screen{--settings-screen-bg:var(--primary);--settings-surface:#f3f5f4;--settings-card-surface:#fafbfa;background:#fff;align-content:start;align-items:start;gap:18px;display:grid}.settings-hero{background:#fff;border-bottom:1px solid #12201814;gap:14px;padding:0 0 18px;display:grid}.settings-hero-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.settings-hero-copy{gap:6px;display:grid}.settings-hero-backline{align-items:center;gap:10px;display:inline-flex}.settings-hero-kicker{color:var(--primary);margin:0;font-size:.92rem;font-weight:700}.settings-hero-copy h1{letter-spacing:-.04em;color:#111827;font-size:clamp(2rem,4vw,3rem);line-height:.98}.settings-hero-copy p:last-child{color:#6b7280;line-height:1.55}.settings-shell{align-content:start;align-items:start;gap:18px;display:grid}.settings-surface{background:var(--settings-card-surface);border:1px solid #12201814;border-radius:20px;align-content:start;align-items:start;gap:16px;padding:20px 22px;display:grid;box-shadow:0 12px 28px #1220180d}.settings-form-grid{align-content:start;align-items:start;gap:14px;display:grid}.settings-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;align-items:start;gap:12px;display:grid}.settings-list{align-content:start;align-items:start;gap:12px;margin:0;padding:0;list-style:none;display:grid}.settings-list li,.settings-list .list-row{background:var(--settings-card-surface);border:1px solid #12201814;border-radius:16px;align-self:start;width:100%;padding:16px 18px}.settings-nav-link{color:inherit;justify-content:space-between;align-items:center;gap:16px;text-decoration:none;display:flex}.settings-nav-link strong{color:#111827;font-size:1rem;line-height:1.2;display:block}.settings-nav-link span{color:#6b7280;margin-top:4px;font-size:.88rem;line-height:1.4;display:block}.settings-nav-link svg{color:#6b7280;flex:none;width:18px;height:18px}.settings-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.settings-save-state{color:#6b7280;font-size:.86rem;font-weight:600}.settings-save-state.is-success{color:var(--primary)}.settings-section-note{color:#6b7280;font-size:.9rem}.settings-tab-row{--segmented-gap:8px;--segmented-pill-padding:6px;--segmented-pill-bg:#f3f4f6;--segmented-pill-button-height:38px;--segmented-pill-button-padding:0 16px;--segmented-pill-button-color:#6b7280;--segmented-pill-active-bg:var(--primary);--segmented-pill-active-color:#fff;width:fit-content}.settings-inline-tabs{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.settings-inline-tab{background:var(--settings-card-surface);color:#6b7280;border:1px solid #12201814;border-radius:999px;min-height:38px;padding:0 14px;font-size:.86rem;font-weight:700}.settings-inline-tab.is-active{border-color:var(--primary);color:var(--primary);background:#16a34a14}.settings-danger-card{border-color:#b91c1c1f}.settings-danger-card .muted{margin-top:4px;display:block}@media (width>=1025px){.settings-screen{background:var(--settings-screen-bg);gap:24px;padding:12px 16px 0}.settings-hero{background:0 0;border-bottom:none;padding:6px 0 18px}.settings-hero-kicker,.settings-hero-copy h1{color:#fff}.settings-hero-copy p:last-child{color:#ffffffe6}.settings-shell{background:var(--settings-surface);border-radius:28px 28px 0 0;min-height:calc(100vh - 226px);margin-inline:-16px;padding:22px 16px 24px}}@media (width<=768px){.app-shell-main>.page.page-mobile-shell.settings-screen,.app-shell-main>.page-mobile-shell.settings-screen,.app-shell-main>.page-mobile-shell--bleed.settings-screen,.app-shell-main>.page-mobile-shell--nav.settings-screen{padding:24px var(--mobile-page-gutter) 0;margin-top:-20px;background:var(--settings-screen-bg)!important;margin-inline:calc(var(--mobile-page-gutter) * -1)!important}.settings-screen{background:var(--settings-screen-bg);padding:24px var(--mobile-page-gutter) 0;gap:0}.settings-hero{background:0 0;border-bottom:none;border-radius:0;gap:12px;margin:0;padding:8px 0 18px}.settings-hero-kicker{color:#ffffffd1}.settings-hero-copy h1{color:#fff}.settings-hero-copy p:last-child{color:#ffffffe6}.settings-hero-row{gap:12px;display:grid}.settings-shell{background:var(--settings-surface);margin-inline:calc(var(--mobile-page-gutter) * -1);padding:22px calc(var(--mobile-page-gutter) + 2px) var(--mobile-nav-clearance);border-radius:24px 24px 0 0;gap:14px;min-height:calc(100svh - 244px)}.settings-surface{box-shadow:none;border-radius:16px;padding:16px 14px}.settings-grid-two{grid-template-columns:1fr}.settings-actions{grid-template-columns:1fr;justify-content:stretch;display:grid}.settings-tab-row{scrollbar-width:none;width:100%;padding-bottom:2px;display:flex;overflow-x:auto}.settings-tab-row::-webkit-scrollbar{display:none}.settings-tab-button{white-space:nowrap;flex:1 0 auto}.settings-inline-tabs{scrollbar-width:none;padding-bottom:2px;display:flex;overflow-x:auto}.settings-inline-tabs::-webkit-scrollbar{display:none}.settings-inline-tab{white-space:nowrap;flex:none}.settings-list .list-row{gap:14px;display:grid}.settings-nav-link{align-items:flex-start}.settings-tab-row-compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid;overflow:visible}.settings-tab-row-compact .settings-tab-button{white-space:normal;text-align:center;min-height:36px;padding:6px 8px;font-size:.72rem;line-height:1.15}}.supplier-page,.supplier-list-page,.supplier-detail-page{--supplier-screen-bg:var(--primary);--supplier-surface:#f3f5f4;--supplier-card-surface:#fafbfa;--inventory-hero-bg:#fff;--inventory-hero-border:1px solid #12201814;--inventory-hero-kicker-color:var(--primary);--inventory-hero-title-color:#111827;--inventory-hero-copy-color:#6b7280;--inventory-search-border-color:#d7ddda;--inventory-search-background:#fff;--inventory-search-placeholder-color:#5f6f66bd;--field-border-color:#d7ddda;--field-background:#fff;--field-text-color:#111827;--field-placeholder-color:#9ca3af;--field-focus-border-color:#1220182e;--field-focus-outline-color:#12201814;--field-focus-shadow:none;background:#fff}.supplier-skeleton-page{pointer-events:none}.supplier-skeleton-back{border-radius:14px;width:42px;height:42px}.supplier-skeleton-kicker{border-radius:999px;width:92px;height:14px}.supplier-skeleton-title{border-radius:16px;width:min(320px,72vw);height:42px}.supplier-skeleton-copy{border-radius:999px;width:min(300px,82vw);height:14px}.supplier-skeleton-button{border-radius:14px;width:116px;height:38px}.supplier-skeleton-search{border-radius:18px;width:100%;min-height:56px}.supplier-skeleton-list{overflow:hidden}.supplier-skeleton-item{pointer-events:none}.supplier-skeleton-thumb{border-radius:16px;width:48px;height:48px}.supplier-skeleton-badge{border-radius:20px;flex:none;width:58px;height:58px}.supplier-skeleton-copy-stack{gap:8px;display:grid}.supplier-skeleton-history-heading{justify-content:flex-start}.supplier-skeleton-contact-row{align-items:center;gap:10px;display:flex}.supplier-skeleton-icon{border-radius:999px;flex:none;width:16px;height:16px}.supplier-skeleton-line{border-radius:999px}.supplier-skeleton-line-primary{width:180px;max-width:100%;height:16px}.supplier-skeleton-line-secondary{width:220px;max-width:85%;height:12px}.supplier-skeleton-line-short{width:110px;height:14px}.supplier-skeleton-line-tiny{width:84px;height:10px}.supplier-skeleton-chevron{border-radius:999px;width:18px;height:18px}.supplier-skeleton-list-stack{gap:0;display:grid}.supplier-skeleton-product-row{pointer-events:none}.supplier-skeleton-history-row{border-top:1px solid #12201814;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.supplier-skeleton-history-row:first-child{border-top:none;padding-top:0}.supplier-page-action-row,.supplier-section-heading,.supplier-history-top,.supplier-detail-hero-main,.supplier-detail-grid{gap:14px;display:flex}.supplier-page-action-row,.supplier-history-top,.supplier-detail-hero-main{justify-content:space-between;align-items:center}.supplier-list-hero p,.supplier-section-heading p,.supplier-detail-title p,.supplier-history-top span,.supplier-history-totals small,.supplier-empty-copy{color:#6b7280}.supplier-list-backline{align-items:center;gap:10px;display:inline-flex}.supplier-list{background:var(--supplier-surface);border:1px solid #1220181a;border-radius:22px;gap:0;margin:0;padding:0;list-style:none;display:grid;overflow:hidden;box-shadow:0 14px 28px #1220180f}.supplier-list-surface{align-content:start;align-items:start;gap:14px;min-width:0;display:grid}.supplier-list-item,.supplier-products-item{color:inherit;align-items:center;gap:14px;text-decoration:none;display:grid}.supplier-list-item{border-top:1px solid #12201814;grid-template-columns:auto 1fr auto;padding:18px 16px}.supplier-list li:first-child .supplier-list-item{border-top:none}.supplier-list-thumb,.supplier-detail-badge{color:var(--primary);background:#16a34a14;justify-content:center;align-items:center;display:inline-flex}.supplier-list-thumb{border-radius:16px;width:48px;height:48px}.supplier-list-copy,.supplier-detail-title,.supplier-history-totals,.supplier-contact-list,.supplier-history-list,.supplier-products-list,.supplier-history-items{display:grid}.supplier-list-copy{gap:4px}.supplier-list-copy strong,.supplier-detail-title h1,.supplier-history-top strong,.supplier-history-items strong,.supplier-products-item strong{color:#111827}.supplier-detail-hero{gap:14px;display:grid}.supplier-detail-title h1{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,2.8rem);line-height:.98}.supplier-detail-badge{border-radius:20px;flex:none;width:58px;height:58px}.supplier-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.supplier-detail-card{background:var(--supplier-card-surface);border:1px solid #12201814;border-radius:18px;gap:14px;padding:18px;display:grid;box-shadow:0 10px 24px #1220180a}.supplier-detail-card h2,.supplier-section-heading h2{color:#111827;margin:0;font-size:1.1rem}.supplier-contact-list{gap:12px}.supplier-contact-list div{align-items:flex-start;gap:10px;display:flex}.supplier-contact-list svg{width:16px;height:16px;color:var(--primary);margin-top:2px}.supplier-products-list,.supplier-history-list,.supplier-history-items{gap:10px;margin:0;padding:0;list-style:none}.supplier-products-item{border-top:1px solid #12201814;grid-template-columns:minmax(0,1fr) auto auto;padding:14px 0}.supplier-products-list li:first-child .supplier-products-item{border-top:none;padding-top:0}.supplier-products-item span,.supplier-history-items li span{gap:4px;display:grid}.supplier-products-item small,.supplier-history-items small{color:#6b7280}.supplier-products-meta{text-align:right;justify-items:end}.supplier-history-section{gap:14px;display:grid}.supplier-history-totals{text-align:right;justify-items:end}.supplier-history-items li{border-top:1px solid #12201814;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.supplier-history-items li:first-child{border-top:none;padding-top:0}@media (width>=1025px){.supplier-list-page{--inventory-hero-bg:transparent;--inventory-hero-border:none;--inventory-hero-kicker-color:#fff;--inventory-hero-title-color:#fff;--inventory-hero-copy-color:#ffffffe6;background:var(--supplier-screen-bg);gap:24px;padding:12px 16px 0}.supplier-list-page .inventory-hero .back-button{color:#fff;background:#ffffff24;border-color:#ffffff38}.supplier-list-add-button{color:#fff;box-shadow:none;background:#ffffff24;border-color:#ffffff3d}.supplier-list-surface{background:var(--supplier-surface);border-radius:28px 28px 0 0;gap:20px;min-height:calc(100vh - 238px);margin-inline:-16px;padding:22px 16px 24px}}@media (width<=768px){.app-shell-main>.page.page-mobile-shell.supplier-list-page,.app-shell-main>.page-mobile-shell.supplier-list-page,.app-shell-main>.page-mobile-shell--bleed.supplier-list-page,.app-shell-main>.page-mobile-shell--nav.supplier-list-page{padding:24px var(--mobile-page-gutter) 0;margin-top:-20px;background:var(--supplier-screen-bg)!important;margin-inline:calc(var(--mobile-page-gutter) * -1)!important}.supplier-detail-grid{grid-template-columns:1fr}.supplier-list-page{--inventory-hero-bg:transparent;--inventory-hero-border:none;--inventory-hero-kicker-color:#ffffffd1;--inventory-hero-title-color:#fff;--inventory-hero-copy-color:#ffffffe6;background:var(--supplier-screen-bg);padding:24px var(--mobile-page-gutter) 0;gap:0}.supplier-list-page .inventory-hero .back-button{color:#fff;background:#ffffff24;border-color:#ffffff38}.supplier-list-page .inventory-hero .back-button:hover{color:#fff;background:#fff3}.supplier-list-add-button{color:#fff;background:#ffffff24;border-color:#ffffff3d}.supplier-list-surface{background:var(--supplier-surface);margin-inline:calc(var(--mobile-page-gutter) * -1);padding:22px calc(var(--mobile-page-gutter) + 2px) var(--mobile-nav-clearance);border-radius:24px 24px 0 0;gap:10px;min-height:calc(100svh - 254px);box-shadow:0 -1px #12201805}.supplier-list-page .inventory-mobile-heading-row{align-items:flex-start}.supplier-skeleton-title{height:38px}.supplier-skeleton-copy{width:min(280px,78vw)}.supplier-skeleton-search{border-radius:10px;min-height:44px}.supplier-skeleton-button{border-radius:12px;width:108px;height:36px}.supplier-skeleton-back{border-radius:12px;width:40px;height:40px}.supplier-list{box-shadow:none;background:0 0;border:none;gap:8px}.supplier-list li{background:var(--supplier-card-surface);border:1px solid #12201814;border-radius:14px;overflow:hidden}.supplier-list-item{border-top:none}.supplier-page-action-row,.supplier-history-top,.supplier-detail-hero-main{flex-direction:column;align-items:stretch}.supplier-page-action-row .btn{width:100%}.supplier-products-item{grid-template-columns:1fr}.supplier-products-meta,.supplier-history-totals{text-align:left;justify-items:start}.supplier-history-items li{flex-direction:column;align-items:flex-start}}
