*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Hiragino Kaku Gothic ProN,sans-serif;background:#f7f7f8;color:#1a1a1a}.app-shell{display:flex;height:100vh}.sidebar{width:240px;background:#202123;color:#ececf1;display:flex;flex-direction:column;padding:16px 12px}.sidebar-title{font-weight:600;padding:8px 4px 16px;border-bottom:1px solid #3a3b3d;margin-bottom:12px}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.nav-button{width:100%;text-align:left;padding:10px 12px;border-radius:8px;border:none;background:transparent;color:#ececf1;cursor:pointer;font-size:14px}.nav-button:hover{background:#2b2c2e}.nav-button-active{background:#343541}.main-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:24px}.chat-screen{display:flex;flex-direction:column;height:100%;max-width:820px;margin:0 auto;width:100%}.chat-history{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-bottom:16px}.chat-empty{color:#6e6e80;margin-top:40px;text-align:center}.chat-bubble{max-width:80%;padding:12px 16px;border-radius:12px;white-space:pre-wrap;line-height:1.5}.chat-bubble-user{align-self:flex-end;background:#10a37f;color:#fff}.chat-bubble-assistant{align-self:flex-start;background:#fff;border:1px solid #e5e5e5}.chat-caret{display:inline-block;width:8px;height:1em;vertical-align:text-bottom;background:currentColor;animation:blink 1s step-start infinite}@keyframes blink{50%{opacity:0}}.chat-citations{margin-top:8px;font-size:12px;color:#6e6e80;border-top:1px dashed #d9d9e3;padding-top:6px}.chat-citations-title{font-weight:600}.chat-citations ul{margin:4px 0 0;padding-left:18px}.chat-input-row{display:flex;gap:8px;padding:12px 0;border-top:1px solid #e5e5e5}.chat-input{flex:1;resize:none;padding:10px 12px;border-radius:8px;border:1px solid #d9d9e3;font-size:14px;font-family:inherit}.chat-send-button{padding:0 20px;border-radius:8px;border:none;background:#10a37f;color:#fff;cursor:pointer;font-weight:600}.chat-send-button:disabled{opacity:.6;cursor:not-allowed}.documents-screen,.upload-screen,.settings-screen{max-width:820px;margin:0 auto;width:100%}.documents-table{width:100%;border-collapse:collapse;margin-top:16px}.documents-table th,.documents-table td{text-align:left;padding:8px 12px;border-bottom:1px solid #e5e5e5;font-size:14px}.link-button{background:none;border:none;color:#d1373f;cursor:pointer;padding:0;font-size:13px}.status-banner{margin-top:12px;padding:8px 12px;border-radius:8px;background:#eef2ff;font-size:14px;display:inline-block}.status-success{background:#e6f7ee;color:#0f7a48}.status-error,.error-banner{background:#fdecec;color:#b42318}.settings-field{display:flex;flex-direction:column;gap:6px;margin:16px 0;font-size:14px}.logout-button{margin-top:auto;width:100%;padding:10px 12px;border-radius:8px;border:1px solid #3a3b3d;background:transparent;color:#9a9ba0;cursor:pointer;font-size:13px}.logout-button:hover{background:#2b2c2e;color:#ececf1}.login-screen{display:flex;align-items:center;justify-content:center;height:100vh;padding:24px}.login-card{width:100%;max-width:360px;background:#fff;border:1px solid #e5e5e6;border-radius:12px;padding:28px 24px}.login-card h1{font-size:18px;margin:0 0 8px}.login-card p{font-size:14px;color:#6b6c70;margin:0 0 20px}.login-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;font-size:14px}.login-field input{padding:10px 12px;border-radius:8px;border:1px solid #d9d9dc;font-size:14px}.login-button{width:100%;padding:10px 12px;border-radius:8px;border:none;background:#343541;color:#fff;cursor:pointer;font-size:14px}.login-button:disabled{opacity:.6;cursor:default}
