.halo-preorder-modal { display: none; position: fixed; inset: 0; z-index: 999999; align-items: center; justify-content: center; padding: 20px; }
.halo-preorder-modal.is-open { display: flex; }
.halo-preorder-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .62); }
.halo-preorder-dialog { position: relative; width: min(100%, 460px); max-height: calc(100vh - 40px); overflow: auto; background: #fff !important; color: #1f2937 !important; color-scheme: light; border-radius: 14px; padding: 28px; box-shadow: 0 20px 60px rgba(0, 0, 0, .3); }
.halo-preorder-dialog h2 { margin: 0 36px 6px 0; font-size: 26px; color: #111827 !important; }
.halo-product-label { margin: 0 0 20px; color: #60646c; font-weight: 600; }
.halo-preorder-close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; color: #555; font-size: 30px; line-height: 1; cursor: pointer; }
.halo-preorder-dialog form > label { display: block; margin: 0 0 15px; color: #1f2937 !important; font-weight: 600; }
.halo-preorder-dialog label span { color: #c70000; }
.halo-preorder-dialog input[type="text"], .halo-preorder-dialog input[type="tel"], .halo-preorder-dialog input[type="number"], .halo-preorder-dialog select { box-sizing: border-box; width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid #c9cdd3 !important; border-radius: 7px; background: #fff !important; color: #111827 !important; -webkit-text-fill-color: #111827; caret-color: #111827; font: inherit; font-size: 16px; }
.halo-preorder-dialog .halo-variation-field[hidden] { display: none !important; }
.halo-preorder-dialog input::placeholder { color: #7b818b !important; opacity: 1; }
.halo-preorder-dialog input:focus { border-color: #111 !important; outline: 2px solid rgba(0, 0, 0, .12); }
.halo-preorder-dialog .halo-preorder-submit { width: 100%; min-height: 48px; border: 1px solid #111827 !important; border-radius: 7px; background: #111827 !important; color: #fff !important; -webkit-text-fill-color: #fff; font-weight: 700; opacity: 1; cursor: pointer; }
.halo-preorder-dialog .halo-preorder-submit:hover, .halo-preorder-dialog .halo-preorder-submit:focus { background: #2d3748 !important; color: #fff !important; }
.halo-preorder-dialog .halo-preorder-submit:disabled { opacity: .65; cursor: wait; }
.halo-preorder-message { margin: 4px 0 14px; }
.halo-preorder-message.is-success { color: #08783e; }
.halo-preorder-message.is-error { color: #b42318; }
.halo-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.halo-modal-open { overflow: hidden; }
.halo-preorder-single { margin: 1em 0; }
form.variations_form .halo-preorder-open { flex: 1 1 auto; width: auto; min-height: 48px; }
@media (max-width: 480px) { .halo-preorder-dialog { padding: 22px 18px; border-radius: 10px; } }
