:root{--primary: #0f5132;--primary-deep: #003820;--primary-soft: #dcfce7;--canvas: #f8faf9;--surface: #ffffff;--surface-subtle: #f0f4f2;--border: #e2e8e5;--border-strong: #cbd5d1;--text: #111827;--muted: #4b5563;--subtle: #6b7280;--success: #15803d;--success-bg: #dcfce7;--warning: #d97706;--warning-bg: #fef3c7;--danger: #dc2626;--danger-bg: #fee2e2;--info: #0284c7;--info-bg: #e0f2fe;--shadow-1: 0 1px 3px rgba(15, 81, 50, .04), 0 1px 2px rgba(0, 0, 0, .02);--shadow-2: 0 4px 16px -2px rgba(15, 81, 50, .08), 0 2px 6px -1px rgba(0, 0, 0, .04);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--canvas);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,.money{font-family:Manrope,Inter,system-ui,sans-serif}h1,h2,h3,p{margin-top:0}h1{font-size:24px;line-height:32px;margin-bottom:4px}h2{font-size:18px;line-height:26px;margin-bottom:0}small{color:var(--subtle)}input,select,textarea{width:100%;min-height:48px;border:1px solid var(--border-strong);border-radius:8px;background:#fff;color:var(--text);padding:10px 12px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f51321f}label{display:grid;gap:7px;color:var(--muted);font-weight:600;font-size:14px}.app-frame,.app-column{min-height:100vh}.desktop-sidebar{display:none}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:64px;padding:max(8px,env(safe-area-inset-top)) 16px 8px;background:#f8faf9f5;backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,229,.85)}.topbar-brand{display:flex;align-items:center;gap:10px;min-width:0}.topbar-brand img{width:36px;height:36px;object-fit:contain;border-radius:8px}.topbar-brand div{min-width:0}.topbar-brand strong,.topbar-brand span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-brand strong{font-family:Manrope,sans-serif;font-size:15px}.topbar-brand span{font-size:12px;color:var(--subtle);margin-top:2px}.sync-chip{min-height:36px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--muted);padding:6px 10px;font-size:12px;font-weight:600}.offline-banner{padding:9px 16px;background:var(--warning-bg);color:#92400e;border-bottom:1px solid #fde68a;font-size:13px;line-height:18px}.app-content{width:min(100%,1180px);margin:0 auto;padding:18px 16px calc(92px + env(safe-area-inset-bottom))}.bottom-nav{position:fixed;z-index:40;left:0;right:0;bottom:0;height:calc(68px + env(safe-area-inset-bottom));padding:6px 8px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);align-items:end;background:#fff;border-top:1px solid var(--border);box-shadow:0 -4px 18px #0f513212}.bottom-nav a{min-height:56px;display:grid;justify-items:center;align-content:center;gap:3px;color:var(--subtle);font-size:11px;font-weight:600}.bottom-nav a.active{color:var(--primary)}.bottom-nav .nav-icon{width:34px;height:30px;display:grid;place-items:center;border-radius:10px}.bottom-nav a.primary-nav{transform:translateY(-9px)}.bottom-nav a.primary-nav .nav-icon{width:56px;height:56px;border-radius:999px;background:var(--primary);color:#fff;box-shadow:var(--shadow-2)}.bottom-nav a.primary-nav span:last-child{margin-top:-2px}.page-stack{display:grid;gap:16px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.page-header p{margin:0;color:var(--muted);font-size:14px;line-height:20px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;box-shadow:var(--shadow-1)}.money{font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.015em}.money-large{font-size:21px;line-height:28px}.money-hero{font-size:clamp(29px,8vw,36px);line-height:1.2;letter-spacing:-.03em}.hero-metric{display:grid;gap:8px;background:linear-gradient(145deg,#0f5132,#073f28);color:#fff;border-color:#0f5132;padding:20px}.hero-metric>span{font-size:14px;color:#d8f3e3}.hero-metric .money{color:#fff}.hero-metric small{color:#cae8d6}.hero-submetrics{margin-top:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.16);display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero-submetrics div{display:grid;gap:3px}.hero-submetrics strong{font-size:20px}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric-grid .card{display:grid;gap:7px}.metric-grid .card>span:not(.money){color:var(--muted);font-size:13px}.metric-grid .money{font-size:clamp(17px,4.8vw,22px)}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick-action{min-height:82px;display:grid;place-items:center;align-content:center;gap:7px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:12px;color:var(--primary);font-size:13px;font-weight:700}.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.section-title>div{display:flex;align-items:center;gap:7px}.section-title>a,.section-title>span{color:var(--primary);font-size:13px;font-weight:700}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:9px 13px;font-weight:700;font-size:14px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#0a442b}.btn-secondary{background:var(--surface-subtle);color:var(--primary);border-color:#d6e0db}.btn-destructive{background:var(--danger-bg);color:var(--danger);border-color:#fecaca}.btn-lg{min-height:52px;font-size:16px;padding-inline:18px}.btn-sales-home{min-height:58px;font-size:17px;box-shadow:var(--shadow-2)}.btn.compact{min-height:38px;padding:7px 10px;font-size:12px}.icon-button{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted);padding:0}.icon-button.danger{color:var(--danger);background:var(--danger-bg)}.link-button{border:0;background:transparent;color:var(--primary);font-weight:700;padding:4px}.badge{display:inline-flex;align-items:center;min-height:24px;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:700;line-height:16px}.badge-success{background:var(--success-bg);color:var(--success)}.badge-warning{background:var(--warning-bg);color:#a65305}.badge-danger{background:var(--danger-bg);color:var(--danger)}.badge-info{background:var(--info-bg);color:var(--info)}.badge-neutral{background:var(--surface-subtle);color:var(--muted)}.notice{display:flex;align-items:flex-start;gap:9px;border-radius:10px;padding:12px;font-size:13px;line-height:19px;border:1px solid transparent}.notice strong{display:block;margin-bottom:2px}.notice-success{background:var(--success-bg);color:#166534;border-color:#bbf7d0}.notice-warning{background:var(--warning-bg);color:#92400e;border-color:#fde68a}.notice-danger{background:var(--danger-bg);color:#991b1b;border-color:#fecaca}.notice-info{background:var(--info-bg);color:#075985;border-color:#bae6fd}.search-box{min-height:50px;display:flex;align-items:center;gap:9px;padding:4px 6px 4px 13px;border:1px solid var(--border-strong);border-radius:10px;background:#fff}.search-box input{min-height:40px;border:0;box-shadow:none;padding:7px 0}.product-list{display:grid;gap:10px}.product-row,.inventory-row{min-height:82px;display:flex;align-items:center;gap:12px}.product-avatar{flex:0 0 52px;width:52px;height:52px;display:grid;place-items:center;border-radius:8px;background:#e6f1eb;color:var(--primary);font-family:Manrope,sans-serif;font-size:20px;font-weight:800}.product-main{min-width:0;flex:1;display:grid;gap:6px}.product-main>strong{font-size:15px;line-height:21px}.product-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px}.product-meta .money{font-size:15px;color:var(--text)}.qty-control{display:grid;grid-template-columns:40px 30px 40px;align-items:center;text-align:center}.qty-control button{width:40px;height:40px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--primary);display:grid;place-items:center}.add-product{white-space:nowrap}.sales-layout{display:grid;gap:14px}.cart-panel{min-width:0}.cart-card{display:grid;gap:14px}.cart-lines{display:grid;gap:10px}.cart-line{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.cart-line div{min-width:0;display:grid;gap:3px}.cart-line small{font-size:12px}.cart-total{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.payment-total{text-align:center;display:grid;gap:6px}.payment-total>span{color:var(--muted)}.payment-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.payment-methods button{min-height:88px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--muted);display:grid;justify-items:center;align-content:center;gap:7px;padding:10px 6px;font-size:12px}.payment-methods button.selected{border:2px solid var(--primary);background:#eff8f3;color:var(--primary)}.currency-field{font-family:Manrope,sans-serif;font-size:26px;font-weight:800;font-variant-numeric:tabular-nums}.quick-cash{display:flex;flex-wrap:wrap;gap:8px}.quick-cash button,.receive-product-picker button,.filter-chips span{min-height:38px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--primary);padding:7px 11px;font-size:12px;font-weight:700}.change-row,.line-sum,.closing-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;border-top:1px solid var(--border)}.qr-placeholder{text-align:center;display:grid;justify-items:center;gap:10px}.qr-placeholder p{color:var(--muted);font-size:13px;line-height:19px;margin-bottom:0}.payment-success{min-height:60vh;place-content:center;justify-items:center;text-align:center}.payment-success>svg{color:var(--success)}.payment-success p{color:var(--muted);max-width:420px}.success-actions{display:grid;gap:10px;width:min(100%,360px)}.filter-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.filter-chips span{white-space:nowrap}.filter-chips span.active{background:var(--primary);color:#fff;border-color:var(--primary)}.modal-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:flex-end;justify-content:center;background:#00000073}.bottom-sheet{width:min(100%,560px);max-height:88vh;overflow:auto;display:grid;gap:14px;background:#fff;border-radius:18px 18px 0 0;padding:12px 18px calc(20px + env(safe-area-inset-bottom))}.sheet-handle{width:44px;height:4px;background:#d1d5db;border-radius:999px;margin:0 auto 2px}.difference-row{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:9px;background:var(--surface-subtle)}.text-danger{color:var(--danger)!important}.text-success{color:var(--success)!important}.receive-product-picker{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.receive-product-picker button{display:inline-flex;align-items:center;gap:5px}.receive-product-picker button:disabled{color:var(--subtle)}.receive-lines{display:grid;gap:16px}.receive-line{display:grid;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--border)}.receive-line:last-child{padding-bottom:0;border-bottom:0}.receive-line-title{display:flex;justify-content:space-between;align-items:center;gap:12px}.form-stack{display:grid;gap:14px}.form-grid{display:grid;grid-template-columns:1fr;gap:14px}.form-span{grid-column:1 / -1}.compact-grid{grid-template-columns:1fr 1fr}.sticky-summary,.sticky-action{position:sticky;bottom:calc(72px + env(safe-area-inset-bottom));z-index:20}.sticky-summary{display:grid;gap:9px;padding:12px;background:#fffffff5;backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-2)}.sticky-summary>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.transaction-list{padding:0 16px}.transaction-row{min-height:72px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.transaction-row:last-child{border-bottom:0}.transaction-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center}.transaction-icon.in{color:var(--success);background:var(--success-bg)}.transaction-icon.out{color:var(--danger);background:var(--danger-bg)}.transaction-row>div:nth-child(2){min-width:0;display:grid;gap:3px}.transaction-row small{font-size:11px}.transaction-amount{display:grid;justify-items:end;gap:4px}.segmented{display:grid;grid-template-columns:1fr 1fr;padding:4px;border-radius:10px;background:var(--surface-subtle)}.segmented button{min-height:42px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-weight:700}.segmented button.active{background:#fff;color:var(--primary);box-shadow:var(--shadow-1)}.closing-card{display:grid;gap:14px}.closing-input input{font-family:Manrope;font-weight:800;font-size:24px}.closing-difference{display:flex;align-items:center;gap:12px;background:var(--surface-subtle);border-radius:10px;padding:12px}.closing-difference>div{flex:1;display:flex;justify-content:space-between;align-items:center;gap:10px}.alert-summary{padding:4px 14px}.alert-summary a{min-height:70px;display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.alert-summary a:last-child{border-bottom:0}.alert-summary div{min-width:0;display:grid;gap:3px}.alert-summary small{font-size:12px}.alert-summary a>span:last-child{color:var(--primary);font-size:12px;font-weight:700}.alert-dot{width:8px;height:8px;border-radius:999px}.alert-dot.warning{background:var(--warning)}.alert-dot.info{background:var(--info)}.all-good{padding:16px 0;color:var(--success);font-weight:600}.alert-list{padding:0 14px}.alert-row{min-height:76px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.alert-row:last-child{border-bottom:0}.alert-row>svg{color:var(--warning)}.alert-row>div{min-width:0;display:grid;gap:3px}.alert-row small{font-size:12px}.report-grid{display:grid;grid-template-columns:1fr;gap:12px}.report-card{display:grid;gap:8px}.report-card>span{color:var(--muted);font-size:13px}.report-card>small{line-height:18px}.report-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#e9f4ee;color:var(--primary)}.report-count{font-family:Manrope;font-size:24px}.compliance-hero small{color:#cfe8da}.check-list{display:grid;padding:4px 14px}.check-list>div{min-height:60px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:9px;border-bottom:1px solid var(--border)}.check-list>div:last-child{border-bottom:0}.check-list svg{color:var(--success)}.legal-card{display:flex;gap:12px;align-items:flex-start}.legal-card>svg{flex:0 0 auto;color:var(--primary)}.legal-card p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:19px}.profile-card{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px}.profile-card img{width:52px;height:52px;object-fit:contain;border-radius:10px}.profile-card>div{min-width:0;display:grid;gap:3px}.sync-panel{width:100%;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;text-align:left;background:var(--info-bg);color:#075985;border:1px solid #bae6fd;border-radius:12px;padding:13px}.sync-panel>div{display:grid;gap:3px}.menu-list{padding:0 14px}.menu-list a{min-height:68px;display:grid;grid-template-columns:38px 1fr 16px;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.menu-list a:last-child{border-bottom:0}.menu-list a>div{min-width:0;display:grid;gap:3px}.menu-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:var(--surface-subtle);color:var(--primary)}.empty-state{min-height:180px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:var(--muted);padding:24px 16px}.empty-state svg{color:#94a3b8}.empty-state p{max-width:360px;margin-bottom:3px;font-size:13px;line-height:19px}.helper{color:var(--subtle);font-size:13px;margin:0}.auth-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% -15%,#d8efdf,#f8faf9 44%);padding:22px 16px}.auth-card{width:min(100%,430px);background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-2);padding:20px;display:grid;gap:18px}.auth-card-wide{width:min(100%,620px)}.auth-brand{display:flex;align-items:center;gap:13px}.auth-brand img{width:64px;height:64px;object-fit:contain}.auth-brand h1{margin-bottom:2px}.auth-brand p{margin:0;color:var(--muted);font-size:13px;line-height:18px}.auth-links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:13px;color:var(--primary);font-weight:700}.boot-screen{min-height:100vh;display:grid;place-items:center;color:var(--muted);font-weight:600}@media(min-width:640px){.form-grid{grid-template-columns:1fr 1fr}.report-grid{grid-template-columns:repeat(2,1fr)}.sticky-summary{grid-template-columns:1fr minmax(220px,320px);align-items:center}}@media(min-width:900px){.app-frame{display:grid;grid-template-columns:224px 1fr}.desktop-sidebar{display:flex;position:sticky;top:0;height:100vh;flex-direction:column;padding:18px 12px;border-right:1px solid var(--border);background:#fff}.brand-block{display:flex;align-items:center;gap:10px;padding:6px 8px 18px}.brand-block img{width:42px;height:42px;object-fit:contain;border-radius:9px}.brand-block div{display:grid;gap:2px}.brand-block strong{font-family:Manrope}.brand-block span{color:var(--subtle);font-size:11px}.desktop-sidebar nav{display:grid;gap:4px}.desktop-sidebar nav a{min-height:46px;display:flex;align-items:center;gap:10px;border-radius:9px;color:var(--muted);padding:9px 11px;font-weight:600;font-size:14px}.desktop-sidebar nav a.active{background:#edf7f1;color:var(--primary)}.bottom-nav{display:none}.app-content{padding:24px 28px 40px}.topbar{padding-inline:28px}.sales-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start}.cart-panel{position:sticky;top:88px}.sticky-summary,.sticky-action{bottom:18px}.report-grid{grid-template-columns:repeat(3,1fr)}.bottom-sheet{border-radius:16px;margin-bottom:24px}.modal-backdrop{align-items:center}}@media(max-width:374px){.app-content,.topbar{padding-inline:12px}.sync-chip span{display:none}.metric-grid{grid-template-columns:1fr}.payment-methods{gap:6px}.payment-methods button{min-height:82px;font-size:11px}.compact-grid{grid-template-columns:1fr}.inventory-row{align-items:flex-start}.inventory-row .btn.compact{padding-inline:8px}}.header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.product-form{display:grid;gap:16px}.form-section-title{display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px solid var(--border)}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon>svg{position:absolute;left:12px;color:var(--subtle);pointer-events:none}.input-with-icon input{padding-left:40px}.toggle-field{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 12px;border:1px solid var(--border-strong);border-radius:8px;background:#fff}.toggle-field input{width:20px;min-height:20px;height:20px;margin:0;accent-color:var(--primary)}@media(max-width:540px){.page-header{align-items:stretch;flex-direction:column}.header-actions{justify-content:stretch}.header-actions .btn{flex:1}}.partner-list{padding:0 14px}.partner-row,.debt-row{width:100%;min-height:68px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;border:0;border-bottom:1px solid var(--border);background:transparent;text-align:left;padding:8px 0;color:var(--text)}.partner-row:last-child,.debt-row:last-child{border-bottom:0}.partner-row>div,.debt-row>div{min-width:0;display:grid;gap:3px}.partner-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:var(--surface-subtle);color:var(--primary)}.debt-summary{display:grid;gap:6px}.debt-summary>span{color:var(--muted);font-size:13px}.debt-amount{justify-items:end;text-align:right}.debt-row:hover{background:#fafcfb}.activity-list,.user-list{padding:0 14px}.activity-row,.user-row{min-height:68px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.activity-row:last-child,.user-row:last-child{border-bottom:0}.activity-row>div,.user-row>div{min-width:0;display:grid;gap:3px}.activity-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:var(--surface-subtle);color:var(--primary)}.setting-row{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:9px 0}.settings-summary{padding:0 14px}.settings-summary>div{min-height:72px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.settings-summary>div:last-child{border-bottom:0}.settings-summary>div>span{display:grid;gap:3px}.permission-matrix{display:grid;gap:0}.permission-matrix h2{padding-bottom:10px}.permission-matrix>div{display:grid;gap:3px;padding:11px 0;border-top:1px solid var(--border)}.permission-matrix>div span{color:var(--muted);font-size:13px;line-height:19px}.page-header-main{min-width:0;display:flex;align-items:flex-start;gap:10px}.page-header-main>div{min-width:0}.page-header-action{flex:0 0 auto}.back-button{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--primary);box-shadow:var(--shadow-1)}.back-button:hover{background:var(--surface-subtle)}.filter-chips button{min-height:38px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--primary);padding:7px 11px;font-size:12px;font-weight:700;white-space:nowrap}.filter-chips button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.product-row-rich,.inventory-row-rich{align-items:flex-start}.inline-unit-select{display:grid;grid-template-columns:auto minmax(120px,1fr);align-items:center;gap:8px;color:var(--subtle);font-size:12px;font-weight:600}.inline-unit-select select{min-height:36px;padding:6px 30px 6px 9px;font-size:12px}.expiry-hint,.unit-summary{color:#92400e;line-height:18px}.unit-summary{color:var(--subtle)}.inventory-badges{display:flex;flex-wrap:wrap;gap:6px}.form-section-split{justify-content:space-between;align-items:center}.form-section-split>div{display:grid;gap:2px}.unit-editor-list{display:grid;gap:12px}.unit-editor-row{display:grid;gap:10px;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-subtle)}.unit-editor-row>.btn{justify-self:start}.conversion-preview{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px dashed var(--border-strong);border-radius:8px;padding:10px 12px;color:var(--muted);font-size:13px}.conversion-preview strong{color:var(--primary)}.checkout-lines{padding-block:8px}.sales-history-list,.sale-item-list,.return-list{padding:0 14px}.sale-history-row{min-height:76px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border)}.sale-history-row:last-child{border-bottom:0}.sale-history-row:hover{background:#fafcfb}.sale-history-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:var(--surface-subtle);color:var(--primary)}.sale-history-row>div:nth-child(2),.sale-history-amount{min-width:0;display:grid;gap:3px}.sale-history-amount{justify-items:end;text-align:right}.sale-detail-summary{display:grid;gap:0}.sale-detail-summary>div{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border)}.sale-detail-summary>div:last-child{border-bottom:0}.sale-detail-summary>div>span:first-child{color:var(--muted);font-size:13px}.sale-item-row,.return-row{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding:9px 0}.sale-item-row:last-child,.return-row:last-child{border-bottom:0}.sale-item-row>div,.return-row>div{min-width:0;display:grid;gap:3px}.text-warning{color:#a65305!important}.return-editor{display:grid;gap:10px}.return-total{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.loading-card{min-height:140px;display:grid;place-items:center;color:var(--muted)}@media(max-width:540px){.page-header-action{width:100%}.page-header-action>.btn,.page-header-action>.header-actions{width:100%}.inline-unit-select{grid-template-columns:1fr}.product-row-rich,.inventory-row-rich{display:grid;grid-template-columns:48px minmax(0,1fr)}.product-row-rich .product-avatar,.inventory-row-rich .product-avatar{width:48px;height:48px;flex-basis:48px}.product-row-rich>.qty-control,.product-row-rich>.add-product,.inventory-row-rich>.btn{grid-column:1 / -1;justify-self:stretch}.product-row-rich>.qty-control{display:grid;grid-template-columns:48px 1fr 48px;width:100%}.product-row-rich>.qty-control button{width:48px}.sale-history-row{grid-template-columns:36px minmax(0,1fr)}.sale-history-amount{grid-column:2;justify-items:start;text-align:left}}.data-tool-grid{display:grid;grid-template-columns:1fr;gap:12px}.data-tool-card{display:grid;gap:9px;align-content:start}.data-tool-card>svg{color:var(--primary)}.data-tool-card p{margin:0;min-height:38px;color:var(--muted);font-size:13px;line-height:19px}.data-import-card{display:grid;gap:14px}.data-import-actions{display:flex;flex-wrap:wrap;gap:8px}.import-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.import-preview>div{min-height:72px;display:grid;place-items:center;align-content:center;gap:3px;border:1px solid var(--border);border-radius:10px;background:var(--surface-subtle)}.import-preview strong{font-family:Manrope,sans-serif;font-size:22px}.import-preview span{color:var(--muted);font-size:12px}.import-errors{display:grid;gap:5px;max-height:180px;overflow:auto;padding:10px;border-radius:8px;background:var(--danger-bg)}.import-errors small{color:#991b1b;line-height:18px}@media(min-width:760px){.data-tool-grid{grid-template-columns:repeat(3,1fr)}}.integrity-hero{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px}.integrity-hero-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px}.integrity-hero>div:nth-child(2){min-width:0;display:grid;gap:3px}.integrity-hero>div:nth-child(2)>span{color:var(--muted);font-size:13px}.integrity-hero h2{margin:0}.integrity-ok .integrity-hero-icon{color:var(--success);background:var(--success-bg)}.integrity-problem .integrity-hero-icon{color:var(--danger);background:var(--danger-bg)}.integrity-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.integrity-summary .card{display:grid;gap:6px;min-width:0}.integrity-summary svg{color:var(--primary)}.integrity-summary span{color:var(--muted);font-size:12px}.integrity-summary strong{font-family:Manrope,sans-serif;font-size:21px}.integrity-list{padding:0 14px}.integrity-row{min-height:76px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.integrity-row:last-child{border-bottom:0}.integrity-row>svg{color:var(--danger)}.integrity-row>div{min-width:0;display:grid;gap:3px}.integrity-row small{line-height:17px}@media(max-width:540px){.integrity-hero{grid-template-columns:42px minmax(0,1fr)}.integrity-hero>.badge{grid-column:2;justify-self:start}.integrity-summary{grid-template-columns:1fr}}
