: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}.main-layout{display:flex;height:100dvh;overflow:hidden}.sidebar{width:220px;flex-shrink:0;background:#f0f4f8;border-right:1px solid #d8dee9;display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:10px;border-bottom:1px solid #d8dee9;flex-shrink:0}.new-chat-btn{width:100%;padding:8px 10px;border:1px dashed #b7c2d0;border-radius:8px;background:transparent;color:#344054;font-size:.85rem;cursor:pointer;text-align:left}.new-chat-btn:hover{background:#e4eaf2}.session-list{flex:1;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:2px}.session-item{width:100%;text-align:left;padding:8px 10px;border:none;border-radius:8px;background:transparent;cursor:pointer;display:flex;flex-direction:column;gap:2px}.session-item:hover{background:#e4eaf2}.session-item.active{background:#d6e4f7}.session-title{font-size:.85rem;color:#1a2332;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-date{font-size:.75rem;color:#5f6d7e}.app-shell{flex:1;min-width:0;display:grid;grid-template-rows:auto 1fr auto;background:#f8fafc;overflow:hidden}.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}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.export-btn{flex-shrink:0;padding:6px 12px;border:1px solid #b7c2d0;border-radius:8px;background:#fff;color:#344054;font-size:.85rem;cursor:pointer}.export-btn:hover:not(:disabled){background:#f0f6ff;border-color:#2058e8;color:#2058e8}.export-btn:disabled{opacity:.45;cursor:default}@media(max-width:580px){.sidebar{display:none}}@media print{.sidebar,.header-actions,.composer,.loading-message{display:none!important}.main-layout{display:block}.app-shell{display:block;height:auto;overflow:visible}.app-header{border-bottom:2px solid #ccc;padding-bottom:8px;margin-bottom:12px}.chat-list{overflow:visible;height:auto;display:block;padding:0}.message{page-break-inside:avoid;margin-bottom:10px;max-width:100%;border-radius:4px}.message.user{background:#e8f0ff;color:#000;border:none}.message.assistant{background:#f5f5f5;color:#000}.sources summary{cursor:default}}.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}
