.drp{position:relative}.drp--open{z-index:9990}.drp__trigger{color:#0b1220eb;cursor:pointer;text-align:left;white-space:nowrap;background:#ffffffe6;border:1px solid #0b12201a;border-radius:12px;align-items:center;gap:8px;width:100%;height:44px;padding:0 32px 0 12px;font-size:.92rem;font-weight:600;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.drp__trigger:hover{background:#fff;border-color:#0b12202e}.drp--open .drp__trigger{background:#fff;border-color:#b025ff59;box-shadow:0 0 0 3px #b025ff1a}.drp__icon{color:#b025ffb3;flex-shrink:0;width:16px;height:16px}.drp__value{text-overflow:ellipsis;font-variant-numeric:tabular-nums;flex:1;font-weight:700;overflow:hidden}.drp__placeholder{text-overflow:ellipsis;opacity:.55;flex:1;font-weight:500;overflow:hidden}.drp__caret{border-bottom:2px solid #0b122066;border-right:2px solid #0b122066;width:7px;height:7px;transition:transform .15s;position:absolute;top:50%;right:12px;transform:translateY(-65%)rotate(45deg)}.drp--open .drp__caret{transform:translateY(-35%)rotate(-135deg)}.drp__dropdown{z-index:9990;background:#fffffffa;border:1px solid #0b12201a;border-radius:16px;min-width:min(560px,100vw - 24px);max-width:calc(100vw - 24px);padding:16px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 40px #0b122026}.lsf__field .drp__dropdown,.ld__bookCard .drp__dropdown,.ld__bookDates .drp__dropdown{left:auto;right:0}.drp__overlay{z-index:9999;background:#00000073;align-items:flex-end;animation:.2s drpFadeIn;display:flex;position:fixed;inset:0}.drp__sheet{background:#fffffffc;border-radius:20px 20px 0 0;width:100%;max-height:85vh;padding:12px 16px 24px;animation:.3s drpSlideUp;overflow-y:auto}.drp__sheetHandle{background:#0b12202e;border-radius:2px;width:40px;height:4px;margin:0 auto 12px}.drp__sheetTitle{text-align:center;color:#0b1220e0;margin-bottom:12px;font-size:1.05rem;font-weight:800}@keyframes drpFadeIn{0%{opacity:0}to{opacity:1}}@keyframes drpSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.drp__nav{justify-content:space-between;margin-bottom:8px;display:flex}.drp__navBtn{cursor:pointer;color:#0b1220b3;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .12s;display:flex}.drp__navBtn:hover:not(:disabled){background:#b025ff14}.drp__navBtn:disabled{opacity:.25;cursor:default}.drp__navBtn svg{width:18px;height:18px}.drp__months{gap:20px;display:flex}.drp__month{flex:1;min-width:0}.drp__monthHeader{text-align:center;color:#0b1220e0;margin-bottom:10px;font-size:.95rem;font-weight:800}.drp__weekdays{text-align:center;grid-template-columns:repeat(7,1fr);margin-bottom:4px;display:grid}.drp__wd{text-transform:uppercase;letter-spacing:.04em;color:#0b122073;padding:4px 0;font-size:.72rem;font-weight:800}.drp__grid{grid-template-columns:repeat(7,1fr);gap:0;display:grid}.drp__day{aspect-ratio:1;cursor:pointer;color:#0b1220e0;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:.88rem;font-weight:600;transition:background .1s;display:flex;position:relative}.drp__day:hover:not(:disabled):not(.drp__day--past):not(.drp__day--out){background:#b025ff14;border-radius:50%}.drp__dayNum{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative}.drp__day--out{visibility:hidden}.drp__day--past{color:#0b122038;cursor:default}.drp__day--today .drp__dayNum{box-shadow:inset 0 0 0 2px #b025ff40}.drp__day--inRange{background:#b025ff1a!important;border-radius:0!important}.drp__day--preview.drp__day--inRange{background:#b025ff0f!important}.drp__day--start{background:#b025ff1a!important;border-radius:50% 0 0 50%!important}.drp__day--start .drp__dayNum{color:#fff;background:linear-gradient(135deg,#ff8a00,#ff2ea6,#b025ff);font-weight:800}.drp__day--end{background:#b025ff1a!important;border-radius:0 50% 50% 0!important}.drp__day--end .drp__dayNum{color:#fff;background:linear-gradient(135deg,#b025ff,#ff2ea6);font-weight:800}.drp__day--start.drp__day--end{border-radius:50%!important}.drp__day--selected{z-index:1}.drp__hint{text-align:center;color:#b025ffbf;margin-top:10px;padding:6px 0;font-size:.82rem;font-weight:600}.drp--compact .drp__trigger{border-radius:10px;height:38px;padding:0 28px 0 10px;font-size:.88rem}.drp--compact .drp__icon{width:14px;height:14px}.drp--compact .drp__caret{width:6px;height:6px;right:10px}.drp--mini .drp__trigger{background:0 0;border:none;border-radius:10px;gap:4px;height:32px;padding:0 24px 0 8px;font-size:.85rem}.drp--mini .drp__trigger:hover{background:#ffffff80}.drp--mini.drp--open .drp__trigger{box-shadow:none;background:#ffffffbf;border:none}.drp--mini .drp__icon{width:13px;height:13px}.drp--mini .drp__caret{width:6px;height:6px;right:8px}html.dark .drp__trigger{color:inherit;background:#ffffff0f;border-color:#ffffff1f}html.dark .drp__trigger:hover{background:#ffffff1a;border-color:#ffffff2e}html.dark .drp--open .drp__trigger,html.dark .drp.drp--open .drp__trigger{background:#ffffff1a;border-color:#b025ff73;box-shadow:0 0 0 3px #b025ff1f}html.dark .drp__icon{color:#b025ffd9}html.dark .drp__caret{border-color:#ffffff73}html.dark .drp__dropdown{background:#191423fa;border-color:#ffffff1f;box-shadow:0 12px 40px #0006}html.dark .drp__sheet{background:#191423fc}html.dark .drp__sheetHandle{background:#ffffff40}html.dark .drp__sheetTitle{color:#ffffffe0}html.dark .drp__overlay{background:#0009}html.dark .drp__navBtn{color:#ffffffb3}html.dark .drp__navBtn:hover:not(:disabled){background:#b025ff26}html.dark .drp__monthHeader{color:#ffffffe0}html.dark .drp__wd{color:#fff6}html.dark .drp__day{color:#ffffffd9}html.dark .drp__day:hover:not(:disabled):not(.drp__day--past):not(.drp__day--out){background:#b025ff1f}html.dark .drp__day--past{color:#fff3}html.dark .drp__day--today .drp__dayNum{box-shadow:inset 0 0 0 2px #b025ff66}html.dark .drp__day--inRange{background:#b025ff26!important}html.dark .drp__day--preview.drp__day--inRange{background:#b025ff14!important}html.dark .drp__day--start,html.dark .drp__day--end{background:#b025ff26!important}html.dark .drp__hint{color:#c878ffcc}html.dark .drp--mini .drp__trigger{background:0 0;border:none}html.dark .drp--mini .drp__trigger:hover{background:#ffffff0f}html.dark .drp--mini.drp--open .drp__trigger{box-shadow:none;background:#ffffff14;border:none}@media (max-width:899px){.drp__trigger{height:38px;font-size:.85rem}.drp--compact .drp__trigger{height:36px}}
