.book-overlay{position:fixed;inset:0;background:rgba(36,47,80,.55);backdrop-filter:blur(4px);z-index:9999;display:none;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .18s ease}.book-overlay.open{display:flex;opacity:1}.book-modal{background:#fff;border-radius:24px;box-shadow:0 30px 80px -20px rgba(36,47,80,.45);width:100%;max-width:1040px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;position:relative;font-family:"Lato",sans-serif;font-size:16px;color:#242f50;line-height:1.5;transform:translateY(8px);transition:transform .18s ease}.book-modal *,.book-modal *::before,.book-modal *::after{box-sizing:border-box}.book-modal button{font-family:inherit}.book-overlay.open .book-modal{transform:translateY(0)}#bookContent{display:contents}.book-modal-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.book-page-wrap{padding:60px 20px;background:linear-gradient(135deg, #c9d4e8 0%, #e8eef8 100%);min-height:70vh;display:flex;align-items:flex-start;justify-content:center}.book-page-wrap .book-modal{box-shadow:0 20px 60px -20px rgba(36,47,80,.3);margin:0 auto}.book-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border:none;background:rgba(255,255,255,.14);color:#fff;font-size:1.4rem;border-radius:50%;cursor:pointer;line-height:1;z-index:5}.book-close:hover{background:rgba(255,255,255,.22)}.book-header{background:linear-gradient(135deg, #242f50 0%, #1a2347 100%);color:#fff;padding:22px 28px 22px;position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:18px;overflow:hidden}.book-header::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0%, rgba(254, 170, 36, 0.18) 0%, transparent 50%),radial-gradient(circle at 0% 100%, rgba(52, 91, 168, 0.3) 0%, transparent 50%);pointer-events:none}.book-header>*{position:relative;z-index:1}.book-host-avatar{width:52px;height:52px;border-radius:50%;background:#fff;overflow:hidden;flex-shrink:0;display:grid;place-items:center;box-shadow:0 4px 12px rgba(0,0,0,.18),inset 0 0 0 2px #feaa24}.book-host-avatar img{width:70%;height:70%;object-fit:contain}.book-host-info{flex:1;min-width:0}.book-eyebrow{font-weight:900;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#feaa24;margin-bottom:2px}.book-title{font-weight:900;font-size:1.25rem;letter-spacing:-0.01em}.book-title em{color:#feaa24;font-style:normal}.book-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:6px;font-size:.78rem;color:rgba(255,255,255,.72)}.book-meta-item{display:flex;align-items:center;gap:5px}.book-body{display:grid;grid-template-columns:1fr 1fr}.book-cal-side{padding:26px 28px;border-right:1px solid rgba(36,47,80,.1)}.book-form-title{font-weight:900;font-size:.9rem;margin-bottom:12px;color:#242f50;display:flex;align-items:center;gap:8px}.book-form-num{width:22px;height:22px;background:#feaa24;color:#242f50;border-radius:50%;display:grid;place-items:center;font-size:.75rem;flex-shrink:0;font-weight:900}.book-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.book-cal-title{font-weight:900;font-size:1rem}.book-cal-nav{display:flex;gap:6px}.book-cal-btn{width:32px;height:32px;border-radius:8px;background:#f3f7fc;border:none;cursor:pointer;color:#242f50;font-weight:900;display:grid;place-items:center;font-family:inherit}.book-cal-btn:hover{background:#e8eef8}.book-cal-btn:disabled{opacity:.4;cursor:not-allowed}.book-cal{display:grid;grid-template-columns:repeat(7, 1fr);gap:4px}.book-cal-h{font-size:.7rem;font-weight:900;color:#5a6785;text-align:center;padding:6px 0;letter-spacing:.08em}.book-cal-d{aspect-ratio:1;display:grid;place-items:center;font-size:.88rem;border-radius:8px;cursor:pointer;font-weight:700;color:#242f50;position:relative;border:none;background:transparent;font-family:inherit;transition:all .15s}.book-cal-d:hover:not(.muted):not(.disabled){background:#f3f7fc}.book-cal-d.muted{color:rgba(36,47,80,.2);cursor:default}.book-cal-d.disabled{color:rgba(36,47,80,.2);cursor:not-allowed}.book-cal-d.has-slots{color:#345ba8}.book-cal-d.has-slots::after{content:"";position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:#feaa24}.book-cal-d.selected{background:#242f50;color:#fff}.book-cal-d.selected::after{background:#feaa24}.book-cal-footer{display:flex;gap:16px;flex-wrap:wrap;font-size:.76rem;color:#5a6785;margin-top:14px;padding-top:14px;border-top:1px solid rgba(36,47,80,.1)}.book-legend-item{display:flex;align-items:center;gap:6px}.book-legend-dot{width:8px;height:8px;border-radius:50%}.book-right-side{padding:26px 28px;background:#fff}.book-slots-day{font-size:.8rem;color:#5a6785;margin-bottom:12px}.book-slots-day .tz{font-weight:700}.book-slots-empty{font-size:.85rem;color:#5a6785;padding:16px 12px;background:#f3f7fc;border-radius:10px;text-align:center}.book-slots{display:grid;grid-template-columns:repeat(3, 1fr);gap:6px;margin-bottom:22px}.book-slot{padding:10px 8px;text-align:center;border:1.5px solid rgba(36,47,80,.18);background:#fff;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;color:#242f50;font-family:inherit;transition:all .15s}.book-slot:hover{border-color:#345ba8;color:#345ba8}.book-slot.selected{background:#242f50;color:#fff;border-color:#242f50}.book-divider{height:1px;background:rgba(36,47,80,.1);margin:18px 0}.book-form{display:flex;flex-direction:column;gap:12px}.book-field{display:flex;flex-direction:column;gap:5px}.book-field label{font-weight:900;font-size:.78rem;color:#242f50}.book-field label .req{color:#e89215}.book-field input,.book-field select,.book-field textarea{font-family:inherit;font-size:.92rem;padding:10px 12px;border:1.5px solid rgba(36,47,80,.18);border-radius:10px;background:#fff;color:#242f50;transition:border-color .15s,box-shadow .15s,background .15s}.book-field input:focus,.book-field select:focus,.book-field textarea:focus{outline:none;border-color:#345ba8;box-shadow:0 0 0 3px rgba(52,91,168,.15)}.book-field input::placeholder,.book-field textarea::placeholder{color:rgba(36,47,80,.4)}.book-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23feaa24' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;padding-right:38px;cursor:pointer;font-weight:700}.book-field select:hover{background-color:#f3f7fc}.book-field textarea{resize:vertical;min-height:160px;line-height:1.55;background:#f3f7fc}.book-field textarea:focus{background:#fff}.book-field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.book-field-hint{font-size:.74rem;color:#5a6785;margin-top:-2px}.book-field-hint-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.book-topic-counter{font-weight:700;color:#c53030;font-variant-numeric:tabular-nums;white-space:nowrap;transition:color .2s}.book-field-error{font-size:.78rem;color:#e89215;margin-top:2px;font-weight:700}.book-consent{display:flex;align-items:flex-start;gap:8px;font-size:.75rem;color:#5a6785;margin-top:6px}.book-consent input{margin-top:2px;flex-shrink:0}.book-consent a{color:#345ba8}.book-bottom{background:#f3f7fc;padding:16px 28px;border-top:1px solid rgba(36,47,80,.1);display:flex;justify-content:space-between;align-items:center;gap:14px;flex-shrink:0}.book-bottom-summary{font-size:.85rem;color:#242f50;min-width:0;flex:1}.book-bottom-summary strong{font-weight:900}.book-bottom-summary .when{color:#345ba8}.book-bottom-summary .tz{color:#5a6785;font-weight:400;font-size:.78rem;display:block}.book-cta{font-family:inherit;background:linear-gradient(135deg, #ffd980 0%, #feaa24 55%, #e89215 100%);color:#242f50;border:none;font-weight:900;font-size:.95rem;padding:12px 24px;border-radius:10px;cursor:pointer;box-shadow:0 12px 28px -10px rgba(254,170,36,.55);transition:transform .15s,opacity .15s;white-space:nowrap}.book-cta:hover{transform:translateY(-1px)}.book-cta:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.book-confirmed{padding:50px 30px 40px;text-align:center}.book-confirmed-icon{width:80px;height:80px;background:#feaa24;border-radius:50%;margin:0 auto 20px;display:grid;place-items:center;box-shadow:0 12px 28px -10px rgba(254,170,36,.55)}.book-confirmed-title{font-weight:900;font-size:1.6rem;margin-bottom:8px}.book-confirmed-title em{color:#345ba8;font-style:normal}.book-confirmed-sub{color:#5a6785;font-size:.95rem;line-height:1.55;max-width:460px;margin:0 auto 22px}.book-confirmed-card{background:#eaf0fb;border:1px solid rgba(52,91,168,.2);border-radius:16px;padding:18px;max-width:460px;margin:0 auto 16px;text-align:left}.book-confirmed-row{display:flex;justify-content:space-between;font-size:.88rem;padding:6px 0;gap:10px}.book-confirmed-row strong{color:#242f50;flex-shrink:0}.book-confirmed-row span{color:#5a6785;text-align:right}.book-confirmed-foot{font-size:.82rem;color:#5a6785;margin-top:16px}@media(max-width: 900px){.book-body{grid-template-columns:1fr}.book-cal-side{border-right:none;border-bottom:1px solid rgba(36,47,80,.1)}.book-overlay{padding:0;align-items:flex-end}.book-overlay .book-modal{max-height:100vh;height:100vh;max-height:100dvh;height:100dvh;border-radius:0;max-width:100%}.book-bottom{flex-wrap:wrap}.book-bottom-summary{width:100%}.book-cta{width:100%;padding:14px}.book-field-row{grid-template-columns:1fr}.book-slots{grid-template-columns:repeat(2, 1fr)}.book-meta{font-size:.72rem;gap:10px}}.book-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(36,47,80,.2);border-top-color:#242f50;border-radius:50%;animation:book-spin .7s linear infinite;margin-right:6px;vertical-align:-2px}@keyframes book-spin{to{transform:rotate(360deg)}}.book-slots,.book-cal{scrollbar-width:thin}/*# sourceMappingURL=booking.min.css.map */
