:root{--accent: #2a6fb0;--accent-dark: #1f5688;--accent-soft: #eaf2fa;--bg: #ffffff;--bg-muted: #f5f6f8;--panel: #ffffff;--border: #e2e5ea;--border-strong: #cfd4db;--text: #1c2430;--text-muted: #626d7d;--ok: #1b7f4d;--ok-soft: #e7f5ed;--warn: #a76a06;--warn-soft: #fdf3e2;--danger: #b3261e;--danger-soft: #fdeceb;--radius: 10px;--shadow: 0 1px 2px rgba(20, 30, 45, .06), 0 4px 12px rgba(20, 30, 45, .06);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);font-size:15px;line-height:1.45;color:var(--text);background:var(--bg-muted);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0 0 12px;font-weight:600;line-height:1.25}h1{font-size:24px}h2{font-size:19px}h3{font-size:16px}a{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;font-size:15px;font-family:inherit;font-weight:500;border:1px solid var(--border-strong);border-radius:var(--radius);background:#fff;color:var(--text);text-decoration:none;cursor:pointer;transition:background .12s,border-color .12s;white-space:nowrap}.btn:hover:not(:disabled){background:var(--bg-muted)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:3px solid var(--accent-soft);outline-offset:1px}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-dark);border-color:var(--accent-dark)}.btn-danger{background:#fff;border-color:var(--danger);color:var(--danger)}.btn-danger:hover:not(:disabled){background:var(--danger-soft)}.btn-ghost{border-color:transparent;background:transparent}.btn-ghost:hover:not(:disabled){background:var(--bg-muted)}.btn-lg{min-height:56px;font-size:17px;padding:12px 26px}.btn-sm{min-height:34px;padding:4px 12px;font-size:14px}.btn-block{width:100%}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field>label{font-size:13px;color:var(--text-muted);font-weight:500}input[type=text],input[type=number],input[type=password],input[type=date],input[type=search],select,textarea{width:100%;min-height:44px;padding:10px 12px;font-size:15px;font-family:inherit;color:var(--text);background:#fff;border:1px solid var(--border-strong);border-radius:var(--radius)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}input[type=checkbox]{width:18px;height:18px}textarea{min-height:80px;resize:vertical}.input-lg{min-height:56px;font-size:18px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.panel-flat{box-shadow:none}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.muted{color:var(--text-muted)}.small{font-size:13px}.mono{font-variant-numeric:tabular-nums}.right{text-align:right}.center{text-align:center}.nowrap{white-space:nowrap}.grow{flex:1}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.col{display:flex;flex-direction:column;gap:12px}.grid{display:grid;gap:14px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.table-wrap{overflow-x:auto}table.data{width:100%;border-collapse:collapse;font-size:14px}table.data th,table.data td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}table.data th{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-weight:600;background:var(--bg-muted);position:sticky;top:0;z-index:1}table.data tbody tr:hover{background:#fafbfc}table.data tr.selected{background:var(--accent-soft)}table.data td.num,table.data th.num{text-align:right;font-variant-numeric:tabular-nums}.badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12.5px;font-weight:500;border:1px solid transparent;white-space:nowrap}.badge-ok{background:var(--ok-soft);color:var(--ok);border-color:#bfe3cf}.badge-warn{background:var(--warn-soft);color:var(--warn);border-color:#f0dbb4}.badge-danger{background:var(--danger-soft);color:var(--danger);border-color:#f2c4c1}.badge-info{background:var(--accent-soft);color:var(--accent-dark);border-color:#c6ddf2}.badge-muted{background:var(--bg-muted);color:var(--text-muted);border-color:var(--border)}.dot{width:8px;height:8px;border-radius:50%;background:currentColor;flex:none}.badge svg,.btn svg,.nav-item svg{flex:none}.badge svg{opacity:.9}.nav-item svg{color:var(--text-muted);transition:color .12s}.nav-item:hover svg{color:var(--text)}.nav-item.active svg{color:var(--accent)}.btn.icon-only{padding:0;width:34px;min-width:34px;min-height:34px}.icon-spin{animation:icon-spin 1.1s linear infinite}@keyframes icon-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.icon-spin{animation:none}}.product-thumb{width:40px;height:40px;object-fit:cover;border-radius:8px;border:1px solid var(--border);background:var(--bg-muted);display:block;flex:none}.product-thumb-empty{border-style:dashed}.product-image{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}.product-image-preview{width:132px;height:132px;flex:none;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-muted);display:grid;place-items:center}.product-image-preview img{width:100%;height:100%;object-fit:cover}.product-image-empty{display:grid;justify-items:center;gap:6px;color:var(--text-muted)}.chart{width:100%}.chart-empty{padding:28px 12px;text-align:center;color:var(--text-muted);font-size:13px;background:var(--bg-muted);border-radius:var(--radius)}.chart-bars{display:flex;align-items:stretch;gap:6px;padding-top:16px}.chart-bars-dense{gap:2px}.chart-bar-col{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:3px;height:100%;padding:0;border:none;background:none;font-family:inherit;cursor:default}.chart-bar-col:not(:disabled){cursor:pointer}.chart-bar-track{flex:1 1 auto;width:100%;min-height:0;display:flex;align-items:flex-end}.chart-bar-stack{position:relative;width:100%;display:flex;align-items:flex-end}.chart-bar-stack .chart-bar{height:100%}.chart-bar{width:100%;background:var(--accent);border-radius:4px 4px 0 0;min-height:0;transition:background .12s}.chart-bar-col.is-weekend .chart-bar{background:#7aa7d1}.chart-bar-col.is-peak .chart-bar{background:var(--ok)}.chart-bar-col:hover .chart-bar{background:var(--accent-dark)}.chart-bar-col.is-selected .chart-bar{background:var(--warn)}.chart-bar-value{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:3px;font-size:10px;color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none}.chart-bar-label{font-size:11px;color:var(--text-muted);white-space:nowrap}.chart-bar-sub{font-size:10px;color:var(--text-muted);opacity:.7}.rank-list{display:flex;flex-direction:column;gap:10px}.rank-row{display:flex;gap:10px;align-items:flex-start}.rank-position{width:22px;height:22px;flex:none;border-radius:6px;background:var(--bg-muted);color:var(--text-muted);font-size:12px;font-weight:600;display:grid;place-items:center}.rank-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.rank-label{display:flex;justify-content:space-between;gap:12px;font-size:13.5px}.rank-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-value{font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.rank-track{height:7px;border-radius:999px;background:var(--bg-muted);overflow:hidden}.rank-fill{display:block;height:100%;background:var(--accent);border-radius:999px}.calendar-layout{display:flex;gap:24px;flex-wrap:wrap;align-items:flex-start}.calendar-insights{flex:1 1 260px;min-width:240px}.fact-list{margin:6px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:5px;font-size:13px}.heatmap{flex:0 0 auto;width:min(100%,460px)}.heatmap-head,.heatmap-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.heatmap-head{margin-bottom:6px}.heatmap-cell{aspect-ratio:1;min-height:30px;max-height:62px;border-radius:6px;border:1px solid var(--border);background:var(--bg-muted);color:var(--text-muted);font-size:11.5px;font-family:inherit;cursor:pointer;display:grid;place-items:center}.heatmap-cell.is-empty{border:none;background:none;cursor:default}.heatmap-cell.level-1{background:#dceafa;color:var(--accent-dark)}.heatmap-cell.level-2{background:#b6d3f1;color:var(--accent-dark)}.heatmap-cell.level-3{background:#7fb0e0;color:#fff}.heatmap-cell.level-4{background:var(--accent);color:#fff;border-color:var(--accent)}.heatmap-cell.is-selected{outline:2px solid var(--warn)}.heatmap-legend{display:flex;align-items:center;gap:5px;margin-top:10px}.heatmap-key{width:16px;min-height:16px;aspect-ratio:1;cursor:default}.week-heatmap{display:flex;flex-direction:column;gap:3px}.week-heatmap-row{display:grid;grid-template-columns:34px repeat(auto-fit,minmax(0,1fr));gap:3px;align-items:center}.week-heatmap-head{margin-bottom:2px}.week-cell{height:22px;border-radius:4px;background:var(--bg-muted);border:1px solid var(--border)}.week-cell.level-1{background:#dceafa;border-color:#cfe1f7}.week-cell.level-2{background:#b6d3f1;border-color:#a6c8ec}.week-cell.level-3{background:#7fb0e0;border-color:#6ea3d8}.week-cell.level-4{background:var(--accent);border-color:var(--accent)}.share-bar{display:flex;height:14px;border-radius:999px;overflow:hidden;background:var(--bg-muted)}.share-part{display:block;height:100%}.share-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.share-legend-item{display:inline-flex;align-items:center;gap:6px}.share-dot{width:10px;height:10px;border-radius:3px;flex:none}.period-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.period-current{display:flex;flex-direction:column;min-width:200px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.notice{padding:12px 14px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-muted);margin-bottom:14px}.notice-warn{background:var(--warn-soft);border-color:#f0dbb4;color:#7a4d05}.notice-danger{background:var(--danger-soft);border-color:#f2c4c1;color:#8c1d17}.notice-ok{background:var(--ok-soft);border-color:#bfe3cf;color:#135c38}.notice-info{background:var(--accent-soft);border-color:#c6ddf2;color:var(--accent-dark)}.notice-slim{padding:7px 12px;font-size:13px;margin-bottom:0}.empty-slim{padding:14px 12px;font-size:13px}.empty{padding:36px 20px;text-align:center;color:var(--text-muted)}.modal-backdrop{position:fixed;inset:0;background:#141c2873;display:grid;place-items:center;padding:20px;z-index:100}.modal{background:#fff;border-radius:14px;width:min(640px,100%);max-height:90vh;overflow:auto;padding:22px 24px;box-shadow:0 12px 40px #0f192840}.modal-lg{width:min(900px,100%)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.modal-footer{position:sticky;bottom:-22px;display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding:12px 0;background:#fff;flex-wrap:wrap}.toasts{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:200;max-width:min(420px,calc(100vw - 36px))}.toast{padding:12px 14px;border-radius:var(--radius);background:#fff;border:1px solid var(--border);border-left:4px solid var(--accent);box-shadow:var(--shadow);animation:toast-in .16s ease-out}.toast-success{border-left-color:var(--ok)}.toast-error{border-left-color:var(--danger)}.toast-warn{border-left-color:var(--warn)}.toast-title{font-weight:600;margin-bottom:2px}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.app{display:grid;grid-template-columns:224px 1fr;grid-template-rows:56px 1fr;grid-template-areas:"sidebar header" "sidebar main";height:100%}.app-header{grid-area:header;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px;background:#fff;border-bottom:1px solid var(--border)}.app-sidebar{grid-area:sidebar;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto}.app-main{grid-area:main;overflow:auto;padding:18px}.brand{display:flex;align-items:center;gap:10px;padding:14px 16px;font-weight:600;border-bottom:1px solid var(--border)}.brand-logo{width:30px;height:30px;border-radius:9px;overflow:hidden;display:grid;place-items:center;flex:none}.brand-logo img{width:100%;height:100%;object-fit:cover;display:block}.brand-logo-lg{width:44px;height:44px;border-radius:12px}.nav{padding:8px;display:flex;flex-direction:column;gap:2px}.nav-group-title{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:12px 10px 4px}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:var(--text);text-decoration:none;font-size:14.5px}.nav-item:hover{background:var(--bg-muted)}.nav-item.active{background:var(--accent-soft);color:var(--accent-dark);font-weight:600}.nav-badge{margin-left:auto;background:var(--danger);color:#fff;border-radius:999px;padding:0 7px;font-size:11px;line-height:18px;min-width:18px;text-align:center}.sidebar-footer{margin-top:auto;padding:12px;border-top:1px solid var(--border)}.pos{display:grid;grid-template-columns:minmax(0,1fr) clamp(360px,30vw,460px);gap:14px;height:100%;min-height:0;align-items:stretch}.pos-cart{display:flex;flex-direction:column;gap:12px;min-height:0;min-width:0}.pos-panels{flex:1;min-height:0;min-width:0;display:grid;grid-template-rows:minmax(0,2fr) minmax(0,1fr);gap:10px}.pos-panels.is-empty{grid-template-rows:minmax(0,1fr) auto}.pos-showcase{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;gap:10px}.pos-showcase-scroll{flex:1;min-height:0;overflow:auto;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:10px}.pos-cart-table{min-height:0;min-width:0;overflow:auto}.pos-receipt{display:flex;flex-direction:column;min-height:0;min-width:0;padding:12px;gap:10px}.pos-receipt-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pos-receipt-head h2{margin:0;font-size:17px}.receipt-list{display:flex;flex-direction:column;gap:6px;min-width:0}.receipt-line{min-width:0;border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--radius);padding:7px 9px;background:#fff;cursor:pointer;transition:border-color .12s,background .12s}.receipt-line:hover{border-color:var(--border-strong)}.receipt-line.is-active{border-left-color:var(--accent);background:var(--accent-soft)}.receipt-line.is-shortage{border-left-color:var(--danger)}.receipt-line-head{display:flex;align-items:baseline;gap:8px}.receipt-index{flex:none;min-width:20px;font-size:12px;font-weight:700;color:var(--text-muted)}.receipt-name{flex:1;min-width:0;font-size:15px;font-weight:600;line-height:1.25}.receipt-sum{flex:none;font-size:17px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.receipt-line-meta{order:3;flex:1 0 100%;display:flex;align-items:center;flex-wrap:wrap;gap:4px 8px;min-width:0;font-size:12px;line-height:1.35;color:var(--text-muted);overflow-wrap:anywhere}.receipt-line-meta .badge{white-space:nowrap}.receipt-line-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0;margin:6px 0 0 26px}.receipt-line .qty-control{flex:none}.receipt-line .qty-btn{width:30px;height:30px;min-width:30px}.receipt-line .qty-control input{width:46px;height:30px}.receipt-line-buttons{display:flex;align-items:center;gap:6px;flex:none;margin-left:auto}.receipt-remove:hover{color:var(--danger);border-color:#f2c4c1}.pos-side .pos-context{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:7px 12px;font-size:12px;line-height:1.4}.pos-total-panel{padding:12px}.totals-main{align-items:baseline}.totals-details{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:8px}.product-tile{display:flex;flex-direction:column;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:#fff;cursor:pointer;overflow:hidden;text-align:left;font-family:inherit;transition:border-color .12s,box-shadow .12s,transform .06s}.product-tile:hover{border-color:var(--accent);box-shadow:var(--shadow)}.product-tile:active{transform:scale(.985)}.product-tile:focus-visible{outline:3px solid var(--accent-soft);outline-offset:1px}.product-tile-media{position:relative;display:grid;place-items:center;aspect-ratio:5 / 4;background:var(--bg-muted);overflow:hidden}.product-tile-media img{width:100%;height:100%;object-fit:cover}.product-tile-name{padding:8px;font-size:14px;font-weight:600;line-height:1.25;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-tile-foot{display:flex;align-items:baseline;justify-content:space-between;gap:5px;flex-wrap:wrap}.product-tile-stock{flex:none;font-size:11px;font-weight:600;color:var(--text-muted);white-space:nowrap}.product-tile-stock.is-low{color:var(--danger)}.product-tile-body{padding:6px 8px 8px;display:flex;flex-direction:column;gap:2px}.product-tile-title{font-size:13px;line-height:1.3;color:var(--text);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-tile-price{font-size:13.5px;font-weight:700;font-variant-numeric:tabular-nums}.product-tile-skeleton{aspect-ratio:4 / 5;background:linear-gradient(90deg,#eef0f3 25%,#f6f7f9 37%,#eef0f3 63%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite;border:none}.category-chips{display:flex;flex-wrap:nowrap;gap:6px;overflow-x:auto;scrollbar-width:thin;padding-bottom:2px}.chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;padding:5px 11px;font-size:13px;border:1px solid var(--border-strong);border-radius:999px;background:#fff;color:var(--text);font-family:inherit;font-size:14px;white-space:nowrap;cursor:pointer;flex:none}.chip:hover{background:var(--bg-muted)}.chip.active{background:var(--accent);border-color:var(--accent);color:#fff}.chip.active .chip-count{background:#ffffff3d;color:#fff}.chip-count{font-size:11.5px;font-weight:600;padding:0 6px;border-radius:999px;background:var(--bg-muted);color:var(--text-muted)}.search-results{border:1px solid var(--border);border-radius:var(--radius);background:#fff;max-height:320px;overflow:auto;box-shadow:var(--shadow)}.search-item{display:flex;justify-content:space-between;gap:12px;padding:10px 14px;cursor:pointer;border-bottom:1px solid var(--border)}.search-item:last-child{border-bottom:none}.search-item:hover,.search-item.active{background:var(--accent-soft)}.pos-side{display:grid;grid-template-rows:minmax(0,1fr) auto auto;gap:12px;min-height:0;min-width:0}.pos-actions{margin-top:16px}.totals{display:flex;flex-direction:column;gap:8px}.totals-row{display:flex;justify-content:space-between;align-items:baseline}.totals-total{font-size:30px;font-weight:700;font-variant-numeric:tabular-nums}.qty-control{display:inline-flex;align-items:center;gap:4px}.qty-control input{width:78px;min-height:36px;text-align:center;padding:4px}.qty-btn{width:34px;height:36px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:8px;background:#fff;color:var(--text);cursor:pointer;line-height:1}.qty-btn:hover{background:var(--bg-muted)}.kpi{display:flex;flex-direction:column;gap:4px;min-width:0}.kpi-label{font-size:12.5px;color:var(--text-muted)}.kpi-value{font-size:clamp(17px,2.1vw,24px);font-weight:600;font-variant-numeric:tabular-nums;line-height:1.2;overflow-wrap:anywhere}.kpi-hint{font-size:12px;color:var(--text-muted)}.hotkeys{font-size:12.5px;color:var(--text-muted);display:flex;gap:14px;flex-wrap:wrap}kbd{font-family:inherit;font-size:11.5px;border:1px solid var(--border-strong);border-bottom-width:2px;border-radius:5px;padding:1px 5px;background:var(--bg-muted)}.login-screen{min-height:100%;display:grid;place-items:center;padding:20px;background:var(--bg-muted)}.login-card{width:min(420px,100%)}.account-picker{position:relative;margin-bottom:14px}.account-picker-title{display:flex;align-items:center;gap:7px;margin-bottom:8px;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.account-trigger{display:flex;align-items:center;gap:11px;width:100%;padding:9px 12px;border:1px solid var(--border-strong);border-radius:14px;background:#fff;font-family:inherit;text-align:left;cursor:pointer}.account-trigger:hover:not(:disabled){border-color:var(--accent)}.account-trigger.is-open{border-color:var(--accent)}.account-trigger-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.account-placeholder{color:var(--text-muted);font-size:14px}.account-dropdown{position:absolute;z-index:5;left:0;right:0;margin-top:6px;padding:10px;border:1px solid var(--border-strong);border-radius:14px;background:#fff;box-shadow:0 12px 30px #0f172a24}.account-dropdown-title{margin-bottom:8px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.account-list{display:flex;flex-direction:column;gap:6px;max-height:260px;overflow:auto}.account-row{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;font-family:inherit;text-align:left;cursor:pointer}.account-row:hover:not(:disabled){border-color:var(--accent)}.account-row.active{border-color:var(--accent);background:var(--accent-soft)}.account-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;font-size:15px;font-weight:700;flex:0 0 auto}.account-info{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1 1 auto}.account-name{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:600}.account-role{font-size:10.5px;font-weight:600;padding:1px 7px;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark)}.account-login{font-size:12px;color:var(--text-muted)}.login-field{margin-bottom:14px}.password-box{display:flex;align-items:center;gap:9px;padding:0 8px 0 12px;border:1px solid var(--border-strong);border-radius:14px;background:#fff;color:var(--text-muted)}.password-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.password-box input{flex:1 1 auto;min-width:0;border:none;background:transparent;padding:12px 0;font-size:18px;color:var(--text);letter-spacing:.14em}.password-box input::placeholder{letter-spacing:normal;font-size:15px}.password-box input:focus{outline:none;border:none;box-shadow:none}.field-hint{margin-top:5px;font-size:12px;color:var(--text-muted)}.receipt{--receipt-width: 80mm;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.4;background:#fff;color:#000;padding:10px 14px;border:1px dashed var(--border-strong);width:100%;max-width:var(--receipt-width);margin:0 auto}.receipt[data-width="58"]{font-size:11.5px;padding:8px 10px}.receipt hr{border:none;border-top:1px dashed #999;margin:6px 0}.receipt-row{display:flex;justify-content:space-between;gap:8px}.receipt-center{text-align:center}.receipt-total{font-size:16px;font-weight:700}.receipt-note{font-size:11px;opacity:.75}.receipt-picker{margin-top:6px}.receipt-picker-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.receipt-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:8px;max-height:320px;overflow:auto;padding:2px}.receipt-card{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;font-family:inherit;text-align:left;cursor:pointer}.receipt-card:hover{border-color:var(--accent)}.receipt-card.active{border-color:var(--accent);background:var(--accent-soft)}.receipt-card-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.receipt-card-when{font-size:13.5px;font-weight:600}.receipt-card-sum{font-size:15px}.receipt-card-items{font-size:12.5px;color:var(--text-muted);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.receipt-card-meta{font-size:11px}.offline-checks{display:flex;flex-direction:column;gap:8px;margin:12px 0}.offline-check{display:flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid var(--border);border-left:3px solid #b4452f;border-radius:var(--radius);background:var(--bg-muted);font-size:13px}.offline-check.is-ok{border-left-color:#1f8b56}.offline-check svg{flex:none}.stores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}.store-card{display:flex;flex-direction:column;gap:12px}.store-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.store-figures{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-muted)}.store-figures strong{display:block;font-size:15px}.store-people-list{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:4px;font-size:12.5px}.store-person{white-space:nowrap}.store-actions{flex-wrap:wrap}.danger-text{color:#b4452f;font-weight:600}.panel-inset{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--bg-muted)}.ok-text{color:var(--ok);font-weight:600}.btn-alarm{border-color:#e3a79a;color:#8c1d17}.transfer-number{display:flex;flex-direction:column;gap:3px;align-items:center;margin-bottom:14px;padding:14px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg-muted);text-align:center}.transfer-number-value{font-size:clamp(22px,3.4vw,34px);font-weight:700;letter-spacing:.02em;overflow-wrap:anywhere}.bank-choice{display:flex;flex-wrap:wrap;gap:8px}.bank-choice .btn{flex:1 1 140px}body.osk-open .app-main{padding-bottom:var(--osk-height, 300px)}body.osk-open .modal-backdrop{place-items:start center;padding:2vh 16px calc(var(--osk-height, 300px) + 10px);overflow:auto}body.osk-open .modal{max-height:calc(100vh - var(--osk-height, 300px) - 5vh)}body.osk-open .login-screen{align-items:flex-start;padding-top:3vh;padding-bottom:calc(var(--osk-height, 300px) + 10px)}.osk{--osk-key: #fff;--osk-key-border: #cfd4db;display:flex;flex-direction:column;gap:8px;padding:10px 12px 12px;background:#eef1f5;border-top:1px solid var(--border-strong);box-shadow:0 -8px 26px #0f172a24;-webkit-user-select:none;user-select:none}.osk-docked{position:fixed;left:0;right:0;bottom:0;z-index:200;max-height:62vh;overflow:auto}.osk-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:22px}.osk-title{font-size:12.5px;font-weight:600;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.osk-hide{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid var(--osk-key-border);border-radius:9px;background:var(--osk-key);font-family:inherit;font-size:12.5px;color:var(--text-muted);cursor:pointer}.osk-key{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:52px;padding:0 12px;border:1px solid var(--osk-key-border);border-radius:11px;background:var(--osk-key);font-family:inherit;font-size:18px;font-weight:600;color:var(--text);cursor:pointer;touch-action:manipulation;transition:transform .05s,background .1s}.osk-key:active{transform:translateY(1px);background:var(--accent-soft)}.osk-key-action{font-size:14px;font-weight:600;color:var(--text-muted);background:#e3e7ee}.osk-key-action.is-on{background:var(--accent);border-color:var(--accent);color:#fff}.osk-key-muted{font-size:16px;color:var(--text-muted)}.osk-key-enter{background:var(--accent);border-color:var(--accent);color:#fff;font-size:15px}.osk-key-enter:active{background:var(--accent-dark)}.osk-pad{display:flex;gap:10px;justify-content:center}.osk-numpad{display:grid;grid-template-columns:repeat(3,minmax(72px,108px));gap:8px}.osk-numpad .osk-key{min-height:58px;font-size:22px}.osk-side{display:grid;grid-template-rows:repeat(4,1fr);gap:8px;min-width:132px}.osk-side .osk-key{min-height:58px}.osk-text{display:flex;flex-direction:column;gap:7px}.osk-row{display:flex;gap:6px;justify-content:center}.osk-row .osk-key{flex:1 1 0;min-width:0;padding:0 4px}.osk-key-num{font-size:16px}.osk-key-space{flex:4 1 0;font-size:14px;color:var(--text-muted)}.osk-row-bottom .osk-key{min-height:48px}@media(min-width:1100px){.osk-docked{padding-left:4vw;padding-right:4vw}}@media(max-width:720px){.osk-key{min-height:46px;font-size:16px}.osk-numpad{grid-template-columns:repeat(3,minmax(58px,1fr))}.osk-side{min-width:104px}.osk-side .osk-key{min-height:46px;font-size:13px}}.dashboard .panel-title h2{font-size:15px}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}@media(min-width:1280px){.kpi-row{grid-template-columns:repeat(8,minmax(0,1fr))}}.kpi-card{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;min-width:0}.kpi-card-head{display:flex;align-items:center;gap:7px;min-width:0}.kpi-card-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--accent-soft);color:var(--accent-dark, #1c5cab);flex:0 0 auto}.kpi-card-label{font-size:12px;color:var(--text-muted);line-height:1.2}.kpi-card-value{font-size:clamp(15px,1.35vw,21px);font-weight:700;white-space:nowrap}.kpi-card-change{font-size:11.5px;font-weight:600}.kpi-card-change.is-good{color:#0a7d3f}.kpi-card-change.is-bad{color:#b4452f}.kpi-card-change.is-flat{color:var(--text-muted);font-weight:400}.kpi-card-hint{font-size:11px;color:var(--text-muted)}.dashboard-charts{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr);gap:12px}.dashboard-bottom{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(0,1.1fr) minmax(0,1.15fr);gap:12px}.viz{display:flex;flex-direction:column;gap:8px}.viz-legend{display:flex;flex-wrap:wrap;gap:14px;font-size:12px;color:var(--text-muted)}.viz-legend-item{display:inline-flex;align-items:center;gap:6px}.viz-swatch{width:10px;height:10px;border-radius:3px;flex:0 0 auto}.viz-plot{position:relative}.viz-plot svg{width:100%;height:260px;display:block;overflow:visible}.viz-grid{stroke:var(--border);stroke-width:1}.viz-axis{fill:var(--text-muted);font-size:10px}.viz-crosshair{stroke:var(--border-strong);stroke-width:1;stroke-dasharray:3 3}.viz-line{fill:none;stroke-width:2;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.viz-dot{stroke:#fff;stroke-width:2}.viz-tooltip{position:absolute;top:8px;transform:translate(8px);min-width:210px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 6px 18px #0f172a1f;pointer-events:none;z-index:2}.viz-tooltip[data-side=left]{transform:translate(calc(-100% - 8px))}.viz-tooltip-title{font-size:12px;font-weight:600;margin-bottom:5px}.viz-tooltip-row{display:flex;align-items:center;gap:7px;font-size:12px}.viz-tooltip-row strong{margin-left:auto}.viz-donut{display:flex;flex-direction:column;gap:12px;align-items:center}.viz-donut-ring{position:relative;width:170px}.viz-donut-ring svg{width:100%;display:block}.viz-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center}.viz-donut-center strong{font-size:15px}.viz-donut-legend{width:100%;display:flex;flex-direction:column;gap:7px}.viz-donut-row{display:flex;align-items:center;gap:8px;font-size:12px}.viz-donut-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viz-donut-share{color:var(--text-muted)}.viz-bars{display:flex;align-items:flex-end;gap:8px}.viz-bar-col{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;height:100%}.viz-bar-value{font-size:10.5px;color:var(--text-muted);white-space:nowrap}.viz-bar-track{flex:1;width:100%;display:flex;align-items:flex-end}.viz-bar-fill{width:100%;border-radius:4px 4px 0 0}.viz-bar-label{width:100%;overflow-wrap:break-word;font-size:10px;color:var(--text-muted);text-align:center;line-height:1.15;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dashboard .data .num{white-space:nowrap}.dashboard .data{font-size:12.5px}.dashboard .data td,.dashboard .data th{padding:7px 8px}.movement-item{display:flex;align-items:center;gap:9px;min-width:0}.movement-photo{width:34px;height:34px;border-radius:7px;object-fit:cover;flex:0 0 auto}.loss-amount{color:#b4452f;font-weight:600}.rank-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.rank-list li{display:flex;align-items:center;gap:10px;font-size:13px}.rank-place{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:var(--bg-muted);font-size:11.5px;font-weight:700;color:var(--text-muted);flex:0 0 auto}.rank-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-value{font-weight:600;white-space:nowrap}.problem-tag{font-size:11.5px;font-weight:600;padding:2px 8px;border-radius:999px;white-space:nowrap}.problem-loss{background:#fdeceb;color:#8c1d17}.problem-return{background:#fdf3e2;color:#7a4d05}.problem-slow{background:var(--bg-muted);color:var(--text-muted)}.stock-board{display:flex;flex-direction:column;gap:12px}.warehouse-switch{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.warehouse-card{display:flex;flex-direction:column;gap:2px;padding:12px 14px;border:1px solid var(--border);border-left:4px solid var(--border-strong);border-radius:var(--radius);background:#fff;font-family:inherit;text-align:left;cursor:pointer;transition:border-color .12s,box-shadow .12s,transform .12s}.warehouse-card:hover:not(:disabled){border-color:var(--accent);transform:translateY(-1px)}.warehouse-switch.is-single{grid-template-columns:minmax(200px,320px)}.warehouse-card:disabled{cursor:default;opacity:1;color:inherit}.warehouse-card.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft) inset}.warehouse-card.kind-storage{border-left-color:#2f6fb0}.warehouse-card.kind-retail{border-left-color:#1f8b56}.warehouse-card.kind-defect{border-left-color:#b4452f}.warehouse-card-head{display:flex;align-items:center;gap:7px;color:var(--text-muted)}.warehouse-card-name{font-size:13px;font-weight:600;color:var(--text)}.warehouse-card-figure{font-size:26px;font-weight:700;line-height:1.1}.warehouse-card-hint{font-size:11.5px;color:var(--text-muted)}.warehouse-card-money{font-size:12.5px;font-weight:600;color:var(--text-muted)}.stock-board-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.stock-board-sort{min-height:38px;width:auto;flex:0 0 auto}.stock-board-summary{display:flex;gap:16px;flex-wrap:wrap}.warn-text{color:var(--warn, #9a6400)}.goods-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.goods-tile{display:flex;flex-direction:column;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:#fff;font-family:inherit;text-align:left;cursor:pointer;overflow:hidden;transition:border-color .12s,transform .12s}.goods-tile:hover{border-color:var(--accent);transform:translateY(-1px)}.goods-tile.is-low{border-color:#d9a441}.goods-tile-media{position:relative;display:grid;place-items:center;aspect-ratio:4 / 3;background:var(--bg-muted);overflow:hidden}.goods-tile-media img{width:100%;height:100%;object-fit:cover}.goods-tile-big{padding:8px;font-size:15px;font-weight:700;line-height:1.22;text-align:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.goods-card-nophoto{padding:10px;font-size:17px;font-weight:700;text-align:center;line-height:1.25}.goods-tile-qty{position:absolute;right:6px;bottom:6px;padding:2px 8px;border-radius:999px;background:#111827d1;color:#fff;font-size:12.5px;font-weight:700}.goods-tile-qty.is-low{background:#b4452f}.goods-tile-name{padding:8px 9px 0;font-size:13.5px;font-weight:600;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.goods-tile-foot{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 9px 9px}.goods-tile-price{font-size:13px;font-weight:600}.goods-tile-flag{font-size:11px;font-weight:600;color:#8a5b00}.goods-card{display:flex;gap:14px;align-items:flex-start}.goods-card-photo{flex:0 0 132px;width:132px;height:132px;display:grid;place-items:center;border-radius:var(--radius);overflow:hidden;font-size:34px;font-weight:700}.goods-card-photo img{width:100%;height:100%;object-fit:cover}.goods-card-info{display:flex;flex-direction:column;gap:4px;min-width:0}.goods-card-price{font-size:22px;font-weight:700}.goods-card-places{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.goods-place{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border:1px solid var(--border);border-left:3px solid var(--border-strong);border-radius:var(--radius);background:var(--bg-muted);min-width:120px}.goods-place.kind-storage{border-left-color:#2f6fb0}.goods-place.kind-retail{border-left-color:#1f8b56}.goods-place.kind-defect{border-left-color:#b4452f}.goods-place-name{font-size:11.5px;color:var(--text-muted)}.warehouse-tabs{display:flex;flex-wrap:wrap;gap:6px}.stock-picker{margin-top:12px}.stock-picker-head{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.stock-picker-search{flex:1 1 260px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--border-strong);border-radius:var(--radius);background:#fff}.stock-picker-search input{border:none;padding:10px 0;min-height:40px;flex:1}.stock-picker-search input:focus{outline:none}.stock-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;max-height:340px;overflow:auto;padding:2px}.stock-tile{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:8px;min-height:74px;padding:9px 10px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;font-family:inherit;text-align:left;cursor:pointer}.stock-tile:hover{border-color:var(--accent)}.stock-tile.is-picked{border-color:var(--accent);background:var(--accent-soft)}.stock-tile-name{font-size:13.5px;font-weight:600;line-height:1.25}.stock-tile-foot{display:flex;justify-content:space-between;gap:6px;font-size:12px}.stock-tile-stock{font-weight:600;color:var(--text-muted)}.stock-tile-check{position:absolute;top:6px;right:6px;color:var(--accent)}.item-picker{margin-top:12px}.item-picker .row{align-items:center}.transfer-route{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.transfer-route .field{flex:1 1 220px;margin:0}.adjust-card{display:flex;flex-direction:column;gap:12px;margin:14px 0;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-muted)}.adjust-preview{font-size:15px}.invoice{background:#fff;color:#000}.invoice-org{font-size:13px;color:var(--text-muted)}.invoice-title{margin:4px 0;font-size:19px}.invoice-route{display:flex;align-items:center;gap:18px;margin:14px 0;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius)}.invoice-table{margin-top:8px}.invoice-signs{display:flex;gap:40px;margin-top:32px}.invoice-signs>div{flex:1}.invoice-sign-line{border-bottom:1px solid #000;height:28px;margin-bottom:4px}.sidebar-toggle{margin-left:auto;flex:none}.app.is-rail{grid-template-columns:64px 1fr}.app.is-rail .brand{justify-content:center;padding:14px 8px;gap:0}.app.is-rail .brand-name{display:none}.app.is-rail .sidebar-toggle{margin:0;position:absolute;left:14px;top:58px}.app.is-rail .nav{padding:8px 6px}.app.is-rail .nav-item{justify-content:center;padding:10px 0;gap:0}.app.is-rail .nav-label,.app.is-rail .nav-group-title,.app.is-rail .sidebar-footer{display:none}.app.is-rail .nav-badge{position:absolute;top:4px;right:8px}.app.is-rail .nav-item{position:relative}.app.is-rail .app-sidebar{position:relative;padding-top:34px}.tag-sheet-wrap{overflow-x:auto;padding:4px 0}.tag-sheet{display:flex;flex-wrap:wrap;gap:3mm;width:198mm;background:#fff}.price-tag{box-sizing:border-box;border:.3mm solid #b9c0cb;border-radius:1mm;padding:1.5mm 2mm;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:#fff;color:#000;break-inside:avoid;page-break-inside:avoid}.price-tag-name{font-size:3mm;line-height:1.15;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price-tag-price{display:flex;align-items:baseline;gap:1mm;flex-wrap:wrap}.price-tag-value{font-size:8mm;font-weight:800;line-height:1;letter-spacing:-.02em}.price-tag-currency{font-size:3mm;font-weight:600}.price-tag-old{font-size:4mm;text-decoration:line-through;opacity:.7;width:100%}.price-tag-foot{display:flex;justify-content:space-between;gap:2mm;font-size:2.4mm;opacity:.75}.price-tag--promo{padding:6mm 8mm;border-width:.5mm}.price-tag--promo .price-tag-name{font-size:9mm;-webkit-line-clamp:3}.price-tag--promo .price-tag-value{font-size:34mm}.price-tag--promo .price-tag-currency{font-size:8mm}.price-tag--promo .price-tag-old{font-size:10mm;width:auto}.price-tag--promo .price-tag-foot{font-size:4mm}.price-tag-badge{align-self:flex-start;background:#b3261e;color:#fff;font-size:6mm;font-weight:800;letter-spacing:.1em;padding:1mm 3mm;border-radius:1mm}@media print{@page{margin:10mm}body.printing-node *{visibility:hidden!important}body.printing-node .print-target,body.printing-node .print-target *{visibility:visible!important}body.printing-node .print-target{position:absolute!important;left:0;top:0;width:100%;max-height:none!important;overflow:visible!important;border:none!important;box-shadow:none!important;background:#fff!important}body.printing-node .print-target .table-wrap,body.printing-node .print-target .modal,body.printing-node .print-target .panel{max-height:none!important;overflow:visible!important;border:none!important;box-shadow:none!important}body.printing-node .print-target .no-print,body.printing-node .print-target button{display:none!important}table.data{font-size:11px}table.data thead{display:table-header-group}table.data tr{break-inside:avoid}body.printing-node .print-target.receipt{width:var(--receipt-width);max-width:var(--receipt-width);margin:0;padding:0;border:none!important;font-size:12px}body.printing-node .print-target.receipt[data-width="58"]{font-size:11px}body.printing-node .print-target.tag-sheet{width:auto;gap:3mm;background:#fff!important}body.printing-node .print-target .price-tag{border-color:#999!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media(max-width:1080px){.pos{grid-template-columns:1fr;grid-template-rows:minmax(0,1.3fr) minmax(0,1fr);height:100%;gap:10px}.pos-showcase-scroll{padding:8px;scroll-snap-type:y proximity}.product-tile{scroll-snap-align:start}.dashboard-charts,.dashboard-bottom{grid-template-columns:minmax(0,1fr)}.kpi-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:7px}.kpi-card{padding:9px 10px}.viz-plot svg{height:220px}.goods-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:7px}.goods-tile-name{font-size:12.5px}.goods-tile-big{font-size:13px;padding:6px}.warehouse-switch{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:7px}.warehouse-card{padding:9px 10px}.warehouse-card-figure{font-size:21px}.goods-card{flex-direction:column}.goods-card-photo{flex:0 0 auto;width:100%;height:150px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:6px}.product-tile-media{aspect-ratio:3 / 2}.product-tile-name{font-size:12.5px;padding:6px;-webkit-line-clamp:3}.product-tile-price{font-size:12.5px}.product-tile-body{padding:5px 6px 6px}.pos-side{grid-template-rows:minmax(0,1fr) auto}.pos-side>.panel:last-child{display:none}.pos-side>.panel:nth-child(2){display:flex;align-items:center;gap:16px;padding:8px 12px;flex-wrap:wrap}.totals{flex-direction:row;align-items:center;gap:14px;flex:1;flex-wrap:nowrap}.totals hr{display:none}.totals-row{flex-direction:row;align-items:baseline;gap:8px;white-space:nowrap}.totals-main{gap:10px}.totals-details{flex-direction:row;gap:12px;font-size:12px}.totals-total{font-size:22px}.pos-actions{margin-top:0;flex-direction:row;align-items:center;gap:8px}.pos-actions .btn-block{width:auto;min-width:190px}.pos-side .notice{margin:0;flex-basis:100%}}@media(max-width:860px){.app,.app.is-rail{grid-template-columns:1fr;grid-template-rows:56px auto 1fr;grid-template-areas:"header" "sidebar" "main"}.app.is-rail .brand{justify-content:flex-start;padding:8px 12px;gap:10px}.app.is-rail .brand-name{display:block}.app.is-rail .nav-label{display:inline}.app.is-rail .nav-item{justify-content:flex-start;padding:7px 10px;gap:8px}.app.is-rail .app-sidebar{padding-top:0}.sidebar-toggle{display:none}.app-sidebar{border-right:none;border-bottom:1px solid var(--border)}.brand{padding:8px 12px;font-size:14px}.brand-logo{width:24px;height:24px}.brand-logo-lg{width:38px;height:38px}.nav{flex-direction:row;flex-wrap:wrap;padding:6px;gap:4px}.nav-item{padding:7px 10px;min-height:36px;font-size:14px}.nav-group-title,.sidebar-footer,.totals-details{display:none}.product-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr))}.pos-actions .btn-block{min-width:150px}.totals-total{font-size:21px}}.skeleton{background:linear-gradient(90deg,#eef0f3 25%,#f6f7f9 37%,#eef0f3 63%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite;border-radius:6px;height:14px}@keyframes shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.bar-chart{display:flex;align-items:flex-end;gap:6px;height:140px;padding-top:10px}.bar-chart-col{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;min-width:0}.bar-chart-bar{width:100%;background:var(--accent);border-radius:4px 4px 0 0;min-height:2px}.bar-chart-label{font-size:10.5px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
