*{box-sizing:border-box}body{margin:0;font:16px system-ui,Tahoma,sans-serif;background:#f5f7fb;color:#182236}button,input,textarea{font:inherit}button{cursor:pointer;background:#2262cb;color:white;border:0;border-radius:10px;padding:11px 17px}button:disabled{opacity:.55;cursor:wait}input,textarea{width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:12px;background:#fff;color:#17212f}label{display:block;margin:15px 0;font-weight:600}label input,label textarea{margin-top:7px}.auth{min-height:100vh;display:grid;place-items:center;padding:20px}.card{background:white;border-radius:17px;box-shadow:0 14px 40px #18223618;padding:32px;width:min(100%,420px)}h1,h2{margin:0 0 16px}.card button{width:100%}.error{color:#b42318;min-height:1.3em}.layout{height:100vh;display:flex}.layout aside{width:270px;flex-shrink:0;background:#172945;color:white;display:flex;flex-direction:column;padding:19px;gap:14px}.layout aside button{background:#29456d;text-align:right}.layout aside #newChat{background:#2262cb}.bottom{margin-top:auto;display:flex;gap:8px}.bottom button{flex:1;text-align:center;font-size:14px}.layout main{flex:1;min-width:0;display:flex;flex-direction:column}.layout header{background:white;padding:18px 25px;border-bottom:1px solid #e4e8f0;font-weight:700;display:flex;gap:15px}.mobile{display:none}#chats{overflow:auto;display:grid;align-content:start;gap:6px}.chatrow{display:flex;align-items:center;gap:5px;border-radius:8px}.chatrow.active{background:#314a72}.chatrow button:first-child{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chatrow .delete{background:transparent;color:#d3def1}#messages{flex:1;overflow:auto;padding:30px max(25px,calc((100% - 850px)/2));display:flex;flex-direction:column;gap:17px}.bubble{max-width:85%;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.65;padding:12px 16px;border-radius:15px;background:white;box-shadow:0 2px 8px #18223610;align-self:flex-start}.bubble.user{background:#dbeafe;align-self:flex-end}#composer{display:flex;gap:10px;padding:17px max(20px,calc((100% - 900px)/2));background:white;border-top:1px solid #e4e8f0;align-items:end}#composer textarea{resize:vertical;max-height:170px}dialog{border:0;border-radius:16px;padding:28px;width:min(95vw,570px);box-shadow:0 15px 50px #1117}dialog::backdrop{background:#10213b99}.actions{display:flex;gap:12px;justify-content:flex-end}.actions button:first-child{background:#64748b}body[data-mode=chat] #auth,body:not([data-mode=chat]) #app{display:none}body[data-mode=login] .setupOnly{display:none}@media(max-width:680px){.layout aside{display:none;position:absolute;z-index:2;height:100vh}.layout aside.open{display:flex}.mobile{display:inline-block}#messages{padding:18px}.bubble{max-width:94%}#composer{padding:10px}}

#composer #mic,#composer #stopVoice{padding:11px;flex-shrink:0;background:#e4ecf8;color:#173761}.play{margin-top:9px;padding:5px 10px;background:#e4ecf8;color:#173761;font-size:13px}
