body{margin:0;padding:0;font-family:Courier New,monospace;background-color:#111;color:#fff;overflow:hidden}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.chat-message{margin-bottom:1.5rem;font-family:Courier New,monospace}.message-user{color:#0f0;margin-bottom:.5rem;line-height:1.6}.message-assistant{color:#fff;margin-left:1rem;line-height:1.6}.message-prompt{color:#0f0;font-weight:700;margin-right:.5rem}.cursor{animation:blink 1s infinite;color:#0f0;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.chat-input-form{padding:1rem;border-top:1px solid #333}.input-container{display:flex;align-items:center;gap:.5rem}.input-prompt{color:#0f0;font-weight:700;font-family:Courier New,monospace;font-size:1rem}.chat-input{flex:1;background:transparent;border:none;color:#fff;font-family:Courier New,monospace;font-size:1rem;outline:none;padding:.5rem}.chat-input::placeholder{color:#666}.chat-input:disabled{opacity:.5;cursor:not-allowed}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:#0f0}.loading-spinner{display:flex;gap:.5rem;margin-bottom:1rem}.spinner-dot{width:12px;height:12px;background-color:#0f0;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.spinner-dot:nth-child(1){animation-delay:-.32s}.spinner-dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.loading-message{font-family:Courier New,monospace;font-size:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-container{display:flex;flex-direction:column;height:100vh;background-color:#111;color:#fff;font-family:Courier New,monospace}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #333;background-color:#0a0a0a}.header-text{color:#0f0;font-weight:700;font-size:1.1rem}.status-indicator{font-size:.9rem;display:flex;align-items:center;gap:.3rem}.status-indicator.online{color:#0f0}.status-indicator.offline{color:red}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;background-color:#111}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#0a0a0a}.chat-messages::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#555}.welcome-message{text-align:center;color:#666;margin-top:2rem}.welcome-message p{margin:.5rem 0}.error-container{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#111}.error-message{background-color:#1a0000;border:1px solid #ff0000;border-radius:8px;padding:2rem;max-width:500px;text-align:center;color:#f66}.error-icon{font-size:3rem;display:block;margin-bottom:1rem}.error-message p{margin:0;line-height:1.6;font-family:Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;height:100vh;background-color:#111}
