:root{color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;background:#11131a;color:#eef0f7}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{border:0;border-radius:10px;background:#b6c6ff;color:#151827;padding:.7rem 1rem;cursor:pointer}button:disabled{opacity:.5;cursor:default}.center{min-height:100vh;display:grid;place-items:center;padding:1rem}.card{width:min(100%,360px);padding:2rem;border-radius:20px;background:#1b1e28}h1{font-weight:500;margin:0 0 .3rem}.card p{color:#adb4c8;margin:0 0 2rem}label{display:grid;grid-gap:.5rem;gap:.5rem;color:#c8cee0}input,textarea{width:100%;border:1px solid #394056;border-radius:10px;background:#12151d;color:inherit;padding:.8rem}form button{width:100%;margin-top:1rem}.error{color:#ffb4b4!important;margin:.8rem 0 0!important}.chat{display:flex;flex-direction:column;height:100dvh;max-width:820px;margin:auto}header{display:flex;align-items:center;gap:.55rem;min-height:60px;padding:0 1rem;border-bottom:1px solid #2a3040}header span{color:#8f98af;font-size:.85rem}header div{margin-left:auto;display:flex;gap:.5rem}.plain{padding:.4rem .55rem;color:#b6c6ff;background:transparent}.messages{flex:1 1;overflow-y:auto;padding:1.2rem 1rem;display:flex;flex-direction:column;gap:.75rem}article{white-space:pre-wrap;line-height:1.55;max-width:82%;padding:.8rem 1rem;border-radius:16px}article .sources{display:block;white-space:normal;margin-top:.65rem;color:#aab7dd;font-size:.78rem}.sources a{color:inherit;text-decoration:none}.sources a:hover{text-decoration:underline}article.user{align-self:flex-end;background:#586aab}article.assistant{align-self:flex-start;background:#202532}.welcome{color:#9fa8c0;text-align:center;margin:auto}.composer{display:flex;gap:.6rem;padding:.8rem 1rem calc(.8rem + env(safe-area-inset-bottom));border-top:1px solid #2a3040;background:#151820}.composer textarea{resize:none}.composer button{width:auto;align-self:end}.link-button{text-decoration:none;display:inline-block}.memory-page{min-height:100dvh;max-width:820px;margin:auto}.memory-page header{position:-webkit-sticky;position:sticky;top:0;background:#151820;z-index:1}.memory-intro,.memory-list{padding:1rem}.memory-intro{color:#c8cee0;border-bottom:1px solid #2a3040}.memory-intro p{margin:.35rem 0;line-height:1.5}.muted{color:#9fa8c0}.memory-error{margin:1rem;color:#ffb4b4}.memory-list{display:grid;grid-gap:.8rem;gap:.8rem}.memory-card{max-width:none;background:#202532;padding:1rem}.memory-card p{margin:.7rem 0 .4rem;line-height:1.55}.memory-card small{color:#aab3ca}.memory-meta{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.78rem;color:#c4cef0}.memory-meta span{padding:.13rem .4rem;background:#30394e;border-radius:99px}.memory-relation{margin:.65rem 0 0;padding:.5rem .65rem;background:#3a3040;border-radius:8px;color:#e3c5e6;font-size:.86rem;line-height:1.45}.memory-card blockquote{margin:.8rem 0 0;padding:.55rem .7rem;border-left:2px solid #7185c4;color:#b7bfd3;font-size:.88rem;line-height:1.45}.memory-actions{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.9rem}.memory-actions button{width:auto;padding:.42rem .7rem}.memory-actions .danger{color:#ffc2c2;background:transparent}@media (max-width:500px){article{max-width:90%}}