.layout-module__R50xlG__container{--pos-bg:#0c0b10;--pos-surface:#16141ceb;--pos-surface-elevated:#1e1b26;--pos-surface-hover:#2a2635;--pos-border:#ffffff12;--pos-border-active:#e8a83866;--pos-text:#f5f0e8;--pos-text-muted:#9a9490;--pos-accent:#e8a838;--pos-accent-gradient:linear-gradient(135deg, #e8a838 0%, #c47d1a 100%);--pos-success:#34d399;--pos-success-gradient:linear-gradient(135deg, #34d399 0%, #059669 100%);--pos-warning:#f59e0b;--pos-danger:#f43f5e;--pos-purple:#a78bfa;--pos-purple-gradient:linear-gradient(135deg, #a78bfa 0%, #7c3aed 100%);--pos-cyan:#22d3ee;--pos-glass:#16141ce0;--pos-shadow:0 10px 40px -10px #0009;--pos-glow-gold:0 0 30px #e8a83814;background-color:var(--pos-bg);min-height:100vh;color:var(--pos-text);direction:rtl;background-image:radial-gradient(at 10% 0,#e8a8380a 0,#0000 50%),radial-gradient(at 90% 100%,#a78bfa08 0,#0000 50%);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.layout-module__R50xlG__container ::-webkit-scrollbar{width:5px;height:5px}.layout-module__R50xlG__container ::-webkit-scrollbar-track{background:0 0}.layout-module__R50xlG__container ::-webkit-scrollbar-thumb{background:#e8a83826;border-radius:4px}.layout-module__R50xlG__container ::-webkit-scrollbar-thumb:hover{background:#e8a8384d}.layout-module__R50xlG__sidebar{background:var(--pos-glass);-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--pos-border);z-index:100;flex-direction:column;flex-shrink:0;width:240px;display:flex}.layout-module__R50xlG__logo{border-bottom:1px solid var(--pos-border);letter-spacing:-.02em;height:68px;color:var(--pos-accent);background:linear-gradient(#e8a8380a 0%,#0000 100%);align-items:center;gap:10px;padding:0 22px;font-size:1.1rem;font-weight:800;display:flex}.layout-module__R50xlG__nav{flex-direction:column;flex:1;gap:4px;padding:16px 10px;display:flex}.layout-module__R50xlG__navLink{color:var(--pos-text-muted);border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:11px 16px;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.layout-module__R50xlG__navLink:hover{background:var(--pos-surface-hover);color:var(--pos-text);transform:translate(-2px)}.layout-module__R50xlG__navLinkActive{color:var(--pos-accent);background:linear-gradient(135deg,#e8a83824 0%,#e8a8380a 100%);border:1px solid #e8a83833;box-shadow:0 2px 16px #e8a8381a}.layout-module__R50xlG__navLinkActive:hover{color:var(--pos-accent);background:linear-gradient(135deg,#e8a83833 0%,#e8a83814 100%)}.layout-module__R50xlG__footer{border-top:1px solid var(--pos-border);background:#0003;justify-content:space-between;align-items:center;margin-top:auto;padding:16px 18px;display:flex}.layout-module__R50xlG__statusWrapper{color:var(--pos-text-muted);align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex}.layout-module__R50xlG__statusDot{background-color:var(--pos-success);border-radius:50%;width:9px;height:9px;animation:2s infinite layout-module__R50xlG__pulseDot;display:inline-block;box-shadow:0 0 10px #34d39980}@keyframes layout-module__R50xlG__pulseDot{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.layout-module__R50xlG__logoutBtn{color:#fb7185;cursor:pointer;background:#f43f5e14;border:1px solid #f43f5e33;border-radius:8px;padding:5px 12px;font-size:.82rem;font-weight:600;transition:all .2s}.layout-module__R50xlG__logoutBtn:hover{background:#f43f5e2e;border-color:#f43f5e73}.layout-module__R50xlG__installBanner{background:var(--pos-accent-gradient);color:#1a1004;border-radius:10px;justify-content:space-between;align-items:center;margin:10px;padding:10px 14px;font-size:.82rem;font-weight:700;display:flex;box-shadow:0 4px 15px #e8a83840}.layout-module__R50xlG__installBtn{color:#fff;cursor:pointer;background:#0003;border:1px solid #ffffff4d;border-radius:6px;padding:5px 12px;font-size:.78rem;font-weight:800}.layout-module__R50xlG__offlineBanner{color:#1a0a02;text-align:center;z-index:999;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);padding:10px 24px;font-size:.88rem;font-weight:700;animation:.3s ease-out layout-module__R50xlG__slideDown;position:sticky;top:0;box-shadow:0 4px 20px #f59e0b40}@keyframes layout-module__R50xlG__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.layout-module__R50xlG__offlineDot{background-color:var(--pos-danger)!important;box-shadow:0 0 10px #f43f5e80!important}.layout-module__R50xlG__main{box-sizing:border-box;flex-direction:column;flex:1;height:100vh;padding:24px;display:flex;overflow-y:auto}.layout-module__R50xlG__loadingScreen{min-height:100vh;color:var(--pos-text);background-color:#0c0b10;justify-content:center;align-items:center;display:flex}.layout-module__R50xlG__spinner{border:3px solid #ffffff0f;border-top-color:var(--pos-accent);border-radius:50%;width:40px;height:40px;animation:.8s cubic-bezier(.68,-.55,.27,1.55) infinite layout-module__R50xlG__spin}@keyframes layout-module__R50xlG__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.layout-module__R50xlG__sidebar{width:200px}.layout-module__R50xlG__main{padding:18px}}@media (max-width:768px){.layout-module__R50xlG__sidebar{display:none}}.layout-module__R50xlG__caisseOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;text-align:center;color:#fff;background:#000000d9;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px;display:flex;position:fixed;inset:0}.layout-module__R50xlG__caisseOverlay h2{color:#f59e0b;margin:0;font-size:2rem}.layout-module__R50xlG__caisseOverlay p{color:#d1d5db;max-width:400px;margin:0;font-size:1.1rem;line-height:1.6}.layout-module__R50xlG__openShiftBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:15px 30px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 20px #10b9814d}.layout-module__R50xlG__openShiftBtn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #10b98166}.layout-module__R50xlG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#000000bf;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.layout-module__R50xlG__modalContent{color:#fff;background:#1e1b26;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:14px;width:95%;max-width:440px;max-height:92vh;padding:20px 24px;display:flex;overflow-y:auto;box-shadow:0 10px 40px #00000080}.layout-module__R50xlG__modalContent h3{color:#f59e0b;text-align:center;border-bottom:1px solid #ffffff1a;margin:0;padding-bottom:10px;font-size:1.35rem}.layout-module__R50xlG__modalContent p{color:#d1d5db;text-align:center;margin:0;font-size:.92rem;line-height:1.4}.layout-module__R50xlG__modalInput{color:#fff;text-align:center;letter-spacing:2px;background:#0000004d;border:1px solid #fff3;border-radius:8px;width:100%;padding:12px;font-size:1.1rem}.layout-module__R50xlG__modalInput:focus{border-color:#e8a838;outline:none}.layout-module__R50xlG__modalActions{gap:12px;margin-top:4px;display:flex}.layout-module__R50xlG__cancelBtn,.layout-module__R50xlG__confirmBtn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px;font-size:1rem;font-weight:600;transition:all .2s}.layout-module__R50xlG__cancelBtn{color:#fff;background:#ffffff1a}.layout-module__R50xlG__cancelBtn:hover{background:#fff3}.layout-module__R50xlG__confirmBtn{color:#fff;background:linear-gradient(135deg,#f43f5e 0%,#be123c 100%);box-shadow:0 4px 15px #f43f5e4d}.layout-module__R50xlG__confirmBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #f43f5e66}.layout-module__R50xlG__confirmBtn:disabled{opacity:.5;cursor:not-allowed}.layout-module__R50xlG__shiftBtn{color:#fcd34d;cursor:pointer;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:8px;align-items:center;gap:6px;margin-left:auto;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.layout-module__R50xlG__shiftBtn:hover{background:#f59e0b33;border-color:#f59e0b80}.layout-module__R50xlG__tactileNumpadBox{background:#00000059;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:12px 14px;display:flex}.layout-module__R50xlG__pinDotsRow{flex-direction:row;justify-content:center;gap:12px;margin:2px 0;display:flex;direction:ltr!important}.layout-module__R50xlG__pinDotItem{background:0 0;border:2px solid #475569;border-radius:50%;width:14px;height:14px;transition:all .2s cubic-bezier(.4,0,.2,1)}.layout-module__R50xlG__pinDotItemFilled{background:#10b981;border-color:#10b981;transform:scale(1.2);box-shadow:0 0 10px #10b98199}.layout-module__R50xlG__numpadGrid{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;max-width:260px;display:grid;direction:ltr!important}.layout-module__R50xlG__numpadKey{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;height:44px;font-size:1.2rem;font-weight:700;transition:all .15s;display:flex}.layout-module__R50xlG__numpadKey:hover{background:#ffffff24;border-color:#ffffff40;transform:translateY(-1px)}.layout-module__R50xlG__numpadKey:active{background:#10b98140;border-color:#10b981;transform:scale(.95)}.layout-module__R50xlG__numpadKeyAction{color:#94a3b8;background:#ffffff0a;font-size:.9rem}.layout-module__R50xlG__numpadKeyAction:hover{color:#f43f5e;background:#f43f5e1f}
