: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}*{margin:0;padding:0;box-sizing:border-box}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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}.copilot-chat-fixed-container{align-items:flex-end;bottom:24px;display:flex;flex-direction:row;gap:16px;position:fixed;right:24px;z-index:50}.copilot-chat-modal{animation:copilot-fade-in .2s;background:#fff;border-radius:1rem;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;height:70vh;max-width:90vw;position:relative;width:450px}@keyframes copilot-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.copilot-chat-modal-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;padding:24px 24px 8px}.typing-speed-control{align-items:center;color:#6b7280;display:flex;font-size:.75rem;gap:8px}.typing-speed-control label{font-weight:500;white-space:nowrap}.typing-speed-slider{-webkit-appearance:none;appearance:none;background:#e5e7eb;border-radius:2px;height:4px;outline:none;width:80px}.typing-speed-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3b82f6;border-radius:50%;cursor:pointer;height:16px;width:16px}.typing-speed-slider::-moz-range-thumb{background:#3b82f6;border:none;border-radius:50%;cursor:pointer;height:16px;width:16px}.copilot-chat-modal-messages{display:flex;flex:1;flex-direction:column;font-size:.875rem;gap:8px;overflow-x:hidden;overflow-y:auto;padding:16px 24px}.copilot-chat-message-user{text-align:right}.copilot-chat-message-ai{color:#1d4ed8;text-align:left}.copilot-chat-message-user-bubble{background:#f3f4f6;border-radius:.5rem;display:inline-block;max-width:100%;padding:4px 12px;word-break:break-all}.copilot-chat-message-ai-bubble{padding:4px 12px}.copilot-chat-modal-form{align-items:center;background:#fff;border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:16px 24px}.copilot-chat-modal-input{border:1px solid #e5e7eb;border-radius:.5rem;flex:1;font-size:1rem;outline:none;padding:8px 12px;transition:box-shadow .2s,border-color .2s}.copilot-chat-modal-input:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}.copilot-chat-modal-send-btn{background:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:background .2s,opacity .2s}.copilot-chat-modal-send-btn:disabled{cursor:not-allowed;opacity:.6}.copilot-chat-modal-send-btn:hover:not(:disabled){background:#1d4ed8}.copilot-chat-modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.25rem;font-weight:700;position:absolute;right:12px;top:12px;transition:color .2s}.copilot-chat-modal-close:hover{color:#374151}.copilot-chat-fab{align-items:center;background:#2563eb;border:4px solid transparent;border-radius:9999px;box-shadow:0 4px 16px #0000001f;color:#fff;display:flex;font-size:1.5rem;height:56px;justify-content:center;outline:none;transition:background .2s,border-color .2s;width:56px}.copilot-chat-fab:hover{background:#1d4ed8}.copilot-chat-fab-active{border-color:#bfdbfe}.copilot-chat-fab-icon{height:28px;width:28px}.copilot-chat-message-ai-bubble{background:#eff6ff;border-radius:.5rem;display:inline-block;line-height:1.4;max-width:100%;padding:8px 12px;position:relative;word-break:break-all}@keyframes typewriter-cursor{0%,50%{opacity:1}51%,to{opacity:0}}.streaming-cursor{animation:typewriter-cursor 1s infinite;background-color:#3b82f6;display:inline-block;height:1.2em;margin-left:2px;vertical-align:middle;width:2px}@keyframes typewriter-text{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.copilot-chat-message-ai-bubble{animation:typewriter-text .1s ease-out}.copilot-chat-message-thinking{color:#6b7280;text-align:left}.copilot-chat-message-thinking-bubble{background:#f9fafb;border-left:3px solid #3b82f6;border-radius:.5rem;display:inline-block;max-width:100%;padding:4px 12px 4px 16px;position:relative;word-break:break-all}.thinking-indicator{animation:thinking-pulse 1.5s ease-in-out infinite;display:inline-block;margin-right:4px}@keyframes thinking-pulse{0%,to{opacity:.6}50%{opacity:1}}
