*{margin:0;padding:0;box-sizing:border-box}:root{--brand-color: #00a2e6;--my-base-color: var(--brand-color);--my-dark-color: #002a4b;--my-light-color: #0e0e0e}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#17191c;color:#e4e4e7;min-height:100vh;overflow:hidden}.app{display:flex;height:100vh}.app.i18n-loading{align-items:center;justify-content:center;flex-direction:column;gap:16px}.i18n-loading-spinner{width:32px;height:32px;border:3px solid #282a2e;border-top-color:#3b82f6;border-radius:50%;animation:i18n-spin .8s linear infinite}.i18n-loading-text{color:#9ca3af;font-size:14px}@keyframes i18n-spin{to{transform:rotate(360deg)}}.sidebar{width:260px;min-width:260px;background:#17191c4d;border:1px solid #1d1d1d;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;padding:16px 12px;position:relative;z-index:1;margin:16px 0 16px 16px;height:calc(100vh - 32px);overflow:hidden}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.brand{font-weight:700;font-size:18px;color:#fff;letter-spacing:.02em;padding-left:10px}.header-actions{display:flex;align-items:center;gap:6px}.sidebar-mini{position:fixed;top:16px;left:16px;z-index:5;display:flex;align-items:center;gap:8px;padding:10px 12px;background:#17191c4d;border:1px solid #1d1d1d;border-radius:14px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.sidebar-mini__expand{width:34px;height:34px;border-radius:10px;color:var(--my-base-color)}.sidebar-mini__brand{font-weight:700;font-size:14px;color:#fff;letter-spacing:.02em;-webkit-user-select:none;user-select:none;white-space:nowrap}[data-theme=light] .sidebar-mini__brand{color:#18181b}[data-theme=light] .sidebar-mini__expand{color:var(--my-base-color)}@media (max-width: 900px){.sidebar-mini{display:none}}.lang-switcher{display:flex;align-items:center;gap:2px}.theme-toggle{color:#e4e4e7}.theme-toggle svg{display:block}[data-theme=light] .theme-toggle{color:#18181b}.lang-btn{padding:4px 8px;font-size:11px;font-weight:600;border:none;background:transparent;color:#e4e4e7;border-radius:4px;cursor:pointer}.lang-btn:hover{background:#282a2e;color:#e4e4e7}.icon-btn{width:32px;height:32px;border:none;background:transparent;color:var(--my-base-color);font-size:18px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background:#282a2e;color:var(--my-base-color)}.btn-new-chat{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:#282a2e;border:none;border-radius:10px;color:#fff;font-size:14px;cursor:pointer;transition:background .2s;margin-bottom:16px}.btn-new-chat:hover{background:#35373b}.btn-new-chat-icon{font-size:18px;line-height:1}.chats-list{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#2a3c64 #282a2e}.chats-list::-webkit-scrollbar{width:6px}.chats-list::-webkit-scrollbar-button,.chats-list::-webkit-scrollbar-button:start:decrement,.chats-list::-webkit-scrollbar-button:end:increment,.chats-list::-webkit-scrollbar-button:vertical:decrement,.chats-list::-webkit-scrollbar-button:vertical:increment{display:none;width:0;height:0}.chats-list::-webkit-scrollbar-track{background:#282a2e;border-radius:3px}.chats-list::-webkit-scrollbar-thumb{background:#2a3c64;border-radius:3px}.chat-group{margin-bottom:16px}.chat-group-title{font-size:12px;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;padding:4px 8px 8px;font-weight:500}.chat-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:1px 8px 3px;border-radius:8px;cursor:pointer;transition:background .15s;margin-bottom:2px}.chat-item:hover{background:#282a2e}.chat-item.active{background:#282a2e;color:#fff}.chat-item.active .chat-title,.chat-item.active .chat-date{color:#fff}.chat-item-content{flex:1;min-width:0}.chat-title{font-size:14px;color:#e4e4e7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.chat-date{font-size:12px;color:#9ca3af}.chat-more{flex-shrink:0;width:28px;height:28px;border:none;background:transparent;color:#9ca3af;font-size:18px;line-height:1;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease}.chat-item:hover .chat-more{opacity:1;pointer-events:auto;color:#e4e4e7}.chat-more:hover,.delete-btn:hover{background:#ffffff1f;color:#fff}.chat-item.active .chat-more{color:#ffffffe6}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:50;opacity:0;pointer-events:none;transition:opacity .2s}@media (min-width: 769px){.sidebar-overlay{display:none!important}}.sidebar-overlay.active{opacity:1;pointer-events:auto}.main{flex:1;display:flex;flex-direction:column;min-width:0;background:#17191c;justify-content:center;align-items:center;position:relative;overflow:hidden}.main>.chat-bg-orbs,.auth-stub>.chat-bg-orbs,.static-page>.chat-bg-orbs{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;overflow:hidden}.chat-bg-orbs__ball{position:absolute;width:min(240vmin,260vh);height:min(240vmin,260vh);border-radius:50%;will-change:transform,filter;filter:blur(56px);-webkit-filter:blur(56px)}.chat-bg-orbs__ball--teal{left:max(-58%,-48vw);top:max(-50%,-42vh);background:radial-gradient(circle at 50% 50%,#053d51 0%,rgba(5,61,81,.92) 12%,rgba(5,61,81,.65) 28%,rgba(5,61,81,.38) 44%,rgba(5,61,81,.2) 58%,rgba(5,61,81,.09) 72%,rgba(5,61,81,.03) 86%,transparent 100%);animation:na-bg-drift-a 5.5s ease-in-out infinite}.chat-bg-orbs__ball--plum{right:max(-55%,-45vw);bottom:max(-48%,-40vh);background:radial-gradient(circle at 50% 50%,#260f1d 0%,rgba(38,15,29,.9) 12%,rgba(38,15,29,.62) 28%,rgba(38,15,29,.36) 44%,rgba(38,15,29,.18) 58%,rgba(38,15,29,.08) 72%,rgba(38,15,29,.025) 86%,transparent 100%);animation:na-bg-drift-b 6.5s ease-in-out infinite}.main>*{position:relative;z-index:1}@keyframes na-bg-drift-a{0%,to{transform:translateZ(0) scale(1)}20%{transform:translate3d(22vw,12vh,0) scale(1.04)}45%{transform:translate3d(-14vw,22vh,0) scale(.97)}70%{transform:translate3d(16vw,-16vh,0) scale(1.03)}}@keyframes na-bg-drift-b{0%,to{transform:translateZ(0) scale(1)}25%{transform:translate3d(-20vw,-14vh,0) scale(1.05)}50%{transform:translate3d(14vw,-20vh,0) scale(.96)}75%{transform:translate3d(-10vw,18vh,0) scale(1.02)}}@media (prefers-reduced-motion: reduce){.chat-bg-orbs__ball--teal,.chat-bg-orbs__ball--plum{animation:none}}.main-header{display:none;align-items:center;gap:20px;padding:12px 16px;flex-shrink:0;border-bottom:1px solid #282a2e;min-height:56px}.main-header .brand-mobile{font-weight:700;font-size:18px;color:#fff;letter-spacing:.02em}.main-title{font-size:22px;font-weight:600;color:var(--my-base-color);text-align:center;padding:24px 24px 16px;flex-shrink:0}.main-content{flex:1;display:flex;flex-direction:column;min-height:0;width:100%;max-width:900px;margin:0 auto}.main-content-empty{justify-content:center}.messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;min-height:0;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--my-base-color) #0000000a;max-width:900px;margin:0 auto;width:100%}.messages::-webkit-scrollbar{width:5px}.messages::-webkit-scrollbar-button{display:none;width:0;height:0}.messages::-webkit-scrollbar-button:start:decrement,.messages::-webkit-scrollbar-button:end:increment,.messages::-webkit-scrollbar-button:vertical:decrement,.messages::-webkit-scrollbar-button:vertical:increment{display:none;width:0;height:0}.messages::-webkit-scrollbar-track{background:#0000000a;border-radius:4px}.messages::-webkit-scrollbar-thumb{background:#2a3c64;border-radius:4px}.custom-scroll-wrapper{padding:30px 30px 30px 40px;position:relative;width:100%;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.custom-scroll-wrapper.is-loading .custom-scroll-content{pointer-events:none;-webkit-user-select:none;user-select:none}.chat-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#0e0e0eb8;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-radius:12px}.chat-loading-overlay__spinner{width:32px;height:32px;border:3px solid #282a2e;border-top-color:var(--brand-color);border-radius:50%;animation:i18n-spin .8s linear infinite}.chat-loading-overlay__text{color:#9ca3af;font-size:14px}.scroll-to-bottom-btn{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:15;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #3a3d44;border-radius:50%;background:#23252a;color:#e4e4e7;cursor:pointer;box-shadow:0 4px 16px #00000059;transition:background .15s,border-color .15s,transform .15s}.scroll-to-bottom-btn:hover{background:#2c2f36;border-color:var(--brand-color)}.scroll-to-bottom-btn:active{transform:translate(-50%) scale(.96)}.custom-scroll-content{height:100%;overflow-y:auto;overflow-x:hidden;padding-right:17px;-ms-overflow-style:none;scrollbar-width:none}.custom-scroll-content::-webkit-scrollbar{display:none}.custom-scrollbar{position:absolute;top:25px;right:12px;bottom:25px;width:3px;background:#282a2e;border-radius:5px;opacity:0;transition:opacity .2s;z-index:10}.custom-scroll-wrapper:hover .custom-scrollbar{opacity:1}.custom-scrollbar[data-active="0"]{opacity:0!important;pointer-events:none}.custom-scroll-wrapper:hover .custom-scrollbar[data-active="0"]{opacity:0!important}.custom-thumb{position:absolute;width:100%;background:var(--my-base-color);border-radius:20px;cursor:grab}.custom-thumb:active{cursor:grabbing}.sidebar .custom-scroll-wrapper.sidebar-scroll{padding:0}.sidebar .custom-scroll-wrapper.sidebar-scroll .custom-scrollbar{top:4px;right:4px;bottom:4px}.sidebar .custom-scroll-wrapper.sidebar-scroll .custom-scroll-content{padding-right:10px}.sidebar .chats-list{overflow:visible;scrollbar-width:none}.sidebar .chats-list::-webkit-scrollbar{display:none}.sidebar .empty-state{padding:12px 8px;font-size:14px;line-height:18px;font-weight:500;text-transform:none;text-align:center}.main-content-empty .custom-scroll-wrapper{justify-content:center;flex:0 0 auto}.main-content-empty .custom-scroll-content{display:flex;flex-direction:column;justify-content:center}.main-content-empty .messages{flex:0 0 auto}.message{margin-bottom:16px;padding:12px 22px 17px;border-radius:12px;max-width:75%;width:max-content}.message.user{background:#282a2e69;color:#fff;margin-left:auto;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.message.assistant{color:#e4e4e7;padding-left:0}.message-rating{display:flex;gap:15px;margin-top:10px}.rating-btn{padding:4px;border:none;background:#fff0;color:#9ca3af;cursor:pointer;font-size:1rem;transition:background .15s,color .15s}.rating-btn .rating-icon{display:block;color:inherit}.rating-btn .rating-icon-outline{fill:none;stroke:currentColor}.rating-btn:hover:not(:disabled){color:#d1d5db}.rating-btn:active:not(:disabled){color:var(--my-base-color)}.rating-btn:disabled{cursor:default;opacity:.85}.rating-btn-active,.copy-btn.copy-btn-copied{color:var(--my-base-color)}.message-time{font-size:11px;margin-top:6px;opacity:.75}.message-body{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.message-body h1,.message-body h2,.message-body h3,.message-body h4,.message-body h5,.message-body h6{margin:.75em 0 .35em;font-weight:600;line-height:1.3}.message-body h1{font-size:1.35em}.message-body h2{font-size:1.15em}.message-body h3{font-size:1.05em}.message-body h4{font-size:1em}.message-body h5{font-size:.95em}.message-body h6{font-size:.9em;opacity:.9}.message-body h1:first-child,.message-body h2:first-child,.message-body h3:first-child,.message-body h4:first-child,.message-body h5:first-child,.message-body h6:first-child{margin-top:0}.message-body ul,.message-body ol{margin:.5em 0;padding-left:1.5em}.message-body ul{list-style-type:disc}.message-body ol{list-style-type:decimal}.message-body li{margin:.25em 0;line-height:1.45}.message-body li::marker{color:var(--my-light-color)}.message-body p{margin:.5em 0;line-height:1.5}.message-body p:first-child{margin-top:0}.message-body p:last-child{margin-bottom:0}.message-body a{color:var(--accent, #5a72c4);text-decoration:none}.message-body a:hover{color:var(--my-base-color);text-decoration:underline}.message-body .message-code-block{margin:.75em 0;border-radius:10px;overflow:hidden;background:#1e1f23;border:1px solid #2d2e33}.message-body .message-code-block .code-block-lang{display:block;padding:6px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;background:#25262b;border-bottom:1px solid #2d2e33}.message-body .message-code-block pre{margin:0;padding:12px 16px;overflow-x:auto;font-size:13px;line-height:1.5;color:#e4e4e7}.message-body .message-code-block code{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;white-space:pre;background:none;padding:0;border:none}.input-wrap{position:relative;padding:16px;flex-shrink:0;width:100%}.input-file-hidden{display:none}.input-floating-panel{background:#17191c4d;border:1px solid #3e3e3e;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.input-attach-banner{margin:0 0 10px;padding:12px 14px}.input-attach-banner__text{display:block;font-size:13px;color:#9ca3af;margin-bottom:6px}.input-attach-banner__error{display:block;font-size:13px;color:#f87171;margin-bottom:6px}.input-attach-list{display:flex;flex-wrap:wrap;gap:8px}.input-attach-preview{position:relative;width:72px;height:72px;flex-shrink:0;border-radius:12px;overflow:hidden;border:1px solid rgba(0,162,230,.35);background:#00a2e61a}.input-attach-preview.is-uploading{opacity:.72}.input-attach-preview__image{display:block;width:100%;height:100%;object-fit:cover}.input-attach-preview__file{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:10px}.file-type-icon{display:inline-flex;flex-shrink:0;line-height:0}.file-type-icon svg{width:100%;height:100%}.input-attach-preview__remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;border-radius:8px;background:#0f1114b8;color:#fff;cursor:pointer;font-size:15px;line-height:1;display:flex;align-items:center;justify-content:center}.input-attach-preview__remove:hover:not(:disabled){background:#0f1114eb}.input-attach-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:6px 8px 6px 10px;border-radius:10px;background:#00a2e61f;border:1px solid rgba(0,162,230,.28);color:#e4e4e7;font-size:12px}.input-attach-chip__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.input-attach-chip__size{color:#9ca3af;flex-shrink:0}.input-attach-chip__remove{width:20px;height:20px;border:none;border-radius:6px;background:transparent;color:#9ca3af;cursor:pointer;font-size:16px;line-height:1;flex-shrink:0}.input-attach-chip__remove:hover:not(:disabled){color:#fff;background:#ffffff14}.message-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.message-attachment{display:inline-flex;align-items:center;gap:8px;max-width:100%;border-radius:10px;color:#cbcbcb;font-size:12px;text-decoration:none}.message-attachment__icon{width:20px;height:20px}.message-attachment__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.message-attachment:hover{color:#fff}.message-attachment--static{cursor:default}.message-attachment--image{display:inline-block;padding:0;background:transparent;border:none;max-width:min(100%,420px)}.message-attachment--image:hover{border:none}.message-attachment-image{display:block;max-width:min(100%,420px);max-height:420px;width:auto;height:auto;border-radius:12px;border:1px solid rgba(0,162,230,.28);object-fit:contain}.message-input-zone{position:relative;width:100%}.welcome-features{padding:0 16px 12px;flex-shrink:0}.welcome-features__grid{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:1100px;margin:0 auto}.welcome-features__grid>li{min-width:0}.welcome-features__card{display:flex;align-items:center;gap:14px;padding:12px 14px;width:100%}.welcome-features__card--action{cursor:pointer;color:inherit;font:inherit;text-align:left;transition:border-color .15s ease,background .15s ease}.welcome-features__card--action:hover:not(:disabled){border-color:#00a2e673;background:#00a2e614}.welcome-features__card--action:focus-visible{outline:2px solid var(--my-base-color);outline-offset:2px}.welcome-features__card--action:disabled{cursor:default;opacity:.55}.welcome-features__thumb{flex-shrink:0;display:block;width:72px;height:72px;border-radius:14px;object-fit:cover}.welcome-features__label{min-width:0;font-size:15px;line-height:1.3;font-weight:600;color:#e4e4e7}.message-input-zone.is-locked .input-wrap textarea{filter:grayscale(.2);opacity:.55}.message-input-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.message-input-overlay-card{width:100%;max-width:560px;text-align:center}.message-input-overlay-title{font-size:13px;font-weight:600;color:#e4e4e7;margin-bottom:10px}.message-input-overlay-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.message-input-overlay-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.16);background:#3f3f4659;color:#e4e4e7;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:600;cursor:pointer}.message-input-overlay-btn:disabled{opacity:.6;cursor:not-allowed}.message-input-overlay-btn--primary{border-color:var(--my-base-color);background:var(--my-base-color)}.message-input-overlay-btn--danger{border-color:#ef4444;background:#ef4444;color:#fff}.message-input-overlay-btn--danger:hover:not(:disabled){background:#dc2626;border-color:#dc2626;color:#fff}[data-theme=light] .message-input-overlay-card{background:#ffffffeb;border-color:#18181b1f}[data-theme=light] .message-input-overlay-title{color:#18181b}[data-theme=light] .message-input-overlay-btn{background:#f4f4f5e6;border-color:#18181b24;color:#18181b}[data-theme=light] .message-input-overlay-btn--primary{background:#3b82f624;border-color:#3b82f673}[data-theme=light] .message-input-overlay-btn--danger{background:#ef4444;border-color:#ef4444;color:#fff}[data-theme=light] .message-input-overlay-btn--danger:hover:not(:disabled){background:#dc2626;border-color:#dc2626;color:#fff}.input-wrap-field{position:relative;border-radius:20px;background:#17191c4d;border:1px solid #3e3e3e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .2s ease,box-shadow .2s ease}.input-wrap-field:focus-within{border-color:#2a3c64}.input-wrap-field--media-mode{border-color:#00a2e68c;box-shadow:0 0 0 1px #00a2e62e}.input-wrap-field--media-mode:focus-within{border-color:#00a2e68c;box-shadow:0 0 0 1px #00a2e62e}.input-wrap-field__extras{padding:14px 16px 0}.input-wrap-field__extras .media-settings-panel:not(:last-child){margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.media-settings-panel{padding-bottom:14px}.modal .media-settings-panel{width:min(700px,calc(100vw - 32px));padding:36px 40px 32px;box-sizing:border-box}.modal .media-settings-panel .message-input-overlay-title{margin-bottom:20px}.modal .media-settings-group+.media-settings-group{margin-top:24px}.modal .media-settings-group__label{margin-bottom:12px}.modal .media-settings-options{gap:10px}.send-btn--media-mode{background:var(--my-base-color)}.send-btn--media-mode.send-btn--inactive{background:var(--my-base-color);opacity:.5}.media-settings-group+.media-settings-group{margin-top:14px}.media-settings-group__label{font-size:12px;font-weight:500;color:#9ca3af;margin-bottom:8px}.media-settings-options{display:flex;flex-wrap:wrap;gap:6px}.media-settings-option{padding:7px 12px;border-radius:10px;border:1px solid #434343;background:#85858524;color:#9ca3af;font-size:13px;line-height:1.2;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.media-settings-option:hover:not(.is-active){color:#e4e4e7;border-color:#5a5a5a;background:#85858540}.media-settings-option.is-active{border-color:var(--my-base-color);background:var(--my-base-color);color:#fff}a.media-settings-option{text-decoration:none;display:inline-block;box-sizing:border-box}.input-tool-btn.is-active{background:var(--my-base-color);color:#fff;opacity:1}.input-voice-control{display:flex;align-items:center;gap:8px}.input-voice-btn{position:relative;overflow:visible;touch-action:none;user-select:none;-webkit-user-select:none}.input-voice-btn__rings{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.input-voice-btn__ring{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:16px;border:2px solid var(--my-base-color);opacity:0}.input-voice-btn.is-recording{background:var(--my-base-color);color:#fff;opacity:1;animation:voice-mic-pulse 1.15s ease-in-out infinite}.input-voice-btn.is-recording:hover:not(:disabled){width:36px;height:36px;border-radius:13px}.input-voice-btn.is-recording .input-voice-btn__ring{animation:voice-ring 1.35s ease-out infinite}.input-voice-btn.is-recording .input-voice-btn__ring--delay{animation-delay:.42s}.input-voice-hint{font-size:13px;font-weight:500;color:var(--my-base-color);white-space:nowrap;-webkit-user-select:none;user-select:none;animation:voice-hint-in .18s ease}.input-voice-hint--analyzing{animation:voice-hint-in .18s ease,voice-hint-pulse 1.35s ease-in-out infinite}@keyframes voice-mic-pulse{0%,to{transform:scale(1);box-shadow:0 0 color-mix(in srgb,var(--my-base-color) 35%,transparent)}50%{transform:scale(1.05);box-shadow:0 0 0 6px color-mix(in srgb,var(--my-base-color) 0%,transparent)}}@keyframes voice-ring{0%{transform:scale(.9);opacity:.55}to{transform:scale(1.55);opacity:0}}@keyframes voice-hint-in{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes voice-hint-pulse{0%,to{opacity:1}50%{opacity:.55}}.input-wrap textarea{display:block;width:100%;min-height:60px;padding:16px 24px 52px;background:transparent;border:none;border-radius:0;font-size:15px;color:#e4e4e7;resize:none;font-family:inherit;line-height:1.5;box-sizing:border-box;overflow-y:hidden;max-height:50vh;transition:height .12s ease;scrollbar-width:thin;scrollbar-color:#2a3c64 #0000000a}.input-wrap-field:not(.input-wrap-field--expanded) textarea{padding-top:24px}.input-wrap textarea::-webkit-scrollbar{width:8px}.input-wrap textarea::-webkit-scrollbar-button{display:none;width:0;height:0}.input-wrap textarea::-webkit-scrollbar-track{background:#0000000a;border-radius:999px}.input-wrap textarea::-webkit-scrollbar-thumb{background:#2a3c64;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.input-wrap textarea::-webkit-scrollbar-thumb:hover{background:#5a72c4;background-clip:padding-box}.input-wrap textarea::placeholder{color:#6b7280}.input-wrap textarea:focus{outline:none}.websearch-toggle{position:absolute;left:28px;bottom:26px;display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#9ca3af;-webkit-user-select:none;user-select:none;cursor:pointer}.websearch-toggle>span:last-child{opacity:.4}.websearch-toggle input:checked~span:last-child{opacity:1}.websearch-toggle input{position:absolute;opacity:0;pointer-events:none}.websearch-toggle-switch{width:42px;height:30px;border-radius:999px;background:#3e3e3e59;border:1px solid rgb(64 64 64);position:relative;flex:0 0 auto;transition:background .15s ease,border-color .15s ease}.websearch-toggle-switch:after{content:"";position:absolute;top:50%;left:2px;width:25px;height:25px;border-radius:50%;transform:translateY(-50%);background:#ffffff47;box-shadow:0 1px 2px #00000059;transition:transform .15s ease,background .15s ease}.websearch-toggle input:checked+.websearch-toggle-switch{background:var(--my-base-color);border-color:#ffffff24}.websearch-toggle input:checked+.websearch-toggle-switch:after{transform:translate(12px,-50%);background:#fff}.websearch-toggle:hover .websearch-toggle-switch{border-color:#ffffff38}.websearch-toggle input:focus-visible+.websearch-toggle-switch{box-shadow:0 0 0 2px #0c303f59}.input-actions{position:absolute;bottom:12px;z-index:3;display:flex;align-items:flex-end;gap:4px;pointer-events:none}.input-actions--left{left:12px}.input-actions--right{right:12px}.input-actions>*{pointer-events:auto}.input-tool-btn{width:36px;height:36px;border-radius:13px;background:#85858524;border:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:1;transition:.3s}.input-tool-btn:hover:not(:disabled){width:42px;height:42px;border-radius:15px;background:var(--my-base-color);color:#fff}.input-tool-btn:disabled{background:#85858524;color:#6b7280;cursor:not-allowed;opacity:.7}.send-btn{position:static;right:auto;bottom:auto;width:36px;height:36px;border-radius:13px;background:var(--my-base-color);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.55;transition:.3s}.send-btn:hover{width:42px;height:42px;border-radius:15px;opacity:1}.send-btn--inactive{opacity:.45;cursor:default}.send-btn--inactive:hover{width:36px;height:36px;border-radius:13px;opacity:.45}.send-btn:disabled{background:#35373b;color:#6b7280;cursor:not-allowed;opacity:.7}.main-footer{flex-shrink:0;margin:0 24px 16px;padding:0;font-size:12px}.menu-divider{margin:10px 8px 2px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-user__divider{margin:10px 8px 12px}.sidebar-user{display:flex;align-items:center;gap:10px;padding:0 6px 10px;width:100%;box-sizing:border-box}a.sidebar-user__info{flex:1;min-width:0;text-align:left;text-decoration:none;color:inherit;cursor:pointer;border-radius:11px;padding:2px 4px;margin:-2px -4px;transition:background .18s ease}a.sidebar-user__info:hover{background:#ffffff0d}.sidebar-user__name{margin:0 0 3px;font-size:13px;font-weight:650;line-height:1.25;color:#fffffff2;word-break:break-word}.sidebar-user__email{margin:0;font-size:11.5px;line-height:1.3;color:#ffffff8c;word-break:break-all}a.sidebar-user__logout{flex:0 0 auto;display:inline-grid;place-items:center;width:36px;height:36px;border-radius:11px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#ffffffc7;text-decoration:none;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease;box-sizing:border-box}a.sidebar-user__logout svg{width:20px;height:20px;display:block}a.sidebar-user__logout:hover{border-color:#fff3;background:#ffffff0d;color:#ffffffeb}.sidebar-footer-meta{display:none}.sidebar-footer{display:none;flex-shrink:0;flex-direction:column;align-items:flex-start;margin:auto 0 0;padding:14px 0 0;width:100%;font-size:12px;border-top:1px solid #282a2e;box-sizing:border-box}.sidebar-footer.sidebar-footer--with-account{display:flex}.copyright{margin:0 0 6px;padding:0;font-size:12px;color:#6b7280}.footer-links{font-size:12px;color:#6b7280}.footer-link{color:#6b7280;text-decoration:none}.footer-link:hover{color:var(--my-base-color);text-decoration:underline}.footer-sep{color:#4b5563;-webkit-user-select:none;user-select:none}.static-page{height:100vh;min-height:100vh;overflow:hidden;background:#17191c;color:#e4e4e7;display:flex;align-items:stretch;justify-content:center;position:relative}.static-page>*{position:relative;z-index:1}.static-page .custom-scroll-wrapper.static-page-scroll{padding:24px 24px 24px 32px}.static-page .custom-scrollbar{top:24px;right:12px;bottom:24px}.static-page-inner{max-width:640px;width:100%;margin:0 auto}.static-page-back{display:inline-block;margin-bottom:24px;font-size:14px;color:#9ca3af;text-decoration:none}.static-page-back:hover{color:var(--my-base-color)}.static-page-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.3}.static-page-content{font-size:15px;line-height:1.6;color:#d1d5db}.static-page-content .static-page-subtitle{font-size:17px;font-weight:600;color:#e5e7eb;margin-top:24px;margin-bottom:8px}.static-page-content .static-page-subtitle:first-of-type{margin-top:0}.static-page-content .static-page-section{margin-bottom:24px}.static-page-content .static-page-section:last-child{margin-bottom:0}.static-page-content p{margin-bottom:16px}.static-page-content .static-page-section p,.static-page-content p.static-page-pre{white-space:pre-line}.static-page-content p:last-child{margin-bottom:0}.error-msg{font-size:13px;color:#f87171;padding:0 24px 8px;flex-shrink:0}.empty-state{color:#fff;padding:0;font-size:60px;line-height:64px;font-weight:300;text-transform:uppercase;text-align:center;--empty-line-height: 64px}.empty-state-greeting{white-space:pre-line;height:calc(var(--empty-line-height) * 2);display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.empty-state-greeting__line{height:var(--empty-line-height)}.empty-state-greeting__brand{color:var(--my-base-color)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;background:#00000080;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);align-items:center;justify-content:center;z-index:100}.modal-content{background:#282a2e;padding:24px;border-radius:12px;width:400px;border:1px solid #35373b}.modal-content h3{color:#fff;margin-bottom:16px;font-size:18px}.modal-content input{width:100%;padding:10px 12px;margin-bottom:12px;background:#17191c;border:1px solid #35373b;border-radius:8px;color:#e4e4e7;font-size:14px}.modal-content input:last-of-type{margin-bottom:0}.modal-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.modal-buttons button{padding:10px 18px;border-radius:8px;font-size:14px;cursor:pointer;border:none}.modal-buttons button:first-child{background:#35373b;color:#e4e4e7}.modal-buttons button:first-child:hover{background:#404245}.modal-buttons button:last-child{background:#2a3c64;color:#fff}.modal-buttons button:last-child:hover{background:#3d4e8f}.sidebar-toggle{display:none;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:8px;align-items:center;justify-content:center;flex-shrink:0;flex-direction:column;gap:5px;padding:8px;transition:background .2s}.sidebar-toggle:hover{background:#282a2e}.burger-line{display:block;width:20px;height:2px;border-radius:1px;background:currentColor;color:#e4e4e7;transition:background .2s}.sidebar-toggle:hover .burger-line{color:#fff}.sidebar-close{display:none;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:8px;align-items:center;justify-content:center;flex-shrink:0;position:relative;padding:0;transition:background .2s}.sidebar-close:hover{background:#282a2e}.sidebar-close .close-line{position:absolute;width:20px;height:2px;border-radius:1px;background:currentColor;color:#9ca3af;transition:color .2s,background .2s}.sidebar-close .close-line:first-child{transform:rotate(45deg)}.sidebar-close .close-line:last-child{transform:rotate(-45deg)}.sidebar-close:hover .close-line{color:#fff}@media (max-width: 768px){body{overflow:auto}.app{flex-direction:column;height:100vh;overflow:hidden}.sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;min-width:280px;max-width:85vw;z-index:60;margin:0;height:auto;transform:translate(-100%);transition:transform .25s ease-out;box-shadow:4px 0 24px #0000004d}.sidebar.open{transform:translate(0)}.sidebar-close,.sidebar-toggle{display:flex}.main-header{width:100%;display:flex;justify-content:space-between}.main-title{font-size:18px;padding:16px 16px 12px}.messages{padding:12px 16px 20px}.custom-scroll-wrapper{padding:0}.message{max-width:90%;padding:10px 14px}.input-wrap{padding:14px 16px 22px}.welcome-features__grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}.main-footer{display:none}.sidebar-footer{display:flex;flex-direction:column;align-items:stretch;padding:12px 0 0;font-size:11px}.sidebar-footer-meta{display:block;width:100%;margin-top:12px;padding-top:12px;border-top:1px solid #282a2e;text-align:center}.sidebar-footer .copyright{font-size:11px}.copyright{margin:0 0 6px;font-size:11px}.footer-links{font-size:11px}.input-wrap textarea{padding:24px 24px 52px;font-size:17px;line-height:1.45;min-height:56px;border-radius:14px}.input-actions--left,.input-actions--right{bottom:10px}.input-actions--left{left:10px}.input-actions--right{right:10px}.modal{padding:16px;align-items:flex-end}.modal-content{width:100%;max-width:100%;max-height:90vh;overflow-y:auto}.modal .media-settings-panel{padding:22px 20px 20px}}@media (max-width: 480px){.sidebar{width:100%;max-width:100%}.main-title{font-size:16px;padding:12px 12px 8px}.messages{padding:10px 12px 16px}.message{max-width:95%}.input-wrap{padding:12px 12px 18px}.welcome-features{padding:0 12px 10px}.welcome-features__grid{grid-template-columns:minmax(0,1fr);max-width:420px}.welcome-features__card{gap:10px;padding:10px 12px}.welcome-features__thumb{width:56px;height:56px;border-radius:12px}.welcome-features__label{font-size:13px}.input-wrap textarea{padding:24px 24px 52px;font-size:17px;line-height:1.45;min-height:54px;border-radius:14px}.input-actions--left,.input-actions--right{bottom:10px}.input-actions--left{left:10px}.input-actions--right{right:10px}.main-footer{margin:0 12px 10px;text-align:center}.copyright{margin:0 0 4px;font-size:11px}.footer-links{font-size:11px}.empty-state{font-size:42px;line-height:44px;--empty-line-height: 44px}.empty-state-greeting{height:calc(var(--empty-line-height) * 3)}.empty-state-greeting__line{height:auto;min-height:var(--empty-line-height)}.empty-state-greeting__brand{display:block}.btn-new-chat{padding:12px 14px}.chat-item{padding:3px 7px}}[data-theme=light] body{background:#f4f4f5;color:#18181b}[data-theme=light] .i18n-loading-spinner{border-color:#e4e4e7;border-top-color:#3b82f6}[data-theme=light] .i18n-loading-text{color:#71717a}[data-theme=light] .chat-loading-overlay{background:#fafafac7}[data-theme=light] .chat-loading-overlay__spinner{border-color:#e4e4e7;border-top-color:var(--brand-color)}[data-theme=light] .chat-loading-overlay__text{color:#71717a}[data-theme=light] .scroll-to-bottom-btn{background:#fff;border-color:#e4e4e7;color:#18181b;box-shadow:0 4px 16px #0000001a}[data-theme=light] .scroll-to-bottom-btn:hover{background:#f4f4f5;border-color:var(--brand-color)}[data-theme=light] .sidebar{background:#fafafa;border-right-color:#e4e4e7}[data-theme=light] .sidebar-footer{border-top-color:#e4e4e7}[data-theme=light] .brand,[data-theme=light] .lang-btn{color:#18181b}[data-theme=light] .lang-btn:hover{background:#e4e4e7;color:#18181b}[data-theme=light] .icon-btn{color:var(--my-base-color)}[data-theme=light] .icon-btn:hover{background:#e4e4e7;color:var(--my-base-color)}[data-theme=light] .btn-new-chat{background:#e4e4e7;color:#18181b}[data-theme=light] .btn-new-chat:hover{background:#d4d4d8}[data-theme=light] .chats-list{scrollbar-color:#a1a1aa #e4e4e7}[data-theme=light] .chats-list::-webkit-scrollbar-track{background:#e4e4e7}[data-theme=light] .chats-list::-webkit-scrollbar-thumb{background:#a1a1aa}[data-theme=light] .chat-group-title{color:#71717a}[data-theme=light] .chat-item:hover{background:#e4e4e7}[data-theme=light] .chat-item.active{background:#dbeafe;color:#1e40af}[data-theme=light] .chat-item.active .chat-title,[data-theme=light] .chat-item.active .chat-date{color:#1e40af}[data-theme=light] .chat-title{color:#18181b}[data-theme=light] .chat-date,[data-theme=light] .chat-more{color:#71717a}[data-theme=light] .chat-item:hover .chat-more{opacity:1;pointer-events:auto;color:#18181b}[data-theme=light] .chat-more:hover,[data-theme=light] .delete-btn:hover{background:#00000014;color:#18181b}[data-theme=light] .chat-item.active .chat-more{color:#1e40af}[data-theme=light] .main{background:#f4f4f5}[data-theme=light] .chat-bg-orbs__ball--teal{background:radial-gradient(circle at 50% 50%,rgba(5,61,81,.22) 0%,rgba(5,61,81,.16) 12%,rgba(5,61,81,.1) 28%,rgba(5,61,81,.06) 44%,rgba(5,61,81,.03) 58%,rgba(5,61,81,.015) 72%,rgba(5,61,81,.005) 86%,transparent 100%)}[data-theme=light] .chat-bg-orbs__ball--plum{background:radial-gradient(circle at 50% 50%,rgba(38,15,29,.18) 0%,rgba(38,15,29,.12) 12%,rgba(38,15,29,.07) 28%,rgba(38,15,29,.04) 44%,rgba(38,15,29,.02) 58%,rgba(38,15,29,.008) 72%,rgba(38,15,29,.003) 86%,transparent 100%)}[data-theme=light] .main-header{border-bottom-color:#e4e4e7}[data-theme=light] .main-header .brand-mobile{color:#18181b}[data-theme=light] .main-title{color:var(--my-base-color)}[data-theme=light] .messages{scrollbar-color:#a1a1aa #e4e4e7}[data-theme=light] .messages::-webkit-scrollbar-track{background:#e4e4e7}[data-theme=light] .messages::-webkit-scrollbar-thumb{background:#a1a1aa}[data-theme=light] .message.user{background:#0000000f;color:#18181b}[data-theme=light] .message.assistant{color:#18181b}[data-theme=light] .message-body .message-code-block{background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .message-body .message-code-block .code-block-lang{color:#71717a;background:#e4e4e7;border-bottom-color:#d4d4d8}[data-theme=light] .message-body .message-code-block pre{color:#18181b}[data-theme=light] .rating-btn{background:#0000000f;color:#9ca3af}[data-theme=light] .rating-btn:hover:not(:disabled){background:#0000001a;color:#6b7280}[data-theme=light] .rating-btn-active{background:#0000001a;color:var(--my-base-color)}[data-theme=light] .input-wrap-field{background:#fff;border-color:#d4d4d8}[data-theme=light] .input-wrap-field:focus-within{border-color:#3b82f6}[data-theme=light] .input-wrap-field--media-mode{border-color:#00a2e673;box-shadow:0 0 0 1px #00a2e61f}[data-theme=light] .input-wrap-field--media-mode:focus-within{border-color:#00a2e673;box-shadow:0 0 0 1px #00a2e61f}[data-theme=light] .input-wrap-field__extras .media-settings-panel:not(:last-child){border-bottom-color:#18181b14}[data-theme=light] .input-wrap textarea{background:transparent;border:none;color:#18181b}[data-theme=light] .input-wrap textarea::placeholder{color:#71717a}[data-theme=light] .input-tool-btn{background:#e4e4e7;color:#71717a}[data-theme=light] .input-tool-btn:hover:not(:disabled){background:var(--my-base-color);color:#fff}[data-theme=light] .input-tool-btn:disabled{background:#e4e4e7;color:#a1a1aa}[data-theme=light] .input-tool-btn.is-active{background:var(--my-base-color);color:#fff}[data-theme=light] .input-floating-panel,[data-theme=light] .input-attach-banner{background:#ffffffb8;border-color:#d4d4d8}[data-theme=light] .input-attach-preview{border-color:#00a2e638;background:#00a2e614}[data-theme=light] .input-attach-preview__remove{background:#ffffffeb;color:#18181b}[data-theme=light] .input-attach-chip{background:#00a2e614;border-color:#00a2e638;color:#18181b}[data-theme=light] .media-settings-group__label{color:#71717a}[data-theme=light] .media-settings-option{border-color:#434343;background:#85858524;color:#71717a}[data-theme=light] .media-settings-option:hover:not(.is-active){color:#18181b;border-color:#5a5a5a;background:#85858540}[data-theme=light] .media-settings-option.is-active{border-color:var(--my-base-color);background:var(--my-base-color);color:#fff}[data-theme=light] .message-attachment{color:#52525b}[data-theme=light] .send-btn:hover{background:var(--my-base-color)}[data-theme=light] .send-btn:disabled{background:#e4e4e7;color:#71717a}[data-theme=light] .copyright,[data-theme=light] .footer-links,[data-theme=light] .footer-link{color:#71717a}[data-theme=light] .footer-link:hover{color:var(--my-base-color)}[data-theme=light] .footer-sep{color:#a1a1aa}[data-theme=light] .menu-divider{border-top-color:#00000014}[data-theme=light] a.sidebar-user__info:hover{background:#0000000a}[data-theme=light] .sidebar-user__name{color:#18181b}[data-theme=light] .sidebar-user__email{color:#71717a}[data-theme=light] a.sidebar-user__logout{border-color:#d4d4d8;color:#52525b}[data-theme=light] a.sidebar-user__logout:hover{border-color:#a1a1aa;background:#f4f4f5;color:#18181b}[data-theme=light] .sidebar-footer-meta{border-top-color:#e4e4e7}[data-theme=light] .static-page{background:#f4f4f5;color:#18181b}[data-theme=light] .static-page-back{color:#71717a}[data-theme=light] .static-page-back:hover{color:var(--my-base-color)}[data-theme=light] .static-page-title{color:#18181b}[data-theme=light] .static-page-content{color:#3f3f46}[data-theme=light] .static-page-content .static-page-subtitle{color:#18181b}[data-theme=light] .empty-state{color:var(--my-base-color)}[data-theme=light] .welcome-features__card{background:#ffffffb8;border-color:#e4e4e7}[data-theme=light] .welcome-features__card--action:hover:not(:disabled){border-color:#00a2e673;background:#00a2e60f}[data-theme=light] .welcome-features__label{color:#18181b}[data-theme=light] .modal-content{background:#fff;border-color:#e4e4e7}[data-theme=light] .modal-content h3{color:#18181b}[data-theme=light] .modal-content input{background:#f4f4f5;border-color:#d4d4d8;color:#18181b}[data-theme=light] .modal-buttons button:first-child{background:#e4e4e7;color:#18181b}[data-theme=light] .modal-buttons button:first-child:hover{background:#d4d4d8}[data-theme=light] .sidebar-toggle .burger-line,[data-theme=light] .sidebar-toggle{color:#18181b}[data-theme=light] .sidebar-toggle:hover{background:#e4e4e7}[data-theme=light] .sidebar-toggle:hover .burger-line{color:#18181b}[data-theme=light] .sidebar-close .close-line{color:#71717a}[data-theme=light] .sidebar-close:hover{background:#e4e4e7}[data-theme=light] .sidebar-close:hover .close-line{color:#18181b}.auth-stub{min-height:100vh;height:100vh;height:100dvh;display:flex;flex-direction:column;background:#17191c;color:#e4e4e7;position:relative;overflow:hidden}.auth-stub>.word-dots-host{z-index:1}.auth-stub>*:not(.word-dots-host):not(.chat-bg-orbs){position:relative;z-index:2}[data-theme=light] .auth-stub{background:#fafafa;color:#18181b}.auth-stub-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #282a2e}[data-theme=light] .auth-stub-header{border-bottom-color:#e4e4e7}.auth-stub-brand{font-weight:700;font-size:18px;letter-spacing:.02em}.auth-stub-header-actions{display:flex;align-items:center;gap:10px}.auth-stub-lang{font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;text-decoration:none;color:#a1a1aa;border:1px solid #3f3f46}.auth-stub-lang:hover{color:#e4e4e7;border-color:#52525b}[data-theme=light] .auth-stub-lang{color:#71717a;border-color:#d4d4d8}[data-theme=light] .auth-stub-lang:hover{color:#18181b;border-color:#a1a1aa}.auth-stub-main{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px 40px}.auth-stub-stack{width:100%;max-width:720px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.auth-stub-stack .auth-stub-error{margin-bottom:20px;width:100%;max-width:420px}.auth-stub-title{font-size:clamp(36px,8vw,72px);font-weight:700;margin:0 0 50px;line-height:1.05;text-transform:uppercase}.auth-stub-error{font-size:13px;color:#f87171;margin-bottom:16px;padding:10px 12px;border-radius:8px;background:#f8717114;border:1px solid rgba(248,113,113,.25)}[data-theme=light] .auth-stub-error{color:#dc2626;background:#dc26260f;border-color:#dc262633}.auth-stub-cta{display:inline-flex;align-items:center;justify-content:center;min-width:200px;padding:14px 32px;border-radius:8px;font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:#08384c;background:#fff;border:none;transition:opacity .15s ease,transform .15s ease}.auth-stub-cta:hover{opacity:.92;transform:translateY(-1px)}.auth-stub-privacy{margin-top:22px;font-size:12px;font-weight:500;color:#52525b;text-decoration:none;opacity:.55;transition:color .15s ease,opacity .15s ease}.auth-stub-privacy:hover{opacity:.85;color:var(--my-base-color)}[data-theme=light] .auth-stub-privacy{color:#a1a1aa;opacity:.65}[data-theme=light] .auth-stub-privacy:hover{opacity:.9;color:var(--my-base-color)}.assistant-typing{display:flex;flex-direction:row;align-items:center;gap:8px;padding:4px 0 2px;color:#ffffffb8}[data-theme=light] .assistant-typing{color:#0000008c}.assistant-typing__label{font-size:12px;line-height:1.2;opacity:.72;letter-spacing:.01em}.typing-dots{display:inline-flex;align-items:center;gap:5px;height:20px}.typing-dots span{width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.35;animation:typingDotPulse 1.2s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.18s}.typing-dots span:nth-child(3){animation-delay:.36s}@keyframes typingDotPulse{0%,70%,to{opacity:.28;transform:translateY(0)}35%{opacity:.95;transform:translateY(-3px)}}@media (prefers-reduced-motion: reduce){.typing-dots span{animation:none;opacity:.55}}.stream-status{display:flex;align-items:center;gap:10px;padding:10px 14px;margin:2px 0 12px;border-radius:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#ffffffe0;font-size:13px;line-height:1.25}[data-theme=light] .stream-status{background:#00000008;border:1px solid rgba(0,0,0,.07);color:#000000b8}.stream-status__spinner{width:14px;height:14px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:streamStatusSpin .8s linear infinite;opacity:.75;flex:0 0 auto}@keyframes streamStatusSpin{to{transform:rotate(360deg)}}
