:root{--color-gray-900: var(--ui-text-on-light-section);--color-gray-850: var(--ui-text-on-light-surface);--color-gray-25: var(--ui-text-primary);--color-icon-blue: #528BFF;--color-icon-orange: #F38744;--color-icon-yellow: #FAC515;--color-icon-cyan: var(--ui-category-content-foreground, #22CCEE);--color-icon-pink: #F670C7;--radius-l: 16px;--radius-card: 28px}.category-selector{position:relative;display:flex;align-items:center;flex-direction:column;gap:36px;margin:0 auto;padding:64px 40px 0;overflow:hidden;box-sizing:border-box;width:100%;max-width:1416px;height:619px;border-radius:var(--radius-l);background-color:var(--ui-section)}.category-selector__content{display:flex;align-items:center;flex-direction:column;gap:48px;width:100%}.category-selector__title{margin:0;max-width:448px;font-size:28px;font-weight:700;line-height:1.2;text-align:center;letter-spacing:-.56px;color:var(--ui-text-primary)}.category-selector__list{display:flex;gap:8px;margin:0;padding:0;width:100%;height:204px;list-style:none}.category-selector__item{position:relative;display:flex;align-items:flex-end;justify-content:space-between;flex:1;flex-direction:column;padding:24px;overflow:hidden;border-radius:var(--radius-card);background-color:var(--ui-surface);cursor:pointer;z-index:1}.category-selector__item svg{width:1.75rem;height:1.75rem}.category-selector__item-title{position:relative;margin:0;width:100%;font-size:18px;font-weight:700;line-height:1.2;text-align:left;letter-spacing:-.9px;color:var(--ui-text-primary);transition:color .3s ease-in-out;z-index:2}.category-selector__item-icon{position:relative;width:1.25rem;height:1.25rem;border-radius:4px;z-index:2}.category-selector__item:before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";opacity:0;transition:opacity .3s ease-in-out;z-index:-1}.category-selector__item:hover:before,.category-selector__item.is-active:before{opacity:1}.category-selector__item--services:before{background:linear-gradient(180deg,var(--ui-surface) 17.34%,#528BFF 276.46%)}.category-selector__item--services:hover .category-selector__item-title,.category-selector__item--services.is-active .category-selector__item-title{color:#528bff}.category-selector__item--sports:before{background:linear-gradient(180deg,var(--ui-surface) 17.34%,#F38744 276.46%)}.category-selector__item--sports:hover .category-selector__item-title,.category-selector__item--sports.is-active .category-selector__item-title{color:var(--color-icon-orange)}.category-selector__item--events:before{background:linear-gradient(180deg,var(--ui-surface) 17.34%,#FAC515 276.46%)}.category-selector__item--events:hover .category-selector__item-title,.category-selector__item--events.is-active .category-selector__item-title{color:var(--color-icon-yellow)}.category-selector__item--content:before{background:linear-gradient(180deg,var(--ui-surface) 17.34%,var(--ui-category-content-foreground, #22CCEE) 276.46%)}.category-selector__item--content:hover .category-selector__item-title,.category-selector__item--content.is-active .category-selector__item-title{color:var(--color-icon-cyan)}.category-selector__item--infrastructure:before{background:linear-gradient(180deg,#f670c700 17.34%,#f670c7 276.46%)}.category-selector__item--infrastructure:hover .category-selector__item-title,.category-selector__item--infrastructure.is-active .category-selector__item-title{color:var(--color-icon-pink)}@media(max-width:1024px){.category-selector__list{flex-wrap:wrap;height:auto}.category-selector{height:auto}}@media(max-width:48rem){.category-selector{gap:0;padding:0;height:auto;border-radius:0;background-color:transparent;overflow:visible}.category-selector__content{gap:0}.category-selector__title{padding:.75rem 0;max-width:100%;font-size:1.375rem;letter-spacing:-.0275rem}.category-selector__scroll-wrapper{padding:1rem 1rem 7rem;border-radius:2rem;background-color:var(--ui-section);overflow-y:auto}.category-selector__list{flex-wrap:wrap;height:auto}.category-selector__item{flex:1 1 calc(50% - .25rem);min-width:calc(50% - .25rem);height:8.75rem;padding:1.25rem;border-radius:1.25rem}.category-selector__item-title{font-size:1rem;letter-spacing:-.05rem}.category-selector__item svg{width:1.5rem;height:1.5rem}}.step4-section{display:grid;grid-template-rows:auto 1fr auto;align-items:stretch;margin:0 auto;padding:4rem 2.5rem 2rem;box-sizing:border-box;max-width:612px;border-radius:16px;background-color:var(--ui-section)}.step-content[data-step="5"] .step4-section{flex:1 1 auto;min-height:100%}.step4-title{margin:0 0 12px;width:532px;max-width:100%;font-family:Raleway,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;text-align:center;letter-spacing:-.56px;color:var(--ui-text-primary)}.step4-card{position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:28px 24px;overflow:hidden;box-sizing:border-box;width:100%;max-width:532px;height:282px;border-radius:28px;background-color:var(--ui-surface);box-shadow:0 28px 58px #00000073}.step4-card__bg{position:absolute;background:radial-gradient(120% 120% at 50% 100%,#528bff66,#0000 65%);opacity:.9;z-index:1;inset:0;filter:blur(60px)}.step4-card__icon-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;border-radius:16px;background-color:#ffffff08;z-index:2}.step4-card__icon{width:24px;height:24px}.step4-card__info{position:relative;display:flex;align-items:center;flex-direction:column;gap:4px;text-align:center;z-index:2}.step4-card__category-type{margin:0;font-size:14px;font-weight:600;line-height:1.6;letter-spacing:-.28px;color:var(--step4-primary, #2563eb)}.step4-card__category-name{margin:0;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.9px;color:var(--ui-text-primary)}.step4-card__tags{position:relative;display:flex;justify-content:center;flex-wrap:wrap;gap:4px;z-index:2}.step4-card__tag{padding:8px 16px;border-radius:28px;font-size:14px;font-weight:600;line-height:1.2;letter-spacing:-.28px;color:var(--ui-text-secondary);background-color:#ffffff08}.step4-footer{display:flex;align-items:center;flex-direction:column;gap:24px;width:100%}.step4-footer__text{margin:0;max-width:376px;font-size:14px;font-weight:600;line-height:1.6;text-align:center;letter-spacing:-.28px;color:var(--ui-text-primary)}.step4-center{display:flex;align-items:center;justify-content:center;width:100%}.step-content[data-step="18"] .selection-card__head{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.5rem}.step-content[data-step="18"] .selection-card__title--tight{margin-bottom:0}.step-activities-mobile-heading{display:none}.step-content[data-step="4"].active,.step-content[data-step="3"].active{overflow:hidden}.step-content[data-step="3"] .step-top{flex:0 0 auto}.step-content[data-step="3"] .step-mobile-content-zone{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.step-content[data-step="3"] #space-types-container.step-scroll-area{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.step-content[data-step="4"] .step-top{flex:0 0 auto}.step-content[data-step="4"] .step-mobile-content-zone{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.step-content[data-step="4"] .amenities{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;margin:0}.step-content[data-step="4"] .amenities__activities{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.step-content[data-step="4"] #activities-container.step-scroll-area{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.step-content[data-step="4"] #selected-activities-list .equipment__item{flex:0 0 auto;white-space:nowrap}.step-content[data-step="4"] #selected-activities-list{display:flex;flex-wrap:nowrap;gap:.375rem;margin:0 0 .75rem;overflow-x:auto;overflow-y:hidden;white-space:nowrap;cursor:grab;scrollbar-width:none;-ms-overflow-style:none}.step-content[data-step="4"] #selected-activities-list.is-dragging-scroll{cursor:grabbing}.step-content[data-step="4"] #selected-activities-list::-webkit-scrollbar{display:none}.step-content[data-step="4"] .input-style--activities .input-icon-wrapper{margin-bottom:.75rem}.section-onboard:has(.step-content[data-lock-scroll=true].active) .section-onboard__content,.section-onboard:has(.step-content[data-lock-scroll=true].animating) .section-onboard__content{min-height:0;overflow:hidden}.section-onboard:has(.step-content[data-lock-scroll=true].active) .main-content,.section-onboard:has(.step-content[data-lock-scroll=true].animating) .main-content{min-height:0}@media(max-width:640px){.step4-section{padding:4rem 1.25rem 7rem}.step4-title{width:100%;font-size:1.375rem}.step4-card{height:24.375rem}}@media(max-width:48rem){.section-onboard:has(.step-content[data-mobile-layout=mobile-shell].active) .section-onboard__content,.section-onboard:has(.step-content[data-mobile-layout=mobile-shell].animating) .section-onboard__content{padding-left:0;padding-right:0}.section-onboard:has(.step-content[data-mobile-layout=mobile-shell].active) .main-content,.section-onboard:has(.step-content[data-mobile-layout=mobile-shell].animating) .main-content{padding-left:0;padding-right:0}.section-onboard:has(.step-content[data-step="3"].active) .main-content.main-content--no-scroll,.section-onboard:has(.step-content[data-step="3"].animating) .main-content.main-content--no-scroll,.section-onboard:has(.step-content[data-step="4"].active) .main-content.main-content--no-scroll,.section-onboard:has(.step-content[data-step="4"].animating) .main-content.main-content--no-scroll{padding-bottom:var(--space-form-mobile-cta-height, 0px)}.section-onboard:has(.step-content[data-mobile-layout=mobile-shell].active) .step-progress--mobile,.section-onboard:has(.step-content[data-mobile-layout=mobile-shell].animating) .step-progress--mobile{margin:0 0 .25rem;padding:.75rem 1rem 0;background:transparent}.step-content[data-mobile-layout=mobile-shell] .step-top{position:static;top:auto;gap:0;padding-top:.75rem;padding-inline:1rem;background:transparent}.step-content[data-mobile-layout=mobile-shell] .step-info{width:100%;background:transparent}.step-content[data-mobile-layout=mobile-shell] .step-title,.step-content[data-mobile-layout=mobile-shell] .amenities-page__title{margin-bottom:0;font-size:1.375rem;line-height:1.2;letter-spacing:-.0275rem}.step-content[data-mobile-layout=mobile-shell] .step-desc{margin-top:.5rem;margin-bottom:0;font-size:.875rem;font-weight:600;line-height:1.2;letter-spacing:-.0175rem;color:var(--ui-text-secondary)}.step-content[data-step="3"][data-mobile-layout=mobile-shell] .step-title{margin-bottom:.875rem}.step-content[data-step="3"][data-mobile-layout=mobile-shell] .step-desc--subcategory{margin:0 0 .75rem;font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:-.05rem;color:var(--ui-text-primary)}.step-content[data-step="3"][data-mobile-layout=mobile-shell] .step-mobile-content-zone{padding-bottom:0}.step-content[data-step="4"][data-mobile-layout=mobile-shell] .step-desc--step-7-desktop{display:none}.step-content[data-step="4"][data-mobile-layout=mobile-shell] .step-activities-mobile-heading{display:block;margin:0;font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:-.05rem;color:var(--ui-text-primary)}.step-content[data-mobile-layout=mobile-shell] .step-mobile-content-zone{display:flex;flex-direction:column;width:100%;gap:1rem;margin-top:.75rem;padding:1rem;border-radius:2rem;background:var(--ui-section)}.step-content[data-step="4"][data-mobile-layout=mobile-shell] .step-mobile-content-zone{gap:.75rem;padding-bottom:0}.step-content[data-step="4"][data-mobile-layout=mobile-shell] #selected-activities-list{margin-bottom:0}.step-content[data-step="9"][data-mobile-layout=mobile-shell] .step-mobile-content-zone--instant{gap:1.25rem;margin-top:1rem}.step-content[data-step="9"][data-mobile-layout=mobile-shell] .instant-booking__content{max-width:none;gap:1.25rem}.step-content[data-step="9"][data-mobile-layout=mobile-shell] .instant-card{gap:1rem;padding:1.25rem;border-radius:1.25rem}.step-content[data-step="9"][data-mobile-layout=mobile-shell] .instant-card__title{font-size:1rem;font-weight:600;letter-spacing:-.05rem}.step-content[data-step="9"][data-mobile-layout=mobile-shell] .instant-card__info-item{font-size:.875rem;line-height:1.3;letter-spacing:-.0175rem}.step-content[data-step="9"][data-mobile-layout=mobile-shell] .instant-benefits{margin-top:0}.step-content[data-step="9"][data-mobile-layout=mobile-shell] .instant-benefit-item__icon,.step-content[data-step="9"][data-mobile-layout=mobile-shell] .instant-benefit-item__icon svg{width:1.5rem;height:1.5rem}.step-content[data-step="14"][data-mobile-layout=mobile-shell] .step-mobile-content-zone--price{gap:1.75rem;margin-top:1rem}.step-content[data-step="14"][data-mobile-layout=mobile-shell] .section-hero__group--price{margin:0;padding:1.125rem 1.25rem 1rem;border-radius:1rem}.step-content[data-step="14"][data-mobile-layout=mobile-shell] .section-hero__input--price{font-size:2rem;letter-spacing:-.04rem}.step-content[data-step="14"][data-mobile-layout=mobile-shell] .price-step__desc{margin:0;font-size:.875rem;line-height:1.3;letter-spacing:-.0175rem;color:var(--ui-text-muted)}.step-content[data-step="14"][data-mobile-layout=mobile-shell] .price-step__payments{margin-top:0}.step-content[data-step="14"][data-mobile-layout=mobile-shell] .price-step__payments .amenities__title{margin:0 0 1rem;font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:-.05rem}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .step-mobile-content-zone--instructions{gap:1.75rem;margin-top:1rem;padding-top:1.25rem}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .title-group{margin-bottom:0}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .title-group .sub-title{margin-bottom:0;font-size:1rem;letter-spacing:-.05rem}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .title-group .sub-title-desc{margin-top:.5rem;line-height:1.3}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .rental-instructions-types{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .rental-type{margin-bottom:0;padding:1.25rem;border-radius:1.25rem}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .selection-card{gap:.75rem}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .selection-card__head{display:flex;align-items:flex-start;justify-content:space-between;width:100%;margin-bottom:.5rem}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .selection-card__title--tight{margin-bottom:0}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .selection-card__title{font-size:1rem;letter-spacing:-.05rem}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .selection-card__description{font-size:.875rem;line-height:1.3;letter-spacing:-.0175rem}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .rental-extra__input{margin-top:1rem}.step-content[data-step="18"][data-mobile-layout=mobile-shell] .amenities__options--end-rental{margin-bottom:0}.step-content[data-step="20"][data-mobile-layout=mobile-shell] .step-mobile-content-zone{margin-top:1rem}.step-content[data-step="20"][data-mobile-layout=mobile-shell] .quiz__options{gap:.25rem}.step-content[data-step="20"][data-mobile-layout=mobile-shell] .quiz__option{gap:1rem;padding:1.25rem;border-radius:1rem}.step-content[data-step="20"][data-mobile-layout=mobile-shell] .quiz__option-text{font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:-.05rem}}.classification-page{display:flex;flex-direction:column;width:100%}.classification-form{display:flex;flex-direction:column;gap:8px;width:100%}.classification-card{display:flex;flex-direction:column;gap:12px;padding:24px;border:2px solid transparent;border-radius:28px;background-color:var(--ui-surface);cursor:pointer;transition:border-color .2s}.classification-card__title{margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.9px;color:var(--ui-text-primary)}.classification-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.classification-card__title-group{display:flex;flex-direction:column;gap:8px}.classification-card__title--compact{margin-bottom:0}.classification-checkbox-input{display:none}.classification-subtitle{display:flex;align-items:center;gap:12px}.classification-subtitle__indicator-wrapper{display:flex;align-items:center;padding:2px 0;height:100%}.classification-subtitle__indicator{width:3px;height:100%;min-height:16px;border-radius:999px;background-color:var(--ui-surface-neutral-strong)}.classification-subtitle__text{font-size:16px;font-weight:500;line-height:1.3;letter-spacing:-.32px;color:var(--ui-text-secondary)}.classification-link{text-decoration:underline;color:var(--ui-accent-secondary);cursor:pointer;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.unboarding-info{margin-bottom:1.75rem}.unboarding-info,.classification-info{display:flex;align-items:center;gap:12px;margin-top:0;padding:14px;width:100%;border:1px solid var(--ui-border);border-radius:16px}.unboarding-info__icon,.classification-info__icon{flex-shrink:0;margin-top:2px;width:16px;height:16px;color:var(--ui-text-muted)}.unboarding-info__text,.classification-info__text{font-size:14px;font-weight:500;line-height:1.2;color:var(--ui-text-secondary)}.step-content[data-step="12"] .step12-rental-extra{margin-bottom:0}.step-content[data-step="12"] .step12-rental-extra__first-input{margin-top:1rem}.step-content[data-step="12"] .step12-rental-extra__first-input+.unboarding-info{margin-top:.5rem}.step-content[data-step="12"] .step12-rental-extra__stacked-info{align-items:stretch;flex-direction:column;gap:.75rem;margin-top:.5rem}.step-content[data-step="12"] .step12-rental-extra__stacked-info .unboarding-info__row{display:flex;align-items:flex-start;gap:.75rem}.step-content[data-step="12"] .step12-rental-extra__stacked-info .unboarding-info__icon{margin-top:.125rem}.step-content[data-step="12"] .step12-rental-extra__stacked-info .unboarding-info__text{margin:0}.step-content[data-step="12"] .step12-rental-extra__area-hint{margin:.5rem 0 0;color:var(--ui-text-muted);font-size:.875rem;font-weight:500;letter-spacing:-.0175rem}.classification-radio{position:relative;flex-shrink:0;width:20px;height:20px;border:1.5px solid var(--ui-border-control);border-radius:50%;background-color:var(--ui-surface);cursor:pointer}.classification-radio.checked{border-color:var(--ui-accent-secondary);background-color:var(--ui-accent-secondary)}.classification-radio.checked:after{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background-color:#fff;content:"";transform:translate(-50%,-50%)}.registry-data-container{display:flex;align-items:flex-start;flex-direction:column;gap:12px;width:100%}.registry-data-title{width:100%;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.9px;color:var(--ui-text-primary)}.registry-data-content{display:flex;flex-direction:column;gap:4px;width:100%}.registry-data-row{display:flex;flex-wrap:wrap;gap:4px;width:100%}.registry-data-card{display:flex;align-items:center;gap:16px;padding:8px 12px;width:100%;border-radius:12px;background-color:var(--ui-surface-subtle)}.registry-data-row .registry-data-card{flex-basis:0;flex-grow:1;min-width:0}.registry-data-card__inner{display:flex;flex-direction:column;gap:2px;width:100%}.registry-data-card__label{width:100%;font-size:12px;font-weight:600;line-height:1.3;letter-spacing:-.24px;color:var(--ui-text-muted)}.registry-data-card__value{overflow:hidden;width:100%;font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap;letter-spacing:-.28px;text-overflow:ellipsis;color:var(--ui-text-primary)}.publish{display:flex;align-items:center;flex-direction:column;gap:2rem;margin:0 auto;width:100%;max-width:75rem;--bg-main: var(--ui-canvas);--bg-card: var(--ui-surface);--bg-highlight: var(--ui-section);--text-primary: var(--ui-text-primary);--text-secondary: var(--ui-text-muted);--text-tertiary: var(--ui-text-secondary);--accent: var(--ui-accent-secondary);--accent-strong: #528bff;--marker: var(--ui-surface-neutral-strong);--muted: var(--ui-surface-neutral)}.step-content[data-step="21"] .publish{display:grid;grid-template-rows:auto 1fr;align-items:stretch;flex:1 1 auto;min-height:100%;gap:0}.publish__body{display:flex;align-items:center;flex-direction:column;gap:2rem;align-self:center;margin:0;width:100%}@media(max-width:48rem){.step-content[data-step="21"] .step-top{position:static;top:auto;gap:0;padding-top:.75rem;background:transparent}.step-content[data-step="21"] .publish{padding-bottom:7rem}.step-content[data-step="21"] .step-info{width:100%}.step-content[data-step="21"] .step-title{margin-bottom:1rem}}@media(min-width:768px){.step-content[data-step="5"] .step4-section,.step-content[data-step="13"] .guarantee-step,.step-content[data-step="16"] .preview-intermediate,.step-content[data-step="21"] .publish{padding-bottom:var(--cta-safe-area, 2rem)}.step-content[data-step="21"] .step-top{padding-top:4rem}}.main-content .step-title.publish__title{margin:0;max-width:26.75rem;font-size:1.75rem;font-weight:700;line-height:1.2;text-align:center;letter-spacing:-.035rem}.publish__info{display:flex;flex-direction:column;gap:.125rem;overflow:hidden;width:100%;max-width:35.4375rem;border-radius:1rem;background:var(--bg-main)}.publish__panel{display:flex;flex-direction:column;gap:1.25rem;padding:1rem;border-radius:0;background:var(--bg-card)}.publish__panel--text{gap:.5rem}.step-content[data-step="21"] .publish__panel--consents{gap:.75rem;padding:1rem;background:var(--bg-card)}.publish__row{display:flex;align-items:center;gap:.75rem}.publish__marker-shell{display:flex;align-items:stretch;align-self:stretch;flex-shrink:0;padding-block:.125rem}.publish__marker{display:block;min-height:.8125rem;width:.1875rem;flex:0 0 auto;border-radius:999rem;background:var(--marker)}.publish__text{margin:0;font-size:.875rem;font-weight:600;line-height:1.2;color:var(--text-primary)}.publish__consent{display:flex;align-items:center;gap:1rem;width:100%}.publish__consent .custom-checkbox{margin-top:0;width:1.25rem;height:1.25rem;border-radius:.375rem}.publish__consent.login__checkbox>.publish__consent-text,.publish__consent.login__checkbox>.publish__consent-text:hover{margin:0;color:var(--ui-text-primary);font-size:.875rem;font-weight:600;line-height:1.2}.publish__consent.login__checkbox>.publish__consent-text a,.publish__consent.login__checkbox>.publish__consent-text a:hover{color:var(--ui-accent-secondary);text-decoration:underline;text-decoration-thickness:.0625rem;text-underline-position:from-font}.step-content[data-step="21"] .publish__panel--consents .publish__consent{align-items:center;gap:1rem}.step-content[data-step="21"] .publish__panel--consents .publish__consent-text,.step-content[data-step="21"] .publish__panel--consents .publish__consent-text:hover{display:block;flex:1 1 auto;min-width:0;letter-spacing:-.0175rem}.publish__preview{position:relative;display:flex;align-items:center;flex-direction:column;padding-bottom:2rem;width:100%}.publish__glow{position:absolute;left:50%;top:.375rem;width:18.75rem;height:19.75rem;background:radial-gradient(55% 55% at 50% 50%,#a48afb66,#0f0f0f00 68%);pointer-events:none;transform:translate(-50%);z-index:0;filter:blur(.875rem)}.publish__card-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:7.0625rem;height:9.0625rem;transform:rotate(353deg);z-index:1}@media(max-width:48rem){.publish__card-wrapper{width:100%}}.publish__card-wrapper .preview-intermediate__card,.publish__card-wrapper .space-card-mobile{margin:-150px;transform:scale(.406);transform-origin:center center}@media(max-width:768px){.publish__card-wrapper .preview-intermediate__card,.publish__card-wrapper .space-card-mobile{transform:scale(.7)}}@media(max-width:30rem){.publish{gap:1.75rem}.publish__info{width:100%;max-width:35.4375rem}}.guarantee-step{position:relative;display:flex;align-items:stretch;flex-direction:column;gap:16px;margin:0 auto;padding-top:2rem;padding-bottom:1.5rem;box-sizing:border-box;max-width:680px;border-radius:16px;background-color:var(--ui-section)}.step-content[data-step="13"] .guarantee-step{flex:1 1 auto;min-height:100%}.guarantee-step__title{display:flex;align-items:center;flex-direction:column;gap:.3125rem;margin:0;font-size:28px;font-weight:700;line-height:120%;text-align:center;letter-spacing:-.035rem;color:var(--ui-text-primary)}.guarantee-step__line{display:block}.guarantee-step__line--brand{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}.guarantee-step__title-highlight{color:var(--ui-accent-secondary)}.guarantee-step__logo-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.guarantee-step__features{display:flex;flex-direction:column;gap:0;overflow:hidden;box-sizing:border-box;width:100%;max-width:620px;border:1px solid var(--ui-border-subtle);border-radius:24px;background-color:var(--ui-surface);box-shadow:var(--ui-shadow-sm)}.step-content[data-step="13"] .guarantee-step__features{align-self:center}.guarantee-step__group{display:flex;flex-direction:column;gap:0;border-radius:0;background-color:transparent}.guarantee-step__group--benefits{padding:0 22px}.guarantee-step__group--notice{padding:16px 22px;border-top:1px solid var(--ui-border-subtle);background-color:var(--ui-accent-soft)}.guarantee-step__item{display:flex;align-items:center;gap:12px;padding:15px 2px;border:0;border-bottom:1px solid var(--ui-border-subtle);border-radius:0;background-color:transparent}.guarantee-step__group--benefits>.guarantee-step__item:last-child{border-bottom:0}.guarantee-step__item--header{align-items:center;flex-direction:column;justify-content:center;gap:8px;margin:0 -22px;padding:20px 22px 18px;border:0;border-bottom:1px solid var(--ui-border-subtle);border-radius:0;background-color:var(--ui-accent-soft)}.guarantee-step__protection-badge{display:inline-flex;align-items:center;gap:8px}.guarantee-step__eyebrow{font-size:13px;font-weight:700;line-height:1;letter-spacing:.06em;text-transform:uppercase;color:var(--ui-accent-secondary)}.guarantee-step__header-text{margin:0;font-size:20px;font-weight:700;line-height:1.25;text-align:center;letter-spacing:-.45px;color:var(--ui-text-primary)}.guarantee-step__icon-tile{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;border-radius:10px;color:var(--ui-accent-secondary);background-color:var(--ui-accent-soft)}.guarantee-step__check-icon{flex:0 0 auto;width:20px;height:20px;filter:brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(4475%) hue-rotate(248deg) brightness(102%) contrast(102%)}.guarantee-step__icon-tile--hero{width:28px;height:28px;border:1px solid color-mix(in srgb,var(--ui-accent) 20%,transparent);background-color:var(--ui-surface)}.guarantee-step__icon-tile--notice{color:var(--ui-accent-secondary);background-color:var(--ui-surface)}.guarantee-step__icon{flex-shrink:0;width:18px;height:18px;color:inherit}.guarantee-step__icon path{fill:currentColor}.guarantee-step__text{margin:0;font-size:15px;font-weight:500;line-height:1.35;color:var(--ui-text-secondary-high)}.guarantee-step__text--accent{font-weight:700;color:var(--ui-accent)}.guarantee-step__group--notice .guarantee-step__item{padding:0;border:0;border-radius:0;background-color:transparent}.guarantee-step__group--notice .guarantee-step__text{font-size:14px;font-weight:500}@media(max-width:768px){.step-content[data-step="13"] .guarantee-step{display:flex;flex-direction:column;gap:1rem;padding:12px 0 7rem;max-width:100%;border-radius:0;background:transparent}.step-content[data-step="13"] .guarantee-step__title{gap:0;font-size:22px;line-height:1.2;letter-spacing:-.44px}.step-content[data-step="13"] .guarantee-step__line--brand{gap:4px}.step-content[data-step="13"] .guarantee-step__logo-icon{width:24px;height:24px}.step-content[data-step="13"] .guarantee-step__logo-icon svg{width:18px;height:24px}.step-content[data-step="13"] .guarantee-step__features{align-self:stretch;max-width:none;gap:0;padding:0;border-radius:24px;background:var(--ui-surface)}.step-content[data-step="13"] .guarantee-step__group{width:100%}.step-content[data-step="13"] .guarantee-step__group--benefits{box-sizing:border-box;padding:0 16px}.step-content[data-step="13"] .guarantee-step__group--notice{box-sizing:border-box;padding:16px}.step-content[data-step="13"] .guarantee-step__item--header{margin:0 -16px;padding:20px 16px 18px}.step-content[data-step="13"] .guarantee-step__header-text{font-size:18px;font-weight:700;line-height:1.25;letter-spacing:-.3px}.step-content[data-step="13"] .guarantee-step__icon{width:17px;height:17px}.step-content[data-step="13"] .guarantee-step__text{font-size:14px;font-weight:500;line-height:1.3}}.preview-intermediate{display:grid;grid-template-rows:auto 1fr auto;align-items:stretch;margin:0 auto;padding:4rem 2.5rem 2rem;box-sizing:border-box;width:min(100%,758px);border-radius:16px;color:var(--ui-text-primary);background:var(--ui-section);--accent-primary: var(--ui-accent-secondary);--space-card-accent: var(--accent-primary);--accent-secondary: #6f56c8}.step-content[data-step="16"] .preview-intermediate{flex:1 1 auto;min-height:100%}.preview-intermediate__center{display:flex;align-items:center;flex-direction:column;gap:40px;align-self:center;width:100%}.preview-intermediate__title{margin:0 auto;max-width:532px;font-size:28px;font-weight:700;line-height:1.2;text-align:center;letter-spacing:-.56px;color:var(--ui-text-primary)}.preview-intermediate__main{display:flex;align-items:center;gap:24px;padding:16px 20px 16px 16px;box-sizing:border-box;width:min(100%,678px);border-radius:24px;background:var(--ui-surface)}.preview-intermediate__card{position:relative;flex-shrink:0;overflow:hidden;width:240px;border:1px solid rgba(93,93,93,.1);border-radius:12px;background:var(--ui-section)}@media(hover:hover)and (pointer:fine){.preview-intermediate__card{overflow:visible}}.space-card__glow{position:absolute;left:0;bottom:0;width:256px;height:227px;color:var(--accent-primary, #528BFF);pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:0;filter:blur(3.625rem)}.preview-intermediate.is-promoted .space-card__glow{opacity:.2}.space-card__photo{position:relative;width:100%;height:200px;z-index:1}.space-card__photo img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.34225rem .34225rem 0 0}.space-card__photo-gradient{position:absolute;background:linear-gradient(180deg,#0000 24.74%,#0000004d);inset:0}.space-card__fav{position:absolute;right:0;top:0;display:grid;padding:12px;box-sizing:border-box;width:40px;height:40px;place-items:center}.space-card__content{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:var(--ui-section);transition:background .25s ease;z-index:1}.preview-intermediate.is-promoted .space-card__content{background:transparent}.space-card__header{display:flex;align-items:center;justify-content:space-between}.space-card__location{display:flex;display:-webkit-box;align-items:center;align-self:stretch;gap:.5rem;overflow:hidden;font-size:.75rem;font-weight:500;line-height:1.125rem;letter-spacing:0;text-overflow:ellipsis;color:var(--ui-text-primary);-webkit-box-orient:vertical;-webkit-line-clamp:1}.space-card__location svg{width:.3125rem;height:.3125rem;flex:0 0 .3125rem}.space-card__body{display:flex;flex-direction:column;gap:.75rem}.space-card__meta-wrapper{display:flex;flex-direction:column;gap:.25rem}.space-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.space-card__type{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;line-height:1.25rem;letter-spacing:0;color:var(--space-card-accent, var(--accent-primary))}.space-card__title{display:-webkit-box;margin:0;overflow:hidden;font-size:1.125rem;font-weight:700;line-height:1.5rem;letter-spacing:0;color:var(--ui-text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical}.space-card__address{display:-webkit-box;margin:0;overflow:hidden;font-size:.75rem;font-weight:400;line-height:1.125rem;letter-spacing:0;color:#fcfcfc99;-webkit-line-clamp:1;-webkit-box-orient:vertical}.space-card__footer{display:flex;align-items:center;justify-content:space-between}.space-card__price{display:flex;align-items:baseline;gap:.125rem}.space-card__price-value{font-size:1rem;font-weight:700;line-height:1.5rem;letter-spacing:0;color:var(--ui-text-primary)}.space-card__price-period{font-size:.875rem;font-weight:600;line-height:1.2;letter-spacing:0;color:var(--ui-text-secondary)}.space-card__badge--default{display:inline-flex;align-items:center;gap:.25rem}.icon-default{display:grid;flex-shrink:0;overflow:visible;width:1.375rem;height:1.375rem;line-height:0;place-items:center}.preview-intermediate.is-promoted .space-card__badge--default svg{filter:drop-shadow(0 0 4px rgba(250,197,21,.5))}.preview-intermediate.is-promoted .space-card__badge--default svg path{fill:#fac515!important;stroke:#fac515!important}.preview-intermediate.is-promoted .icon-default svg{filter:drop-shadow(0 0 4px var(--accent-primary, rgba(164, 138, 251, .5)))}.preview-intermediate.is-promoted .icon-default svg path{fill:var(--accent-primary)!important;stroke:var(--accent-primary)!important}.icon-default svg,.space-card__type svg{display:block;flex-shrink:0;width:.875rem;height:.875rem}.space-card__badge svg{display:block;flex-shrink:0;width:1.25rem;height:1.25rem}.space-card__badge{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700;line-height:1.25rem;letter-spacing:0;color:var(--ui-text-muted)}.step-content[data-step="16"] .preview-intermediate__info{display:flex;flex:1;flex-direction:column;gap:24px}.step-content[data-step="16"] .preview-intermediate__info-title{margin:0;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.9px;color:var(--ui-text-primary)}.step-content[data-step="16"] .promo-toggle{display:flex;align-items:center;gap:20px;padding:16px 20px;border-radius:16px;background:var(--ui-surface-subtle)}.step-content[data-step="16"] .promo-toggle__label{flex:1;font-size:14px;font-weight:600;line-height:1.3;letter-spacing:-.28px;color:var(--ui-text-primary)}.step-content[data-step="16"] .preview-intermediate .info-list{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.step-content[data-step="16"] .preview-intermediate .info-list__item{display:flex;align-items:stretch;gap:12px;min-height:0;font-size:14px;font-weight:500;line-height:1.3;color:var(--ui-text-secondary)}.step-content[data-step="16"] .preview-intermediate .info-list__decor{flex-shrink:0;width:3px;border-radius:999px;background:var(--ui-surface-neutral-strong)}.step-content[data-step="16"] .preview-intermediate .selection-card__description-container{flex:1;gap:0}.step-content[data-step="16"] .preview-intermediate .selection-card__decorator-wrapper{display:none}.step-content[data-step="16"] .preview-intermediate .selection-card__description{margin:0;font-size:14px;font-weight:500;line-height:1.3;letter-spacing:0;color:var(--ui-text-secondary)}.step-content[data-step="16"] .preview-intermediate .info-list__text--accent{font-weight:600;color:var(--ui-accent-secondary)}.step-content[data-step="16"] .preview-intermediate__footer{display:flex;align-items:center;flex-direction:column;gap:24px;width:100%}.step-content[data-step="16"] .preview-intermediate__footer-text{margin:0;font-size:14px;font-weight:600;line-height:1.6;text-align:center;letter-spacing:-.28px;color:var(--ui-text-primary)}.step-content[data-step="16"] .mobile-only{display:none!important}.step-content[data-step="16"] .desktop-only{display:block}.step-content[data-step="16"] .space-card-mobile{box-sizing:border-box;width:100%;max-width:21.75rem;align-items:center;gap:.7111875rem;padding:.474125rem .7111875rem .474125rem .474125rem;border:.0625rem solid rgba(93,93,93,.1);border-radius:1.1853125rem;background-color:var(--ui-surface);box-shadow:0 .05925rem .1185rem #0000000d;overflow:hidden;margin:0 auto;position:relative;z-index:1}.step-content[data-step="16"] .space-card-mobile .space-card__glow{position:absolute;left:0;right:0;bottom:0;height:14.3125rem;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:0;filter:blur(58px)}.step-content[data-step="16"] .preview-intermediate.is-promoted .space-card-mobile .space-card__glow{opacity:.2}.step-content[data-step="16"] .space-card-mobile__image-wrapper{position:relative;width:6.4005625rem;height:6.4005625rem;border-radius:.7111875rem;overflow:hidden;flex-shrink:0;z-index:1}.step-content[data-step="16"] .space-card-mobile__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.step-content[data-step="16"] .space-card-mobile__image-gradient{position:absolute;inset:0;background:linear-gradient(180deg,#0000 24.74%,#0000004d);pointer-events:none}.step-content[data-step="16"] .space-card-mobile__favorite-btn{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:2.3705625rem;height:2.3705625rem;z-index:10}.step-content[data-step="16"] .space-card-mobile__content{flex:1;display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;min-width:0;padding-top:.2370625rem;padding-bottom:.2370625rem;z-index:1}.step-content[data-step="16"] .space-card-mobile__top-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.125rem}.step-content[data-step="16"] .space-card-mobile__location{display:flex;align-items:center;gap:.5rem}.step-content[data-step="16"] .space-card-mobile__status-dot{width:.3125rem;height:.3125rem;border-radius:50%;background:var(--ui-info);flex-shrink:0}.step-content[data-step="16"] .space-card-mobile__location-text{font-size:.75rem;font-weight:500;line-height:1.125rem;letter-spacing:0;color:var(--ui-text-primary);white-space:nowrap}.step-content[data-step="16"] .space-card-mobile__rating{display:flex;align-items:center;gap:.25rem}.step-content[data-step="16"] .space-card-mobile__rating .space-card__badge--default{display:flex;align-items:center;justify-content:center}.step-content[data-step="16"] .space-card-mobile__rating-icon{width:1.25rem;height:1.25rem}.step-content[data-step="16"] .space-card-mobile__rating-text{font-size:.875rem;font-weight:600;line-height:1.25rem;letter-spacing:0;color:var(--ui-text-muted)}.step-content[data-step="16"] .space-card-mobile__info{display:flex;flex-direction:column;align-items:flex-start;width:100%}.step-content[data-step="16"] .space-card-mobile__category-row{display:flex;align-items:center;justify-content:space-between;width:100%}.step-content[data-step="16"] .space-card-mobile__category-text{font-size:.875rem;font-weight:600;line-height:1.25rem;letter-spacing:0;color:var(--space-card-accent, var(--accent-primary, #528bff));white-space:nowrap}.step-content[data-step="16"] .space-card-mobile__category-row .icon-default{width:auto;height:auto;display:flex}.step-content[data-step="16"] .space-card-mobile__lightning-icon{width:1.25rem;height:1.25rem}.step-content[data-step="16"] .space-card-mobile__title{margin:0;width:100%;overflow:hidden;display:-webkit-box;font-size:1.125rem;font-weight:700;line-height:1.5rem;letter-spacing:0;color:var(--ui-text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.step-content[data-step="16"] .space-card-mobile__bottom-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:.125rem}.step-content[data-step="16"] .space-card-mobile__price{display:flex;align-items:baseline;gap:.125rem;white-space:nowrap}.step-content[data-step="16"] .space-card-mobile__price-amount{font-size:1rem;font-weight:700;line-height:1.5rem;letter-spacing:0;color:var(--ui-text-primary)}.step-content[data-step="16"] .space-card-mobile__price-period{font-size:.875rem;font-weight:600;line-height:1.2;letter-spacing:0;color:var(--ui-text-secondary)}@media(max-width:48rem){.step-content[data-step="16"] .mobile-only{display:flex!important}.step-content[data-step="16"] .desktop-only{display:none!important}.step-content[data-step="16"] .preview-intermediate{display:flex;flex-direction:column;gap:1rem;width:100%;padding:.75rem 1rem 1rem;border-radius:0;background:transparent}.step-content[data-step="16"] .preview-intermediate__title{max-width:none;font-size:1.375rem;line-height:1.2;letter-spacing:-.0275rem}.step-content[data-step="16"] .preview-intermediate__center{gap:1rem;align-self:stretch}.step-content[data-step="16"] .preview-intermediate__main{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;padding:0;border-radius:0;background:transparent}.step-content[data-step="16"] .preview-intermediate__card{width:100%;max-width:21.75rem;margin:0 auto}.step-content[data-step="16"] .preview-intermediate__info{gap:1.25rem;padding:1.25rem 1rem;border-radius:1.75rem;background:var(--ui-surface)}.step-content[data-step="16"] .preview-intermediate__info-title{text-align:center}.step-content[data-step="16"] .preview-intermediate__footer{gap:0;padding:0 .25rem}}.quiz__options{display:flex;flex-direction:column;gap:.25rem;width:100%}.quiz__option{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.5rem;border-radius:1.75rem;background-color:var(--ui-surface);cursor:pointer;transition:background-color .2s ease}.quiz__option:hover{background-color:var(--ui-surface-subtle)}.quiz__option:has(input:checked){background-color:var(--ui-surface-subtle)}.quiz__input{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;opacity:0}.quiz__option-text{flex-grow:1;order:1;font-size:1.125rem;font-weight:700;line-height:1.2;letter-spacing:-.05625rem;color:var(--ui-text-primary)}.quiz__option .custom-radio{order:2}:root{--colors-gray-25: #fcfcfc;--colors-gray-400: #a3a3a3;--colors-gray-500: #737373;--colors-gray-600: #525252;--colors-gray-800: #292929;--colors-gray-850: #1b1b1b;--colors-gray-900: #141414;--colors-gray-950: #0f0f0f;--colors-success-500: var(--ui-success);--colors-success-950: #053321;--colors-brand-400: #a48afb}.donation-section{position:relative;display:flex;align-items:center;flex-direction:column;overflow:hidden;overflow-y:auto;width:100%;max-width:100%;border-radius:16px;background-color:var(--ui-section)}.donation-section__content{display:flex;align-items:center;flex-direction:column;gap:40px;width:100%;max-width:496px}.donation-section__title{width:100%;font-size:28px;font-weight:700;line-height:1.2;text-align:center;letter-spacing:-.56px;color:var(--ui-text-primary)}.donation-section__cards-container{display:flex;align-items:flex-start;flex-direction:column;gap:20px;width:100%}.main-card{display:flex;flex-direction:column;gap:20px;padding:24px;width:100%;border-radius:28px;background-color:var(--ui-surface)}.main-card__header{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.main-card__icon-wrapper{position:relative;width:24px;height:24px}.main-card__body{display:flex;flex-direction:column;gap:8px;width:100%}.main-card__title{font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.9px;color:var(--ui-accent-secondary)}.main-card__list{display:flex;flex-direction:column;gap:16px}.main-card__list-block{display:flex;flex-direction:column;gap:4px}.main-card__list-item{display:flex;align-items:center;gap:12px}.main-card__bullet{display:flex;align-items:center;padding:2px 0;height:100%}.main-card__bullet-point{width:3px;height:18px;border-radius:999px;background-color:var(--ui-surface-neutral-strong)}.main-card__text{flex-grow:1;font-size:16px;font-weight:500;line-height:1.3;letter-spacing:-.32px;color:var(--ui-text-secondary)}.main-card__input-section{display:flex;flex-direction:column;gap:12px;width:100%}.main-card__input-header{display:flex;align-items:center;gap:8px;width:100%}.main-card__input-title{font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.9px;color:var(--ui-text-primary)}.badge-info{display:flex;align-items:center;gap:2px;padding:.125rem .1875rem .125rem .375rem;border:1px solid rgba(255,255,255,.01);border-radius:999px;font-size:11px;font-weight:600;line-height:1;letter-spacing:-.22px;text-transform:uppercase;color:var(--ui-text-secondary);background-color:#ffffff0d;cursor:pointer;transition:all .3s ease-in-out}.badge-info:hover{color:var(--ui-text-primary);background:#ffffff1a}.input-field{display:flex;align-items:center;gap:16px;padding:14px 16px;width:100%;border-radius:16px;background-color:var(--ui-canvas)}.input-field__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.input-field__content{display:flex;justify-content:center;flex-direction:column;flex-grow:1;gap:4px}.input-field__label{font-size:14px;font-weight:500;line-height:1.2;letter-spacing:-.28px;color:var(--ui-text-muted)}.input-field__value{margin:0;padding:0;width:100%;border:none;font-size:16px;font-weight:600;line-height:1.2;letter-spacing:-.32px;color:var(--ui-text-primary);background:transparent;outline:none}.input-field__value::-moz-placeholder{color:var(--ui-text-muted)}.input-field__value::placeholder{color:var(--ui-text-muted)}.link-action{display:flex;align-items:center;gap:12px}.link-action__text{font-size:16px;font-weight:500;line-height:1.3;text-decoration:underline;letter-spacing:-.32px;color:var(--ui-accent-secondary);cursor:pointer;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.main-card__actions{display:flex;flex-direction:column;gap:8px;margin-top:8px;width:100%}.btn{display:flex;align-items:center;justify-content:center;padding:16px;width:100%;height:52px;border:none;border-radius:8px;font-family:Raleway,sans-serif;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;letter-spacing:-.28px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.btn--secondary{height:53px;color:var(--ui-text-secondary);background-color:var(--ui-surface-subtle)}.info-list{display:flex;flex-direction:column;gap:.25rem;overflow:hidden;width:100%;border-radius:16px;background-color:transparent}.info-item{display:flex;align-items:center;gap:16px;padding:16px;width:100%;background-color:var(--ui-surface)}.info-item__icon{flex-shrink:0;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.6666C11.6819 14.6666 14.6667 11.6819 14.6667 7.99998C14.6667 4.31808 11.6819 1.33331 8 1.33331C4.3181 1.33331 1.33333 4.31808 1.33333 7.99998C1.33333 11.6819 4.3181 14.6666 8 14.6666Z' stroke='%23737373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6667 6L6.66667 10L5.33333 8.66667' stroke='%23737373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.info-item__text{font-size:14px;font-weight:600;line-height:1.3;color:var(--ui-text-primary)}.categories-switcher.categories-switcher--modern{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:0;margin-bottom:.75rem;padding:4px;overflow-x:auto;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:auto;border:none;border-radius:16px;background-color:var(--ui-canvas)}.categories-switcher--modern .category-btn{display:flex;align-items:center;justify-content:center;flex:0 0 auto;gap:8px;margin:0;padding:12px 14px;box-sizing:border-box;height:44px;border:none;border-radius:12px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;letter-spacing:-.28px;color:var(--ui-text-secondary);background:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease,color .2s ease}.categories-switcher--modern .category-btn:hover{color:var(--ui-text-neutral-high);background-color:transparent}.categories-switcher--modern .category-btn.active{color:var(--ui-text-primary);background-color:var(--ui-surface)}.categories-switcher--modern .category-btn span{padding:0;border-radius:0;font-size:inherit;font-weight:inherit;text-transform:none;color:inherit;background:transparent}.categories-switcher--modern .category-btn.active span{color:inherit;background:transparent}.categories-switcher__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;opacity:.8;transition:filter .2s ease,opacity .2s ease;filter:grayscale(100%) brightness(.7)}.categories-switcher__icon svg{display:block;width:100%;height:100%}.category-btn.active .categories-switcher__icon{opacity:1;filter:none}.category-btn[data-category="0"] .categories-switcher__icon{color:var(--ui-text-secondary);filter:none}.category-btn[data-category="0"].active .categories-switcher__icon{color:var(--ui-text-primary)}.categories-switcher__text{font-family:Raleway,sans-serif;font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap;letter-spacing:-.28px}.categories-switcher--modern .category-btn--services.active{color:var(--color-icon-blue)}.categories-switcher--modern .category-btn--sports.active{color:var(--color-icon-orange)}.categories-switcher--modern .category-btn--events.active{color:var(--color-icon-yellow)}.categories-switcher--modern .category-btn--content.active{color:var(--color-icon-cyan)}.categories-switcher--modern .category-btn--infrastructure.active{color:var(--color-icon-pink)}@media(max-width:768px){.categories-switcher.categories-switcher--modern{flex-wrap:nowrap}}.instant-booking-section{display:flex;align-items:center;flex-direction:column;width:100%;max-width:100%}.instant-booking__content{display:flex;flex-direction:column;gap:16px;width:100%;max-width:496px}.instant-card{display:flex;flex-direction:column;gap:20px;padding:24px;border:2px solid transparent;border-radius:28px;background-color:var(--ui-surface);transition:border-color .3s ease}.instant-card.is-active .instant-card__btn{color:var(--ui-accent-secondary);background:#a48afb1a}.instant-card__header{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.instant-card__icon-wrapper{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.instant-card__icon-wrapper svg{width:100%;height:100%;fill:var(--ui-accent-secondary)}.instant-card__body{display:flex;flex-direction:column;gap:8px;width:100%}.instant-card__title{margin:0;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.9px;color:var(--ui-accent-secondary)}.instant-card__info-list{display:flex;flex-direction:column;gap:4px}.instant-card__info-item{display:flex;align-items:flex-start;gap:12px;font-size:16px;font-weight:500;line-height:1.3;letter-spacing:-.32px;color:var(--ui-text-secondary)}.instant-card__info-bar{align-self:stretch;flex-shrink:0;margin:2px 0;width:3px;min-height:1rem;border-radius:999px;background-color:var(--ui-surface-neutral-strong)}.instant-card__btn{display:flex;align-items:center;justify-content:center;margin-top:0;width:100%;height:52px;border:none;border-radius:8px;font-family:Raleway,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.28px;color:var(--ui-text-on-accent);background-color:var(--ui-accent);cursor:pointer;transition:background-color .3s ease,color .3s ease}.instant-card__btn:hover{opacity:.9}.instant-option{display:flex;align-items:flex-start;gap:12px;margin-top:4px;cursor:pointer}.instant-option__input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;opacity:0}.instant-option.login__checkbox .instant-option__text{font-size:14px;font-weight:500;line-height:1.2;color:var(--ui-text-secondary)}.instant-benefits{display:flex;flex-direction:column;gap:2px;margin-top:8px;overflow:hidden;border-radius:16px}.instant-benefit-item{display:flex;align-items:center;gap:16px;padding:16px;background-color:var(--ui-surface)}.instant-benefit-item__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px}.instant-benefit-item__text{font-size:14px;font-weight:600;line-height:1.2;color:var(--ui-text-primary)}[data-publish-step=true] .publish__preview{position:fixed;left:0;bottom:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:0;width:100%;height:100vh;pointer-events:none;z-index:10}[data-publish-step=true] .publish__card-wrapper{margin-bottom:80px;pointer-events:auto}@media(max-width:768px){[data-publish-step=true] .publish__card-wrapper{margin-bottom:26px}}[data-publish-step=true] .publish__preview{align-items:flex-end;justify-content:center;flex-direction:row}@media(min-width:768px){.steps-panel--publish{background:transparent!important;box-shadow:none!important;pointer-events:none}.steps-panel--publish .steps-panel__actions,.steps-panel--publish .steps-panel__button{position:relative;pointer-events:auto;z-index:2}.steps-panel--publish .steps-panel__actions{width:min(24.3125rem,100%);justify-content:center;margin-inline:auto}.steps-panel--publish .publish-btn{width:24.3125rem;min-width:24.3125rem;max-width:24.3125rem}}.steps-panel--publish .publish-btn{padding:1rem;width:100%}[data-publish-step=true] .publish__glow{top:auto;bottom:2rem}.booking-card__confirm-actions{width:100%}.input-controls{display:flex;align-items:center;gap:1rem}@media(max-width:640px){[data-publish-step=true] .publish__glow{top:auto;bottom:-4rem;width:31.75rem}}.donation-video-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:#000000d9;z-index:10001}.donation-video-modal.modal--active{display:flex}.donation-video-modal__content{position:relative;width:100%;max-width:56.25rem;max-height:90vh;aspect-ratio:16 / 9}.donation-video-modal__content--vertical{max-width:25rem;aspect-ratio:9 / 16}.donation-video-modal__close{position:absolute;top:-2.5rem;right:0;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:10}.donation-video-modal__close svg{width:1.5rem;height:1.5rem}.donation-video-modal__iframe{width:100%;height:100%;border:none;border-radius:1rem}.section-onboard input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]),.section-onboard textarea,.section-onboard select{font-size:1rem}#service-modal input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]),#service-modal textarea,#service-modal select{font-size:1rem}html[data-theme=light] .section-onboard{--quiz-card-outline: var(--ui-border-subtle);--quiz-card-outline-hover: color-mix(in srgb, var(--ui-accent) 44%, var(--ui-border-control));--quiz-selected-surface: color-mix(in srgb, var(--ui-accent) 7%, var(--ui-surface));--quiz-hover-surface: color-mix(in srgb, var(--ui-accent) 3%, var(--ui-surface))}html[data-theme=light] .section-onboard :is(.rental-type,.switcher-list-item--instruction,.switcher-list-item--rules,.classification-card,.instant-card,.main-card,.amenities-page .info-card,.preview-intermediate__main,.publish__panel,.step4-card){box-shadow:inset 0 0 0 1px var(--quiz-card-outline),var(--ui-card-elevation)}html[data-theme=light] .section-onboard :is(.switcher-list-item--instruction,.switcher-list-item--rules,.main-card,.amenities-page .info-card){box-shadow:var(--ui-card-elevation)}html[data-theme=light] .section-onboard :is(.room-type,.checkbox-style__btn,.quiz__option,.steps-overlay__item,.input-field){box-shadow:var(--ui-interactive-ring)}html[data-theme=light] .section-onboard :is(.rental-type,.room-type,.checkbox-style__btn,.quiz__option,.classification-card,.steps-overlay__item){transition:color .16s ease,background-color .16s ease,box-shadow .16s ease}@media(hover:hover)and (pointer:fine){html[data-theme=light] .section-onboard :is(.rental-type,.room-type,.checkbox-style__btn,.quiz__option,.classification-card,.steps-overlay__item):not(:has(input:disabled)):hover{color:var(--ui-text-primary);background-color:var(--quiz-hover-surface);box-shadow:var(--ui-interactive-ring-hover),0 5px 14px #4d2dce12}}html[data-theme=light] .section-onboard :is(.rental-type,.room-type,.checkbox-style__btn,.quiz__option,.classification-card):has(input:checked),html[data-theme=light] .section-onboard .classification-card.active{color:var(--ui-accent-deep);background-color:var(--quiz-selected-surface);box-shadow:var(--ui-interactive-ring-selected),0 6px 16px #4d2dce17}html[data-theme=light] .section-onboard :is(.rental-type,.room-type,.checkbox-style__btn,.quiz__option,.classification-card):has(input:focus-visible){outline:2px solid var(--ui-focus-core);outline-offset:2px;box-shadow:var(--ui-interactive-ring),0 0 0 4px var(--ui-focus-halo)}html[data-theme=light] .section-onboard :is(.rental-type,.room-type,.checkbox-style__btn,.quiz__option,.classification-card):has(input:disabled){color:var(--ui-text-disabled);background-color:var(--ui-surface-disabled);box-shadow:inset 0 0 0 1px var(--ui-border-subtle);cursor:not-allowed;opacity:.78}html[data-theme=light] .section-onboard .room-type label,html[data-theme=light] .section-onboard .checkbox-style__btn,html[data-theme=light] .section-onboard .quiz__option-text{color:var(--ui-text-primary)}html[data-theme=light] .section-onboard .checkbox-style__btn:has(input:checked){color:var(--ui-accent-deep)}html[data-theme=light] .section-onboard :is(.input-field,.photo-upload__dropzone){background-color:var(--ui-surface);box-shadow:var(--ui-control-ring),var(--ui-card-elevation);transition:background-color .16s ease,box-shadow .16s ease}html[data-theme=light] .section-onboard .input-field:focus-within{box-shadow:var(--ui-control-ring-focus),0 0 0 4px var(--ui-focus-halo)}html[data-theme=light] .section-onboard .input-style__helper--error{color:var(--ui-error)}html[data-theme=light] .section-onboard .photo-upload__dropzone:hover,html[data-theme=light] .section-onboard .photo-upload__dropzone:focus-within{color:var(--ui-text-primary);background-color:var(--ui-accent-soft);box-shadow:inset 0 0 0 2px var(--ui-accent),0 0 0 4px var(--ui-focus-halo)}html[data-theme=light] .section-onboard .empty-room-types{border-color:transparent!important;color:var(--ui-text-secondary)!important;background:var(--ui-surface-subtle)!important}html[data-theme=light] .section-onboard .schedule__day{border-radius:0;background-color:transparent;box-shadow:inset 0 -1px 0 var(--ui-border-subtle)}html[data-theme=light] .section-onboard :is(.schedule__day-round-the-clock,.schedule__day-break){background-color:transparent}html[data-theme=light] .section-onboard :is(.schedule__day-name,.schedule__time,.schedule__day-off){color:var(--ui-text-primary)!important}html[data-theme=light] .section-onboard .schedule__time-copy{opacity:.52;transition:opacity .16s ease}html[data-theme=light] .section-onboard .schedule__time-copy g{opacity:1}html[data-theme=light] .section-onboard .schedule__time-copy:hover{opacity:1}html[data-theme=light] .section-onboard .schedule__time-copy:hover path{stroke:var(--ui-accent)}html[data-theme=light] .section-onboard .schedule__time:hover{color:var(--ui-accent)!important}html[data-theme=light] .section-onboard .tooltip-pro{--tooltip-pro-bg-color: var(--ui-surface-raised);--tooltip-pro-text-color: var(--ui-text-primary);--tooltip-pro-close-color: var(--ui-text-secondary);filter:drop-shadow(0 12px 24px rgba(31,31,35,.14))}html[data-theme=light] .section-onboard .tooltip-pro__content{box-shadow:inset 0 0 0 1px var(--ui-border-subtle)}html[data-theme=light] .section-onboard .badge-info{border-color:var(--ui-border-subtle);color:var(--ui-text-secondary-high);background-color:var(--ui-surface-subtle)}html[data-theme=light] .section-onboard .equipment__item{color:var(--ui-text-primary);background-color:var(--ui-surface-subtle);box-shadow:inset 0 0 0 1px var(--ui-border-subtle)}html[data-theme=light] .section-onboard .equipment__remove-btn{color:var(--ui-text-secondary-high);background-color:var(--ui-surface-neutral-strong);transition:color .16s ease,background-color .16s ease,box-shadow .16s ease}html[data-theme=light] .section-onboard .equipment__remove-btn:hover{color:var(--ui-text-primary);background-color:var(--ui-surface-neutral-stronger)}html[data-theme=light] .section-onboard .equipment__remove-btn:focus-visible{color:var(--ui-text-primary);background-color:var(--ui-surface-neutral-stronger);outline:none;box-shadow:0 0 0 3px var(--ui-focus-halo)}html[data-theme=light] .section-onboard .equipment__remove-btn svg{width:14px;height:14px}html[data-theme=light] .section-onboard .equipment__remove-btn circle{fill:none}html[data-theme=light] .section-onboard .equipment__remove-btn path{stroke:currentColor}html[data-theme=light] .section-onboard .paid-services__item{background-color:var(--ui-surface-subtle);box-shadow:inset 0 0 0 1px var(--ui-border-subtle)}html[data-theme=light] .section-onboard .paid-services__body{background-color:var(--ui-surface);box-shadow:inset 0 0 0 1px var(--ui-border-subtle)}html[data-theme=light] .section-onboard .paid-services__hanger-svg{color:var(--ui-icon-secondary);fill:currentColor}html[data-theme=light] .section-onboard .paid-services__close-icon-wrapper{color:var(--ui-text-secondary-high);background-color:var(--ui-surface-neutral-strong)}html[data-theme=light] .section-onboard :is(.instant-benefits,.info-list){background-color:var(--ui-border-subtle);box-shadow:none}html[data-theme=light] .section-onboard .instant-benefit-item__icon{--instant-benefit-icon-surface: color-mix(in srgb, var(--ui-accent) 13%, var(--ui-surface));--instant-benefit-icon-color: var(--ui-accent)}html[data-theme=light] .section-onboard .category-selector__item{background-color:var(--ui-surface);box-shadow:inset 0 0 0 1px var(--ui-border-subtle),var(--ui-card-elevation);transition:background-color .16s ease,box-shadow .16s ease}html[data-theme=light] .section-onboard .category-selector__item:before{background:transparent}html[data-theme=light] .section-onboard .category-selector__item--services{--quiz-category: #528bff;--quiz-category-text: #2f66c9}html[data-theme=light] .section-onboard .category-selector__item--sports{--quiz-category: #f38744;--quiz-category-text: #a84615}html[data-theme=light] .section-onboard .category-selector__item--events{--quiz-category: #fac515;--quiz-category-text: #765700}html[data-theme=light] .section-onboard .category-selector__item--content{--quiz-category: #22c1d6;--quiz-category-text: #007b8d}html[data-theme=light] .section-onboard .category-selector__item--infrastructure{--quiz-category: #f670c7;--quiz-category-text: #ae2d7b}html[data-theme=light] .section-onboard .category-selector__item:is(.is-active){background-color:color-mix(in srgb,var(--quiz-category) 8%,var(--ui-surface));box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--quiz-category) 76%,var(--ui-border-control)),0 7px 18px color-mix(in srgb,var(--quiz-category) 11%,transparent)}html[data-theme=light] .section-onboard .category-selector__item:is(.is-active) .category-selector__item-title{color:var(--quiz-category-text)}html[data-theme=light] .section-onboard .category-selector__item:focus-visible{outline:2px solid var(--ui-focus-core);outline-offset:2px;box-shadow:inset 0 0 0 2px var(--quiz-category),0 0 0 4px var(--ui-focus-halo)}html[data-theme=light] .section-onboard .step4-card{box-shadow:var(--ui-shadow-md)}html[data-theme=light] .section-onboard .step4-card__bg{opacity:.12;filter:blur(48px)}html[data-theme=light] .section-onboard :is(.step4-card__icon-wrapper,.step4-card__tag){background-color:color-mix(in srgb,var(--step4-primary, var(--ui-accent)) 8%,var(--ui-surface));box-shadow:none}html[data-theme=light] .section-onboard .categories-switcher.categories-switcher--modern{background-color:var(--ui-surface-subtle);box-shadow:none}html[data-theme=light] .section-onboard .categories-switcher--modern .category-btn{border-radius:12px}html[data-theme=light] .section-onboard .categories-switcher--modern .category-btn:hover{color:var(--ui-text-primary);background-color:var(--ui-surface);box-shadow:inset 0 0 0 1px var(--ui-border-subtle)}html[data-theme=light] .section-onboard .categories-switcher--modern .category-btn.active{color:var(--ui-accent-deep);background-color:var(--ui-accent-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ui-accent) 52%,var(--ui-border-control)),0 3px 8px #4d2dce14}html[data-theme=light] .section-onboard .categories-switcher--modern .category-btn[data-category="0"].active .categories-switcher__icon{color:var(--ui-accent-deep)}html[data-theme=light] .section-onboard .categories-switcher--modern .category-btn--services.active{color:#2f66c9}html[data-theme=light] .section-onboard .categories-switcher--modern .category-btn--sports.active{color:#a84615}html[data-theme=light] .section-onboard .categories-switcher--modern .category-btn--events.active{color:#765700}html[data-theme=light] .section-onboard .categories-switcher--modern .category-btn--content.active{color:#007b8d}html[data-theme=light] .section-onboard .categories-switcher--modern .category-btn--infrastructure.active{color:#ae2d7b}html[data-theme=light] .section-onboard .instant-card.is-active{border-color:transparent;background-color:var(--quiz-selected-surface);box-shadow:var(--ui-interactive-ring-selected),0 6px 16px #4d2dce17}html[data-theme=light] .section-onboard :is(.preview-intermediate__card,.publish__card-wrapper .space-card){border-color:var(--ui-border-subtle);box-shadow:var(--ui-card-elevation)}html[data-theme=light] .section-onboard .preview-intermediate__card .space-card__address{color:var(--ui-text-muted)}html[data-theme=light] .section-onboard .promo-toggle{box-shadow:none}html[data-theme=light] .section-onboard .main-card__icon-wrapper g[filter]{filter:none}html[data-theme=light] .section-onboard .steps-overlay__item.is-active{background-color:var(--ui-accent-soft);box-shadow:var(--ui-interactive-ring-selected)}html[data-theme=light] .section-onboard .steps-overlay__item.is-completed:not(.is-active){background-color:var(--ui-surface);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ui-accent) 28%,var(--ui-border-subtle))}html[data-theme=light] .section-onboard .steps-panel:not(.steps-panel--cta-only):not(.steps-panel--publish){box-shadow:inset 0 1px 0 var(--ui-border-subtle),0 -10px 28px #1f1f2312}html[data-theme=light] .section-onboard :is(.steps-panel__button--round,.steps-panel__all-steps:not(.steps-panel__all-steps--link)){border:0;color:var(--ui-text-secondary-high);background-color:var(--ui-surface);box-shadow:var(--ui-control-ring),var(--ui-shadow-sm);transition:color .16s ease,background-color .16s ease,box-shadow .16s ease}html[data-theme=light] .section-onboard .steps-panel__button-icon path{stroke:currentColor}html[data-theme=light] .section-onboard :is(.steps-panel__progress-bar .step,.step-progress__segment){background-color:var(--ui-surface-neutral-strong);box-shadow:none}html[data-theme=light] .section-onboard :is(.steps-panel__progress-bar .step,.step-progress__segment):is(.active,.is-active,.completed,.is-completed){background-color:var(--ui-accent);box-shadow:none}html[data-theme=light] .section-onboard :is(.btn--primary,.instant-card__btn,.publish-btn){color:var(--ui-text-on-accent);background-color:var(--ui-accent)}html[data-theme=light] .section-onboard :is(.btn--primary,.instant-card__btn,.publish-btn):active{color:var(--ui-text-on-accent);background-color:var(--ui-accent-pressed)}html[data-theme=light] .section-onboard .instant-card.is-active .instant-card__btn{color:var(--ui-accent-deep);background-color:var(--ui-accent-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ui-accent) 48%,var(--ui-border-control))}@media(prefers-reduced-motion:reduce){html[data-theme=light] .section-onboard :is(.rental-type,.room-type,.checkbox-style__btn,.quiz__option,.classification-card,.steps-overlay__item,.category-selector__item){transition:none}}
