.ProStyledButton{position:relative;display:flex;justify-content:center;align-items:center;padding:8px 10px;cursor:pointer;border:0;border-radius:1000px;background:0 0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ProStyledButton_full-width{width:100%}.ProStyledButton_size_medium{padding:12px 24px}.ProStyledButton::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";border-radius:1000px;background:var(--depot-color-pro-gradient);transition:transform;transition-timing-function:ease-in;transition-duration:100ms;transform:scale(1,1)}.ProStyledButton:hover::before{transition-timing-function:ease-out;transition-duration:150ms;transform:scale(1.05,1.1)}.ProStyledButton-Text{z-index:2;text-align:center;color:#fff}.ProStyledButton_size_default .ProStyledButton-Text{font:500 var(--depot-font-size-caption) var(--depot-font-text)}.ProStyledButton_size_regular .ProStyledButton-Text,.ProStyledButton_size_medium .ProStyledButton-Text{font:500 var(--depot-font-size-text-m) var(--depot-font-text)}.PromptHelpers{display:flex;align-items:flex-end;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-bottom:8px;pointer-events:all;scrollbar-width:none;touch-action:manipulation}.ConnectionErrorBanner{display:flex;align-items:center;width:100%;padding:16px;border-radius:24px;background-color:var(--depot-color-notifier-bg);box-shadow:var(--depot-color-notifier-shadow);gap:12px}.ConnectionErrorBanner-Icon{flex-shrink:0;width:40px;height:40px}.ConnectionErrorBanner-Icon svg{width:100%;height:100%;color:var(--depot-color-text-tertiary);border-radius:100px;background:var(--depot-color-control-secondary)}.ConnectionErrorBanner-Text{display:flex;flex-grow:1;flex-direction:column;font:var(--depot-font-size-text-m) var(--depot-font-text);color:var(--depot-color-notifier-text)}.ConnectionErrorBanner-Cross{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:32px;height:32px;margin:0;padding:0;cursor:pointer;border:1px solid var(--depot-color-stroke-secondary);border-radius:36px;background:0 0}.ProTrialBanner{position:relative;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:16px;color:var(--depot-color-notifier-text);border-width:1px;border-style:solid;border-color:var(--depot-color-stroke-tertiary);border-radius:24px;background-color:var(--depot-color-notifier-bg);box-shadow:var(--depot-color-notifier-shadow)}.ProTrialBanner-Content{max-width:100%;margin-right:20px}.ProTrialBanner-Title{margin:0;padding:0;padding-right:20px;font:500 var(--depot-font-size-text-l) var(--depot-font-text)}.ProTrialBanner-Description{display:block;margin-top:8px;font:var(--depot-font-size-text-s) var(--depot-font-text);white-space:pre-wrap}.ProTrialBanner-Buttons{z-index:2;display:flex;align-items:center;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.ProTrialBanner-Cross{display:flex;flex-shrink:0;justify-content:center;align-items:center;box-sizing:border-box;width:44px;height:44px;margin:0;padding:0;cursor:pointer;color:var(--depot-color-text-quaternary);border:0;background:0 0}.ProTrialBanner-CrossIcon{width:13px;height:13px}.AliceChat-TabContextError{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.AliceTextBubbleAnimated{overflow:auto hidden;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.AliceTextBubbleAnimated-Word{animation:.3s ease-out 0s 1 forwards alice-text-bubble-animated-fade}@keyframes alice-text-bubble-animated-fade{0%{opacity:.3}to{opacity:1}}.MessageButton{margin:12px 0 0}.MessageBubbleImagePreview{position:relative}.MessageBubbleImagePreview-Button{margin:16px 0 0;padding:0;cursor:pointer;border:0;border-radius:0;background-color:transparent}.MessageBubbleImagePreview-Image{max-width:75px;max-height:100px;border-radius:12px;background:var(--depot-color-modal-bg);box-shadow:0 0 1px 0#1e03220a,0 1px 1px 0#1e032208,0 3px 2px 0#1e032205,0 6px 2px 0#1e032203;transform:rotate(12deg)}.MessageBubbleImagePreview-Image_deleted{width:54px;height:65px;color:var(--depot-color-text-tertiary)}.MessageBubbleImagePreview-Image_deleted>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:24px;height:24px;margin:auto}.AutoTooltip{padding:8px 12px;text-align:center;white-space:pre-wrap}.MessageBubble{position:relative;flex-shrink:0;box-sizing:border-box;max-width:100%;font:var(--depot-font-size-text-m) var(--depot-font-text);-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;white-space:normal;text-overflow:ellipsis;word-wrap:break-word;color:var(--depot-color-message-text)}.MessageBubble-Container_from-user .MessageBubble{align-self:flex-end;padding:var(--depot-layout-message-user-padding);white-space:pre-line;color:var(--depot-color-message-user-text);border-radius:var(--depot-layout-message-user-radius);background:var(--depot-color-message-user-bg);box-shadow:var(--depot-color-message-user-shadow)}.MessageBubble_external-dialog{white-space:pre-wrap}.MessageBubble-Container{position:relative;display:flex;flex-direction:column;width:100%;max-width:100%}.MessageBubble-Container+.MessageBubble-Container{margin-top:20px}.MessageBubble-Container_type_files.MessageBubble-Container_from-user .MessageBubble,.MessageBubble-Container_type_site.MessageBubble-Container_from-user .MessageBubble{z-index:1;margin:0;padding:0;border-radius:0;background:0 0;box-shadow:none}.MessageBubble-Container_type_site+.MessageBubble-Container{margin-top:8px}.MessageBubble-Container_type_site .MessageBubble:empty{height:52px}.MessageBubble-Buttons{display:flex;gap:10px}.MessageBubble-Status{margin-top:10px;color:var(--depot-color-text-quaternary)}.MessageBubble-Live{position:absolute;top:-14px;right:8px;display:flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:1000px;background-color:var(--depot-color-bg-secondary);box-shadow:var(--depot-shadow-bg-secondary);fill:var(--depot-color-text-quaternary)}.MessageBubble-Container{max-width:calc(100% - var(--depot-layout-message-user-margin-left))}.MessageBubble-Container.MessageBubble-Container_from-user{align-self:flex-end;margin-left:var(--depot-layout-message-user-margin-left)}.MessageBubble-Container:not(.MessageBubble-Container_from-user){margin-right:var(--depot-layout-message-model-margin-right)}.MessageBubble-Container_broContext:not(.MessageBubble-Container_from-user){margin-right:0}@media (max-width:400px){.MessageBubble-Container_broContext:not(.MessageBubble-Container_from-user){max-width:100%}}.MessageBubble-Container_from-user:last-child::after{height:40px;content:""}.StandaloneFeedback-Form{padding:8px 0}.StandaloneFeedback-Field{display:flex;align-items:center}.StandaloneFeedback-Send{width:48px;height:48px;margin:0;padding:0;cursor:pointer;border-radius:24px;background-color:transparent}.StandaloneFeedback-Send[disabled] .yamb-oknyx__arrow{fill:var(--depot-color-button-disabled-text)}.StandaloneFeedback-Send[disabled] .yamb-oknyx__arrow-circle{fill:var(--depot-color-button-disabled-bg)}.StandaloneFeedback-Send,.StandaloneFeedback-Send:focus,.StandaloneFeedback-Send:active{border:0;outline:0;box-shadow:none}.StandaloneFeedback-Send[disabled]{cursor:default}.StandaloneFeedback-Send:-moz-focusring{border:0;outline:0;box-shadow:none}.StandaloneFeedback{position:relative;padding:20px 16px 16px 24px;border-radius:24px;background-color:var(--depot-color-bg-secondary);box-shadow:var(--depot-shadow-bg-secondary)}.StandaloneFeedback-Close{position:absolute;top:8px;right:8px;width:32px;height:32px;padding:0;cursor:pointer;text-align:center;border:0;border-radius:16px;background:0 0}.StandaloneFeedback-Close svg{display:inline-block;vertical-align:middle}.StandaloneFeedback-Title{margin-bottom:12px;font:500 var(--depot-font-size-text-m) var(--depot-font-text);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--depot-color-text-primary)}.StandaloneFeedback-Buttons{display:flex;flex-wrap:wrap;gap:8px}.FaviconGroup{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FaviconGroup-Favicon{position:relative;overflow:hidden;margin-left:-2px;border:2px solid var(--favicon-group-border-color, var(--depot-color-bg-primary));border-radius:50%}.FaviconGroup-Favicon+.FaviconGroup-Favicon{margin-left:-6px}.FaviconGroup_size_xm .FaviconGroup-Favicon+.FaviconGroup-Favicon{margin-left:-12px}.FaviconGroup_size_l .FaviconGroup-Favicon+.FaviconGroup-Favicon{margin-left:-14px}.FaviconGroup-Favicon::after{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";border-radius:50%;background:#fff}.FuturisSourcesButton{position:relative;padding-top:5px;padding-bottom:5px}.FuturisSourcesButton-Wrapper{display:flex;gap:6px;align-items:center}.FuturisSourcesButton{display:flex;padding-top:0;padding-bottom:0}.FuturisSourcesButton::before{border-radius:100px}.StandaloneContextMenu-Feedback{margin-top:var(--depot-layout-message-model-menu-margin-top)}.StandaloneContextMenu{position:relative;display:flex;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-width:0;pointer-events:all}.StandaloneContextMenu-MenuContainer{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%}.StandaloneContextMenu-Title{margin:var(--depot-layout-message-model-menu-margin-top)0;font:var(--depot-font-size-md-paragraph);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--depot-color-text-primary)}.StandaloneContextMenu-Container_user{justify-content:flex-end;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.StandaloneContextMenu-Container_user .StandaloneContextMenu{margin-left:auto}.StandaloneContextMenu-Container:not(.StandaloneContextMenu-Container_user){margin-top:var(--depot-layout-message-model-menu-margin-top)}.StandaloneContextMenu-Container:not(.StandaloneContextMenu-Container_user) .StandaloneContextMenu{left:-12px}.StandaloneContextMenu-Menu{position:relative;display:flex;align-items:center;margin:0;padding:4px}.StandaloneContextMenu-Button{margin:0 4px 0 0;font:var(--depot-font-size-text-s) var(--depot-font-text)}.StandaloneContextMenu-Button_type_rotate svg{transform:rotate(180deg)}.StandaloneContextMenu-Button_type_pro{width:auto;padding:0 8px}.StandaloneContextMenu-Button_type_sources{padding:0 var(--depot-layout-button-size-s-padding)}.StandaloneContextMenu-ProText{font:500 var(--depot-font-size-caption) var(--depot-font-text);color:transparent;background:var(--depot-color-pro-gradient);-webkit-background-clip:text;background-clip:text}.StandaloneContextMenu-Button_type_thinking{width:64px;height:32px}.StandaloneContextMenu-ThinkingContent{display:flex;justify-content:center;align-items:center;gap:4px}.StandaloneContextMenu-ThinkingIcon svg{color:var(--depot-color-control-primary)}.StandaloneContextMenu-Container_user:focus-within,.StandaloneContextMenu-Container_user:hover,.Message:hover .StandaloneContextMenu-Container_user{pointer-events:all;opacity:1}.Message,.Message-Date{flex-shrink:0}.Message{position:relative;z-index:var(--z-index);display:flex;flex-direction:column;width:100%}.Message:not(.Message_from_user){margin-bottom:var(--depot-layout-message-margin-bottom)}.Message-Date{display:flex;justify-content:center;align-items:center;margin:4px auto 24px;font:var(--depot-font-size-text-s) var(--depot-font-text);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--depot-color-text-quaternary);gap:4px}.FuturisReasoningPhrase-Query{display:inline;margin:0 4px;padding:1px 8px 1px 6px;font:var(--depot-font-size-caption) var(--depot-font-text);vertical-align:middle;border:1px solid var(--depot-color-stroke);border-radius:8px;background-color:var(--depot-color-control-secondary);-webkit-box-decoration-break:clone;box-decoration-break:clone;overflow-wrap:anywhere}.FuturisReasoningPhrase-QueryIcon{display:inline-block;margin-right:4px;vertical-align:middle;background-color:var(--depot-color-text-quaternary)}.FuturisReasoningPhrase-Query_type_host .FuturisReasoningPhrase-QueryIcon{background-color:transparent}.Tumbler-Label{display:flex;align-items:center;cursor:pointer}.FuturisReasoningPhrase{display:flex}.FuturisReasoningPhrase-Content{margin-left:8px;color:transparent;background-color:var(--depot-color-text-quaternary);background-image:linear-gradient(90deg,transparent 0%,var(--depot-color-reasoning-phrase-highlighted-bg) 33%,var(--depot-color-text-primary-inverse-always) 66%,transparent 100%);background-repeat:no-repeat;background-position-x:-150%;-webkit-background-clip:text;background-clip:text;background-size:60% 100%;animation:futuris-gradient-slide 2s ease-in .5s infinite}.FuturisReasoningPhrase-Icon{--local-animation-icon-color:var(--depot-color-reasoning-phrase-highlighted-bg);position:relative;display:flex;flex-shrink:0;margin-top:2px;background-color:var(--depot-color-text-quaternary);animation:futuris-icon-scale 2s ease-in .3s infinite}.FuturisReasoningPhrase-Phrase{font:var(--depot-font-size-text-s) var(--depot-font-text)}.FuturisReasoningPhrase_theme_serp .FuturisReasoningPhrase-Icon{--local-animation-icon-color:var(--depot-color-fill-20)}.FuturisReasoningPhrase_theme_serp .FuturisReasoningPhrase-Content{background-image:linear-gradient(90deg,transparent 0%,var(--depot-color-text-primary-inverse-always) 66%,transparent 100%)}@keyframes futuris-icon-scale{25%{background-color:var(--local-animation-icon-color)}50%,to{background-color:var(--depot-color-text-quaternary)}}@keyframes futuris-gradient-slide{0%{background-position-x:-150%}to{background-position-x:250%}}.Tumbler-Button{position:relative;flex-shrink:0;margin:0;padding:0;cursor:pointer;-moz-user-focus:ignore;border:0;outline:0}.Tumbler-Button::-moz-focus-inner{padding:0;border:0}.Tumbler-Button::after{position:absolute;content:""}.DeepThinking{--gradient-size:50px;overflow:hidden;font:var(--depot-font-size-text-m) var(--depot-font-text);white-space:nowrap;text-overflow:ellipsis;color:var(--depot-color-text-quaternary);background-color:var(--depot-color-text-quaternary);background-image:linear-gradient(90deg,var(--depot-color-text-quaternary) 0%,#7b7b92 20.94%,#5c5c6e 49.52%,#7b7b92 81.35%,var(--depot-color-text-quaternary) 100%);background-repeat:no-repeat;background-position-x:calc(var(--gradient-size)*-1);-webkit-background-clip:text;background-clip:text;background-size:var(--gradient-size);animation:gradient 4000ms infinite linear;-webkit-text-fill-color:transparent}.DeepThinking_broContext{white-space:wrap}@keyframes gradient{0%{background-position-x:calc(var(--gradient-size)*-1)}75%{background-position-x:calc(var(--gradient-size)*-1)}to{background-position-x:calc(100% + var(--gradient-size))}}.Tumbler{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.AliceThinkingGap{display:flex;align-items:center;box-sizing:border-box;max-width:100%;padding:0 24px 0 0;color:var(--depot-color-text-primary);border-radius:4px 24px 24px;gap:8px}.AliceThinkingGap-Icon{display:flex;padding:5px 0}.AliceThinkingGap-DescriptionContainer{margin:0;font:var(--depot-font-size-text-m) var(--depot-font-text)}.AliceThinkingGap_futuris-progress{align-items:flex-start;min-height:54px}.Tumbler_size_m .Tumbler-Button{width:40px;height:24px;border-radius:24px}.Tumbler_size_m .Tumbler-Button::after{top:3px;left:3px;width:18px;height:18px;border-radius:50%;will-change:transform}.Tumbler_size_m .Tumbler-Button[aria-pressed=true]::after{left:3px;margin-left:-3px;transform:translateX(18px)}.Tumbler_size_m .Tumbler-Label:first-child{margin-right:12px}.Tumbler_size_m .Tumbler-Label:last-child{margin-left:12px}.FuturisReasoningProgress{position:relative;min-height:54px}.FuturisReasoningProgress-Item{opacity:1;transition:opacity .3s ease-out}.FuturisReasoningProgress-Item_hidden{position:absolute;top:0;left:0;visibility:hidden;opacity:0;transition:opacity .3s ease-in,visibility .3s ease-in;animation:none}.FuturisReasoningProgress-Item_fadeout{position:absolute;animation:futuris-progress-fade-out .3s ease-out forwards}.FuturisReasoningProgress-Item_fadein:not(.FuturisReasoningProgress-Item_hidden){animation:futuris-progress-fade-in .3s ease-out}@keyframes futuris-progress-fade-out{0%{opacity:1}to{opacity:0}}@keyframes futuris-progress-fade-in{0%{opacity:0}to{opacity:1}}.Tumbler_width_max{display:flex;width:100%}.Tumbler_width_max .Tumbler-Button{flex:0 0 auto}.Tumbler_width_max .Tumbler-Label{flex:1 1 auto;margin-right:12px}.Tumbler_width_max .Tumbler-Label:last-child{justify-content:flex-end;margin-right:0;margin-left:12px}.FuturisReasoningProgress{margin-right:48px}.Tumbler_view_default .Tumbler-Label{color:var(--depot-color-text-primary)}.Tumbler_view_default .Tumbler-Button{background-color:var(--depot-color-control-secondary);transition:background-color .1s ease-in-out}.Tumbler_view_default .Tumbler-Button::after{background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.1);transition:400ms cubic-bezier(.68,-.6,.32,1.6);transition-property:transform,margin,width}.Tumbler_view_default[class] .Tumbler-Button[aria-pressed=true]{background-color:var(--depot-color-control-secondary-checked)}.Tumbler_view_default[aria-disabled=true][class]{pointer-events:none}.Tumbler_view_default[aria-disabled=true][class] .Tumbler-Button{background-color:var(--depot-color-skeleton)}.Tumbler_view_default[aria-disabled=true][class] .Tumbler-Button::after{background-color:rgba(255,255,255,.6);box-shadow:none}.Tumbler_view_default[aria-disabled=true][class] .Tumbler-Button[aria-pressed=true]{background-color:var(--depot-color-stroke)}.HeaderNav-Tab{color:var(--depot-color-text-quaternary);outline:0}.HeaderNav-Tab:hover{cursor:pointer}.HeaderNav-DynamicTabs .HeaderNav-Tab:first-child{padding-left:0}.HeaderNav-Tab .HeaderNav-TabCover{position:absolute;font-weight:700;text-align:center;color:var(--depot-color-text-primary)}.HeaderNav-Tab:not(:first-child) .HeaderNav-TabCover{transform:translateX(-4%)}.HeaderNav-Tab:not(.HeaderNav-Tab_selected):hover{color:var(--depot-color-link-hovered)}.HeaderNav-Tab_selected{color:transparent}.HeaderNav-Tab .HeaderNav-TabCover::after,.utilityfocus .HeaderNav-Tab:not(.HeaderNav-Tab_selected):focus::after{position:absolute;right:0;bottom:0;left:0;display:block;content:"";border-top:2px solid var(--depot-color-text-primary);border-radius:2px}.utilityfocus .HeaderNav-Tab:not(.HeaderNav-Tab_selected):focus::after{right:10px;left:10px;border-color:#f8604a}.utilityfocus .HeaderNav-DynamicTabs .HeaderNav-Tab:first-child:not(.HeaderNav-Tab_selected):focus::after{left:0}.Tumbler_view_default .Tumbler-Button:hover{background-color:var(--depot-color-control-secondary-hovered)}.utilityfocus .Tumbler_view_default .Tumbler-Button:focus{box-shadow:0 0 0 2px var(--depot-color-utilityfocus)}.HeaderNav-Skeleton{position:relative;display:inline-block;overflow:hidden;box-sizing:border-box;height:1em;vertical-align:middle;border-radius:24px;background-color:var(--depot-color-skeleton);animation:header-nav-tab-skeleton-pulse 1s ease-in-out infinite alternate}@keyframes header-nav-tab-skeleton-pulse{0%{opacity:.5}to{opacity:1}}.SettingsListTextBox{display:flex;flex-direction:column;width:100%;min-width:0;gap:2px}.SettingsListTextBox_sidebar{display:inline;flex-direction:row}.SettingsListTextBox-Title{padding:2px 0;font:500 var(--depot-font-size-text-s) var(--depot-font-text);font-style:normal;color:var(--depot-color-text-primary)}.SettingsListTextBox-Title_sidebar{font:var(--depot-font-size-text-s) var(--depot-font-text)}.SettingsListTextBox-Title_broContext{font:var(--depot-font-size-text-m) var(--depot-font-text)}.SettingsListTextBox-Text{font:var(--depot-font-size-caption) var(--depot-font-text);color:var(--depot-color-text-tertiary)}.SettingsListTextBox-Title,.SettingsListTextBox-Text{overflow:hidden;word-break:break-word}.SettingsListTextBox-InfoIcon{display:inline-block;width:16px;height:16px;margin-left:6px;vertical-align:middle;background-color:var(--depot-color-text-tertiary);-webkit-mask-image:url(//yastatic.net/s3/alicestatic/_/v2/static/media/Info_16.f4dbf8d9.svg);mask-image:url(//yastatic.net/s3/alicestatic/_/v2/static/media/Info_16.f4dbf8d9.svg)}.SettingsListTextBox-InfoIcon_broContext{width:18px;height:18px;-webkit-mask-size:100%auto;mask-size:100%auto}.SettingsListTextBox-InfoIcon:hover{cursor:help;background-color:var(--depot-color-text-tertiary);-webkit-mask-image:url(//yastatic.net/s3/alicestatic/_/v2/static/media/InfoFilled_16.55f54db6.svg);mask-image:url(//yastatic.net/s3/alicestatic/_/v2/static/media/InfoFilled_16.55f54db6.svg)}.SettingsListTextBox-TooltipText{max-width:184px;margin-top:0;margin-bottom:0;font:var(--depot-font-size-text-s) var(--depot-font-text);text-align:center;color:var(--depot-color-tooltip-text)}.Popup2_view_default.Tooltip_view_alice.SettingsListTextBox-Tooltip{padding:8px 10px;border-radius:12px}.HeaderNav{display:flex;height:44px}.HeaderNav-Item{position:relative;padding:0 10px;font-size:var(--depot-text-xm);line-height:44px;white-space:nowrap;text-decoration:none;text-transform:lowercase}.HeaderNav-DynamicTabs{display:flex;overflow:hidden}.HeaderNav-FixedTabs{display:flex}.SettingsList-ToggleItem{padding:16px 0}.BaseFeaturesPromo-Feature{display:flex;flex-direction:column;align-items:center;min-width:155px;max-width:178px;gap:4px}.BaseFeaturesPromo-FeatureIcon{margin-bottom:8px;color:var(--depot-color-text-primary-inverse-always)}.BaseFeaturesPromo-FeatureTitle{font:700 var(--depot-font-size-text-m) var(--depot-font-text);text-align:center;white-space:pre-wrap;color:var(--depot-color-text-primary-inverse-always)}.SimpleCheckbox{--size:20px;width:var(--size);height:var(--size)}.SimpleCheckbox-Label{position:relative;display:block;width:var(--size);height:var(--size);cursor:pointer}.SimpleCheckbox-Label_disabled{cursor:auto}.SimpleCheckbox-Checkbox{margin:0;opacity:0}.SimpleCheckbox-Icon{display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:2px;border:2px solid var(--depot-color-checkbox-border);border-radius:50%;background:var(--depot-color-checkbox-bg);transition:background-color .2s ease-in-out,border .2s ease-in-out}.SimpleCheckbox-Label .SimpleCheckbox-Checkbox,.SimpleCheckbox-Label .SimpleCheckbox-Icon{position:absolute;top:50%;left:50%;width:var(--size);height:var(--size);transform:translate(-50%,-50%)}.SimpleCheckbox-Icon .checkbox-icon__check{fill:transparent;transition:fill .2s ease-in-out}.SimpleCheckbox-Icon_checked{border-color:var(--depot-color-checkbox-border-checked);background:var(--depot-color-checkbox-bg-checked)}.SimpleCheckbox-Icon_checked .checkbox-icon__check{fill:var(--depot-color-checkbox-text)}.BaseFeaturesPromo{position:relative;display:flex;box-sizing:border-box;width:100%;max-width:848px;height:100%;margin:auto;padding:0 72px}.BaseFeaturesPromo-Content{z-index:2;display:flex;overflow-y:scroll;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;height:100%;max-height:580px;margin:auto;padding:0 0 64px;gap:40px;scrollbar-width:none}.BaseFeaturesPromo-Content::-webkit-scrollbar{display:none}.BaseFeaturesPromo-Title{display:flex;justify-content:center;align-items:center}.BaseFeaturesPromo-TitleImage{width:100%;height:100%;pointer-events:none;object-fit:contain}.BaseFeaturesPromo-Features{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px 20px}.BaseFeaturesPromo-Buttons{display:flex;justify-content:center;align-items:center;gap:16px}.SettingsListSelectItemOption{display:flex}.SettingsListSelectItemOption-Wrapper{display:flex;gap:10px;cursor:pointer}.NewChatInFolderButton{justify-content:start;width:100%;padding:0 12px;transition:padding .2s ease-in-out}.NewChatInFolderButton.AliceButton .AliceButton-Text{margin-left:8px;transition:.2s ease-in-out;transition-property:opacity,transform}.SettingsList-SelectItem{display:flex;flex-direction:column;padding:14px 0}.SettingsList-SelectItemHeader{display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer}.SettingsList-SelectItemChevron{position:relative}.SettingsList-SelectItemChevron>svg{color:var(--depot-color-text-quaternary);transition:transform .2s ease-in-out;transform:rotate(0deg);transform-origin:center}.SettingsList-SelectItemChevron_opened>svg{transform:rotate(180deg)}.SettingsList-SelectItemOptions{display:flex;flex-direction:column;padding:20px 0 0;gap:12px}@media (min-width:768px){.SettingsList-SelectItem{padding:14px 24px 14px 0}}.NewChatInFolderButton.NewChatInFolderButton_compact{justify-content:start;padding:0 10px}.NewChatInFolderButton.NewChatInFolderButton_compact.AliceButton .AliceButton-Text{opacity:0;transform:translateX(-10px)}.SettingsList-Info{position:absolute;right:0;bottom:0;left:0;padding:16px}.SettingsList-InfoLink{text-decoration:none}.ChatListItem-MenuOverlay{--local-overlay-bg:rgba(0, 0, 0, .3);position:fixed;z-index:var(--overlay-z-index);top:0;left:0;overflow:clip;box-sizing:border-box;min-width:100vw;max-width:100vw;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;animation-name:context-menu-overlay-appear;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}.i-ua_skin_dark .ChatListItem-MenuOverlay{--local-overlay-bg:rgba(0, 0, 0, .5)}.ChatListItem-MenuOverlay_hidden{pointer-events:none;animation-name:context-menu-overlay-disappear;animation-timing-function:ease-in}@keyframes context-menu-overlay-appear{0%{background-color:unset;-webkit-backdrop-filter:unset;backdrop-filter:unset}to{background-color:var(--local-overlay-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@keyframes context-menu-overlay-disappear{0%{background-color:var(--local-overlay-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}to{background-color:unset;-webkit-backdrop-filter:unset;backdrop-filter:unset}}.SettingsList{box-sizing:border-box;width:100%;height:100%;margin:0;padding:0;list-style-type:none;border:0}.SettingsBar{display:flex;flex-direction:column;box-sizing:border-box;width:100%;height:100%;padding:16px;border-radius:0;background-color:var(--depot-color-bg-sidebar)}.SettingsBar-Header{position:relative;display:flex;align-items:center;margin-top:10px;padding-bottom:8px}.SettingsBar-Header::after{width:40px;content:""}.SettingsBar-Title{margin:0 auto 0 6px;font:500 var(--depot-font-size-title-2xs) var(--depot-font-text);color:var(--depot-color-text-primary)}.ChatSidebarFolderHeader{position:relative;display:flex;align-items:center;box-sizing:border-box;width:100%;height:38px;padding:10px 8px 0;transition:padding .2s ease-in-out}.ChatSidebarFolderHeader_collapsed{padding:10px 10px 0;transition:padding .2s ease-in-out}.ChatSidebarFolderHeader-TitleWrapper{display:flex;flex:1 1;justify-content:space-between;align-items:center;min-width:0}.ChatSidebarFolderHeader-Title{overflow:hidden;flex:1 1;min-width:0;margin:0 auto 0 6px;padding:0;font:500 var(--depot-font-size-title-2xs) var(--depot-font-text);text-align:left;white-space:nowrap;text-overflow:ellipsis;color:var(--depot-color-text-primary)}.ChatSidebarFolderHeader-Title_hidden{pointer-events:none;opacity:0}.GetAliceApp-TooltipContent{display:flex;padding:4px}.GetAliceApp-Description{display:flex;flex-direction:column;justify-content:space-between;width:108px;margin-right:21px}.GetAliceApp-Title{font:500 var(--depot-font-size-text-s) var(--depot-font-text);text-align:start}.GetAliceApp-AvailableMarkets{display:flex;align-items:center;font:9px/11px var(--depot-font-text)}.GetAliceApp-AvailableMarketsList{display:flex;margin-left:8px}.GetAliceApp-AvailableMarketsList>svg{margin-right:2px}.GetAliceApp-AvailableMarketsList>svg:last-child,.GetAliceApp-AvailableMarketsList>svg:last-of-type{margin-right:0}.UserFrame{position:absolute;z-index:100;top:15px;right:20px;overflow:hidden;width:300px;height:var(--user-frame-height);border:1px solid var(--depot-color-stroke-secondary);border-radius:24px;background:var(--depot-color-bg-secondary);animation:user-frame__init .2s linear 1}.UserFrame_hide{display:none}.UserFrame-Content{display:contents}.UserFrame-Iframe{position:relative;visibility:visible;width:100%;height:100%;opacity:1;transition:opacity .2s ease-in}.UserFrame-Content_spinner-on .UserFrame-Iframe{position:absolute;height:0;opacity:0}.UserFrame-Spinner{display:none;box-sizing:border-box;width:38px;height:38px;border-width:2px;border-style:solid;border-color:var(--depot-color-control-primary) transparent transparent var(--depot-color-control-primary);border-radius:50%;animation:user-frame__spinner_spin 1s linear infinite}.UserFrame-Content_spinner-on{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.UserFrame-CloseButton{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:0}.UserFrame-Content_spinner-on .UserFrame-Spinner{display:block}.UserFrame-BgPanel{position:relative;z-index:-1;width:100%;height:100%;background:#000;transition:all 1s linear;animation:opacity-animation .5s linear 1}.UserFrame_hide .UserFrame-BgPanel{display:none}@keyframes user-frame__spinner_spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes user-frame__init{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes opacity-animation{0%{opacity:0}to{opacity:1}}.UserFrame.UserFrame_inSidebar{top:unset;bottom:60px;left:14px}.BaseFeaturesPromoBackground{width:100%;height:100%;background:linear-gradient(180deg,#07001f 0,#2e1d6e 21.1%,#7956ff 66.84%,#2bf5f5 111.06%),linear-gradient(0deg,rgba(0,0,0,.01),rgba(0,0,0,.01))}.FullscreenImage-Container{position:absolute;z-index:22;top:0;right:0;bottom:0;left:0;box-sizing:border-box;padding:80px 80px 128px}.FullscreenImage-Container_mobile{padding:72px 24px}.FullscreenImage-Wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.FullscreenImage{max-width:100%;max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:24px;transform:translate(var(--translate-x, 0),var(--translate-y, 0)) scale(var(--scale, 1)) translateZ(0)}.FullscreenImage::-moz-selection{background:0 0}.FullscreenImage::selection{background:0 0}.ButtonControl{display:flex;flex:1 1 100%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:48px;cursor:pointer;border:0;background:0 0;gap:2px}.ButtonControl-Icon{width:24px;height:24px;object-fit:contain;object-position:center}.ButtonControl-Title{font:500 var(--depot-font-size-caption) var(--depot-font-text);color:var(--depot-color-text-primary)}.ScrollControl{position:fixed;display:flex;justify-content:center;align-items:center;width:60px;height:100%;padding:0;cursor:pointer;pointer-events:all;opacity:0;border:0;background:0 0;transition:opacity .2s ease-in-out}.ScrollControl_direction_prev{left:0}.ScrollControl_direction_next{right:0}.ScrollControl:hover{opacity:1}.ScrollControl svg{width:36px;height:36px;color:#fff}.ScrollControl_direction_prev svg{transform:rotate(90deg)}.ScrollControl_direction_next svg{transform:rotate(-90deg)}.FullscreenGalleryControls{position:absolute;z-index:22;top:0;right:0;bottom:0;left:0;pointer-events:none}.FullscreenGalleryControls-Scroll{position:fixed;display:flex;justify-content:space-between;width:100%;height:100%;pointer-events:none}.FullscreenGalleryControls-Buttons{position:fixed;bottom:26px;left:50%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:12px 32px;pointer-events:all;border-radius:16px;background:var(--depot-color-bg-primary) linear-gradient(var(--depot-color-button-raised-bg),var(--depot-color-button-raised-bg));transform:translateX(-50%);gap:8px}.i-ua_skin_dark .FullscreenGalleryControls-Buttons .ButtonControl .ButtonControl-Icon{-webkit-filter:invert(1);filter:invert(1)}.FullscreenGalleryControls-CloseButton{pointer-events:all;background-color:var(--depot-color-button-raised-bg)}.FullscreenGalleryControls-CloseButton:hover{background-color:var(--depot-color-button-raised-bg-hovered)}.FullscreenImageGallery{position:fixed;z-index:22;top:0;right:0;bottom:0;left:0;background:var(--depot-color-modal-overlay)}.FullscreenImageGallery-Wrapper{z-index:20;display:flex;align-items:center;box-sizing:border-box;width:100%;height:100%;scrollbar-width:none}.FullscreenImageGallery-Wrapper::-webkit-scrollbar{display:none}.FullscreenImageGallery-Item{position:relative;flex:1 0 100%;width:100%;height:100%}.StandaloneHeaderLogin-AvatarWrapper{position:-webkit-sticky;position:sticky;z-index:100;top:15px;right:32px;float:right;width:40px;height:40px;padding:0;cursor:pointer;border:0;background-color:transparent}.StandaloneHeaderLogin-LoginPanel{display:flex;align-items:center;gap:8px}.StandaloneHeaderLogin-BurgerMenu{display:block;width:44px;height:44px;margin:0;padding:0;cursor:pointer;color:var(--depot-color-text-primary);border:0;border-radius:0;background-color:transparent}.StandaloneHeaderLogin-BurgerMenu svg{vertical-align:middle}.StandaloneHeaderLogin-BurgerPath{display:block;fill:var(--depot-color-text-primary);transition:all .3s ease}.StandaloneHeaderLogin-LoginPanel{gap:12px}.StandaloneHeaderLogin-LoginPanel .StandaloneHeaderLogin-BurgerMenu:hover .StandaloneHeaderLogin-BurgerPath{fill:var(--depot-color-text-quaternary)}.LandingHeader-Content{box-sizing:border-box;width:100%;height:100%;padding:8px 16px 0}.LandingHeader-ItemsContainer{position:relative;z-index:2;display:flex;justify-content:space-between;height:70px}.LandingHeader-LeftSide{z-index:-2;display:flex;align-items:center}.LandingHeader-RightSide{display:flex;justify-content:flex-end;align-items:center;gap:16px;padding-right:16px}.LandingHeader-CloseButton{display:flex;margin:0;padding:0;cursor:pointer;border:0;background-color:transparent}.standalone__close{fill:var(--depot-color-text-primary);transition:fill .3s ease}.LandingHeader-CloseButton:hover .standalone__close{fill:var(--depot-color-text-quaternary)}.LandingHeader_serp{margin-top:44px}@keyframes movePro{0%{transform:rotate(180deg) scale(0)}50%{transform:rotate(360deg) scale(1.5)}to{transform:rotate(540deg) scale(0)}}.InteractiveBackground{--animation-speed:2;--color1:122, 85, 255;--color1-alpha:.14;--color2:122, 85, 255;--color2-alpha:.16;--color3:122, 85, 255;--color3-alpha:.12;--color4:122, 85, 255;--color4-alpha:.14;--color-interactive:255, 255, 255;--circle-size:calc(30vh + 30vw);position:relative;top:0;left:0;overflow:hidden;width:100%;height:100%;background:var(--depot-color-bg-primary);-webkit-filter:blur(60px);filter:blur(60px)}.i-ua_skin_dark .InteractiveBackground{--color1:13, 0, 31;--color1-alpha:1;--color2:13, 11, 22;--color2-alpha:1;--color3:26, 0, 52;--color3-alpha:1;--color4:15, 0, 17;--color4-alpha:1;--color-interactive:20, 20, 23}.InteractiveBackground_pro{--color1:122, 85, 255;--color1-alpha:.14;--color2:122, 85, 255;--color2-alpha:.16;--color3:84, 252, 252;--color3-alpha:.12;--color4:122, 85, 255;--color4-alpha:.14;--color-interactive:255, 255, 255}.i-ua_skin_dark .InteractiveBackground_pro{--color1:13, 0, 31;--color1-alpha:1;--color2:0, 21, 28;--color2-alpha:1;--color3:0, 25, 23;--color3-alpha:1;--color4:15, 0, 17;--color4-alpha:1;--color-interactive:20, 20, 23}.InteractiveBackground svg{display:none}.InteractiveBackground-Container{width:100%;height:100%;-webkit-filter:url(#goo);filter:url(#goo)}.InteractiveBackground-G1,.InteractiveBackground-G2,.InteractiveBackground-G3,.InteractiveBackground-G4{position:absolute;width:var(--circle-size);height:var(--circle-size)}.InteractiveBackground-G1{top:0;left:0;opacity:1;background:radial-gradient(circle at center,rgba(var(--color1),var(--color1-alpha))0,rgba(var(--color1),0) 50%) no-repeat;transform-origin:calc(50% + 600px);animation:movePro calc(30s*var(--animation-speed)) ease infinite}.InteractiveBackground-G2{top:0;right:0;opacity:1;background:radial-gradient(circle at center,rgba(var(--color2),var(--color2-alpha))0,rgba(var(--color2),0) 50%) no-repeat;transform-origin:calc(50% - 400px);animation:movePro calc(20s*var(--animation-speed)) reverse infinite}.InteractiveBackground-G3{right:0;bottom:0;opacity:1;background:radial-gradient(circle at center,rgba(var(--color3),var(--color3-alpha))0,rgba(var(--color3),0) 50%) no-repeat;transform-origin:calc(50% + 400px);animation:movePro calc(40s*var(--animation-speed)) linear infinite}.InteractiveBackground-G4{bottom:0;left:0;background:radial-gradient(circle at center,rgba(var(--color4),var(--color4-alpha))0,rgba(var(--color4),0) 50%) no-repeat;transform-origin:calc(50% - 200px);animation:movePro calc(40s*var(--animation-speed)) ease infinite}.ChatLabel{display:block;overflow:hidden;align-items:center;max-width:100%;white-space:nowrap;text-overflow:ellipsis}.ChatLabel-Image{display:inline-block;margin-right:8px;vertical-align:middle;border-radius:50%}.ChatLabel-Title{font:700 var(--depot-font-size-text-m) var(--depot-font-text);vertical-align:middle}.ChatLabel-Image{width:36px;height:36px}.DialogSidebar{z-index:1;margin-top:16px;margin-left:16px}.VideoGenerationBanner{display:flex;justify-content:space-between;min-width:368px;margin-top:24px;padding:16px 20px;border-radius:24px;background-color:var(--depot-color-bg-secondary);box-shadow:var(--depot-shadow-bg-secondary)}@media (max-width:1024px){.VideoGenerationBanner-FlexContainer{flex-direction:column}.VideoGenerationBanner-Icon{display:none}.VideoGenerationBanner-Link{margin-top:12px}}.VideoGenerationBanner-TextInfo{display:flex;flex-direction:column;margin-right:16px}.VideoGenerationBanner-Title{font:500 var(--depot-font-size-title-xs) var(--depot-font-text)}.VideoGenerationBanner-Description{font:var(--depot-font-size-caption) var(--depot-font-text)}.VideoGenerationBanner-Icon{flex:0 0 20px;height:20px;margin-right:16px;padding:10px;color:var(--depot-color-text-brand);border-radius:100%;background-color:var(--depot-color-control-secondary-brand)}.VideoGenerationBanner-Icon svg{display:block}.VideoGenerationBanner-CloseButton{flex:0 0 36px;margin-left:12px}.VideoGenerationBanner-FlexContainer{display:flex;flex:1 1;justify-content:space-between}.VideoGenerationBanner-Link{width:-webkit-min-content;width:-moz-min-content;width:min-content}.BackToSchoolPromo-Cards{display:flex;justify-content:center;width:100%;gap:8px;margin-top:40px}.BackToSchoolPromo-Card{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;width:168px;max-width:calc(50% - 4px);height:124px;padding:16px 12px 12px}.BackToSchoolPromo-CardTitle{font:500 var(--depot-font-size-title-xs) var(--depot-font-text);text-align:center;color:var(--depot-color-text-primary)}.BackToSchoolPromo-CardDescription{font:var(--depot-font-size-text-s) var(--depot-font-text);text-align:center;color:var(--depot-color-text-tertiary)}.BackToSchoolPromo{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.BackToSchoolPromo-TitleImage{position:relative;z-index:1;width:368px;height:295px;color:var(--depot-color-bg-tertiary-inverted)}.BackToSchoolPromo-OknyxImage{position:absolute;z-index:0;top:calc(50% - 235px);left:20px;width:471px;height:471px;transform:rotate(-64deg);aspect-ratio:1/1}.BackToSchoolPromo-Star1Icon{position:absolute;z-index:0;top:calc(50% - 265px);left:calc(50% - 284px)}.BackToSchoolPromo-Star2Icon{position:absolute;z-index:0;top:calc(50% - 216px);left:calc(50% + 264px)}.BackToSchoolPromo-Star3Icon{position:absolute;z-index:0;top:calc(50% - 2px);left:calc(50% + 248px)}.BackToSchoolPromo-Close{position:absolute;z-index:1;top:max(0px,calc(50% - 300px));right:auto;left:auto;width:var(--standalone-container)}.BackToSchoolPromoBackground{width:100%;height:100%;background-image:url(https://yastatic.net/s3/web-alice/bts-promo/bg.webp);background-position:center;background-size:cover}.i-ua_skin_dark .BackToSchoolPromoBackground{background-image:url(https://yastatic.net/s3/web-alice/bts-promo/bg-dark.webp)}