:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.message{display:flex;margin:10px 0;animation:fadeIn .3s ease-in-out}.message.user{justify-content:flex-end}.message.user .bubble{background:linear-gradient(135deg,#007bff,#00c6ff);color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 12px #007bff40}.message.assistant{justify-content:flex-start}.message.assistant .bubble{background:#fff;color:#333;border:1px solid #e6e6e6;border-bottom-left-radius:4px;box-shadow:0 3px 10px #00000014}.message .bubble{padding:12px 16px;border-radius:16px;max-width:75%;font-size:15px;line-height:1.5;word-wrap:break-word;transition:transform .15s ease-in-out}@media (max-width: 480px){.message .bubble{font-size:14px;padding:10px 12px;max-width:85%}}.message .bubble:hover{transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}html,body,#root{width:100%;height:100%;margin:0;padding:0}*{box-sizing:border-box}.chat-container{display:flex;flex-direction:column;height:100vh;width:100%;margin:0;background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 32px #00000026;border:1px solid rgba(255,255,255,.25);border-radius:0}.chat-header{flex-shrink:0;position:sticky;top:0;z-index:10;background:linear-gradient(135deg,#007bff,#00d4ff);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:18px;letter-spacing:.5px}@media (max-width: 480px){.chat-header{font-size:16px;padding:12px 16px}}.chat-header button{background:#fff3;border:none;color:#fff;padding:6px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.chat-header button:hover{background:#ffffff59}.chat-messages{flex:1;overflow-y:auto;padding:20px;background:linear-gradient(135deg,#f9fafc,#eef2f7);scroll-behavior:smooth}@media (max-width: 480px){.chat-messages{padding:12px}}.chat-input{flex-shrink:0;position:sticky;bottom:0;z-index:10;display:flex;border-top:1px solid #eee;background:#fff;padding:12px}@media (max-width: 480px){.chat-input{padding:8px}}.chat-input input{flex:1;padding:12px 14px;border:1px solid #ddd;border-radius:12px;outline:none;font-size:15px;transition:border .2s,box-shadow .2s}.chat-input input:focus{border:1px solid #007bff;box-shadow:0 0 6px #007bff33}.chat-input button{padding:12px 18px;background:linear-gradient(135deg,#007bff,#00c6ff);border:none;border-radius:12px;color:#fff;margin-left:10px;cursor:pointer;font-weight:600;transition:transform .15s ease,box-shadow .15s ease}.chat-input button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}@media (max-width: 480px){.chat-input button{padding:10px 14px;font-size:14px}}
