html,body,#root{min-height:100%;margin:0}body{margin:0}html,body,#root,#root>*{min-height:100%}html,body{height:auto!important;min-height:100vh!important;overflow:hidden auto!important}#root{height:auto!important;min-height:100vh!important;overflow:visible!important}.login-page{background:linear-gradient(135deg,#f5f7fa 0%,#e9eef5 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.login-card{background:#fff;border-radius:18px;width:100%;max-width:430px;padding:42px;box-shadow:0 20px 60px #0000001a}.login-brand{align-items:center;gap:14px;margin-bottom:42px;display:flex}.brand-icon{color:#fff;background:#111827;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:700;display:flex}.login-brand h1{color:#111827;margin:0;font-size:21px;font-weight:700}.login-brand p{color:#6b7280;margin:3px 0 0;font-size:13px}.login-heading{margin-bottom:28px}.login-heading h2{color:#111827;margin:0 0 8px;font-size:28px;font-weight:700}.login-heading p{color:#6b7280;margin:0;font-size:14px}.login-form{flex-direction:column;gap:20px;display:flex}.form-group input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px;transition:all .2s}.form-group input::placeholder{color:#9ca3af}.form-group input:focus{border-color:#111827;box-shadow:0 0 0 3px #11182714}.login-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:9px;height:48px;margin-top:4px;font-size:15px;font-weight:600;transition:all .2s}.login-button:hover{background:#1f2937}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:11px 13px;font-size:13px}.login-footer{text-align:center;color:#9ca3af;margin-top:28px;font-size:12px}@media (width<=500px){.login-card{padding:30px 24px}.login-heading h2{font-size:24px}}.dashboard-page{max-width:1400px;margin:0 auto}.page-header{margin-bottom:28px}.page-header h1{color:#111827;margin:0;font-size:28px}.page-header p{color:#6b7280;margin:7px 0 0;font-size:14px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:22px}.stat-card span{color:#6b7280;margin-bottom:12px;font-size:13px;display:block}.stat-card strong{color:#111827;font-size:25px}.dashboard-bottom{margin-top:22px}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:600px;padding:24px}.summary-card h3{color:#111827;margin:0 0 20px}.summary-row{color:#6b7280;border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:14px 0;display:flex}.summary-row strong{color:#111827}@media (width<=1000px){.stats-grid{grid-template-columns:repeat(2,1fr)}}html,body,#root{width:100%;min-height:100%;margin:0}body{overflow:hidden}.dashboard-layout{background:#f5f6f8;width:100%;height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:hidden}.sidebar{z-index:1000;background:#111827;flex-direction:column;width:250px;height:100vh;padding:24px 16px;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.sidebar-brand{flex-shrink:0;align-items:center;gap:12px;padding:4px 10px 30px;display:flex}.sidebar-logo{color:#111827;background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;font-weight:800;display:flex}.sidebar-brand h2{color:#fff;margin:0;font-size:17px}.sidebar-brand span{color:#9ca3af;margin-top:3px;font-size:11px;display:block}.sidebar-nav{flex-direction:column;flex-shrink:0;gap:5px;display:flex}.nav-item{color:#9ca3af;border-radius:8px;flex-shrink:0;padding:12px 14px;font-size:14px;font-weight:500;text-decoration:none}.nav-item:hover{color:#fff;background:#1f2937}.nav-item.active{color:#fff;background:#374151}.logout-button{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #374151;border-radius:8px;flex-shrink:0;margin-top:auto;padding:12px;font-size:14px}.logout-button:hover{background:#1f2937}.main-content{width:calc(100% - 250px);min-width:0;height:100vh;min-height:0;margin-left:250px;padding:32px;overflow:hidden auto}@media (width<=800px){.sidebar{width:210px}.main-content{width:calc(100% - 210px);margin-left:210px;padding:20px}}.staff-page{max-width:1400px;margin:0 auto;padding:30px}.staff-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.staff-header h1{color:#172033;margin:0;font-size:30px}.staff-header p{color:#7b8496;margin:7px 0 0}.staff-actions{gap:10px;display:flex}.primary-button,.secondary-button,.cancel-button,.edit-button,.delete-button,.activate-button{cursor:pointer;border:0;border-radius:8px;padding:10px 15px;font-size:14px;font-weight:600}.secondary-button,.cancel-button{color:#172033;background:#eef1f6}.activate-button{color:#18794e;background:#edf9f2}.staff-message{border-radius:8px;margin-bottom:20px;padding:13px 16px;font-size:14px}.staff-message.error{color:#b42318;background:#fff0f0;border:1px solid #ffd0d0}.staff-message.success{color:#18794e;background:#eefbf3;border:1px solid #c7eed8}.staff-summary{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px;display:grid}.staff-stat{background:#fff;border:1px solid #e6e9ef;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000008}.staff-stat span{color:#7b8496;margin-bottom:8px;font-size:13px;display:block}.staff-stat strong{color:#172033;font-size:26px}.success-text{color:#18794e!important}.staff-section{background:#fff;border:1px solid #e6e9ef;border-radius:12px;margin-bottom:25px;overflow:hidden}.section-heading{border-bottom:1px solid #e9ecf1;justify-content:space-between;align-items:center;gap:15px;padding:20px 22px;display:flex}.staff-table-wrapper{overflow-x:auto}.staff-table{border-collapse:collapse;width:100%;min-width:850px}.staff-table th{color:#687386;text-transform:uppercase;letter-spacing:.04em;text-align:left;background:#f8f9fb;padding:14px 20px;font-size:12px}.staff-table td{color:#465064;border-top:1px solid #edf0f4;padding:16px 20px;font-size:14px}.staff-table td strong{color:#172033}.role-badge{color:#4c586c;text-transform:capitalize;background:#f1f3f7;border-radius:20px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-block}.status-badge.active{color:#18794e;background:#edf9f2}.status-badge.inactive{color:#687386;background:#eef1f5}.staff-loading{text-align:center;color:#7b8496;padding:60px}.staff-modal-overlay{z-index:1000;background:#0a111e8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.staff-modal{background:#fff;border-radius:14px;width:100%;max-width:650px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}@media (width<=800px){.staff-page{padding:18px}.staff-header{flex-direction:column;align-items:flex-start}.staff-actions{width:100%}.staff-actions button{flex:1}.staff-summary,.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:auto}.section-heading{flex-direction:column;align-items:flex-start}}.deals-page{max-width:1500px;margin:0 auto;padding:28px}.deals-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.deals-header h1{margin:8px 0 6px;font-size:30px}.deals-header p{color:#6b7280;margin:0}.back-button{cursor:pointer;color:#4b5563;background:0 0;border:none;padding:0;font-size:14px}.back-button:hover{color:#111827}.deals-error,.deals-success{border-radius:8px;margin-bottom:20px;padding:13px 16px}.deals-error{color:#991b1b;background:#fee2e2}.deals-success{color:#166534;background:#dcfce7}.deals-loading{text-align:center;color:#6b7280;padding:50px}.deal-section{margin-bottom:40px}.deal-section-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.deal-section-header h2{margin:0 0 4px;font-size:21px}.deal-section-header p{color:#6b7280;margin:0;font-size:14px}.deal-count{color:#fff;background:#111827;border-radius:18px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 10px;font-weight:700;display:flex}.disabled-count{background:#9ca3af}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:20px;display:grid}.deal-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.disabled-deal-card{opacity:.72}.deal-image{object-fit:cover;width:100%;height:190px;display:block}.deal-image-placeholder{background:#f3f4f6;justify-content:center;align-items:center;height:190px;font-size:52px;display:flex}.deal-card-body{padding:18px}.deal-card-top{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.deal-card-top h3{margin:0 0 8px;font-size:20px}.deal-price{white-space:nowrap;font-size:20px}.deal-status{border-radius:20px;padding:4px 9px;font-size:12px;font-weight:600;display:inline-flex}.active-status{color:#166534;background:#dcfce7}.disabled-status{color:#6b7280;background:#f3f4f6}.deal-items{background:#f9fafb;border-radius:9px;margin-top:18px;padding:13px}.deal-items-label{text-transform:uppercase;color:#6b7280;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.deal-items p{color:#374151;margin:0;line-height:1.6}.deal-actions{grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:18px;display:grid}.deal-actions button{cursor:pointer;border:none;border-radius:7px;padding:9px 8px;font-weight:600}.edit-deal-button{color:#1d4ed8;background:#eff6ff}.edit-deal-button:hover{background:#dbeafe}.toggle-deal-button{color:#92400e;background:#fef3c7}.toggle-deal-button:hover{background:#fde68a}.delete-deal-button{color:#b91c1c;background:#fee2e2}.delete-deal-button:hover{background:#fecaca}.empty-deals{text-align:center;background:#fff;border:1px dashed #d1d5db;border-radius:14px;padding:60px 20px}.empty-deals-icon{margin-bottom:10px;font-size:45px}.empty-deals h3{margin:0 0 8px}.empty-deals p{color:#6b7280;margin:0}.no-disabled-deals{text-align:center;color:#6b7280;background:#f9fafb;border-radius:10px;padding:22px}.deals-modal-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.deals-modal{background:#fff;border-radius:14px;width:100%;max-width:560px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 60px #00000040}.deals-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.deals-modal-header h2{margin:0 0 5px}.deals-modal-header p{color:#6b7280;margin:0;font-size:14px}.modal-close-button{cursor:pointer;background:#f3f4f6;border:none;border-radius:7px;width:34px;height:34px;font-size:22px}.deals-modal form{flex-direction:column;display:flex}.deals-modal label{margin-bottom:7px;font-size:14px;font-weight:600}.deals-modal input[type=text],.deals-modal input[type=number],.deals-modal input[type=file]{box-sizing:border-box;width:100%;margin-bottom:17px}.deals-modal input[type=text],.deals-modal input[type=number]{border:1px solid #d1d5db;border-radius:7px;padding:11px 12px;font-size:14px}.deals-modal input:focus{border-color:#2563eb;outline:none}.deal-checkbox-row{align-items:center;gap:9px;margin:2px 0 18px;display:flex!important}.deal-checkbox-row input{width:auto;margin:0}.edit-items-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;margin:5px 0 20px;padding:15px}.edit-items-box h3{margin:0 0 12px;font-size:15px}.edit-item-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:9px 0;display:flex}.edit-item-row:last-of-type{border-bottom:none}.edit-items-box small{color:#6b7280;margin-top:12px;display:block}.edit-modal-actions{justify-content:flex-end;gap:10px;margin-top:5px;display:flex}.cancel-button:hover{background:#e5e7eb}@media (width<=700px){.deals-page{padding:18px}.deals-header{flex-direction:column}.deals-grid,.deal-actions{grid-template-columns:1fr}.deals-modal{padding:18px}}*{box-sizing:border-box}@page{size:80mm 297mm;margin:0}.slip-page{background:#e9ebee;flex-direction:column;align-items:center;gap:24px;width:100%;min-height:100vh;padding:40px 20px;font-family:Arial,Helvetica,sans-serif;display:flex}.slip{color:#000;background:#fff;border-radius:10px;width:320px;max-width:100%;padding:24px;font-family:Courier New,Consolas,monospace;box-shadow:0 4px 16px #00000026}.slip-header{text-align:center;padding-bottom:14px}.slip-header h1{letter-spacing:1px;margin:0 0 6px;font-size:22px;font-weight:800}.slip-header h2{margin:0 0 4px;font-size:16px;font-weight:700}.slip-header p{margin:2px 0;font-size:12px}.slip-divider{border-top:1px dashed #000;margin:14px 0}.slip .customer-item{width:100%;box-shadow:none;color:#000;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:flex-start;gap:10px;margin:0;padding:6px 0;font-size:13px;display:flex}.slip .customer-item>:first-child{overflow-wrap:anywhere;word-break:break-word;flex-direction:column;flex:1 1 0;gap:2px;min-width:0;font-weight:700;display:flex}.slip .customer-item>:last-child:not(:first-child){text-align:right;white-space:nowrap;flex:none;margin-left:auto;font-weight:700}.slip .customer-item>div>span{color:#000;font-size:11px;font-weight:400}.slip .customer-total{color:#000;justify-content:space-between;gap:10px;padding-top:10px;font-size:16px;font-weight:800;display:flex}.station-items{flex-direction:column;display:flex}.slip-item{border-bottom:1px dashed #000;padding:12px 0}.slip-item:last-child{border-bottom:none}.slip-item-main{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.slip-item-name{overflow-wrap:anywhere;word-break:break-word;min-width:0;font-size:15px;font-weight:800}.slip-item-quantity{flex-shrink:0;font-size:15px;font-weight:800}.slip-item-portion{text-transform:uppercase;color:#000;margin-top:4px;font-size:11px;font-weight:700}.slip-item-note{overflow-wrap:anywhere;border:1px solid #000;margin-top:6px;padding:6px;font-size:11px;font-weight:700}.slip-empty,.slip-debug-warning{background:#fff;border:2px dashed #000;border-radius:10px;width:320px;max-width:100%;padding:24px;font-family:Arial,sans-serif}.slip-empty pre,.slip-debug-warning pre{white-space:pre-wrap;word-break:break-word;background:#f1f1f1;padding:10px;font-family:Consolas,monospace;font-size:11px}@media print{html,body{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff!important;width:80mm!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}body *{visibility:hidden!important}.slip-page,.slip-page *{visibility:visible!important}.slip-page{background:#fff!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:80mm!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;position:absolute!important;top:0!important;left:0!important;overflow:visible!important}.slip{break-inside:avoid;page-break-inside:avoid;break-after:page;page-break-after:always;width:100%!important;max-width:none!important;box-shadow:none!important;color:#000!important;background:#fff!important;border-radius:0!important;margin:0!important;padding:3mm 4mm!important;overflow:visible!important}.slip:last-child{break-after:auto;page-break-after:auto}.slip,.slip *{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important;text-shadow:none!important;filter:none!important;text-indent:0!important;text-overflow:clip!important;box-shadow:none!important}.slip .customer-item,.slip .slip-item,.slip .slip-header,.slip .customer-total{background:0 0!important;border-radius:0!important}.slip .customer-item{border:0!important;padding:.8mm 0!important;font-size:12px!important;line-height:1.2!important}.slip .slip-divider{margin:2mm 0!important}.slip .customer-item>div>span{font-size:10px!important}.slip .customer-total{font-size:15px!important}.slip-header h1{font-size:20px!important}.slip-empty,.slip-debug-warning{display:none!important}}.pos-page{box-sizing:border-box;color:#111827;background:#f5f7fa;flex-direction:column;width:100%;height:100vh;max-height:100vh;padding:18px 22px;display:flex;overflow:hidden}.pos-header{flex:none;justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.pos-header h1{color:#111827;margin:0;font-size:27px;font-weight:750;line-height:1.2}.pos-header p{color:#6b7280;margin:4px 0 0;font-size:13px}.pos-error,.pos-success{border-radius:8px;flex:none;margin-bottom:10px;padding:9px 12px;font-size:13px}.pos-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.pos-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.pos-layout{flex:auto;grid-template-columns:185px minmax(0,1fr) 345px;align-items:stretch;gap:14px;min-height:0;display:grid;overflow:hidden}.category-sidebar{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;min-width:0;min-height:0;padding:12px;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.section-title{color:#111827;flex:none;font-size:15px;font-weight:700}.category-list{overscroll-behavior:contain;flex-direction:column;flex:auto;gap:6px;min-height:0;margin-top:11px;padding-right:3px;display:flex;overflow:hidden auto}.category-button{color:#374151;box-sizing:border-box;text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:7px;flex:none;justify-content:space-between;align-items:center;gap:7px;width:100%;min-height:34px;padding:7px 9px;font-size:12px;font-weight:500;transition:background .15s,border-color .15s,color .15s,transform .15s;display:flex}.category-button:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.category-button.active{color:#fff;background:#111827;border-color:#111827}.category-button small{opacity:.65;flex:none;font-size:10px}.menu-section{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.menu-section-header{flex:none;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.menu-section-header h2,.menu-section-header h3{color:#111827;margin:0;font-size:17px}.menu-section-header p{color:#6b7280;margin:3px 0 0;font-size:11px}.item-count{color:#4b5563;background:#e5e7eb;border-radius:20px;flex:none;padding:5px 9px;font-size:11px;font-weight:600}.menu-grid{overscroll-behavior:contain;flex:auto;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));grid-auto-rows:max-content;align-content:start;gap:10px;min-height:0;padding:2px 4px 10px 1px;display:grid;overflow:hidden auto}.menu-card{box-sizing:border-box;text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;justify-content:space-between;gap:5px;min-width:0;min-height:105px;padding:10px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden}.menu-card:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px #00000012}.menu-card.selected{background:#f9fafb;border:2px solid #111827}.menu-card img{object-fit:cover;border-radius:6px;flex:0 0 48px;width:100%;height:48px;max-height:48px;margin:0 0 2px;display:block}.menu-card>img:only-child{height:48px}.menu-card strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.3;display:block;overflow:hidden}.menu-card span{color:#111827;font-size:12px;font-weight:700;display:block}.menu-card small{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.25;display:block;overflow:hidden}.empty-menu{text-align:center;background:#fff;border:1px dashed #d1d5db;border-radius:10px;flex:auto;min-height:0;padding:35px 20px;overflow-y:auto}.empty-menu h3{margin:0 0 6px;font-size:15px}.empty-menu p{color:#6b7280;margin:0;font-size:12px}.order-panel{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;min-width:0;min-height:0;padding:11px;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.order-panel>.section-title{flex:none;margin-bottom:7px;font-size:15px}.item-config{background:#f8fafc;border:1px solid #eef0f3;border-radius:8px;flex:none;margin-top:0;padding:8px}.item-config h3{color:#111827;margin:0 0 7px;font-size:12px}.portion-buttons{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;display:grid}.portion{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:5px;min-width:0;padding:6px 3px;font-size:10px;transition:all .15s}.portion:hover{border-color:#9ca3af}.portion.active{color:#fff;background:#111827;border-color:#111827}.custom-input{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:5px;outline:none;width:100%;margin-top:6px;padding:6px 7px;font-size:11px}.custom-input:focus{border-color:#6b7280;box-shadow:0 0 0 2px #1118270f}.quantity-row{grid-template-columns:auto 50px minmax(0,1fr);align-items:center;gap:5px;margin-top:6px;display:grid}.quantity-row label{color:#4b5563;font-size:11px}.quantity-row input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:5px;width:100%;padding:6px 5px;font-size:11px}.add-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:5px;width:100%;padding:7px 8px;font-size:11px;font-weight:700;transition:all .15s}.add-button:hover{background:#1f2937}.deal-config{background:#f8fafc;border-radius:8px;flex:none;margin-top:7px;padding:8px}.cart{overscroll-behavior:contain;flex:auto;min-height:0;max-height:none;margin-top:8px;padding-right:4px;overflow:hidden auto}.empty-cart{text-align:center;color:#9ca3af;border:1px dashed #d1d5db;border-radius:8px;padding:25px 10px;font-size:11px}.cart-item{border-bottom:1px solid #f0f0f0;grid-template-columns:minmax(0,1fr) 42px auto 22px;align-items:center;gap:6px;padding:7px 0;display:grid}.cart-item-image{display:none!important}.cart-item-info{width:100%;min-width:0}.cart-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.3;display:block;overflow:hidden}.cart-item span{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9px;display:block;overflow:hidden}.cart-item input{box-sizing:border-box;text-align:center;border:1px solid #d1d5db;border-radius:5px;width:42px;padding:5px 3px;font-size:10px}.cart-item>strong{text-align:right;white-space:nowrap;min-width:52px;font-size:10px}.remove-button{color:#dc2626;cursor:pointer;background:#fef2f2;border:0;border-radius:50%;justify-content:center;align-items:center;width:21px;height:21px;padding:0;font-size:14px;line-height:21px;display:flex}.remove-button:hover{background:#fee2e2}.order-total{color:#6b7280;border-top:1px solid #e5e7eb;flex:none;justify-content:space-between;align-items:center;margin-top:7px;padding-top:8px;font-size:11px;display:flex}.order-total strong{color:#111827;font-size:18px}.confirm-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:6px;flex:none;width:100%;margin-top:7px;padding:10px;font-size:12px;font-weight:700;transition:all .15s}.confirm-button:hover:not(:disabled){background:#1f2937}.confirm-button:disabled{opacity:.45;cursor:not-allowed}.category-list::-webkit-scrollbar{width:5px}.menu-grid::-webkit-scrollbar{width:5px}.empty-menu::-webkit-scrollbar{width:5px}.cart::-webkit-scrollbar{width:5px}.category-list::-webkit-scrollbar-track{background:0 0}.menu-grid::-webkit-scrollbar-track{background:0 0}.empty-menu::-webkit-scrollbar-track{background:0 0}.cart::-webkit-scrollbar-track{background:0 0}.category-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.menu-grid::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.empty-menu::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.cart::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.category-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.menu-grid::-webkit-scrollbar-thumb:hover{background:#9ca3af}.empty-menu::-webkit-scrollbar-thumb:hover{background:#9ca3af}.cart::-webkit-scrollbar-thumb:hover{background:#9ca3af}.pos-loading{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:0;padding:40px;font-size:13px;display:flex}.new-order-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:7px;padding:9px 13px;font-size:12px;font-weight:600}.new-order-button:hover{background:#1f2937}.new-order-button.large{padding:12px 20px}.completed-order-screen{flex:1;justify-content:center;align-items:center;min-height:0;padding:20px;display:flex}.completed-order-card{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;max-width:550px;max-height:100%;padding:25px;overflow-y:auto;box-shadow:0 8px 30px #0000000f}.completed-order-icon{color:#15803d;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin:0 auto 13px;font-size:27px;font-weight:700;display:flex}.completed-order-card h2{margin:0;font-size:23px}.completed-order-status{color:#16a34a;margin:6px 0 20px}.completed-order-summary{text-align:left;border-top:1px solid #eee}.completed-order-item{border-bottom:1px solid #eee;justify-content:space-between;padding:11px 0;display:flex}.completed-order-item strong{display:block}.completed-order-item span{color:#888;margin-top:3px;font-size:11px;display:block}.completed-order-total{justify-content:space-between;padding:15px 0;font-size:15px;display:flex}.completed-order-total strong{font-size:21px}.completed-order-actions{gap:8px;display:flex}.print-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:7px;flex:1;padding:11px;font-weight:700}.print-receipt{display:none}@media (width<=1100px){.pos-page{padding:14px}.pos-layout{grid-template-columns:160px minmax(0,1fr) 300px;gap:10px}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(125px,1fr))}.menu-card{min-height:95px}}@media (width<=850px){.pos-page{padding:10px}.pos-layout{grid-template-columns:145px minmax(0,1fr) 270px;gap:8px}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px}.menu-card{min-height:90px;padding:8px}.menu-card img{flex-basis:42px;height:42px;max-height:42px}}@media (width<=700px){.pos-page{height:100vh;padding:8px}.pos-header{margin-bottom:8px}.pos-header h1{font-size:22px}.pos-layout{flex-direction:column;gap:8px;display:flex;overflow:hidden}.category-sidebar{flex:0 0 72px;min-height:72px;padding:8px}.category-list{flex-direction:row;margin-top:6px;overflow:auto hidden}.category-button{white-space:nowrap;width:auto;min-width:105px}.menu-section{flex:auto;min-height:0}.order-panel{flex:0 0 235px;min-height:0}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(105px,1fr))}}@media print{html,body,#root{background:#fff!important;width:100%!important;height:auto!important;min-height:100%!important;margin:0!important;padding:0!important;overflow:visible!important}body{color:#000!important}}.orders-page{max-width:1400px;margin:0 auto}.orders-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.orders-header h1{color:#111827;margin:0;font-size:28px}.orders-header p{color:#6b7280;margin:6px 0 0;font-size:14px}.refresh-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;height:40px;padding:0 18px}.refresh-button:hover{background:#f9fafb}.orders-error{color:#b91c1c;background:#fef2f2;border-radius:8px;margin-bottom:18px;padding:12px 15px;font-size:14px}.orders-empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:60px 20px}.orders-empty h3{color:#111827;margin:0}.orders-empty p{color:#6b7280;font-size:14px}.orders-list{gap:16px;display:grid}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.order-card-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:flex-start;padding:20px;display:flex}.order-card-header h3{color:#111827;margin:0;font-size:17px}.order-meta{color:#6b7280;margin-top:5px;font-size:12px;display:block}.status-badge{text-transform:uppercase;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:700}.status-pending{color:#c2410c;background:#fff7ed}.status-confirmed{color:#1d4ed8;background:#eff6ff}.status-completed{color:#15803d;background:#f0fdf4}.order-items{padding:6px 20px}.order-item{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:13px 0;display:flex}.order-item strong,.order-item span{display:block}.order-item strong{color:#111827;font-size:13px}.order-item span{color:#6b7280;margin-top:4px;font-size:12px}.order-card-footer{background:#fafafa;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.order-total span{color:#6b7280;font-size:12px}.order-total strong{color:#111827;margin-top:3px;font-size:19px;display:block}.order-actions{gap:8px;display:flex}.order-actions button{cursor:pointer;border-radius:7px;height:36px;padding:0 13px;font-size:12px;font-weight:600}.action-confirm{color:#fff;background:#111827;border:0}.action-complete{color:#fff;background:#166534;border:0}.action-cancel{color:#b91c1c;background:#fff;border:1px solid #fecaca}.action-receipt{color:#374151;background:#fff;border:1px solid #d1d5db}.receipt-overlay{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.receipt-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;padding:25px;overflow-y:auto}.receipt-header{justify-content:space-between;align-items:flex-start;display:flex}.receipt-header h2{color:#111827;margin:0;font-size:20px}.receipt-header p{color:#6b7280;margin:5px 0 0}.receipt-header button{cursor:pointer;color:#6b7280;background:0 0;border:0;font-size:25px}.receipt-items{margin-top:25px}.receipt-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:12px 0;display:flex}.receipt-item strong,.receipt-item span{display:block}.receipt-item strong{color:#111827;font-size:13px}.receipt-item span{color:#6b7280;margin-top:3px;font-size:12px}.receipt-total{justify-content:space-between;padding:20px 0;font-size:18px;display:flex}.print-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:8px;width:100%;height:44px;font-weight:600}@media (width<=700px){.order-card-footer{flex-direction:column;align-items:stretch;gap:15px}.order-actions{flex-wrap:wrap}}.menu-page{max-width:1500px;margin:0 auto}.menu-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.menu-header h1{color:#111827;margin:0;font-size:28px}.menu-header p{color:#6b7280;margin:6px 0 0;font-size:14px}.menu-header-actions{gap:10px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:8px;height:42px;padding:0 17px;font-weight:600}.primary-button{color:#fff;background:#111827;border:0}.secondary-button{color:#374151;background:#fff;border:1px solid #d1d5db}.full-button{width:100%;margin-top:20px}.menu-error,.menu-success{border-radius:8px;margin-bottom:16px;padding:12px 15px;font-size:13px}.menu-error{color:#b91c1c;background:#fef2f2}.menu-success{color:#15803d;background:#f0fdf4}.category-bar{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;padding:14px 18px;display:flex}.category-title{color:#374151;margin-right:5px;font-size:13px;font-weight:700}.category-pill{color:#374151;background:#f3f4f6;border-radius:20px;padding:6px 11px;font-size:12px}.menu-table{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.menu-table-header,.menu-row{grid-template-columns:1.5fr 1fr .8fr .8fr .8fr 1fr 1.3fr;align-items:center;gap:15px;padding:15px 18px;display:grid}.menu-table-header{color:#6b7280;text-transform:uppercase;background:#f9fafb;font-size:11px;font-weight:700}.menu-row{color:#4b5563;border-top:1px solid #f0f0f0;min-height:65px;font-size:13px}.menu-row>strong{color:#111827}.available{color:#15803d;background:#f0fdf4;border-radius:20px;padding:5px 9px;font-size:11px;font-weight:600}.unavailable{color:#b91c1c;background:#fef2f2;border-radius:20px;padding:5px 9px;font-size:11px;font-weight:600}.row-actions{gap:7px;display:flex}.row-actions button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:7px 10px;font-size:11px}.row-actions .delete-action{color:#b91c1c;border-color:#fecaca}.menu-empty{text-align:center;color:#9ca3af;padding:60px}.modal{background:#fff;border-radius:12px;width:100%;max-width:430px;max-height:90vh;padding:25px;overflow-y:auto}.item-modal{max-width:550px}.modal-header h2{color:#111827;margin:0;font-size:20px}.modal-header button{color:#6b7280;cursor:pointer;background:0 0;border:0;font-size:25px}.modal form{flex-direction:column;display:flex}.modal label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:600}.modal input,.modal select{background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;width:100%;height:42px;margin-bottom:16px;padding:0 11px}.price-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.checkbox-row{align-items:center;gap:8px;margin-bottom:12px!important;display:flex!important}.checkbox-row input{width:auto;height:auto;margin:0}@media (width<=1000px){.menu-table{overflow-x:auto}.menu-table-header,.menu-row{min-width:900px}}@media (width<=600px){.menu-header{flex-direction:column;align-items:flex-start;gap:15px}.price-grid{grid-template-columns:1fr}}.deal-modal{width:650px;max-width:95vw}.deal-modal .modal-header{align-items:flex-start}.deal-items-form{margin:20px 0}.deal-items-form h3{margin:0 0 12px}.deal-item-form-row{background:#f7f7f7;border-radius:8px;grid-template-columns:35px 1fr 80px;align-items:end;gap:10px;margin-bottom:8px;padding:10px;display:grid}.deal-item-number{color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:3px;font-size:12px;display:flex}.deal-item-form-row label{margin-bottom:5px;display:block}@media (width<=600px){.deal-modal{width:95vw}.deal-item-form-row{grid-template-columns:35px 1fr}.deal-item-form-row>div:last-child{grid-column:2}}.deal-management-button{color:#7e22ce;cursor:pointer;background:#f3e8ff;border:none;border-radius:7px;padding:10px 15px;font-weight:600}.deal-management-button:hover{background:#e9d5ff}.deal-modal{width:100%;max-width:650px;max-height:90vh;overflow-y:auto}.deal-modal .modal-header p{color:#6b7280;margin:4px 0 0;font-size:14px}.deal-items-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;margin:15px 0 20px;padding:15px}.deal-items-form h3{margin:0 0 15px;font-size:16px}.deal-item-form-row{border-bottom:1px solid #e5e7eb;grid-template-columns:38px minmax(0,1fr) 90px;align-items:end;gap:10px;padding:12px 0;display:grid}.deal-item-form-row:last-child{border-bottom:none}.deal-item-number{color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.deal-item-form-row label{margin-bottom:6px;font-size:12px;font-weight:600;display:block}.deal-item-form-row select,.deal-item-form-row input{box-sizing:border-box;width:100%}.deal-modal input[type=file]{margin-bottom:20px}@media (width<=650px){.deal-item-form-row{grid-template-columns:32px 1fr}.deal-item-form-row>div:last-child{grid-column:2}}.menu-image-cell{justify-content:center;align-items:center;display:flex}.menu-item-thumbnail{object-fit:cover;border-radius:8px;width:52px;height:52px;display:block}.menu-item-thumbnail-placeholder{background:#f1f1f1;border-radius:8px;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex}.current-image-preview{align-items:center;gap:12px;margin-bottom:10px;display:flex}.current-image-preview img{object-fit:cover;border:1px solid #ddd;border-radius:10px;width:80px;height:80px}.current-image-preview span{color:#666;font-size:13px}.image-help{color:#777;margin-top:5px;margin-bottom:12px;font-size:12px;display:block}.print-stations-page{max-width:1200px;margin:0 auto;padding:30px}.print-stations-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.print-stations-header h1{color:#1f2937;margin:0 0 7px;font-size:30px}.print-stations-header p{color:#6b7280;margin:0;font-size:14px}.print-stations-add-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;padding:12px 18px;font-size:14px;font-weight:600}.print-stations-add-btn:hover{opacity:.9}.print-stations-summary{grid-template-columns:repeat(2,minmax(180px,260px));gap:18px;margin-bottom:25px;display:grid}.print-stations-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.print-stations-card span{color:#6b7280;margin-bottom:8px;font-size:13px;display:block}.print-stations-card strong{color:#111827;font-size:28px}.print-stations-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.print-stations-panel-title{border-bottom:1px solid #e5e7eb;padding:20px 22px}.print-stations-panel-title h2{color:#111827;margin:0;font-size:18px}.print-stations-table-wrap{overflow-x:auto}.print-stations-table{border-collapse:collapse;width:100%}.print-stations-table th{text-align:left;color:#6b7280;text-transform:uppercase;background:#f9fafb;padding:14px 22px;font-size:12px;font-weight:700}.print-stations-table td{color:#374151;border-top:1px solid #f0f0f0;padding:17px 22px}.station-name{color:#111827;align-items:center;gap:10px;font-weight:600;display:flex}.station-status{border-radius:20px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-block}.station-status.active{color:#166534;background:#dcfce7}.station-status.inactive{color:#6b7280;background:#f3f4f6}.station-actions{flex-wrap:wrap;gap:8px;display:flex}.station-actions button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:7px 11px;font-size:12px}.station-edit-btn{color:#2563eb}.station-toggle-btn{color:#374151}.station-delete-btn{color:#dc2626}.station-actions button:hover{background:#f9fafb}.print-stations-empty{text-align:center;color:#6b7280;padding:65px 20px}.print-stations-empty-icon{margin-bottom:12px;font-size:38px}.print-stations-empty h3{color:#111827;margin:0 0 8px;font-size:18px}.print-stations-empty p{max-width:500px;margin:0 auto 20px;font-size:14px}.print-stations-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:18px;padding:11px 14px;font-size:14px}.print-stations-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.print-stations-modal{background:#fff;border-radius:14px;width:100%;max-width:500px;padding:25px;box-shadow:0 20px 50px #0003}.print-stations-modal-header{justify-content:space-between;gap:20px;margin-bottom:22px;display:flex}.print-stations-modal-header h2{color:#111827;margin:0 0 6px;font-size:21px}.print-stations-modal-header p{color:#6b7280;margin:0;font-size:13px}.print-stations-close{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1}.print-stations-field{margin-bottom:20px}.print-stations-field label{color:#374151;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.print-stations-field input[type=text]{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:12px 13px;font-size:14px}.print-stations-field input[type=text]:focus{border-color:#111827}.print-stations-checkbox{cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:25px;display:flex}.print-stations-checkbox input{margin-top:3px}.print-stations-checkbox strong{color:#374151;font-size:14px;display:block}.print-stations-checkbox small{color:#6b7280;margin-top:3px;font-size:12px;display:block}.print-stations-form-actions{justify-content:flex-end;gap:10px;display:flex}.station-cancel-btn,.station-save-btn{cursor:pointer;border:none;border-radius:8px;padding:11px 17px;font-size:14px;font-weight:600}.station-cancel-btn{color:#374151;background:#f3f4f6}.station-save-btn{color:#fff;background:#111827}.station-save-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=700px){.print-stations-page{padding:20px}.print-stations-header{flex-direction:column;align-items:flex-start}.print-stations-summary{grid-template-columns:1fr 1fr}.station-actions{flex-direction:column}}.tables-page{padding:4px}.tables-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.tables-header h1{color:#111827;margin:0;font-size:30px}.tables-header p{color:#6b7280;margin:6px 0 0}.primary-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;padding:11px 18px;font-size:14px;font-weight:600}.secondary-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:7px;padding:9px 12px;font-size:13px;font-weight:600}.success-message,.error-message{border-radius:8px;margin-bottom:20px;padding:12px 15px;font-size:14px}.success-message{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.error-message{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.loading-box,.empty-box{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:50px}.empty-box h3{margin:0 0 8px}.empty-box p{color:#6b7280;margin:0}.tables-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:20px;display:grid}.table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;box-shadow:0 2px 8px #0000000a}.table-card-top{justify-content:space-between;align-items:flex-start;display:flex}.table-card-top h2{color:#111827;margin:0 0 10px;font-size:21px}.table-number{color:#9ca3af;font-size:13px;font-weight:600}.status-badge.empty{color:#047857;background:#ecfdf5}.status-badge.occupied{color:#c2410c;background:#fff7ed}.status-badge.reserved{color:#1d4ed8;background:#eff6ff}.table-info{grid-template-columns:1fr 1fr;gap:10px;margin:20px 0;display:grid}.table-info div{background:#f9fafb;border-radius:8px;padding:12px}.table-info span{color:#6b7280;margin-bottom:4px;font-size:11px;display:block}.table-info strong{color:#111827}.qr-section{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;align-items:center;gap:14px;padding:16px 0;display:flex}.qr-placeholder{color:#374151;border:2px dashed #9ca3af;border-radius:8px;justify-content:center;align-items:center;width:58px;height:58px;font-size:13px;font-weight:800;display:flex}.qr-section strong{color:#111827;font-size:14px}.qr-section p{color:#6b7280;margin:4px 0 0;font-size:12px}.table-actions{grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:16px;display:grid}.status-actions{grid-template-columns:1fr 1fr 1fr;gap:6px;margin-top:12px;display:grid}.status-actions button{cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:8px 5px;font-size:11px;font-weight:600}.status-actions button:hover{background:#f3f4f6}.status-actions .active-status{color:#fff;background:#111827;border-color:#111827}.delete-button{color:#dc2626;cursor:pointer;background:0 0;border:none;width:100%;margin-top:8px;padding:10px;font-size:12px;font-weight:600}.delete-button:hover{text-decoration:underline}.modal-overlay{z-index:1000;background:#1118278c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.table-modal{background:#fff;border-radius:14px;width:100%;max-width:500px;padding:24px;box-shadow:0 20px 50px #0003}.modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:25px;display:flex}.close-button{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1}.form-group{margin-bottom:18px}.form-group label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group select{box-sizing:border-box;border:1px solid #d1d5db;border-radius:7px;outline:none;width:100%;padding:11px 12px;font-size:14px}.checkbox-row{color:#374151;align-items:center;gap:9px;margin-bottom:22px;font-size:14px;display:flex}.checkbox-row input{width:16px;height:16px}.modal-actions{justify-content:flex-end;gap:10px;display:flex}.cancel-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:11px 17px;font-weight:600}@media (width<=700px){.tables-header{flex-direction:column;align-items:flex-start;gap:15px}.tables-grid{grid-template-columns:1fr}}.customer-page{color:#111827;background:#f5f6f8;min-height:100vh}.customer-header{color:#fff;background:#111827;justify-content:space-between;align-items:center;padding:22px 30px;display:flex}.customer-header h1{margin:0;font-size:25px}.customer-header p{color:#d1d5db;margin:5px 0 0}.customer-table-badge{background:#ffffff1f;border:1px solid #fff3;border-radius:8px;padding:10px 16px;font-weight:700}.customer-content{grid-template-columns:1fr 380px;gap:25px;max-width:1400px;margin:0 auto;padding:25px;display:grid}.customer-menu{min-width:0}.customer-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.customer-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px}.customer-item-info h3{margin:0;font-size:18px}.customer-item-info span{color:#6b7280;margin-top:5px;font-size:12px;display:inline-block}.customer-prices{gap:8px;margin:18px 0;display:flex}.customer-prices div{background:#f9fafb;border-radius:7px;flex:1;padding:9px}.customer-prices small{color:#6b7280;margin-bottom:4px;font-size:10px;display:block}.customer-prices strong{font-size:13px}.add-item-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:7px;width:100%;padding:11px;font-weight:600}.add-item-button:hover{background:#1f2937}.customer-cart{background:#fff;border:1px solid #e5e7eb;border-radius:12px;height:fit-content;padding:20px;position:sticky;top:20px}.cart-header{border-bottom:1px solid #e5e7eb;padding-bottom:15px}.cart-header h2{margin:0}.cart-header p{color:#6b7280;margin:5px 0 0;font-size:13px}.cart-items{margin-top:15px}.cart-item{border-bottom:1px solid #f0f0f0;padding:14px 0}.cart-item-top{justify-content:space-between;display:flex}.cart-item-top strong{display:block}.cart-item-top span{color:#6b7280;margin-top:3px;font-size:12px;display:block}.cart-item-top button{color:#dc2626;cursor:pointer;background:0 0;border:none;font-size:20px}.cart-item-bottom{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.quantity-control{align-items:center;gap:12px;display:flex}.quantity-control button,.modal-quantity button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:30px;height:30px;font-size:17px}.cart-total{justify-content:space-between;padding:20px 0;font-size:18px;display:flex}.submit-order-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;width:100%;padding:14px;font-size:15px;font-weight:700}.submit-order-button:disabled{opacity:.6;cursor:not-allowed}.cart-empty{text-align:center;padding:50px 10px}.cart-empty-icon{margin-bottom:12px;font-size:38px}.cart-empty p{margin:0;font-weight:600}.cart-empty span{color:#6b7280;margin-top:5px;font-size:13px;display:block}.customer-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:7px;margin-top:15px;padding:10px;font-size:13px}.customer-error-small{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:7px;margin-top:15px;padding:10px;font-size:13px}.customer-loading{justify-content:center;align-items:center;min-height:100vh;font-size:18px;display:flex}.customer-error{text-align:center;background:#fff;border-radius:12px;max-width:500px;margin:100px auto;padding:35px}.customer-error h2{margin-top:0}.customer-primary{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:7px;padding:11px 18px}.customer-modal-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.customer-item-modal{background:#fff;border-radius:14px;width:100%;max-width:520px;padding:24px}.customer-modal-header{justify-content:space-between;align-items:flex-start;display:flex}.customer-modal-header h2{margin:0}.customer-modal-header p{color:#6b7280;margin:5px 0 20px;font-size:13px}.customer-close{cursor:pointer;background:0 0;border:none;font-size:28px}.portion-options{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.portion-options button{text-align:left;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:12px}.portion-options button.selected{background:#f3f4f6;border-color:#111827}.portion-options span,.portion-options strong{display:block}.portion-options span{color:#6b7280;font-size:12px}.customer-form-group{margin-top:18px}.customer-form-group label{margin-bottom:7px;font-size:13px;font-weight:600;display:block}.customer-form-group input,.customer-form-group textarea{box-sizing:border-box;resize:vertical;border:1px solid #d1d5db;border-radius:7px;width:100%;padding:11px;font-family:inherit}.modal-quantity{align-items:center;gap:15px;display:flex}.customer-add-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;width:100%;margin-top:22px;padding:13px;font-weight:700}@media (width<=900px){.customer-content{grid-template-columns:1fr}.customer-cart{position:static}}@media (width<=600px){.customer-header{padding:18px}.customer-content{padding:15px}.customer-menu-grid{grid-template-columns:1fr}.customer-header h1{font-size:20px}}.inventory-page{max-width:1400px;margin:0 auto;padding:30px}.inventory-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.inventory-header h1{color:#172033;margin:0;font-size:30px}.inventory-header p{color:#7b8496;margin:7px 0 0}.inventory-actions{gap:10px;display:flex}.primary-button,.secondary-button,.cancel-button,.edit-button,.delete-button{cursor:pointer;border:0;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600}.primary-button{color:#fff;background:#172033}.primary-button:hover{background:#0d1422}.secondary-button{color:#172033;background:#eef1f6}.secondary-button:hover{background:#e2e6ed}.cancel-button{color:#172033;background:#eef1f6}.inventory-message{border-radius:8px;margin-bottom:20px;padding:13px 16px;font-size:14px}.inventory-message.error{color:#b42318;background:#fff0f0;border:1px solid #ffd0d0}.inventory-message.success{color:#18794e;background:#eefbf3;border:1px solid #c7eed8}.inventory-summary{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px;display:grid}.inventory-stat{background:#fff;border:1px solid #e6e9ef;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000008}.inventory-stat span{color:#7b8496;margin-bottom:8px;font-size:13px;display:block}.inventory-stat strong{color:#172033;font-size:26px}.danger-text{color:#c62828!important}.inventory-section{background:#fff;border:1px solid #e6e9ef;border-radius:12px;margin-bottom:25px;overflow:hidden}.section-heading{border-bottom:1px solid #e9ecf1;padding:20px 22px}.section-heading h2{color:#172033;margin:0;font-size:19px}.section-heading p{color:#7b8496;margin:5px 0 0;font-size:13px}.inventory-table-wrapper{overflow-x:auto}.inventory-table{border-collapse:collapse;width:100%;min-width:750px}.inventory-table th{color:#687386;text-transform:uppercase;letter-spacing:.04em;text-align:left;background:#f8f9fb;padding:14px 20px;font-size:12px}.inventory-table td{color:#465064;border-top:1px solid #edf0f4;padding:16px 20px;font-size:14px}.inventory-table td strong{color:#172033}.status-badge{border-radius:20px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-block}.status-badge.low{color:#c62828;background:#fff0f0}.status-badge.good{color:#18794e;background:#edf9f2}.table-actions{gap:7px;display:flex}.edit-button{color:#3157a5;background:#eef3ff}.delete-button{color:#b42318;background:#fff0f0}.empty-table{text-align:center;color:#8a93a3!important;padding:35px!important}.inventory-loading{text-align:center;color:#7b8496;padding:60px}.inventory-modal-overlay{z-index:1000;background:#0a111e8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.inventory-modal{background:#fff;border-radius:14px;width:100%;max-width:650px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header{border-bottom:1px solid #e9ecf1;justify-content:space-between;align-items:flex-start;padding:22px;display:flex}.modal-header h2{color:#172033;margin:0}.modal-header p{color:#7b8496;margin:5px 0 0;font-size:13px}.close-button{cursor:pointer;color:#7b8496;background:0 0;border:0;font-size:28px;line-height:1}.form-grid{grid-template-columns:1fr 1fr;gap:17px;padding:22px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:#465064;font-size:13px;font-weight:600}.form-group input,.form-group select{box-sizing:border-box;background:#fff;border:1px solid #dce1e8;border-radius:8px;outline:none;width:100%;padding:11px 12px;font-size:14px}.form-group input:focus,.form-group select:focus{border-color:#596b89}.checkbox-group{justify-content:flex-end}.checkbox-group label{align-items:center;gap:8px;display:flex}.checkbox-group input{width:auto}.modal-footer{border-top:1px solid #e9ecf1;justify-content:flex-end;gap:10px;padding:18px 22px;display:flex}@media (width<=800px){.inventory-page{padding:18px}.inventory-header{flex-direction:column;align-items:flex-start}.inventory-actions{width:100%}.inventory-actions button{flex:1}.inventory-summary,.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:auto}}.reports-page{padding:24px}.reports-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.reports-message.error{color:#b3261e;background:#fdecea;border-radius:8px;margin-bottom:16px;padding:10px 14px}.reports-loading,.reports-empty{text-align:center;color:#777;padding:40px}.reports-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.report-card{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:16px;transition:box-shadow .15s}.report-card:hover{box-shadow:0 2px 10px #00000014}.report-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.report-card-stock{margin-bottom:12px;font-size:20px;font-weight:700}.report-card-stock span{color:#888;margin-left:4px;font-size:12px;font-weight:400}.report-card-stats{flex-direction:column;gap:4px;display:flex}.report-card-stats>div{justify-content:space-between;font-size:13px;display:flex}.positive{color:#1a7f37}.negative{color:#c0362c}.status-badge.low{color:#b3261e;background:#fdecea;border-radius:999px;padding:2px 8px;font-size:11px}.back-button{cursor:pointer;color:#555;background:0 0;border:none;font-size:14px}.report-detail-title{align-items:center;gap:12px;margin:12px 0 20px;display:flex}.current-stock-pill{color:#3949ab;background:#eef2ff;border-radius:999px;padding:4px 12px;font-size:13px;font-weight:600}.period-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.period-tabs{gap:6px;display:flex}.period-tab{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:6px 14px}.period-tab.active{color:#fff;background:#111;border-color:#111}.period-nav{align-items:center;gap:10px;display:flex}.period-nav button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:6px 12px}.period-label{text-align:center;min-width:140px;font-weight:600}.report-summary-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-bottom:28px;display:grid}.summary-stat{background:#fff;border:1px solid #eee;border-radius:10px;flex-direction:column;gap:6px;padding:14px;display:flex}.summary-stat span{color:#888;font-size:12px}.summary-stat strong{font-size:18px}.summary-stat.highlight{color:#fff;background:#111}.summary-stat.highlight span{color:#ccc}.report-table-section h2{margin-bottom:10px;font-size:16px}.reports-table{border-collapse:collapse;background:#fff;width:100%}.reports-table th,.reports-table td{text-align:left;border-bottom:1px solid #eee;padding:10px 12px;font-size:13px}.txn-badge{text-transform:capitalize;border-radius:999px;padding:2px 8px;font-size:11px}.txn-purchase{color:#1a7f37;background:#e6f4ea}.txn-sale{color:#b3261e;background:#fdecea}.txn-waste{color:#b76e00;background:#fff4e5}.txn-return{color:#1a56db;background:#e8f0fe}.txn-adjustment{color:#7e3af2;background:#f3e8fd}.txn-opening{color:#555;background:#eee}
