:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body,#root{width:100%;min-height:100vh;margin:0}h1,h2{margin:0}*{box-sizing:border-box}body{color:#2b241c;background:#f4f1ec;margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}button{cursor:pointer;font-family:inherit}.login-screen{background:linear-gradient(135deg,#3d2b1f,#6b4423);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{text-align:center;background:#fff;border-radius:16px;width:340px;padding:32px;box-shadow:0 20px 60px #0000004d}.login-card h1{margin-top:0}.login-label{text-align:left;flex-direction:column;gap:6px;margin-bottom:16px;font-size:14px;font-weight:600;display:flex}.login-label select,.login-label input{border:1px solid #ccc;border-radius:8px;padding:10px;font-size:16px}.pin-display{letter-spacing:4px;background:#f4f1ec;border-radius:8px;margin-bottom:16px;padding:14px;font-size:24px}.keypad{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px;display:grid}.keypad-btn{background:#fafafa;border:1px solid #ddd;border-radius:10px;padding:18px 0;font-size:20px}.keypad-btn:active{background:#eee}.keypad-btn:disabled{visibility:hidden}.pos-screen{flex-direction:column;min-height:100vh;display:flex}.pos-header{color:#fff;background:#3d2b1f;align-items:center;gap:24px;padding:14px 20px;display:flex}.pos-header h1{margin:0;font-size:20px}.order-type-tabs{gap:8px;display:flex}.user-badge{align-items:center;gap:12px;margin-left:auto;font-size:14px;display:flex}.held-bar{background:#ffe8b8;align-items:center;gap:10px;padding:10px 20px;display:flex;overflow-x:auto}.pos-body{flex:1;grid-template-columns:140px 1fr 360px;min-height:0;display:grid}.category-tabs{background:#efe7db;flex-direction:column;display:flex;overflow-y:auto}.category-tab{background:0 0;border:none;border-left:4px solid #0000;padding:20px 10px;font-size:15px;font-weight:600}.category-tab-active{background:#fff;border-left-color:#6b4423}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:start;gap:14px;padding:20px;display:grid;overflow-y:auto}.product-card{text-align:left;background:#fff;border:1px solid #e3dbcd;border-radius:12px;flex-direction:column;justify-content:center;gap:6px;min-height:90px;padding:20px 12px;display:flex;box-shadow:0 1px 3px #0000000f}.product-card:active{background:#f4f1ec}.product-name{font-size:16px;font-weight:600}.product-price{color:#6b4423;font-weight:600}.cart-panel{background:#fff;border-left:1px solid #e3dbcd;flex-direction:column;min-height:0;padding:20px;display:flex}.cart-panel h2{margin-top:0;font-size:16px}.cart-items{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.cart-item{border-bottom:1px solid #f0ece3;justify-content:space-between;gap:10px;padding:10px 0;display:flex}.cart-item-name{font-size:14px;font-weight:600}.cart-item-modifiers{color:#7a6f5f;font-size:12px}.cart-item-right{white-space:nowrap;align-items:center;gap:10px;display:flex}.cart-empty{color:#9a8f7d;text-align:center;padding:20px 0;font-size:14px}.cart-totals{border-top:2px solid #eee;flex-direction:column;gap:4px;padding-top:12px;font-size:14px;display:flex}.cart-total-line{font-size:18px;font-weight:700}.cart-actions{gap:10px;margin-top:14px;display:flex}.primary-btn{color:#fff;background:#6b4423;border:none;border-radius:10px;flex:1;padding:14px 20px;font-size:16px;font-weight:600}.primary-btn:disabled{background:#cbbfa9}.secondary-btn{color:#3d2b1f;background:#efe7db;border:none;border-radius:10px;flex:1;padding:14px 20px;font-size:16px;font-weight:600}.link-btn{color:inherit;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.chip{background:#fff;border:1px solid #ccc;border-radius:999px;padding:10px 16px;font-size:14px}.chip-selected{color:#fff;background:#6b4423;border-color:#6b4423}.error-text{color:#b3261e;margin:8px 0;font-size:13px}.modal-overlay{z-index:50;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;padding:24px;overflow-y:auto}.modal-section{margin-bottom:18px}.modal-section-title{align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.required-badge{color:#b3261e;font-size:11px;font-weight:500}.quantity-row .qty-stepper{align-items:center;gap:16px;font-size:20px;display:flex}.qty-stepper button{background:#fff;border:1px solid #ccc;border-radius:50%;width:44px;height:44px;font-size:20px}.modal-actions{gap:10px;margin-top:20px;display:flex}.tendered-input{border:1px solid #ccc;border-radius:10px;width:100%;padding:14px;font-size:18px}.change-line{margin-top:8px;font-size:16px;font-weight:600}.receipt-card{text-align:center}.receipt-order-number{color:#6b4423;font-size:18px;font-weight:700}.receipt-items{text-align:left;padding:0;font-size:14px;list-style:none}.receipt-items li{border-bottom:1px solid #f0ece3;padding:6px 0}.receipt-totals{text-align:left;flex-direction:column;gap:4px;margin-top:12px;font-size:14px;display:flex}.receipt-total-line{font-size:18px;font-weight:700}
