*{box-sizing:border-box}body{margin:0;color:#17251d;font-family:Manrope,Segoe UI,Arial,sans-serif;background:#f5f1eb}button,input{font-family:inherit}button{cursor:pointer}.order-popup-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:24px;background:#102018b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:popup-fade .18s ease-out}.order-popup{width:min(560px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:20px;box-shadow:0 28px 90px #0006;padding:30px;position:relative;animation:popup-rise .22s ease-out}.popup-close{position:absolute;right:18px;top:15px;width:35px;height:35px;border:0;border-radius:50%;background:#f1ece5;color:#665e54;font-size:25px;line-height:1}.popup-close:hover{background:#e6ddd2}.popup-badge{display:inline-flex;align-items:center;gap:7px;background:#ffe5df;color:#d63e28;border-radius:99px;padding:7px 11px;font-size:9px;letter-spacing:1.4px;font-weight:900}.popup-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:#e94b2e;animation:popup-pulse 1.2s infinite}.popup-heading{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid #e7dfd6;padding:18px 0}.popup-heading p{margin:0 0 3px;color:#e94b2e;font-size:11px;font-weight:800}.popup-heading h2{margin:0;font-size:31px;letter-spacing:-1.5px}.popup-heading>strong{font-size:23px}.popup-customer{display:flex;justify-content:space-between;align-items:center;padding:17px 0}.popup-customer div{display:flex;flex-direction:column}.popup-customer span,.popup-notes span{font-size:8px;letter-spacing:1.3px;font-weight:900;color:#948a7e}.popup-customer b{font-size:17px}.popup-customer a{color:#17251d;text-decoration:none;font-weight:750}.popup-items{border:1px solid #e7dfd6;border-radius:11px;padding:8px 14px}.popup-items>div{display:grid;grid-template-columns:30px 1fr auto;gap:6px;padding:9px 0;border-bottom:1px solid #eee7df;font-size:13px}.popup-items>div:last-child{border-bottom:0}.popup-items small{display:block;color:#8c8378}.popup-notes{margin-top:12px;background:#fff3d5;border-radius:9px;padding:12px;font:italic 13px Georgia,serif}.popup-notes span{display:block;margin-bottom:4px;color:#a96a15;font-family:Manrope,Segoe UI,sans-serif}.ready-time{border:0;padding:0;margin:19px 0}.ready-time legend{font-size:11px;font-weight:900;margin-bottom:9px}.ready-time label{display:inline-flex;align-items:center;justify-content:center;min-width:65px;padding:10px;margin:0 6px 6px 0;border:1px solid #d9d0c5;border-radius:8px;font-size:12px;font-weight:850;cursor:pointer}.ready-time input{display:none}.ready-time label.selected{background:#17251d;color:#fff;border-color:#17251d}.popup-actions{display:grid;grid-template-columns:1fr 2fr;gap:10px}.popup-actions button{border:0;border-radius:9px;padding:14px;font-weight:900}.popup-reject{background:#f3e6e3;color:#a03729}.popup-accept{background:#e94b2e;color:#fff}.popup-actions button:disabled{opacity:.55}.popup-hint{text-align:center;color:#948a7e;font-size:10px;margin:12px 0 0}@keyframes popup-fade{0%{opacity:0}}@keyframes popup-rise{0%{opacity:0;transform:translateY(18px) scale(.98)}}@keyframes popup-pulse{50%{box-shadow:0 0 0 6px #e94b2e22}}@media(max-width:600px){.order-popup-backdrop{padding:12px}.order-popup{padding:24px 18px}.popup-heading h2{font-size:25px}.popup-actions{grid-template-columns:1fr}.popup-customer{align-items:flex-start;flex-direction:column;gap:6px}}
