*{box-sizing:border-box}html,body{color:#f3f4f6;scrollbar-color:#38bdf8bf #0f172ae0;scrollbar-width:thin;background:#09111f;min-height:100%;margin:0;font-family:Segoe UI,Arial,sans-serif}html::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar{width:10px;height:10px}.chat-page::-webkit-scrollbar{width:10px;height:10px}.sidebar::-webkit-scrollbar{width:10px;height:10px}.home-input-box textarea::-webkit-scrollbar{width:10px;height:10px}.chat-input-bar textarea::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}body::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.chat-page::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.sidebar::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.home-input-box textarea::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.chat-input-bar textarea::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}html::-webkit-scrollbar-thumb{background:linear-gradient(#7dd3fcf2,#2563ebf2);border:2px solid #0f172ab8;border-radius:999px}body::-webkit-scrollbar-thumb{background:linear-gradient(#7dd3fcf2,#2563ebf2);border:2px solid #0f172ab8;border-radius:999px}.chat-page::-webkit-scrollbar-thumb{background:linear-gradient(#7dd3fcf2,#2563ebf2);border:2px solid #0f172ab8;border-radius:999px}.sidebar::-webkit-scrollbar-thumb{background:linear-gradient(#7dd3fcf2,#2563ebf2);border:2px solid #0f172ab8;border-radius:999px}.home-input-box textarea::-webkit-scrollbar-thumb{background:linear-gradient(#7dd3fcf2,#2563ebf2);border:2px solid #0f172ab8;border-radius:999px}.chat-input-bar textarea::-webkit-scrollbar-thumb{background:linear-gradient(#7dd3fcf2,#2563ebf2);border:2px solid #0f172ab8;border-radius:999px}html::-webkit-scrollbar-thumb:hover{background:linear-gradient(#bae6fdfa,#3b82f6fa)}body::-webkit-scrollbar-thumb:hover{background:linear-gradient(#bae6fdfa,#3b82f6fa)}.chat-page::-webkit-scrollbar-thumb:hover{background:linear-gradient(#bae6fdfa,#3b82f6fa)}.sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(#bae6fdfa,#3b82f6fa)}.home-input-box textarea::-webkit-scrollbar-thumb:hover{background:linear-gradient(#bae6fdfa,#3b82f6fa)}.chat-input-bar textarea::-webkit-scrollbar-thumb:hover{background:linear-gradient(#bae6fdfa,#3b82f6fa)}button,textarea,input{font:inherit}#root{min-height:100vh}.app-shell{background:#020617;height:100vh;display:flex;overflow:hidden}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020617eb;border-right:1px solid #38bdf82e;width:280px;padding:24px}.brand{align-items:center;gap:12px;margin-bottom:32px;display:flex}.brand-mark{background:url(/assets/avatar-bN0lZvUl.png) 50%/cover no-repeat;border-radius:16px;flex-shrink:0;width:48px;height:48px;box-shadow:0 0 28px #38bdf859}.brand h2{margin:0;font-size:22px}.brand p{color:#94a3b8;margin:4px 0 0;font-size:13px}.side-button{color:#e5e7eb;cursor:pointer;background:#0f172acc;border:1px solid #38bdf829;border-radius:14px;align-items:center;gap:10px;width:100%;margin-bottom:12px;padding:13px 14px;display:flex}.side-button:hover{background:#0ea5e91f;border-color:#38bdf880}.side-button-danger{border-color:#f871712e}.side-button-danger:hover{background:#ef44441f;border-color:#f871716b}.chat-page{background-image:linear-gradient(#020617e6,#020617e6),url(/assets/wallpaper-Wlbx3q51.png);background-position:50%;background-size:cover;flex:1;position:relative;overflow:hidden auto}.bg-overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at top,#38bdf82e,#0000 35%),radial-gradient(circle at 100% 100%,#2563eb2e,#0000 40%);width:100%;height:100vh;margin-bottom:-100vh;position:sticky;top:0;left:0}.chat-container{z-index:1;flex-direction:column;max-width:980px;min-height:100vh;margin:0 auto;padding:28px 24px;display:flex;position:relative}.chat-window{flex:1;margin-right:0;padding:24px 4px;overflow:visible}.message-row{margin-bottom:18px;display:flex}.user-row{justify-content:flex-end}.assistant-row{justify-content:flex-start}.message-bubble{white-space:pre-wrap;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:20px;max-width:76%;padding:16px 18px;line-height:1.6;position:relative}.user-bubble{color:#fff;background:linear-gradient(135deg,#0284c7,#1d4ed8);border-bottom-right-radius:6px;box-shadow:0 0 28px #0ea5e938}.assistant-bubble{background:#020617c2;border:1px solid #38bdf838;border-bottom-left-radius:6px}.message-role{color:#7dd3fc;margin-bottom:6px;font-size:12px;font-weight:700}.message-content{font-size:15px}.message-edit-shell{flex-direction:column;gap:12px;display:flex}.message-edit-textarea{resize:vertical;color:#eff6ff;background:#07142a57;border:1px solid #bfdbfe47;border-radius:16px;outline:none;width:100%;min-height:118px;padding:14px 16px;line-height:1.6;box-shadow:inset 0 0 0 1px #0f172a2e}.message-edit-textarea:focus{border-color:#bfdbfe8c;box-shadow:inset 0 0 0 1px #0f172a2e,0 0 0 3px #bfdbfe1f}.assistant-message-content{background:#080f217a;border:1px solid #7dd3fc38;border-radius:16px;padding:14px 16px;box-shadow:inset 0 0 0 1px #0f172a33}.assistant-message-content>:first-child{margin-top:0}.assistant-message-content>:last-child{margin-bottom:0}.assistant-message-content p{margin:0 0 14px}.assistant-message-content ul,.assistant-message-content ol{margin:0 0 14px;padding-left:22px}.assistant-message-content li+li{margin-top:6px}.assistant-message-content code{color:#93c5fd;background:#0f172ae6;border:1px solid #7dd3fc29;border-radius:8px;padding:.18em .45em;font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:.92em}.assistant-message-content pre{white-space:pre;color:#dbeafe;background:linear-gradient(#020617fa,#0f172af5),radial-gradient(circle at 100% 0,#0ea5e91f,#0000 35%);border:1px solid #38bdf82e;border-radius:16px;margin:0 0 14px;padding:14px 16px;overflow-x:auto;box-shadow:inset 0 1px #94a3b814,0 14px 40px #02061747}.assistant-message-content pre code{color:inherit;background:0 0;border:none;border-radius:0;padding:0;font-size:13px;line-height:1.7}.assistant-message-content table{border-collapse:collapse;background:#0f172a5c;border:1px solid #38bdf82e;border-radius:14px;width:100%;margin:0 0 14px;display:block;overflow:hidden}.assistant-message-content th,.assistant-message-content td{text-align:left;vertical-align:top;border:1px solid #38bdf81f;padding:10px 12px}.assistant-message-content th{color:#e0f2fe;background:#0ea5e924;font-weight:700}.assistant-message-content td{color:#cbd5e1}.message-actions{border-top:1px solid #94a3b829;justify-content:flex-end;align-items:center;gap:8px;margin-top:14px;padding-top:12px;display:flex}.user-message-actions{border-top-color:#dbeafe29}.edit-mode-actions{border-top:none;margin-top:0;padding-top:0}.message-action-button{color:#cfeeff;cursor:pointer;background:#080f21d1;border:1px solid #7dd3fc38;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;transition:border-color .18s,background .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 0 18px #38bdf81f}.message-action-button span{font-size:12px;font-weight:700;line-height:1}.copy-button{flex-shrink:0}.message-action-button:hover:not(:disabled){background:#0ea5e924;border-color:#7dd3fc73;transform:translateY(-1px);box-shadow:0 0 24px #38bdf82e}.message-action-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.copy-button.copied{color:#06223b;background:linear-gradient(135deg,#67e8f9,#86efac);border-color:#86efac73;box-shadow:0 0 28px #6ee7b73d}.edit-button{color:#eff6ff;background:#07142a47;border-color:#bfdbfe47}.edit-button:hover:not(:disabled){background:#ffffff14;border-color:#dbeafe6b;box-shadow:0 0 24px #bfdbfe1f}.save-button{color:#052e16;background:linear-gradient(135deg,#a7f3d0,#86efac);border-color:#86efac47}.save-button:hover:not(:disabled){background:linear-gradient(135deg,#bbf7d0,#86efac);border-color:#86efac80;box-shadow:0 0 24px #6ee7b733}.cancel-button{color:#e2e8f0;border-color:#94a3b847}.cancel-button:hover:not(:disabled){background:#94a3b824;border-color:#94a3b86b;box-shadow:0 0 24px #94a3b81f}.regenerate-button{color:#fdba74;border-color:#f9731647}.regenerate-button:hover:not(:disabled){background:#f973161f;border-color:#fb923c80;box-shadow:0 0 24px #f9731629}.regenerate-button.loading svg{animation:.9s linear infinite spin}.source-list{margin-top:16px;padding-top:4px}.source-toggle{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:10px;width:100%;padding:8px 0;transition:transform .18s,color .18s;display:inline-flex}.source-toggle:hover{color:#e0f2fe}.source-toggle-arrow{color:#93c5fd;font-size:16px;font-weight:700;line-height:1;transition:transform .18s;display:inline-block}.source-toggle.expanded .source-toggle-arrow{transform:rotate(90deg)}.source-toggle-label{letter-spacing:.02em;font-size:13px;font-weight:700}.source-toggle-count{color:#7dd3fc;background:#0ea5e91f;border:1px solid #38bdf82e;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.source-toggle-state{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-left:auto;font-size:12px;font-weight:700}.source-stack{margin-top:6px}.source-card{border-left:2px solid #38bdf833;margin-top:6px;padding:8px 0 8px 14px}.source-card strong{color:#7dd3fc;margin-bottom:4px;font-size:13px;display:block}.source-card span{color:#cbd5e1c7;font-size:13px;display:block}.chat-input-bar{z-index:3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020617cc;border:1px solid #38bdf838;border-radius:22px;align-items:flex-end;gap:16px;margin-top:auto;padding:14px;display:flex;position:sticky;bottom:16px;box-shadow:0 18px 48px #02061761}.chat-input-bar textarea{resize:none;color:#e5e7eb;background:0 0;border:none;outline:none;flex:1;min-height:52px;max-height:150px;padding:12px 4px 8px 2px;font-size:15px;line-height:1.5}.typing{background:#020617c2;border:1px solid #38bdf838;border-radius:18px;gap:6px;width:fit-content;padding:14px 18px;display:flex}.typing span{background:#38bdf8;border-radius:999px;width:8px;height:8px;animation:1s ease-in-out infinite pulse}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.upload-panel{margin-bottom:12px}.upload-label{color:#e5e7eb;cursor:pointer;background:#0f172acc;border:1px solid #38bdf829;border-radius:14px;align-items:center;gap:10px;width:100%;padding:13px 14px;display:flex}.upload-label:hover{background:#0ea5e91f;border-color:#38bdf880}.upload-label input{display:none}.upload-label span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.upload-button{color:#020617;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#60a5fa);border:none;border-radius:14px;width:100%;margin-top:8px;padding:11px 14px;font-weight:700}.upload-button:disabled{opacity:.5;cursor:not-allowed}@media (width<=860px){.app-shell{flex-direction:column;height:auto;min-height:100vh}.sidebar{border-bottom:1px solid #38bdf82e;border-right:none;width:100%}.chat-page,.chat-container{min-height:0}.chat-container{min-height:auto}}@media (width<=640px){.chat-container{padding:18px 14px}.chat-input-bar{bottom:12px}.message-bubble{max-width:100%}.input-actions{gap:12px}.right-actions{gap:10px}.icon-button,.send-button,.chat-input-bar .icon-button,.chat-input-bar .send-button{width:44px;height:44px}}.chat-history{margin-top:24px}.section-title{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:12px;font-weight:700}.chat-history-item{color:#cbd5e1;text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:1px solid #0000;border-radius:12px;width:100%;margin-bottom:8px;padding:11px 12px;display:block;overflow:hidden}.chat-history-item:hover{background:#0ea5e91a;border-color:#38bdf833}.chat-history-item.active{color:#e0f2fe;background:#0ea5e929;border-color:#38bdf861}.home-container{z-index:1;justify-content:center;align-items:center;max-width:980px;height:100vh;margin:0 auto;padding:40px 24px;display:flex;position:relative}.home-screen{text-align:center;width:100%;max-width:920px}.home-logo{color:#e0f2fe;background-color:#0000;background-image:radial-gradient(circle,#38bdf81f,#0000 65%),linear-gradient(135deg,#38bdf81a,#2563eb05),url(/assets/avatar-bN0lZvUl.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #38bdf859;border-radius:50%;place-items:center;width:96px;height:96px;margin:0 auto 26px;font-size:30px;font-weight:900;display:grid;box-shadow:0 0 50px #38bdf840,inset 0 0 30px #38bdf82e}.home-screen h1{color:#f8fafc;margin:0;font-size:34px}.home-screen h2{color:#f8fafc;margin:16px 0 28px;font-size:30px;font-weight:500}.model-select{color:#e5e7eb;background:#1e293bc7;border:1px solid #94a3b82e;border-radius:14px;outline:none;min-width:340px;margin-bottom:36px;padding:14px 18px;font-size:15px}.home-input-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ac7;border:1px solid #7dd3fc7a;border-radius:22px;width:100%;min-height:140px;padding:22px;box-shadow:0 0 40px #38bdf81f,inset 0 0 28px #0f172a99}.home-input-box textarea{resize:none;color:#e5e7eb;background:0 0;border:none;outline:none;width:100%;min-height:62px;max-height:180px;padding-right:6px;font-size:22px;line-height:1.45}.home-input-box textarea::placeholder{color:#94a3b8}.input-actions{justify-content:space-between;align-items:center;gap:16px;margin-top:14px;display:flex}.right-actions{align-items:center;gap:14px;display:flex}.icon-button,.send-button{color:#e5e7eb;cursor:pointer;background:#0f172ab8;border:1px solid #94a3b829;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.icon-button:hover,.send-button:hover:not(:disabled){border-color:#7dd3fc61;transform:translateY(-1px);box-shadow:0 10px 24px #082f4938}.icon-button:hover{background:#0ea5e929}.send-button{color:#020617;background:linear-gradient(135deg,#38bdf8,#60a5fa);border-color:#7dd3fc5c;box-shadow:0 12px 26px #38bdf847}.icon-button:disabled,.send-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.chat-input-bar .input-actions{gap:14px;margin-top:0}.chat-input-bar .right-actions,.chat-input-bar .input-actions{flex-shrink:0}.chat-input-bar .icon-button,.chat-input-bar .send-button{width:50px;height:50px}.suggestion-row{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px;display:flex}.suggestion-row button{color:#f8fafc;cursor:pointer;background:#1e293bd9;border:1px solid #94a3b829;border-radius:14px;padding:13px 18px;font-weight:700}.suggestion-row button:hover{background:#0ea5e929;border-color:#38bdf873}.assistant-row{align-items:flex-start;gap:12px}.message-avatar{object-fit:cover;background:#020617;border:1px solid #38bdf873;border-radius:50%;flex-shrink:0;width:38px;height:38px;box-shadow:0 0 16px #38bdf859,0 0 28px #7c3aed38}
