:root{--background:#06111f;--panel:#081625;--panel-soft:#0d1c2d;--panel-lighter:#13233a;--border:#94a3b82e;--border-strong:#94a3b847;--text:#f8fafc;--text-soft:#a7b4c8;--text-muted:#6f8199;--primary:#2bc4b6;--primary-dark:#159b91;--primary-soft:#2bc4b624;--danger:#fb7185;--shadow:0 24px 80px #00000059}*{box-sizing:border-box}html,body{width:100%;min-height:100%;margin:0;padding:0}body{color:var(--text);background:radial-gradient(circle at 0 0,#14b8a62e,#0000 32%),linear-gradient(135deg,#06111f 0%,#071423 55%,#030b16 100%);font-family:Arial,Helvetica,sans-serif;overflow:hidden}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.app-shell{width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{border-right:1px solid var(--border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:40;background:#050f1cf5;flex-direction:column;width:300px;min-width:300px;height:100vh;display:flex;position:relative}.sidebar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:94px;padding:20px;display:flex}.small-logo,.main-logo{color:#04111b;background:linear-gradient(135deg,#39d7c7,#1aa99f);flex-shrink:0;place-items:center;font-weight:900;display:grid;box-shadow:0 12px 32px #2bc4b62e}.small-logo{border-radius:14px;width:42px;height:42px;font-size:14px}.sidebar-brand strong{font-size:16px;display:block}.close-sidebar{width:38px;height:38px;color:var(--text-soft);background:0 0;border:0;border-radius:10px;font-size:26px;display:none}.close-sidebar:hover{color:var(--text);background:#94a3b81a}.new-chat-button{color:#dffcf8;background:linear-gradient(135deg,#2bc4b62e,#159b911f);border:1px solid #2bc4b659;border-radius:15px;justify-content:center;align-items:center;gap:9px;min-height:50px;margin:18px 16px 14px;padding:0 18px;font-weight:700;transition:transform .2s,border-color .2s,background .2s;display:flex}.new-chat-button:hover{background:#2bc4b633;border-color:#2bc4b6b3;transform:translateY(-1px)}.new-chat-button span{font-size:22px;line-height:1}.conversation-section{flex:1;min-height:0;padding:0 12px 16px;overflow-y:auto}.conversation-label{color:var(--text-muted);letter-spacing:.11em;text-transform:uppercase;margin:10px 10px 12px;font-size:11px;font-weight:800}.conversation-list{flex-direction:column;gap:7px;display:flex}.conversation-item{border:1px solid #0000;border-radius:13px;align-items:center;transition:background .2s,border-color .2s;display:flex;overflow:hidden}.conversation-item:hover{background:#94a3b812}.conversation-item.active{background:var(--primary-soft);border-color:#2bc4b633}.conversation-select{min-width:0;min-height:48px;color:var(--text-soft);text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:10px;padding:0 10px 0 12px;display:flex}.conversation-item.active .conversation-select{color:var(--text)}.conversation-icon{color:var(--primary);flex-shrink:0;font-size:18px}.conversation-title{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.delete-chat-button{width:34px;height:34px;color:var(--text-muted);opacity:0;background:0 0;border:0;border-radius:9px;flex-shrink:0;margin-right:7px;font-size:19px;transition:opacity .2s,color .2s,background .2s}.conversation-item:hover .delete-chat-button,.conversation-item.active .delete-chat-button{opacity:1}.delete-chat-button:hover{color:var(--danger);background:#fb71851f}.sidebar-footer{border-top:1px solid var(--border);padding:18px 20px 22px}.demo-status,.online-status{align-items:center;gap:9px;display:flex}.demo-status{color:var(--text);font-size:13px;font-weight:700}.sidebar-footer p{color:var(--text-muted);margin:7px 0 0;font-size:12px;line-height:1.5}.status-dot{background:#34d399;border-radius:50%;width:9px;height:9px;box-shadow:0 0 14px #34d399cc}.chat-panel{background:#071220ad;flex-direction:column;flex:1;min-width:0;height:100vh;display:flex}.chat-header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#050f1cb3;justify-content:space-between;align-items:center;gap:24px;min-height:94px;padding:18px 34px;display:flex}.header-left{align-items:center;gap:16px;min-width:0;display:flex}.main-logo{border-radius:18px;width:54px;height:54px;font-size:17px}.header-title{min-width:0}.header-title h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(20px,2vw,27px);line-height:1.2;overflow:hidden}.header-title p{color:var(--text-soft);margin:7px 0 0;font-size:14px}.online-status{color:var(--text-soft);flex-shrink:0;font-size:14px}.menu-button{border:1px solid var(--border);width:44px;height:44px;color:var(--text);background:#94a3b812;border-radius:13px;flex-shrink:0;font-size:20px;display:none}.messages-area{scroll-behavior:smooth;flex:1;min-height:0;overflow-y:auto}.messages-container{width:100%;max-width:1040px;margin:0 auto;padding:42px 32px 28px}.message-row{align-items:flex-start;gap:12px;width:100%;margin-bottom:25px;display:flex}.message-row.user{justify-content:flex-end}.message-avatar{color:#03101b;background:linear-gradient(135deg,#35d3c4,#1ca89e);border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:12px;font-weight:900;display:grid}.message-bubble{white-space:pre-wrap;word-break:break-word;border-radius:19px;max-width:min(76%,760px);padding:16px 19px;font-size:15px;line-height:1.65}.message-bubble.assistant{border:1px solid var(--border);color:#edf4ff;background:linear-gradient(135deg,#13233af5,#0c1c2ef5);border-top-left-radius:7px;box-shadow:0 12px 30px #0000001f}.message-bubble.user{color:#021317;background:linear-gradient(135deg,#2ec9bb,#1aa99f);border-top-right-radius:7px;font-weight:650;box-shadow:0 14px 35px #2bc4b62b}.typing-bubble{align-items:center;gap:6px;min-width:78px;display:flex}.typing-bubble span{background:var(--text-soft);border-radius:50%;width:7px;height:7px;animation:1.15s ease-in-out infinite typingBounce}.typing-bubble span:nth-child(2){animation-delay:.15s}.typing-bubble span:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.composer-area{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#050f1cd1;padding:18px 28px 16px}.composer{align-items:flex-end;gap:12px;width:100%;max-width:1100px;margin:0 auto;display:flex}.composer textarea{resize:none;border:1px solid var(--border-strong);min-width:0;min-height:56px;max-height:150px;color:var(--text);background:#0f1d2ff5;border-radius:18px;outline:none;flex:1;padding:17px 19px;font-size:15px;line-height:1.45;transition:border-color .2s,box-shadow .2s}.composer textarea::placeholder{color:var(--text-muted)}.composer textarea:focus{border-color:#2bc4b6a8;box-shadow:0 0 0 4px #2bc4b617}.composer textarea:disabled{opacity:.7}.composer button{color:#021317;background:linear-gradient(135deg,#2dc9bb,#169c92);border:0;border-radius:17px;min-width:124px;min-height:56px;padding:0 22px;font-weight:900;transition:transform .2s,filter .2s,opacity .2s}.composer button:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.composer button:disabled{opacity:.45}.composer-note{color:var(--text-muted);text-align:center;margin:11px auto 0;font-size:11px}.sidebar-overlay{display:none}.app-loading{background:var(--background);width:100vw;height:100vh;color:var(--text-soft);place-content:center;justify-items:center;gap:16px;display:grid}.loading-spinner{border:3px solid #94a3b82e;border-top-color:var(--primary);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.messages-area,.conversation-section{scrollbar-width:thin;scrollbar-color:#94a3b83d transparent}.messages-area::-webkit-scrollbar{width:8px}.conversation-section::-webkit-scrollbar{width:8px}.messages-area::-webkit-scrollbar-track{background:0 0}.conversation-section::-webkit-scrollbar-track{background:0 0}.messages-area::-webkit-scrollbar-thumb{background:#94a3b838;border-radius:20px}.conversation-section::-webkit-scrollbar-thumb{background:#94a3b838;border-radius:20px}@media (width<=900px){.sidebar{width:min(84vw,320px);min-width:0;box-shadow:var(--shadow);transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%)}.sidebar.open{transform:translate(0)}.close-sidebar,.menu-button{place-items:center;display:grid}.sidebar-overlay{z-index:30;opacity:0;visibility:hidden;background:#00000094;transition:opacity .25s,visibility .25s;display:block;position:fixed;inset:0}.sidebar-overlay.visible{opacity:1;visibility:visible}.chat-header{padding:16px 20px}.main-logo{border-radius:15px;width:48px;height:48px}.online-status{display:none}.messages-container{padding:30px 18px 22px}.message-bubble{max-width:86%}.composer-area{padding:14px 16px}}@media (width<=600px){body{overflow:hidden}.chat-header{min-height:78px;padding:12px 14px}.header-left{gap:10px}.menu-button{width:40px;height:40px}.main-logo{border-radius:14px;width:42px;height:42px;font-size:13px}.header-title h1{font-size:18px}.header-title p{display:none}.messages-container{padding:22px 12px 18px}.message-row{gap:8px;margin-bottom:18px}.message-avatar{border-radius:10px;width:32px;height:32px;font-size:10px}.message-bubble{border-radius:16px;max-width:88%;padding:13px 15px;font-size:14px;line-height:1.55}.composer{gap:8px}.composer textarea{border-radius:16px;min-height:52px;padding:15px;font-size:14px}.composer button{border-radius:15px;min-width:78px;min-height:52px;padding:0 14px;font-size:13px}.composer-note{display:none}}.markdown-content{overflow-wrap:anywhere;width:100%;line-height:1.7}.markdown-content>:first-child{margin-top:0}.markdown-content>:last-child{margin-bottom:0}.markdown-content p{white-space:pre-wrap;margin:0 0 14px}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4{color:inherit;margin:22px 0 10px;line-height:1.3}.markdown-content h1{font-size:1.55rem}.markdown-content h2{font-size:1.35rem}.markdown-content h3{font-size:1.15rem}.markdown-content ul,.markdown-content ol{margin:10px 0 16px;padding-left:26px}.markdown-content li{margin:6px 0}.markdown-content blockquote{background:#2bc4b614;border-left:4px solid #2bc4b6;border-radius:0 10px 10px 0;margin:16px 0;padding:10px 16px}.markdown-content a{color:#42d7ca;text-underline-offset:3px;text-decoration:underline}.markdown-content code{background:#00000047;border:1px solid #ffffff1a;border-radius:6px;padding:2px 7px;font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:.9em}.markdown-content pre{margin:16px 0;overflow-x:auto}.markdown-content pre code{background:0 0;border:0;padding:0}.markdown-content table{border-collapse:collapse;width:100%;margin:16px 0;overflow:hidden}.markdown-content th,.markdown-content td{text-align:left;border:1px solid #ffffff1f;padding:10px 12px}.markdown-content th{background:#2bc4b61f}.markdown-content hr{border:0;border-top:1px solid #ffffff1f;margin:20px 0}.user-message-text{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.app-logo{object-fit:contain;border-radius:12px;flex-shrink:0;width:46px;min-width:46px;height:46px;min-height:46px;display:block}.sidebar-logo{object-fit:contain;border-radius:12px;flex-shrink:0;width:42px;min-width:42px;height:42px;min-height:42px;display:block}.sidebar-brand{align-items:center;gap:12px;display:flex}.sidebar-brand strong{font-size:16px;font-weight:700;display:block}.sidebar-brand span{color:#9ca3af;margin-top:2px;font-size:13px;display:block}.header-actions{justify-content:flex-end;align-items:center;gap:16px;margin-left:auto;display:flex}.model-selector{align-items:center;gap:10px;display:flex}.model-selector-label{color:#64748b;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:12px;font-weight:700}.model-select-wrapper{position:relative}.model-select{color:#0f172a;cursor:pointer;background-color:#fff;border:1px solid #0f766e33;border-radius:12px;outline:none;width:190px;min-height:42px;padding:0 38px 0 14px;font-size:14px;font-weight:700;line-height:1;transition:border-color .2s,box-shadow .2s,background-color .2s}.model-select:hover{background-color:#f8fffe;border-color:#0f766e80}.model-select:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.model-select:disabled{cursor:not-allowed;opacity:.6}.active-model-description{color:#64748b;white-space:nowrap;font-size:12px;display:none}.demo-status .status-dot{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b24}.demo-status{color:#92400e}@media (width<=900px){.header-title p,.model-selector-label{display:none}.model-select{width:155px}}@media (width<=680px){.chat-header{gap:10px;padding-left:12px;padding-right:12px}.header-left{gap:8px;min-width:0}.header-title h1{white-space:nowrap;font-size:15px}.app-logo{width:38px;min-width:38px;height:38px;min-height:38px}.header-actions{gap:8px}.model-select{width:128px;min-height:38px;padding-left:10px;padding-right:28px;font-size:12px}.online-status{display:none}}@media (width<=480px){.header-title{display:none}.model-select{width:135px}}.markdown-table-wrapper{border-radius:14px;width:100%;margin:18px 0;overflow-x:auto}.markdown-table-wrapper table{border-collapse:collapse;width:100%;min-width:520px}.markdown-table-wrapper th{color:#fff;background:#143244;font-weight:700}.markdown-table-wrapper td,.markdown-table-wrapper th{border:1px solid #ffffff1f;padding:12px 14px}.markdown-code-block{background:#111827;border:1px solid #ffffff14;border-radius:14px;margin:18px 0;overflow:hidden}.markdown-code-header{background:#0f172a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:44px;padding:0 14px;display:flex}.markdown-code-language{color:#d1d5db;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.copy-code-button{color:#fff;background:#1f2937;border:none;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:700;transition:all .2s}.copy-code-button:hover{background:#374151}.markdown-content pre{margin:0}.markdown-content img{border-radius:14px;max-width:100%;margin:16px 0}.markdown-content ul li::marker{color:#2bc4b6}.markdown-content ol li::marker{color:#2bc4b6;font-weight:700}.markdown-content input[type=checkbox]{accent-color:#2bc4b6;margin-right:8px}.markdown-content h1{border-bottom:1px solid #ffffff14;padding-bottom:10px}.markdown-content h2{border-bottom:1px solid #ffffff0f;padding-bottom:8px}.markdown-content h3{margin-top:24px}.markdown-content strong{color:#fff}.markdown-content em{color:#b8c5d6}.attachment-preview-list{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.attachment-preview{background:#13233a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.attachment-thumbnail{object-fit:cover;border-radius:10px;width:56px;height:56px}.attachment-file-icon{font-size:26px}.attachment-details{flex-direction:column;min-width:0;display:flex}.attachment-details strong{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:13px;overflow:hidden}.attachment-details span{color:#94a3b8;font-size:12px}.remove-attachment-button{color:#fff;background:#ef4444;border:none;border-radius:50%;width:28px;height:28px;font-weight:700}.attach-file-button{color:#fff;background:#13233a;border:1px solid #ffffff14;border-radius:14px;width:50px;height:50px;font-size:20px}.attach-file-button:hover{background:#1b3553}.file-upload-zone{flex-direction:column;display:flex}.file-drop-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#06111fd1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.file-drop-overlay-content{text-align:center;color:#fff;border:2px dashed #2bc4b6;border-radius:20px;padding:70px}.file-drop-overlay-content span{margin-bottom:16px;font-size:60px;display:block}.attachment-error{color:#fb7185;margin-top:10px;font-size:13px;font-weight:600}.chat-actions{justify-content:flex-end;gap:10px;width:100%;max-width:1100px;margin:0 auto;padding:10px 28px 0;display:flex}.chat-action-button{cursor:pointer;border:none;border-radius:12px;padding:10px 18px;font-size:14px;font-weight:700;transition:all .2s}.chat-action-button.stop{color:#fff;background:#dc2626}.chat-action-button.stop:hover{background:#b91c1c}@media (width<=700px){.chat-actions{padding:10px 14px 0}.chat-action-button{width:100%}}.composer .web-search-button{color:#b8c5d6;background:#13233a;border:1px solid #94a3b838;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:76px;min-height:50px;padding:0 14px;font-size:13px;font-weight:800;display:flex}.composer .web-search-button span{background:#64748b;border-radius:50%;width:8px;height:8px}.composer .web-search-button.active{color:#dffcf8;background:#2bc4b629;border-color:#2bc4b6a6;box-shadow:0 0 0 3px #2bc4b612}.composer .web-search-button.active span{background:#2bc4b6;box-shadow:0 0 12px #2bc4b6cc}.composer .web-search-button:hover:not(:disabled){background:#1b3553}.composer .web-search-button.active:hover:not(:disabled){background:#2bc4b638}@media (width<=600px){.composer .web-search-button{min-width:58px;padding:0 10px}}:root[data-theme=light]{--background:#eef5f7;--panel:#fff;--panel-soft:#f3f7f9;--panel-lighter:#e7f0f3;--border:#0f172a1f;--border-strong:#0f172a33;--text:#0f172a;--text-soft:#475569;--text-muted:#64748b;--primary-soft:#159b911a;--shadow:0 24px 70px #0f172a26}:root[data-theme=light] body{background:radial-gradient(circle at 0 0,#14b8a621,#0000 34%),linear-gradient(135deg,#f7fbfc 0%,#eef5f7 55%,#e8f0f3 100%)}:root[data-theme=light] .sidebar,:root[data-theme=light] .chat-header,:root[data-theme=light] .composer-area{background:#ffffffe0}:root[data-theme=light] .chat-panel{background:#f7fbfcb8}:root[data-theme=light] .message-bubble.assistant,:root[data-theme=light] .composer textarea,:root[data-theme=light] .attachment-preview{color:#0f172a;background:#fff}:root[data-theme=light] .markdown-content strong{color:#0f172a}.conversation-search{border:1px solid var(--border);background:var(--panel-soft);min-height:42px;color:var(--text-muted);border-radius:12px;align-items:center;gap:9px;margin:0 16px 12px;padding:0 12px;display:flex}.conversation-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.conversation-search input::placeholder{color:var(--text-muted)}.conversation-item-actions{opacity:0;align-items:center;padding-right:5px;transition:opacity .18s;display:flex}.conversation-item:hover .conversation-item-actions,.conversation-item.active .conversation-item-actions{opacity:1}.conversation-mini-button{width:27px;height:30px;color:var(--text-muted);background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.conversation-mini-button:hover,.conversation-mini-button.pinned{color:var(--primary);background:#2bc4b61f}.conversation-mini-button.delete:hover{color:var(--danger);background:#fb71851f}.conversation-rename-form{flex:1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;min-width:0;padding:6px;display:grid}.conversation-rename-form input{background:var(--panel-soft);width:100%;min-height:36px;color:var(--text);border:1px solid #2bc4b68c;border-radius:9px;outline:0;padding:0 9px}.conversation-rename-actions{align-items:center;display:flex}.privacy-status{color:var(--text);align-items:center;gap:9px;font-size:13px;font-weight:700;display:flex}.data-action-row{grid-template-columns:1fr;gap:8px;margin-bottom:14px;display:grid}.data-action-row button,.data-action-row label{border:1px solid var(--border);background:var(--panel-soft);min-height:38px;color:var(--text-soft);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 9px;font-size:12px;font-weight:700;display:flex}.data-action-row button:hover,.data-action-row label:hover{color:var(--primary);border-color:#2bc4b673}.data-action-row input{display:none}.header-icon-button{border:1px solid var(--border);background:var(--panel-soft);width:42px;height:42px;color:var(--text-soft);border-radius:12px;flex-shrink:0;place-items:center;font-size:18px;display:grid}.header-icon-button:hover:not(:disabled){color:var(--primary);border-color:#2bc4b680}.composer .composer-tool-button{border:1px solid var(--border);background:var(--panel-lighter);min-width:70px;min-height:50px;color:var(--text-soft);border-radius:14px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:800;display:flex}.composer .composer-tool-button.active{color:var(--primary);background:#2bc4b629;border-color:#2bc4b6a6;box-shadow:0 0 0 3px #2bc4b612}.composer .composer-tool-button.danger{color:var(--danger);border-color:#fb71858c}.composer .attach-file-button{min-width:50px}.send-message-button{justify-content:center;align-items:center;gap:8px;display:flex}.copy-message-button{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:9px;align-items:center;gap:6px;margin-top:12px;padding:6px 9px;font-size:12px;display:inline-flex}.copy-message-button:hover{color:var(--primary);border-color:#2bc4b673}@media (width<=900px){.header-icon-button{width:38px;height:38px}}.export-modal{border:1px solid var(--border);background:var(--panel);width:min(92vw,560px);color:var(--text);box-shadow:var(--shadow);border-radius:22px;padding:22px}.export-conversation-title{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;margin:18px 0 12px;font-size:13px;overflow:hidden}.export-options{gap:10px;display:grid}.export-options>button{border:1px solid var(--border);background:var(--panel-lighter);width:100%;color:var(--text);text-align:left;border-radius:15px;align-items:center;gap:14px;padding:15px;transition:border-color .2s,transform .2s,background .2s;display:flex}.export-options>button:hover{background:#2bc4b61a;border-color:#2bc4b680;transform:translateY(-1px)}.export-options>button>svg{width:22px;height:22px;color:var(--primary);flex-shrink:0}.export-options span{flex-direction:column;gap:4px;min-width:0;display:flex}.export-options strong{font-size:14px}.export-options small{color:var(--text-muted);font-size:12px;line-height:1.4}.data-action-row{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=340px){.data-action-row{grid-template-columns:1fr}}.help-modal{border:1px solid var(--border);background:var(--panel);width:min(92vw,620px);max-height:min(88vh,760px);color:var(--text);box-shadow:var(--shadow);border-radius:22px;padding:22px;overflow-y:auto}.help-status-card{border:1px solid var(--border);background:var(--panel-lighter);border-radius:14px;align-items:flex-start;gap:12px;margin-top:10px;padding:13px 14px;display:flex}.help-status-card>svg{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:1px}.help-status-card>div{flex-direction:column;gap:4px;min-width:0;display:flex}.help-status-card strong{font-size:14px}.help-status-card span{color:var(--text-soft);font-size:12px;line-height:1.5}.help-steps{background:#2bc4b612;border-radius:14px;margin-top:18px;padding:16px}.help-steps h3{margin:0 0 8px;font-size:14px}.help-steps ol{color:var(--text-soft);margin:0;padding-left:21px;font-size:12px;line-height:1.7}.help-version{color:var(--text-muted);text-align:center;margin:16px 0 0;font-size:11px}@media (width<=680px){.header-icon-button:first-of-type{display:none}.composer{gap:6px}.composer .composer-tool-button{width:48px;min-width:48px;padding:0}.composer .composer-tool-button span,.send-message-button span{display:none}.composer .send-message-button{width:52px;min-width:52px;padding:0}}.user-message-content{align-items:flex-start;gap:8px;display:flex}.user-message-content .user-message-text{flex:1;margin:0}.edit-user-message-button{color:#021317b3;opacity:.45;background:#0213171a;border:0;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;margin:-4px -6px -4px 2px;transition:opacity .2s,background .2s;display:grid}.message-bubble.user:hover .edit-user-message-button,.edit-user-message-button:focus-visible{opacity:1}.edit-user-message-button:hover:not(:disabled){background:#02131733}.edit-user-message-button:disabled{cursor:not-allowed;opacity:.25}.edit-message-form{width:min(620px,70vw)}.edit-message-form textarea{resize:vertical;color:#021317;width:100%;min-height:92px;font:inherit;background:#ffffff6b;border:1px solid #02131747;border-radius:12px;outline:none;padding:12px 13px;line-height:1.5}.edit-message-form textarea:focus{border-color:#0213178c;box-shadow:0 0 0 3px #02131714}.edit-message-form>div{justify-content:flex-end;gap:7px;margin-top:8px;display:flex}.edit-message-form button{color:#021317;background:#ffffff61;border:1px solid #02131738;border-radius:9px;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.edit-message-form button[type=submit]{color:#e7fffc;background:#021317;border-color:#021317}@media (width<=600px){.edit-message-form{width:72vw}.edit-message-form>div{flex-wrap:wrap}}@media (width<=480px){.composer .composer-tool-button:nth-of-type(2){display:none}}.app-error-page{background:radial-gradient(circle at top,#2bc4b629,transparent 38%), var(--background);width:100vw;min-height:100vh;color:var(--text);place-items:center;padding:24px;display:grid}.app-error-card{border:1px solid var(--border);background:var(--panel);width:min(100%,480px);box-shadow:var(--shadow);text-align:center;border-radius:24px;padding:38px}.error-logo{color:#04111b;background:linear-gradient(135deg,#39d7c7,#1aa99f);border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 20px;font-weight:900;display:grid}.app-error-card h1{margin:0;font-size:26px}.app-error-card p{color:var(--text-soft);margin:14px 0 24px;line-height:1.65}.app-error-card button,.app-error-card a{color:#021317;background:linear-gradient(135deg,#2dc9bb,#169c92);border:0;border-radius:13px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-weight:900;text-decoration:none;display:inline-flex}.settings-overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020812b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.settings-modal{border:1px solid var(--border);background:var(--panel);width:min(100%,560px);max-height:min(90vh,760px);color:var(--text);box-shadow:var(--shadow);border-radius:24px;overflow-y:auto}.settings-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;display:flex}.settings-header p{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:800}.settings-header h2{margin:0;font-size:22px}.settings-header button{border:1px solid var(--border);background:var(--panel-soft);width:38px;height:38px;color:var(--text-soft);border-radius:11px;place-items:center;display:grid}.settings-modal form{gap:18px;padding:24px;display:grid}.settings-modal form>label{color:var(--text-soft);gap:8px;font-size:13px;font-weight:750;display:grid}.settings-modal input,.settings-modal select,.settings-modal textarea{border:1px solid var(--border-strong);resize:vertical;background:var(--panel-soft);width:100%;color:var(--text);font:inherit;border-radius:12px;outline:0;padding:12px 14px;font-weight:500}.settings-modal input:focus,.settings-modal select:focus,.settings-modal textarea:focus{border-color:#2bc4b6a6;box-shadow:0 0 0 3px #2bc4b614}.settings-modal label>span{color:var(--text-muted);text-align:right;font-size:11px;font-weight:500}.settings-privacy-note{background:var(--primary-soft);color:var(--text-soft);border-radius:12px;margin:0;padding:12px 14px;font-size:12px;line-height:1.55}.settings-save-button{color:#021317;background:linear-gradient(135deg,#2dc9bb,#169c92);border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:48px;font-weight:900;display:flex}.starter-prompts{width:min(100%,780px);margin:8px auto 12px}.starter-prompts>p{color:var(--text-muted);letter-spacing:.08em;text-align:center;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}.starter-prompt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.starter-prompt-grid button{border:1px solid var(--border);min-height:96px;color:var(--text);text-align:left;background:#13233a94;border-radius:16px;flex-direction:column;align-items:flex-start;gap:6px;padding:15px 16px;transition:transform .2s,border-color .2s,background .2s;display:flex}.starter-prompt-grid button:hover{background:#2bc4b617;border-color:#2bc4b67a;transform:translateY(-2px)}.starter-prompt-grid strong{font-size:14px}.starter-prompt-grid span{color:var(--text-soft);font-size:12px;line-height:1.45}.message-actions{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.message-action-button{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:9px;align-items:center;gap:6px;padding:6px 9px;font-size:12px;display:inline-flex}.message-action-button:hover,.message-action-button[aria-pressed=true]{color:var(--primary);border-color:#2bc4b673}.chat-action-button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.composer-footer{width:100%;max-width:1100px;color:var(--text-muted);justify-content:center;gap:12px;margin:10px auto 0;display:flex}.composer-footer .composer-note{margin:0}.composer-character-count{color:var(--danger);flex-shrink:0;font-size:11px;font-weight:700}:root[data-theme=light] .starter-prompt-grid button{background:#ffffffd1}@media (width<=680px){.starter-prompt-grid{grid-template-columns:1fr}.starter-prompt-grid button{min-height:78px}.composer-footer{justify-content:space-between}.composer-footer .composer-note{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.account-sign-in{min-height:42px;color:var(--text);background:#2bc4b61c;border:1px solid #2bc4b661;border-radius:13px;align-items:center;gap:8px;padding:0 15px;font-size:13px;font-weight:800;display:inline-flex}.account-sign-in:hover{background:#2bc4b633;border-color:#2bc4b6b3}.account-loading,.account-avatar{border-radius:14px;flex:0 0 42px;width:42px;height:42px}.account-loading{border:2px solid #94a3b826;border-top-color:var(--primary);animation:.8s linear infinite spin}.account-menu{position:relative}.account-avatar{color:#031318;background:linear-gradient(135deg,#36d4c5,#149e95);border:1px solid #2bc4b66b;place-items:center;font-weight:900;display:grid}.account-popover{z-index:120;border:1px solid var(--border-strong);background:#0b192a;border-radius:16px;width:280px;padding:10px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 24px 70px #0000006b}.account-popover-profile{align-items:center;gap:11px;padding:10px;display:flex}.account-popover-profile>span{background:var(--primary-soft);width:38px;height:38px;color:var(--primary);border-radius:12px;place-items:center;display:grid}.account-popover-profile div{min-width:0}.account-popover-profile strong,.account-popover-profile small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.account-popover-profile small{color:var(--text-muted);margin-top:3px}.account-plan-row{color:var(--text-muted);background:#94a3b812;border-radius:10px;justify-content:space-between;margin:4px 4px 8px;padding:10px;font-size:12px;display:flex}.account-plan-row strong{color:var(--primary)}.account-popover>button{width:100%;min-height:42px;color:var(--text-soft);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:9px;padding:0 11px;display:flex}.account-popover>button:hover{color:#fb7185;background:#fb71851a}.auth-overlay{z-index:300;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#010811c7;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.auth-modal{width:min(100%,480px);color:var(--text);background:radial-gradient(circle at 100% 0,#2bc4b61f,#0000 35%),#0a1829;border:1px solid #94a3b83d;border-radius:26px;padding:34px;position:relative;box-shadow:0 35px 100px #00000080}.auth-close{width:38px;height:38px;color:var(--text-soft);background:#94a3b814;border:0;border-radius:11px;place-items:center;font-size:19px;display:grid;position:absolute;top:18px;right:18px}.auth-close:hover{color:var(--text);background:#94a3b826}.auth-brand-mark{color:#031318;background:linear-gradient(135deg,#39d7c7,#159d94);border-radius:16px;place-items:center;width:48px;height:48px;font-weight:950;display:grid}.auth-eyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;margin:22px 0 6px;font-size:11px;font-weight:900}.auth-modal h2{letter-spacing:-.03em;margin:0;font-size:28px}.auth-description{color:var(--text-soft);margin:9px 0 24px;font-size:14px;line-height:1.55}.auth-provider-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.auth-provider-grid button{border:1px solid var(--border-strong);min-height:50px;color:var(--text);background:#13233ab8;border-radius:13px;justify-content:center;align-items:center;gap:9px;font-weight:800;display:flex}.auth-provider-grid button svg{font-size:18px}.auth-provider-grid button:hover{background:#2bc4b61a;border-color:#2bc4b68c}.auth-divider{color:var(--text-muted);align-items:center;gap:12px;margin:20px 0;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-form{gap:15px;display:grid}.auth-form label>span{color:var(--text-soft);margin-bottom:7px;font-size:12px;font-weight:800;display:block}.auth-field{border:1px solid var(--border-strong);background:#06111fbf;border-radius:13px;align-items:center;gap:10px;min-height:50px;padding:0 13px;display:flex}.auth-field:focus-within{border-color:#2bc4b6b3;box-shadow:0 0 0 3px #2bc4b614}.auth-field>svg{color:var(--text-muted);flex:none}.auth-field input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1}.auth-field input::placeholder{color:var(--text-muted)}.auth-password-toggle{width:32px;height:32px;color:var(--text-muted);background:0 0;border:0;place-items:center;display:grid}.auth-text-button,.auth-switch button{color:var(--primary);background:0 0;border:0;font-weight:800}.auth-forgot{justify-self:end;padding:0;font-size:12px}.auth-submit{color:#021317;background:linear-gradient(135deg,#31cfc0,#14988f);border:0;border-radius:14px;min-height:52px;margin-top:2px;font-weight:950}.auth-submit:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.auth-submit:disabled{opacity:.55}.auth-feedback{border-radius:10px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5}.auth-feedback.error{color:#fda4af;background:#fb71851c}.auth-feedback.success{color:#6ee7b7;background:#34d3991a;align-items:flex-start;gap:7px;display:flex}.auth-switch{color:var(--text-muted);text-align:center;margin:18px 0 0;font-size:13px}.auth-switch button{padding:0}.auth-back{color:var(--text-soft);background:0 0;border:0;align-items:center;gap:7px;margin:18px auto 0;font-weight:800;display:flex}.auth-setup-card{background:#2bc4b614;border:1px solid #2bc4b63d;border-radius:15px;gap:13px;padding:17px;display:flex}.auth-setup-card>svg{color:var(--primary);flex:none;margin-top:2px;font-size:20px}.auth-setup-card strong{display:block}.auth-setup-card p{color:var(--text-soft);margin:6px 0 0;font-size:13px;line-height:1.55}.auth-setup-card code{color:#d5fffb}.auth-guest{width:100%;min-height:42px;color:var(--text-soft);background:0 0;border:0;margin-top:16px;font-weight:800}.auth-guest:hover{color:var(--text)}.auth-privacy{color:var(--text-muted);text-align:center;margin:6px 0 0;font-size:10px}.auth-privacy a,.help-legal-links a{color:var(--primary);text-decoration:none}.auth-privacy a:hover,.help-legal-links a:hover{text-decoration:underline}.help-legal-links{color:var(--text-muted);justify-content:center;align-items:center;gap:9px;margin-top:8px;font-size:12px;display:flex}.legal-page{z-index:500;color:#edf4ff;background:radial-gradient(circle at 10% 0,#2bc4b62b,#0000 33%),linear-gradient(145deg,#06111f 0%,#071423 60%,#030b16 100%);position:fixed;inset:0;overflow-y:auto}.legal-shell{width:min(100% - 32px,920px);margin:0 auto;padding:28px 0 40px}.legal-header,.legal-footer{justify-content:space-between;align-items:center;gap:18px;display:flex}.legal-header{margin-bottom:24px}.legal-brand{color:#f8fafc;align-items:center;gap:11px;font-size:18px;text-decoration:none;display:flex}.legal-brand span{color:#031318;background:linear-gradient(135deg,#39d7c7,#159d94);border-radius:14px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:950;display:grid}.legal-back{color:#c7d2e3;border:1px solid #94a3b838;border-radius:11px;padding:10px 14px;font-size:13px;font-weight:800;text-decoration:none}.legal-back:hover{color:#f8fafc;border-color:#2bc4b68c}.legal-card{background:#081625ed;border:1px solid #94a3b833;border-radius:28px;padding:clamp(28px,5vw,56px);box-shadow:0 30px 90px #00000057}.legal-eyebrow{color:#35d3c4;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.legal-card h1{letter-spacing:-.045em;margin:0;font-size:clamp(34px,6vw,52px)}.legal-updated{color:#7f91aa;margin:10px 0 34px;font-size:13px}.legal-content{color:#b6c2d5;font-size:15px;line-height:1.75}.legal-content h2{color:#f3f7fc;margin:34px 0 8px;font-size:20px}.legal-content p{margin:0 0 15px}.legal-content a{color:#39d7c7}.legal-footer{color:#71839b;justify-content:center;margin-top:22px;font-size:12px}.legal-footer a{color:#9babc0;text-decoration:none}.legal-footer a:hover{color:#f8fafc}@media (width<=480px){.composer .composer-tool-button:nth-of-type(2){display:flex}}html[data-theme=light] .account-popover,html[data-theme=light] .auth-modal{background-color:#fff}@media (width<=700px){.auth-overlay{align-items:end;padding:10px}.auth-modal{border-radius:24px 24px 16px 16px;max-height:calc(100vh - 20px);padding:27px 20px 22px;overflow-y:auto}.auth-provider-grid{grid-template-columns:1fr}.account-sign-in{justify-content:center;width:42px;padding:0;font-size:0}.account-sign-in svg{font-size:17px}.account-popover{width:min(280px,100vw - 24px);position:fixed;top:82px;right:12px}.legal-shell{width:min(100% - 20px,920px);padding-top:14px}.legal-header{margin:0 4px 14px}.legal-card{border-radius:21px;padding:25px 20px}.legal-footer{flex-wrap:wrap}}.chat-action-button.regenerate{display:none!important}.data-action-row:has(input[type=file]){display:none!important}html,body,.app-shell,.chat-panel,.sidebar{height:100dvh}@media (width<=680px){.app-shell,.chat-panel{width:100%;max-width:100vw}.chat-header{min-height:64px;padding:max(8px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) 8px max(10px, env(safe-area-inset-left));gap:8px}.header-left,.header-actions{gap:6px}.app-logo{width:34px;min-width:34px;height:34px;min-height:34px}.header-icon-button,.online-status{display:none}.model-selector,.model-select-wrapper{min-width:0}.model-select{width:min(34vw,126px);min-width:104px;min-height:38px;padding:0 24px 0 9px;font-size:11px}.account-sign-in,.account-loading,.account-avatar{flex-basis:38px;width:38px;height:38px;min-height:38px}.messages-container{padding:18px 10px 14px}.message-bubble{max-width:calc(100% - 42px)}.composer-area{padding:10px max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left))}.composer{grid-template-columns:44px 44px 44px minmax(0,1fr) 48px;align-items:end;gap:6px;display:grid}.file-upload-zone,.composer .attach-file-button,.composer .composer-tool-button{width:44px;min-width:44px}.composer textarea{border-radius:14px;width:100%;min-height:48px;padding:13px 12px}.composer .send-message-button{border-radius:14px;width:48px;min-width:48px;min-height:48px}.composer-footer{margin-top:7px}.conversation-item-actions{opacity:1}}@media (width<=380px){.app-logo{display:none}.model-select{width:108px;min-width:108px}.composer{grid-template-columns:42px 42px 42px minmax(0,1fr) 46px;gap:4px}.file-upload-zone,.composer .attach-file-button,.composer .composer-tool-button{width:42px;min-width:42px}.composer .send-message-button{width:46px;min-width:46px}}.voice-listening-status{width:100%;max-width:1100px;color:var(--primary);justify-content:center;align-items:center;gap:8px;margin:8px auto 0;font-size:12px;font-weight:800;display:flex}.voice-listening-status span{background:var(--danger);border-radius:50%;width:9px;height:9px;animation:1.35s infinite voicePulse;box-shadow:0 0 #fb718580}@keyframes voicePulse{70%{box-shadow:0 0 0 8px #fb718500}to{box-shadow:0 0 #fb718500}}@media (prefers-reduced-motion:reduce){.voice-listening-status span{animation:none}}.voice-replies-toggle{border:1px solid var(--border);min-height:30px;color:var(--text-muted);background:0 0;border-radius:9px;flex-shrink:0;align-items:center;gap:6px;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.voice-replies-toggle.active{color:var(--primary);background:#2bc4b61a;border-color:#2bc4b680}.voice-reply-banner{z-index:5;min-height:42px;color:var(--primary);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#081625f5;border:1px solid #2bc4b673;border-radius:13px;justify-content:center;align-items:center;gap:8px;margin:10px auto 0;padding:0 14px;font-size:12px;font-weight:800;display:flex;position:sticky;bottom:8px;box-shadow:0 12px 34px #00000047}@media (width<=680px){.voice-replies-toggle{min-height:28px;padding:0 7px;font-size:10px}.composer-footer .composer-note{display:none}.composer-footer{justify-content:center}}
