*{box-sizing:border-box}:root{color:#111827;background:#f9fafb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}#root{min-height:100vh}.login-screen{display:grid;min-height:100vh;place-items:center;padding:24px;background:#f9fafb}.login-card{display:grid;width:min(100%,420px);gap:18px;padding:28px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 18px 48px #0f172a1a}.login-card__brand{display:flex;align-items:center;gap:12px}.login-card__brand strong,.login-card__brand span{display:block}.login-card__brand strong{color:#111827;font-size:15px}.login-card__brand span{color:#6b7280;font-size:13px}.login-card__heading{display:grid;gap:6px;margin:10px 0 2px}.login-card__heading h1{margin:0;color:#111827;font-size:26px;line-height:1.2;letter-spacing:0}.login-card__heading p{margin:0;color:#6b7280;font-size:14px}.login-field{display:grid;gap:7px;color:#374151;font-size:14px;font-weight:600}.login-field input{width:100%;min-height:44px;padding:0 12px;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:0}.login-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.login-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;gap:10px;color:#fff;background:#2563eb;border:0;border-radius:8px;font-weight:700}.login-button:hover{background:#1d4ed8}.login-button:disabled{opacity:.55}.login-button svg{flex:0 0 auto;width:18px;height:18px}.login-error{display:inline-flex;align-items:center;gap:7px;color:#b91c1c;font-size:13px}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;background:#f9fafb}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;overflow:hidden;color:#f9fafb;background:#111827;border-right:1px solid rgba(255,255,255,.08)}.sidebar__top{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:22px 18px 16px}.brand-row{display:grid;grid-template-columns:30px minmax(0,1fr) 36px;align-items:center;gap:10px;margin-bottom:24px;font-size:18px;font-weight:700;letter-spacing:0}.brand-mark{display:grid;width:30px;height:30px;place-items:center;color:#60a5fa;background:#1f2937;border:1px solid rgba(255,255,255,.1);border-radius:8px}.new-chat-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;gap:10px;margin-bottom:16px;color:#fff;background:#2563eb;border:0;border-radius:12px;box-shadow:0 12px 30px #2563eb47;font-weight:700}.new-chat-button:hover{background:#1d4ed8}.chat-list{display:grid;gap:6px;min-height:0;overflow-y:auto;padding-right:2px}.chat-list__status{padding:10px 4px;color:#94a3b8;font-size:13px}.chat-list__item{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;min-height:42px;color:#cbd5e1;border-radius:8px}.chat-list__item:hover,.chat-list__item--active{color:#fff;background:#ffffff14}.chat-list__select,.chat-list__delete{display:inline-flex;align-items:center;min-width:0;min-height:42px;color:inherit;background:transparent;border:0}.chat-list__select{gap:10px;padding:0 10px;text-align:left}.chat-list__select span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list__delete{justify-content:center;opacity:0}.chat-list__item:hover .chat-list__delete,.chat-list__item--active .chat-list__delete{opacity:.72}.chat-list__delete:hover{opacity:1}.profile-panel{margin-top:auto;display:grid;gap:8px;padding:18px;border-top:1px solid rgba(255,255,255,.08)}.profile-card{display:grid;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:12px;margin-bottom:10px}.avatar{display:grid;width:40px;height:40px;place-items:center;color:#dbeafe;background:#1f2937;border:1px solid rgba(255,255,255,.1);border-radius:50%}.profile-card strong,.profile-card span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-card strong{color:#fff;font-size:14px}.profile-card span{color:#cbd5e1;font-size:13px}.profile-action{display:flex;align-items:center;min-height:38px;gap:12px;color:#e5e7eb;background:transparent;border:0;border-radius:9px;text-align:left}.profile-action:hover{background:#ffffff14}.chat-workspace{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;height:100vh;overflow:hidden;background:#f9fafb}.chat-header{z-index:2;display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:24px;padding:18px 28px;background:#f9fafbeb;border-bottom:1px solid #e5e7eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.chat-header h1{margin:0;font-size:20px;line-height:1.2;letter-spacing:0}.chat-header p{display:flex;align-items:center;gap:8px;margin:6px 0 0;color:#6b7280;font-size:14px}.chat-header p span{width:8px;height:8px;background:#22c55e;border-radius:50%}.header-actions{display:flex;align-items:center;gap:10px}.model-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0f172a0a}.model-button{min-height:42px;gap:10px;padding:0 16px;font-weight:600}.icon-button{width:42px;height:42px;padding:0}.icon-button--dark{color:#e5e7eb;background:transparent;border-color:transparent;box-shadow:none}.icon-button:hover,.model-button:hover{border-color:#cbd5e1}.icon-button:disabled{opacity:.5}.voice-button--recording{color:#dc2626;background:#fef2f2;border-color:#fecaca}.voice-button--recording:hover{border-color:#fca5a5}.voice-button--transcribing svg{animation:spin .9s linear infinite}.messages-scroll{overflow-y:auto;padding:26px 28px 230px}.messages-scroll--empty{display:grid;align-items:center;padding-bottom:230px}.messages{display:grid;width:min(100%,1080px);gap:18px;margin:0 auto}.messages--empty{width:min(100%,860px)}.message-row{display:flex;align-items:flex-start;gap:14px}.message-row--user{justify-content:flex-end}.message-row--assistant{justify-content:flex-start}.assistant-avatar{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;color:#2563eb;background:#fff;border:1px solid #e5e7eb;border-radius:50%;box-shadow:0 5px 16px #0f172a0f}.message-bubble{max-width:min(800px,calc(100% - 56px));border-radius:20px}.message-bubble--user{color:#fff;background:#2563eb;padding:14px 16px 10px;box-shadow:0 12px 28px #2563eb2e}.message-bubble--assistant{color:#111827;background:#fff;border:1px solid #e5e7eb;padding:16px 18px 12px;box-shadow:0 10px 26px #0f172a0f}.message-bubble--typing{display:inline-flex;align-items:center;gap:7px;min-height:48px;color:#4b5563}.typing-dot{width:6px;height:6px;background:#2563eb;border-radius:50%;animation:pulse 1.2s ease-in-out infinite}.typing-dot:nth-child(3){animation-delay:.12s}.typing-dot:nth-child(4){animation-delay:.24s}@keyframes pulse{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes spin{to{transform:rotate(360deg)}}.message-meta{display:flex;justify-content:flex-end;gap:8px;margin-top:8px;color:currentColor;font-size:12px;opacity:.68}.markdown-body{overflow-wrap:anywhere;font-size:15px;line-height:1.68}.markdown-body>:first-child{margin-top:0}.markdown-body>:last-child{margin-bottom:0}.markdown-body p,.markdown-body ul,.markdown-body ol,.markdown-body table,.markdown-body pre{margin:0 0 14px}.markdown-body ul,.markdown-body ol{padding-left:22px}.markdown-body li+li{margin-top:4px}.markdown-body table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;border:1px solid #e5e7eb;border-radius:10px}.markdown-body th,.markdown-body td{padding:10px 12px;border-bottom:1px solid #e5e7eb;text-align:left}.markdown-body th{background:#f3f4f6;font-weight:700}.inline-code{padding:2px 5px;color:#1f2937;background:#f3f4f6;border-radius:6px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}.code-card{overflow:hidden;margin:12px 0;background:#0f172a;border:1px solid #1f2937;border-radius:12px}.code-card__header{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 12px;color:#cbd5e1;background:#111827;font-size:12px}.code-copy{display:inline-flex;align-items:center;gap:6px;color:#e5e7eb;background:transparent;border:0}.code-card pre{overflow-x:auto;margin:0;padding:14px}.code-card code{color:#e5e7eb;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.6}.hljs-keyword,.hljs-selector-tag,.hljs-title{color:#93c5fd}.hljs-string,.hljs-attr{color:#86efac}.hljs-number,.hljs-literal{color:#fca5a5}.composer-footer{position:absolute;right:0;bottom:0;left:0;z-index:3;display:grid;gap:10px;padding:18px 28px 14px;background:linear-gradient(to top,#f9fafb 78%,#f9fafb00)}.composer{display:grid;width:min(100%,860px);gap:8px;margin:0 auto;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 16px 40px #0f172a1a}.composer textarea{width:100%;max-height:180px;min-height:36px;padding:0;resize:none;color:#111827;background:transparent;border:0;outline:0;font-size:16px;line-height:1.55}.composer textarea::placeholder{color:#9ca3af}.composer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.composer-tools{display:flex;align-items:center;gap:8px}.send-button{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;color:#fff;background:#2563eb;border:0;border-radius:50%;box-shadow:0 10px 24px #2563eb3d}.send-button:disabled{opacity:.5}.safety-note,.composer-error{justify-self:center;margin:0;color:#9ca3af;font-size:12px}.composer-error{display:inline-flex;align-items:center;gap:6px;color:#b91c1c}.empty-state{display:grid;place-items:center;color:#111827;text-align:center}.empty-state h2{margin:0;font-size:clamp(26px,3vw,40px);font-weight:500;line-height:1.18;letter-spacing:0}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;max-height:260px}.profile-panel{display:none}.sidebar__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px}.chat-list{grid-column:1 / -1;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));max-height:130px}.brand-row{margin:0}.new-chat-button{width:auto;min-height:42px;margin:0;padding:0 16px}.chat-workspace{height:calc(100vh - 70px)}}@media(max-width:640px){.chat-header{align-items:flex-start;padding:14px}.model-button{display:none}.messages-scroll{padding:18px 14px 220px}.messages-scroll--empty{padding-bottom:210px}.message-bubble{max-width:calc(100% - 34px)}.assistant-avatar{flex-basis:30px;width:30px;height:30px}.composer-footer{padding:14px}}
