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:linear-gradient(135deg,#1a1a2e,#0f0f1f);color:#fff;font-family:Inter,Arial,sans-serif;margin:0}.app-container{background:#1f1f2e;border-radius:16px;box-shadow:0 10px 40px #0009;display:flex;flex-direction:column;margin:40px auto;max-width:100%;overflow:hidden;transition:none;width:600px}.header{align-items:center;border-bottom:2px solid #10a37f;display:flex;justify-content:center;padding:20px 25px}.header h2{color:#fff;font-size:2rem;font-weight:800;letter-spacing:1px;margin:0;text-align:center}.header h2 span:first-child{color:#10ffc3;font-weight:900;text-shadow:none}.header h2 span:last-child{color:#fff;font-weight:700}.chat-box{background:#1f1f2e;display:flex;flex-direction:column;gap:12px;height:400px;overflow-y:auto;padding:20px;scrollbar-color:#10a37f #1f1f2e;scrollbar-width:thin}.chat-box::-webkit-scrollbar{width:8px}.chat-box::-webkit-scrollbar-thumb{background-color:#10a37f;border-radius:10px}.chat-box::-webkit-scrollbar-track{background:#1f1f2e}.chat-message{animation:fadeIn .3s ease forwards;display:flex;margin-bottom:10px}.chat-message.user{justify-content:flex-end}.chat-message.ai{justify-content:flex-start}.chat-bubble{word-wrap:break-word;border-radius:25px;box-shadow:0 5px 15px #0003;font-size:1rem;line-height:1.5;max-width:70%;padding:12px 18px;position:relative;transition:all .3s ease}.chat-message.user .chat-bubble{background:linear-gradient(135deg,#10a37f,#0e8b6c);border-bottom-right-radius:0;color:#fff}.chat-message.ai .chat-bubble{background:#2c2c3e;border-bottom-left-radius:0;color:#f0f0f0}.typing-dot{animation:bounce 1.2s ease-in-out infinite;background-color:#10a37f;border-radius:50%;display:inline-block;height:12px;margin-right:5px;width:12px}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.input-area{align-items:center;background:#2a2a3d;border-top:2px solid #10a37f;display:flex;gap:10px;padding:15px 20px}input{background:#1f1f2e;border:none;border-radius:25px;color:#fff;flex:1 1;font-size:1rem;outline:none;padding:12px 18px;transition:all .2s ease}input:focus{box-shadow:0 0 10px #10a37f99}button{background:linear-gradient(135deg,#10a37f,#0e8b6c);border:none;border-radius:25px;box-shadow:0 5px 15px #0003;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:all .2s ease}button:hover{box-shadow:0 10px 20px #0000004d;transform:translateY(-2px)}
/*# sourceMappingURL=main.10a9e98c.css.map*/