:root{--bg: #f6f5f1;--surface: #ffffff;--text: #1d2733;--muted: #5b6773;--accent: #0a6e4f;--accent-soft: #e2f0ea;--border: #dcd9d0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media(prefers-color-scheme:dark){:root{--bg: #14181d;--surface: #1e242b;--text: #e8e6e1;--muted: #9aa4ae;--accent: #4dbd95;--accent-soft: #1d332b;--border: #313a43}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}.app{max-width:780px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;padding:0 1rem}header{padding:1.5rem 0 .5rem}header h1{margin:0;font-size:1.6rem;color:var(--accent)}header p{margin:.25rem 0 0;color:var(--muted);font-size:.9rem}main{flex:1;padding:1rem 0;display:flex;flex-direction:column;gap:.75rem}.suggestions{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1rem}.suggestions button{padding:.9rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;text-align:left;cursor:pointer;color:var(--text);font-size:.9rem}.suggestions button:hover{border-color:var(--accent)}.msg{border-radius:12px;padding:.75rem 1rem;line-height:1.55;overflow-wrap:anywhere}.msg.user{align-self:flex-end;background:var(--accent-soft);max-width:85%}.msg.assistant{align-self:stretch;background:var(--surface);border:1px solid var(--border)}.msg.assistant p:first-child{margin-top:0}.msg.assistant p:last-child{margin-bottom:0}.thinking{color:var(--muted);font-style:italic}.error{color:#c0392b;margin-top:.5rem}.figures{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.figures figure{margin:0;max-width:220px}.figures img{max-width:100%;border-radius:8px;border:1px solid var(--border);display:block}.figures figcaption{font-size:.75rem;color:var(--muted);margin-top:.25rem}.sources{margin-top:.75rem;border-top:1px solid var(--border);padding-top:.5rem;font-size:.85rem}.sources summary{cursor:pointer;color:var(--muted)}.sources a{color:var(--accent)}.snapshot{color:var(--muted)}form{display:flex;gap:.5rem;padding:.75rem 0;position:sticky;bottom:0;background:var(--bg)}form input{flex:1;padding:.8rem 1rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:1rem}form input:focus{outline:2px solid var(--accent);border-color:transparent}form button{padding:0 1.4rem;border-radius:10px;border:none;background:var(--accent);color:#fff;font-size:1rem;cursor:pointer}form button:disabled{opacity:.5;cursor:default}footer{padding:.5rem 0 1rem;font-size:.75rem;color:var(--muted);text-align:center}.msg.assistant img{max-width:min(100%,480px);border-radius:8px;border:1px solid var(--border);display:block;margin:.5rem 0}
