*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh}.app{display:flex;flex-direction:column;height:100vh;max-width:900px;margin:0 auto;background:#fff;box-shadow:0 0 50px #0000004d}.header{background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;color:#fff}.header-content{display:flex;align-items:center;gap:15px}.logo{font-size:2.5rem}.header-text h1{font-size:1.5rem;font-weight:600}.header-text p{font-size:.9rem;opacity:.9}.chat-container{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa}.messages{display:flex;flex-direction:column;gap:20px}.message{display:flex;gap:12px;max-width:85%;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end;flex-direction:row-reverse}.message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;background:#e9ecef}.message.assistant .message-avatar{background:linear-gradient(135deg,#667eea,#764ba2)}.message-bubble{padding:15px 20px;border-radius:20px;line-height:1.6}.message.assistant .message-bubble{background:#fff;border:1px solid #e9ecef;border-radius:20px 20px 20px 5px;box-shadow:0 2px 10px #0000000d}.message.user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px 20px 5px}.message-bubble h1,.message-bubble h2,.message-bubble h3{margin:15px 0 10px;font-size:1.1rem}.message-bubble p{margin:10px 0}.message-bubble ul,.message-bubble ol{margin:10px 0;padding-left:20px}.message-bubble li{margin:5px 0}.message-bubble strong{color:#667eea}.message.user .message-bubble strong{color:#fff}.message-bubble code{background:#f1f3f4;padding:2px 6px;border-radius:4px;font-size:.9em}.message-bubble a{color:#667eea;text-decoration:none}.message-bubble a:hover{text-decoration:underline}.typing-indicator{display:flex;gap:5px;padding:5px 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#667eea;animation:bounce 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.input-container{padding:20px;background:#fff;border-top:1px solid #e9ecef}.input-form{display:flex;gap:10px}.input-form input{flex:1;padding:15px 20px;border:2px solid #e9ecef;border-radius:25px;font-size:1rem;outline:none;transition:border-color .3s}.input-form input:focus{border-color:#667eea}.input-form input::placeholder{color:#adb5bd}.input-form button{padding:15px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.input-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.input-form button:disabled{opacity:.6;cursor:not-allowed}.footer-text{text-align:center;margin-top:15px;font-size:.8rem;color:#adb5bd}@media (max-width: 768px){.app{max-width:100%}.header{padding:15px}.header-text h1{font-size:1.2rem}.message{max-width:90%}.input-form button{padding:15px 20px}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#1a1a2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}
