:host,:root{--van-action-sheet-max-height:80%;--van-action-sheet-header-height:1.28rem;--van-action-sheet-header-font-size:var(--van-font-size-lg);--van-action-sheet-description-color:var(--van-text-color-2);--van-action-sheet-description-font-size:var(--van-font-size-md);--van-action-sheet-description-line-height:var(--van-line-height-md);--van-action-sheet-item-background:var(--van-background-2);--van-action-sheet-item-font-size:var(--van-font-size-lg);--van-action-sheet-item-line-height:var(--van-line-height-lg);--van-action-sheet-item-text-color:var(--van-text-color);--van-action-sheet-item-disabled-text-color:var(--van-text-color-3);--van-action-sheet-item-icon-size:0.48rem;--van-action-sheet-item-icon-margin-right:var(--van-padding-xs);--van-action-sheet-subname-color:var(--van-text-color-2);--van-action-sheet-subname-font-size:var(--van-font-size-sm);--van-action-sheet-subname-line-height:var(--van-line-height-sm);--van-action-sheet-close-icon-size:0.58667rem;--van-action-sheet-close-icon-color:var(--van-gray-5);--van-action-sheet-close-icon-padding:0 var(--van-padding-md);--van-action-sheet-cancel-text-color:var(--van-gray-7);--van-action-sheet-cancel-padding-top:var(--van-padding-xs);--van-action-sheet-cancel-padding-color:var(--van-background);--van-action-sheet-loading-icon-size:0.58667rem}.van-action-sheet{display:flex;flex-direction:column;max-height:var(--van-action-sheet-max-height);overflow:hidden;color:var(--van-action-sheet-item-text-color)}.van-action-sheet__content{flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;padding:.37333rem var(--van-padding-md);font-size:var(--van-action-sheet-item-font-size);background:var(--van-action-sheet-item-background);border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:var(--van-active-color)}.van-action-sheet__item{line-height:var(--van-action-sheet-item-line-height)}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:var(--van-action-sheet-item-disabled-text-color)}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:var(--van-action-sheet-item-background)}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__item-icon{font-size:var(--van-action-sheet-item-icon-size);margin-right:var(--van-action-sheet-item-icon-margin-right)}.van-action-sheet__cancel{flex-shrink:0;box-sizing:border-box;color:var(--van-action-sheet-cancel-text-color)}.van-action-sheet__subname{width:100%;margin-top:var(--van-padding-xs);color:var(--van-action-sheet-subname-color);font-size:var(--van-action-sheet-subname-font-size);line-height:var(--van-action-sheet-subname-line-height);overflow-wrap:break-word}.van-action-sheet__gap{display:block;height:var(--van-action-sheet-cancel-padding-top);background:var(--van-action-sheet-cancel-padding-color)}.van-action-sheet__header{flex-shrink:0;font-weight:var(--van-font-bold);font-size:var(--van-action-sheet-header-font-size);line-height:var(--van-action-sheet-header-height);text-align:center}.van-action-sheet__description{position:relative;flex-shrink:0;padding:.53333rem var(--van-padding-md);color:var(--van-action-sheet-description-color);font-size:var(--van-action-sheet-description-font-size);line-height:var(--van-action-sheet-description-line-height);text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:.02667rem solid var(--van-border-color);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:var(--van-action-sheet-loading-icon-size);height:var(--van-action-sheet-loading-icon-size)}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:var(--van-action-sheet-close-icon-padding);color:var(--van-action-sheet-close-icon-color);font-size:var(--van-action-sheet-close-icon-size);line-height:inherit}:host,:root{--van-switch-size:0.69333rem;--van-switch-width:calc(1.8em + 0.10667rem);--van-switch-height:calc(1em + 0.10667rem);--van-switch-node-size:1em;--van-switch-node-background:var(--van-white);--van-switch-node-shadow:0 0.08rem 0.02667rem 0 rgba(0,0,0,0.05);--van-switch-background:rgba(120,120,128,0.16);--van-switch-on-background:var(--van-primary-color);--van-switch-duration:var(--van-duration-base);--van-switch-disabled-opacity:var(--van-disabled-opacity)}.van-theme-dark{--van-switch-background:rgba(120,120,128,0.32)}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:var(--van-switch-width);height:var(--van-switch-height);font-size:var(--van-switch-size);background:var(--van-switch-background);border-radius:var(--van-switch-node-size);cursor:pointer;transition:background-color var(--van-switch-duration)}.van-switch__node{position:absolute;top:.05333rem;left:.05333rem;width:var(--van-switch-node-size);height:var(--van-switch-node-size);font-size:inherit;background:var(--van-switch-node-background);border-radius:100%;box-shadow:var(--van-switch-node-shadow);transition:transform var(--van-switch-duration) cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background:var(--van-switch-on-background)}.van-switch--on .van-switch__node{transform:translate(calc(var(--van-switch-width) - var(--van-switch-node-size) - .10667rem))}.van-switch--on .van-switch__loading{color:var(--van-switch-on-background)}.van-switch--disabled{cursor:not-allowed;opacity:var(--van-switch-disabled-opacity)}.van-switch--loading{cursor:default}:host,:root{--van-field-label-width:6.2em;--van-field-label-color:var(--van-text-color);--van-field-label-margin-right:var(--van-padding-sm);--van-field-input-text-color:var(--van-text-color);--van-field-input-error-text-color:var(--van-danger-color);--van-field-input-disabled-text-color:var(--van-text-color-3);--van-field-placeholder-text-color:var(--van-text-color-3);--van-field-icon-size:0.48rem;--van-field-clear-icon-size:0.48rem;--van-field-clear-icon-color:var(--van-gray-5);--van-field-right-icon-color:var(--van-gray-6);--van-field-error-message-color:var(--van-danger-color);--van-field-error-message-font-size:0.32rem;--van-field-text-area-min-height:1.6rem;--van-field-word-limit-color:var(--van-gray-7);--van-field-word-limit-font-size:var(--van-font-size-sm);--van-field-word-limit-line-height:0.42667rem;--van-field-disabled-text-color:var(--van-text-color-3);--van-field-required-mark-color:var(--van-red)}.van-field{flex-wrap:wrap}.van-field__label{flex:none;box-sizing:border-box;width:var(--van-field-label-width);margin-right:var(--van-field-label-margin-right);color:var(--van-field-label-color);text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field__label--top{display:flex;width:100%;text-align:left;margin-bottom:var(--van-padding-base);overflow-wrap:break-word}.van-field__label--required:before{margin-right:.05333rem;color:var(--van-field-required-mark-color);content:"*"}.van-field--disabled .van-field__label{color:var(--van-field-disabled-text-color)}.van-field__value{overflow:visible}.van-field__body{display:flex;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:var(--van-field-input-text-color);line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none;-webkit-user-select:auto;user-select:auto}.van-field__control::-webkit-input-placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control::placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control:read-only{cursor:default}.van-field__control:disabled{color:var(--van-field-input-disabled-text-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--van-field-input-disabled-text-color)}.van-field__control--center{justify-content:center;text-align:center}.van-field__control--right{justify-content:flex-end;text-align:right}.van-field__control--custom{display:flex;align-items:center;min-height:var(--van-cell-line-height)}.van-field__control--error::-webkit-input-placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--error,.van-field__control--error::placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--min-height{min-height:var(--van-field-text-area-min-height)}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:var(--van-cell-line-height)}.van-field__control[type=search]{-webkit-appearance:none}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:calc(var(--van-padding-xs)*-1);padding:0 var(--van-padding-xs);line-height:inherit}.van-field__clear{color:var(--van-field-clear-icon-color);font-size:var(--van-field-clear-icon-size);cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:var(--van-field-icon-size);line-height:inherit}.van-field__left-icon{margin-right:var(--van-padding-base)}.van-field__right-icon{color:var(--van-field-right-icon-color)}.van-field__button{padding-left:var(--van-padding-xs)}.van-field__error-message{color:var(--van-field-error-message-color);font-size:var(--van-field-error-message-font-size);text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:var(--van-padding-base);color:var(--van-field-word-limit-color);font-size:var(--van-field-word-limit-font-size);line-height:var(--van-field-word-limit-line-height);text-align:right}:host,:root{--van-pull-refresh-head-height:1.33333rem;--van-pull-refresh-head-font-size:var(--van-font-size-md);--van-pull-refresh-head-text-color:var(--van-text-color-2);--van-pull-refresh-loading-icon-size:0.42667rem}.van-pull-refresh{overflow:hidden}.van-pull-refresh__track{position:relative;height:100%;transition-property:transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--van-pull-refresh-head-height);overflow:hidden;color:var(--van-pull-refresh-head-text-color);font-size:var(--van-pull-refresh-head-font-size);line-height:var(--van-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.van-pull-refresh__loading .van-loading__spinner{width:var(--van-pull-refresh-loading-icon-size);height:var(--van-pull-refresh-loading-icon-size)}:host,:root{--van-list-text-color:var(--van-text-color-2);--van-list-text-font-size:var(--van-font-size-md);--van-list-text-line-height:1.33333rem;--van-list-loading-icon-size:0.42667rem}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}:host,:root{--van-search-padding:0.26667rem var(--van-padding-sm);--van-search-background:var(--van-background-2);--van-search-content-background:var(--van-background);--van-search-input-height:0.90667rem;--van-search-label-padding:0 0.13333rem;--van-search-label-color:var(--van-text-color);--van-search-label-font-size:var(--van-font-size-md);--van-search-left-icon-color:var(--van-gray-6);--van-search-action-padding:0 var(--van-padding-xs);--van-search-action-text-color:var(--van-text-color);--van-search-action-font-size:var(--van-font-size-md)}.van-search{display:flex;align-items:center;box-sizing:border-box;padding:var(--van-search-padding);background:var(--van-search-background)}.van-search__content{display:flex;flex:1;padding-left:var(--van-padding-sm);background:var(--van-search-content-background);border-radius:var(--van-radius-sm)}.van-search__content--round{border-radius:var(--van-radius-max)}.van-search__label{padding:var(--van-search-label-padding);color:var(--van-search-label-color);font-size:var(--van-search-label-font-size);line-height:var(--van-search-input-height)}.van-search__field{flex:1;align-items:center;padding:0 var(--van-padding-xs) 0 0;height:var(--van-search-input-height);background-color:transparent}.van-search__field .van-field__left-icon{color:var(--van-search-left-icon-color)}.van-search__field--with-message{height:auto;align-items:flex-start;padding-top:.13333rem;padding-bottom:.13333rem}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:var(--van-search-action-padding);color:var(--van-search-action-text-color);font-size:var(--van-search-action-font-size);line-height:var(--van-search-input-height);cursor:pointer;-webkit-user-select:none;user-select:none}.van-search__action:active{background-color:var(--van-active-color)}.person-picker-popup[data-v-d7f0f5cc]{width:100%;height:100%}.person-picker[data-v-d7f0f5cc]{display:flex;flex-direction:column;min-height:100%;height:100%;background:#f7f9fc}.person-picker__summary[data-v-d7f0f5cc]{margin-right:.42667rem;font-size:.32rem}.person-picker__content[data-v-d7f0f5cc]{flex:1;min-height:0;overflow-y:auto;padding:.32rem 0 .64rem}.person-picker__refresh[data-v-d7f0f5cc]{min-height:100%}.person-picker__list[data-v-d7f0f5cc]{min-height:calc(100% - 1.76rem)}.person-picker__search[data-v-d7f0f5cc]{margin:0 .32rem .32rem}.person-picker__loading[data-v-d7f0f5cc]{padding:.64rem 0;text-align:center}.person-picker__cell-title[data-v-d7f0f5cc]{display:flex;align-items:center;gap:.32rem;min-width:0}.person-picker__avatar[data-v-d7f0f5cc]{flex:none;width:1.06667rem;height:1.06667rem;overflow:hidden;border-radius:50%;background:#edf2ff}.person-picker__avatar-fallback[data-v-d7f0f5cc]{display:flex;flex:0 0 1.06667rem;align-items:center;justify-content:center;width:1.06667rem;height:1.06667rem;font-size:.4rem;font-weight:600;color:#5282f0;background:#edf2ff}.person-picker__cell-info[data-v-d7f0f5cc]{min-width:0;flex:1}.person-picker__name[data-v-d7f0f5cc]{font-size:.4rem;font-weight:600;color:#1f2a37;line-height:1.25}.person-picker__meta[data-v-d7f0f5cc]{margin-top:.10667rem;font-size:.32rem;color:#6b7280;line-height:1.25}.person-picker__back-top[data-v-d7f0f5cc]{position:fixed;right:.42667rem;bottom:2.4rem;z-index:10;width:1.17333rem;height:1.17333rem;box-shadow:0 .21333rem .53333rem rgba(82,130,240,.28)}.person-picker__footer[data-v-d7f0f5cc]{padding:.32rem .42667rem calc(.32rem + env(safe-area-inset-bottom));background:#f7f9fc}[data-v-2c16803f] .van-cell-group .van-field__control,[data-v-2c16803f] .van-cell-group .van-field__error-message{padding-left:.21333rem}.ReservationAdd[data-v-2c16803f]{--van-cell-group-inset-padding:0;--van-switch-on-background:#5282f0;--van-cell-line-height:0.8rem;position:relative;min-height:100vh;background-color:#f8faff}.ReservationAdd .reservation-time-picker[data-v-2c16803f]{padding:.37333rem .32rem;background:#fff;border-radius:.32rem}.ReservationAdd .time-picker-heading[data-v-2c16803f]{display:flex;align-items:center;gap:.16rem;flex-wrap:wrap;color:#8490a5}.ReservationAdd .time-picker-heading strong[data-v-2c16803f]{color:#27364d;font-size:.42667rem}.ReservationAdd .time-picker-heading>span[data-v-2c16803f]:last-child{width:100%;margin-left:.74667rem;font-size:.32rem}.ReservationAdd .calendar-icon[data-v-2c16803f]{color:#5282f0;font-size:.58667rem}.ReservationAdd .date-list[data-v-2c16803f]{display:flex;gap:.21333rem;overflow-x:auto;margin:.37333rem -.05333rem;padding:.05333rem .05333rem .16rem;scrollbar-width:none}.ReservationAdd .date-list[data-v-2c16803f]::-webkit-scrollbar{display:none}.ReservationAdd .custom-duration button[data-v-2c16803f],.ReservationAdd .date-card[data-v-2c16803f],.ReservationAdd .duration-options button[data-v-2c16803f]{border:0;border-radius:.26667rem;background:#f5f6f8;color:#4b5568}.ReservationAdd .date-card[data-v-2c16803f]{flex:0 0 1.70667rem;padding:.24rem .10667rem;font-size:.37333rem}.ReservationAdd .date-card small[data-v-2c16803f],.ReservationAdd .date-card strong[data-v-2c16803f]{display:block}.ReservationAdd .date-card small[data-v-2c16803f]{margin-top:.10667rem;font-size:.29333rem}.ReservationAdd .date-card.active[data-v-2c16803f]{background:#5282f0;color:#fff}.ReservationAdd .duration-row[data-v-2c16803f],.ReservationAdd .time-row[data-v-2c16803f]{display:flex;align-items:center;gap:.21333rem;flex-wrap:wrap;margin:.37333rem 0}.ReservationAdd .duration-row label[data-v-2c16803f],.ReservationAdd .time-row label[data-v-2c16803f]{width:100%;font-size:.37333rem}.ReservationAdd .time-input[data-v-2c16803f]{flex:1;min-width:0;box-sizing:border-box;height:1.01333rem;padding:.21333rem .26667rem;border:.02667rem solid #d9e0eb;border-radius:.21333rem;background:#fff;color:#5282f0;text-align:center;font-size:.4rem}.ReservationAdd .start-time[data-v-2c16803f]{cursor:pointer}.ReservationAdd .end-time-display[data-v-2c16803f]{background:#f2f5fa;border-style:dashed;color:#8a97aa}.ReservationAdd .to-label[data-v-2c16803f]{font-size:.48rem;color:#8a97aa}.ReservationAdd .duration-options[data-v-2c16803f]{display:flex;flex-wrap:wrap;gap:.21333rem;width:100%}.ReservationAdd .duration-options button[data-v-2c16803f]{flex:0 0 calc(33.333% - 0.16rem);padding:.24rem .08rem;font-size:.32rem}.ReservationAdd .custom-duration button.active[data-v-2c16803f],.ReservationAdd .custom-trigger.active[data-v-2c16803f],.ReservationAdd .duration-options button.active[data-v-2c16803f]{border:.02667rem solid #5282f0;color:#5282f0;background:#eef5ff}.ReservationAdd .custom-trigger[data-v-2c16803f]{flex:0 0 calc(33.333% - 0.16rem)}.ReservationAdd .time-hint[data-v-2c16803f]{margin:.21333rem 0 0;color:#ff8a00;font-size:.34667rem;line-height:1.5}.ReservationAdd .time-error[data-v-2c16803f]{margin:.21333rem 0 0;color:#ee0a24;font-size:.34667rem;line-height:1.5}.ReservationAdd .timeline-wrap[data-v-2c16803f]{padding:.26667rem 0 .10667rem}.ReservationAdd .timeline-track[data-v-2c16803f]{position:relative;width:100%}.ReservationAdd .timeline-bar[data-v-2c16803f]{display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:.02667rem;height:.21333rem;background:transparent;border-radius:.05333rem;overflow:hidden}.ReservationAdd .timeline-segment[data-v-2c16803f]{position:relative;display:block;min-width:0;height:100%;overflow:hidden;background:#dfe3e9;border-radius:.02667rem;box-sizing:border-box}.ReservationAdd .timeline-segment i[data-v-2c16803f]{position:absolute;top:0;bottom:0}.ReservationAdd .timeline-segment i.free[data-v-2c16803f]{background:#dfe3e9}.ReservationAdd .timeline-segment i.busy[data-v-2c16803f]{background:#4ebd3c}.ReservationAdd .timeline-segment i.interval[data-v-2c16803f]{z-index:1;min-width:.02667rem;background:#f5a623}.ReservationAdd .timeline-segment i.selected[data-v-2c16803f]{z-index:2;background:#2675ee}.ReservationAdd .timeline-hours[data-v-2c16803f]{position:relative;height:.48rem;margin-top:.21333rem}.ReservationAdd .timeline-hours span[data-v-2c16803f]{position:absolute;transform:translateX(-50%);font-size:.24rem;color:#8190a5}.ReservationAdd .timeline-legend[data-v-2c16803f]{display:flex;flex-wrap:wrap;gap:.10667rem;align-items:center;margin-top:.21333rem;color:#8190a5;font-size:.26667rem}.ReservationAdd .timeline-legend span[data-v-2c16803f]{width:.37333rem;height:.18667rem;border-radius:.05333rem;margin-left:.10667rem}.ReservationAdd .timeline-legend .blue[data-v-2c16803f]{background:#2675ee}.ReservationAdd .timeline-legend .green[data-v-2c16803f]{background:#4ebd3c}.ReservationAdd .timeline-legend .orange[data-v-2c16803f]{background:#f5a623}.ReservationAdd .timeline-legend .gray[data-v-2c16803f]{background:#dfe3e9}.ReservationAdd .custom-duration-dialog[data-v-2c16803f]{padding:.42667rem}.ReservationAdd .reservation-form[data-v-2c16803f]{display:flex;flex-direction:column;min-height:100vh}.ReservationAdd .reservation-scroll[data-v-2c16803f]{flex:1;min-height:0;overflow-y:auto;padding-bottom:.42667rem}.ReservationAdd .reservation-footer[data-v-2c16803f]{position:sticky;bottom:0;z-index:10;padding:.32rem 0 calc(.32rem + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(248,250,255,.72),#f8faff 28%);backdrop-filter:blur(.21333rem)}.ReservationAdd .dialog-title[data-v-2c16803f]{margin-bottom:.32rem;font-size:.42667rem;font-weight:600;color:#27364d}.ReservationAdd .dialog-actions[data-v-2c16803f]{display:flex;gap:.32rem;margin-top:.42667rem}.ReservationAdd .dialog-actions .van-button[data-v-2c16803f]{flex:1}.ReservationAdd .imageBg[data-v-2c16803f]{position:absolute}.ReservationAdd .container[data-v-2c16803f]{padding:.53333rem .53333rem 0;position:relative}.ReservationAdd[data-v-2c16803f] .van-nav-bar{--van-nav-bar-background:transparent}.ReservationAdd[data-v-2c16803f] .van-nav-bar .van-nav-bar__left{padding:0}.ReservationAdd .submit[data-v-2c16803f]{margin:.53333rem 0}