body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0000001a;max-width:400px;padding:40px;width:100%}.login-card h2{color:#333;margin-bottom:30px;text-align:center}.form-group{margin-bottom:20px}.form-group label{color:#555;display:block;margin-bottom:5px}.form-control{padding:10px 15px;transition:all .3s}.form-control:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.btn-block{font-size:16px;padding:12px;width:100%}.sidebar{z-index:1000}.sidebar-header{background:#0003;padding:25px 20px}.sidebar-header h2{color:#fff;font-size:1.5rem;font-weight:600;margin-top:15px}.user-role{color:#3498db;font-size:.8rem;letter-spacing:1px;margin-top:5px;text-transform:uppercase}.sidebar-menu{margin:0}.sidebar-menu li{margin:2px 0}.sidebar-menu a{border-left:3px solid #0000;color:#bdc3c7;font-size:.95rem;padding:12px 25px;transition:all .3s ease}.sidebar-menu a:hover{background:#ffffff0d;border-left:3px solid #3498db;color:#fff}.sidebar-menu a.active{background:#3498db1a;border-left:3px solid #3498db;color:#3498db}.menu-icon{font-size:1.2rem;margin-right:12px;text-align:center;width:24px}.mobile-menu-toggle{background:#2c3e50;left:15px;padding:10px;top:15px}.sidebar-overlay{background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:999}.sidebar-close{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:24px;position:absolute;right:20px;top:20px;z-index:1002}@media (max-width:768px){.sidebar{transform:translateX(-100%);transition:transform .3s ease;z-index:1000}.sidebar.active{transform:translateX(0)}.sidebar-close,.sidebar-overlay{display:block}.main-content{transition:margin-left .3s ease}}.dashboard-container{display:flex;min-height:100vh}.main-content{background:#f8f9fa;padding:30px}.main-content h1{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1rem}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:30px}.stat-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:25px;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card.primary{border-top:4px solid #3498db}.stat-card.success{border-top:4px solid #2ecc71}.stat-card.info{border-top:4px solid #9b59b6}.stat-card h3{color:#7f8c8d;font-size:1rem;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.stat-value{color:#2c3e50;font-size:2.5rem;font-weight:700;margin:10px 0}.stat-amount{color:#27ae60;font-size:1.2rem;font-weight:600}.charts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.chart-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:25px}.chart-card h3{color:#2c3e50;font-size:1.2rem;margin-bottom:20px}.products-table{border-collapse:collapse;width:100%}.products-table th{background:#f8f9fa;border-bottom:2px solid #eee;color:#7f8c8d;font-weight:600;padding:12px;text-align:left}.products-table td{border-bottom:1px solid #eee;color:#2c3e50;padding:12px}.products-table tr:hover{background:#f8f9fa}.loading{align-items:center;color:#3498db;display:flex;font-size:1.2rem;justify-content:center;min-height:100vh}@media (max-width:768px){.stats-grid{gap:10px;grid-template-columns:repeat(3,1fr)}.stat-card{padding:15px;text-align:center}.stat-value{font-size:1.8rem}.stat-amount{font-size:1rem}.charts-grid{grid-template-columns:1fr}.chart-card{padding:15px}.products-table td,.products-table th{font-size:.9rem;padding:8px}}@media (max-width:480px){.stats-grid{gap:8px;grid-template-columns:repeat(3,1fr)}.stat-card{padding:10px}.stat-value{font-size:1.5rem}.stat-card h3{font-size:.8rem}}.sales-container{display:flex;min-height:100vh}.sales-layout{grid-gap:3px;display:grid;gap:3px;grid-template-columns:2fr 1fr}.cart-section h2,.products-section h2{border-bottom:2px solid #3498db;color:#2c3e50;margin-bottom:20px;padding-bottom:10px}.products-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));max-height:calc(78vh - 200px);overflow-y:auto;padding-right:10px}.categories-filter{background:#fff;border:1px solid #000;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-bottom:20px;padding:4px}.filter-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding-bottom:10px}.filter-header h3{color:#2c3e50;font-size:1rem;margin:0}.filter-count{background:#f8f9fa;border-radius:20px;color:#6c757d;font-size:.7rem;font-weight:500;padding:4px 12px}.categories-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}@media (min-width:769px){.categories-list{gap:12px;grid-template-columns:repeat(4,1fr)}}.category-btn{align-items:center;background:#f8f9fa;border:1px solid #000;border-radius:8px;color:#495057;cursor:pointer;display:flex;flex-direction:column;font-size:.8rem;justify-content:center;min-height:30px;padding:12px 8px;position:relative;text-align:center;transition:all .2s ease}.category-btn:hover{background:#e9ecef;border-color:#ced4da;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.category-btn.active{background:#3498db;border-color:#3498db;color:#fff}.category-btn.active .category-name{color:#fff}.category-btn.active .category-count{background:#fff3;color:#fff}.category-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:.8rem;font-weight:600;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;width:100%}.category-count{background:#fff;border-radius:10px;color:#6c757d;font-size:.75rem;font-weight:600;margin-top:5px;padding:2px 6px}.category-btn:first-child .category-name{color:#3498db;font-weight:700}.category-btn:first-child.active .category-name{color:#fff}.bluetooth-controls-section{background-color:#f8f9fa;border:1px solid #020202}.bluetooth-status{font-size:10px;margin-bottom:10px}.bluetooth-buttons .btn{font-size:10px;padding:5px 15px}.print-status{background-color:#e9ecef;border-left:3px solid #007bff;font-size:13px}.cart-header .btn-success{background-color:#28a745;border-color:#28a745;font-weight:600;padding:8px 20px}.cart-header .btn-success:hover{background-color:#218838;border-color:#1e7e34}.cart-header .btn-success:disabled{background-color:#6c757d;border-color:#6c757d;cursor:not-allowed}.sale-type-selection{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:4px}.sale-type-selection h3{color:#333;font-size:16px;margin-bottom:10px}.sale-type-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.sale-type-btn.active{background:#007bff;border-color:#007bff;color:#fff}.sale-type-btn:hover:not(.active){border-color:#007bff;color:#007bff}.current-sale-type{border-top:1px solid #eee;color:#666;font-size:14px;padding-top:10px}.btn-zomato{background:red!important}.btn-swiggy{background:#ff8000!important}.sale-type-badge{border-radius:4px;font-size:12px;font-weight:500;padding:4px 8px;text-transform:uppercase}.sale-type-badge.direct{background:#007bff;color:#fff}.sale-type-badge.zomato{background:red;color:#fff}.sale-type-badge.swiggy{background:#ff8000;color:#fff}.stat-card.zomato{background:linear-gradient(135deg,#f7ecec,#ffb7b7);color:#fff}.stat-card.swiggy{background:linear-gradient(135deg,#f5cda5,#ffce9d);color:#fff}.sale-action-buttons{align-items:center;display:flex;gap:10px}.printer-note{color:#666;font-size:12px;font-style:italic;margin-left:10px}.btn-zomato{background:linear-gradient(135deg,red,#c00)!important;border-color:red!important;color:#fff!important}.btn-zomato:hover{background:linear-gradient(135deg,#c00,#900)!important;border-color:#c00!important}.btn-swiggy{background:linear-gradient(135deg,#ff8000,#c60)!important;border-color:#ff8000!important;color:#fff!important}.btn-swiggy:hover{background:linear-gradient(135deg,#c60,#994c00)!important;border-color:#c60!important}.sale-type-btn{align-items:center;background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;min-width:100px;padding:5px 10px;transition:all .3s}.sale-type-btn.active[onclick*=direct]{background:#007bff;border-color:#007bff;color:#fff}.sale-type-btn.active[onclick*=zomato]{background:red;border-color:red;color:#fff}.sale-type-btn.active[onclick*=swiggy]{background:#ff8000;border-color:#ff8000;color:#fff}.bluetooth-controls-section{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;display:flex;flex-direction:column;margin-bottom:10px;padding:5px}.bluetooth-status{align-items:center;display:flex;font-size:12px;gap:10px}.status-connected{color:#28a745;font-weight:700}.status-disconnected{color:#dc3545;font-weight:700}.bluetooth-buttons{display:flex;flex-wrap:wrap;gap:10px}.print-status{background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404;font-size:14px;padding:8px 12px}@media (max-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}.product-card{min-height:auto;padding:15px}.product-card h3{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .price{font-size:1.1rem}.in-cart-badge{font-size:.8rem}.categories-list{flex-direction:column}.category-btn{padding:10px 15px}.products-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.product-card{margin-bottom:0}.product-image{height:100px}.product-info h3{font-size:.8rem}.price{font-size:1rem}.stock-info{align-items:flex-start;flex-direction:column;gap:2px}}@media (max-width:480px){.products-grid{grid-template-columns:repeat(3,1fr)}.product-card{padding:10px}.product-card h3{font-size:.8rem}.product-card .price{font-size:1rem}.in-cart-badge{font-size:.7rem}.products-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.product-card{padding:8px}.product-image{height:80px}.product-info{padding:10px}.category-btn{font-size:.8rem;padding:2px 4px}}@media (min-width:769px){.sales-layout{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 350px}.categories-list{flex-direction:column}}.product-card{cursor:pointer;justify-content:space-between;min-height:150px;padding:20px;position:relative;text-align:center}.product-card:hover{background:#f8f9fa}.product-card:active{transform:translateY(0)}.product-image{border-radius:4px;height:120px;margin-bottom:10px}.product-card h3{color:#2c3e50;font-size:1rem;line-height:1.3;margin-bottom:8px}.product-card .price{color:#27ae60;font-size:1.2rem;font-weight:700;margin-bottom:10px}.in-cart-badge{background:#3498db;border-radius:12px;color:#fff;display:inline-block;font-size:.85rem;font-weight:500;margin-top:8px;padding:4px 8px}.cart-section{background:#fff;max-height:calc(100vh - 100px);padding:25px;top:20px}.cart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.cart-header h2{color:#2c3e50;font-size:1rem;margin:0}.cart-items{margin:20px 0;max-height:300px;overflow-y:auto}.empty-cart{color:#7f8c8d;font-style:italic;text-align:center}.cart-item{align-items:center;border-bottom:1px solid #eee;border-radius:5px;cursor:pointer;display:flex;justify-content:space-between;padding:15px;position:relative;transition:all .2s ease}.cart-item:hover{background:#f8f9fa}.cart-item:active{background:#e8e9ea}.cart-item:last-child{border-bottom:none;margin-bottom:0}.item-info{flex:1 1}.item-info h4{color:#2c3e50;font-size:.95rem;margin:0 0 8px}.item-details{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.item-quantity{background:#3498db;border-radius:10px;color:#fff;font-size:.85rem;font-weight:500;padding:3px 8px}.item-price{color:#7f8c8d;font-size:.85rem}.item-total{color:#27ae60;font-size:.9rem;font-weight:500}.btn-remove-item{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.8rem;height:24px;justify-content:center;margin-left:10px;transition:background .2s;width:24px}.btn-remove-item:hover{background:#c0392b;transform:scale(1.1)}.cart-summary{border-top:2px solid #eee;margin-top:20px;padding-top:20px}.summary-row{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:10px}.summary-row.total{border-top:1px solid #eee;color:#2c3e50;font-size:1.2rem;font-weight:700;margin-top:15px;padding-top:15px}.checkout-btn{background:#27ae60;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:20px;padding:12px;transition:background .2s;width:100%}.checkout-btn:hover:not(:disabled){background:#219653}.checkout-btn:disabled{background:#95a5a6;cursor:not-allowed}.btn-danger{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;padding:8px 15px;transition:background .2s}.edit-sale-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px}.sale-info{background:#f8f9fa;border-left:4px solid #3498db;border-radius:6px;display:flex;flex-direction:column;gap:5px;margin-top:10px;padding:10px 15px}.sale-date{color:#7f8c8d;font-size:.9rem}.header-actions{display:flex;flex-wrap:wrap;gap:10px}.btn-edit{background:#f39c12;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;margin-left:5px;padding:5px 12px;transition:all .3s ease}.btn-edit:hover{background:#e67e22;transform:translateY(-1px)}.btn-edit-mobile{border-radius:6px;font-size:13px;font-weight:500;margin-top:5px;transition:all .3s ease}.ml-2{margin-left:8px}.product-card .stock{color:#7f8c8d;font-size:.8rem;margin-top:5px}@media (max-width:768px){.sales-layout{grid-template-columns:1fr}.cart-section{margin-top:20px;max-height:none;position:static}.cart-item{align-items:flex-start;flex-direction:column;gap:10px}.btn-remove-item{position:absolute;right:15px;top:15px}.item-details{align-items:flex-start;flex-direction:column;gap:5px}.products-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.product-card{min-height:90px;padding:10px}.product-image{height:80px}.product-card h3{font-size:.8rem;height:2.4rem}.product-card .price{font-size:1rem}.in-cart-badge{font-size:.75rem}}.cart-section{background:#b2ffc4;border-radius:10px;box-shadow:0 2px 10px #0000001a;max-height:calc(50vh - 100px);overflow-y:auto;padding:4px;position:-webkit-sticky;position:sticky}.btn-lg{font-size:1.1rem;padding:12px 30px}.btn-success:hover{background:#219653}.btn-success:disabled{background:#95a5a6;cursor:not-allowed}.products-container{display:flex;min-height:100vh}.products-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.products-header h1{color:#2c3e50;margin:0}.product-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.product-form{background:#fff;border-radius:10px;max-height:90vh;max-width:500px;overflow-y:auto;padding:30px;width:100%}.product-form h2{color:#2c3e50;margin-bottom:25px;text-align:center}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.btn-secondary:hover{background:#7f8c8d}.products-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:20px}.product-category{background:#e8f4fc;border-radius:20px;color:#3498db;display:inline-block;font-size:.8rem;margin-top:5px;padding:3px 10px}.product-details{flex-direction:column;gap:5px}@media (max-width:768px){.products-grid{gap:15px;grid-template-columns:repeat(3,1fr)}.product-card{margin-bottom:0}.product-image{height:100px}.product-info h3{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-description{display:none}.product-details{align-items:flex-start;flex-direction:column;gap:5px}.price{font-size:1.1rem}.stock{font-size:.8rem}.product-actions{flex-direction:column;gap:8px}.product-actions button{font-size:.8rem;padding:6px;width:100%}}@media (max-width:480px){.products-grid{gap:8px;grid-template-columns:repeat(3,1fr)}.product-card{padding:4px}.product-image{height:80px}.product-info h3{font-size:.8rem}.price{font-size:1rem}}@media (min-width:769px) and (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background:#fff;border-radius:5px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.product-image{height:50px;object-fit:cover;width:100%}.product-info{display:flex;flex-direction:column;flex-grow:1;padding:20px}.product-info h3{color:#2c3e50;font-size:.9rem}.product-description{color:#7f8c8d;flex-grow:1;font-size:.9rem;line-height:1.4;margin-bottom:15px}.product-details{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.price{color:#27ae60;font-size:1.3rem;font-weight:700}.stock{background:#f8f9fa;border-radius:20px;color:#7f8c8d;font-size:.9rem;padding:4px 10px}.product-actions{display:flex;gap:10px;margin-top:auto}.btn-sm{flex:1 1;font-size:.85rem;padding:6px 12px}@media (max-width:768px){.products-header{align-items:flex-start;flex-direction:column;gap:15px}.product-form{margin:20px;padding:20px}}.reports-container{background:#f5f7fa;display:flex;min-height:100vh;position:relative}.mobile-menu-toggle{background:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;display:none;font-size:18px;left:170px;padding:4px 8px;position:fixed;top:2px;z-index:1001}.main-content{flex:1 1;padding:20px;transition:margin-left .3s ease;width:100%}.page-header{margin-bottom:30px}.page-header h1{color:#2c3e50;font-size:1.8rem;margin-bottom:20px}.summary-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.summary-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.summary-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.card-content{display:flex;flex-direction:column;gap:10px}.card-label{color:#7f8c8d;font-size:.9rem;font-weight:500}.card-value{color:#2c3e50;font-size:1.5rem;font-weight:600}.filter-section{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;padding:20px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.section-header h2{color:#2c3e50;font-size:1.3rem}.filter-form .form-row{grid-gap:20px;align-items:end;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#2c3e50;font-size:.9rem;font-weight:500}.form-control{border-radius:6px;padding:10px 12px;transition:border-color .3s ease}.button-group{display:flex;flex-direction:row;gap:10px}.btn{align-items:center;border-radius:6px;display:inline-flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:10px 20px;transition:all .3s ease}.btn-primary:hover:not(:disabled){background:#2980b9}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover:not(:disabled){background:#7f8c8d}.btn-success{background:#27ae60;color:#fff}.btn-success:hover:not(:disabled){background:#219955}.btn-link{background:none;color:#3498db;padding:0;text-decoration:underline}.btn-view{background:#f8f9fa;border:1px solid #dee2e6;color:#495057;padding:5px 15px}.btn-view:hover{background:#e9ecef}.btn:disabled{cursor:not-allowed;opacity:.6}.reports-section{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:20px}.mobile-cards{display:none;gap:15px}.report-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:15px}.card-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.bill-number{color:#2c3e50;font-weight:600}.date{color:#7f8c8d;font-size:.9rem}.card-body{display:flex;flex-direction:column;gap:10px}.info-row{align-items:center;display:flex;justify-content:space-between}.label{color:#7f8c8d;font-size:.9rem}.value{color:#2c3e50;font-weight:500}.amount{color:#27ae60;font-weight:600}.desktop-table{overflow-x:auto}.reports-table{border-collapse:collapse;min-width:800px;width:100%}.reports-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;color:#2c3e50;font-weight:600;padding:15px;position:-webkit-sticky;position:sticky;text-align:left;top:0}.reports-table td{border-bottom:1px solid #dee2e6;color:#495057;padding:15px}.reports-table tbody tr:hover{background:#f8f9fa}.reports-table .amount{color:#27ae60;font-weight:600}.badge{background:#e8f4fd;border-radius:12px;color:#3498db;font-size:.8rem;font-weight:500;padding:4px 8px}.reports-table tfoot{background:#f8f9fa}.reports-table tfoot td{border-top:2px solid #dee2e6;padding:15px}.total-label{color:#2c3e50;text-align:right}.total-amount{color:#27ae60;font-size:1.1rem}.loading-state{color:#7f8c8d;padding:40px;text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;display:inline-block;height:20px;margin-right:10px;width:20px}.items-sold{cursor:help}.items-sold:hover:after{background:#333;border-radius:4px;bottom:100%;box-shadow:0 2px 10px #0003;color:#fff;content:attr(title);font-size:12px;left:50%;max-width:300px;padding:8px 12px;position:absolute;transform:translateX(-50%);white-space:normal;z-index:1000}.report-card .items-sold{color:#555;font-size:.85rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.no-data{padding:60px 20px;text-align:center}.no-data-icon{font-size:48px;margin-bottom:20px;opacity:.5}.no-data p{color:#7f8c8d;margin-bottom:10px}.alert{border-radius:6px;margin-bottom:20px;padding:15px}.alert-danger{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.table-info{margin-top:20px;text-align:right}.record-count{color:#7f8c8d;font-size:.9rem}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-height:80vh;max-width:500px;overflow-y:auto;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #e9ecef;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:20px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal-header h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#7f8c8d;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;line-height:1;padding:0;transition:all .3s ease;width:32px}.modal-close:hover{background:#f8f9fa;color:#2c3e50}.modal-body{padding:24px}.bill-info{background:#f8f9fa;border-radius:8px;margin-bottom:24px;padding:20px}.bill-info .info-row{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.bill-info .info-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-label{color:#495057;font-size:.95rem;font-weight:500}.info-value{color:#2c3e50;font-size:.95rem;font-weight:600}.info-value.amount{color:#27ae60}.items-section{margin-top:20px}.section-title{border-bottom:2px solid #e9ecef;color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:16px;padding-bottom:8px}.items-list{border:1px solid #e9ecef;border-radius:8px;max-height:300px;overflow-y:auto}.item-card{align-items:center;background:#fff;border-bottom:1px solid #e9ecef;display:flex;padding:12px 16px;transition:background-color .2s ease}.item-card:hover{background:#f8f9fa}.item-card:last-child{border-bottom:none}.item-index{align-items:center;background:#3498db;border-radius:50%;color:#fff;display:flex;font-size:.8rem;font-weight:600;height:24px;justify-content:center;margin-right:12px;min-width:24px}.item-name{color:#2c3e50;flex:1 1;font-size:.95rem}.no-items{color:#7f8c8d;padding:40px 20px;text-align:center}.no-items p{margin:0}.modal-footer{background:#f8f9fa;border-radius:0 0 12px 12px;border-top:1px solid #e9ecef;padding:20px 24px;text-align:right}.btn-view-mobile{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:10px;padding:10px;transition:all .3s ease;width:100%}.btn-view-mobile:hover{background:#2980b9}.btn-view{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:6px 16px;transition:all .3s ease}.btn-view:hover{background:#2980b9;transform:translateY(-1px)}.card-actions{border-top:1px solid #e9ecef;padding-top:15px}.items-sold{cursor:pointer;max-width:200px;overflow:hidden;position:relative;text-overflow:ellipsis;transition:color .3s ease;white-space:nowrap}.items-sold:hover{color:#3498db}.items-list::-webkit-scrollbar{width:6px}.items-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.items-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.items-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.btn-edit-mobile{background:#f39c12;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:8px;padding:8px;width:100%}.btn-edit-mobile:hover{background:#e67e22}.card-actions{display:flex;flex-direction:column;gap:8px;margin-top:15px}@media (max-width:1024px){.summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.modal-overlay{padding:10px}.modal-content{max-height:90vh}.modal-header{padding:16px 20px}.modal-body{padding:20px}.bill-info{padding:16px}.items-list{max-height:250px}.item-card{padding:10px 14px}.mobile-menu-toggle{display:block}.main-content{margin-left:0;padding:15px}.page-header h1{font-size:1.5rem;margin-top:50px}.filter-form .form-row,.summary-cards{gap:15px;grid-template-columns:1fr}.button-group{flex-direction:column}.btn{width:100%}.section-header{align-items:flex-start;flex-direction:column;gap:15px}.section-header .actions{width:100%}.mobile-cards{display:flex;flex-direction:column}.desktop-table{display:none}.reports-table{min-width:auto}.reports-table thead{display:none}.reports-table tbody tr{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;display:block;margin-bottom:15px}.reports-table tbody td{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:10px 15px;text-align:right}.reports-table tbody td:last-child{border-bottom:none}.reports-table tbody td:before{color:#2c3e50;content:attr(data-label);font-weight:600;margin-right:10px;text-align:left}.reports-table tfoot{display:block;margin-top:20px}.reports-table tfoot tr{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;padding:15px}.items-sold{max-width:150px}.reports-table tbody td[data-label="Items Sold"]:before{content:"Items:"}}@media (max-width:480px){.modal-header h3{font-size:1.1rem}.info-label,.info-value,.item-name{font-size:.9rem}.btn-view-mobile{font-size:13px;padding:8px}.main-content{padding:10px}.page-header h1{font-size:1.3rem}.summary-card{padding:15px}.card-value{font-size:1.3rem}.filter-section,.reports-section{padding:15px}.report-card{padding:12px}.reports-table tbody td{font-size:.9rem;padding:8px 12px}.items-sold{font-size:.9rem;max-width:120px}}@media print{.actions,.btn-view,.filter-section,.mobile-menu-toggle{display:none!important}.main-content{margin-left:0}.reports-table{min-width:100%}.reports-table th{background:#f0f0f0!important;-webkit-print-color-adjust:exact}.no-data{padding:30px 10px}}@media (prefers-color-scheme:dark){.reports-container{background:#1a1a1a}.filter-section,.report-card,.reports-section,.summary-card{background:#fff;border-color:#404040}.card-label,.card-value,.date,.form-group label,.label,.page-header h1,.reports-table td,.reports-table th,.section-header h2,.value{color:#000}.btn-view,.form-control{background:#fff;border-color:#404040;color:#000}.reports-table tbody tr:hover,.reports-table tfoot{background:#fff}}.users-container{display:flex;min-height:100vh}.users-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.users-header h1{color:#2c3e50;margin:0}.user-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.user-form{background:#fff;border-radius:10px;max-height:90vh;max-width:500px;overflow-y:auto;padding:30px;width:100%}.user-form h2{color:#2c3e50;margin-bottom:25px;text-align:center}.permissions-section{background:#f8f9fa;border-radius:8px;margin:20px 0;padding:20px}.permissions-section h4{color:#2c3e50;font-size:1rem;margin-bottom:15px}.permissions-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.permission-item{align-items:center;display:flex;gap:10px}.permission-item input[type=checkbox]{cursor:pointer;height:18px;width:18px}.permission-item label{color:#495057;cursor:pointer;-webkit-user-select:none;user-select:none}.users-table-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow-x:auto;padding:20px}.users-table{border-collapse:collapse;min-width:800px;width:100%}.users-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;color:#2c3e50;font-weight:600;padding:15px;text-align:left}.users-table td{border-bottom:1px solid #dee2e6;color:#495057;padding:15px}.users-table tbody tr:hover{background:#f8f9fa}.user-type{border-radius:20px;font-size:.85rem;font-weight:600;padding:4px 12px;text-transform:uppercase}.user-type.superadmin{background:#e3f2fd;color:#1976d2}.user-type.manager{background:#f3e5f5;color:#7b1fa2}.user-actions{display:flex;gap:8px}.user-actions button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.users-header{align-items:flex-start;flex-direction:column;gap:15px}.user-form{margin:20px;padding:20px}}.categories-container{display:flex;min-height:100vh}.categories-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.categories-header h1{color:#2c3e50;margin:0}.category-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.category-form{background:#fff;border-radius:10px;max-width:500px;padding:30px;width:100%}.category-form h2{color:#2c3e50;margin-bottom:25px;text-align:center}.categories-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:20px}.category-card{background:#fff;border-left:4px solid #3498db;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:20px}.category-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.category-header h3{color:#2c3e50;flex:1 1;margin:0}.product-count{background:#e8f4fc;border-radius:20px;color:#3498db;font-size:.85rem;font-weight:600;padding:4px 10px}.category-description{color:#7f8c8d;font-size:.9rem;line-height:1.4;margin-bottom:15px}.category-actions{display:flex;gap:10px}.no-categories{color:#7f8c8d;padding:40px;text-align:center}@media (max-width:768px){.categories-header{align-items:flex-start;flex-direction:column;gap:15px}.categories-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.sidebar{background:linear-gradient(180deg,#2c3e50,#1a1a2e);color:#fff;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;transition:all .3s;width:250px}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:20px;text-align:center}.sidebar-menu{list-style:none;padding:20px 0}.sidebar-menu li{margin:5px 0}.sidebar-menu a{align-items:center;color:#fff;display:flex;padding:12px 20px;text-decoration:none;transition:all .3s}.sidebar-menu a.active,.sidebar-menu a:hover{background:#ffffff1a;border-left:4px solid #3498db}.main-content{margin-left:250px;min-height:100vh;padding:10px}.card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;padding:20px}.btn{border:none;border-radius:5px;cursor:pointer;font-size:10px;padding:8px 16px;transition:all .3s}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b}.table{background:#fff;border-collapse:collapse;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;width:100%}.table td,.table th{border-bottom:1px solid #eee;padding:12px;text-align:left}.table th{background:#f8f9fa;font-weight:600}.form-group{margin-bottom:15px}.form-control{border:1px solid #ddd;border-radius:5px;font-size:14px;padding:8px 12px;width:100%}.form-control:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}@media (max-width:768px){.sidebar{transform:translateX(-100%);width:0}.sidebar.active{transform:translateX(0);width:250px}.main-content{margin-left:0}}
/*# sourceMappingURL=main.57aed230.css.map*/