:root{color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif;background:#171321;color:#f6f1ff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 88% -8%,#5d4d83 0,#2b2140 35%,#171321 73%)}main{max-width:760px;margin:auto;padding:24px 16px}h1{font-size:30px;margin:8px 0;color:#f1eaff}p{color:#cdc2df;line-height:1.6}.card{background:rgba(40,31,58,.92);border:1px solid #6e5b91;border-radius:18px;padding:20px;margin-top:20px;box-shadow:0 18px 60px rgba(8,4,18,.24)}input,textarea,button{font:inherit;border-radius:11px}input,textarea{width:100%;padding:12px;background:#20182f;color:#fff;border:1px solid #78679b}textarea{min-height:110px;resize:vertical}button{padding:11px 16px;border:0;background:linear-gradient(135deg,#c5a7f6,#9d7fda);color:#1e1432;font-weight:750;cursor:pointer}button.secondary{background:#4c3b67;color:#f5efff}.row{display:flex;gap:10px;align-items:center}.row>*{flex:1}.messages{min-height:38vh;display:flex;flex-direction:column;gap:12px}.message{padding:13px;border-radius:14px;line-height:1.7;overflow-wrap:anywhere}.user{background:#594374}.assistant{background:#2c233d;border:1px solid #66537f}.assistant strong{color:#eadcff}.assistant code{background:#1c152b;padding:2px 5px;border-radius:5px;color:#d9c5ff}.assistant h1,.assistant h2,.assistant h3{margin:10px 0 5px;font-size:1.05em}.streaming:after{content:' ▍';animation:blink 1s steps(1) infinite;color:#d5b8ff}@keyframes blink{50%{opacity:0}}.note{font-size:14px;color:#b9abc9}.error{color:#ffb4c0;margin-top:10px}
