@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root,[data-theme=light]{--pos-bg-body: #F5F5F7;--pos-bg-surface: #FFFFFF;--pos-bg-surface-alt: #F0F0F2;--pos-bg-hover: rgba(0, 0, 0, .04);--pos-border: rgba(0, 0, 0, .08);--pos-border-subtle: rgba(0, 0, 0, .05);--pos-border-hover: rgba(232, 97, 26, .2);--pos-text: #1A1A1C;--pos-text-secondary: #6B6B78;--pos-text-muted: #9A9AAC;--pos-scrollbar: #C8C8D0;--pos-scrollbar-hover: #A0A0AC;--pos-glass-bg: rgba(0, 0, 0, .03);--pos-glass-border: rgba(0, 0, 0, .06);--pos-glass-hover-border: rgba(232, 97, 26, .2);--pos-glass-hover-shadow: rgba(0, 0, 0, .08);--pos-shadow: rgba(0, 0, 0, .08);--pos-overlay: rgba(0, 0, 0, .3);--pos-pin-border: rgba(0, 0, 0, .15)}[data-theme=dark]{--pos-bg-body: #0A0A0C;--pos-bg-surface: #111114;--pos-bg-surface-alt: #18181D;--pos-bg-hover: rgba(255, 255, 255, .06);--pos-border: rgba(255, 255, 255, .06);--pos-border-subtle: rgba(255, 255, 255, .05);--pos-border-hover: rgba(232, 97, 26, .2);--pos-text: #F0EDE8;--pos-text-secondary: #9A978F;--pos-text-muted: #5E5C56;--pos-scrollbar: #32323C;--pos-scrollbar-hover: #4A4A56;--pos-glass-bg: rgba(255, 255, 255, .04);--pos-glass-border: rgba(255, 255, 255, .06);--pos-glass-hover-border: rgba(232, 97, 26, .2);--pos-glass-hover-shadow: rgba(0, 0, 0, .3);--pos-shadow: rgba(0, 0, 0, .3);--pos-overlay: rgba(0, 0, 0, .6);--pos-pin-border: rgba(255, 255, 255, .15)}[data-theme=dark] .logo-light{display:none}[data-theme=dark] .logo-dark{display:block}.logo-dark{display:none}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5;color:var(--pos-text);background:var(--pos-bg-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--pos-scrollbar);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--pos-scrollbar-hover)}.pos-app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.pos-topbar{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 24px;background:var(--pos-bg-surface);border-bottom:1px solid var(--pos-border);flex-shrink:0;z-index:100}.pos-topbar .pos-topbar-left{display:flex;align-items:center;gap:20px}.pos-topbar .pos-topbar-left .pos-logo{display:flex;align-items:center;gap:10px}.pos-topbar .pos-topbar-left .pos-logo .logo-img{height:28px;width:auto}.pos-topbar .pos-topbar-left .pos-logo .logo-text{font-weight:700;font-size:16px;letter-spacing:-.3px}.pos-topbar .pos-topbar-left .pos-logo .logo-text span{background:linear-gradient(135deg,#e8611a,#c93a1a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pos-topbar .pos-topbar-nav{display:flex;align-items:center;gap:4px}.pos-topbar .pos-topbar-nav a{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:9999px;color:var(--pos-text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}.pos-topbar .pos-topbar-nav a i{font-size:16px}.pos-topbar .pos-topbar-nav a:hover{color:var(--pos-text);background:var(--pos-bg-hover)}.pos-topbar .pos-topbar-nav a.active{color:#e8611a;background:#e8611a26;font-weight:600}.pos-topbar .pos-topbar-nav a.active i{color:#e8611a}.pos-topbar .pos-topbar-right{display:flex;align-items:center;gap:12px}.pos-topbar .pos-topbar-right .pos-theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;color:var(--pos-text-muted);background:none;border:none;cursor:pointer;transition:all .2s ease;font-size:16px}.pos-topbar .pos-topbar-right .pos-theme-toggle:hover{color:#f07b2d;background:var(--pos-bg-hover)}.pos-topbar .pos-topbar-right .pos-user-switch{margin:0}.pos-topbar .pos-topbar-right .pos-user{display:flex;align-items:center;gap:10px;padding:6px 12px;border-radius:9999px;border:none;background:none;font-family:inherit;color:var(--pos-text);background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;transition:all .2s ease}.pos-topbar .pos-topbar-right .pos-user:hover{border-color:var(--pos-glass-hover-border);box-shadow:0 8px 32px var(--pos-glass-hover-shadow)}.pos-topbar .pos-topbar-right .pos-user .pos-user-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#e8611a,#c93a1a);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;color:#fff}.pos-topbar .pos-topbar-right .pos-user .pos-user-name{font-size:13px;font-weight:500}.pos-topbar .pos-topbar-right .pos-user .pos-user-register{font-size:11px;color:var(--pos-text-muted);padding-left:10px;border-left:1px solid var(--pos-border)}.pos-main{display:flex;flex:1;overflow:hidden}.pos-products{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:20px;gap:16px}.pos-products .pos-categories{display:flex;gap:6px;flex-shrink:0;overflow-x:auto;padding-bottom:4px}.pos-products .pos-categories button{flex-shrink:0;padding:8px 16px;border-radius:9999px;border:1px solid var(--pos-border);background:transparent;color:var(--pos-text-secondary);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap}.pos-products .pos-categories button:hover{color:var(--pos-text);border-color:var(--pos-border-hover);background:var(--pos-bg-hover)}.pos-products .pos-categories button.active{color:#fff;background:#e8611a26;border-color:#e8611a4d}.pos-products .pos-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-content:start;gap:14px;overflow-y:auto;padding-bottom:20px;flex:1}.pos-products .pos-product-card{background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:10px;max-width:280px}.pos-products .pos-product-card:hover{border-color:var(--pos-glass-hover-border);box-shadow:0 8px 32px var(--pos-glass-hover-shadow);transform:translateY(-2px)}.pos-products .pos-product-card:active{transform:translateY(0)}.pos-products .pos-product-card .product-image{width:100%;aspect-ratio:1;border-radius:6px;background:var(--pos-bg-surface-alt);display:flex;align-items:center;justify-content:center;overflow:hidden}.pos-products .pos-product-card .product-image img{width:100%;height:100%;object-fit:contain}.pos-products .pos-product-card .product-image i{font-size:24px;color:var(--pos-text-muted)}.pos-products .pos-product-card .product-brand{font-size:11px;color:var(--pos-text-muted);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-products .pos-product-card .product-name{font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pos-products .pos-product-card .product-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.pos-products .pos-product-card .product-meta .product-price{font-size:15px;font-weight:700;color:#f07b2d}.pos-products .pos-product-card .product-meta .product-price.product-price-sale{display:flex;align-items:center;gap:6px}.pos-products .pos-product-card .product-meta .product-price.product-price-sale .price-was{font-size:12px;font-weight:400;color:var(--pos-text-muted);text-decoration:line-through}.pos-products .pos-product-card .product-meta .product-price.product-price-sale .price-now{color:#d94e2a}.pos-products .pos-product-card .product-meta .product-stock{font-size:11px;color:var(--pos-text-muted);padding:2px 8px;background:var(--pos-glass-bg);border-radius:9999px}.pos-products .pos-no-results{grid-column:1/-1;text-align:center;padding:40px;color:var(--pos-text-muted)}.pos-products .pos-no-results i{font-size:32px;opacity:.3;display:block;margin-bottom:12px}.pos-products .pos-actions-bottom{display:flex;gap:8px;flex-shrink:0}.pos-products .pos-actions-bottom button{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--pos-text-secondary);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease}.pos-products .pos-actions-bottom button i{font-size:15px}.pos-products .pos-actions-bottom button:hover{color:var(--pos-text);border-color:var(--pos-glass-hover-border);box-shadow:0 8px 32px var(--pos-glass-hover-shadow)}.pos-cart{width:540px;flex-shrink:0;display:flex;flex-direction:column;background:var(--pos-bg-surface);border-left:1px solid var(--pos-border)}.pos-cart .pos-cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--pos-border)}.pos-cart .pos-cart-header h2{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.pos-cart .pos-cart-header h2 .cart-count{background:linear-gradient(135deg,#e8611a,#c93a1a);color:#fff;font-size:11px;font-weight:700;padding:1px 8px;border-radius:9999px;min-width:22px;text-align:center}.pos-cart .pos-cart-header .cart-clear{color:var(--pos-text-muted);font-size:12px;background:none;border:none;cursor:pointer;font-family:inherit;transition:all .2s ease}.pos-cart .pos-cart-header .cart-clear:hover{color:#d94e2a}.pos-cart .pos-cart-customer{padding:12px 20px;border-bottom:1px solid var(--pos-border)}.pos-cart .pos-cart-customer .customer-badge{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;transition:all .2s ease}.pos-cart .pos-cart-customer .customer-badge:hover{border-color:var(--pos-glass-hover-border);box-shadow:0 8px 32px var(--pos-glass-hover-shadow)}.pos-cart .pos-cart-customer .customer-badge i{font-size:16px;color:#f07b2d}.pos-cart .pos-cart-customer .customer-badge .customer-info{flex:1}.pos-cart .pos-cart-customer .customer-badge .customer-info .customer-name{font-size:13px;font-weight:600}.pos-cart .pos-cart-customer .customer-badge .customer-info .customer-hint{font-size:11px;color:var(--pos-text-muted)}.pos-cart .pos-cart-customer .customer-badge .customer-remove{color:var(--pos-text-muted);font-size:12px}.pos-cart .pos-cart-customer .customer-badge .customer-remove:hover{color:#d94e2a}.pos-cart .pos-cart-items{flex:1;overflow-y:auto;padding:8px 12px}.pos-cart .pos-cart-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;transition:all .2s ease}.pos-cart .pos-cart-item:hover{background:var(--pos-bg-hover)}.pos-cart .pos-cart-item .cart-item-image{width:44px;height:44px;border-radius:6px;overflow:hidden;flex-shrink:0;background:var(--pos-bg-surface-alt);display:flex;align-items:center;justify-content:center}.pos-cart .pos-cart-item .cart-item-image img{width:100%;height:100%;object-fit:cover}.pos-cart .pos-cart-item .cart-item-image i{font-size:16px;color:var(--pos-text-muted)}.pos-cart .pos-cart-item .cart-item-info{flex:1;min-width:0}.pos-cart .pos-cart-item .cart-item-info .cart-item-brand{font-size:10px;font-weight:600;color:var(--pos-text-muted);text-transform:uppercase;letter-spacing:.3px}.pos-cart .pos-cart-item .cart-item-info .cart-item-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-cart .pos-cart-item .cart-item-info .cart-item-unit-price{font-size:11px;color:var(--pos-text-muted);margin-top:2px}.pos-cart .pos-cart-item .cart-item-info .cart-item-discount{font-size:11px;color:#f07b2d;margin-top:2px}.pos-cart .pos-cart-item .cart-item-info .cart-item-discount i{font-size:10px}.pos-cart .pos-cart-item .cart-item-quantity{display:flex;align-items:center;gap:0;flex-shrink:0}.pos-cart .pos-cart-item .cart-item-quantity button{width:28px;height:28px;border-radius:6px;border:1px solid var(--pos-border);background:transparent;color:var(--pos-text-secondary);font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.pos-cart .pos-cart-item .cart-item-quantity button:hover{color:var(--pos-text);border-color:var(--pos-border-hover);background:var(--pos-bg-hover)}.pos-cart .pos-cart-item .cart-item-quantity span{width:36px;text-align:center;font-size:14px;font-weight:600}.pos-cart .pos-cart-item .cart-item-total{font-size:14px;font-weight:600;text-align:right;min-width:70px}.pos-cart .pos-cart-item .cart-item-remove{color:var(--pos-text-muted);font-size:12px;background:none;border:none;cursor:pointer;padding:4px;transition:all .2s ease}.pos-cart .pos-cart-item .cart-item-remove:hover{color:#d94e2a}.pos-cart .pos-cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--pos-text-muted)}.pos-cart .pos-cart-empty i{font-size:40px;opacity:.3}.pos-cart .pos-cart-empty p{font-size:14px}.pos-cart .pos-cart-empty span{font-size:12px;opacity:.6}.pos-cart .pos-cart-footer{padding:16px 20px;border-top:1px solid var(--pos-border);flex-shrink:0}.pos-cart .pos-cart-footer .cart-totals{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.pos-cart .pos-cart-footer .cart-totals .cart-total-row{display:flex;justify-content:space-between;font-size:13px;color:var(--pos-text-secondary)}.pos-cart .pos-cart-footer .cart-totals .cart-total-row.cart-total-main{font-size:20px;font-weight:800;color:var(--pos-text);padding-top:8px;border-top:1px solid var(--pos-border);margin-top:4px}.pos-cart .pos-cart-footer .cart-totals .cart-total-row.cart-discount{color:#f07b2d}.pos-cart .pos-cart-footer .cart-actions{display:flex;flex-direction:column;gap:8px}.pos-cart .pos-cart-footer .cart-actions .btn-checkout{width:100%;padding:16px;border-radius:12px;border:none;background:linear-gradient(135deg,#e8611a,#c93a1a);color:#fff;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 25px #e8611a4d}.pos-cart .pos-cart-footer .cart-actions .btn-checkout:hover{background:linear-gradient(135deg,#f07b2d,#d94e2a);transform:translateY(-1px);box-shadow:0 6px 30px #e8611a66}.pos-cart .pos-cart-footer .cart-actions .btn-checkout:active{transform:translateY(0)}.pos-cart .pos-cart-footer .cart-actions .btn-checkout:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.pos-cart .pos-cart-footer .cart-actions .cart-secondary-actions{display:flex;gap:8px}.pos-cart .pos-cart-footer .cart-actions .cart-secondary-actions button{flex:1;padding:10px;border-radius:12px;background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--pos-text-secondary);font-size:12px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.pos-cart .pos-cart-footer .cart-actions .cart-secondary-actions button:hover{color:var(--pos-text);border-color:var(--pos-glass-hover-border);box-shadow:0 8px 32px var(--pos-glass-hover-shadow)}.pos-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:12px;border:none;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;text-decoration:none}.pos-btn-primary{background:linear-gradient(135deg,#e8611a,#c93a1a);color:#fff;box-shadow:0 4px 25px #e8611a4d}.pos-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 30px #e8611a66}.pos-btn-glass{background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--pos-text)}.pos-btn-glass:hover{border-color:var(--pos-glass-hover-border);box-shadow:0 8px 32px var(--pos-glass-hover-shadow)}.pos-btn-success{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.pos-btn-success:hover{transform:translateY(-1px)}.pos-btn-danger{background:#c93a1a26;color:#d94e2a;border:1px solid rgba(201,58,26,.2)}.pos-btn-danger:hover{background:#c93a1a40}.pos-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--pos-overlay);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.pos-modal{background:var(--pos-bg-surface);border:1px solid var(--pos-border);border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.pos-modal .pos-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--pos-border)}.pos-modal .pos-modal-header h3{font-size:18px;font-weight:700}.pos-modal .pos-modal-header button{color:var(--pos-text-muted);background:none;border:none;font-size:18px;cursor:pointer;transition:all .2s ease}.pos-modal .pos-modal-header button:hover{color:var(--pos-text)}.pos-modal .pos-modal-body{padding:24px}.pos-modal .pos-modal-footer{padding:16px 24px;border-top:1px solid var(--pos-border);display:flex;justify-content:flex-end;gap:8px}.pos-input{width:100%;padding:12px 14px;background:var(--pos-bg-surface-alt);border:1px solid var(--pos-border);border-radius:12px;color:var(--pos-text);font-size:14px;font-family:inherit;outline:none;transition:all .2s ease}.pos-input::placeholder{color:var(--pos-text-muted)}.pos-input:focus{border-color:#e8611a66;box-shadow:0 0 0 3px #e8611a1a}.pos-label{display:block;font-size:12px;font-weight:600;color:var(--pos-text-secondary);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.pos-field{margin-bottom:16px}.pos-payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.pos-payment-methods .payment-method{background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.pos-payment-methods .payment-method i{font-size:24px;color:var(--pos-text-muted);transition:all .2s ease}.pos-payment-methods .payment-method span{font-size:13px;font-weight:500;color:var(--pos-text-secondary)}.pos-payment-methods .payment-method:hover{border-color:var(--pos-glass-hover-border);box-shadow:0 8px 32px var(--pos-glass-hover-shadow)}.pos-payment-methods .payment-method:hover i{color:#f07b2d}.pos-payment-methods .payment-method.active{background:#e8611a1f;border-color:#e8611a4d}.pos-payment-methods .payment-method.active i{color:#e8611a}.pos-payment-methods .payment-method.active span{color:var(--pos-text)}.pos-amount-display{text-align:center;padding:24px;margin-bottom:20px;border-radius:12px;background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.pos-amount-display .amount-label{font-size:12px;color:var(--pos-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.pos-amount-display .amount-value{font-size:36px;font-weight:800;letter-spacing:-1px;background:linear-gradient(135deg,#e8611a,#c93a1a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pos-numpad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.pos-numpad button{padding:16px;border-radius:12px;border:1px solid var(--pos-border);background:var(--pos-bg-surface-alt);color:var(--pos-text);font-size:20px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease}.pos-numpad button:hover{background:var(--pos-bg-hover);border-color:var(--pos-border-hover)}.pos-numpad button:active{background:var(--pos-scrollbar)}.pos-numpad button.numpad-clear{color:#d94e2a}.pos-numpad button.numpad-enter{background:linear-gradient(135deg,#e8611a,#c93a1a);border-color:transparent;color:#fff}.pos-numpad button.numpad-enter:hover{background:linear-gradient(135deg,#f07b2d,#d94e2a)}.pos-login{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--pos-bg-body);padding:20px}.pos-login .pos-login-card{width:100%;max-width:440px;background:var(--pos-bg-surface);border:1px solid var(--pos-border);border-radius:28px;padding:40px}.pos-login .pos-login-card .login-logo{text-align:center;margin-bottom:32px}.pos-login .pos-login-card .login-logo .login-logo-img{height:40px;width:auto;margin-bottom:16px}.pos-login .pos-login-card .login-logo .logo-icon{width:56px;height:56px;background:linear-gradient(135deg,#e8611a,#c93a1a);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;color:#fff;margin-bottom:16px;box-shadow:0 8px 32px #e8611a4d}.pos-login .pos-login-card .login-logo h1{font-size:24px;font-weight:800;letter-spacing:-.5px;margin-bottom:4px}.pos-login .pos-login-card .login-logo p{font-size:14px;color:var(--pos-text-muted)}.pos-login .pos-login-card .login-field{margin-bottom:20px}.pos-login .pos-login-card .login-user-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px}.pos-login .pos-login-card .login-user-grid .login-user-option{background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:10px}.pos-login .pos-login-card .login-user-grid .login-user-option:hover{border-color:var(--pos-glass-hover-border);box-shadow:0 8px 32px var(--pos-glass-hover-shadow)}.pos-login .pos-login-card .login-user-grid .login-user-option.selected{background:#e8611a1f;border-color:#e8611a4d}.pos-login .pos-login-card .login-user-grid .login-user-option .user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#e8611a,#c93a1a);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#fff;flex-shrink:0}.pos-login .pos-login-card .login-user-grid .login-user-option .user-name{font-size:13px;font-weight:500;line-height:1.3}.pos-login .pos-login-card .login-pin-display{display:flex;justify-content:center;gap:12px;margin-bottom:24px}.pos-login .pos-login-card .login-pin-display .pin-dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--pos-pin-border);transition:all .2s ease}.pos-login .pos-login-card .login-pin-display .pin-dot.filled{background:#e8611a;border-color:#e8611a;box-shadow:0 0 12px #e8611a66}.pos-login .pos-login-card .login-error{text-align:center;color:#d94e2a;font-size:13px;margin-bottom:16px;padding:10px;border-radius:12px;background:#c93a1a1a;border:1px solid rgba(201,58,26,.2)}.pos-login .pos-login-card .login-register-select{margin-bottom:24px}.pos-login .pos-login-card .login-no-users{grid-column:1/-1;text-align:center;padding:32px 16px;color:var(--pos-text-muted)}.pos-login .pos-login-card .login-no-users i{font-size:28px;margin-bottom:12px;display:block;opacity:.4}.pos-login .pos-login-card .login-no-users p{font-size:13px}.pos-login .pos-login-card .login-footer{margin-top:24px;text-align:center;padding-top:20px;border-top:1px solid var(--pos-border)}.pos-login .pairing-code-input{margin-bottom:20px}.pos-login .pairing-code-input .pairing-input{text-align:center;font-size:28px;font-weight:700;letter-spacing:8px;padding:16px}.pos-login .pairing-submit{width:100%;margin-bottom:0}.pos-btn-link{background:none;border:none;color:var(--pos-text-muted);font-size:13px;cursor:pointer;padding:8px 16px;transition:all .2s ease}.pos-btn-link:hover{color:var(--pos-text)}.pos-btn-link i{margin-right:6px}.pos-toast{position:fixed;top:80px;right:20px;z-index:2000;display:flex;flex-direction:column;gap:8px}.pos-toast .toast-item{background:var(--pos-bg-surface);border:1px solid var(--pos-border);border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:10px;min-width:280px;animation:toast-in .3s ease;box-shadow:0 8px 32px var(--pos-shadow)}.pos-toast .toast-item i{font-size:16px}.pos-toast .toast-item.toast-success i{color:#22c55e}.pos-toast .toast-item.toast-error i{color:#d94e2a}.pos-toast .toast-item.toast-warning i{color:#f2b531}.pos-toast .toast-item .toast-message{font-size:13px;font-weight:500}@keyframes toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.pos-page{display:flex;flex-direction:column;flex:1;overflow:hidden;padding:20px;gap:16px}.pos-page-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.pos-page-header h1{font-size:20px;font-weight:700}.pos-page-header p{font-size:13px;color:var(--pos-text-muted);margin-top:2px}.pos-search-bar{display:flex;gap:8px;flex-shrink:0}.pos-filter-select{padding:12px 16px;border-radius:12px;border:1px solid var(--pos-border);background:var(--pos-bg-surface-alt);color:var(--pos-text);font-size:14px;font-family:inherit;cursor:pointer;outline:none;transition:all .2s ease;min-width:160px}.pos-filter-select:focus{border-color:#e8611a66;box-shadow:0 0 0 3px #e8611a1a}.pos-filter-select:disabled{opacity:.4;cursor:default}.pos-filter-select option{background:var(--pos-bg-surface);color:var(--pos-text)}.pos-search{position:relative;flex:1;flex-shrink:0;display:flex;align-items:stretch;background:var(--pos-bg-surface-alt);border:1px solid var(--pos-border);border-radius:12px;overflow:hidden;transition:all .2s ease}.pos-search:focus-within{border-color:#e8611a66;box-shadow:0 0 0 3px #e8611a1a}.pos-search input{flex:1;padding:14px 14px 14px 48px;background:transparent;border:none;color:var(--pos-text);font-size:15px;font-family:inherit;outline:none}.pos-search input::placeholder{color:var(--pos-text-muted)}.pos-search i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--pos-text-muted);font-size:16px}.pos-search .search-filters{display:flex;gap:8px;flex-shrink:0}.pos-filters{display:flex;gap:8px;flex-shrink:0;flex-wrap:wrap;align-items:center}.pos-table{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.pos-table-header{display:grid;padding:8px 16px;font-size:11px;font-weight:600;color:var(--pos-text-muted);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.pos-table-row{display:grid;padding:14px 16px;background:var(--pos-glass-bg);border:1px solid var(--pos-border-subtle);border-radius:10px;align-items:center;cursor:pointer;transition:all .2s ease;font-size:13px}.pos-table-row:hover{background:var(--pos-bg-hover);border-color:var(--pos-border-hover)}.pos-table-empty{text-align:center;padding:60px 20px;color:var(--pos-text-muted)}.pos-table-empty i{font-size:40px;opacity:.3;display:block;margin-bottom:12px}.pos-status-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:9999px;font-size:11px;font-weight:600}.pos-order-detail{flex:1;overflow-y:auto;padding:20px;display:flex;gap:20px}.pos-order-detail .detail-main{flex:1;display:flex;flex-direction:column;gap:16px}.pos-order-detail .detail-sidebar{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.pos-detail-card{background:var(--pos-glass-bg);border:1px solid var(--pos-border);border-radius:12px;padding:20px}.pos-detail-card h3{font-size:14px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.pos-detail-card h3 i{color:#e8611a}.pos-detail-row{display:flex;justify-content:space-between;padding:8px 0;font-size:13px;border-bottom:1px solid var(--pos-border-subtle)}.pos-detail-row:last-child{border-bottom:none}.pos-detail-row .label{color:var(--pos-text-secondary)}.pos-detail-row.total{font-weight:700;font-size:16px;border-top:1px solid var(--pos-border);padding-top:12px;margin-top:4px}.pos-main-page{flex:1;overflow:hidden}.pos-error{display:block;font-size:12px;color:#d94e2a;margin-top:4px}.pos-pagination{flex-shrink:0;display:flex;justify-content:center;padding:16px 0}.pos-pagination nav{display:flex;align-items:center;gap:6px}.pos-pagination .pos-page-link{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 14px;border-radius:12px;font-size:15px;font-weight:500;color:var(--pos-text-secondary);text-decoration:none;cursor:pointer;transition:all .2s ease;background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.pos-pagination .pos-page-link:hover:not(.disabled):not(.active){border-color:var(--pos-glass-hover-border);box-shadow:0 8px 32px var(--pos-glass-hover-shadow);color:var(--pos-text)}.pos-pagination .pos-page-link.active{background:#e8611a26;border-color:#e8611a33;color:#e8611a;font-weight:700}.pos-pagination .pos-page-link.disabled{opacity:.3;cursor:default}.pos-customer-grid{grid-template-columns:100px 1fr 200px 150px 100px;gap:12px}.pos-customer-grid .customer-number{font-weight:600;color:#f07b2d;font-size:13px}.pos-customer-grid .customer-name{font-weight:500}.pos-customer-grid .customer-name small{display:block;font-size:11px;color:var(--pos-text-muted);font-weight:400}.pos-customer-grid .customer-email{color:var(--pos-text-secondary);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-customer-grid .customer-phone{color:var(--pos-text-secondary);font-size:13px}.pos-customer-grid .customer-orders{text-align:center;font-weight:600}.customer-search-results{max-height:300px;overflow-y:auto}.customer-search-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:all .2s ease}.customer-search-item:hover{background:var(--pos-bg-hover)}.customer-search-info{flex:1;min-width:0}.customer-search-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-search-meta{font-size:11px;color:var(--pos-text-muted);margin-top:2px}.customer-search-arrow{color:#f07b2d;flex-shrink:0}.customer-search-empty{text-align:center;padding:20px;color:var(--pos-text-muted)}.pos-modal-lg{max-width:640px}.pos-stock-issue{padding:16px;border-radius:12px;background:var(--pos-glass-bg);border:1px solid var(--pos-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);margin-bottom:8px}.pos-stock-issue .stock-issue-info{margin-bottom:12px}.pos-stock-issue .stock-issue-name{font-weight:600;font-size:14px}.pos-stock-issue .stock-issue-detail{font-size:13px;color:var(--pos-text-secondary);margin-top:4px}.pos-stock-issue .stock-issue-actions{display:flex;gap:8px;flex-wrap:wrap}.pos-stock-issue .stock-issue-actions .pos-btn{font-size:13px;padding:10px 16px}.pos-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pos-detail-item .pos-detail-label{display:block;font-size:11px;font-weight:600;color:var(--pos-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.pos-detail-item .pos-detail-value{font-size:14px;font-weight:500;color:var(--pos-text)}.pos-detail-section{margin-top:24px}.pos-detail-section h4{font-size:14px;font-weight:700;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--pos-border)}.pos-detail-order{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:6px;transition:all .2s ease}.pos-detail-order:hover{background:var(--pos-bg-hover)}.pos-detail-order .order-info{display:flex;align-items:center;gap:12px}.pos-detail-order .order-info .order-number{font-weight:600;color:#f07b2d;font-size:13px}.pos-detail-order .order-info .order-date{font-size:12px;color:var(--pos-text-muted)}.pos-detail-order .order-total{font-weight:600;font-size:14px}.pos-detail-empty{text-align:center;padding:24px;color:var(--pos-text-muted);font-size:13px}.pos-detail-lines .line-row{display:grid;grid-template-columns:1fr 60px 80px 80px;padding:10px 0;font-size:13px;border-bottom:1px solid var(--pos-border-subtle);gap:12px}.pos-detail-lines .line-row.line-header{font-size:11px;font-weight:600;color:var(--pos-text-muted);text-transform:uppercase;letter-spacing:.5px}.pos-detail-lines .line-row .line-name{font-weight:500}.pos-detail-lines .line-row .line-amount,.pos-detail-lines .line-row .line-price,.pos-detail-lines .line-row .line-total{text-align:right}@media(max-width:1024px){.pos-cart{width:340px}.pos-products .pos-product-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}@media print{.pos-topbar,.pos-products,.pos-cart-footer .cart-actions,.pos-btn{display:none!important}body{background:#fff;color:#000}.pos-cart{width:100%;border:none;background:#fff}.pos-order-detail{padding:0}.pos-order-detail .pos-detail-card{background:none;border:1px solid #ddd}.pos-order-detail .pos-detail-row{border-color:#eee;color:#000}.pos-order-detail .pos-detail-row .label{color:#666}.pos-order-detail .pos-detail-lines .line-row{border-color:#eee;color:#000}.pos-order-detail .pos-detail-lines .line-row.line-header{color:#666}}[wire\:loading]{opacity:.6;pointer-events:none}select.pos-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}select.pos-input option{background:var(--pos-bg-surface-alt);color:var(--pos-text)}
