: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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f8fafc;height:100vh;overflow:hidden;color:#1f2937}.main-container{display:flex;height:100vh;padding:2rem;gap:3rem;align-items:center;justify-content:center;max-width:1400px;margin:0 auto}.logo-section{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:2rem;max-width:400px}.chat-logo{max-width:350px;height:auto;margin-bottom:2rem}.project-explanation{color:#64748b;line-height:1.6;font-size:1.1rem}.project-explanation h2{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.project-explanation p{margin-bottom:1rem}.chat-container{flex:1;max-width:600px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;border:1px solid #e2e8f0;height:80vh;display:flex;flex-direction:column;margin-right:2rem}.name-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 20px 60px #0003;text-align:center;max-width:400px;width:90%}.modal-content h2{margin-bottom:1rem;color:#1e293b}.modal-content p{color:#64748b;margin-bottom:2rem;line-height:1.5}.name-input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;margin-bottom:1.5rem;transition:border-color .2s}.name-input:focus{outline:none;border-color:#3b82f6}.submit-name{background:#1f2937;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;width:100%;transition:background-color .2s}.submit-name:hover{background:#374151}.messages-container{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;scrollbar-width:none;-ms-overflow-style:none}.messages-container::-webkit-scrollbar{display:none}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.4}.empty-text{font-size:1.1rem;font-weight:400}.message-bubble{max-width:85%;padding:1rem 1.25rem;border-radius:12px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-content{display:flex;align-items:flex-start;gap:.75rem}.message-emoji{font-size:1.25rem;margin-top:.125rem;opacity:.8}.message-body{flex:1}.message-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.message-username{font-weight:600;color:#1f2937;font-size:.95rem}.sentiment-badge{font-size:.75rem;padding:.25rem .75rem;border-radius:6px;font-weight:500;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.message-text{color:#374151;line-height:1.5;margin:0 0 .5rem;word-wrap:break-word;font-size:.95rem}.message-time{font-size:.75rem;color:#94a3b8}.input-container{background:#fff;padding:1.5rem;border-top:1px solid #e2e8f0}.input-form{display:flex;gap:1rem;align-items:flex-end}.current-user{flex:0 0 120px;background:#f8fafc;padding:.75rem 1rem;border-radius:8px;border:1px solid #e2e8f0;font-size:.9rem;color:#64748b}.current-user strong{color:#1f2937}.message-input-group{flex:1;display:flex;gap:.75rem}.message-input{flex:1;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:all .2s ease;background:#fff;font-family:inherit}.message-input:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 3px #6b72801a}.send-button{background:#1f2937;color:#fff;padding:.875rem 1.5rem;border:none;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;min-width:100px}.send-button:hover:not(:disabled){background:#374151}.send-button:disabled{background:#9ca3af;cursor:not-allowed}.error-banner{background:#fef2f2;color:#dc2626;padding:1rem 1.5rem;border-radius:8px;margin:1rem 1.5rem;border:1px solid #fecaca;font-weight:500;font-size:.9rem;text-align:center}@media (max-width: 1024px){.main-container{flex-direction:column;padding:1rem;gap:2rem}.logo-section{align-items:center;text-align:center;padding-left:0;max-width:none}.chat-container{margin-right:0;height:70vh;max-width:800px;width:100%}.chat-logo{max-width:300px}}@media (max-width: 768px){.message-bubble{max-width:95%;padding:1rem}.input-form{flex-direction:column;gap:.75rem}.current-user{flex:none;width:100%;text-align:center}.message-input-group{width:100%}.messages-container,.input-container{padding:1rem}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
