: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;transition:transform .25s ease}.sidebar-header{padding:10px;border-bottom:1px solid #d8dee9;flex-shrink:0;display:flex;align-items:center;gap:6px}.new-chat-btn{flex:1;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}.sidebar-close-btn{display:none;flex-shrink:0;width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#5f6d7e;font-size:1rem;cursor:pointer;align-items:center;justify-content:center}.sidebar-close-btn:hover{background:#e4eaf2;color:#1a2332}.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}.header-left{display:flex;align-items:center;gap:10px;min-width:0}.app-header h1{margin:0;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header p{margin:4px 0 0;color:#5f6d7e;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.logout-btn,.export-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}.export-btn:hover:not(:disabled){background:#f0f6ff;border-color:#2058e8;color:#2058e8}.export-btn:disabled{opacity:.45;cursor:default}.hamburger-btn{display:none;flex-shrink:0;width:36px;height:36px;border:1px solid #b7c2d0;border-radius:8px;background:#fff;color:#344054;font-size:1.1rem;cursor:pointer;align-items:center;justify-content:center}.hamburger-btn:hover{background:#f0f4f8}.debug-toggle-btn{flex-shrink:0;padding:6px 10px;border:1px solid #b7c2d0;border-radius:8px;background:#fff;color:#5f6d7e;font-size:.8rem;cursor:pointer}.debug-toggle-btn:hover{background:#f0f4f8}.debug-toggle-btn.active{background:#fff8e1;border-color:#f9a825;color:#e65100}.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}.debug-block{margin-top:8px;font-size:.78rem;border:1px solid #f9a825;border-radius:8px;background:#fffde7;overflow:hidden}.debug-block>summary{padding:5px 10px;cursor:pointer;color:#e65100;font-weight:600;-webkit-user-select:none;user-select:none}.debug-block>summary:hover{background:#fff8e1}.debug-content{padding:8px 10px;display:flex;flex-direction:column;gap:5px;color:#3e2723}.debug-label{font-weight:600}.debug-badge{display:inline-block;margin-left:6px;padding:1px 6px;background:#f9a825;color:#fff;border-radius:4px;font-size:.72rem;font-weight:600;text-transform:uppercase}.debug-hits{border-collapse:collapse;width:100%;margin-top:4px;font-size:.77rem}.debug-hits th,.debug-hits td{text-align:left;padding:3px 8px;border:1px solid #ffe082}.debug-hits th{background:#fff8e1;font-weight:600}.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;cursor:pointer}.composer button:disabled{opacity:.6;cursor:default}.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}@media(max-width:580px){.sidebar{position:fixed;top:0;left:0;height:100dvh;z-index:200;transform:translate(-100%);box-shadow:2px 0 12px #00000026}.sidebar.sidebar-open{transform:translate(0)}.sidebar-close-btn{display:flex}.sidebar-overlay{position:fixed;inset:0;z-index:199;background:#00000059}.hamburger-btn{display:flex}.app-header p,.debug-toggle-btn,.export-btn span{display:none}.message{max-width:100%}.composer{padding:8px;gap:6px}.composer textarea{font-size:.95rem}}@media print{html,body{height:auto!important;overflow:visible!important}.sidebar,.sidebar-overlay,.header-actions,.composer,.loading-message,.hamburger-btn,.debug-toggle-btn{display:none!important}.main-layout{display:block;height:auto!important;overflow:visible!important}.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,.debug-block summary{cursor:default}.debug-block{border-color:#ccc;background:#fafafa}.debug-block>summary{color:#333}.debug-badge{background:#888}}.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}
