.order-popup-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.6);z-index:9999;font-family:system-ui,Arial}
.order-popup-modal{background:#fff;width:min(700px,95%);padding:18px;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.2)}
.order-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.order-popup-row{display:flex;gap:10px;margin-bottom:10px}
.order-popup-col{flex:1;min-width:0}
.order-popup-field{margin-bottom:10px}
.order-popup-header h2{margin:0;font-size:1.25rem}
.order-popup-btn{padding:6px 12px;border:0;border-radius:8px;cursor:pointer;font-size:.95rem}
.order-popup-btn-primary{background:#06b6d4;color:white}
.order-popup-btn-ghost{background:transparent;border:1px solid #ccc}
.order-popup-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}
.order-popup-filelist{font-size:.85rem;color:#555;margin-top:4px}
.order-popup-status{font-size:.85rem;color:#444;margin-top:6px}
input[type=text],input[type=email],input[type=tel]{width:100%;padding:6px 8px;border:1px solid #ccc;border-radius:6px}
input[readonly]{background:#f7f7f7;color:#555}
label{display:block;font-size:.85rem;margin-bottom:4px;color:#222}
@media(max-width:520px){.order-popup-row{flex-direction:column}}