:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4;font-weight:400;color:#101828;background:#eef2f7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;height:100%;margin:0}.app-shell{height:100dvh;max-width:760px;margin:0 auto;display:grid;grid-template-rows:auto 1fr auto;background:#f8fafc}.app-header{border-bottom:1px solid #d8dee9;padding:12px 16px;background:#fff}.app-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-header h1{margin:0;font-size:1rem}.app-header p{margin:4px 0 0;color:#5f6d7e;font-size:.85rem}.logout-btn{flex-shrink:0;padding:6px 12px;border:1px solid #b7c2d0;border-radius:8px;background:#fff;color:#344054;font-size:.85rem;cursor:pointer}.logout-btn:hover{background:#f8fafc}.chat-list{overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.empty-state{margin:auto 0;text-align:center;color:#5f6d7e}.message{max-width:90%;border-radius:12px;padding:10px 12px;line-height:1.45;font-size:.95rem}.message p{margin:0;white-space:pre-wrap}.message.user{align-self:flex-end;background:#2058e8;color:#fff}.message.assistant{align-self:flex-start;background:#fff;border:1px solid #d8dee9;color:#101828}.sources{margin-top:10px;font-size:.85rem}.sources ul{margin:6px 0 0;padding-left:16px}.composer{border-top:1px solid #d8dee9;background:#fff;padding:10px;display:grid;grid-template-columns:1fr auto;gap:8px}.composer textarea{width:100%;resize:none;border-radius:10px;border:1px solid #b7c2d0;padding:10px;font:inherit}.composer button{border:0;border-radius:10px;padding:0 16px;background:#2058e8;color:#fff;font-weight:600}.composer button:disabled{opacity:.6}.loading-message .progress-bar{margin-top:10px;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.loading-message .progress-bar-fill{height:100%;width:40%;background:linear-gradient(90deg,#2058e8,#4d7ef0);border-radius:2px;animation:progress-indeterminate 1.2s ease-in-out infinite}@keyframes progress-indeterminate{0%{transform:translate(-100%)}50%{transform:translate(250%)}to{transform:translate(-100%)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.login-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:#eef2f7;padding:16px}.login-card{width:100%;max-width:360px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid #d8dee9}.login-card h1{margin:0 0 4px;font-size:1.25rem;color:#101828}.login-subtitle{margin:0 0 20px;color:#5f6d7e;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:12px}.login-form label{font-size:.9rem;font-weight:500;color:#344054}.login-form input{padding:10px 12px;border:1px solid #b7c2d0;border-radius:8px;font:inherit;font-size:1rem}.login-form input:focus{outline:none;border-color:#2058e8;box-shadow:0 0 0 2px #2058e833}.login-form input:disabled{background:#f1f3f5;cursor:not-allowed}.login-error{margin:0;color:#b42318;font-size:.9rem}.login-form button{margin-top:8px;padding:12px;border:0;border-radius:8px;background:#2058e8;color:#fff;font-weight:600;font-size:1rem;cursor:pointer}.login-form button:hover:not(:disabled){background:#1646c7}.login-form button:disabled{opacity:.6;cursor:not-allowed}
