:host,:root{--van-cell-font-size:var(--van-font-size-md);--van-cell-line-height:1.5rem;--van-cell-vertical-padding:.625rem;--van-cell-horizontal-padding:var(--van-padding-md);--van-cell-text-color:var(--van-text-color);--van-cell-background:var(--van-background-2);--van-cell-border-color:var(--van-border-color);--van-cell-active-color:var(--van-active-color);--van-cell-required-color:var(--van-danger-color);--van-cell-label-color:var(--van-text-color-2);--van-cell-label-font-size:var(--van-font-size-sm);--van-cell-label-line-height:var(--van-line-height-sm);--van-cell-label-margin-top:var(--van-padding-base);--van-cell-value-color:var(--van-text-color-2);--van-cell-value-font-size:inherit;--van-cell-icon-size:1rem;--van-cell-right-icon-color:var(--van-gray-6);--van-cell-large-vertical-padding:var(--van-padding-sm);--van-cell-large-title-font-size:var(--van-font-size-lg);--van-cell-large-label-font-size:var(--van-font-size-md);--van-cell-large-value-font-size:inherit}.van-cell{background:var(--van-cell-background);box-sizing:border-box;color:var(--van-cell-text-color);display:flex;font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);overflow:hidden;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);position:relative;width:100%}.van-cell:after{border-bottom:.0625rem solid var(--van-cell-border-color);bottom:0;box-sizing:border-box;content:" ";left:var(--van-padding-md);pointer-events:none;position:absolute;right:var(--van-padding-md);transform:scaleY(.5)}.van-cell--borderless:after,.van-cell:last-child:after{display:none}.van-cell__label{color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height);margin-top:var(--van-cell-label-margin-top)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);overflow:hidden;position:relative;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{font-size:var(--van-cell-icon-size);height:var(--van-cell-line-height);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{color:var(--van-cell-right-icon-color);margin-left:var(--van-padding-base)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{color:var(--van-cell-required-color);content:"*";font-size:var(--van-cell-font-size);left:var(--van-padding-xs);position:absolute}.van-cell--center{align-items:center}.van-cell--large{padding-bottom:var(--van-cell-large-vertical-padding);padding-top:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}: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:1.125rem;--van-field-clear-icon-size:1.125rem;--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:.75rem;--van-field-text-area-min-height:3.75rem;--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:1rem;--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{box-sizing:border-box;color:var(--van-field-label-color);flex:none;margin-right:var(--van-field-label-margin-right);text-align:left;width:var(--van-field-label-width);word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field__label--top{display:flex;margin-bottom:var(--van-padding-base);overflow-wrap:break-word;text-align:left;width:100%}.van-field__label--required:before{color:var(--van-field-required-mark-color);content:"*";margin-right:.125rem}.van-field--disabled .van-field__label{color:var(--van-field-disabled-text-color)}.van-field__value{overflow:visible}.van-field__body{align-items:center;display:flex}.van-field__control{background-color:transparent;border:0;box-sizing:border-box;color:var(--van-field-input-text-color);display:block;line-height:inherit;margin:0;min-width:0;padding:0;resize:none;text-align:left;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;width:100%}.van-field__control::-moz-placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control::placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control:-moz-read-only{cursor:default}.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{align-items:center;display:flex;min-height:var(--van-cell-line-height)}.van-field__control--error::-moz-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{line-height:inherit;margin-right:calc(var(--van-padding-xs)*-1);padding:0 var(--van-padding-xs)}.van-field__clear{color:var(--van-field-clear-icon-color);cursor:pointer;font-size:var(--van-field-clear-icon-size)}.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{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);margin-top:var(--van-padding-base);text-align:right}.hotel-video-generating-overlay[data-v-85ac3ac2]{inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:7}.hotel-video-generating-overlay--room-bottom-bar[data-v-85ac3ac2]{height:0;inset:auto 0 0;overflow:hidden;z-index:20}.hotel-video-generating-overlay__room-track[data-v-85ac3ac2]{background:#ac9a9180;inset:0;position:absolute}.hotel-video-generating-overlay__room-fill[data-v-85ac3ac2]{background-image:linear-gradient(90deg,#00e5ff 1.71%,#7c4dff 84.61%);height:100%;transition:width .12s linear}.hotel-video-generating-overlay__content[data-v-85ac3ac2]{bottom:8.125rem;left:1.75rem;position:fixed;width:min(22.5rem,calc(100% - 3.5rem));z-index:1}.hotel-video-generating-overlay__started-notice[data-v-85ac3ac2]{align-items:center;-webkit-backdrop-filter:blur(.15838rem);backdrop-filter:blur(.15838rem);background:var(--ix-banner-fade-bg);box-sizing:border-box;display:flex;flex-direction:column;gap:.528rem;left:50%;padding:.528rem 2.11206rem;pointer-events:auto;position:fixed;top:1.75rem;width:min(35rem,calc(100% - 3rem));z-index:2}.hotel-video-generating-overlay__started-text[data-v-85ac3ac2]{background:linear-gradient(90deg,#9990,#ffffff4d 50%,#9990);color:#e8dd9f;font-family:var(--font-ui);font-size:16px;font-weight:600;letter-spacing:0;line-height:1.5;padding:0 .528rem;text-align:center}.hotel-video-generating-overlay__started-text p[data-v-85ac3ac2]{margin:0}.hotel-video-generating-overlay__started-link[data-v-85ac3ac2]{color:#f0b;text-decoration-line:underline;text-decoration-thickness:.0625rem;text-underline-offset:.125rem}.hotel-video-generating-overlay__started-divider[data-v-85ac3ac2]{align-items:center;display:flex;gap:.31681rem;width:100%}.hotel-video-generating-overlay__started-line[data-v-85ac3ac2]{background:#e8dd9f;flex:1 1 0;height:.10563rem;min-width:.0625rem}.hotel-video-generating-overlay__started-dot[data-v-85ac3ac2]{background:#fff;flex:0 0 .21119rem;height:.21119rem;width:.21119rem}.hotel-video-generating-overlay__percent[data-v-85ac3ac2]{color:#ff0b9b;font-size:68px;font-weight:500;line-height:.95;margin-bottom:.75rem}.hotel-video-generating-overlay__bar[data-v-85ac3ac2]{background:#ffffffb8;border-radius:62.4375rem;height:.5rem;max-width:100%;overflow:hidden;width:12.1875rem}.hotel-video-generating-overlay__bar-fill[data-v-85ac3ac2]{background:linear-gradient(90deg,#8210ff,#ff0bb0);border-radius:inherit;height:100%}.hotel-video-generating-overlay__status[data-v-85ac3ac2]{color:#ff0bb0;font-size:15px;font-weight:400;line-height:1.3;margin:.5rem 0 0;text-shadow:0 .125rem .75rem rgba(0,0,0,.35)}.hotel-video-generating-fade-enter-active[data-v-85ac3ac2],.hotel-video-generating-fade-leave-active[data-v-85ac3ac2]{transition:opacity .24s ease}.hotel-video-generating-fade-enter-from[data-v-85ac3ac2],.hotel-video-generating-fade-leave-to[data-v-85ac3ac2]{opacity:0}@media(max-width:768px){.hotel-video-generating-overlay__started-notice[data-v-85ac3ac2]{gap:.4375rem;left:1rem!important;padding:.5rem .875rem;right:1rem;top:calc(env(safe-area-inset-top,0px) + 1rem)!important;width:auto!important}.hotel-video-generating-overlay__started-text[data-v-85ac3ac2]{font-size:13px;line-height:1.35;padding:0 .375rem}.hotel-video-generating-overlay__content[data-v-85ac3ac2]{bottom:max(5.75rem,env(safe-area-inset-bottom,0px) + 4.5rem);left:1rem;right:1rem;width:auto}.hotel-video-generating-overlay__percent[data-v-85ac3ac2]{font-size:50px;margin-bottom:.625rem}.hotel-video-generating-overlay__bar[data-v-85ac3ac2]{height:.4375rem;width:10.25rem}.hotel-video-generating-overlay__status[data-v-85ac3ac2]{font-size:12px;margin-top:.375rem}}.character-promo-shell[data-v-afdbfc39]{background:#0b0b0f;min-height:100vh;min-height:100dvh;overflow:hidden;position:relative}.character-promo-shell--date[data-v-afdbfc39]{background:#050308}.character-promo-shell__fill[data-v-afdbfc39]{background-color:inherit;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;inset:0;position:absolute;width:100%}.character-promo-shell__name[data-v-afdbfc39]{color:#fff;font-size:12px;font-weight:700;left:3.25rem;letter-spacing:.15px;line-height:1.4;margin:0;max-width:calc(100% - 4.5rem);overflow:hidden;position:absolute;text-overflow:ellipsis;top:.75rem;white-space:nowrap;z-index:1}@media(min-width:769px){.character-promo-shell__name[data-v-afdbfc39]{font-size:18px;left:3.6875rem;max-width:min(26.25rem,calc(100vw - 7.5rem));top:1.375rem}}
