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}*{box-sizing:border-box}body,html{background-color:#f0f0f0;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;overflow-x:hidden;overscroll-behavior:contain;padding:0;touch-action:manipulation}.app-container{background:#fff;min-height:100vh;padding-bottom:80px}.header{align-items:center;background:#111;color:#fff;display:flex;font-size:1.4rem;font-weight:600;justify-content:space-between;padding:1rem}.add-btn{background:#fff;border:none;border-radius:10px;color:#000;font-size:1.2rem;font-weight:700;padding:.5rem 1rem}.search-bar{padding:1rem}.search-bar input{background:#fff;border:1px solid #ccc;border-radius:12px;color:#000;font-size:1rem;padding:.75rem;width:100%}.orders-list{display:flex;flex-direction:column;gap:1rem;padding:0 1rem}.order-card{background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 1px 3px #0000000d;cursor:pointer;display:flex;overflow:hidden}.thumb{border-right:1px solid #eee;flex-shrink:0;height:90px;object-fit:cover;width:90px}.order-meta{display:flex;flex-direction:column;gap:.25rem;justify-content:center;padding:.75rem 1rem}.order-meta .supplier{color:#444;font-size:.85rem;font-weight:600;text-transform:uppercase}.order-meta .order-number{color:#000;font-size:1.1rem;font-weight:700}.order-meta .delivery,.order-meta .status{color:#555;font-size:.9rem}.order-detail{padding:1rem}.order-detail label{color:#111;display:block;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.order-detail input,.order-detail select,.order-detail textarea{background:#f9f9f9;border:1px solid #ccc;border-radius:10px;color:#000;font-size:1rem;padding:.75rem;width:100%}.preview-img{border:1px solid #ccc;border-radius:12px;margin-top:.75rem;width:100%}.button-group{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.save-btn{background:#000;border:none;border-radius:12px;color:#fff;cursor:pointer;flex:1 1;font-size:1.1rem;font-weight:700;padding:1rem}.save-btn:disabled{cursor:not-allowed;opacity:.7}.back-btn{background:#eee;border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1rem;padding:.75rem 1.25rem;transition:background .2s ease}.back-btn:hover{background:#ddd}.delete-btn{background:#fff0f0;border:1px solid #f99;border-radius:12px;color:#b30000;cursor:pointer;flex:1 1;font-size:1.1rem;font-weight:700;padding:1rem}.delete-btn:hover{background:#ffe5e5}.tabbar{align-items:center;background:#111;border-top:1px solid #222;bottom:0;box-shadow:0 -1px 4px #0000001a;display:flex;height:calc(60px + env(safe-area-inset-bottom, 0));justify-content:space-around;left:0;padding-bottom:env(safe-area-inset-bottom,0);position:fixed;right:0;z-index:10}.tabbar button{all:unset;align-items:center;box-sizing:border-box;color:#aaa;display:flex;flex:1 1;flex-direction:column;font-size:.75rem;font-weight:500;height:60px;justify-content:center;line-height:1}.tabbar button.active{font-weight:700}.auth-screen{align-items:center;background:#000;color:#fff;display:flex;flex-direction:column;gap:1rem;height:100vh;justify-content:center}.auth-screen input{border:none;border-radius:8px;font-size:1.2rem;padding:.75rem;text-align:center;width:150px}.auth-screen button{background:#fff;border:none;border-radius:10px;color:#000;cursor:pointer;font-weight:700;padding:.75rem 1.5rem}.position-label{color:#000;font-weight:700;margin-bottom:.5rem}.reorder-buttons{display:flex;gap:1rem}.reorder-buttons button{background:#fffefe;border:none;border-radius:6px;color:#000;cursor:pointer;font-size:1.1rem;padding:.3rem 2rem}.reorder-buttons button:hover{background:#000;color:#fff}@media (max-width:480px){.reorder-buttons button{font-size:1rem;padding:.3rem 1rem}}.order-detail section{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem}.order-detail label.required:after{color:red;content:"*";margin-left:.25rem}.button-group.sticky{background:#fff;border-top:1px solid #ddd;bottom:70px;left:0;padding:1rem;position:fixed;width:100%}.delivery{color:#555;font-size:.9rem}.delivery.due-soon{color:#ef6c00;font-weight:600}.delivery.late{color:#c62828;font-weight:700}.delivery.ok{color:#555}.order-card{animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}button:active{transform:scale(.96);transition:transform .1s ease}.overlay-backdrop{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.slidein-panel .back-btn{align-self:flex-start;background:#fff;border:1px solid #0a0a0a;border-radius:6px;color:#0a0a0a;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:.4rem .75rem}.preview-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;overflow:hidden}.preview-content section{border-bottom:1px solid #333;margin-bottom:1.2rem;padding-bottom:1rem}.preview-content h4{color:#fff;font-size:1rem;margin-bottom:.5rem}.preview-content p{color:#e0e0e0;font-size:1rem}.preview-content img.preview-img{background:#fff;border:none;border-radius:12px;box-shadow:0 1px 6px #0000001a;padding:.5rem}.slidein-panel .edit-btn{background:#007aff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:auto;padding:.9rem 1.2rem;width:100%}.slidein-panel{-webkit-overflow-scrolling:touch;animation:slideIn .3s ease-out;background:#fdfdfd;box-shadow:-4px 0 12px #0000004d;color:#000;display:flex;flex-direction:column;height:100%;max-width:500px;overflow-y:auto;padding:1.5rem;position:fixed;right:0;top:0;width:100vw;z-index:100}body.modal-open{overflow:hidden;position:fixed;width:100%}@media (max-width:600px){.slidein-panel{padding:1rem;width:100vw}.preview-content h4,.preview-content p{font-size:1rem}.slidein-panel .edit-btn{font-size:1rem;padding:.8rem 1rem}}.signature-inline-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.signature-preview-img{border:1px solid #ccc;border-radius:6px;height:auto;max-width:340px}.replace-signature-btn{background-color:#222;border:1px solid #444;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;padding:.4rem .8rem;transition:background .2s ease}.replace-signature-btn:hover{background-color:#000}.order-card:hover{border-color:#c9d4ff;box-shadow:0 6px 16px #00000014;transform:translateY(-2px);transition:all .14s ease}.add-btn:hover{filter:brightness(.95)}.order-detail input:focus,.order-detail select:focus,.order-detail textarea:focus,.search-bar input:focus{background:#fff;border-color:#90a4ff;box-shadow:0 0 0 3px #90a4ff40;outline:none}.order-meta .status{background:#fafafa;border:1px solid #e5e5e5;border-radius:999px;color:#222;display:inline-block;padding:.25rem .55rem}.order-preview-readonly section ul{list-style:none;margin:0;padding:0}.order-preview-readonly section ul li{border-left:2px solid #e6e6e6;margin-bottom:6px;padding-bottom:12px;padding-left:26px;position:relative}.order-preview-readonly section ul li:before{background:#1f60ff;border-radius:50%;box-shadow:0 0 0 3px #1f60ff2e;content:"";height:10px;left:-7px;position:absolute;top:2px;width:10px}.order-preview-readonly section ul li:last-child{border-left-color:#0000;padding-bottom:0}.tabbar button.active{color:#fff;font-weight:800;text-shadow:0 0 1px #ffffff40}.reorder-buttons button{transition:transform .1s ease,box-shadow .1s ease}.reorder-buttons button:hover{box-shadow:0 6px 14px #00000014;transform:translateY(-1px)}.alt-timeline{margin-left:6px;margin-top:.25rem}.alt-item{border-left:2px solid #e8e8e8;display:flex;gap:12px;margin-left:6px;padding:10px 0}.alt-item:last-child{border-left-color:#0000}.alt-dot{background:#1f60ff;border-radius:50%;box-shadow:0 0 0 3px #1f60ff2e;flex-shrink:0;height:10px;left:-7px;position:relative;top:6px;width:10px}.alt-body{flex:1 1}.alt-top{align-items:center;color:#111;display:flex;font-weight:650;gap:8px}.alt-ref{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.2px}.alt-status{background:#fafafa;border:1px solid #e5e5e5;border-radius:999px;color:#222;font-size:.75rem;padding:.18rem .5rem}.alt-status.done{background:#e8f5e9;border-color:#c8e6c9;color:#1b5e20}.alt-status.progress{background:#fff8e1;border-color:#ffe0b2;color:#8d6e63}.alt-meta{color:#666;font-size:.9rem;line-height:1.35;margin-top:2px}.alt-modal h2{font-size:1.6rem;letter-spacing:-.2px;margin:0 0 1rem}.alt-modal .field{margin:0 0 14px}.alt-modal .field label{color:#111;display:block;font-size:.95rem;font-weight:700;margin:0 0 6px}.alt-modal .field input[type=date],.alt-modal .field input[type=tel],.alt-modal .field input[type=text],.alt-modal .field select,.alt-modal .field textarea{background:#fff;border:1px solid #d7d7d7;border-radius:10px;font-size:1rem;padding:.85rem .9rem;width:100%}.alt-modal input[type=file]{background:#fafafa;border:1px dashed #cfcfcf;border-radius:10px;padding:.9rem;width:100%}.segmented{background:#fff;border:1px solid #d7d7d7;display:inline-flex;overflow:hidden}.segmented button{all:unset;padding:.5rem .9rem}.segmented button.active{background:#111}.alt-modal .button-row{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr 1fr;margin-top:12px}.alt-modal .button-row .save-btn{margin:0}.alt-modal .button-row .delete-confirm-btn{background:#fff;border:1px solid #111;color:#111}.alt-history{background:#fff;margin-top:1rem;padding:.9rem 1rem}.alt-history h4{color:#111;font-size:1rem;margin:0 0 .5rem}.alt-history li{line-height:1.35;margin:.45rem 0;padding-left:1.25rem}.alt-history li:before{background:#111;height:8px;left:0;top:.45rem;width:8px}.alt-history small{color:#777;font-weight:600}.order-preview-readonly h2{font-size:1.6rem;line-height:1.2;margin:0 0 1rem}.field{display:block;margin:0 0 14px;width:100%}.field label{color:#111;display:block;font-weight:700;margin:0 0 6px}.slidein-panel input,.slidein-panel select,.slidein-panel textarea{background:#fff;border:1px solid #d9d9d9;border-radius:12px;color:#000;font-size:16px;line-height:1.3;outline:none;padding:12px 14px;width:100%}.slidein-panel textarea{min-height:90px;resize:vertical}.slidein-panel input[type=file]{background:#fafafa;border:1px dashed #cfcfcf;padding:10px}.segmented{background:#f2f2f2;border-radius:999px;display:flex;gap:6px;margin-top:6px;padding:4px;width:100%}.segmented button{background:#0000;border:none;border-radius:999px;color:#111;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:700;padding:10px 12px}.segmented button.active{background:#000;color:#fff}.button-row{display:flex;gap:12px;margin-top:18px}.button-row .save-btn{border-radius:12px;font-size:1.05rem;padding:14px 16px}@media (max-width:600px){.slidein-panel{padding:16px}.button-row{flex-direction:column}}.alt-history{background:#fafafa;border:1px solid #e7e7e7;border-radius:12px;margin-top:8px;padding:12px 12px 8px}.alt-history h4{color:#111!important;margin:0 0 8px!important}.alt-history ul{list-style:none;margin:0;padding:0}.alt-history li{color:#333;font-size:.96rem;margin:6px 0;padding-left:18px;position:relative}.alt-history li:before{background:#000;border-radius:50%;content:"";height:6px;left:4px;position:absolute;top:9px;width:6px}.queue-badge{background:#050505;border:1px solid #faf6f6;border-radius:999px;color:#fcf9f9;display:inline-block;font-size:.85rem;font-weight:600;line-height:1.2;min-width:32px;padding:.25rem .7rem;text-align:center}.order-card{cursor:grab}.order-card:active{cursor:grabbing}.order-card.dragging{opacity:.6;transform:scale(.99)}.drag-handle{font-size:18px;margin-left:auto;opacity:.6;padding:0 8px;-webkit-user-select:none;user-select:none}.drag-handle:hover{opacity:1}.order-card,.order-card *,.order-card img{-webkit-user-drag:none}.order-card img{pointer-events:none}.drag-handle{cursor:grab;touch-action:none}.drag-handle:active{cursor:grabbing}.order-card{max-width:none;width:100%}.order-card.dragging{transition:none!important}.order-card .thumb{display:block;flex:0 0 84px;height:84px;object-fit:cover;width:84px}.order-card,.order-card *{-webkit-user-select:none;user-select:none}.order-card{box-sizing:border-box;display:block;margin:8px 0!important;max-width:none!important;width:100%!important}.order-card,.orders-list{position:relative}.order-card,.orders-list,.queue-badge-wrap{overflow:visible!important}.queue-picker{box-shadow:0 10px 24px #0003;max-height:240px;min-width:140px;top:100%;z-index:9999}.queue-picker button{border:none}.orders-list{isolation:isolate}.order-card{overflow:visible;position:relative}.order-card.is-choosing{z-index:10000}.queue-picker{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 12px 28px #0000002e;left:0;max-height:280px;min-width:180px;overflow:auto;padding:6px;pointer-events:auto;position:absolute;top:calc(100% + 8px);z-index:10001}.queue-picker button{background:#0000;border:0;border-radius:6px;cursor:pointer;display:block;padding:8px 10px;text-align:left;width:100%}.queue-picker button:hover{background:#f3f3f3}.queue-picker{-webkit-user-select:none;user-select:none}.queue-picker button:active{transform:none}.queue-picker button>*{pointer-events:none}.voice-controls{align-items:flex-start;display:flex;flex-direction:column;gap:12px;margin-top:10px}.voice-btn{align-items:center;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;justify-content:center;padding:14px 24px;transition:background .2s,transform .1s}.voice-btn:active{transform:scale(.96)}.voice-btn.record{background:#e53935}.voice-btn.record:hover{background:#d32f2f}.voice-btn.stop{background:#fbc02d}.voice-btn.stop:hover{background:#f9a825}.voice-btn.remove{background:#757575}.voice-btn.remove:hover{background:#616161}.voice-preview{width:100%}.voice-hint{font-size:.85rem;opacity:.75}.tailor-app{background:#f9f9f9;font-family:Arial,sans-serif;font-size:18px;min-height:100vh;padding:1rem}.tailor-app .tailor-container{margin:auto;max-width:600px;padding:1.5rem}.tailor-app .tailor-header{font-size:24px;font-weight:700;margin-bottom:1.5rem;text-align:center}.tailor-app .tailor-card{background:#fff;border:2px solid #ccc;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.tailor-app .tailor-card strong{display:block;font-size:20px;margin-bottom:.5rem}.tailor-app .tailor-card img{border-radius:4px;margin:.5rem 0;max-width:100%;width:100%}.tailor-app button{background:#007bff;border:none;border-radius:6px;color:#fff;font-size:18px;margin-top:.5rem;padding:.8rem 1.2rem;width:100%}.tailor-app button:hover{background:#0056b3;cursor:pointer}.tailor-app input[type=password]{border:2px solid #ccc;border-radius:6px;font-size:18px;margin-bottom:1rem;padding:.8rem;width:100%}.tailor-app .pin-entry{margin:4rem auto;max-width:400px;text-align:center}.app-container{max-width:100vw;overflow-x:hidden;width:100%}.tailor-notes{background:#fff;border:1px solid #e3e3e3;border-radius:6px;margin-top:.5rem;padding:.6rem .7rem}.tailor-notes-title{font-weight:700;margin-bottom:.25rem}.tailor-notes-body{color:#111;white-space:pre-wrap}.tailor-badge{align-items:center;background:#000;border-radius:50%;box-shadow:0 2px 6px #0000004d;color:#fff;display:flex;font-size:1rem;font-weight:700;height:36px;justify-content:center;position:absolute;right:-10px;top:-10px;width:36px}.tailor-card{background:#fff;border:2px solid #ccc;border-radius:8px;margin-bottom:1.5rem;padding:1rem;position:relative}.tailor-voice{margin-top:12px}.tailor-voice audio{margin-top:6px}.tailor-voice{background:#fdfdfd;border:1px solid #e0e0e0;border-radius:8px;margin-top:1rem;padding:.75rem}.tailor-voice .tailor-notes-title{font-size:16px;font-weight:600;margin-bottom:.5rem}.tailor-voice audio{background-color:#fafafa;border-radius:6px;height:48px;outline:none;width:100%}.tailor-voice audio:focus{box-shadow:0 0 0 2px #007bff33;outline:none}.custom-audio{background:#fdfdfd;border:1px solid #e0e0e0;border-radius:10px;box-sizing:border-box;flex-direction:column;gap:.75rem;padding:1rem;width:100%}.audio-btn,.custom-audio{align-items:center;display:flex}.audio-btn{border:none;border-radius:50%;cursor:pointer;height:64px;justify-content:center;transition:background .2s ease,transform .1s ease;width:64px}.audio-btn.paused{background:#ff5722;color:#fff}.audio-btn.paused:hover{background:#e64a19}.audio-btn.playing{background:#4caf50;color:#fff}.audio-btn.playing:hover{background:#388e3c}.audio-btn:active{transform:scale(.92)}.audio-info{display:flex;flex-direction:column;gap:6px;width:100%}.audio-progress{appearance:none;background:#ddd;border-radius:4px;cursor:pointer;height:6px;width:100%}.audio-progress::-webkit-slider-thumb{-webkit-appearance:none;background:#007bff;border-radius:50%;cursor:pointer;height:14px;width:14px}.audio-progress::-moz-range-thumb{background:#007bff;border:none;border-radius:50%;cursor:pointer;height:14px;width:14px}.audio-time{color:#444;font-size:14px;text-align:center}
/*# sourceMappingURL=main.73987ae2.css.map*/