body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}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}.App{align-items:center;background:linear-gradient(135deg,#0e1223,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.container{max-width:600px;text-align:center;width:100%}.title{animation:fadeInUp .8s ease-out;color:#fff;font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.subtitle{animation:fadeInUp .8s ease-out .2s both;color:#fffc;font-size:1.2rem;margin-bottom:3rem}.chat-form{animation:fadeInUp .8s ease-out .4s both;margin-bottom:2rem}.input-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:50px;box-shadow:0 10px 30px #0003;display:flex;padding:8px;position:relative;transition:all .3s ease}.input-container:focus-within{box-shadow:0 15px 40px #0000004d;transform:translateY(-2px)}.chat-input{background:#0000;border:none;border-radius:50px;color:#333;flex:1 1;font-size:1.1rem;outline:none;padding:16px 24px}.chat-input::placeholder{color:#888}.send-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;margin-right:4px;transition:all .3s ease;width:50px}.send-button:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:scale(1.1)}.send-button:active{transform:scale(.95)}.send-button:disabled{cursor:not-allowed;opacity:.6}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.response-bubble{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0003;margin:0 auto;max-width:500px;opacity:0;padding:24px;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1)}.response-bubble.show{opacity:1;transform:translateY(0)}.response-bubble.hide{opacity:0;transform:translateY(-20px)}.response-content{color:#333;font-size:1.1rem;line-height:1.6;text-align:left}.response-bubble.error{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.response-bubble.error .response-content{color:#fff}.api-info{animation:fadeInUp .8s ease-out .6s both;background:#ffffff1a;border-radius:10px;margin-top:20px;padding:15px;text-align:left}.api-info h3{color:#ffffffe6;font-size:1rem;margin-bottom:10px}.api-info p{color:#ffffffb3;font-size:.85rem;line-height:1.4;margin-bottom:8px}.api-info p:last-child{margin-bottom:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.title{font-size:2.5rem}.subtitle{font-size:1rem;margin-bottom:2rem}.container{padding:0 10px}.chat-input{font-size:1rem;padding:14px 20px}.send-button{height:45px;width:45px}.response-bubble{padding:20px}.response-content{font-size:1rem}}
/*# sourceMappingURL=main.bea3ef70.css.map*/