.vt-calendar {width:100%;margin:0 auto;font-family:'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;-webkit-font-smoothing:antialiased;}.vt-card {background:#fff;border-radius:0;padding:20px;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid #f1f5f9;}@media (min-width:1024px) {.vt-card {padding:32px;border-radius:24px;}}.vt-months {display:flex;flex-direction:column;gap:32px;}@media (min-width:1024px) {.vt-months {flex-direction:row;align-items:flex-start;}}.vt-month-block {flex:1;min-width:0;}.vt-header {display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;}.vt-header__title {font-size:.88rem;font-weight:700;color:#1e293b;margin:0;user-select:none;}.vt-header__nav {width:30px;height:30px;border-radius:0;border:1px solid #e2e8f0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:.15s ease;padding:0;outline:none;font-size:0;}.vt-header__nav:hover { background:#f8fafc; color:#475569; }.vt-header__nav:active { transform:scale(.9); }.vt-header__nav svg { width:14px; height:14px; stroke-width:2; }.vt-weekdays {display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));margin-bottom:2px;}.vt-weekdays span {text-align:center;font-size:.6rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:6px 0;user-select:none;}.vt-grid {display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));gap:1px; }.vt-day {position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto;min-height:56px;padding:6px 0;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent;transition:.1s ease;}.vt-day:hover:not(.vt-day--past):not(.vt-day--booked):not(.vt-day--option):not(.vt-day--selected):not(.vt-day--checkout-booked):not(.vt-day--checkin-booked):not(.vt-day--checkout-option):not(.vt-day--checkin-option):not(.vt-day--split-day) {background:#f1f5f9;border-radius:0;}.vt-day__num {font-size:.82rem;font-weight:700;color:#334155 !important;line-height:1;position:relative;z-index:5;}.vt-day__price {font-size:.48rem;font-weight:700;color:#94a3b8 !important;line-height:1;margin-top:2px;position:relative;z-index:5;}.vt-day--past { opacity:1 !important;filter:none !important;cursor:default; }.vt-day--past .vt-day__num { color:#cbd5e1 !important; font-weight:500 !important; }.vt-day--past .vt-day__price { color:#e2e8f0 !important; opacity:1 !important; }.vt-day--no-price { opacity:1 !important;filter:none !important;cursor:not-allowed; }.vt-day--no-price .vt-day__num { color:#cbd5e1 !important; font-weight:500 !important; }.vt-day--no-price .vt-day__price { color:#e2e8f0 !important; opacity:1 !important; }.vt-day--passive { opacity:1 !important; }.vt-day--passive .vt-day__num { color:#cbd5e1 !important; font-weight:500; }.vt-day--passive .vt-day__price { color:#e2e8f0 !important; }.vt-day--today .vt-day__num {color:#f97316 !important;font-weight:700;}.vt-day--selected {z-index:3;}.vt-day--selected::before {content:'';position:absolute;inset:4px;background:#1e293b;border-radius:0;z-index:1;}.vt-day--selected .vt-day__num { color:#fff !important; font-weight:700; }.vt-day--selected .vt-day__price { color:rgba(255,255,255,.55) !important; }.vt-day--in-range::before {content:'';position:absolute;inset:2px 0;background:#f1f5f9;z-index:0;}.vt-day--range-start::after {content:'';position:absolute;inset:2px 0;left:50%;background:#f1f5f9;z-index:-1;}.vt-day--range-end::after {content:'';position:absolute;inset:2px 0;right:50%;background:#f1f5f9;z-index:-1;}.vt-day--hover-preview::before {content:'';position:absolute;inset:4px;background:rgba(249,115,22,.08);border-radius:0;z-index:0;}.vt-day--hover-preview .vt-day__num { color:#f97316 !important; }.vt-day--hover-end::before {content:'';position:absolute;inset:4px;background:rgba(249,115,22,.08);border-radius:0;border:1.5px dashed rgba(249,115,22,.25);z-index:0;}.vt-day--booked { cursor:not-allowed; }.vt-day--booked::before {content:'';position:absolute;inset:1px 0;background:#ef4444 !important;z-index:1;opacity:1 !important;}.vt-day--booked:first-child::before,.vt-grid .vt-day--booked:nth-child(7n+1)::before {border-top-left-radius:0;border-bottom-left-radius:0;}.vt-grid .vt-day--booked:nth-child(7n)::before {border-top-right-radius:0;border-bottom-right-radius:0;}.vt-day--booked .vt-day__num { color:#ffffff !important; font-weight:700; opacity:1 !important; }.vt-day--booked .vt-day__price { color:#ffffff !important; opacity:1 !important; }.vt-day--option::before {content:'';position:absolute;inset:1px 0;background:#fb923c !important;z-index:1;opacity:1 !important;}.vt-day--option .vt-day__num { color:#ffffff !important; opacity:1 !important; font-weight:700; }.vt-day--option .vt-day__price { color:#ffffff !important; opacity:1 !important; }.vt-day--checkout-booked,.vt-day--checkin-booked,.vt-day--checkout-option,.vt-day--checkin-option {cursor:pointer;border-radius:0;overflow:hidden;background:#e2e8f0 !important; }.vt-day--checkout-booked::before,.vt-day--checkout-option::before {content:'';position:absolute;inset:1px 0;z-index:1;clip-path:polygon(0 0, 100% 0, 0 100%);opacity:1 !important;}.vt-day--checkout-booked::before { background:#ef4444 !important; }.vt-day--checkout-option::before { background:#fb923c !important; }.vt-day--checkin-booked::before,.vt-day--checkin-option::before {content:'';position:absolute;inset:1px 0;z-index:1;clip-path:polygon(100% 0, 100% 100%, 0 100%);opacity:1 !important;}.vt-day--checkin-booked::before { background:#ef4444 !important; }.vt-day--checkin-option::before { background:#fb923c !important; }.vt-day--checkout-booked .vt-day__num,.vt-day--checkin-booked .vt-day__num,.vt-day--checkout-option .vt-day__num,.vt-day--checkin-option .vt-day__num {color:#ffffff !important;z-index:3;font-weight:700;opacity:1 !important;text-shadow:0 1px 2px rgba(0,0,0,0.3);}.vt-day--checkout-booked .vt-day__price,.vt-day--checkin-booked .vt-day__price,.vt-day--checkout-option .vt-day__price,.vt-day--checkin-option .vt-day__price {color:#ffffff !important;z-index:3;opacity:1 !important;text-shadow:0 1px 2px rgba(0,0,0,0.3);}.vt-day--checkout-booked::after,.vt-day--checkin-booked::after,.vt-day--checkout-option::after,.vt-day--checkin-option::after {content:'';position:absolute;inset:1px 0;background:#fff;z-index:2;pointer-events:none;clip-path:polygon(calc(100% - 2.5px) 0,100% 0,100% 2.5px,2.5px 100%,0 100%,0 calc(100% - 2.5px));}.vt-day--checkout-booked .vt-day__num,.vt-day--checkin-booked .vt-day__num,.vt-day--checkout-option .vt-day__num,.vt-day--checkin-option .vt-day__num { z-index:3; color:#ffffff !important; }.vt-day--split-day {cursor:not-allowed;border-radius:0;overflow:hidden;}.vt-day--split-day::before {content:'';position:absolute;inset:1px 0;background:var(--split-out, #ef4444);clip-path:polygon(0 0, calc(100% - 3px) 0, 0 calc(100% - 3px));z-index:1;opacity:1 !important;}.vt-day--split-day::after {content:'';position:absolute;inset:1px 0;background:var(--split-in, #ef4444);clip-path:polygon(100% 3px, 100% 100%, 3px 100%);z-index:1;opacity:1 !important;}.vt-day--split-day .vt-day__num { z-index:3; color:#ffffff !important; font-weight:700; opacity:1 !important;text-shadow:0 1px 2px rgba(0,0,0,0.3);}.vt-day--split-day .vt-day__price { color:#ffffff !important; opacity:1 !important; z-index:3; text-shadow:0 1px 2px rgba(0,0,0,0.3); }.vt-day.vt-day--selected::before {content:'';position:absolute;inset:2px 0;background:#1e293b;z-index:3;clip-path:none;border-radius:0;}.vt-day.vt-day--selected .vt-day__num { color:#334155 !important; font-weight:700; }.vt-day.vt-day--selected .vt-day__price { color:#94a3b8 !important; opacity:1 !important; }.vt-day--unselectable {cursor:not-allowed;opacity:1 !important;}.vt-day--unselectable .vt-day__num {color:#cbd5e1 !important;}.vt-day--unselectable:hover {background:none !important;}.vt-details {width:100%;display:none; }@media (max-width:1024px) {.vt-details {display:block; }}.vt-footer {display:flex;flex-direction:column;padding:12px 16px;border-top:1px solid #f1f5f9;}.vt-legend {display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:12px;}.vt-legend__item {display:flex;align-items:center;gap:4px;font-size:.6rem;font-weight:600;color:#94a3b8;}.vt-legend__dot {width:8px;height:8px;border-radius:2px;}.vt-legend__dot--booked { background:#ef4444; }.vt-legend__dot--option { background:#fb923c; }.vt-legend__dot--available { background:#fff; border:1.5px solid #e2e8f0; }.vt-legend__dot--selected { background:#1e293b; }.vt-info {display:none;align-items:center;justify-content:space-between;padding:10px 14px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;margin-bottom:10px;opacity:0;transform:translateY(-8px);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}.vt-info--visible {display:flex;opacity:1;transform:translateY(0);}.vt-info__label { font-size:.75rem; font-weight:600; color:#334155; }.vt-info__nights { font-size:.68rem; font-weight:700; color:#f97316; }.vt-info__hint { font-size:.72rem; font-weight:500; color:#94a3b8; display:flex; align-items:center; gap:5px; }.vt-error {display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fef2f2;border:1px solid #fee2e2;border-radius:0;margin-bottom:10px;}.vt-error__icon { font-size:13px; }.vt-error__text { font-size:.68rem; font-weight:600; color:#dc2626; }.vt-actions {display:flex;align-items:center;justify-content:space-between;}.vt-actions__reset {background:none;border:none;color:#94a3b8;font-size:.75rem;font-weight:500;cursor:pointer;padding:6px 10px;border-radius:6px;transition:.12s ease;font-family:inherit;}.vt-actions__reset:hover { color:#475569; background:#f8fafc; }.vt-actions__book {background:#1e293b;color:#fff;border:none;padding:8px 20px;border-radius:0;font-size:.7rem;font-weight:600;cursor:pointer;transition:.15s ease;font-family:inherit;}.vt-actions__book:hover { background:#f97316; }.vt-actions__book:disabled { opacity:.2; cursor:not-allowed; }.vt-grid--fade { animation:vtFade .18s ease; }@keyframes vtFade { from { opacity:0; } to { opacity:1; } }.vt-day--pop { animation:vtPop .2s ease; }@keyframes vtPop { 0% { transform:scale(.88); } 50% { transform:scale(1.04); } 100% { transform:scale(1); } }@media (max-width:480px) {.vt-calendar {width:100% !important;min-width:auto !important;}.vt-card { padding:24px 12px !important; border-radius:20px !important;box-shadow:none !important; border:none !important;}.vt-day { height:auto !important;min-height:60px !important;padding:4px 0 !important; }.vt-day__num { font-size:0.9rem !important; font-weight:800 !important;}.vt-day__price { font-size:0.5rem !important; font-weight:700 !important;margin-top:1px !important;}.vt-header__title {font-size:1rem !important;letter-spacing:-0.01em;}.vt-weekdays span {font-size:0.6rem !important;padding-bottom:12px !important;}}