.pos-action-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600;border-radius:var(--border-radius-md);cursor:pointer;transition:background-color .15s ease,transform .08s ease;-webkit-user-select:none;user-select:none;min-width:var(--touch-min-target);border:1px solid transparent}.pos-action-button.btn-large{height:var(--touch-height-large);font-size:20px;padding:0 28px}.pos-action-button.btn-medium{height:var(--touch-height-medium);font-size:16px;padding:0 20px}.pos-action-button.btn-small{height:var(--touch-height-small);font-size:14px;padding:0 14px}.pos-action-button.btn-primary{background-color:var(--primary-color);color:var(--text-white)}.pos-action-button.btn-primary:hover:not(.btn-disabled){background-color:var(--primary-hover)}.pos-action-button.btn-accent{background-color:var(--accent-color);color:var(--text-white)}.pos-action-button.btn-accent:hover:not(.btn-disabled){background-color:var(--accent-hover)}.pos-action-button.btn-secondary{background-color:var(--bg-light-hover);color:var(--text-dark-primary);border-color:var(--border-color)}.pos-action-button.btn-outline{background-color:var(--bg-light-card);border-color:var(--border-color);color:var(--text-dark-primary)}.pos-action-button.btn-outline:hover:not(.btn-disabled){background-color:var(--bg-light-hover)}.pos-action-button.btn-full-width{width:100%}.pos-action-button.btn-disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.4);border-top-color:var(--text-white);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{position:fixed;top:72px;left:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:400px;pointer-events:none}.toast-item{pointer-events:auto;display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:var(--border-radius-md);color:var(--text-white);box-shadow:var(--shadow-lg);font-size:16px;line-height:1.4;animation:slideInLeft .25s ease-out}.toast-item.toast-info{background-color:#0284c7}.toast-item.toast-success{background-color:#10b981}.toast-item.toast-warning{background-color:#f59e0b}.toast-item.toast-error{background-color:#ef4444}.toast-icon{display:flex;align-items:center;justify-content:center}.toast-message{flex:1;font-weight:600}.toast-close-btn{background:transparent;color:#fffc;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border:none}.toast-close-btn:hover{color:var(--text-white)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.login-page-container{width:100vw;height:100vh;background-color:var(--bg-light-primary);display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:100%;max-width:460px;background-color:var(--bg-light-card);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:40px 36px;display:flex;flex-direction:column;gap:28px}.login-header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.login-logo-icon{width:64px;height:64px;border-radius:16px;background-color:#0284c71a;color:var(--primary-color);display:flex;align-items:center;justify-content:center}.login-title{font-size:24px;font-weight:800;color:var(--text-dark-primary)}.login-subtitle{font-size:14px;color:var(--text-gray-muted)}.login-form{display:flex;flex-direction:column;gap:20px}.input-field-group{display:flex;flex-direction:column;gap:8px}.input-label{font-size:14px;font-weight:600;color:var(--text-dark-secondary);display:flex;align-items:center;gap:8px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;color:var(--text-gray-muted);pointer-events:none;z-index:2}.touch-input{width:100%;height:var(--touch-height-large);padding:0 16px 0 48px;background-color:var(--bg-light-primary);border:2px solid var(--border-color);border-radius:var(--border-radius-md);font-size:18px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-weight:500!important;line-height:normal!important;color:var(--text-dark-primary);transition:border-color .15s ease,background-color .15s ease;user-select:text!important;-webkit-user-select:text!important;-webkit-text-size-adjust:100%!important}.password-toggle-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:40px;height:40px;background:transparent;border:none;color:var(--text-gray-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-sm);transition:color .15s ease,background-color .15s ease;z-index:3}.password-toggle-btn:hover{color:var(--text-dark-primary);background-color:#0000000d}.touch-input[type=password]{font-size:20px!important;letter-spacing:2px!important}.touch-input::placeholder{font-size:16px;color:var(--text-gray-muted);opacity:1;letter-spacing:normal}.touch-input:first-line{font-size:18px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-weight:500!important;color:var(--text-dark-primary)!important;-webkit-text-fill-color:var(--text-dark-primary)!important}.touch-input[type=password]:first-line{font-size:20px!important;letter-spacing:2px!important}.touch-input:-webkit-autofill,.touch-input:-webkit-autofill:hover,.touch-input:-webkit-autofill:focus,.touch-input:-webkit-autofill:active,.touch-input:-internal-autofill-selected,.touch-input:-internal-autofill-previewed{animation-name:onAutoFillStart!important;animation-duration:1ms!important;-webkit-text-fill-color:var(--text-dark-primary)!important;-webkit-box-shadow:0 0 0px 1000px #f8fafc inset!important;font-size:18px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-weight:500!important;transition:background-color 5000s ease-in-out 0s!important}.touch-input[type=password]:-webkit-autofill,.touch-input[type=password]:-webkit-autofill:hover,.touch-input[type=password]:-webkit-autofill:focus,.touch-input[type=password]:-webkit-autofill:active,.touch-input[type=password]:-internal-autofill-selected,.touch-input[type=password]:-internal-autofill-previewed{-webkit-text-fill-color:var(--text-dark-primary)!important;-webkit-box-shadow:0 0 0px 1000px #f8fafc inset!important;font-size:20px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-weight:500!important;letter-spacing:2px!important}.touch-input:focus{border-color:var(--primary-color);background-color:var(--bg-light-card)}.login-footer-hint{text-align:center;font-size:13px;color:var(--text-gray-muted);border-top:1px solid var(--border-light);padding-top:16px}.product-catalog-container{display:flex;flex-direction:column;height:100%;width:100%;gap:16px;background-color:var(--bg-light-card)}.catalog-top-bar{width:100%}.catalog-category-list{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;width:100%}.category-tab-btn{width:100%;height:54px;padding:0 6px;border-radius:var(--border-radius-sm);background-color:#fff;border:1.5px solid #2563eb;color:#2563eb;font-size:clamp(17px,1.35vw,22px);font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;transition:all .15s ease}.category-tab-btn:hover{background-color:#eff6ff}.category-tab-btn.active{background-color:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 4px 10px #2563eb40}.catalog-controls-bar{display:flex;align-items:center;justify-content:flex-end;gap:20px;padding:4px 8px}.catalog-search-field{display:flex;align-items:center;flex:1 1 320px;min-height:48px;padding:0 14px;gap:10px;border:1px solid #cbd5e1;border-radius:10px;background:#fff}.catalog-search-field:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.catalog-search-field input{width:100%;min-height:44px;border:0;outline:0;font-size:16px;background:transparent}.product-card-sku{margin-top:4px;color:#64748b;font-size:13px}.toggle-control-item{display:flex;align-items:center;flex:0 0 auto;gap:8px;font-size:14px;font-weight:600;color:var(--text-dark-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}button.toggle-control-item{min-height:44px;border:0;background:transparent;font:inherit}.switch-track{flex:0 0 auto;width:44px;height:24px;background-color:#cbd5e1;border-radius:12px;position:relative;transition:background-color .2s ease}@media(min-width:901px)and (max-width:1366px)and (orientation:landscape){.product-catalog-container{gap:12px}.catalog-category-list{gap:8px}.category-tab-btn{height:48px;font-size:15px}.catalog-controls-bar{gap:10px;padding:2px 0}.catalog-search-field{flex-basis:150px;min-width:0;padding:0 10px}.catalog-search-field input{min-width:0;font-size:14px}.toggle-control-item{gap:5px;font-size:14px}.switch-track{width:38px;height:22px}.switch-thumb{width:18px;height:18px}.switch-track.active .switch-thumb{transform:translate(16px)}}.switch-track.active{background-color:#4f46e5}.switch-thumb{width:20px;height:20px;background-color:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.switch-track.active .switch-thumb{transform:translate(20px)}.catalog-grid-scroll{flex:1;overflow-y:auto;padding:3px 6px 4px 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:var(--border-radius-sm);padding:12px 14px;min-height:105px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:all .15s ease;position:relative;box-shadow:0 1px 3px #00000008}.product-card:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb1f}.product-card:active{transform:translateY(0)}.product-card-category{font-size:13px;font-weight:600;color:#94a3b8;margin-bottom:4px}.product-card-title{font-size:16px;font-weight:700;color:#1e293b;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.product-card-thumb{width:100%;height:70px;object-fit:contain;margin:6px 0;border-radius:4px}.product-card-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:8px}.product-card-price{font-size:18px;font-weight:800;color:#2563eb}@media(min-width:901px)and (max-width:1366px)and (orientation:landscape){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.catalog-loading{display:flex;align-items:center;justify-content:center;height:200px;font-size:16px;color:var(--text-gray-muted)}.member-search-container{position:relative;width:100%}.btn-create-pos-member{min-height:44px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #bae6fd;border-radius:10px;background:#f0f9ff;color:#0369a1;font-weight:800}.member-search-row{display:flex;align-items:center;gap:8px}.member-search-row .member-search-bar{flex:1;min-width:0}.member-create-panel{position:absolute;z-index:60;top:calc(100% + 6px);left:0;right:0;display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid #cbd5e1;border-radius:14px;background:#fff;box-shadow:0 12px 28px #0f172a29}.member-create-title{display:flex;align-items:center;justify-content:space-between}.member-create-title button{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.member-create-panel input{min-height:44px;padding:0 12px;border:1px solid #cbd5e1;border-radius:10px}.member-create-submit{min-height:46px;border-radius:10px;background:#0284c7;color:#fff;font-weight:800}.member-search-bar{display:flex;align-items:center;gap:8px;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:4px 6px 4px 12px;transition:all .15s ease;box-shadow:0 1px 2px #00000008}.member-search-bar:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.member-search-input{flex:1;border:none;background:transparent;height:38px;font-size:15px;font-weight:600;color:#0f172a;outline:none}.member-search-input::placeholder{color:#94a3b8;font-weight:500}.btn-member-search{height:38px;padding:0 14px;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap;transition:all .15s ease}.btn-member-search:hover{background-color:#1d4ed8}.member-dropdown-popover{position:absolute;top:calc(100% + 6px);left:0;right:0;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:14px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:90;max-height:220px;overflow-y:auto;animation:dropdownFade .15s cubic-bezier(.16,1,.3,1)}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-header-title{padding:8px 14px;font-size:12px;font-weight:700;color:#64748b;background-color:#f8fafc;border-bottom:1px solid #f1f5f9}.member-candidate-item{padding:10px 14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background-color .12s ease}.member-candidate-item:last-child{border-bottom:none}.member-candidate-item:hover{background-color:#eff6ff}.candidate-left{display:flex;align-items:center;gap:10px}.candidate-name{font-size:15px;font-weight:700;color:#0f172a}.candidate-phone{font-size:13px;color:#64748b}.candidate-badge{font-size:12px;font-weight:700;padding:2px 8px;border-radius:6px;background-color:#fef3c7;color:#b45309}.selected-member-card{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1.5px solid #93c5fd;border-radius:12px;padding:8px 14px}.member-info-left{display:flex;align-items:center;gap:10px}.vip-icon-badge{width:34px;height:34px;background-color:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.member-details{display:flex;flex-direction:column;min-width:0}.member-name-row{display:flex;align-items:center;gap:8px}.member-name-text{font-size:15px;font-weight:800;color:#1e3a8a}.member-tier-tag{font-size:11px;font-weight:700;padding:1px 6px;border-radius:4px;background-color:#3b82f6;color:#fff}.member-phone-text{font-size:12px;color:#3b82f6;font-weight:600}.member-secondary-row{display:flex;align-items:center;gap:14px;margin-top:2px}.member-points-summary{display:flex;align-items:center;gap:6px}.member-points-summary>span{display:inline-flex;align-items:baseline;gap:4px;padding:2px 7px;border:1px solid rgba(59,130,246,.24);border-radius:6px;background:#ffffffb8;white-space:nowrap}.member-points-summary small{color:#64748b;font-size:10px;font-weight:700}.member-points-summary strong{color:#1d4ed8;font-size:12px;font-weight:900}.btn-clear-member{background:transparent;border:none;color:#64748b;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.btn-clear-member,.member-search-input,.member-candidate-item{min-height:44px}.member-candidate-item{width:100%;border:0;text-align:left}.btn-clear-member:hover{background-color:#bfdbfe;color:#1e3a8a}.member-search-error{font-size:12px;color:#ef4444;margin-top:4px;padding-left:4px}.discount-selector-container{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;width:100%}.discount-btn{min-width:0;padding:0 3px;min-height:44px;font-size:13.5px;font-weight:700;border-radius:8px;background-color:#fff;color:#334155;border:1.5px solid #cbd5e1;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #00000008}.discount-btn svg{flex:0 0 auto}@media(min-width:901px)and (max-width:1366px)and (orientation:landscape){.discount-selector-container{gap:5px}.discount-btn{gap:2px;padding:0 2px;font-size:14px}.discount-btn svg{width:15px;height:15px}}.discount-btn:hover{background-color:#f1f5f9;border-color:#2563eb}.discount-btn.active{background-color:#2563eb;color:#fff;border-color:#1d4ed8;box-shadow:0 2px 8px #2563eb40}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background-color:var(--bg-light-card);border-radius:var(--border-radius-lg);padding:32px;width:440px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:24px;border:1px solid var(--border-color)}.modal-title{font-size:22px;font-weight:700;display:flex;align-items:center;gap:10px;color:var(--text-dark-primary)}.modal-input{height:var(--touch-height-large);background-color:var(--bg-light-primary);border:2px solid var(--border-color);border-radius:var(--border-radius-md);color:var(--text-dark-primary);font-size:24px;padding:0 20px;text-align:left;font-weight:700;-webkit-appearance:none;-moz-appearance:textfield;appearance:textfield}.modal-input::-webkit-outer-spin-button,.modal-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.modal-input:focus{border-color:var(--primary-color)}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px}.credit-keypad-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.credit-keypad-dialog{width:min(390px,100%);padding:22px;border:1px solid #cbd5e1;border-radius:18px;background:#fff;box-shadow:0 24px 60px #0f172a4d;outline:none}.credit-keypad-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.credit-keypad-header div{display:flex;flex-direction:column;gap:4px}.credit-keypad-header strong{color:#0f172a;font-size:20px}.credit-keypad-header span{color:#64748b;font-size:13px;font-weight:650}.credit-keypad-header button{width:44px;height:44px;border:0;border-radius:12px;background:#f1f5f9;color:#475569}.credit-keypad-display{display:block;margin:18px 0 14px;padding:12px 16px;border:2px solid #93c5fd;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-size:34px;font-weight:900;text-align:right}.credit-keypad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.credit-keypad-grid button{min-height:58px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;font-size:22px;font-weight:850}.credit-keypad-grid button:hover{border-color:#2563eb;background:#eff6ff}.credit-keypad-grid .credit-keypad-secondary{color:#475569;font-size:15px}.credit-keypad-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:10px;margin-top:14px}.credit-keypad-actions button{min-height:50px;border-radius:12px;font-size:16px;font-weight:800}.credit-keypad-max{border:1px solid #93c5fd;background:#eff6ff;color:#1d4ed8}.credit-keypad-confirm{border:1px solid #1d4ed8;background:#2563eb;color:#fff}.cart-panel-container{display:flex;flex-direction:column;height:100%;width:100%;background-color:var(--bg-light-card);border-radius:var(--border-radius-lg);overflow:hidden;border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.printer-status-bar{background-color:#16a34a;color:#fff;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;flex-shrink:0}.printer-info-left{display:flex;align-items:center;min-width:0;gap:12px;white-space:nowrap}.printer-badge{background-color:#fff3;padding:2px 8px;border-radius:4px;font-weight:700}.printer-count-right{min-width:0;font-weight:600;white-space:nowrap}.cart-header-actions{padding:10px 12px;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.raw-total-strikethrough{font-size:14px;color:#94a3b8;text-decoration:line-through;font-weight:600;margin-right:4px}.cart-table-wrapper{flex:1;overflow:hidden;display:flex;flex-direction:column}.cart-table{width:100%;height:100%;border-collapse:collapse;display:flex;flex-direction:column;table-layout:fixed}.cart-table thead{flex:0 0 38px;background-color:#f8fafc;border-bottom:1.5px solid #cbd5e1}.cart-table thead tr{display:flex;align-items:center;width:100%;height:100%}.cart-table tbody{flex:1;display:flex;flex-direction:column;justify-content:flex-start;height:calc(100% - 38px)}.cart-table tbody tr{flex:0 0 calc(100% / 6);height:calc(100% / 6);max-height:calc(100% / 6);display:flex;align-items:center;width:100%;border-bottom:1px solid #f1f5f9;box-sizing:border-box;cursor:pointer;background-color:#fff;transition:all .15s ease}.cart-table tbody tr:hover{background-color:#f8fafc}.cart-table tbody tr.selected-row{background-color:#dbeafe!important;box-shadow:inset 5px 0 #2563eb!important}.cart-table th,.cart-table td{display:flex;align-items:center;box-sizing:border-box;font-size:clamp(14px,1.1vw,17px);color:#1e293b;white-space:nowrap}.cart-table th{color:#64748b;font-weight:800}.cart-table th.col-name,.cart-table td.col-name{flex:1;padding-left:12px;overflow:hidden;text-overflow:ellipsis;font-weight:700;display:flex;align-items:center;gap:6px}.cart-table th.col-qty,.cart-table td.col-qty{width:105px;justify-content:center;transform:translate(18px)}.cart-table th.col-price,.cart-table td.col-price{width:150px;justify-content:flex-end;padding-right:14px;font-weight:800;color:#0f172a}.cart-table th.col-action,.cart-table td.col-action{width:52px;justify-content:center}.item-discount-tag{display:inline-block;padding:2px 7px;font-size:11px;font-weight:800;border-radius:4px;background-color:#2563eb;color:#fff;vertical-align:middle;flex-shrink:0}.item-serial-label{display:block;margin-top:3px;color:#475569;font-size:12px;font-weight:600}.qty-control-btn:disabled{cursor:not-allowed;opacity:.42}.item-raw-strikethrough{font-size:13px;color:#94a3b8;text-decoration:line-through;margin-right:6px;font-weight:500}.qty-control-wrapper{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.qty-control-btn{width:30px;height:30px;border:1.5px solid #0284c7;background-color:#fff;color:#0284c7;border-radius:50%;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease;padding:0;box-shadow:0 1px 3px #0284c71a}.qty-control-btn:hover{background-color:#0284c7;color:#fff;box-shadow:0 2px 6px #0284c740}.qty-control-btn:active{transform:scale(.92)}.qty-number{display:inline-block;min-width:26px;text-align:center;font-weight:800;font-size:clamp(16px,1.2vw,19px);color:#0f172a}.remove-btn{color:#ef4444;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.remove-btn:hover{background-color:#fee2e2;color:#dc2626;transform:scale(1.1)}.cart-empty-notice{flex:1;min-height:220px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:15px;font-weight:500}.cart-coupon-adjustments{display:grid;gap:4px;padding:7px 16px;border-top:1px solid #fecaca;border-bottom:1px solid #fecaca;background:#fff7ed;flex-shrink:0}.cart-coupon-adjustment-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#9a3412;font-size:14px;font-weight:800}.cart-coupon-adjustment-row strong{color:#dc2626;white-space:nowrap}.cart-summary-bar{padding:10px 16px;border-top:1.5px solid #e2e8f0;display:flex;align-items:center;gap:20px;font-size:14px;font-weight:700;color:#475569;background-color:#fff;flex-shrink:0}.coupon-deduction-label{color:#dc2626;font-size:13px;font-weight:800;white-space:nowrap}.cart-pagination-wrapper{margin-left:auto;display:flex;align-items:center;gap:8px}.btn-page-nav{width:40px;height:40px;border-radius:8px;border:1.5px solid #cbd5e1;background-color:#fff;color:#334155;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;padding:0}.btn-page-nav:hover:not(:disabled){background-color:#2563eb;color:#fff;border-color:#1d4ed8;box-shadow:0 2px 6px #2563eb33}.btn-page-nav:disabled{opacity:.35;cursor:not-allowed;background-color:#f1f5f9}.page-counter-text{font-size:18px;font-weight:800;color:#0f172a;min-width:44px;text-align:center}.invoice-options-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:10px 16px;background-color:#fff;border-top:1px solid #f1f5f9;flex-shrink:0}.invoice-opt-btn{height:56px;border:1px solid #cbd5e1;border-radius:var(--border-radius-sm);background-color:#fff;color:#475569;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer;font-size:13px;font-weight:700;transition:all .15s ease}.invoice-opt-btn span{white-space:nowrap}.invoice-opt-btn:hover{border-color:#2563eb;background-color:#f8fafc;color:#2563eb}.invoice-opt-btn.active{background-color:#475569;color:#fff;border-color:#334155;box-shadow:0 2px 6px #33415533}.cart-footer-bar{padding:14px 16px;border-top:1.5px solid #e2e8f0;display:grid;grid-template-columns:minmax(220px,1fr) minmax(max-content,1fr) auto;align-items:center;gap:14px;background-color:#fff;flex-shrink:0}.cart-redemption-panel{display:grid;min-width:0;gap:5px}.cart-coupon-footer-row{display:flex;justify-content:space-between;gap:8px;color:#c2410c;font-size:13px;font-weight:800}.cart-credit-input{display:flex;align-items:center;gap:8px;color:#334155;font-weight:750;white-space:nowrap}.cart-credit-label-compact{display:none}.cart-credit-input button{width:112px;min-height:44px;padding:0 10px;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;background:#fff;font-size:18px;font-weight:800;text-align:left;cursor:pointer}.cart-credit-input button:disabled{cursor:not-allowed;background:#f1f5f9;color:#94a3b8}.credit-deduction-label{color:#2563eb;font-size:12px;font-weight:800}.qty-control-btn,.remove-btn,.btn-page-nav{min-width:44px;min-height:44px}.total-amount-display{min-width:0;display:flex;align-items:baseline;gap:12px;white-space:nowrap;justify-content:flex-end}.total-label{font-size:15px;font-weight:700;color:#dc2626}.total-value{font-size:clamp(24px,2.6vw,32px);font-weight:900;color:#ef4444}.checkout-submit-btn{height:var(--touch-height-medium);padding:0 32px;border-radius:var(--border-radius-sm);background-color:#475569;color:#fff;font-size:17px;font-weight:700;border:none;cursor:pointer;box-shadow:0 4px 12px #47556933;transition:all .15s ease;white-space:nowrap}.cart-submit-actions{display:grid;gap:7px;min-width:108px}.pending-sale-submit-btn{min-height:38px;border:1px solid #8b5cf6;border-radius:9px;background:#f5f3ff;color:#6d28d9;font-weight:800}.checkout-submit-btn:hover{background-color:#334155}.checkout-submit-btn:active{transform:scale(.98)}@media(min-width:901px)and (max-width:1366px)and (orientation:landscape){.printer-status-bar{gap:8px;padding:8px 10px;font-size:14px}.printer-info-left{gap:7px}.printer-badge{padding:2px 6px}.cart-header-actions{padding:8px 10px;gap:7px}.cart-table th.col-name,.cart-table td.col-name{padding-left:9px}.cart-table th.col-qty,.cart-table td.col-qty{width:96px;transform:none}.cart-table th.col-price,.cart-table td.col-price{width:116px;padding-right:8px}.cart-table th.col-action,.cart-table td.col-action{width:44px}.qty-control-wrapper{gap:3px}.qty-control-btn,.remove-btn,.btn-page-nav{min-width:38px;min-height:38px}.qty-control-btn{width:38px;height:38px}.qty-number{min-width:16px}.cart-summary-bar{gap:12px;padding:8px 10px;font-size:14px;white-space:nowrap}.cart-pagination-wrapper{gap:5px}.page-counter-text{min-width:36px;font-size:16px}.invoice-options-grid{gap:6px;padding:8px 10px}.invoice-opt-btn{height:52px;font-size:14px}.cart-footer-bar{grid-template-areas:"redemption total" "redemption action";grid-template-columns:minmax(0,1fr) minmax(max-content,auto);gap:7px;padding:10px}.cart-redemption-panel{grid-area:redemption}.cart-credit-input{min-width:0;gap:4px;font-size:14px}.cart-credit-label-full{display:none}.cart-credit-label-compact{display:inline;flex:0 0 auto}.cart-credit-input button{width:60px;min-width:0;min-height:42px;padding:0 6px;font-size:15px}.total-amount-display{grid-area:total;min-width:0;gap:4px;justify-content:flex-end;flex-wrap:wrap}.total-label{font-size:14px}.raw-total-strikethrough,.credit-deduction-label{display:none}.total-value{min-width:0;font-size:clamp(22px,2.4vw,28px)}.checkout-submit-btn{grid-area:action;justify-self:end;min-width:108px;padding:0 15px;font-size:15px}}@media(max-width:1080px)and (orientation:landscape){.cart-footer-bar{grid-template-areas:"redemption total" "redemption action";grid-template-columns:minmax(0,1fr) minmax(max-content,auto)}.cart-redemption-panel{grid-area:redemption}.total-amount-display{grid-area:total;flex-wrap:wrap}.checkout-submit-btn{grid-area:action;justify-self:end;min-width:108px}}.checkout-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:modalFadeIn .2s cubic-bezier(.16,1,.3,1)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.checkout-modal-dialog{background-color:#fff;width:95%;max-width:1080px;height:700px;max-height:92vh;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #00000014;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0;animation:dialogSlideUp .25s cubic-bezier(.16,1,.3,1)}@keyframes dialogSlideUp{0%{transform:translateY(20px) scale(.97)}to{transform:translateY(0) scale(1)}}.checkout-modal-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.checkout-modal-header h3{margin:0;font-size:20px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:10px}.modal-close-btn{background:transparent;border:none;color:#64748b;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.modal-close-btn:hover{background-color:#e2e8f0;color:#0f172a}.checkout-modal-body{padding:20px;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;touch-action:pan-y;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:14px}.checkout-alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:10px 16px;border-radius:12px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.checkout-invoice-capability{display:flex;align-items:center;gap:8px;min-height:44px;padding:10px 14px;border:1px solid #86efac;border-radius:10px;background:#f0fdf4;color:#166534;font-weight:700}.checkout-two-columns{display:grid;grid-template-columns:1fr 1.15fr;gap:20px;align-items:stretch;min-height:100%}.checkout-left-col,.checkout-right-col{display:flex;flex-direction:column;gap:12px;min-height:0}.checkout-amounts-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:14px 18px;display:flex;flex-direction:column;gap:10px}.checkout-reward-preview{display:flex;flex-direction:column;gap:5px;margin-top:10px;padding:10px;border-radius:8px;color:#166534;background:#f0fdf4;font-size:13px}.amount-row{display:flex;align-items:center;justify-content:space-between}.amount-row .amount-label{font-size:17px;font-weight:700;color:#334155}.amount-row .amount-val-total{font-size:26px;font-weight:800;color:#ef4444}.amount-row .amount-val-change{font-size:22px;font-weight:800;color:#0284c7}.checkout-coupon-line{color:#b45309}.amount-paid-input-box{display:flex;align-items:center;gap:8px;border-bottom:2.5px solid #cbd5e1;padding-bottom:2px;transition:border-color .15s ease;width:60%;background:transparent;border-top:0;border-left:0;border-right:0;border-radius:0;cursor:pointer}.amount-paid-input-box.is-active{border-color:#0284c7}.amount-paid-input{border:none;background:transparent;font-size:26px;font-weight:800;color:#0f172a;text-align:right;width:100%;outline:none}.amount-val-remaining{color:#dc2626;font-size:22px}.payment-allocation-list{display:flex;flex-direction:column;gap:6px;border-top:1px solid #e2e8f0;padding-top:8px}.payment-allocation-row{min-height:40px;display:grid;grid-template-columns:1fr auto 40px;align-items:center;gap:8px;color:#0f172a;font-weight:700}.payment-allocation-row small{color:#64748b}.payment-allocation-row button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#dc2626;background:#fef2f2}.amount-paid-input::placeholder{color:#94a3b8}.invoice-options-segmented{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;background-color:#f1f5f9;padding:5px;border-radius:14px}.invoice-seg-btn{min-height:44px;border:none;background:transparent;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:600;color:#475569;cursor:pointer;transition:all .15s ease}.invoice-seg-btn:hover{background-color:#e2e8f0}.invoice-seg-btn.active{background-color:#fff;color:#0d9488;font-weight:700;box-shadow:0 2px 4px #0000000f}.dynamic-input-section{background-color:#fafafa;border:1px dashed #cbd5e1;border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:8px;min-height:100px;justify-content:center;flex:1}.input-field-group{display:flex;flex-direction:column;gap:4px}.input-field-label{font-size:13px;font-weight:600;color:#475569}.custom-touch-input{height:44px;border:1.5px solid #cbd5e1;border-radius:10px;padding:0 12px;font-size:15px;font-weight:600;color:#0f172a;background-color:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.custom-touch-input:focus,.custom-touch-input.focused{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881f}.general-invoice-info{font-size:14px;color:#64748b;display:flex;align-items:center;gap:8px;padding:8px 4px}.quick-donation-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.donation-tag-btn{background-color:#f1f5f9;border:1px solid #cbd5e1;color:#334155;font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px;cursor:pointer}.donation-tag-btn:hover{background-color:#ccfbf1;border-color:#5eead4;color:#0f766e}.keypad-payment-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:12px;height:100%}.touch-keypad-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(48px,1fr);gap:8px;height:100%}.keypad-btn{height:100%;min-height:48px;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:12px;font-size:26px;font-weight:800;color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .1s ease;box-shadow:0 1px 2px #0000000a}.keypad-btn:active{background-color:#e2e8f0;transform:scale(.96)}.keypad-btn.btn-del{background-color:#fef2f2;border-color:#fecaca;color:#ef4444}.keypad-btn.btn-backspace,.keypad-btn.btn-clear{font-size:16px;min-height:48px}.keypad-btn.btn-backspace{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.keypad-btn.btn-clear{grid-column:span 2;background:#fef2f2;border-color:#fecaca;color:#dc2626}.keypad-btn.btn-del:active{background-color:#fee2e2}.payment-methods-grid{display:flex;flex-direction:column;gap:8px;height:100%}.payment-method-btn{flex:0 1 auto;min-height:48px;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;font-size:17px;font-weight:700;color:#334155;cursor:pointer;transition:all .15s ease}.payment-method-btn:disabled{opacity:.45;cursor:not-allowed}.btn-add-allocation{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;background:#eff6ff;border:1.5px solid #93c5fd;color:#1d4ed8;font-weight:800}.btn-add-allocation:disabled{opacity:.45}.payment-empty-state{color:#b91c1c;font-weight:700;padding:12px}.payment-method-btn:hover{border-color:#cbd5e1;background-color:#f8fafc}.payment-method-btn.active{border-color:#2563eb;background-color:#eff6ff;color:#1d4ed8;font-weight:800}.pm-left{display:flex;align-items:center;gap:12px}.checkout-modal-footer{flex:0 0 auto;padding:14px 24px;background-color:#f8fafc;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:flex-end;gap:16px}.print-device-status{margin-right:auto;color:#92400e;font-weight:700}.btn-confirm-checkout{min-height:52px;padding:0 36px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:14px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #10b98140;transition:all .15s ease}.btn-confirm-checkout:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.btn-confirm-checkout:active{transform:translateY(0);box-shadow:none}.serial-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:grid;place-items:center;padding:24px;background:#0f172a70}.serial-dialog{width:min(560px,100%);max-height:min(720px,calc(100vh - 48px));overflow:hidden;border:1px solid #dbe4f0;border-radius:18px;background:#fff;box-shadow:0 24px 60px #0f172a38}.serial-dialog>header,.serial-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px}.serial-dialog>header{border-bottom:1px solid #e2e8f0}.serial-dialog>footer{justify-content:flex-end;border-top:1px solid #e2e8f0}.serial-dialog h2{margin:3px 0 0;color:#0f172a;font-size:21px}.serial-dialog-eyebrow{color:#2563eb;font-size:13px;font-weight:800}.serial-dialog-body{display:grid;gap:12px;max-height:440px;overflow-y:auto;padding:20px 24px}.serial-option,.serial-dialog-state{min-height:64px;padding:12px 16px;border:1px solid #cbd5e1;border-radius:12px;color:#0f172a;background:#f8fafc;text-align:left}.serial-option{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font:inherit;font-weight:800}.serial-option small{color:#64748b;font-weight:650}.serial-option.is-selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 2px #2563eb24}.serial-dialog-state{display:flex;align-items:center;gap:10px;justify-content:center;color:#475569;text-align:center}.serial-dialog-state.is-error{border-color:#fecaca;color:#b91c1c;background:#fef2f2}.serial-dialog-icon-button,.serial-dialog-secondary,.serial-dialog-primary{min-width:44px;min-height:44px;border-radius:10px;cursor:pointer;font:inherit;font-weight:800}.serial-dialog-icon-button{display:grid;place-items:center;border:1px solid #cbd5e1;background:#fff}.serial-dialog-secondary{padding:0 20px;border:1px solid #cbd5e1;color:#334155;background:#fff}.serial-dialog-primary{min-height:52px;padding:0 24px;border:0;color:#fff;background:#2563eb}.serial-dialog-primary:disabled{cursor:not-allowed;opacity:.45}.invoice-result-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;display:grid;place-items:center;padding:20px;background:#0f172a94}.invoice-result-dialog{width:min(720px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 24px 70px #0f172a47}.invoice-result-dialog>header,.invoice-result-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px}.invoice-result-dialog>header{border-bottom:1px solid #e2e8f0}.invoice-result-dialog>header>div{display:flex;align-items:center;gap:10px}.invoice-result-dialog h2{margin:0;color:#0f172a;font-size:1.35rem}.invoice-result-dialog button{min-height:44px;border-radius:10px;font-weight:700}.invoice-result-dialog>header button{min-width:44px;border:0;background:#f1f5f9;color:#334155}.invoice-result-dialog>header button:disabled,.invoice-close-button:disabled{cursor:wait;opacity:.55}.invoice-test-banner,.invoice-result-error{display:flex;align-items:flex-start;gap:9px;margin:16px 22px 0;padding:12px 14px;border-radius:10px}.invoice-test-banner{flex-direction:column;border:1px solid #fbbf24;background:#fffbeb;color:#92400e}.invoice-result-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.invoice-result-state{display:flex;align-items:center;gap:14px;margin:16px 22px;padding:16px;border-radius:12px}.invoice-result-state>div{display:grid;gap:4px}.invoice-result-state.is-success{background:#ecfdf5;color:#047857}.invoice-result-state.is-warning{background:#eff6ff;color:#1d4ed8}.invoice-result-state.is-danger{background:#fef2f2;color:#b91c1c}.invoice-result-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0 22px;overflow:hidden;border:1px solid #e2e8f0;border-radius:12px;background:#e2e8f0}.invoice-result-details>div{padding:12px 14px;background:#fff}.invoice-result-details dt{margin-bottom:5px;color:#64748b;font-size:.85rem}.invoice-result-details dd{margin:0;overflow-wrap:anywhere;color:#0f172a;font-weight:750}.invoice-change-amount{color:#047857!important}.invoice-print-notice{margin:16px 22px 0;color:#64748b;line-height:1.55}.invoice-auto-close-notice{margin:10px 22px 0;color:#047857;font-weight:750;text-align:center}.invoice-detail-choice{display:grid;gap:7px;margin:0 22px 15px;padding:13px;border:1px solid #cbd5e1;border-radius:12px;color:#334155}.invoice-detail-choice>span{color:#64748b;font-size:.88rem}.invoice-detail-choice>div{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.invoice-detail-choice button{min-height:44px;padding:0 14px;border:1px solid #0e7490;border-radius:9px;background:#0e7490;color:#fff;font:inherit;font-weight:700;cursor:pointer}.invoice-detail-choice button+button{border-color:#cbd5e1;background:#fff;color:#334155}.invoice-detail-choice button:disabled{cursor:wait;opacity:.55}.invoice-detail-choice-done{margin:0 22px 15px;color:#64748b;font-size:.88rem;text-align:center}.invoice-result-dialog>footer{justify-content:flex-end}.invoice-result-dialog>footer button{padding:0 18px}.invoice-refresh-button{border:1px solid #93c5fd;background:#eff6ff;color:#1d4ed8}.invoice-preview-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #0284c7;background:#e0f2fe;color:#0369a1}.invoice-preview-button:disabled{cursor:wait;opacity:.62}.invoice-close-button{border:1px solid #0f766e;background:#0f766e;color:#fff}@media(max-width:620px){.invoice-result-backdrop{padding:10px}.invoice-result-details{grid-template-columns:1fr}.invoice-result-dialog>footer{flex-direction:column}.invoice-result-dialog>footer button{width:100%}}.checkout-success-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1650;display:grid;place-items:center;padding:20px;background:#0f172a9e}.checkout-success-dialog{position:relative;width:min(520px,100%);padding:36px 34px 30px;border:1px solid #bbf7d0;border-radius:24px;background:#fff;box-shadow:0 28px 80px #0f172a57;text-align:center}.checkout-success-close{position:absolute;top:14px;right:14px;display:grid;min-width:44px;min-height:44px;place-items:center;border:0;border-radius:12px;background:#f1f5f9;color:#475569}.checkout-success-close:disabled{cursor:wait;opacity:.55}.checkout-success-icon{display:grid;width:76px;height:76px;margin:0 auto 14px;place-items:center;border-radius:50%;background:#dcfce7;color:#16a34a}.checkout-success-eyebrow{color:#15803d;font-size:.9rem;font-weight:800;letter-spacing:.08em}.checkout-success-dialog h2{margin:4px 0 10px;color:#14532d;font-size:2rem}.checkout-success-order{display:inline-flex;align-items:center;gap:7px;margin:0 0 24px;color:#475569;font-weight:750}.checkout-success-dialog dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 18px}.checkout-success-dialog dl div{padding:14px 12px;border-radius:14px;background:#f8fafc}.checkout-success-dialog dt{color:#64748b;font-size:.85rem}.checkout-success-dialog dd{margin:6px 0 0;color:#0f172a;font-size:1.25rem;font-weight:850}.checkout-success-dialog dd.is-change{color:#047857}.checkout-success-print-state{margin:0 0 20px;color:#64748b;font-size:.92rem}.checkout-success-detail-choice{margin:0 0 20px;padding:14px;border:1px solid #cbd5e1;border-radius:12px;color:#334155}.checkout-success-detail-choice strong{display:block}.checkout-success-detail-choice p{margin:6px 0 11px;color:#64748b;font-size:.88rem}.checkout-success-detail-choice>div{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.checkout-success-detail-choice button{min-height:44px;padding:0 14px;border:1px solid #0e7490;border-radius:9px;background:#0e7490;color:#fff;font:inherit;font-weight:700;cursor:pointer}.checkout-success-detail-choice button+button{border-color:#cbd5e1;background:#fff;color:#334155}.checkout-success-detail-choice button:disabled{cursor:wait;opacity:.55}.checkout-success-next{width:100%;min-height:52px;border:0;border-radius:14px;background:#15803d;color:#fff;font-size:1rem;font-weight:800}.checkout-success-next:disabled{cursor:wait;opacity:.55}@media(max-width:520px){.checkout-success-dialog{padding:32px 20px 22px}.checkout-success-dialog dl{grid-template-columns:1fr}}.checkout-sale-detail-print-document{position:fixed;left:-10000px;top:0;width:72mm;padding:4mm;color:#111;background:#fff;font-family:sans-serif;font-size:9pt}.checkout-sale-detail-print-document h1,.checkout-sale-detail-print-document h2,.checkout-sale-detail-print-document p{margin:2mm 0;text-align:center}.checkout-sale-detail-print-document h1{font-size:14pt}.checkout-sale-detail-print-document h2{font-size:12pt}.checkout-sale-detail-print-document table{width:100%;border-collapse:collapse;margin-top:3mm}.checkout-sale-detail-print-document th,.checkout-sale-detail-print-document td{padding:1.5mm 0;border-bottom:1px dashed #999;text-align:right;vertical-align:top}.checkout-sale-detail-print-document th:first-child,.checkout-sale-detail-print-document td:first-child{text-align:left}.checkout-sale-detail-print-document td:first-child{width:48%}.checkout-sale-detail-print-document td strong,.checkout-sale-detail-print-document td small{display:block;overflow-wrap:anywhere}.checkout-sale-detail-print-document td small{margin-top:1mm;font-size:7.5pt}.checkout-sale-detail-print-document dl{margin:3mm 0 0}.checkout-sale-detail-print-document dl>div{display:flex;justify-content:space-between;gap:5mm;padding:1mm 0}.checkout-sale-detail-print-document dt,.checkout-sale-detail-print-document dd{margin:0}.checkout-sale-detail-print-total{border-top:1px solid #111;font-size:11pt;font-weight:800}.checkout-sale-detail-print-payments{margin-top:4mm}.checkout-sale-detail-print-document>.checkout-sale-detail-print-footer{margin-top:4mm;padding-top:2mm;border-top:1px dashed #999;font-size:7.5pt;text-align:center}.thermal-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1700;display:grid;place-items:center;padding:18px;background:#0f172ab8}.thermal-preview-dialog{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto;width:min(760px,100%);height:min(920px,calc(100vh - 36px));overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 28px 80px #0f172a5c}.thermal-preview-dialog>header,.thermal-preview-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px}.thermal-preview-dialog>header{border-bottom:1px solid #e2e8f0}.thermal-preview-dialog>header>div{display:flex;align-items:center;gap:11px}.thermal-preview-dialog h2{margin:0;color:#0f172a;font-size:1.3rem}.thermal-preview-dialog header span{display:block;margin-top:2px;color:#64748b;font-size:.82rem}.thermal-preview-dialog button{min-height:44px;border-radius:10px;font-weight:750}.thermal-preview-dialog>header button{min-width:44px;border:0;background:#f1f5f9;color:#334155}.thermal-preview-profile{display:flex;align-items:center;gap:8px;padding:10px 20px;font-size:.88rem;font-weight:700}.thermal-preview-profile.is-ready{background:#ecfdf5;color:#047857}.thermal-preview-profile.is-warning{background:#fffbeb;color:#92400e}.thermal-preview-stage{overflow:auto;padding:28px;background:#475569}.thermal-preview-paper{width:min(var(--thermal-paper-width),100%);min-height:280px;margin:0 auto;padding:4mm 0 8mm;overflow:hidden;color:#000;background:#fff;box-shadow:0 10px 28px #0f172a61;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Noto Sans Mono CJK TC,monospace}.thermal-preview-certificate,.thermal-preview-detail{box-sizing:border-box;width:57mm;margin:0 auto;color:#000;background:#fff}.thermal-preview-certificate{height:90mm;padding:1.5mm 2mm;overflow:hidden}.thermal-preview-detail{padding:2mm}.thermal-preview-text{margin:0;overflow:hidden;white-space:normal}.thermal-preview-character{display:inline-flex;align-items:baseline;justify-content:center;vertical-align:top}.thermal-preview-character.is-half-width>span{display:inline-block;transform:scaleX(.84)}.thermal-preview-block{display:flex;width:100%;flex-direction:column}.thermal-preview-block canvas,.thermal-preview-block img{max-width:100%;height:auto;image-rendering:pixelated}.thermal-preview-barcode{width:min(100%,50mm);height:7mm;fill:#000;shape-rendering:crispEdges}.thermal-preview-barcode-text{margin-top:3px;font-size:11px;letter-spacing:.12em}.thermal-preview-qr{display:inline-flex;width:50%;align-items:center;justify-content:center;vertical-align:top}.thermal-preview-qr canvas,.thermal-preview-qr img{width:22mm;height:22mm;image-rendering:pixelated}.thermal-preview-spacer{width:100%}.thermal-preview-cut{position:relative;width:72mm;height:8mm;margin:1mm auto;border-top:.25mm dashed #64748b;color:#475569;text-align:center}.thermal-preview-cut span{position:relative;top:-2.5mm;padding:0 2mm;background:#fff;font-size:7pt;letter-spacing:.08em}.thermal-preview-barcode-fallback{width:min(100%,50mm);height:7mm;background:repeating-linear-gradient(90deg,#000 0 2px,transparent 2px 4px,#000 4px 5px,transparent 5px 8px)}.thermal-preview-note{margin:0;padding:12px 20px;color:#475569;font-size:.86rem;line-height:1.5}.thermal-preview-dialog>footer{justify-content:flex-end;border-top:1px solid #e2e8f0}.thermal-preview-dialog>footer button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px}.thermal-preview-dialog>footer .is-secondary{border:1px solid #cbd5e1;background:#fff;color:#334155}.thermal-preview-dialog>footer .is-primary{border:1px solid #047857;background:#0f766e;color:#fff}.thermal-preview-dialog>footer .is-primary:disabled{cursor:not-allowed;opacity:.58}@media(max-width:620px){.thermal-preview-backdrop{padding:8px}.thermal-preview-dialog{height:calc(100vh - 16px);border-radius:14px}.thermal-preview-stage{padding:16px 10px}.thermal-preview-dialog>footer{flex-direction:column-reverse}.thermal-preview-dialog>footer button{width:100%}}.store-expense-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:18px;background:#0f172a8c}.store-expense-dialog{position:relative;width:min(680px,calc(100vw - 32px));max-height:calc(100vh - 36px);overflow-y:auto;padding:22px;border-radius:18px;background:#fff;box-shadow:0 24px 70px #0f172a47}.store-expense-dialog>header,.store-expense-dialog>header>div,.store-expense-dialog footer{display:flex;align-items:center;gap:10px}.store-expense-dialog>header{justify-content:space-between;margin-bottom:12px}.store-expense-dialog h2{margin:0;font-size:22px}.store-expense-close{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:10px;background:transparent;color:#475569;cursor:pointer}.store-expense-hint{margin:0 0 18px;padding:10px 12px;border-radius:9px;background:#f0fdf4;color:#166534;font-weight:600;line-height:1.5}.store-expense-dialog form{display:grid;gap:14px}.store-expense-dialog fieldset{display:grid;gap:8px;margin:0;padding:0;border:0}.store-expense-dialog legend{margin-bottom:6px;color:#334155;font-weight:700}.store-expense-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.store-expense-choice-grid button{min-height:46px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#334155;font:inherit;font-weight:700;cursor:pointer}.store-expense-choice-grid button.is-selected{border-color:#0f766e;background:#ccfbf1;color:#115e59;box-shadow:inset 0 0 0 1px #0f766e}.store-expense-dialog label{display:grid;gap:6px;color:#334155;font-weight:700}.store-expense-dialog input,.store-expense-dialog select,.store-expense-dialog textarea{box-sizing:border-box;width:100%;min-height:46px;padding:9px 11px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font:inherit}.store-expense-dialog textarea{min-height:78px;resize:vertical}.store-expense-reason-row{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:8px}.store-expense-dialog .store-expense-mic{display:grid;min-width:48px;min-height:48px;place-items:center;padding:0;border:1px solid #0f766e;border-radius:10px;background:#fff;color:#0f766e;cursor:pointer}.store-expense-dialog .store-expense-mic.is-listening{background:#0f766e;color:#fff}.store-expense-speech-message{margin:-6px 0 0;color:#475569;font-size:14px}.store-expense-field-error{margin:0;color:#b91c1c;font-size:14px}.store-expense-dialog footer{justify-content:flex-end;margin-top:4px}.store-expense-dialog footer button{min-height:46px;padding:0 18px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font:inherit;font-weight:700;cursor:pointer}.store-expense-dialog footer .store-expense-submit{border-color:#0f766e;background:#0f766e;color:#fff}.store-expense-dialog button:disabled,.store-expense-dialog input:disabled,.store-expense-dialog select:disabled,.store-expense-dialog textarea:disabled{cursor:not-allowed;opacity:.6}.store-expense-history{display:grid;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid #e2e8f0}.store-expense-history h3,.store-expense-void-panel h3{margin:0;color:#1e293b;font-size:18px}.store-expense-empty{margin:0;color:#64748b}.store-expense-record{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.store-expense-record>div{display:grid;min-width:0;gap:3px}.store-expense-record strong,.store-expense-record span{overflow-wrap:anywhere}.store-expense-record small{color:#64748b}.store-expense-void{min-width:72px;min-height:44px;border:1px solid #dc2626;border-radius:9px;background:#fff;color:#b91c1c;font:inherit;font-weight:700;cursor:pointer}.store-expense-void-panel{position:sticky;bottom:0;display:grid;gap:10px;margin:18px -10px -10px;padding:16px;border:1px solid #fecaca;border-radius:12px;background:#fff7f7;box-shadow:0 -8px 24px #0f172a1f}.store-expense-void-panel p{margin:0;color:#475569}.store-expense-void-confirm{border-color:#b91c1c!important;background:#b91c1c!important;color:#fff}@media(max-width:680px){.store-expense-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pos-coupon-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:grid;place-items:center;padding:18px;background:#0f172a80}.pos-coupon-dialog{width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 22px 60px #0f172a42}.pos-coupon-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 22px;border-bottom:1px solid #e2e8f0}.pos-coupon-dialog>header>div{display:flex;align-items:center;gap:10px;color:#0e7490}.pos-coupon-dialog h2{margin:0;color:#172b4d;font-size:25px}.pos-coupon-dialog>header button{display:grid;min-width:48px;min-height:48px;place-items:center;border:0;border-radius:12px;background:#f1f5f9;color:#0f172a;cursor:pointer}.pos-coupon-dialog button:disabled{opacity:.5;cursor:not-allowed}.pos-coupon-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 22px;border-bottom:1px solid #e2e8f0}.pos-coupon-tabs button{min-height:52px;border:0;border-bottom:3px solid transparent;background:transparent;color:#64748b;font:inherit;font-weight:800;cursor:pointer}.pos-coupon-tabs button.is-active{border-bottom-color:#0e7490;color:#0e7490}.pos-coupon-panel{padding:18px 22px 0}.pos-coupon-panel>p{margin:0 0 14px;color:#5c7086;line-height:1.55}.pos-coupon-code-input{display:grid;gap:7px;color:#334155;font-weight:750}.pos-coupon-code-input input{box-sizing:border-box;width:100%;min-height:52px;padding:12px;border:1px solid #cbd5e1;border-radius:11px;font:inherit;text-transform:uppercase}.pos-coupon-lookup-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;margin-top:10px;padding:0 16px;border:1px solid #0e7490;border-radius:10px;background:#fff;color:#0e7490;font:inherit;font-weight:800;cursor:pointer}.pos-coupon-error{padding:10px 12px;border-radius:9px;background:#fef2f2;color:#b91c1c!important}.pos-coupon-preview-list{display:grid;gap:8px;margin-top:14px}.pos-coupon-preview-list>article{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px 12px;padding:12px;border:1px solid #10b981;border-radius:11px;background:#ecfdf5}.pos-coupon-preview-list span{display:grid;gap:3px;min-width:0}.pos-coupon-preview-list small{color:#64748b;font-family:ui-monospace,monospace;overflow-wrap:anywhere}.pos-coupon-preview-list b{color:#166534;white-space:nowrap}.pos-coupon-preview-list em{grid-column:2 / -1;display:inline-flex;align-items:center;gap:4px;color:#047857;font-size:12px;font-style:normal}.pos-coupon-panel>footer{display:flex;justify-content:flex-end;gap:10px;margin:18px -22px 0;padding:15px 22px;border-top:1px solid #e2e8f0}.pos-coupon-panel button{min-height:44px;padding:0 16px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;font:inherit;font-weight:750;cursor:pointer}.pos-coupon-panel button.is-primary{border-color:#0e7490;background:#0e7490;color:#fff}.pos-coupon-template-list{display:grid;gap:9px}.pos-coupon-template-list>button{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:70px;text-align:left}.pos-coupon-template-list>button:hover,.pos-coupon-template-list>button:focus-visible{border-color:#0e7490;background:#f0fdfa}.pos-coupon-template-list span{display:grid;gap:5px}.pos-coupon-template-list small{color:#64748b;font-weight:500}.pos-coupon-template-list b{color:#0e7490;white-space:nowrap}.pos-coupon-template-list em{padding:7px 10px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px;font-style:normal;white-space:nowrap}.pos-coupon-empty{padding:28px 18px;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;text-align:center}.pos-coupon-issued-layout{display:grid;grid-template-columns:minmax(0,1fr) 80mm;align-items:start;gap:18px}.pos-coupon-issued-card{padding:16px;border:1px solid #a7f3d0;border-radius:13px;background:#ecfdf5}.pos-coupon-issued-card>div:first-child{display:flex;align-items:center;gap:8px;color:#047857}.pos-coupon-issued-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0 0}.pos-coupon-issued-card dl>div{padding:10px;border-radius:9px;background:#fff}.pos-coupon-issued-card dl>div:last-child{grid-column:1 / -1}.pos-coupon-issued-card dt{color:#64748b;font-size:12px}.pos-coupon-issued-card dd{margin:4px 0 0;color:#172b4d;font-weight:800}.pos-coupon-code-text{color:#9a3412!important;font-family:ui-monospace,monospace;letter-spacing:.06em;overflow-wrap:anywhere}.pos-coupon-issued-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:14px}.pos-coupon-layout-preview{display:grid;justify-items:center;gap:10px;min-width:0}.pos-coupon-layout-preview>header{display:grid;justify-items:center;gap:3px;color:#334155;text-align:center}.pos-coupon-layout-preview>header strong{font-size:15px}.pos-coupon-layout-preview>header span{color:#64748b;font-size:12px}.pos-coupon-preview-paper{box-sizing:border-box;width:80mm;padding:0 4mm;overflow:hidden;border:1px solid #cbd5e1;background:#fff;box-shadow:0 10px 26px #0f172a24}.pos-coupon-document{box-sizing:border-box;width:72mm;margin:0 auto;padding:4mm 3.5mm 3mm;break-inside:avoid;background:#fff;color:#000;text-align:center;font-family:PingFang TC,Microsoft JhengHei,sans-serif}.pos-coupon-manual-print-document{position:fixed;left:-10000px;top:0}.pos-coupon-visible-preview-document{position:static}.pos-coupon-print-brand{display:flex;align-items:center;justify-content:center;gap:2.2mm}.pos-coupon-print-brand-mark{flex:0 0 auto;width:10.5mm;height:11.5mm;color:#000}.pos-coupon-print-brand>div{display:grid;justify-items:start;line-height:1}.pos-coupon-print-brand strong{font-size:18pt;font-weight:950;letter-spacing:.06em;white-space:nowrap}.pos-coupon-print-brand span{margin-top:1.2mm;font-size:7.5pt;font-weight:850;letter-spacing:.12em;white-space:nowrap}.pos-coupon-print-divider{width:100%;margin:2.5mm 0;border-top:.5mm solid #000}.pos-coupon-print-divider.is-dashed{border-top-width:.35mm;border-top-style:dashed}.pos-coupon-print-title{display:flex;min-height:15mm;align-items:center;justify-content:center;gap:2mm}.pos-coupon-print-title h1{margin:0;font-size:24pt;font-weight:950;letter-spacing:.04em;line-height:1.1}.pos-coupon-print-title-icon{position:relative;display:inline-flex;flex:0 0 10mm}.pos-coupon-print-title-icon svg:first-child{width:9mm;height:12mm;transform:rotate(12deg);stroke-width:2.2}.pos-coupon-print-title-icon svg:last-child{position:absolute;right:-1mm;bottom:0;width:5mm;height:5mm}.pos-coupon-print-value{display:grid;justify-items:center;gap:1.5mm}.pos-coupon-print-value-label{padding:1.3mm 5mm;border-radius:2mm;background:#000;color:#fff;font-size:15pt;font-weight:900;letter-spacing:.08em}.pos-coupon-print-value>div{display:flex;min-height:29mm;align-items:baseline;justify-content:center;line-height:1}.pos-coupon-print-value>div>span{font-size:26pt;font-weight:900}.pos-coupon-print-value>div>strong{font-size:68pt;font-weight:950;letter-spacing:-.04em}.pos-coupon-print-value>div>b{margin-left:2mm;font-size:21pt;font-weight:950}.pos-coupon-print-code-section{display:grid;justify-items:center}.pos-coupon-print-promo-code{display:flex;width:100%;align-items:center;justify-content:center;gap:3mm}.pos-coupon-print-promo-code span{flex:0 0 auto;padding:1mm 3mm;border-radius:1.5mm;background:#111;color:#fff;font-size:10pt;font-weight:850;letter-spacing:.08em;white-space:nowrap}.pos-coupon-print-promo-code strong{max-width:43mm;overflow:hidden;font:900 8pt ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.pos-coupon-barcode-wrap{width:59mm;margin-top:2.5mm}.pos-coupon-barcode-wrap svg{display:block;width:100%;height:15mm}.pos-coupon-barcode-fallback{width:100%;margin:3mm 0;padding:3mm;border:.4mm solid #000;font:850 9pt ui-monospace,monospace;overflow-wrap:anywhere}.pos-coupon-document .pos-coupon-print-code{margin:1.3mm 0 0;font:850 10pt ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em;overflow-wrap:anywhere}.pos-coupon-print-terms{position:relative;min-height:27mm;padding-right:13mm;text-align:left}.pos-coupon-print-terms h2{margin:0 0 1mm;font-size:10.5pt;font-weight:950}.pos-coupon-print-terms ul{display:grid;gap:.8mm;margin:0;padding-left:5mm;font-size:8pt;font-weight:750;line-height:1.35}.pos-coupon-print-terms-icon{position:absolute;right:0;bottom:1mm;width:12mm;height:17mm}.pos-coupon-print-terms-icon svg:last-child{position:absolute;right:0;bottom:0;width:10mm;height:16mm;transform:rotate(10deg);stroke-width:2}.pos-coupon-print-terms-icon svg:first-child{position:absolute;left:-2mm;top:2mm;width:6mm;height:6mm}.pos-coupon-print-expiry{display:flex;align-items:center;justify-content:center;gap:4mm;font-size:13pt}.pos-coupon-print-expiry strong{font-weight:950;letter-spacing:.04em}@media(max-width:620px){.pos-coupon-dialog-backdrop{padding:8px}.pos-coupon-dialog{max-height:calc(100vh - 16px)}.pos-coupon-template-list>button{grid-template-columns:1fr auto}.pos-coupon-template-list em{grid-column:1 / -1;justify-self:start}.pos-coupon-issued-card dl{grid-template-columns:1fr}.pos-coupon-issued-card dl>div:last-child{grid-column:auto}.pos-coupon-issued-layout{grid-template-columns:1fr}.pos-coupon-panel>footer,.pos-coupon-issued-actions{flex-direction:column-reverse}.pos-coupon-panel>footer button,.pos-coupon-issued-actions button{width:100%}}.pos-price-query-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1450;display:grid;place-items:center;padding:18px;background:#0f172a80}.pos-price-query-dialog{width:min(680px,100%);max-height:min(720px,calc(100vh - 36px));overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 22px 60px #0f172a42}.pos-price-query-dialog header,.pos-price-query-dialog footer{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e2e8f0}.pos-price-query-dialog footer{justify-content:flex-end;border-top:1px solid #e2e8f0;border-bottom:0}.pos-price-query-dialog h2{margin:0;color:#172b4d;font-size:21px}.pos-price-query-dialog header button{min-width:44px;min-height:44px;border:0;border-radius:10px;background:#f1f5f9;font-size:28px;cursor:pointer}.pos-price-query-input{display:flex;align-items:center;gap:8px;margin:16px 18px 10px;min-height:48px;padding:0 12px;border:1px solid #b9c9d8;border-radius:10px;color:#5d7185}.pos-price-query-input input{width:100%;min-height:44px;border:0;outline:0;font:inherit}.pos-price-query-results{max-height:490px;overflow:auto;padding:0 18px 14px}.pos-price-query-results>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 10px;border-bottom:1px solid #edf2f7}.pos-price-query-results strong{display:block;color:#20364e}.pos-price-query-results small{display:block;margin-top:4px;color:#75879a}.pos-price-query-values{display:grid;gap:3px;text-align:right;white-space:nowrap}.pos-price-query-values b{color:#087b57;font-size:17px}.pos-price-query-values span{color:#60758a;font-size:13px}.pos-price-query-empty{padding:30px 18px;color:#71849a;text-align:center}.pos-price-query-dialog footer button{min-height:44px;padding:0 16px;border:1px solid #0e7490;border-radius:10px;background:#0e7490;color:#fff;font:inherit;font-weight:750;cursor:pointer}.report-print-sheet{display:none;box-sizing:border-box;color:#000;background:#fff;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,sans-serif}.report-print-a4-landscape{width:297mm;min-height:210mm;padding:9mm 7mm 8mm;font-size:8.2pt}.print-report-header{display:grid;grid-template-columns:1fr 1.35fr 1fr;align-items:center;gap:5mm;padding:0 2mm 4mm;border-bottom:.45mm solid #000}.print-report-brand{display:flex;align-items:center;gap:3mm;min-width:0}.print-report-brand svg{width:14mm;height:14mm;fill:#050505;flex:0 0 auto}.print-report-brand div{display:grid;gap:.5mm}.print-report-brand strong{font-size:15pt;line-height:1.15;white-space:nowrap}.print-report-brand small{font-size:6.8pt;font-weight:700;letter-spacing:.02em;white-space:nowrap}.print-report-header h1{margin:0;font-size:27pt;line-height:1.12;text-align:center;letter-spacing:.06em;white-space:nowrap}.print-report-print-meta{display:grid;justify-items:end;gap:2mm;font-size:8pt;font-weight:650;white-space:nowrap}.print-report-query-meta{display:flex;align-items:center;justify-content:space-between;gap:5mm;min-height:11mm;padding:0 2mm;font-size:9pt}.print-report-query-meta strong{font-weight:750}.report-data-table{width:100%;border-collapse:collapse;table-layout:fixed}.report-data-table thead{display:table-header-group}.report-data-table th{padding:2.4mm 1.2mm;border:.25mm solid #000;color:#fff;background:#050505;font-size:7.7pt;font-weight:750;line-height:1.2;text-align:center;white-space:nowrap}.report-data-table td{padding:2.15mm 1.25mm;border:.2mm solid #000;color:#000;font-size:7.5pt;line-height:1.3;text-align:center;vertical-align:middle;overflow-wrap:anywhere}.report-data-table tbody tr{break-inside:avoid;page-break-inside:avoid}.report-data-table td.is-money{text-align:right;white-space:nowrap}.report-data-table td.is-serial{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.report-data-table td.is-note{text-align:left}.report-data-table td.is-status{font-weight:800;white-space:nowrap}.report-data-table td.is-status.is-sold,.report-data-table td.is-status.is-unsold,.report-data-table td.is-status.is-pending{color:#000}.report-data-table td.is-empty{padding:9mm;color:#000;text-align:center}.print-report-signature-footer{display:grid;grid-template-columns:auto 1fr auto 43mm;align-items:end;gap:2mm;margin-top:5mm;padding:0 3mm;font-size:9pt;font-weight:650}.print-report-signature-footer i{display:block;height:5mm;border-bottom:.25mm solid #000}@media print{@page{size:A4 landscape;margin:0}.report-print-sheet{display:block!important}.report-print-a4-landscape{width:297mm;min-height:210mm}}.customer-activity-backdrop{position:fixed;z-index:1700;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#0f172a8c}.customer-activity-dialog{width:min(1180px,100%);max-height:calc(100vh - 36px);padding:22px;overflow:auto;border-radius:16px;background:#fff}.customer-activity-dialog header,.customer-activity-dialog footer,.customer-activity-filters{display:flex;align-items:center;gap:9px}.customer-activity-dialog header{justify-content:space-between}.customer-activity-dialog h2{margin:3px 0 0}.customer-activity-filters{flex-wrap:wrap;margin:18px 0}.customer-activity-dialog button,.customer-activity-dialog input,.customer-activity-dialog select{min-height:44px;padding:0 11px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font:inherit}.customer-activity-dialog button{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.customer-activity-dialog table{width:100%;min-width:860px;border-collapse:collapse}.customer-activity-dialog th,.customer-activity-dialog td{padding:10px;border-bottom:1px solid #e2e8f0;text-align:left}.customer-activity-dialog footer{justify-content:flex-end;margin-top:16px}.customer-activity-dialog button:disabled{cursor:wait;opacity:.55}.customer-activity-print-scope{display:flex;align-items:center;justify-content:space-between;gap:5mm;margin:0 2mm 2.5mm;font-size:8pt}.customer-activity-print-table .is-date{width:13%}.customer-activity-print-table .is-type{width:7%}.customer-activity-print-table .is-unit{width:11%}.customer-activity-print-table .is-reference{width:18%}.customer-activity-print-table .is-content{width:32%}.customer-activity-print-table .is-amount{width:9%}.customer-activity-print-table .is-status{width:10%}.customer-activity-print-report,.customer-activity-print-report *{color:#000!important}.customer-activity-print-report .report-data-table th{border-color:#000;color:#000!important;background:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.customer-activity-print-report .report-data-table td{border-color:#000;background:#fff}@media print{.customer-activity-print-report{display:block!important;position:static!important}}.pending-sale-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:grid;place-items:center;padding:20px;background:#0f172a94}.pending-sale-dialog{width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 22px 60px #0f172a47}.pending-sale-dialog>header,.pending-sale-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 22px}.pending-sale-dialog>header{border-bottom:1px solid #e2e8f0}.pending-sale-dialog>header span{color:#7c3aed;font-size:12px;font-weight:800}.pending-sale-dialog h2{margin:3px 0 0}.pending-sale-dialog button{min-height:42px;padding:0 15px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font:inherit;font-weight:700}.pending-sale-dialog button.is-primary{border-color:#7c3aed;background:#7c3aed;color:#fff}.pending-sale-notice{display:flex;gap:10px;margin:18px 22px 0;padding:13px 14px;border-radius:10px;background:#f5f3ff;color:#5b21b6}.pending-sale-notice p{margin:0;line-height:1.5}.pending-sale-summary{display:flex;align-items:center;justify-content:space-between;margin:14px 22px;padding:14px;border-radius:10px;background:#f8fafc}.pending-sale-summary strong{font-size:22px}.pending-sale-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:0 22px}.pending-sale-fields label{display:grid;gap:6px;color:#475569;font-size:13px;font-weight:700}.pending-sale-fields .is-wide{grid-column:1/-1}.pending-sale-fields input,.pending-sale-fields select,.pending-sale-fields textarea{width:100%;box-sizing:border-box;min-height:43px;padding:9px 11px;border:1px solid #cbd5e1;border-radius:9px;font:inherit}.pending-sale-error{margin:12px 22px 0;color:#b42318;font-weight:700}.pending-sale-dialog>footer{justify-content:flex-end;border-top:1px solid #e2e8f0;margin-top:20px}@media(max-width:600px){.pending-sale-fields{grid-template-columns:1fr}.pending-sale-fields .is-wide{grid-column:auto}}.pos-checkout-page{display:flex;flex-direction:column;width:100vw;height:100vh;background-color:var(--bg-light-primary);overflow:hidden}.recent-sales-dialog{width:min(1080px,calc(100vw - 36px));max-height:calc(100vh - 36px);overflow:auto;padding:22px;border-radius:16px;background:#fff;box-shadow:0 24px 70px #0f172a47}.recent-sales-dialog>header,.recent-sales-dialog>header>div,.recent-sales-dialog footer,.recent-row-actions,.recent-sales-actions{display:flex;align-items:center;gap:10px}.recent-sales-actions{justify-content:space-between;margin-bottom:12px;color:#475569;font-weight:700}.recent-sales-empty{padding:30px!important;color:#64748b;text-align:center!important}.recent-sales-dialog>header{justify-content:space-between;margin-bottom:18px}.recent-sales-dialog h2{margin:0}.recent-sales-dialog button{min-height:44px;padding:0 13px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;cursor:pointer}.recent-sales-dialog button.is-danger{color:#b91c1c;border-color:#fecaca;background:#fff1f2}.recent-sales-table-wrap{overflow-x:auto}.recent-sales-dialog table{width:100%;min-width:900px;border-collapse:collapse}.recent-sales-dialog th,.recent-sales-dialog td{padding:11px;border-bottom:1px solid #e2e8f0;text-align:left}.recent-payment-methods{min-width:96px;color:#334155;font-weight:700;overflow-wrap:anywhere}.recent-sales-dialog footer{justify-content:flex-end;margin-top:18px}.recent-sales-dialog label{display:grid;gap:6px;margin-top:14px}.recent-sales-dialog textarea{min-height:88px;padding:10px;border:1px solid #cbd5e1;border-radius:9px;font:inherit}.recent-sales-dialog select{min-height:44px;padding:0 10px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font:inherit}.recent-sales-search{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.recent-sales-search input{flex:1;min-width:0;min-height:44px;padding:0 12px;border:1px solid #cbd5e1;border-radius:9px;font:inherit}.recent-sales-search button{display:inline-flex;align-items:center;gap:6px}.compact-dialog{width:min(620px,calc(100vw - 36px))}.sales-detail-document-header{padding-bottom:12px;border-bottom:2px solid #0f172a}.sales-detail-document-header h3{margin:0;font-size:22px}.sales-detail-document-header p{margin:6px 0 0;color:#475569;font-weight:700}.sales-detail-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 18px;margin:14px 0 20px}.sales-detail-meta div{display:grid;gap:3px}.sales-detail-meta dt{color:#64748b;font-size:12px}.sales-detail-meta dd{margin:0;font-weight:700}.sales-detail-section{margin-top:18px}.sales-detail-section h3{margin:0 0 8px;font-size:16px}.sales-detail-table-wrap{overflow-x:auto}.sales-detail-items,.sales-detail-payments{width:100%;min-width:860px;border-collapse:collapse}.sales-detail-items th,.sales-detail-items td,.sales-detail-payments th,.sales-detail-payments td{padding:8px 7px;border-bottom:1px solid #cbd5e1;text-align:left;vertical-align:top}.sales-detail-items th,.sales-detail-payments th{background:#f1f5f9;font-weight:800;white-space:nowrap}.sales-detail-empty{padding:20px!important;color:#64748b;text-align:center!important}.sales-detail-totals{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:18px 0;border-top:2px solid #0f172a;border-bottom:1px solid #cbd5e1;padding:10px 0}.sales-detail-totals div{display:flex;justify-content:space-between;gap:8px}.sales-detail-totals dt{color:#475569}.sales-detail-totals dd{margin:0;font-weight:800}.sales-detail-note{margin-top:16px;padding-top:12px;border-top:1px solid #cbd5e1}.sales-detail-print-document{max-width:1080px}.recent-sales-search label{display:inline-flex;align-items:center;gap:5px;margin-top:0;color:#64748b;font-size:12px;font-weight:700}.recent-sales-search label input{flex:0 1 132px;min-width:132px}.recent-sales-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 0 2px}.recent-sales-pagination button{min-height:40px;padding:0 13px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#334155;font-weight:700;cursor:pointer}.recent-sales-pagination button:disabled{cursor:not-allowed;opacity:.5}.daily-close-totals div{padding:12px;border-radius:10px;background:#f8fafc}.daily-close-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:12px 0 18px}.daily-close-totals div{display:grid;gap:5px}.daily-close-totals strong{font-size:24px}.daily-close-warning{padding:11px;border-radius:8px;color:#92400e;background:#fef3c7}.daily-close-range-note{padding:11px;border-radius:8px;color:#075985;background:#e0f2fe}.daily-closing-date-filter{display:flex;align-items:end;flex-wrap:wrap;gap:10px;margin:12px 0;padding:12px;border:1px solid #dbe4ef;border-radius:10px;background:#f8fafc}.daily-closing-date-filter label{display:grid;gap:5px;margin:0;color:#475569;font-size:13px;font-weight:700}.daily-closing-date-filter input{min-height:42px;padding:0 11px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font:inherit}.daily-closing-date-filter button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:0 14px;border:1px solid #0f766e;border-radius:8px;background:#0f766e;color:#fff;font-weight:800;cursor:pointer}.daily-closing-date-filter button:disabled{cursor:wait;opacity:.65}.daily-closing-view-switch{display:flex;gap:8px;margin:12px 0}.daily-closing-view-switch button{min-height:44px;padding:0 14px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font-weight:700;cursor:pointer}.daily-closing-view-switch button.active{border-color:#0f766e;background:#ecfdf5;color:#047857}.daily-closing-print-document{display:none;box-sizing:border-box;width:100%;padding:3mm 4mm 3.5mm;color:#050505;background:#fff;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,sans-serif;font-size:9pt;line-height:1.28}.daily-closing-receipt-header{display:grid;justify-items:center;gap:1mm;text-align:center}.daily-closing-receipt-header h1{margin:0;font-size:19pt;line-height:1.15;letter-spacing:.08em}.daily-closing-receipt-header h2{margin:0;font-size:14pt;line-height:1.15;letter-spacing:.14em}.daily-closing-receipt-header>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:3mm;width:74%}.daily-closing-receipt-header>div i{height:0;border-top:.25mm solid #111}.daily-closing-receipt-header>div strong{font-size:12.5pt;letter-spacing:.14em;white-space:nowrap}.daily-closing-receipt-header small{font-size:7pt}.daily-closing-receipt-divider{height:.5mm;margin:2mm 0;background:repeating-linear-gradient(90deg,#111 0 2mm,transparent 2mm 3.5mm)}.daily-closing-receipt-date{margin:0 0 1.8mm;white-space:nowrap}.daily-closing-receipt-period{display:grid;gap:1mm;margin:0 0 1.8mm}.daily-closing-receipt-period div{display:grid;grid-template-columns:auto 1fr;gap:1.5mm}.daily-closing-receipt-period span,.daily-closing-receipt-period strong{white-space:nowrap}.daily-closing-receipt-period strong{font-weight:500;text-align:right}.daily-closing-receipt-count-row{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:2mm;margin:1.5mm 0}.daily-closing-receipt-count-row strong{min-height:4mm;border-bottom:.2mm solid #777;text-align:right}.daily-closing-receipt-section h3,.daily-closing-receipt-check h3{margin:2.5mm 0 1.5mm;font-size:10.5pt;text-decoration:underline;text-underline-offset:1mm}.daily-closing-receipt-amount-row{display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:2mm;margin:1.5mm 0}.daily-closing-receipt-amount-row span{white-space:nowrap}.daily-closing-receipt-amount-row strong{min-height:4mm;padding-right:1mm;border-bottom:.2mm solid #777;text-align:right}.daily-closing-receipt-amount-row b{font-weight:500}.daily-closing-receipt-exceptions{display:grid;gap:1.4mm;min-height:25mm;margin-bottom:2mm;padding:2.5mm;border:.25mm solid #111;border-radius:1.5mm}.daily-closing-receipt-exceptions span{font-size:8pt}.daily-closing-receipt-exceptions i{height:2.5mm;border-bottom:.2mm solid #777}.daily-closing-receipt-staff{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:2mm;break-inside:avoid;page-break-inside:avoid}.daily-closing-receipt-staff strong{min-height:4mm;border-bottom:.2mm solid #777;text-align:center}@media(max-width:720px){.sales-detail-meta,.sales-detail-totals,.daily-close-totals{grid-template-columns:1fr 1fr}.daily-closing-date-filter{align-items:stretch}.daily-closing-date-filter label,.daily-closing-date-filter button{flex:1 1 100%}.recent-row-actions,.recent-sales-actions{align-items:stretch;flex-direction:column}}@media(display-mode:standalone){.header-full-btn{display:none}}@media print{body *{visibility:hidden!important}.pos-print-document,.pos-print-document *{visibility:visible!important}.pos-print-document{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-height:none;padding:0;box-shadow:none}.pos-print-document button,.pos-print-document footer{display:none!important}.sales-detail-print-document{position:static;width:auto;max-width:none;padding:0}.sales-detail-document-header h3{font-size:18px}.sales-detail-meta{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:8px}.sales-detail-meta dd{overflow-wrap:anywhere}.sales-detail-section h3{font-size:18px}.sales-detail-table-wrap{overflow:visible}.sales-detail-items,.sales-detail-payments{width:100%!important;min-width:100%!important;max-width:100%!important;table-layout:fixed;font-size:11px;line-height:1.4}.sales-detail-items th,.sales-detail-items td,.sales-detail-payments th,.sales-detail-payments td{padding:7px 4px}.sales-detail-items th:nth-child(n+4),.sales-detail-items td:nth-child(n+4),.sales-detail-payments th:nth-child(n+3),.sales-detail-payments td:nth-child(n+3){display:none}.sales-detail-items th:nth-child(1),.sales-detail-items td:nth-child(1){width:48%;overflow-wrap:anywhere}.sales-detail-items th:nth-child(2),.sales-detail-items td:nth-child(2){width:22%;overflow-wrap:anywhere}.sales-detail-items th:nth-child(3),.sales-detail-items td:nth-child(3){width:30%;overflow-wrap:anywhere}.sales-detail-payments th,.sales-detail-payments td{width:50%}.sales-detail-totals{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px;font-size:15px;line-height:1.35}.sales-detail-totals div{min-width:0}.sales-detail-totals dt,.sales-detail-totals dd{white-space:nowrap}.sales-detail-totals dd{font-size:17px}.daily-closing-print-document{display:block!important;break-inside:avoid;page-break-inside:avoid}}.pos-header{height:60px;background-color:var(--bg-light-card);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0;box-shadow:var(--shadow-md);z-index:10;padding-top:env(safe-area-inset-top,0px)}.pos-entry-actions{height:100%;display:flex;align-items:stretch;flex:0 0 auto}.pos-entry-button{min-width:150px;height:100%;padding:0 18px;color:var(--text-white);font-size:clamp(15px,1vw,18px);font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .15s ease}.pos-entry-button.is-erp{background:var(--primary-active)}.pos-entry-button.is-erp:hover{background:var(--primary-hover)}.pos-entry-button.is-guangmao{background:var(--warning-color);box-shadow:2px 0 6px #d977062e}.pos-entry-button.is-guangmao:hover{background:#b45309}.pos-header-left{flex:1 1 auto;min-width:0;display:flex;align-items:center;margin-left:16px;margin-right:16px}.pos-logo{flex:0 0 auto;font-size:18px;font-weight:800;color:var(--primary-color);display:flex;align-items:center;gap:8px;white-space:nowrap}.current-store-button{min-height:44px;margin-left:18px;padding:0 16px;display:flex;align-items:center;gap:8px;border:1px solid #bae6fd;border-radius:12px;background:#f0f9ff;color:#0369a1;font-size:15px;font-weight:800}.store-selector-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.store-selector-dialog{width:min(560px,96vw);border-radius:20px;padding:24px;background:#fff;box-shadow:0 24px 60px #0f172a47}.store-selector-header,.store-selector-header>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-selector-header h2{margin:0;font-size:22px}.store-selector-header>button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f5f9}.store-selector-dialog>p{color:#475569}.store-selector-list{display:grid;gap:12px;margin-top:18px}.store-selector-list>button{min-height:62px;display:grid;grid-template-columns:28px 1fr 24px;align-items:center;gap:12px;padding:0 18px;border:1.5px solid #cbd5e1;border-radius:14px;background:#fff;color:#0f172a;text-align:left;font-size:18px;font-weight:800}.store-selector-list>button.active{border-color:#0284c7;background:#f0f9ff;color:#0369a1}.store-switch-confirmation{margin-top:18px;padding:14px;display:grid;grid-template-columns:24px 1fr;gap:10px;border:1px solid #fed7aa;border-radius:14px;background:#fff7ed;color:#9a3412;font-weight:700}.store-switch-confirmation button{min-height:44px;border-radius:10px;background:#fff;color:#9a3412;font-weight:800}.store-switch-confirmation button.confirm{grid-column:1 / -1;background:#c2410c;color:#fff}.pos-header-center{display:flex;align-items:center;gap:12px}.nav-tab-btn{height:40px;padding:0 20px;border-radius:var(--border-radius-sm);font-size:15px;font-weight:600;color:var(--text-dark-secondary);background-color:transparent;display:flex;align-items:center;gap:8px;border:1px solid transparent;cursor:pointer;transition:all .15s ease}.nav-tab-btn:hover{background-color:var(--bg-light-hover)}.nav-tab-btn.active{background-color:var(--primary-color);color:var(--text-white);box-shadow:0 2px 8px #0284c740}.pos-header-right{flex:0 0 auto;height:100%;display:flex;align-items:center;gap:0}.header-full-btn,.header-operation-btn,.header-logout-btn{height:100%;padding:0 24px;border:none;font-size:clamp(17px,1.25vw,22px);font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .15s ease;border-left:1px solid rgba(255,255,255,.2)}@media(max-width:1280px){.pos-entry-button{min-width:auto;padding:0 12px;font-size:15px}.header-full-btn,.header-operation-btn,.header-logout-btn{padding:0 14px;font-size:16px}.header-full-btn span,.header-operation-btn span{display:none}}@media(max-width:920px){.pos-entry-button span,.pos-logo span{display:none}.pos-entry-button{width:58px;min-width:58px;padding:0}}@media(max-width:900px)and (orientation:portrait){.pos-checkout-page{height:auto;min-height:100vh;overflow:auto}.pos-main-body{flex-direction:column;overflow:visible}.pos-left-panel,.pos-right-panel{flex:none;min-height:620px;overflow:visible}}.header-full-btn{background-color:#0284c7;color:#fff;border-left:1px solid rgba(255,255,255,.2)}.header-full-btn:hover{background-color:#0369a1;color:#fff}.header-operation-btn{color:#fff}.header-operation-btn:disabled{cursor:not-allowed;opacity:.55}.header-invoice-void-btn{background-color:#9f1239}.header-expense-btn{min-width:108px;background-color:#d97706}.header-expense-btn:hover:not(:disabled){background-color:#b45309}@media(max-width:1280px){.header-operation-btn.header-expense-btn{min-width:0}}.header-invoice-void-btn:hover:not(:disabled){background-color:#881337}.header-detail-print-btn{background-color:#475569}.header-detail-print-btn:hover:not(:disabled){background-color:#334155}.header-daily-close-btn{background-color:#0f766e}.header-daily-close-btn:hover:not(:disabled){background-color:#115e59}.header-logout-btn{background-color:#dc2626;color:#fff;border-left:1px solid rgba(255,255,255,.2)}.header-logout-btn:hover{background-color:#b91c1c;color:#fff}@media(display-mode:standalone){.header-full-btn{display:none}.pos-header{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}}.pos-main-body{flex:1;display:flex;padding:16px;gap:16px;overflow:hidden}.pos-left-panel{flex:1.4;background-color:var(--bg-light-card);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);padding:16px;display:flex;flex-direction:column;box-shadow:var(--shadow-md);overflow:hidden}.pos-right-panel{flex:1;display:flex;flex-direction:column;overflow:hidden}.pos-fixed-shortcuts{display:flex;gap:8px;margin:0 0 10px;padding:0 2px}.pos-fixed-shortcuts button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;flex:1 1 0;border:1px solid #c7d8e8;border-radius:10px;background:#f8fbff;color:#235070;font:inherit;font-weight:800;cursor:pointer}.pos-fixed-shortcuts button:hover:not(:disabled){border-color:#0b8ec7;background:#effaff;color:#0876a8}.pos-fixed-shortcuts button:disabled{cursor:not-allowed;opacity:.48}@media(min-width:901px)and (max-width:1366px)and (orientation:landscape){.pos-header-left{margin-right:8px;margin-left:8px}.current-store-button{margin-left:10px;padding:0 12px}.pos-main-body{gap:10px;padding:10px}.pos-left-panel,.pos-right-panel{flex:1 1 0;min-width:0}.pos-left-panel{padding:12px}}.erp-shell{width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-light-primary);color:var(--text-dark-primary)}.erp-body-row{display:flex;flex:1;min-height:0;width:100%}.erp-sidebar{width:240px;flex:0 0 240px;height:100%;display:flex;flex-direction:column;background:var(--bg-light-card);border-right:1px solid var(--border-light);box-shadow:4px 0 18px #0f172a0a;overflow:hidden;transition:width .2s ease,flex-basis .2s ease,transform .2s ease;z-index:40}.erp-shell.is-collapsed .erp-sidebar{width:68px;flex-basis:68px}.erp-sidebar-brand{height:76px;flex:0 0 76px;display:flex;align-items:center;gap:10px;padding:0 12px;border-bottom:1px solid var(--border-light);transition:gap .2s ease,padding .2s ease}.erp-sidebar-toggle-button{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:11px;color:var(--primary-active);background:#e0f2fe;border:1px solid #bae6fd;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.erp-sidebar-toggle-button:hover{color:var(--primary-hover);background:#bae6fd}.erp-brand-copy{width:150px;max-width:150px;flex:0 0 150px;min-width:150px;display:flex;flex-direction:column;gap:3px;overflow:hidden}.erp-brand-copy strong{font-size:18px;color:var(--primary-active)}.erp-brand-copy span,.erp-sidebar-user span{color:var(--text-gray-muted);font-size:13px}.erp-sidebar-nav{flex:1;min-height:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;padding:14px 10px 18px}.erp-nav-home,.erp-nav-section-trigger,.erp-nav-item{min-height:46px;display:flex;align-items:center;gap:11px;width:100%;border-radius:10px;color:var(--text-dark-secondary);background:transparent;text-decoration:none;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease,gap .2s ease,padding .2s ease}.erp-nav-home,.erp-nav-section-trigger{height:46px;flex:0 0 46px}.erp-nav-home,.erp-nav-section-trigger{padding:0 12px}.erp-nav-home,.erp-nav-section{flex:0 0 auto}.erp-nav-home:hover,.erp-nav-section-trigger:hover{color:var(--primary-hover);background:var(--bg-light-hover)}.erp-nav-home.is-active,.erp-nav-item.is-active{position:relative;color:var(--primary-active);background:#e0f2fe}.erp-nav-item.is-active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:4px;border-radius:0 4px 4px 0;background:var(--primary-color)}.erp-nav-section{margin-top:8px}.erp-nav-section-trigger .erp-nav-label{flex:1;min-width:0;text-align:left}.erp-nav-label{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.erp-nav-chevron{width:18px;flex:0 0 18px}.erp-collapsible-copy{opacity:1;visibility:visible;transform:translate(0);white-space:nowrap;transition:max-width .2s ease,min-width .2s ease,flex-basis .2s ease,opacity .1s ease 80ms,transform .18s ease 40ms,visibility 0s linear}.erp-nav-section.is-current>.erp-nav-section-trigger{color:var(--primary-active)}.erp-nav-section.is-current>.erp-nav-section-direct{background:#e0f2fe}.erp-nav-section-direct:focus-visible{outline:3px solid rgba(2,132,199,.2);outline-offset:-2px}.erp-nav-section.is-system{padding-top:10px;border-top:1px solid var(--border-light)}.erp-nav-back-pos-button{height:46px;min-height:46px;flex:0 0 46px;display:flex;align-items:center;gap:11px;width:100%;padding:0 12px;margin-top:14px;border-radius:10px;color:var(--text-dark-secondary);background:transparent;border:1px solid transparent;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease,gap .2s ease,padding .2s ease}.erp-nav-back-pos-button:hover{color:var(--primary-active);background:#e0f2fe;border:1px solid #bae6fd}.erp-shell.is-collapsed .erp-nav-back-pos-button{justify-content:center;gap:0;padding-left:0;padding-right:0}.erp-nav-submenu{display:flex;flex:0 0 auto;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:3px;height:auto;min-height:0;margin:4px 0 6px 12px;padding-left:12px;border-left:1px solid var(--border-light);max-height:480px;opacity:1;visibility:visible;overflow:hidden;transition:max-height .2s ease,margin .2s ease,padding .2s ease,opacity .1s ease 80ms,visibility 0s linear}.erp-nav-item{position:relative;height:44px;min-height:44px;flex:0 0 44px;padding:0 11px;font-weight:600}.erp-nav-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.erp-sidebar-footer{flex:0 0 auto;display:grid;gap:8px;padding:12px 10px;border-top:1px solid var(--border-light);background:var(--bg-light-card)}.erp-sidebar-user{min-height:48px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:10px;color:var(--primary-active);background:var(--bg-light-primary);transition:gap .2s ease,padding .2s ease}.erp-sidebar-user-copy{width:140px;max-width:140px;flex:0 0 140px;min-width:140px;display:flex;flex-direction:column;gap:2px;overflow:hidden}.erp-sidebar-user strong{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.erp-shell.is-collapsed .erp-brand-copy,.erp-shell.is-collapsed .erp-nav-label,.erp-shell.is-collapsed .erp-nav-chevron,.erp-shell.is-collapsed .erp-sidebar-user-copy{width:0;max-width:0;min-width:0;flex-basis:0;opacity:0;visibility:hidden;transform:translate(-8px);transition:max-width .2s ease,min-width .2s ease,flex-basis .2s ease,opacity 80ms ease,transform .16s ease,visibility 0s linear .2s}.erp-shell.is-collapsed .erp-nav-submenu{max-height:0;margin-top:0;margin-bottom:0;padding-left:0;border-left-color:transparent;opacity:0;visibility:hidden;pointer-events:none;transition:max-height .2s ease,margin .2s ease,padding .2s ease,opacity 80ms ease,visibility 0s linear .2s}.erp-shell.is-collapsed .erp-sidebar-brand,.erp-shell.is-collapsed .erp-nav-home,.erp-shell.is-collapsed .erp-nav-section-trigger,.erp-shell.is-collapsed .erp-sidebar-user{justify-content:center;gap:0;padding-left:0;padding-right:0}.erp-topbar-brand{display:flex;flex-direction:column;gap:1px;min-width:110px;white-space:nowrap}.erp-topbar-brand strong{font-size:16px;color:var(--primary-active);font-weight:800}.erp-topbar-brand span{font-size:11px;color:var(--text-gray-muted);font-weight:600}.erp-topbar{position:relative;min-height:76px;flex:0 0 76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 22px 0 12px;background:var(--bg-light-card);border-bottom:1px solid var(--border-light);box-shadow:0 4px 12px #0f172a0a;isolation:isolate;z-index:100}.erp-shell:has([aria-modal=true])>.erp-topbar{visibility:hidden;pointer-events:none}.erp-topbar-leading,.erp-topbar-actions,.erp-breadcrumbs{display:flex;align-items:center}.erp-topbar-leading{min-width:0;gap:16px}.erp-topbar-actions{flex:0 0 auto;gap:10px}.erp-mobile-menu-button,.erp-icon-button{width:44px;height:44px;align-items:center;justify-content:center;border-radius:10px;color:var(--text-dark-secondary);background:var(--bg-light-card);border:1px solid var(--border-light);cursor:pointer}.erp-mobile-menu-button{display:none}.erp-back-pos-button,.erp-logout-button,.erp-unit-selector-trigger{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:10px;font-size:14px;font-weight:800;cursor:pointer}.erp-back-pos-button{color:var(--primary-active);background:#e0f2fe;border:1px solid #bae6fd}.erp-breadcrumbs{min-width:0;gap:7px;color:var(--text-gray-muted);font-size:14px;white-space:nowrap}.erp-breadcrumbs strong{max-width:210px;overflow:hidden;color:var(--text-dark-primary);text-overflow:ellipsis}.erp-unit-selector{position:relative;z-index:1}.erp-unit-selector-trigger{min-width:176px;justify-content:space-between;color:var(--primary-active);background:var(--bg-light-card);border:1px solid #7dd3fc}.erp-unit-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:210px;padding:7px;border-radius:12px;background:var(--bg-light-card);border:1px solid var(--border-light);box-shadow:var(--shadow-lg);pointer-events:auto;z-index:60}.erp-unit-menu button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-radius:8px;background:transparent;color:var(--text-dark-secondary);font-size:14px;font-weight:700;cursor:pointer;pointer-events:auto;touch-action:manipulation}.erp-unit-menu button:hover,.erp-unit-menu button.is-selected{color:var(--primary-active);background:#e0f2fe}.erp-unit-menu-empty{display:flex;flex-direction:column;gap:6px;padding:12px 16px;color:var(--text-gray-muted);font-size:13px}.erp-unit-menu-empty a{color:var(--primary-color);font-weight:700;text-decoration:underline}.erp-session-badge,.erp-fixed-scope-badge{min-height:44px;display:flex;align-items:center;gap:7px;padding:0 12px;border-radius:10px;color:var(--text-dark-secondary);background:var(--bg-light-primary);border:1px solid var(--border-light);font-size:14px;font-weight:700}.erp-fixed-scope-badge{color:var(--primary-active);background:#eff6ff;border-color:#bfdbfe}.erp-logout-button{color:var(--danger-color);background:#fef2f2;border:1px solid #fecaca}.erp-content{flex:1;min-width:0;min-height:0;overflow:auto;padding:24px}.erp-drawer-backdrop{display:none}@media(max-width:1280px){.erp-session-badge span,.erp-fixed-scope-badge span,.erp-breadcrumbs>span:first-child,.erp-breadcrumbs>span:first-child+svg{display:none}.erp-topbar{padding:0 16px}}@media(max-width:1023px){.erp-sidebar,.erp-shell.is-collapsed .erp-sidebar{position:fixed;left:0;top:0;width:260px;flex-basis:260px;transform:translate(-102%)}.erp-sidebar.is-drawer-open{transform:translate(0)}.erp-shell.is-collapsed .erp-sidebar-brand,.erp-shell.is-collapsed .erp-nav-home,.erp-shell.is-collapsed .erp-nav-section-trigger,.erp-shell.is-collapsed .erp-sidebar-user{justify-content:flex-start;padding-left:12px;padding-right:12px}.erp-shell.is-collapsed .erp-sidebar-brand{gap:10px}.erp-shell.is-collapsed .erp-nav-home,.erp-shell.is-collapsed .erp-nav-section-trigger{gap:11px}.erp-shell.is-collapsed .erp-sidebar-user{gap:10px}.erp-shell.is-collapsed .erp-brand-copy,.erp-shell.is-collapsed .erp-nav-label,.erp-shell.is-collapsed .erp-nav-chevron,.erp-shell.is-collapsed .erp-sidebar-user-copy{opacity:1;visibility:visible;transform:none}.erp-shell.is-collapsed .erp-brand-copy{width:150px;max-width:150px;min-width:150px;flex-basis:150px}.erp-shell.is-collapsed .erp-sidebar-user-copy{width:140px;max-width:140px;min-width:140px;flex-basis:140px}.erp-shell.is-collapsed .erp-nav-label{width:auto;max-width:190px;min-width:0;flex:1 1 auto}.erp-shell.is-collapsed .erp-nav-chevron{width:18px;max-width:18px;min-width:18px;flex-basis:18px}.erp-shell.is-collapsed .erp-nav-submenu{max-height:480px;margin:4px 0 6px 12px;padding-left:12px;border-left-color:var(--border-light);opacity:1;visibility:visible;pointer-events:auto}.erp-mobile-menu-button,.erp-drawer-backdrop{display:flex}.erp-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#0f172a57;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:35}.erp-breadcrumbs>span,.erp-breadcrumbs>svg{display:none}.erp-back-pos-button span,.erp-session-badge,.erp-logout-button span{display:none}.erp-back-pos-button,.erp-logout-button{width:44px;padding:0}}@media(max-width:760px){.erp-topbar{min-height:68px;flex-basis:68px;gap:8px;padding:0 10px}.erp-topbar-leading,.erp-topbar-actions{gap:6px}.erp-unit-selector-trigger{width:44px;min-width:44px;padding:0}.erp-unit-selector-trigger span,.erp-unit-selector-trigger svg:last-child,.erp-fixed-scope-badge,.erp-icon-button{display:none}.erp-content{padding:16px}}.erp-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:center;padding:20px;background:#0f172a85}.erp-confirm-dialog{width:min(440px,100%);padding:24px;border-radius:16px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.erp-confirm-dialog h2{margin:0 0 10px;font-size:20px}.erp-confirm-dialog p{margin:0;color:#64748b;line-height:1.7}.erp-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.erp-confirm-actions button{min-height:40px;padding:0 16px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;cursor:pointer}.erp-confirm-actions button.is-primary{border-color:#2563eb;background:#2563eb;color:#fff}.erp-dashboard-hero{display:flex;align-items:center;gap:18px;padding:26px 28px;border-radius:16px;color:var(--text-dark-primary);background:linear-gradient(120deg,#fff,#f0f9ff);border:1px solid #bae6fd;box-shadow:var(--shadow-md)}.erp-dashboard-hero-icon{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;border-radius:16px;color:var(--text-white);background:var(--primary-color);box-shadow:0 8px 18px #0284c733}.erp-dashboard-hero span,.erp-dashboard-section-title span{color:var(--primary-color);font-size:13px;font-weight:900;letter-spacing:.06em}.erp-dashboard-hero h1{margin:4px 0 7px;font-size:clamp(25px,2.5vw,36px)}.erp-dashboard-hero p{color:var(--text-gray-muted);font-size:15px;line-height:1.6}.erp-dashboard-section{margin-top:22px}.erp-dashboard-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:13px}.erp-dashboard-section-title h2{margin-top:3px;font-size:21px}.erp-dashboard-section-title small{color:var(--text-gray-muted);font-size:13px}.erp-quick-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.erp-quick-card{position:relative;min-height:156px;display:flex;align-items:flex-start;flex-direction:column;gap:14px;padding:20px;overflow:hidden;color:var(--text-dark-primary);background:var(--bg-light-card);border:1px solid var(--border-light);border-radius:14px;box-shadow:var(--shadow-md);text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.erp-quick-card:hover,.erp-quick-card:focus-visible{transform:translateY(-3px);border-color:#7dd3fc;box-shadow:0 12px 26px #0284c71f}.erp-quick-card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;color:var(--primary-color);background:#e0f2fe}.erp-quick-card h3{margin:0 30px 5px 0;font-size:17px}.erp-quick-card p{color:var(--text-gray-muted);font-size:13px;line-height:1.5}.erp-quick-card-arrow{position:absolute;right:18px;top:21px;color:var(--primary-color)}.erp-dashboard-lower-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:22px}.erp-dashboard-panel,.erp-dashboard-empty{background:var(--bg-light-card);border:1px solid var(--border-light);border-radius:14px;box-shadow:var(--shadow-md)}.erp-dashboard-panel{min-height:270px;padding:18px}.erp-dashboard-panel-title{display:flex;align-items:center;gap:10px;padding-bottom:14px;color:var(--primary-color);border-bottom:1px solid var(--border-light)}.erp-dashboard-panel-title h2{color:var(--text-dark-primary);font-size:17px}.erp-dashboard-panel-title span{color:var(--text-gray-muted);font-size:12px}.erp-panel-empty,.erp-dashboard-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;text-align:center;color:var(--text-gray-muted)}.erp-panel-empty{min-height:180px}.erp-dashboard-empty{min-height:170px}.erp-panel-empty strong,.erp-dashboard-empty strong{color:var(--text-dark-secondary)}.erp-panel-empty span,.erp-dashboard-empty span{max-width:300px;font-size:13px;line-height:1.5}.erp-status-list{display:grid;gap:4px;padding-top:10px}.erp-status-row{min-height:49px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 8px;border-bottom:1px solid var(--border-light);font-size:13px}.erp-status-row>div{display:flex;align-items:center;gap:8px;color:var(--text-dark-secondary)}.erp-status-row strong.success,.erp-status-row>div svg{color:var(--accent-color)}.erp-status-row strong.pending{color:var(--warning-color)}@media(max-width:1220px){.erp-quick-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-dashboard-lower-grid{grid-template-columns:1fr 1fr}.erp-dashboard-panel:last-child{grid-column:span 2}}@media(max-width:680px){.erp-dashboard-hero{align-items:flex-start;padding:21px}.erp-quick-card-grid,.erp-dashboard-lower-grid{grid-template-columns:1fr}.erp-dashboard-panel:last-child{grid-column:auto}.erp-dashboard-section-title small{display:none}}.erp-form-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0f172a57;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:90}.erp-form-dialog{width:min(680px,100%);max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:var(--bg-light-card);border:1px solid var(--border-light);box-shadow:var(--shadow-lg)}.erp-form-dialog-header,.erp-form-dialog-actions{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:18px 22px;background:var(--bg-light-card)}.erp-form-dialog-header{justify-content:space-between;border-bottom:1px solid var(--border-light)}.erp-form-dialog-header span{color:var(--primary-color);font-size:12px;font-weight:850}.erp-form-dialog-header h2{margin-top:3px;color:var(--text-dark-primary);font-size:22px}.erp-form-dialog-header>button{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:10px;color:var(--text-gray-muted);background:var(--bg-light-primary);cursor:pointer}.erp-form-dialog-body{min-height:0;flex:1 1 auto;overflow-y:auto;padding:22px}.erp-form-dialog-toolbar{display:flex;justify-content:flex-end;margin-bottom:18px}.erp-form-dialog-actions{justify-content:flex-end;flex-wrap:wrap;border-top:1px solid var(--border-light)}@media(max-width:560px){.erp-form-modal-backdrop{padding:0}.erp-form-dialog{width:100%;height:100%;max-height:none;border-radius:0}.erp-form-dialog-header,.erp-form-dialog-body,.erp-form-dialog-actions{padding:16px}.erp-form-dialog-actions{flex-direction:column}.erp-form-dialog-actions .erp-primary-action,.erp-form-dialog-actions .erp-secondary-action,.erp-form-dialog-toolbar .erp-secondary-action{width:100%}}.erp-member-search-select{width:100%}.erp-member-search-select .MuiOutlinedInput-root{min-height:48px;padding:0 10px 0 13px;border-radius:9px;color:var(--text-dark-primary);background:var(--bg-light-card);font-family:inherit;font-size:14px}.erp-member-search-select .MuiAutocomplete-input{min-width:0!important;height:auto!important;min-height:0!important;padding:0!important;border:0!important;box-shadow:none!important}.erp-member-search-select .MuiOutlinedInput-notchedOutline{border-color:var(--border-color);border-width:1px}.erp-member-search-select:hover .MuiOutlinedInput-notchedOutline,.erp-member-search-select .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary-color)!important;border-width:1px!important}.erp-member-search-select .MuiFormHelperText-root{margin:5px 0 0;font-family:inherit;font-size:12px}.erp-member-search-option{display:flex;min-width:0;flex-direction:column;gap:2px}.erp-member-search-option strong{color:var(--text-dark-primary);font-size:14px}.erp-member-search-option span{color:var(--text-gray-muted);font-size:12px}.erp-store-dropdown-nav{display:flex;align-items:center;gap:8px;position:relative;overflow:visible}.erp-store-dropdown-nav.is-store-navigation{flex:1 1 auto;width:auto;min-width:0;gap:2px}.erp-store-dropdown-group{position:relative;display:inline-block}.erp-store-dropdown-btn{min-height:44px;padding:0 16px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:800;color:var(--text-dark-secondary);text-decoration:none;white-space:nowrap;background:transparent;border:none;cursor:pointer;outline:none;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.erp-store-dropdown-nav.is-store-navigation>.erp-store-direct-link,.erp-store-dropdown-nav.is-store-navigation>.erp-store-dropdown-group{flex:0 1 auto;min-width:0}.erp-store-dropdown-nav.is-store-navigation>.erp-store-dropdown-group{border:0;border-radius:0;background:transparent;box-shadow:none}.erp-store-dropdown-nav.is-store-navigation>.erp-store-dropdown-group>.erp-store-dropdown-btn:not(.is-active){-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;box-shadow:none}.erp-store-dropdown-nav.is-store-navigation .erp-store-dropdown-btn{padding:0 8px;gap:6px;font-size:14px}.erp-store-dropdown-btn:hover{color:var(--primary-hover);background:var(--bg-light-hover)}.erp-store-dropdown-btn.is-active{color:var(--primary-active);background:#e0f2fe;box-shadow:inset 0 0 0 1px #bae6fd}.erp-store-dropdown-btn.is-open{background:var(--bg-light-hover)}.erp-dropdown-arrow{margin-left:2px;color:var(--text-gray-muted);transition:transform .2s ease}.erp-store-dropdown-btn.is-open .erp-dropdown-arrow{transform:rotate(180deg);color:var(--primary-color)}.erp-store-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;display:flex;flex-direction:column;gap:3px;padding:6px;border-radius:12px;background:var(--bg-light-card);border:1px solid var(--border-light);box-shadow:var(--shadow-lg);z-index:120;animation:erpDropdownSlide .16s cubic-bezier(.16,1,.3,1)}@keyframes erpDropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.erp-store-dropdown-item{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 12px;border-radius:7px;color:var(--text-dark-secondary);text-decoration:none;font-size:14px;font-weight:750;white-space:nowrap;transition:color .12s ease,background .12s ease}.erp-store-dropdown-item:hover{background:var(--bg-light-primary);color:var(--primary-color)}.erp-store-dropdown-item.is-active{color:var(--primary-active);background:#e0f2fe;font-weight:850}.erp-store-dropdown-btn:focus-visible,.erp-store-dropdown-item:focus-visible{outline:3px solid rgba(2,132,199,.2);outline-offset:-2px}@media(max-width:560px){.erp-store-dropdown-nav{flex-direction:column;align-items:stretch;gap:4px;padding:8px}.erp-store-dropdown-group{width:100%;flex:none}.erp-store-dropdown-nav>.erp-store-direct-link{flex:none}.erp-store-dropdown-btn{width:100%;justify-content:space-between}.erp-store-direct-link{justify-content:flex-start}.erp-store-dropdown-menu{position:static;width:100%;box-shadow:none;border:none;background:var(--bg-light-primary);margin-top:4px;padding:4px;border-radius:8px;animation:none}}.erp-pagination-bar{display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:var(--bg-light-card);border-top:1px solid var(--border-light);height:54px;min-height:54px}.erp-pagination-info{color:var(--text-gray-muted);font-size:13px;font-weight:700}.erp-pagination-info strong{color:var(--text-dark-secondary)}.erp-pagination-controls{display:flex;align-items:center;gap:6px}.erp-pagination-btn{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;font-size:13px;font-weight:800;cursor:pointer;background:var(--bg-light-card);border:1px solid var(--border-light);color:var(--text-dark-secondary);transition:color .12s ease,background .12s ease,border-color .12s ease;padding:0 10px}.erp-pagination-btn:hover:not(:disabled):not(.is-active){color:var(--primary-hover);background:var(--bg-light-hover);border-color:#bae6fd}.erp-pagination-btn.is-active{color:var(--primary-active);background:#e0f2fe;border-color:#bae6fd;cursor:default}.erp-pagination-btn:disabled,.erp-pagination-btn.is-disabled{color:var(--text-gray-light);background:var(--bg-light-primary);border-color:var(--border-light);cursor:not-allowed;opacity:.7}.erp-select-wrapper{position:relative;display:inline-flex;align-items:center}.erp-pagination-size-selector{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-gray-muted);font-weight:700;margin-right:12px;flex-shrink:0}.erp-pagination-size-selector span{white-space:nowrap}.erp-pagination-size-selector select{height:38px;width:92px;padding:0 28px 0 12px;border-radius:7px;border:1px solid var(--border-light);background:var(--bg-light-card);color:var(--text-dark-secondary);font-size:13px;font-weight:800;cursor:pointer;outline:none;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;transition:border-color .12s ease}.erp-pagination-size-selector select::-ms-expand{display:none}.erp-pagination-size-selector select:focus{border-color:var(--primary-color)}.erp-select-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--text-gray-muted);pointer-events:none;display:flex;align-items:center}@media(max-width:560px){.erp-pagination-bar{flex-direction:column;gap:12px;align-items:center;padding:16px 12px}}.payment-settings-card{padding:24px;border-radius:16px;background:#fff;box-shadow:0 8px 30px #0f172a14}.payment-settings-card>header{display:flex;justify-content:space-between;gap:16px;align-items:center}.payment-settings-card h2{margin:4px 0 0}.payment-settings-card button,.payment-settings-card input,.payment-settings-card .MuiInputBase-root{min-height:44px}.payment-settings-card button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;cursor:pointer}.payment-settings-card button.is-primary{color:#fff;border-color:#2563eb;background:#2563eb}.payment-settings-toolbar{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr)) auto;gap:14px;margin:22px 0;align-items:end}.payment-settings-toolbar label{display:grid;gap:6px}.payment-settings-toolbar input{padding:0 12px;border:1px solid #cbd5e1;border-radius:9px}.payment-settings-table-wrap{overflow-x:auto}.payment-settings-card table{width:100%;min-width:680px;border-collapse:collapse}.payment-settings-card th,.payment-settings-card td{padding:12px;border-bottom:1px solid #e2e8f0;text-align:left}.payment-settings-card>p{color:#64748b}@media(max-width:1024px){.payment-settings-toolbar{grid-template-columns:1fr 1fr}}@media(max-width:700px){.payment-settings-toolbar{grid-template-columns:1fr}.payment-settings-card>header{align-items:stretch;flex-direction:column}}.printing-settings{display:grid;gap:18px;margin-top:18px}.printing-settings-card{padding:22px;overflow:auto;border:1px solid #dbe5ee;border-radius:16px;background:#fff}.printing-settings-card header,.printing-settings-card header div,.printing-settings-card h2,.printing-device-row{display:flex;align-items:center;gap:9px}.printing-settings-card header{justify-content:space-between;margin-bottom:16px}.printing-settings-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.printing-settings-card h2{margin:2px 0 0}.printing-settings-card header span{color:#64748b;font-size:13px}.printing-settings-card button,.printing-settings-card input,.printing-settings-card select{min-height:44px;padding:0 11px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font:inherit}.printing-settings-card button{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.printing-settings-card button.is-primary{color:#fff;border-color:#0877ad;background:#0877ad}.printing-profile-form{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:18px}.printing-profile-form label{display:grid;gap:6px}.printing-profile-hint{grid-column:1 / -1;margin:0;padding:10px 12px;border-radius:8px;background:#eff6ff;color:#1e40af}.printing-profile-hint.is-relay{background:#fff7ed;color:#9a3412}.printing-settings-card table{width:100%;min-width:760px;border-collapse:collapse}.printing-settings-card th,.printing-settings-card td{padding:10px;border-bottom:1px solid #e2e8f0;text-align:left}.printing-device-row input{flex:1}.printing-simulation-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0;padding:14px;border:1px solid #a7f3d0;border-radius:12px;background:#ecfdf5}.printing-simulation-panel div{display:grid;gap:4px}.printing-simulation-panel span{color:#047857;font-size:14px}.printing-settings-card pre{padding:12px;overflow:auto;border-radius:8px;background:#0f172a;color:#d1fae5}.printing-relay-steps{display:grid;gap:8px;padding-left:24px;color:#475569}.printing-relay-steps code{padding:2px 5px;border-radius:5px;background:#f1f5f9;color:#0f172a}.printing-relay-devices{display:grid;gap:10px;margin-top:16px}.printing-relay-devices article{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(230px,auto);align-items:center;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:10px}.printing-relay-devices article div{display:grid;gap:3px}.printing-relay-devices article small{color:#64748b}.printing-relay-status{padding:4px 9px;border-radius:999px;font-weight:700;font-size:13px}.printing-relay-status.is-online{background:#dcfce7;color:#166534}.printing-relay-status.is-offline{background:#fee2e2;color:#991b1b}.printing-relay-status.is-pending{background:#fef3c7;color:#92400e}.printing-relay-empty{margin:0;padding:12px;border-radius:8px;background:#f8fafc;color:#64748b}@media(max-width:900px){.printing-profile-form{grid-template-columns:1fr 1fr}}@media(max-width:700px){.printing-relay-devices article{grid-template-columns:1fr auto}.printing-relay-devices article>small{grid-column:1 / -1}}.erp-feature-workspace,.erp-dashboard,.erp-not-found{width:100%;max-width:1600px;margin:0 auto}.erp-record-count{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border-radius:999px;color:var(--primary-active);background:#e0f2fe;border:1px solid #bae6fd;font-size:13px;font-weight:800;white-space:nowrap}.erp-spec-notice,.erp-option-api-note{display:flex;align-items:flex-start;gap:9px;margin-bottom:16px;padding:13px 15px;border-radius:11px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;font-size:14px;font-weight:650;line-height:1.55}.erp-spec-notice svg,.erp-option-api-note svg{flex:0 0 auto;margin-top:1px}.erp-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin-bottom:16px}.erp-summary-card,.erp-work-card,.erp-settings-empty-card{background:var(--bg-light-card);border:1px solid var(--border-light);box-shadow:var(--shadow-md)}.erp-summary-card{min-height:120px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:18px;border-radius:13px}.erp-summary-card span{color:var(--text-gray-muted);font-size:13px;font-weight:700}.erp-summary-card strong{color:var(--primary-active);font-size:28px}.erp-summary-card small{color:#94a3b8;font-size:12px}.erp-work-card{margin-bottom:16px;padding:20px;border-radius:14px}.erp-table-card{padding:0;overflow:hidden}.erp-store-live-search-row{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px 12px 18px;border-bottom:1px solid var(--border-light)}.erp-store-live-search-row strong{color:var(--text-dark-primary);font-size:15px;white-space:nowrap}.erp-store-live-search-row label{width:min(340px,100%);height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--border-light);border-radius:9px;color:var(--text-gray-muted);background:var(--bg-light-primary)}.erp-store-live-search-row label.is-date{width:190px}.erp-store-live-search-row label.is-status{width:210px;padding-right:4px}.erp-store-live-search-row label.is-status>span{flex:0 0 auto;font-size:12px;font-weight:750;white-space:nowrap}.erp-store-live-search-row .erp-live-filter-select{min-width:0;flex:1}.erp-store-live-search-row .erp-live-filter-select fieldset{border:0}.erp-store-live-search-row label.is-date span{flex:0 0 auto;color:var(--text-gray-muted);font-size:12px;font-weight:750;white-space:nowrap}.erp-store-live-search-row label.is-keyword{margin-left:auto}.erp-store-live-search-row input{width:100%;border:0;outline:0;color:var(--text-dark-primary);background:transparent;font-size:14px}.erp-store-live-search-row>.erp-secondary-action-outline{flex:0 0 auto;white-space:nowrap}@media(max-width:980px){.erp-store-live-search-row{align-items:stretch;flex-wrap:wrap}.erp-store-live-search-row label.is-keyword{margin-left:0}}.erp-workspace-action-bar{width:100%;display:flex;align-items:center;justify-content:flex-end;margin-bottom:16px;min-width:0}.erp-work-card-header h2{margin:0;color:var(--text-dark-primary);font-size:19px}.erp-table-heading{min-width:0}.erp-table-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.erp-record-count{min-height:34px;color:var(--text-gray-muted);background:var(--bg-light-primary);border-color:var(--border-light);margin-left:18px;margin-right:12px}.erp-table-header-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.erp-store-inline-actions{flex:0 0 auto;flex-wrap:nowrap;gap:8px}.erp-store-inline-actions .erp-primary-action,.erp-store-inline-actions .erp-secondary-action-outline{padding:0 11px;gap:6px;font-size:14px;white-space:nowrap}.erp-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.erp-field{display:flex;min-width:0;flex-direction:column;gap:7px}.erp-field.is-wide{grid-column:span 2}.erp-field>span{color:var(--text-dark-secondary);font-size:13px;font-weight:800}.erp-field input,.erp-field textarea,.erp-custom-select{width:100%;height:48px;min-height:48px;padding:0 13px;border-radius:9px;color:var(--text-dark-primary);background:var(--bg-light-card);border:1px solid var(--border-color);font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.erp-field textarea{min-height:92px;padding-top:12px;resize:vertical}.erp-field input:focus,.erp-field textarea:focus,.erp-custom-select:focus-visible{border-color:var(--primary-color);box-shadow:0 0 0 3px #0284c721}.erp-field input[readonly]{color:var(--text-gray-muted);background:var(--bg-light-primary)}.erp-field-helper{color:var(--text-gray-muted);font-size:12px;line-height:1.5}.erp-member-credit-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:9px 13px;border:1px solid #dbe4ee;border-radius:12px;background:#f8fafc}.erp-member-credit-summary.has-member{border-color:#bae6fd;background:#f0f9ff}.erp-member-credit-summary-heading{display:flex}.erp-member-credit-summary-heading span{color:var(--text-gray-muted);font-size:13px;font-weight:800}.erp-member-credit-summary-amount{color:#075985;font-size:18px;font-weight:850;overflow-wrap:anywhere}.erp-member-credit-summary-error,.erp-member-credit-summary-loading{margin:0;color:var(--text-gray-muted);font-size:13px;font-weight:650}.erp-member-credit-summary-error{color:#b91c1c}.erp-member-credit-summary-loading{display:flex;align-items:center;gap:8px;color:#0369a1}.erp-custom-select{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text-gray-muted);cursor:pointer}.erp-option-dialog-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border-light)}.erp-primary-action,.erp-secondary-action{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:9px;font-size:14px;font-weight:800;cursor:pointer;transition:transform .12s ease,background .15s ease,border-color .15s ease}.erp-primary-action{color:var(--text-white);background:var(--primary-color);border:1px solid var(--primary-color)}.erp-primary-action:hover{background:var(--primary-hover)}.erp-secondary-action{color:var(--primary-active);background:var(--bg-light-card);border:1px solid #7dd3fc}.erp-secondary-action:hover{background:#f0f9ff}.erp-table-scroll{width:100%;overflow-x:auto;border:none;border-radius:0}.erp-table-scroll table{width:100%;min-width:760px;border-collapse:collapse;text-align:left}.erp-table-scroll th,.erp-table-scroll td{height:54px;padding:0 18px;border-bottom:1px solid var(--border-light);color:var(--text-dark-secondary);font-size:14px;vertical-align:middle;white-space:nowrap}.erp-table-scroll th{color:var(--text-gray-muted);background:var(--bg-light-primary);font-size:13px;font-weight:850;white-space:nowrap}.erp-table-scroll tbody tr:last-child td{border-bottom:none}.erp-table-empty{min-height:190px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--text-gray-muted);text-align:center}.erp-table-empty svg{color:#94a3b8}.erp-table-empty strong{color:var(--text-dark-secondary)}.erp-table-empty span{max-width:430px;font-size:13px}.erp-settings-empty-card{min-height:390px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:34px;border-radius:14px;text-align:center}.erp-empty-icon{width:64px;height:64px;display:grid;place-items:center;margin-bottom:4px;border-radius:18px;color:var(--primary-color);background:#e0f2fe}.erp-settings-empty-card h2{color:var(--text-dark-primary);font-size:22px}.erp-settings-empty-card p{max-width:560px;color:var(--text-gray-muted);line-height:1.65}.erp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0f172a57;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100}.erp-option-dialog{width:min(520px,100%);padding:22px;border-radius:16px;background:var(--bg-light-card);border:1px solid var(--border-light);box-shadow:var(--shadow-lg)}.erp-option-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.erp-option-dialog-header span{color:var(--primary-color);font-size:12px;font-weight:850}.erp-option-dialog-header h2{margin-top:4px;font-size:22px}.erp-option-dialog-header button{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;color:var(--text-gray-muted);background:var(--bg-light-primary);cursor:pointer}.erp-option-api-note{margin:14px 0 0;color:var(--primary-active);background:#f0f9ff;border-color:#bae6fd}@media(max-width:560px){.erp-fields-grid{grid-template-columns:1fr}.erp-field.is-wide{grid-column:auto}.erp-member-credit-summary{min-height:48px}.erp-work-card-header{flex-direction:column}.erp-table-heading,.erp-table-title-row{width:100%}.erp-table-title-row{align-items:stretch;flex-direction:column}.erp-work-card-header .erp-secondary-action,.erp-primary-action,.erp-secondary-action{width:100%}}.erp-password-input-wrapper,.erp-select-wrapper{position:relative;width:100%;height:48px;display:flex;align-items:center}.erp-password-input-wrapper input{height:48px;padding-right:44px}.erp-password-toggle-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:6px;color:var(--text-gray-muted);background:transparent;cursor:pointer;transition:color .15s ease}.erp-password-toggle-btn:hover{color:var(--primary-color)}.erp-multi-item-editor{margin-top:20px;padding-top:18px;border-top:1px solid #dce5ee}.erp-multi-item-heading,.erp-multi-item-row>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.erp-multi-item-heading>div{display:flex;flex-direction:column;gap:4px}.erp-multi-item-heading span{color:#0784c5;font-size:13px;font-weight:800}.erp-multi-item-heading strong{color:#425b72;font-size:14px}.erp-multi-item-row{margin-top:15px;padding:15px;border:1px solid #cfdeeb;border-radius:12px;background:#f8fbfd}.erp-multi-item-row>header{margin-bottom:13px;color:#243f58}.erp-multi-item-row>header button{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 10px;border:1px solid #efbaba;border-radius:8px;background:#fff;color:#c33e3e;font-weight:700;cursor:pointer}.erp-role-badge{display:inline-flex;padding:3px 9px;border-radius:6px;font-size:12px;font-weight:750;color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.erp-status-badge{display:inline-flex;padding:3px 9px;border-radius:6px;font-size:12px;font-weight:750}.erp-status-badge.is-active{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.erp-select-wrapper{position:relative;width:100%;display:flex;align-items:center}.erp-custom-select-element{width:100%;min-height:48px;padding:0 38px 0 13px;border-radius:9px;color:var(--text-dark-primary);background:var(--bg-light-card);border:1px solid var(--border-color);font-size:14px;font-weight:600;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.erp-custom-select-element:focus-visible{border-color:var(--primary-color);box-shadow:0 0 0 3px #0284c721}.erp-select-arrow{position:absolute;right:12px;color:var(--text-gray-muted);pointer-events:none}.erp-store-delete-row-button.is-disabled{opacity:.45;cursor:not-allowed;background:#f1f5f9;border-color:#cbd5e1;color:#94a3b8}.erp-password-edit-trigger{width:100%;display:flex;align-items:center;min-height:48px}.erp-change-password-btn{width:auto;min-height:40px;padding:0 14px;border-radius:8px;font-size:13px;gap:6px;font-weight:750;border:1px solid #bae6fd;color:#0369a1;background:#f0f9ff}.erp-change-password-btn:hover{background:#e0f2fe}.erp-password-cancel-change-btn{position:absolute;right:44px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;color:#ef4444;border:1px solid #fee2e2;background:#fef2f2;cursor:pointer;z-index:2;transition:background .15s ease}.erp-password-cancel-change-btn:hover{background:#fee2e2}.erp-password-input-wrapper.has-cancel input{padding-right:84px}@media(max-width:820px){.erp-workspace-action-bar,.erp-workspace-action-bar .erp-table-header-actions{justify-content:flex-start}}.erp-option-dialog-body{display:flex;flex-direction:column;gap:16px}.erp-option-add-row{display:flex;align-items:center;gap:10px}.erp-option-input{flex:1;height:44px;padding:0 13px;border-radius:9px;color:var(--text-dark-primary);background:var(--bg-light-card);border:1px solid var(--border-color);font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.erp-option-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #0284c721}.erp-option-list-wrapper{margin-top:6px;border-top:1px solid var(--border-light);padding-top:14px}.erp-option-list-wrapper h3{margin:0 0 10px;font-size:14px;color:var(--text-dark-secondary);font-weight:800}.erp-option-empty{color:var(--text-gray-muted);font-size:13px;font-style:italic;margin:0}.erp-option-list{list-style:none;padding:0;margin:0;max-height:180px;overflow-y:auto;border:1px solid var(--border-light);border-radius:10px;background:var(--bg-light-primary)}.erp-option-item{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 14px;border-bottom:1px solid var(--border-light);color:var(--text-dark-primary);font-size:14px;font-weight:700}.erp-option-item:last-child{border-bottom:0}.erp-option-delete-btn{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;cursor:pointer;transition:all .12s ease}.erp-option-delete-btn:hover{background:#fee2e2;color:#dc2626}.erp-secondary-action-outline{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:9px;font-size:14px;font-weight:800;cursor:pointer;color:var(--text-dark-secondary);background:var(--bg-light-card);border:1px solid var(--border-color);transition:all .15s ease}.erp-secondary-action-outline:hover{border-color:var(--primary-color);color:var(--primary-hover);background:var(--bg-light-hover)}.erp-top-query-toolbar-fields{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.erp-top-query-field{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-dark-secondary);font-weight:700}.erp-top-query-field span{white-space:nowrap;color:var(--text-gray-muted)}.erp-top-query-field input,.erp-top-query-field select{height:38px;border-radius:7px;border:1px solid var(--border-light);background:var(--bg-light-card);color:var(--text-dark-secondary);font-size:13px;font-weight:800;outline:none;padding:0 10px;transition:border-color .12s ease}.erp-top-query-field select{width:125px;padding-right:24px;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;cursor:pointer}.erp-top-query-field input{width:150px}.erp-top-query-field input[placeholder*=關鍵字],.erp-top-query-field input[placeholder*=搜尋],.erp-top-query-field input[placeholder*=姓名]{width:220px}.erp-top-query-field input:focus,.erp-top-query-field select:focus{border-color:var(--primary-color)}.erp-workspace-query-bar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:0;margin-bottom:10px;background:transparent;flex-wrap:wrap}.erp-query-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-left:auto}.erp-query-submit-btn{height:38px!important;padding:0 16px!important;gap:6px!important}@media(min-width:1280px){.erp-workspace-query-bar{flex-wrap:nowrap}.erp-top-query-toolbar-fields{min-width:0;flex:1 1 auto;flex-wrap:nowrap;gap:10px}.erp-top-query-field{min-width:0;flex:1 1 0;gap:6px}.erp-top-query-field input,.erp-top-query-field input[placeholder*=關鍵字],.erp-top-query-field input[placeholder*=搜尋],.erp-top-query-field input[placeholder*=姓名],.erp-top-query-field .erp-mui-select{width:100%;min-width:0;flex:1 1 auto}.erp-query-actions{flex:0 0 auto;flex-wrap:nowrap;margin-left:0}}.erp-mui-select,.erp-mui-form-select{background:var(--bg-light-card)!important;border-radius:7px!important;color:var(--text-dark-secondary)!important;font-family:inherit!important;font-size:13px!important;font-weight:800!important}.erp-mui-select{height:38px!important;min-width:125px}.erp-mui-form-select{height:48px!important;border-radius:9px!important}.erp-mui-select .MuiSelect-select,.erp-mui-form-select .MuiSelect-select{padding-top:0!important;padding-bottom:0!important;display:flex!important;align-items:center!important;height:100%!important}.erp-mui-select .MuiOutlinedInput-notchedOutline,.erp-mui-form-select .MuiOutlinedInput-notchedOutline{border-color:var(--border-light)!important;border-width:1px!important;transition:border-color .12s ease}.erp-mui-select:hover .MuiOutlinedInput-notchedOutline,.erp-mui-form-select:hover .MuiOutlinedInput-notchedOutline{border-color:var(--primary-color)!important}.erp-mui-select.Mui-focused .MuiOutlinedInput-notchedOutline,.erp-mui-form-select.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary-color)!important;border-width:1px!important}.erp-mui-select .MuiSelect-icon,.erp-mui-form-select .MuiSelect-icon{color:var(--text-gray-muted)!important}.erp-product-search .MuiOutlinedInput-root{min-height:48px;padding:3px 10px!important;border-radius:9px;background:var(--bg-light-card);font-family:inherit}.erp-product-search .MuiOutlinedInput-notchedOutline{border-color:var(--border-color)}.erp-product-search:hover .MuiOutlinedInput-notchedOutline,.erp-product-search .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary-color)!important;border-width:1px!important}.erp-field .erp-product-search .MuiInputBase-input{width:0;height:auto;min-height:0;padding:8px 4px!important;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:14px}.erp-field .erp-product-search .MuiInputBase-input:focus{box-shadow:none}.erp-product-search-option{display:grid;min-width:0;gap:2px}.erp-product-search-option strong,.erp-product-search-option small{overflow-wrap:anywhere}.erp-product-search-option small{color:var(--text-gray-muted)}.erp-browser-print-report{display:none}.erp-formal-report-table.is-repair th:nth-child(1){width:10%}.erp-formal-report-table.is-repair th:nth-child(2){width:10%}.erp-formal-report-table.is-repair th:nth-child(3){width:7%}.erp-formal-report-table.is-repair th:nth-child(4){width:9%}.erp-formal-report-table.is-repair th:nth-child(5){width:11%}.erp-formal-report-table.is-repair th:nth-child(6){width:12%}.erp-formal-report-table.is-repair th:nth-child(7){width:10%}.erp-formal-report-table.is-repair th:nth-child(8){width:7%}.erp-formal-report-table.is-repair th:nth-child(9){width:8%}.erp-formal-report-table.is-repair th:nth-child(10){width:10%}.erp-formal-report-table.is-repair th:nth-child(11){width:10%}.erp-formal-report-table.is-recycle{font-size:7pt}.erp-formal-report-table.is-recycle th,.erp-formal-report-table.is-recycle td{padding-right:.9mm;padding-left:.9mm;font-size:7pt}.erp-formal-report-table.is-recycle th:nth-child(1){width:9%}.erp-formal-report-table.is-recycle th:nth-child(2){width:8%}.erp-formal-report-table.is-recycle th:nth-child(3){width:6%}.erp-formal-report-table.is-recycle th:nth-child(4){width:6%}.erp-formal-report-table.is-recycle th:nth-child(5){width:8%}.erp-formal-report-table.is-recycle th:nth-child(6){width:10%}.erp-formal-report-table.is-recycle th:nth-child(7){width:12%}.erp-formal-report-table.is-recycle th:nth-child(8){width:7%}.erp-formal-report-table.is-recycle th:nth-child(9){width:7%}.erp-formal-report-table.is-recycle th:nth-child(10){width:6%}.erp-formal-report-table.is-recycle th:nth-child(11){width:10%}.erp-formal-report-table.is-recycle th:nth-child(12){width:6%}.erp-formal-report-table.is-recycle th:nth-child(13){width:6%}.erp-recycle-intake-card{margin-bottom:16px;border:1px solid #f0c36b;background:#fffaf0}.erp-recycle-intake-heading,.erp-recycle-intake-item{display:flex;align-items:center;gap:16px}.erp-recycle-intake-heading{justify-content:space-between;padding:20px}.erp-recycle-intake-heading span,.erp-recycle-intake-heading p,.erp-recycle-intake-item span,.erp-recycle-intake-item small{display:block;color:#667085}.erp-recycle-intake-heading h2{margin:4px 0}.erp-recycle-intake-heading p{margin:0}.erp-recycle-intake-list{display:grid;gap:10px;padding:0 20px 20px}.erp-recycle-intake-item{min-height:72px;padding:12px 14px;border:1px solid #ead8ad;border-radius:12px;background:#fff}.erp-recycle-intake-item>div{flex:1;min-width:0}.erp-recycle-intake-item b{color:#9a5b00;white-space:nowrap}.erp-recycle-intake-empty{display:flex;align-items:center;justify-content:center;gap:8px;min-height:72px;padding:0 20px 20px;color:#667085}.daily-revenue-reconciliation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.daily-revenue-reconciliation article{display:grid;gap:5px;min-height:74px;padding:12px;border:1px solid #d8e0ea;border-radius:11px;background:#f8fafc}.daily-revenue-reconciliation span{color:#64748b;font-size:13px;font-weight:700}.daily-revenue-reconciliation strong{color:#1e293b;font-size:20px}.daily-revenue-reconciliation .is-matched{border-color:#86efac;background:#f0fdf4}.daily-revenue-reconciliation .is-mismatch{border-color:#fdba74;background:#fff7ed}@media(max-width:760px){.daily-revenue-reconciliation{grid-template-columns:1fr}.erp-recycle-intake-heading,.erp-recycle-intake-item{align-items:stretch;flex-direction:column}.erp-recycle-intake-item .erp-primary-action{min-height:44px}}.erp-feature-page{width:100%;max-width:1600px;margin:0 auto}.erp-unit-required{width:100%;max-width:820px;min-height:470px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;margin:0 auto;padding:36px;border-radius:16px;color:var(--text-dark-primary);background:var(--bg-light-card);border:1px solid var(--border-light);box-shadow:var(--shadow-md);text-align:center}.erp-unit-required-icon{width:70px;height:70px;display:grid;place-items:center;margin-bottom:4px;border-radius:20px;color:var(--primary-color);background:#e0f2fe}.erp-unit-required-icon.is-warning{color:var(--warning-color);background:#fffbeb}.erp-unit-required>span{color:var(--primary-color);font-size:13px;font-weight:900;letter-spacing:.08em}.erp-unit-required h1{margin-top:2px;font-size:clamp(25px,3vw,34px)}.erp-unit-required p{max-width:610px;color:var(--text-gray-muted);font-size:15px;line-height:1.7}.erp-unit-required small{margin-top:8px;color:#94a3b8;font-size:13px}.erp-not-found{min-height:520px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:36px;color:var(--primary-color);background:var(--bg-light-card);border:1px solid var(--border-light);border-radius:16px;box-shadow:var(--shadow-md);text-align:center}.erp-not-found-code{color:#bae6fd;font-size:72px;font-weight:950;line-height:1}.erp-not-found h1{color:var(--text-dark-primary);font-size:28px}.erp-not-found p{color:var(--text-gray-muted)}.erp-not-found>div:last-child{display:flex;gap:10px;margin-top:10px}.erp-store-delete-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.erp-store-delete-dialog{width:min(100%,500px);overflow:hidden;border-radius:15px;background:var(--bg-light-card);border:1px solid var(--border-light);box-shadow:0 24px 70px #0f172a3d}.erp-store-delete-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid var(--border-light)}.erp-store-delete-heading{display:flex;align-items:center;gap:12px}.erp-store-delete-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:11px;color:#b91c1c;background:#fee2e2}.erp-store-delete-heading small,.erp-store-delete-heading h2{margin:0}.erp-store-delete-heading small{color:var(--text-gray-muted);font-size:12px;font-weight:700}.erp-store-delete-heading h2{margin-top:3px;color:var(--text-dark-primary);font-size:20px}.erp-store-delete-header>button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:9px;color:var(--text-dark-secondary);background:transparent;border:0;cursor:pointer}.erp-store-delete-header>button:hover:not(:disabled){background:var(--bg-light-primary)}.erp-store-delete-content{padding:22px 20px}.erp-store-delete-content>strong{display:block;color:var(--text-dark-primary);font-size:18px}.erp-store-delete-content>p{margin:8px 0 0;color:var(--text-gray-muted);font-size:14px;line-height:1.6}.erp-store-delete-warning{display:flex;align-items:flex-start;gap:9px;margin-top:18px;padding:12px 13px;border-radius:9px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;font-size:13px;line-height:1.5}.erp-store-delete-warning svg{margin-top:1px;flex:0 0 auto}.erp-store-delete-content .erp-store-delete-error{margin-top:12px;padding:10px 12px;border-radius:8px;color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.erp-store-delete-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid var(--border-light);background:var(--bg-light-primary)}.erp-store-delete-actions button{min-width:104px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:9px;font-size:14px;font-weight:800;cursor:pointer}.erp-store-delete-cancel{color:var(--text-dark-secondary);background:var(--bg-light-card);border:1px solid var(--border-light)}.erp-store-delete-confirm{color:var(--text-white);background:#dc2626;border:1px solid #dc2626}.erp-store-delete-confirm:hover:not(:disabled){background:#b91c1c}.erp-store-delete-actions button:disabled,.erp-store-delete-header>button:disabled{cursor:not-allowed;opacity:.6}.erp-store-delete-dialog .is-spinning{animation:erp-store-delete-spin .8s linear infinite}@keyframes erp-store-delete-spin{to{transform:rotate(360deg)}}@media(max-width:560px){.erp-store-delete-backdrop{align-items:flex-end;padding:0}.erp-store-delete-dialog{border-radius:16px 16px 0 0}.erp-store-delete-actions{flex-direction:column-reverse}.erp-store-delete-actions button{width:100%}}.erp-store-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:grid;place-items:center;padding:20px;background:#0f172a75;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.erp-store-dialog{width:min(100%,560px);overflow:hidden;border-radius:16px;background:var(--bg-light-card);border:1px solid var(--border-light);box-shadow:0 24px 70px #0f172a3d}.erp-store-dialog-header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid var(--border-light)}.erp-store-dialog-heading{display:flex;align-items:center;gap:12px}.erp-store-dialog-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;color:var(--primary-active);background:#e0f2fe}.erp-store-dialog-heading small,.erp-store-dialog-heading h2{display:block;margin:0}.erp-store-dialog-heading small{margin-bottom:3px;color:var(--primary-active);font-size:12px;font-weight:800}.erp-store-dialog-heading h2{color:var(--text-dark-primary);font-size:20px}.erp-store-dialog-header>button{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;color:var(--text-dark-secondary);background:transparent;cursor:pointer}.erp-store-dialog-header>button:hover{background:var(--bg-light-hover)}.erp-store-dialog-form{padding:22px}.erp-store-dialog-form label{display:flex;flex-direction:column;gap:8px;color:var(--text-dark-secondary);font-size:14px;font-weight:800}.erp-store-dialog-form input{width:100%;min-height:50px;padding:0 14px;border-radius:10px;color:var(--text-dark-primary);background:var(--bg-light-card);border:1px solid var(--border-color);font-size:15px}.erp-store-dialog-form input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #0284c721}.erp-store-dialog-form>p{margin:9px 0 0;color:var(--text-gray-muted);font-size:13px;line-height:1.5}.erp-store-dialog-form .erp-store-dialog-error{color:#b91c1c;font-weight:700}.erp-store-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:18px;border-top:1px solid var(--border-light)}.erp-store-dialog-cancel,.erp-store-dialog-submit{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border-radius:9px;font-size:14px;font-weight:800;cursor:pointer}.erp-store-dialog-cancel{color:var(--text-dark-secondary);background:var(--bg-light-card);border:1px solid var(--border-color)}.erp-store-dialog-submit{color:var(--text-white);background:var(--primary-color);border:1px solid var(--primary-color)}.erp-store-dialog-submit:hover{background:var(--primary-hover)}.erp-store-dialog button:disabled,.erp-store-dialog input:disabled{cursor:not-allowed;opacity:.62}.erp-store-dialog .is-spinning{animation:erp-store-dialog-spin .8s linear infinite}@keyframes erp-store-dialog-spin{to{transform:rotate(360deg)}}@media(max-width:560px){.erp-store-dialog-backdrop{align-items:end;padding:0}.erp-store-dialog{width:100%;border-radius:16px 16px 0 0}.erp-store-dialog-actions>button{flex:1}}.invoice-setting-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:grid;place-items:center;padding:20px;background:#0f172a94}.invoice-setting-dialog{width:min(580px,100%);border-radius:18px;background:#fff;box-shadow:0 24px 70px #0f172a47}.invoice-setting-dialog>header,.invoice-setting-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px}.invoice-setting-dialog>header{border-bottom:1px solid #e2e8f0}.invoice-setting-dialog>header>div{display:flex;align-items:center;gap:11px}.invoice-setting-dialog h2{margin:2px 0 0;font-size:1.25rem}.invoice-setting-dialog button{min-height:44px;border-radius:10px}.invoice-setting-dialog>header button{min-width:44px;border:0;background:#f1f5f9}.invoice-setting-content{display:grid;gap:14px;padding:20px 22px}.invoice-setting-content>p{margin:0;color:#64748b;line-height:1.55}.invoice-setting-content label{display:grid;gap:7px;color:#334155;font-weight:700}.invoice-setting-content input[type=text],.invoice-setting-content input:not([type]){min-height:46px;padding:0 12px;border:1px solid #cbd5e1;border-radius:9px;font:inherit}.invoice-setting-toggle{grid-template-columns:auto 1fr;align-items:center;min-height:44px}.invoice-setting-toggle input{width:21px;height:21px}.invoice-setting-content dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border:1px solid #e2e8f0;border-radius:10px}.invoice-setting-content dl>div{padding:12px}.invoice-setting-content dt{color:#64748b;font-size:.85rem}.invoice-setting-content dd{margin:4px 0 0;font-weight:750}.invoice-setting-error{display:flex;gap:8px;padding:11px 13px;border:1px solid #fecaca;border-radius:9px;background:#fef2f2;color:#b91c1c}.invoice-setting-dialog>footer{justify-content:flex-end;border-top:1px solid #e2e8f0}.invoice-setting-dialog>footer button{padding:0 18px}.invoice-setting-dialog>footer .is-primary{border:1px solid #0f766e;background:#0f766e;color:#fff}@media(max-width:600px){.invoice-setting-backdrop{padding:10px}.invoice-setting-content dl{grid-template-columns:1fr}}.erp-store-settings-page{width:100%;max-width:1600px;margin:0 auto}.erp-store-settings-card{overflow:hidden;border-radius:14px;background:var(--bg-light-card);border:1px solid var(--border-light);box-shadow:var(--shadow-md)}.erp-store-settings-card-header-inner{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex:1;min-width:0}.erp-store-settings-tabs-row{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:8px;margin-bottom:16px}.erp-store-settings-card-header h2,.erp-store-settings-card-header p{margin:0}.erp-store-settings-card-header h2{color:var(--text-dark-primary);font-size:19px}.erp-store-settings-card-header p{margin-top:6px;color:var(--text-gray-muted);font-size:13px}.erp-store-settings-card-header>button,.erp-store-settings-error>button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;padding:0 15px;border-radius:9px;color:var(--text-white);background:var(--primary-color);border:1px solid var(--primary-color);font-size:14px;font-weight:800;cursor:pointer}.erp-store-settings-card-header>button:hover{background:var(--primary-hover)}.erp-store-settings-error{display:flex;align-items:center;gap:11px;margin:16px 20px 0;padding:13px 15px;border-radius:10px;color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.erp-store-settings-error>svg{flex:0 0 auto}.erp-store-settings-error>div{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px;font-size:13px}.erp-store-settings-error>button{min-height:38px;color:#991b1b;background:var(--bg-light-card);border-color:#fca5a5}.erp-store-settings-table-wrap{margin:0;overflow-x:auto;border:none;border-radius:0}.erp-store-settings-table-wrap table{width:100%;min-width:680px;border-collapse:collapse;text-align:left}.erp-store-settings-table-wrap th,.erp-store-settings-table-wrap td{height:54px;padding:0 16px;border-bottom:1px solid var(--border-light);color:var(--text-dark-secondary);font-size:14px;white-space:nowrap}.erp-store-row-actions{display:flex;align-items:center;gap:8px}.erp-store-edit-row-button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 11px;border-radius:7px;color:var(--primary-active);background:#f0f9ff;border:1px solid #7dd3fc;font-size:13px;font-weight:750;cursor:pointer;transition:background .15s ease}.erp-store-edit-row-button:hover{background:#e0f2fe}.erp-store-settings-table-wrap th{color:var(--text-gray-muted);background:var(--bg-light-primary);font-size:12px;font-weight:800}.erp-store-settings-table-wrap tbody tr:last-child td{border-bottom:0}.erp-store-settings-table-wrap td strong{color:var(--text-dark-primary)}.erp-store-delete-row-button{min-width:82px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border-radius:8px;color:#b91c1c;background:#fff;border:1px solid #fecaca;font-size:13px;font-weight:800;cursor:pointer}.erp-store-delete-row-button:hover{color:#991b1b;background:#fef2f2}.erp-store-type-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;color:var(--primary-active);background:#e0f2fe;font-size:12px;font-weight:800}.erp-store-settings-empty{min-height:180px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--text-gray-muted)}.erp-store-settings-empty span{font-size:13px}.erp-store-settings-empty .is-spinning{animation:erp-store-settings-spin .8s linear infinite}@keyframes erp-store-settings-spin{to{transform:rotate(360deg)}}@media(max-width:640px){.erp-store-settings-card-header{align-items:stretch;flex-direction:column}.erp-store-settings-card-header>button{width:100%}.erp-store-settings-error{align-items:stretch;flex-wrap:wrap}}.erp-shell *,.erp-shell *:before,.erp-shell *:after{box-sizing:border-box}:root{--touch-height-large: 64px;--touch-height-medium: 52px;--touch-height-small: 44px;--font-size-large: 24px;--font-size-medium: 18px;--font-size-small: 14px;--touch-min-target: 44px;--touch-min-spacing: 12px;--border-radius-lg: 16px;--border-radius-md: 12px;--border-radius-sm: 8px;--bg-light-primary: #f8fafc;--bg-light-card: #ffffff;--bg-light-hover: #f1f5f9;--bg-panel-subtle: #f1f5f9;--primary-color: #0284c7;--primary-hover: #0369a1;--primary-active: #075985;--accent-color: #0d9488;--accent-hover: #0f766e;--warning-color: #d97706;--danger-color: #dc2626;--text-dark-primary: #0f172a;--text-dark-secondary: #334155;--text-gray-muted: #64748b;--text-white: #ffffff;--border-color: #cbd5e1;--border-light: #e2e8f0;--shadow-lg: 0 10px 25px -5px rgba(15, 23, 42, .1);--shadow-md: 0 4px 12px rgba(15, 23, 42, .08)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}input,textarea{user-select:text!important;-webkit-user-select:text!important;-webkit-text-size-adjust:100%!important}button{user-select:none;-webkit-user-select:none}button,input,select,textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:inherit;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}input[type=number]{-moz-appearance:textfield!important;-webkit-appearance:textfield!important;appearance:textfield!important}@keyframes onAutoFillStart{0%{opacity:1}to{opacity:1}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,input:-internal-autofill-selected,input:-internal-autofill-previewed{animation-name:onAutoFillStart!important;animation-duration:1ms!important;-webkit-text-fill-color:var(--text-dark-primary)!important;-webkit-box-shadow:0 0 0px 1000px var(--bg-light-primary) inset!important;font: 500 18px/64px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;transition:background-color 5000s ease-in-out 0s!important}input[type=password]:-webkit-autofill,input[type=password]:-webkit-autofill:hover,input[type=password]:-webkit-autofill:focus,input[type=password]:-webkit-autofill:active,input[type=password]:-internal-autofill-selected,input[type=password]:-internal-autofill-previewed{font: 500 20px/64px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;letter-spacing:2px!important}button:not(:disabled):active,.touch-clickable:not(.disabled):active{transform:scale(.97);transition:transform .08s ease-in-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-light-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-gray-muted)}:fullscreen,:-webkit-full-screen,:-moz-full-screen,:-ms-fullscreen,body.is-pseudo-fullscreen{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:999999!important;overflow:hidden!important;margin:0!important;padding:0!important;background-color:var(--bg-light-primary)!important}:fullscreen #root,:fullscreen .app-root,:fullscreen .pos-checkout-page,:-webkit-full-screen #root,:-webkit-full-screen .app-root,:-webkit-full-screen .pos-checkout-page,body.is-pseudo-fullscreen #root,body.is-pseudo-fullscreen .app-root,body.is-pseudo-fullscreen .pos-checkout-page{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;display:flex!important;flex-direction:column!important}.app-session-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--primary-active);background:var(--bg-light-primary);font-size:18px;font-weight:600}@media print{:is(.report-print-sheet,.inventory-print-document,.wu-print-report,.employee-operation-print-report,.sales-detail-print-document,.checkout-sale-detail-print-document),:is(.report-print-sheet,.inventory-print-document,.wu-print-report,.employee-operation-print-report,.sales-detail-print-document,.checkout-sale-detail-print-document) *{color:#000!important;border-color:#000!important;outline-color:#000!important;opacity:1!important;text-shadow:none!important}:is(.report-print-sheet,.inventory-print-document,.wu-print-report,.employee-operation-print-report,.sales-detail-print-document,.checkout-sale-detail-print-document) :is(p,span,small,td,th,time,dt,dd,li){color:#000!important;font-weight:600}:is(.report-print-sheet,.inventory-print-document,.wu-print-report,.employee-operation-print-report,.sales-detail-print-document,.checkout-sale-detail-print-document) th{color:#000!important;border-color:#000!important;background:#fff!important}}
