:root{--bg-app: #07090E;--bg-panel: #0F141C;--bg-card: #151C26;--bg-card-hover: #1C2634;--border: #1E2736;--border-strong: #2D3A4F;--receipt-bg: #F8F6F0;--receipt-line: #DDD8CC;--receipt-text: #171615;--receipt-muted: #6B655B;--primary: #18B67C;--primary-hover: #20CB8C;--primary-dark: #0E8259;--primary-glow: rgba(24, 182, 124, .16);--text-main: #F1F5F9;--text-muted: #94A3B8;--text-dim: #64748B;--danger: #EF4444;--danger-glow: rgba(239, 68, 68, .15);--warning: #F59E0B;--blue: #3B82F6;--purple: #8B5CF6;--radius: 8px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--touch-size: 44px}*{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:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none;min-height:var(--touch-size);touch-action:manipulation}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{min-width:0;min-height:0}.pos-workspace{display:grid!important;grid-template-columns:minmax(360px,4fr) minmax(420px,4.5fr) minmax(240px,1.5fr);min-width:0}.cart-grid-root,.smart-grid-root,.crm-panel-root{width:auto!important;min-width:0!important}.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-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:6px;margin-top:10px}.numeric-keypad__key{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:7px;background:var(--bg-card);color:var(--text-main);font-size:17px;font-weight:800}.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:1100px){html,body,#root{overflow:auto}.pos-workspace{grid-template-columns:minmax(340px,42fr) minmax(420px,58fr);overflow:auto!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:50px!important;flex-wrap:wrap;gap:8px}.top-bar>div{min-width:0;flex-wrap:wrap}.top-bar__identity{flex-wrap:nowrap!important;gap:8px!important}.top-bar__identity>div:first-child span{font-size:13px!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 span{font-size:0}.top-bar__connection span:after{content:"1C";font-size:11px}.top-bar__fullscreen{padding:4px 8px!important}.top-bar__fullscreen span,.top-bar__fullscreen kbd{display:none}.top-bar__store{display:none!important}.top-bar__identity>div:nth-child(4){display:none}.top-bar>div:last-child{margin-left:auto}.hotkeys-footer{height:auto!important;min-height:64px;flex-wrap:wrap;padding:8px 10px!important}.hotkeys-footer>div:last-child{margin-left:0!important;width:100%;justify-content:flex-start}}@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:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-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}
