.jmd-fabs{position:fixed;right:20px;bottom:22px;z-index:60;display:grid;gap:9px}.jmd-fabs button{border:0;border-radius:9px;padding:12px 14px;background:#14181c;color:#fff;font:700 11px Manrope;box-shadow:0 12px 28px #14181c2e;cursor:pointer}.jmd-fabs button:first-child{background:#b8860f}.jmd-booking[hidden],.jmd-ai[hidden]{display:none!important}.jmd-booking{position:fixed;inset:0;z-index:100;background:#14181c8a;display:grid;place-items:center;padding:20px;backdrop-filter:blur(5px)}.jmd-panel{width:min(720px,100%);max-height:min(720px,calc(100vh - 40px));overflow:auto;background:#fafaf7;border:1px solid #fff;border-radius:18px;padding:36px;box-shadow:0 25px 80px #0004;position:relative}.jmd-close{position:absolute;top:14px;right:16px;border:0;background:none;font-size:23px;color:#14181c;cursor:pointer}.jmd-panel h2{font-size:clamp(30px,4vw,45px);letter-spacing:-.06em;line-height:1.05;margin:0 0 11px}.jmd-panel h2 em{font-style:normal;color:#8a6414}.jmd-panel>p{font-size:12px;line-height:1.7;color:#565f68;max-width:600px}.jmd-note{background:#fbf0cf;border-left:2px solid #d9a62e;padding:10px 12px;font-size:11px;line-height:1.6;color:#5d5134;margin:17px 0}.jmd-progress{display:flex;gap:5px;margin:22px 0}.jmd-progress span{height:4px;flex:1;border-radius:9px;background:#e1ded4}.jmd-progress span.active{background:#b8860f}.jmd-step{display:none}.jmd-step.active{display:block;animation:jmdFade .3s ease}.jmd-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.jmd-fields label{font-size:11px;font-weight:800}.jmd-fields input,.jmd-fields select,.jmd-fields textarea{width:100%;display:block;margin-top:6px;padding:11px 3px;border:0;border-bottom:1px solid #d4cbb6;background:transparent;font:12px Manrope;outline:none}.jmd-fields textarea{height:88px;resize:vertical}.jmd-fields .wide{grid-column:span 2}.jmd-actions{display:flex;justify-content:space-between;gap:10px;margin-top:24px}.jmd-actions button{border:0;border-radius:8px;padding:13px 16px;font:800 11px Manrope;cursor:pointer}.jmd-next{background:#b8860f;color:#fff;margin-left:auto}.jmd-back{background:#f0eee7;color:#14181c}.jmd-types{display:grid;grid-template-columns:1fr 1fr;gap:10px}.jmd-type{border:1px solid #e1ded4;background:#fff;border-radius:11px;padding:15px;text-align:left;cursor:pointer}.jmd-type.active{border:2px solid #b8860f;background:#fffaf0}.jmd-type strong{display:block;font-size:13px}.jmd-type small{font:10px 'DM Mono';color:#8a6414;display:block;margin:6px 0}.jmd-type p{font-size:10px;color:#565f68;line-height:1.5;margin:0}.jmd-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin:14px 0}.jmd-day{border:1px solid #e1ded4;background:#fff;border-radius:7px;padding:10px 3px;font:700 11px Manrope;cursor:pointer}.jmd-day.active{background:#b8860f;color:#fff;border-color:#b8860f}.jmd-slots{display:flex;flex-wrap:wrap;gap:8px}.jmd-slot{border:1px solid #d4cbb6;border-radius:7px;background:#fff;padding:9px 12px;font:700 11px Manrope;cursor:pointer}.jmd-slot.active{background:#14181c;color:#fff;border-color:#14181c}.jmd-review{background:#f5f2e8;border-radius:11px;padding:16px;font-size:12px;line-height:1.75}.jmd-review b{color:#8a6414}.jmd-payments{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.jmd-payments button{border:1px solid #d4cbb6;background:#fff;border-radius:7px;padding:8px 10px;font:700 10px Manrope;cursor:pointer}.jmd-payments button.active{background:#b8860f;color:#fff;border-color:#b8860f}.jmd-confirm{text-align:center;padding:18px 5px}.jmd-confirm>span{display:grid;place-items:center;width:55px;height:55px;border-radius:50%;background:#fbf0cf;color:#8a6414;font-size:25px;margin:0 auto 15px}.jmd-confirm p{font-size:12px;color:#565f68;line-height:1.7}.jmd-cons-id{font:600 12px 'DM Mono';color:#8a6414;background:#fbf0cf;border-radius:7px;padding:8px 11px;display:inline-block}.jmd-ai{position:fixed;right:20px;bottom:22px;z-index:80;width:280px;background:#14181c;color:#fff;border-radius:14px;padding:17px;box-shadow:0 20px 45px #14181c40}.jmd-ai h3{font-size:14px;margin:0 0 8px}.jmd-ai p{font-size:11px;line-height:1.6;color:#d8d4c8}.jmd-ai button{border:0;background:#e5c45d;color:#14181c;border-radius:7px;padding:9px 10px;font:800 10px Manrope;cursor:pointer}.jmd-ai .jmd-ai-close{float:right;background:none;color:#fff;font-size:18px;padding:0}.portal-access{margin-top:18px}.portal-access h4{font:600 9px 'DM Mono';letter-spacing:.1em;color:#8a9096;margin:0 0 9px}.portal-access span{display:block;color:#8a9096;font-size:10px;line-height:1.8}.portal-access b{font:500 8px 'DM Mono';border:1px solid #575a54;border-radius:99px;padding:2px 5px;margin-left:4px;color:#aaa69a}@keyframes jmdFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:700px){.jmd-fabs{right:14px;bottom:14px}.jmd-fabs button{padding:11px}.jmd-panel{padding:28px 20px}.jmd-fields,.jmd-types{grid-template-columns:1fr}.jmd-fields .wide{grid-column:auto}.jmd-calendar{gap:4px}.jmd-day{font-size:10px}.jmd-actions{flex-wrap:wrap}.jmd-next{margin-left:0}.jmd-ai{right:14px;bottom:14px}}
