.chat-dropzone{position:relative}.chat-dropzone__hint{z-index:10;color:var(--ruki-white);font-family:var(--font-regular);pointer-events:none;text-align:center;background:rgba(0,0,0,.7);border:2px dashed rgba(255,255,255,.6);border-radius:16px;justify-content:center;align-items:center;padding:24px;font-size:20px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.carousel{max-width:100%;position:relative}.carousel__viewport{width:100%;overflow:hidden}.carousel__viewport.is-draggable{cursor:move;cursor:grab}.carousel__viewport.is-dragging{cursor:grabbing}.carousel__control path{fill:var(--theme-accent-background-hover)}.carousel__control{align-items:center;display:flex}.carousel__container{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex}.carousel__control--left,.carousel__control--right{cursor:pointer;width:30px;height:calc(100% - 28px);position:absolute;top:0;bottom:0}.carousel__control--left{left:0}.carousel__control--right{right:0}.carousel__control--fixed{box-sizing:content-box;padding:0 50px;position:fixed}.photo-gallery-modal{display:flex}.photo-gallery-modal__list{box-sizing:border-box;border-right:1px solid rgba(255,255,255,.1);flex-shrink:0;height:100vh;padding:40px}.photo-gallery-modal__thumbnails{flex-direction:column;height:calc(100vh - 80px)}.photo-gallery-modal__list-item{background-color:var(--ruki-white);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:8px;display:flex;position:relative}.photo-gallery-modal__list-item_selected{border:3px solid var(--link-color)}.photo-gallery-modal__list-item:last-child{margin:0}.photo-gallery-modal__list-item-image{z-index:2;-o-object-fit:contain;object-fit:contain;max-width:80px;max-height:80px;position:relative;left:1px}.photo-gallery-modal__main{max-width:100%;padding:70px 40px 40px;position:relative;overflow:hidden}.photo-gallery-modal__image-container{flex-shrink:0;justify-content:center;align-items:center;width:calc(100vw - 251px);height:calc(100vh - 110px);margin-right:10px;display:flex}.photo-gallery-modal__image{-o-object-fit:contain;object-fit:contain;max-width:calc(100vw - 251px);max-height:calc(100vh - 110px)}.photo-gallery-modal__video{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.photo-gallery-modal__navigation{background-color:#000;border-radius:99px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:absolute;top:calc(50% - 26px);left:0}.photo-gallery-modal__navigation_right{left:auto;right:0}.photo-gallery-modal__navigation_disabled{display:none}@media (max-width:600px){.photo-gallery-modal{flex-direction:column}.photo-gallery-modal__list{border-right:none;width:calc(100vw - 80px);height:auto;margin-right:60px;padding:20px 0 20px 20px;display:flex}.photo-gallery-modal__thumbnails{flex-direction:row;width:calc(100vw - 80px);height:auto}.photo-gallery-modal__list-item{margin-bottom:0;margin-right:8px}.photo-gallery-modal__main{padding:20px}.photo-gallery-modal__image-container{width:100%;height:calc(100vh - 285px)}.photo-gallery-modal__loader{z-index:1}.photo-gallery-modal__image{max-width:100%;max-height:none}.photo-gallery-modal__navigation{display:none}}.chat-message{flex-direction:column;gap:4px;padding:2px 0;animation:.3s ease-out slide-in-from-bottom;display:flex}.chat-message:first-of-type{margin-top:auto}.chat-message_incoming{grid-template-columns:1fr;grid-template-areas:"content";padding:2px 0}.chat-message_outgoing{grid-template-columns:1fr;grid-template-areas:"content";padding-right:10px}.chat-message-content{width:-moz-fit-content;overflow-wrap:break-word;grid-area:content;width:fit-content;max-width:80%}.chat-message-time{color:rgba(0,0,0,.4);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chat-message_outgoing .chat-message-time{position:absolute;bottom:6px;right:12px}.chat-message_incoming .chat-message-time{color:rgba(255,255,255,.4);display:block;position:static}.chat-message_incoming .chat-message-content{color:var(--ruki-white);flex-direction:column;gap:4px;display:flex;position:relative}.chat-message_with-bubble .chat-message-content{background-color:#1f1f1f;border-radius:10px;padding:12px}.chat-message_outgoing .chat-message-content{color:var(--ruki-black);background-color:#ceefef;border-radius:10px;margin-left:auto;padding:12px}.chat-message_only-pictures .chat-message-content{background-color:transparent}.chat-message__document-preview{color:inherit;overflow-wrap:anywhere;background-color:rgba(255,255,255,.1);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;display:flex}.chat-message__document-preview svg{flex-shrink:0}.chat-message__preview{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.chat-message__preview-button{cursor:pointer;display:block;position:relative;overflow:hidden}.chat-message__video-icon{box-sizing:border-box;pointer-events:none;background-color:rgba(0,0,0,.4);border-radius:8px;width:40px;height:40px;padding:11px;position:absolute;bottom:10px;left:10px}.chat-message__video-icon svg{position:relative;bottom:0}.chat-message_last.chat-message_outgoing .chat-message-content{position:relative}.chat-message_outgoing:not(.chat-message_only-pictures) .chat-message-content:before{content:url(/static/media/cloud_tail_outgoing.6829f0e1932c521119d2.svg);width:15px;height:21px;position:absolute;bottom:-4px;right:-9.5px}.chat-message_last.chat-message_with-bubble .chat-message-content:before{content:url(/static/media/cloud_tail_incoming.aa6c082aa4de3ad5c27c.svg);width:15px;height:21px;position:absolute;bottom:-4px;left:-6px}.chat-message_last .chat-message-content{padding-right:45px}@media (min-width:901px){.chat-message_last .chat-message-content{padding-right:55px}}.chat-message__sender-name{margin-top:12px}.chat-message_kind-client .chat-message__sender-name{color:#ffd60a}.chat-message_kind-admin .chat-message__sender-name{color:#00b5a5}.chat-message_kind-llm .chat-message__sender-name,.chat-message_kind-llm_hint .chat-message__sender-name{color:#f44}.chat-message_failed.chat-message_outgoing{justify-content:flex-end;align-items:flex-end;gap:8px;display:flex}.chat-message_failed.chat-message_outgoing .chat-message-content{margin-left:0}.chat-message__retry-button{color:rgba(255,255,255,.5);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:color .2s;display:flex}.chat-message__retry-button:hover{color:var(--ruki-white)}.chat-message-time_failed{color:var(--ruki-red)!important}@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-message_incoming .chat-message-time{text-align:left}.chat-message__files{box-sizing:border-box;border-radius:10px;gap:4px;height:100%;margin:1px;display:grid;overflow:hidden}.chat-message__files[data-file-count="1"]{max-width:400px;max-height:360px}.chat-message:not(.chat-message_only-pictures) .chat-message__files[data-file-count="1"]{border-bottom-right-radius:0;border-bottom-left-radius:0}.chat-message__files[data-file-count="2"]{grid-template-columns:repeat(2,1fr);max-width:400px;max-height:300px}.chat-message__files[data-file-count="3"]{grid-template-columns:repeat(2,1fr);max-width:400px;max-height:500px}.chat-message__files[data-file-count="3"] .chat-message__preview-button:first-child{grid-column:1/span 2}.chat-message__files[data-file-count="4"]{grid-template-columns:repeat(3,1fr);max-width:400px;max-height:360px}.chat-message__files[data-file-count="4"] .chat-message__preview-button:first-child{grid-area:1/2/span 3/span 2}.chat-message__files[data-file-count="5"]{grid-template-columns:repeat(3,1fr);max-width:400px;max-height:360px}.chat-message__files[data-file-count="5"] .chat-message__preview-button{grid-row:span 2}.chat-message__files[data-file-count="5"] .chat-message__preview-button:first-child{grid-area:1/2/span 3/span 2}.chat-message__files[data-file-count="5"] .chat-message__preview-button:nth-child(2){grid-area:4/2/span 3/span 2}.chat-message__files[data-file-count="6"]{grid-template-columns:repeat(3,1fr);max-width:540px;max-height:400px}.chat-message_with-preview .chat-message-content{max-width:392px;padding:0}.chat-message_with-preview .chat-message__text{padding-top:12px;padding-bottom:12px;padding-left:12px;display:block}.chat-message_only-pictures .chat-message-time{color:var(--ruki-white);background-color:rgba(0,0,0,.4);border-radius:4px;padding:2px 4px;position:absolute;bottom:8px;right:8px}.chat-typing-indicator{color:var(--ruki-white);align-items:center;gap:8px;margin-top:8px;display:flex}.chat-typing-indicator__dots{align-items:center;gap:4px;display:flex}.chat-typing-indicator__dot{background:var(--ruki-white);border-radius:50%;width:4px;height:4px;animation:1.4s infinite chat-typing-dot}.chat-typing-indicator__dot:nth-child(2){animation-delay:.2s}.chat-typing-indicator__dot:nth-child(3){animation-delay:.4s}@keyframes chat-typing-dot{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.chat-welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:32px 16px;display:flex}@media (min-width:901px){.chat-welcome{padding:40px 16px}}.chat-welcome__icon{margin-bottom:20px}@media (min-width:901px){.chat-welcome__icon{width:80px;height:80px;margin-bottom:16px}}.chat-message-list{scrollbar-color:var(--ruki-grey)transparent;scrollbar-gutter:stable;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto}.chat-message-list__content{box-sizing:border-box;flex-direction:column;min-height:100%;padding:16px;display:flex}@media (min-width:900px){.chat-message-list__content{padding:16px 0}}.chat-message-list__group{margin-top:32px}.chat-message-list__group-title{color:rgba(255,255,255,.5);text-align:center;position:relative}.chat-message-list__group-title:before,.chat-message-list__group-title:after{content:"";background-color:rgba(255,255,255,.3);height:1px;position:absolute;top:50%;transform:translateY(-50%)}.chat-message-list__group-title:before{left:0;right:calc(50% + 40px)}.chat-message-list__group-title:after{left:calc(50% + 40px);right:0}.chat-message-list__message{margin-bottom:20px}.chat-message_last{margin-bottom:40px}.chat-message-list__message:last-child{margin-bottom:0}.chat-widget-input{position:relative}.chat-widget-input__container{padding:12px;position:relative}.chat-widget-input__container:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(60deg,#00f 0%,#0079ff 18%,#00e6e6 35%,#00b9ff 67%,#ff00eb 100%) border-box;border:1px solid transparent;border-radius:8px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 0,#000 0),linear-gradient(#000 0,#000 0);mask-image:linear-gradient(#000 0,#000 0),linear-gradient(#000 0,#000 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.chat-widget-input__row{align-items:center;gap:8px;display:flex}.chat-widget-input__textarea{box-sizing:border-box;width:100%;min-height:24px;font-family:var(--font-regular);resize:none;background:0 0;border:none;outline:none;font-size:16px;line-height:24px}.chat-widget-input__row .chat-widget-input__textarea{flex:1;width:auto;min-width:0}.chat-widget-input__controls{justify-content:space-between;margin-top:15px;display:flex}.chat-widget-input__attach-button,.chat-widget-input__send-button{flex-shrink:0}.chat-widget-input__files{flex-flow:wrap;gap:8px;margin-bottom:12px;display:flex}.chat-widget-input__file{background:rgba(255,255,255,.1);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;max-width:calc(100% - 20px);padding:7px 10px;display:flex}.chat-widget-input__file-info{flex-direction:column;flex:1;min-width:0;display:flex}.chat-widget-input__file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-widget-input__file-size{opacity:.5}.chat-widget-input__file-progress{width:16px;height:16px;position:relative}.chat-widget-input__file-remove{cursor:pointer;opacity:.5;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:opacity .2s;display:flex}.chat-widget-input__file-remove:hover{opacity:1}.chat-widget-input--light .chat-widget-input__textarea{color:var(--ruki-black);scrollbar-color:var(--ruki-grey)transparent}.chat-widget-input--light .chat-widget-input__textarea::placeholder{color:var(--ruki-black)}.chat-widget-input--light .chat-widget-input__textarea::placeholder{color:var(--ruki-black)}.chat-widget-input--light .chat-widget-input__textarea::placeholder{color:var(--ruki-black)}.chat-widget-input--light .chat-widget-input__file{background:rgba(0,0,0,.05)}.chat-widget-input--light .chat-widget-input__file-name,.chat-widget-input--light .chat-widget-input__file-size{color:var(--ruki-black)}.chat-widget-input--dark .chat-widget-input__textarea{color:var(--ruki-white);scrollbar-color:var(--ruki-grey)transparent}.chat-widget-input--dark .chat-widget-input__textarea::placeholder{color:rgba(255,255,255,.5)}.chat-widget-input--dark .chat-widget-input__textarea::placeholder{color:rgba(255,255,255,.5)}.chat-widget-input--dark .chat-widget-input__textarea::placeholder{color:rgba(255,255,255,.5)}.chat-widget-input--dark .chat-widget-input__file{background:rgba(255,255,255,.1)}.chat-widget-input--dark .chat-widget-input__file-name{color:var(--ruki-white)}.chat-widget-input--dark .chat-widget-input__file-size{color:rgba(255,255,255,.5)}.page-chat-input{background-color:var(--ruki-white);border-radius:9px 9px 0 0;padding:6px}.page-chat-input__container{background-color:#f0efef;border-radius:5px;padding:12px}.page-chat-input__textarea{width:100%;min-height:24px;font-family:var(--font-regular);resize:none;background:0 0;border:none;outline:none;padding:0;font-size:16px;line-height:24px}.page-chat-input__textarea::placeholder{color:rgba(0,0,0,.5)}.page-chat-input__textarea::placeholder{color:rgba(0,0,0,.5)}.page-chat-input__textarea::placeholder{color:rgba(0,0,0,.5)}.page-chat-input__controls{justify-content:space-between;margin-top:15px;padding-left:5px;padding-right:5px;display:flex}.page-chat-input__attach-button,.page-chat-input__send-button{flex-shrink:0}.page-chat-input__files{flex-flow:wrap;gap:8px;margin-bottom:12px;display:flex}.page-chat-input__file{background:rgba(0,0,0,.1);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:7px 10px;display:flex}.page-chat-input__file-info{flex-direction:column;flex:1;min-width:0;display:flex}.page-chat-input__file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.page-chat-input__file-size{opacity:.5}.page-chat-input__file-progress{width:16px;height:16px;position:relative}.page-chat-input__file-remove{cursor:pointer;opacity:.5;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.page-chat-input__file-remove:hover{opacity:1}.page-chat-input--dark{background-color:transparent}.page-chat-input--dark .page-chat-input__container{background-color:rgba(255,255,255,.1)}.page-chat-input--dark .page-chat-input__textarea{color:var(--ruki-white)}.page-chat-input--dark .page-chat-input__textarea::placeholder{color:rgba(255,255,255,.5)}.page-chat-input--dark .page-chat-input__textarea::placeholder{color:rgba(255,255,255,.5)}.page-chat-input--dark .page-chat-input__textarea::placeholder{color:rgba(255,255,255,.5)}.page-chat-input--dark .page-chat-input__file{background:rgba(255,255,255,.1)}.page-chat-input--dark .page-chat-input__file-name,.page-chat-input--dark .page-chat-input__file-size{color:var(--ruki-white)}.checkbox{box-sizing:border-box;border:1px solid var(--link-color);background-color:var(--ruki-white);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;flex-shrink:0;padding:1.5px;display:block}.checkbox_variant_default{background:var(--ruki-lightgrey);border:none}.checkbox_checked{background:0 0;border:none;padding:0}.checkbox_has-error{border-color:var(--status-error)}.checkbox_size_small{width:16px;height:16px;padding:.5px}.checkbox_size_medium{width:21px;height:21px}.checkbox_disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.checkbox__input{opacity:0;width:0;height:0;margin:0;padding:0;position:absolute}.checkbox__visual{background-color:#f2f2ff;border-radius:4px;justify-content:center;align-items:center;display:flex}.checkbox__visual_size_medium{width:21px;height:21px}.checkbox__visual_size_small{width:16px;height:16px}.checkbox__checkmark_size_small{width:8px;height:8px}.checkbox_checked .checkbox__visual{border-color:var(--link-color);background-color:var(--link-color)}.checkbox_disabled .checkbox__visual{border-color:var(--ruki-grey);background-color:var(--ruki-lightgrey)}.checkbox:not(.checkbox_disabled):hover .checkbox__visual,.checkbox:not(.checkbox_disabled).checkbox_checked:hover .checkbox__visual{border-color:var(--link-color);background-color:var(--link-color-hover)}.stylist-login{flex-direction:column;align-items:center;width:100%;max-width:420px;display:flex}.stylist-login__subtitle{color:var(--ruki-white);font-family:var(--font-regular);text-align:center;margin:5px 0 35px;font-size:16px;line-height:1.4}.stylist-login__phone-form{flex-direction:column;align-items:flex-start;gap:24px;width:100%;display:flex}.stylist-login__input{width:100%;max-width:420px;color:var(--ruki-white);font-family:var(--font-regular);background:0 0;border:none;border-bottom:1px solid rgba(255,255,255,.4);outline:none;padding:0 0 8px;font-size:24px;font-weight:700}.stylist-login__input::placeholder{color:rgba(255,255,255,.4);font-weight:400}.stylist-login__input::placeholder{color:rgba(255,255,255,.4);font-weight:400}.stylist-login__input::placeholder{color:rgba(255,255,255,.4);font-weight:400}.stylist-login__input:-webkit-autofill{caret-color:var(--ruki-white);-webkit-text-fill-color:var(--ruki-white);transition:background-color 9999s ease-in-out}.stylist-login__input:-webkit-autofill:hover{caret-color:var(--ruki-white);-webkit-text-fill-color:var(--ruki-white);transition:background-color 9999s ease-in-out}.stylist-login__input:-webkit-autofill:focus{caret-color:var(--ruki-white);-webkit-text-fill-color:var(--ruki-white);transition:background-color 9999s ease-in-out}.stylist-login__checkbox-wrapper{color:var(--ruki-white);align-items:center;gap:10px;margin-top:-10px;margin-bottom:16px;font-size:16px;line-height:20px;display:flex}.checkbox_variant_stylist{--link-color:rgba(255,255,255,.33);--link-color-hover:trasparent;background:0 0;border-color:rgba(255,255,255,.33)}.stylist-login__submit{color:var(--ruki-white);cursor:pointer;font-family:var(--font-regular);background:0 0;border-radius:8px;align-self:center;padding:12px 28px;font-size:20px;font-weight:700;position:relative}.stylist-login__submit:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(60deg,#00f 0%,#0079ff 18%,#00e6e6 35%,#00b9ff 67%,#ff00eb 100%) border-box;border:1px solid transparent;border-radius:8px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 0,#000 0),linear-gradient(#000 0,#000 0);mask-image:linear-gradient(#000 0,#000 0),linear-gradient(#000 0,#000 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.stylist-login__submit:hover{background:rgba(255,255,255,.08)}.stylist-login__submit:active{background:rgba(255,255,255,.12)}.stylist-login__submit:disabled{color:rgba(255,255,255,.65);cursor:default;border-color:rgba(154,154,255,.5)}.stylist-login__code{cursor:text;justify-content:space-between;width:276px;max-width:100%;display:flex;position:relative}.stylist-login__code-input{z-index:1;caret-color:transparent;cursor:text;opacity:0;background:0 0;border:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.stylist-login__code-slot{width:57px;height:44px;color:var(--ruki-white);font-family:var(--font-regular);border-bottom:1px solid rgba(255,255,255,.4);justify-content:center;align-items:flex-end;padding-bottom:6px;font-size:24px;font-weight:700;line-height:1;display:flex}.stylist-login__code-slot_active{border-bottom-color:var(--ruki-white)}.stylist-login__code-slot_error{border-bottom-color:#ff8a8a}.stylist-login__error{color:#ff8a8a;font-family:var(--font-regular);text-align:center;margin:14px 0 0;font-size:14px;line-height:1.3}.stylist-login__links{flex-direction:column;align-items:center;gap:6px;margin-top:26px;display:flex}.stylist-login__link{color:#9aa0ff;cursor:pointer;font-family:var(--font-regular);background:0 0;border:none;padding:0;font-size:16px;line-height:1.4}.stylist-login__link:hover{color:#b8bcff}.stylist-login__link:disabled{color:rgba(154,160,255,.5);cursor:default}.stylist-create__enter-chat{color:var(--ruki-white);cursor:pointer;font-family:var(--font-regular);background:0 0;border:1px solid rgba(154,154,255,.8);border-radius:8px;padding:14px 36px;font-size:18px;font-weight:700}.stylist-create__enter-chat:active{background:rgba(255,255,255,.12)}.stylist-create__enter-chat_active{align-items:center;gap:8px;display:inline-flex}.stylist-create__enter-chat-dot{background:var(--ruki-green);border-radius:50%;width:8px;height:8px}.stylist-chat-surface__chat{background:var(--ruki-black);flex-direction:column;height:100%;padding:0 24px;display:flex}.stylist-chat-surface__input{padding-bottom:16px}.stylist-mobile-chat{z-index:1000;background:var(--ruki-black);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.stylist-mobile-chat__bar{color:var(--ruki-white);flex:none;align-items:center;gap:12px;padding:12px 16px;display:flex}.stylist-mobile-chat__back{color:var(--ruki-white);cursor:pointer;background:0 0;border:none;padding:0;font-size:26px;line-height:1}.stylist-mobile-chat__title{font-family:var(--font-accent);font-size:18px;font-weight:700}.stylist-mobile-chat__body{flex:1;min-height:0;position:relative}@media (max-width:900px){.stylist-chat-surface__chat{padding:0 12px}}.stylist-create{background:radial-gradient(130% 120% at 66% 28%,#282a4a 0%,#141f42 55%,#01153a 100%);flex-direction:column;align-items:center;padding:88px max(15px,min(4vw,112px)) 104px;display:flex}.stylist-create__intro{flex-direction:column;align-items:center;display:flex}.stylist-create__badge{width:80px;height:80px;margin-bottom:24px}.stylist-create__title{max-width:420px;color:var(--ruki-white);font-family:var(--font-regular);text-align:center;margin:0;font-size:40px;font-weight:700;line-height:1.2}.stylist-create__description{max-width:580px;color:var(--ruki-white);font-family:var(--font-regular);text-align:center;margin:20px 0 40px;font-size:16px;line-height:1.4}.stylist-create__surface{flex-direction:column;align-items:center;width:100%;max-width:784px;display:flex}.stylist-create__chat{width:100%}.stylist-create__input-field{padding-bottom:16px}.stylist-create__chat_started{flex-direction:column;height:600px;display:flex;overflow:hidden}.stylist-create:has(.stylist-create__chat_started)>.stylist-create__intro{display:none}.stylist-create:has(.stylist-login) .stylist-create__description{display:none}@media (max-width:900px){.stylist-create{padding:56px max(15px,min(4vw,112px)) 72px}.stylist-create__title{font-size:30px}}.stylist-hero{padding:60px max(15px,min(4vw,112px)) 215px;position:relative}.stylist-hero__bg{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.stylist-hero__inner{z-index:1;max-width:900px;margin:0 auto;position:relative}@media (max-width:1350px){.stylist-hero__inner{margin-left:170px;margin-right:170px}}@media (max-width:1200px){.stylist-hero__inner{margin-left:150px;margin-right:150px}}@media (max-width:900px){.stylist-hero__inner{margin-left:100px;margin-right:100px}}@media (max-width:600px){.stylist-hero__inner{margin-left:0;margin-right:0}}.stylist-hero__eyebrow{color:var(--ruki-black);font-family:var(--font-regular);font-size:20px;font-weight:700}.stylist-hero__title{max-width:970px;color:var(--ruki-black);font-family:var(--font-accent);letter-spacing:-2px;margin:0;font-size:max(34px,min(5.2vw,68px));font-weight:700;line-height:1}.stylist-hero__subtitle{max-width:620px;color:var(--ruki-black);font-family:var(--font-regular);margin:26px 0 0;font-size:18px;line-height:1.45}.stylist-hero__cta{background:var(--ruki-black);min-width:195px;color:var(--ruki-white);cursor:pointer;font-family:var(--font-regular);border:none;border-radius:8px;justify-content:center;align-items:center;gap:2px;margin-top:14px;padding:13px 22px;font-size:20px;font-weight:700;display:inline-flex}.stylist-hero__cta-icon{width:24px;height:24px}.stylist-hero__bonus{width:100%;height:67px;color:var(--ruki-black);cursor:pointer;background:linear-gradient(93deg,#00e6e6 35%,#aaf 100%);border:none;justify-content:center;align-items:center;gap:8px;padding:0;display:flex}@media (max-width:600px){.stylist-hero__bonus{padding-left:15px;padding-right:15px}}.stylist-hero__bonus-text{font-family:var(--font-regular);font-size:18px;font-weight:700}.stylist-hero__bonus-arrow{font-size:22px;line-height:1}@media (max-width:900px){.stylist-hero{min-height:0;padding:56px max(15px,min(4vw,112px)) 88px}.stylist-hero__title{letter-spacing:-1px}.stylist-hero__bonus-text{font-size:15px}}.stylist-gallery{pointer-events:none;height:400px;margin-top:-60px}.stylist-gallery__slide{flex:0 0 165px;justify-content:center;align-items:center;min-width:0;height:392px;display:flex}.stylist-gallery__scale{aspect-ratio:286/392;transform-origin:50%;border-radius:16px;flex-shrink:0;width:283px;overflow:hidden;transform:scale(.488);box-shadow:0 49px 98px rgba(0,0,0,.4)}.stylist-gallery__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}@media (max-width:900px){.stylist-gallery{margin-top:0}.stylist-gallery__scale{aspect-ratio:192/256}.stylist-gallery,.stylist-gallery__slide{height:320px}.stylist-gallery__slide{flex-basis:154px}.stylist-gallery__scale{width:197px}}.stylist-how__bound{box-sizing:border-box;max-width:calc(970px + 2*max(15px,min(4vw,112px)));margin:0 auto;padding:0 max(15px,min(4vw,112px))}.stylist-how__heading{color:var(--ruki-black);font-family:var(--font-accent);letter-spacing:-2px;margin:0;padding:80px 0 8px;font-size:max(34px,min(5vw,68px));font-weight:700;line-height:1}.stylist-how__step{padding:56px 0 72px}.stylist-how__step_dark{background-color:#322f1d;background-image:radial-gradient(130% 120% at 66% 28%,transparent 0%,rgba(0,0,0,.24) 25%,rgba(0,0,0,.49) 50%,rgba(0,0,0,.74) 78%,#010409 100%);transition:background-color .5s}.stylist-how__step_generate{position:relative;overflow:hidden}.stylist-generate__bg{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.stylist-generate__scrim{z-index:1;pointer-events:none;background:linear-gradient(95deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.55) 48%,rgba(255,255,255,0) 65%);position:absolute;top:0;bottom:0;left:0;right:0}.stylist-generate__content{z-index:2;flex-direction:column;min-height:560px;display:flex;position:relative}.stylist-generate__title{max-width:560px}.stylist-how__step-title{color:var(--ruki-black);gap:16px;margin:0 0 4px;font-size:max(24px,min(3vw,32px));font-weight:700;line-height:1.2;display:flex}@media (max-width:900px){.stylist-how__step-title{gap:4px}}.stylist-how__step-title_invert,.stylist-how__hint_invert{color:var(--ruki-white)}.stylist-generate__bullet,.stylist-generate__estimate,.stylist-generate__caption{color:var(--ruki-black)}.stylist-load__col{flex-direction:column;align-items:flex-start;display:flex}.stylist-load__col:nth-child(2){margin-right:30px}.stylist-how__num{font-size:inherit;font-variant-numeric:lining-nums;font-weight:inherit;flex:none}.stylist-how__num:after{content:"."}.stylist-how__hint{max-width:700px;font-family:var(--font-regular);margin-top:70px;font-size:16px;line-height:1.4}.stylist-how__closer{text-align:left;max-width:460px;margin-top:auto}@media (max-width:900px){.stylist-how__closer{display:none}}.stylist-how__closer_mobile{max-width:100%;display:none}@media (max-width:900px){.stylist-how__closer_mobile{margin-top:36px;margin-bottom:52px;display:block}}.stylist-load{grid-template-columns:1fr 1fr 1.2fr;gap:70px;display:grid}.stylist-load__label{margin:0 0 10px;font-size:24px}.stylist-load__plan,.stylist-load__photos,.stylist-load__messages{height:max(190px,min(21vw,240px))}.stylist-load__plan{width:auto;max-width:100%;display:block}.stylist-load__photos{aspect-ratio:207/239;position:relative}.stylist-how__step-title_short{max-width:460px}.stylist-load__photo_base{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;max-height:270px;position:absolute;top:0;bottom:0;left:0;right:0}.stylist-load__photo_over{aspect-ratio:181/213;-o-object-fit:cover;object-fit:cover;width:68%;position:absolute;top:7%;right:-12%;transform:rotate(7deg)}.stylist-load__messages{width:auto;max-width:100%;display:block}.stylist-generate__bullets{margin-top:8px;padding:0;list-style:none}.stylist-generate__bullet{margin-bottom:2px;padding-left:22px;font-size:16px;position:relative}.stylist-generate__bullet:before{content:"—";position:absolute;left:0}.stylist-generate__estimate-block{text-align:right;position:absolute;top:0;right:160px}.stylist-generate__estimate{font-family:var(--font-accent);letter-spacing:-2px;margin:0;font-size:max(32px,min(4vw,48px));font-weight:700}.stylist-generate__caption{margin-top:4px;font-size:16px;line-height:1.25}@media (max-width:900px){.stylist-generate__caption{font-size:12px}.stylist-how__step{padding:40px 0 56px}.stylist-load{flex-direction:column;grid-template-columns:1fr;gap:24px}.stylist-load__col:nth-child(2){margin-right:0}.stylist-load__col{align-items:stretch}.stylist-load__plan,.stylist-load__photos,.stylist-load__messages{aspect-ratio:auto;max-width:300px;height:auto}.stylist-load__photos{min-height:240px;margin-bottom:30px}.stylist-load__plan,.stylist-load__messages{width:100%}.stylist-generate__scrim{display:none}.stylist-generate__content{min-height:0}.stylist-generate__estimate-block{text-align:left;margin-top:150px;margin-left:22px;position:static}.stylist-how__closer{text-align:left;margin-top:40px}}.stylist{width:100%;overflow-x:hidden}.stylist .chat-welcome{display:none}.stylist__bold{margin-bottom:2px;font-size:24px;font-weight:700;line-height:28px}.stylist__ol-margin{margin-left:39px}@media (max-width:900px){.stylist__ol-margin{margin-left:22px}}body:has(.stylist) .intercom-launcher-frame{display:none}body:has(.stylist) .intercom-lightweight-app-launcher.intercom-launcher{display:none}
/*# sourceMappingURL=stylist.a6edffdbd4c3bde2c6a4.chunk.css.map*/