:root{--bg-app: #F1F5F9;--bg-panel: #FFFFFF;--bg-card: #FFFFFF;--bg-card-hover: #F8FAFC;--border: #E2E8F0;--border-strong: #CBD5E1;--receipt-bg: #FFFFFF;--receipt-line: #E2E8F0;--receipt-text: #0F172A;--receipt-muted: #64748B;--primary: #059669;--primary-hover: #10B981;--primary-dark: #047857;--primary-glow: rgba(5, 150, 105, .14);--text-main: #0F172A;--text-muted: #475569;--text-dim: #64748B;--sidebar-bg: #0F382C;--sidebar-text: #ECFDF5;--sidebar-border: #164E3D;--danger: #DC2626;--danger-glow: rgba(220, 38, 38, .12);--warning: #D97706;--blue: #2563EB;--purple: #7C3AED;--radius: 8px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--font-caption: 13px;--font-label: 14px;--font-body: 16px;--font-control: 16px;--font-title: 20px;--font-total: 40px;--touch-size: 54px;--touch-gap: 8px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden;background-color:var(--bg-app);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--font-body);line-height:1.35;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;user-select:none;-webkit-user-select:none}button{font-family:inherit;cursor:pointer;border:none;background:none;min-height:var(--touch-size);touch-action:manipulation;user-select:none;-webkit-user-select:none;transition:transform .06s ease,filter .06s ease,background-color .12s ease,border-color .12s ease}button:active:not(:disabled){transform:scale(.97);filter:brightness(.93)}input,select,textarea{font:inherit;min-height:var(--touch-size);touch-action:manipulation}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.empty-state{grid-column:1 / -1;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--text-dim);text-align:center}.empty-state strong{color:var(--text-main);font-size:16px}.empty-state span{font-size:13px}button:disabled{cursor:not-allowed}.app-shell{display:flex!important;flex-direction:row!important;height:100dvh;width:100%;overflow:hidden;background-color:var(--bg-app)}.pos-sidebar{width:86px;height:100%;background-color:var(--sidebar-bg);display:flex;flex-direction:column;align-items:center;padding:12px 6px;flex-shrink:0;border-right:1px solid var(--sidebar-border);z-index:50;-webkit-user-select:none;user-select:none;box-shadow:2px 0 10px #00000014}.pos-main-content{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;background-color:var(--bg-app)}.pos-workspace{flex:1;display:flex!important;width:100%;height:100%;overflow:hidden;min-height:0}.top-bar{min-height:64px;height:64px!important}.top-bar__connection-compact{display:none}.hotkeys-footer{min-height:60px;height:60px!important}.cart-grid-root,.operational-panel-root,.smart-grid-root,.crm-panel-root{width:100%!important;min-width:0!important}.touch-keyboard-root button:active,.login-screen-root button:active,.operational-panel-root button:active,.pos-sidebar button:active{transform:scale(.95)}.cart-grid-root{position:relative}.cart-keypad{position:absolute;top:64px;left:0;right:0;z-index:20;box-shadow:0 12px 22px #0000002e}.modal-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:12px;overflow:auto;overscroll-behavior:contain;background:#000c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-shell__dialog{width:100%;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);outline:none;display:flex;justify-content:center}.modal-shell__dialog>div{max-width:100%!important;max-height:calc(100dvh - 24px);overflow:auto!important}.modal-shell button[aria-label]{min-width:var(--touch-size)}.modal-close-button{width:var(--touch-size);height:var(--touch-size);min-width:var(--touch-size);min-height:var(--touch-size);display:inline-flex;align-items:center;justify-content:center}.catalog-view-root{position:relative}.catalog-view-root>.touch-keyboard-root{position:absolute;left:0;right:0;bottom:0;max-height:calc(100% - 120px);overflow-y:auto;z-index:20}.split-payment-modal{height:min(90dvh,820px);max-height:calc(100dvh - 24px)!important}.split-payment-modal__body{min-height:0}.split-payment-modal__body>div{min-width:0;min-height:0}.split-payment-modal .numeric-keypad{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-height:820px){.split-payment-modal__methods{display:flex;flex-direction:column;min-width:0}.split-payment-modal__amount-entry{order:-1;margin-top:0!important;margin-bottom:12px}}.modal-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#000000b8;color:var(--text-main);font-size:15px;font-weight:700}.numeric-keypad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.numeric-keypad__key{min-height:64px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;background:var(--bg-card);color:var(--text-main);font-size:26px;font-weight:900;font-family:JetBrains Mono,monospace;transition:transform .05s ease,filter .05s ease}.numeric-keypad__key:active:not(:disabled){transform:scale(.95);filter:brightness(.9)}.numeric-keypad__key:hover,.numeric-keypad__key:focus-visible{background:var(--bg-card-hover);border-color:var(--primary)}.numeric-keypad__key--muted{color:var(--text-muted)}.numeric-keypad__key--clear{color:var(--warning)}.numeric-keypad__key--submit{color:#05080c;background:var(--primary);border-color:var(--primary)}.numeric-keypad__key:disabled{opacity:.35;cursor:not-allowed}.loading-spinner{width:18px;height:18px;border:2px solid rgba(5,8,12,.3);border-top-color:#05080c;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1499px){.top-bar{padding:0 12px!important}.top-bar__store,.top-bar__cashier{display:none!important}.top-bar__cashier-block{min-width:0;flex:1 1 auto;gap:8px!important}.top-bar__status{flex:0 0 auto;gap:6px!important}.top-bar__shift,.top-bar__clock{display:none!important}.top-bar__connection{padding:0 10px!important}.top-bar__mode{min-height:54px;padding:0 10px!important;font-size:12px!important}.top-bar__fullscreen{min-width:54px;padding:0 12px!important;justify-content:center}.top-bar__fullscreen span,.top-bar__fullscreen kbd,.top-bar__connection-full{display:none}.top-bar__connection-compact{display:inline;font-size:12px}.catalog-category-strip{flex-wrap:wrap;overflow-x:visible!important}}@media(max-width:1100px){html,body,#root{overflow:hidden!important}.crm-panel-root{grid-column:1 / -1;height:auto!important;min-height:190px;max-height:240px}}@media(max-width:800px){html,body,#root{overflow:auto}.pos-workspace{display:flex!important;flex-direction:column;overflow:auto!important}.cart-grid-root,.smart-grid-root{flex:0 0 auto!important;height:70svh!important;min-height:520px}.crm-panel-root{flex:0 0 auto;min-height:220px;max-height:none}.top-bar{height:58px!important;min-height:58px;flex-wrap:wrap;gap:8px}.top-bar>div{min-width:0;flex-wrap:wrap}.top-bar__cashier-block{min-width:0;flex:1 1 auto;flex-wrap:nowrap!important;gap:8px!important}.top-bar__cashier-block>div:first-child span{font-size:14px!important}.top-bar__status{display:flex!important;flex:0 0 auto;gap:6px!important}.top-bar__status>.top-bar__shift,.top-bar__status>.top-bar__clock{display:none!important}.top-bar__connection{padding:4px 8px!important}.top-bar__connection-full{display:none}.top-bar__connection-compact{display:inline;font-size:11px}.top-bar__fullscreen{min-width:54px;padding:4px 8px!important;justify-content:center}.top-bar__fullscreen span,.top-bar__fullscreen kbd{display:none}.top-bar__store,.top-bar__cashier{display:none!important}.top-bar__cashier-block>div:nth-child(4){display:none}.top-bar>div:last-child{margin-left:auto}.hotkeys-footer{height:auto!important;min-height:72px;flex-wrap:wrap;padding:8px 10px!important}.hotkeys-footer>div:last-child{margin-left:0!important;width:100%;justify-content:flex-start}.touch-keyboard-root{padding:8px!important}.touch-keyboard-root>div:last-child{overflow-x:auto}.touch-keyboard__row{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px!important}.touch-keyboard__row>button{width:100%;min-width:0;max-width:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#00000008}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}@keyframes freshFlash{0%{background-color:#18b67c40}to{background-color:transparent}}.flash-fresh{animation:freshFlash .5s ease-out}kbd{font-family:JetBrains Mono,monospace;font-size:11px;background:#111822;border:1px solid var(--border);color:var(--text-muted);padding:2px 6px;border-radius:4px;font-weight:600}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
