.home-dashboard{background:linear-gradient(180deg,#163447,#1f4b63);min-height:100vh}.hero-panel{background:hsla(0,0%,100%,.94);border-radius:18px;box-shadow:0 8px 28px rgba(0,0,0,.12);margin:auto;padding:1.5rem;width:96%}.custom-alert{border:0;border-radius:12px;box-shadow:0 5px 18px rgba(0,0,0,.08);padding:1rem 1.25rem}.custom-alert-danger{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.custom-alert-warning{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.module-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 5px 16px rgba(15,23,42,.06);display:flex;flex-direction:column;height:100%;min-height:165px;padding:1rem .75rem;text-align:center;transition:.2s ease}.module-card:hover{border-color:#cbd5e1;box-shadow:0 10px 24px rgba(15,23,42,.13);transform:translateY(-4px)}.module-icon-wrap{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;display:flex;height:66px;justify-content:center;margin-bottom:.7rem;overflow:hidden;width:66px}.module-img{height:48px;object-fit:contain;width:48px}.module-fa-icon{font-size:1.7rem}.icon-admin{background:#f1f5f9;color:#475569}.icon-direction{background:#eff6ff;color:#2563eb}.icon-compta{background:#e0f2fe;color:#0369a1}.icon-marketing{background:#fef2f2;color:#dc2626}.icon-shop{background:#f0fdf4;color:#15803d}.module-body{width:100%}.module-title{color:#0f172a;font-size:.95rem;font-weight:700;margin:0}.module-subtitle{color:#64748b;font-size:.82rem;margin-top:.2rem}.module-meta{color:#64748b;font-size:.78rem;margin-top:.3rem}.data-panel{background:#fff;border-radius:16px;box-shadow:0 8px 28px rgba(15,23,42,.1);overflow:hidden}.data-panel-header{background:linear-gradient(135deg,#b91c1c,#dc2626);padding:.8rem 1rem}.data-panel-filters{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:.8rem 1rem}.custom-table{font-size:.9rem}.custom-table thead th{background:#1e3a5f;border-color:#294a70;color:#fff;padding:.65rem .6rem;text-align:center;vertical-align:middle;white-space:nowrap}.custom-table tbody td{padding:.5rem .6rem;vertical-align:middle}.custom-table tbody tr:hover{background:#f8fafc}.custom-table tfoot th{background:#0f766e;border-color:#0f766e;color:#fff;padding:.65rem}.menu-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);height:9rem;transition:all .3s ease;width:10rem}.menu-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(-5px) scale(1.03)}.menu-card img{height:4.5rem;margin-top:10px;object-fit:contain;width:4.5rem}.menu-title{font-size:.9rem;font-weight:600;margin-top:5px}.menu-link{text-decoration:none}@media(max-width:768px){.home-dashboard{padding-top:.5rem!important}.hero-panel{border-radius:12px;padding:.8rem;width:100%}.module-card{min-height:150px;padding:.8rem .5rem}.module-icon-wrap{height:58px;width:58px}.module-img{height:42px;width:42px}.module-title{font-size:.88rem}.menu-card{max-width:10rem;width:100%}}*{box-sizing:border-box}button,input,select{font:inherit}button{cursor:pointer}.pos{background:#f5f5f5;display:flex;flex-direction:column;height:100vh;min-height:600px;overflow:hidden}.pos-header{background:#fff;border-bottom:1px solid #ddd;flex:0 0 auto;gap:20px;min-height:70px;padding:10px 18px}.pos-header,.pos-navigation{align-items:center;display:flex}.pos-navigation{flex-shrink:0;gap:8px}.nav-btn{background:#e8e8e8;border:0;border-radius:8px;color:#333;font-size:15px;font-weight:600;padding:12px 20px;transition:background .15s ease}.nav-btn:hover{background:#ddd}.nav-btn.active{background:#714b67;color:#fff}.nav-btn.active:hover{background:#65425c}.pos-search{margin-left:auto;position:relative;width:min(430px,40%)}.pos-search input{background:#fafafa;border:1px solid #d8d8d8;border-radius:9px;font-size:15px;height:46px;outline:none;padding:0 15px 0 45px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.pos-search input:focus{background:#fff;border-color:#714b67;box-shadow:0 0 0 3px rgba(113,75,103,.1)}.search-icon{color:#777;font-size:23px;left:15px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.pos-user{align-items:center;background:#714b67;border-radius:8px;color:#fff;display:flex;font-size:14px;font-weight:600;height:46px;justify-content:center;max-width:200px;min-width:48px;overflow:hidden;padding:0 14px;text-overflow:ellipsis;white-space:nowrap}.pos-body{display:grid;flex:1 1 auto;grid-template-columns:370px minmax(0,1fr)}.cart-panel,.pos-body{min-height:0;overflow:hidden}.cart-panel{border-right:1px solid #ddd;flex-direction:column;height:100%;min-width:0}.cart-header,.cart-panel{background:#fff;display:flex}.cart-header{align-items:center;border-bottom:1px solid #eee;flex:0 0 auto;gap:15px;justify-content:space-between;min-height:62px;padding:0 16px}.cart-header h2{color:#333;font-size:18px;font-weight:700;margin:0}.clear-cart{background:transparent;border:none;border-radius:6px;color:#d9534f;font-size:14px;font-weight:600;padding:7px 10px}.clear-cart:hover{background:#fff0f0}.cart-items{background:#fff;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:8px 10px}.cart-items::-webkit-scrollbar{width:7px}.cart-items::-webkit-scrollbar-track{background:#f3f3f3}.cart-items::-webkit-scrollbar-thumb{background:#c5c5c5;border-radius:10px}.cart-empty{align-items:center;color:#999;display:flex;font-size:15px;height:100%;justify-content:center;min-height:180px;text-align:center}.cart-product-name{flex:1}.cart-item{background:#fff;border-bottom:1px solid #eee;padding:12px 8px}.cart-item:last-child{border-bottom:none}.cart-item-header{gap:10px;justify-content:space-between;margin-bottom:9px}.cart-item-header,.cart-item-main{align-items:flex-start;display:flex}.cart-item-main{flex:1;flex-direction:column;gap:5px;min-width:0}.cart-product-name{color:#333;font-size:14px;font-weight:600;line-height:1.3;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cart-subtotal{color:#212529;font-size:13px}.cart-stock-select{background:#f8f9fa;border:1px solid #dfe3e8;border-radius:5px;color:#495057;cursor:pointer;font-size:11px;font-weight:600;height:28px;max-width:190px;outline:none;padding:2px 26px 2px 7px;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;width:auto}.cart-stock-select:hover{background:#fff;border-color:#b8c0c8}.cart-stock-select:focus{background:#fff;border-color:#0d6efd;box-shadow:0 0 0 2px rgba(13,110,253,.1)}.cart-stock-select:disabled{background:#eee;cursor:not-allowed;opacity:.65}.cart-stock-select:invalid{color:#6c757d}.cart-stock-select option{background:#fff;color:#333;font-size:12px}.cart-subtotal{color:#714b67;flex-shrink:0;font-size:14px;font-weight:700;white-space:nowrap}.cart-item-actions{gap:7px}.cart-item-actions,.qty-button{align-items:center;display:flex}.qty-button{background:#f2f2f2;border:1px solid #ddd;border-radius:7px;color:#333;flex:0 0 34px;font-size:20px;font-weight:600;height:34px;justify-content:center;line-height:1;transition:background .12s ease,border-color .12s ease;width:34px}.qty-button:hover{background:#e5e5e5;border-color:#ccc}.cart-quantity{background:#fff;border:1px solid #714b67;border-radius:7px;color:#714b67;font-weight:700;height:34px;min-width:48px;padding:0 8px;text-align:center}.cart-quantity:hover{background:#f8f3f7}.cart-item-price{background:#f7f3f6;border:none;border-radius:6px;color:#714b67;cursor:pointer;font-size:12px;font-weight:700;margin-left:auto;padding:6px 8px;white-space:nowrap}.cart-item-price:hover{background:#eee3eb}.price-modal{align-items:center;display:none;inset:0;justify-content:center;padding:15px;position:fixed;z-index:100000}.price-modal.show{display:flex}.price-modal-backdrop{backdrop-filter:blur(1px);background:rgba(0,0,0,.48);inset:0;position:absolute}.price-modal-content{animation:priceModalOpen .15s ease;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.28);padding:25px;position:relative;width:min(420px,100%);z-index:2}#qty-modal-price-input{background:#fff;border:1px solid #d9dee3;border-radius:10px;font-size:18px;font-weight:700;margin-bottom:18px;margin-top:8px;outline:none;padding:12px 14px;text-align:center;transition:border-color .15s ease,box-shadow .15s ease;width:100%}#qty-modal-price-input:focus{border-color:#0d6efd;box-shadow:0 0 0 3px rgba(13,110,253,.15)}.qty-modal-content label[for=qty-modal-price-input]{color:#495057;display:block;font-size:13px;font-weight:700;margin-bottom:4px;margin-top:18px}@keyframes priceModalOpen{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.price-modal-close{align-items:center;background:transparent;border:none;border-radius:50%;color:#666;display:flex;font-size:30px;height:38px;justify-content:center;line-height:1;position:absolute;right:12px;top:10px;width:38px}.price-modal-close:hover{background:#f0f0f0}.price-modal-content h3{color:#333;font-size:21px;font-weight:700;margin:0 45px 22px 0}.price-modal-content label{color:#444;display:block;font-size:14px;font-weight:700;margin-bottom:8px}.price-input-wrapper{align-items:stretch;background:#fff;border:2px solid #ddd;border-radius:9px;display:flex;overflow:hidden}.price-input-wrapper:focus-within{border-color:#714b67;box-shadow:0 0 0 3px rgba(113,75,103,.1)}.price-input-wrapper input{border:none;color:#333;flex:1;font-size:25px;font-weight:800;height:58px;min-width:0;outline:none;padding:0 15px;text-align:right}.price-input-wrapper span{align-items:center;background:#f2f2f2;color:#714b67;display:flex;font-size:15px;font-weight:800;justify-content:center;min-width:65px}.price-input-wrapper input::-webkit-inner-spin-button,.price-input-wrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.price-modal-actions{display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:24px}.price-modal-actions button{border:none;border-radius:8px;font-size:15px;font-weight:700;min-height:48px;padding:12px 15px}.price-cancel{background:#eee;color:#444}.price-cancel:hover{background:#ddd}.price-confirm{background:#714b67;color:#fff}.price-confirm:hover{background:#5f3f57}.remove-item{align-items:center;background:transparent;border:none;border-radius:6px;color:#d9534f;display:flex;flex:0 0 30px;font-size:22px;height:30px;justify-content:center;line-height:1;width:30px}.remove-item:hover{background:#fff0f0}.cart-footer{background:#fff;border-top:1px solid #ddd;box-shadow:0 -4px 12px rgba(0,0,0,.04);flex:0 0 auto}.client-search-wrapper{flex:0 0 280px;position:relative;width:280px}.client-search-box{position:relative;width:100%}.client-search-box input{background:#fafafa;border:1px solid #d8d8d8;border-radius:9px;color:#333;font-size:14px;height:46px;outline:none;padding:0 38px 0 42px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.client-search-box input:focus{background:#fff;border-color:#714b67;box-shadow:0 0 0 3px rgba(113,75,103,.1)}.client-search-icon{font-size:17px;left:13px;pointer-events:none;z-index:2}.clear-client,.client-search-icon{position:absolute;top:50%;transform:translateY(-50%)}.clear-client{align-items:center;background:transparent;border:none;border-radius:50%;color:#777;display:none;font-size:21px;height:30px;justify-content:center;line-height:1;right:7px;width:30px}.clear-client:hover{background:#eee;color:#d9534f}.client-search-wrapper.has-client .clear-client{display:flex}.client-results{background:#fff;border:1px solid #ddd;border-radius:9px;box-shadow:0 10px 30px rgba(0,0,0,.18);display:none;left:0;max-height:320px;overflow-y:auto;position:absolute;top:calc(100% + 6px);width:100%;z-index:10000}.client-results.show{display:block}.client-result-item{background:#fff;border:none;border-bottom:1px solid #eee;display:flex;flex-direction:column;gap:3px;padding:11px 13px;text-align:left;width:100%}.client-result-item:last-child{border-bottom:none}.client-result-item:hover{background:#f7f3f6}.client-result-name{color:#333;font-size:14px;font-weight:700}.client-result-phone{color:#777;font-size:12px}.client-no-result{color:#999;font-size:13px;padding:15px;text-align:center}.client-search-wrapper.has-client #client-search{background:#f7f1f5;border-color:#714b67;color:#714b67;font-weight:700}@media(max-width:1200px){.client-search-wrapper{flex-basis:230px;width:230px}.pos-search{width:300px}}@media(max-width:900px){.pos-header{flex-wrap:wrap}.pos-search{flex:1 1 300px;margin-left:0;width:auto}.client-search-wrapper{flex:1 1 250px;width:auto}}.cart-total{align-items:center;background:#fff;border-top:1px solid #eee;display:flex;flex:0 0 auto;font-size:18px;font-weight:600;gap:15px;justify-content:space-between;min-height:60px;padding:12px 15px}.cart-total span{color:#444}.cart-total strong{color:#714b67;font-size:22px;font-weight:800;white-space:nowrap}.checkout-btn{background:#714b67;border:none;border-radius:9px;color:#fff;flex:0 0 auto;font-size:18px;font-weight:700;margin:0 15px 15px;padding:15px 18px;transition:background .15s ease,transform .1s ease;width:calc(100% - 30px)}.checkout-btn:hover{background:#5f3f57}.checkout-btn:active{transform:scale(.99)}.checkout-btn:disabled{cursor:not-allowed;opacity:.6}.payment-modal-content{border:none;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.22);overflow:hidden}#paymentModal .modal-header{background:#fff;border-bottom:1px solid #eee;padding-left:18px;padding-right:18px}#paymentModal .modal-title{color:#333;font-size:18px;font-weight:700}#paymentModal .modal-body{background:#fafafa}.payment-total-box{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:14px 16px}.payment-total-box #modal-total{color:#714b67;font-weight:800}.payment-total-box #amount-change{color:#2e8b57;font-weight:800}#paymentModal .form-label{color:#444;font-weight:700}#paymentModal .form-control,#paymentModal .form-select{border-color:#d8d8d8;border-radius:7px}#paymentModal .form-control:focus,#paymentModal .form-select:focus{border-color:#714b67;box-shadow:0 0 0 3px rgba(113,75,103,.1)}#amount-paid,#discount{font-weight:700;text-align:right}#modal-remaining{color:#d9534f;display:block;font-weight:800;text-align:right}.payment-breakdown{background:#fff}.payment-breakdown strong{color:#714b67;margin-left:4px}.extra-fees-zone{background:#fff;border:1px solid #e5e5e5;border-radius:9px;padding:12px}.extra-fee-row{border-bottom:1px solid #eee;padding-bottom:8px}.extra-fee-row:last-child{border-bottom:none;padding-bottom:0}#add-extra-fee{border-color:#714b67;color:#714b67}#add-extra-fee:hover{background:#714b67;color:#fff}#paymentModal .modal-footer{background:#fff;border-top:1px solid #eee}#confirm-payment{border:none;font-weight:700;min-width:150px}#paymentModal input[type=number]::-webkit-inner-spin-button,#paymentModal input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media(max-width:767px){#paymentModal .modal-dialog{margin:8px}.payment-total-box{padding:12px}.payment-breakdown{align-items:flex-start!important;flex-direction:column;gap:5px}}.products-panel{background:#f4f4f4;display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden}.categories{align-items:center;background:#f1f1f1;border-bottom:1px solid #ddd;display:flex;flex:0 0 auto;flex-wrap:wrap;gap:7px;overflow:visible;padding:10px 12px}.category-btn{background:#e1e4e2;border:none;border-radius:7px;color:#333;cursor:pointer;flex:0 0 auto;font-size:13px;font-weight:700;min-height:43px;padding:9px 15px;transition:background .15s ease,color .15s ease;white-space:nowrap}.category-btn:hover{background:#d5d8d6}.category-btn.active{background:#714b67;color:#fff}.category-btn.active:hover{background:#65425c}.categories::-webkit-scrollbar{height:5px}.categories::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.products-grid{align-content:start;display:grid;flex:1 1 auto;gap:9px;grid-auto-rows:max-content;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));min-height:0;overflow-x:hidden;overflow-y:auto;padding:10px}.products-grid::-webkit-scrollbar{width:8px}.products-grid::-webkit-scrollbar-track{background:#eee}.products-grid::-webkit-scrollbar-thumb{background:#bbb;border-radius:10px}.product-card{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;height:190px;min-width:0;overflow:hidden;position:relative;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;user-select:none}.product-card:hover{border-color:#c5c5c5;box-shadow:0 5px 15px rgba(0,0,0,.12);transform:translateY(-2px)}.product-card:active{transform:scale(.98)}.product-stock{background:#55a870;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.15);color:#fff;font-size:11px;font-weight:700;left:5px;min-width:30px;padding:4px 6px;position:absolute;text-align:center;top:5px;z-index:3}.product-stock.out-stock{background:#cf4545}.product-price{background:#714b67;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.15);color:#fff;font-size:11px;font-weight:700;max-width:calc(100% - 55px);overflow:hidden;padding:4px 7px;position:absolute;right:5px;text-overflow:ellipsis;top:5px;white-space:nowrap;z-index:3}.product-image{align-items:center;background:#fafafa;display:flex;height:145px;justify-content:center;overflow:hidden}.product-image img{display:block;height:100%;object-fit:contain;padding:10px;width:100%}.no-image{font-size:42px;height:100%;opacity:.25;width:100%}.no-image,.product-name{align-items:center;display:flex;justify-content:center}.product-name{border-bottom:4px solid #d9534f;color:#333;font-size:12px;font-weight:700;height:45px;line-height:1.2;overflow:hidden;padding:6px 8px;text-align:center}.qty-modal{align-items:center;display:none;inset:0;justify-content:center;padding:15px;position:fixed;z-index:99999}.qty-modal.show{display:flex}.qty-modal-backdrop{backdrop-filter:blur(1px);background:rgba(0,0,0,.48);inset:0;position:absolute}.qty-modal-content{animation:qtyModalOpen .15s ease;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.28);padding:25px;position:relative;width:min(420px,100%);z-index:2}@keyframes qtyModalOpen{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.qty-modal-close{align-items:center;background:transparent;border:none;border-radius:50%;color:#666;display:flex;font-size:30px;height:38px;justify-content:center;line-height:1;position:absolute;right:12px;top:10px;width:38px}.qty-modal-close:hover{background:#f0f0f0;color:#333}.qty-modal-content h3{color:#333;font-size:21px;font-weight:700;margin:0 45px 5px 0}.qty-modal-price{color:#714b67;font-size:18px;font-weight:800;margin-bottom:23px}.qty-modal-content label{color:#444;display:block;font-size:14px;font-weight:700;margin-bottom:8px}.qty-selector{display:grid;gap:8px;grid-template-columns:60px minmax(0,1fr) 60px;height:58px}.qty-selector button{align-items:center;background:#eee;border:1px solid #ddd;border-radius:9px;color:#333;display:flex;font-size:28px;font-weight:600;justify-content:center;transition:background .12s ease}.qty-selector button:hover{background:#ddd}.qty-selector input{background:#fff;border:2px solid #ddd;border-radius:9px;color:#333;font-size:25px;font-weight:800;min-width:0;outline:none;text-align:center;width:100%}.qty-selector input:focus{border-color:#714b67;box-shadow:0 0 0 3px rgba(113,75,103,.1)}.qty-selector input::-webkit-inner-spin-button,.qty-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-modal-actions{display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:24px}.qty-modal-actions button{border:none;border-radius:8px;font-size:15px;font-weight:700;min-height:48px;padding:12px 15px}.qty-cancel{background:#eee;color:#444}.qty-cancel:hover{background:#ddd}.qty-confirm{background:#714b67;color:#fff}.qty-confirm:hover{background:#5f3f57}@media(max-width:1100px){.pos-body{grid-template-columns:330px minmax(0,1fr)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr))}.pos-search{width:min(350px,38%)}}@media(max-width:850px){.pos-body{grid-template-columns:300px minmax(0,1fr)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(125px,1fr))}.product-card{height:175px}.product-image{height:130px}.pos-user{max-width:100px}}@media(max-width:650px){.pos{height:auto;min-height:100vh;overflow:visible}.pos-header{flex-wrap:wrap;gap:8px}.pos-navigation{order:1}.pos-user{margin-left:auto;order:2}.pos-search{margin-left:0;order:3;width:100%}.pos-body{display:flex;flex-direction:column;overflow:visible}.cart-panel,.products-panel{height:600px;min-height:600px}.cart-panel{border-right:none;border-top:1px solid #ddd}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:400px){.products-grid{gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));padding:6px}.product-card{height:165px}.product-image{height:120px}.category-btn{min-width:95px}.qty-modal-content{padding:20px}.qty-selector{grid-template-columns:52px minmax(0,1fr) 52px}}