.booking-calendar-panel{border:1px solid #d9dbdc;border-radius:12px;background:#fff;padding:16px;margin-bottom:14px}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.calendar-month-label{font-size:15px;font-weight:700;letter-spacing:-.01em}.calendar-nav{width:42px;height:42px;border:1px solid #d5d7d8;border-radius:9px;background:#fff;color:#17191b;font-size:20px;line-height:1;cursor:pointer}.calendar-nav:hover{background:#f5f5f4}.calendar-nav:disabled{opacity:.35;cursor:not-allowed}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.calendar-weekdays{margin-bottom:6px}.calendar-weekdays span{text-align:center;color:#74787b;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.calendar-day{position:relative;min-width:0;min-height:52px;border:1px solid #dfe1e2;border-radius:9px;background:#fff;color:#17191b;padding:7px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:600 13px Manrope,Arial,sans-serif;cursor:pointer}.calendar-day small{font-size:8px;font-weight:500;color:#7b7f82}.calendar-day:hover:not(:disabled){border-color:#73777a;background:#fafafa}.calendar-day:focus-visible{outline:2px solid #17191b;outline-offset:2px}.calendar-day.is-weekend,.calendar-day.is-unavailable,.calendar-day.is-invalid-start{background:#f6f6f5;color:#a1a4a6;border-color:#ececec;cursor:not-allowed}.calendar-day.is-weekend small,.calendar-day.is-unavailable small,.calendar-day.is-invalid-start small{color:#aaa}.calendar-day.is-selected{background:#17191b;color:#fff;border-color:#17191b}.calendar-day.is-selected small{color:#d9dbdc}.calendar-day.is-sequence:not(.is-selected){background:#e9eaeb;color:#17191b;border-color:#cdd0d2}.calendar-day.is-sequence:not(.is-selected) small{color:#5f6467}.calendar-legend{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:13px;color:#6c7073;font-size:10px}.calendar-legend span{display:inline-flex;align-items:center;gap:6px}.calendar-key{width:12px;height:12px;border:1px solid #d8dadb;border-radius:3px;background:#fff}.calendar-key.available{background:#fff}.calendar-key.selected{background:#17191b;border-color:#17191b}.calendar-key.unavailable{background:#f1f1f0;border-color:#e2e2e1}.calendar-selection-note{margin-top:13px;padding:11px 12px;border-radius:9px;background:#f5f5f4;color:#4e5356;font-size:11px;line-height:1.5}.calendar-selection-note strong{color:#17191b}.selected-date-strip{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.selected-date-chip{border-radius:999px;background:#ededec;padding:6px 9px;font-size:10px;color:#44484b}.booking-day-details{margin-top:14px}.booking-day-details[hidden]{display:none}.booking-day-details-title{margin:0 0 10px;font-size:12px;font-weight:700}.calendar-preview-note{margin-top:9px;color:#777b7e;font-size:9px;line-height:1.45}@media(max-width:620px){.booking-calendar-panel{padding:13px}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.calendar-day{min-height:46px;padding:5px 2px;font-size:12px}.calendar-day small{display:none}.calendar-legend{gap:8px 12px}.calendar-toolbar{margin-bottom:11px}}