:root{--booking-bg:#15151b;--booking-line:rgba(255,255,255,.14);--booking-text:#f7f4ef;--booking-muted:#aaa5a0;--booking-accent:#eee7dc}
.mist-booking-overlay{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.8);backdrop-filter:blur(10px)}
.mist-booking-overlay.open{display:flex}.mist-booking-modal{position:relative;width:min(680px,100%);max-height:92vh;overflow:auto;background:var(--booking-bg);color:var(--booking-text);border:1px solid var(--booking-line);border-radius:24px;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.65)}
.mist-booking-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.mist-booking-head h2{margin:0;font-size:30px;line-height:1.05}.mist-booking-head p{margin:8px 0 0;color:var(--booking-muted);font-size:14px}.mist-booking-close{flex:0 0 42px;width:42px;height:42px;border:1px solid var(--booking-line);border-radius:50%;background:#222228;color:#fff;font-size:25px;cursor:pointer}
.mist-booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mist-booking-field{display:flex;flex-direction:column;gap:6px}.mist-booking-field.full{grid-column:1/-1}.mist-booking-field label{font-size:12px;letter-spacing:.04em;color:var(--booking-muted)}
.mist-booking-field input,.mist-booking-field select,.mist-booking-field textarea{width:100%;min-height:50px;box-sizing:border-box;border:1px solid #3a3a42;border-radius:12px;background:#0e0e12;color:#fff;padding:0 14px;font-size:16px;font-family:inherit;color-scheme:dark}.mist-booking-field textarea{padding-top:13px;min-height:92px;resize:vertical}.mist-booking-field input:focus,.mist-booking-field select:focus,.mist-booking-field textarea:focus{outline:2px solid rgba(238,231,220,.35);outline-offset:1px}
.mist-booking-consent{display:flex;gap:10px;align-items:flex-start;margin-top:14px;color:#aaa5a0;font-size:12px}.mist-booking-consent input{margin-top:2px}.mist-booking-consent a{text-decoration:underline}.mist-booking-submit{width:100%;min-height:54px;margin-top:16px;border:0;border-radius:13px;background:var(--booking-accent);color:#111;font-weight:800;font-size:16px;cursor:pointer}.mist-booking-submit:disabled{opacity:.6;cursor:wait}.mist-booking-status{min-height:22px;margin-top:11px;font-size:14px}.mist-booking-success{color:#7bdc90}.mist-booking-error{color:#ff8b8b}.mist-booking-note{margin:9px 0 0;color:#8f8b86;font-size:12px}.mist-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.booking-primary{background:#eee7dc!important;color:#111!important;border-color:#eee7dc!important}
@media(max-width:640px){.mist-booking-overlay{padding:9px;align-items:flex-end}.mist-booking-modal{border-radius:22px 22px 14px 14px;padding:20px;max-height:94vh}.mist-booking-head h2{font-size:24px}.mist-booking-grid{grid-template-columns:1fr}.mist-booking-field.full{grid-column:auto}}
