body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#1a1a1a;color:#e0e0e0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}.app-container{background:#121212;border-radius:12px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;height:80vh;margin:50px auto;max-width:600px;overflow:hidden}h1{background:#1f1f1f;border-bottom:1px solid #333;color:#f0f0f0;font-size:24px;margin:0;padding:20px 0;text-align:center}.chat-box{background:#181818;display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:20px}.message{word-wrap:break-word;border-radius:20px;max-width:70%;padding:10px 15px;white-space:pre-wrap}.message.user{align-self:flex-end;background:#333;color:#fff}.message.bot{align-self:flex-start;background:#2a2a2a;color:#e0e0e0}.input-box{background:#1f1f1f;border-top:1px solid #333;display:flex;padding:10px}.input-box input{background:#2a2a2a;border:1px solid #333;border-radius:20px;color:#e0e0e0;flex:1 1;font-size:16px;outline:none;padding:10px 15px}.input-box input::placeholder{color:#888}.input-box button{background:#555;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:700;margin-left:10px;padding:10px 20px;transition:background .2s ease}.input-box button:hover{background:#777}.input-box button:disabled{background:#444;cursor:not-allowed}.typing-dots{animation:blink 1s infinite;display:inline-block;margin-left:5px}@keyframes blink{0%,to{opacity:.2}50%{opacity:1}}
/*# sourceMappingURL=main.323bfe32.css.map*/