*{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-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%}.message-input-zone{position:relative;width:100%}.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)}[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}.input-wrap textarea{display:block;width:100%;min-height:60px;padding:24px 24px 50px;background:#17191c4d;border:1px solid #3e3e3e;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);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 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;border-color:#2a3c64}.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}.send-btn{position:absolute;right:26px;bottom:26px;width:30px;height:30px;border-radius:10px;background:var(--my-base-color);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.4;transition:.3s}.send-btn:hover{width:40px;height:40px;opacity:1}.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}.sidebar-user-session{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;margin-bottom:0;padding-bottom:0}.sidebar-user-email{font-size:12px;color:#9ca3af;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.sidebar-logout-btn{font-size:12px;font-weight:500;background:#282a2e00;color:#9ca3af;border:0px;cursor:pointer;align-self:flex-start;transition:background .15s,border-color .15s}.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;background:#0009;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}.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 50px;font-size:17px;line-height:1.45;min-height:56px;border-radius:14px}.send-btn{right:17px;bottom:22px;width:30px;height:30px;border-radius:10px}.modal{padding:16px;align-items:flex-end}.modal-content{width:100%;max-width:100%;max-height:90vh;overflow-y:auto}}@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}.input-wrap textarea{padding:24px 24px 50px;font-size:17px;line-height:1.45;min-height:54px;border-radius:14px}.send-btn{right:19px;bottom:25px;width:30px;height:30px;border-radius: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] .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 textarea{background:#fff;border-color:#d4d4d8;color:#18181b}[data-theme=light] .input-wrap textarea::placeholder{color:#71717a}[data-theme=light] .input-wrap textarea:focus{border-color:#3b82f6}[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] .sidebar-user-email{color:#71717a}[data-theme=light] .sidebar-logout-btn{color:#18181b;background:#f4f4f5;border-color:#d4d4d8}[data-theme=light] .sidebar-logout-btn:hover{background:#e4e4e7;border-color:#a1a1aa;color:#09090b}[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] .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)}.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)}}
