*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:dark}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#121212;color:#e0e0e0;line-height:1.5;min-height:100vh;display:block}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#ffffff38;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#ffffff61}.chat{max-width:800px;margin:2rem auto;padding:1rem;height:80vh;display:flex;flex-direction:column;gap:1rem}.chat-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #2c2c2c}.chat-header h1{font-size:1.5rem;font-weight:600}select{background-color:#1f1f1f;color:#e0e0e0;border:1px solid #2c2c2c;border-radius:6px;padding:.35rem .6rem;cursor:pointer}select:focus{outline:2px solid #4f46e5;outline-offset:1px}.message-list{flex-grow:1;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;padding-right:.25rem}.message{max-width:70%;padding:.6rem .9rem;border-radius:8px;font-size:.95rem;word-wrap:break-word}.message.user{align-self:flex-end;background-color:#1f1f1f;color:#fff}.message.assistant{align-self:flex-start;background-color:#2c2c2c;color:#e0e0e0}.input-wrapper{position:relative}textarea{width:100%;min-height:60px;background-color:#1a1a1a;padding:.6rem;color:#e0e0e0;font-family:inherit;font-size:.95rem;resize:vertical;border:none;border-radius:8px}textarea:focus{outline:2px solid #4f46e5}.send-button{position:absolute;right:.5rem;bottom:.5rem;background-color:#4f46e5;border:none;border-radius:6px;padding:.35rem .6rem;color:#fff;font-size:.85rem;cursor:pointer}.send-button:hover{background-color:#6366f1}.send-button:active{background-color:#4338ca}.send-button:focus{outline:2px solid #4f46e5;outline-offset:2px}.loading,.error{font-size:.9rem;text-align:center;color:#a3a3a3}@media(max-width:640px){.chat{height:90vh;margin:1rem;padding:.75rem}.message{max-width:85%}}
