.gemini-chatbot-launcher{position:fixed;bottom:1.25rem;right:1.25rem;background-color:#2563eb;color:#fff;border-radius:9999px;padding:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:none;cursor:pointer;transition:transform .2s ease-in-out,background-color .2s;z-index:9998}.gemini-chatbot-launcher:hover{background-color:#3b82f6;transform:scale(1.1)}.gemini-chatbot-launcher:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb}.gemini-chatbot-launcher svg{height:2rem;width:2rem;display:block}@keyframes gemini-chatbot-fade-in-up{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.gemini-chatbot-window{position:fixed;bottom:1.25rem;right:1.25rem;height:75vh;width:90vw;max-width:448px;max-height:700px;display:flex;flex-direction:column;background-color:#111827;color:#f3f4f6;font-family:sans-serif;box-shadow:0 25px 50px -12px #00000040;border-radius:1rem;border:1px solid rgba(55,65,81,.5);overflow:hidden;animation:gemini-chatbot-fade-in-up .3s ease-out forwards;z-index:9999}.gemini-chatbot-header{background-color:#1f293780;backdrop-filter:blur(4px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;width:100%;padding:1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #374151;position:sticky;top:0;z-index:10;flex-shrink:0}.gemini-chatbot-header .title-container{display:flex;align-items:center;gap:.75rem}.gemini-chatbot-header .logo{width:2.5rem;height:2.5rem;background-image:linear-gradient(to top right,#a855f7,#3b82f6);border-radius:9999px;display:flex;align-items:center;justify-content:center}.gemini-chatbot-header .logo svg{height:1.5rem;width:1.5rem;color:#fff}.gemini-chatbot-header h1{font-size:1.25rem;font-weight:700;color:#f3f4f6;margin:0}.gemini-chatbot-header .close-button{color:#9ca3af;background:none;border:none;cursor:pointer;padding:0}.gemini-chatbot-header .close-button:hover{color:#fff}.gemini-chatbot-header .close-button svg{height:1.5rem;width:1.5rem;display:block}.gemini-chatbot-main{flex-grow:1;padding:1rem 1.5rem;overflow-y:auto}.gemini-chatbot-main .messages-container{max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.gemini-chatbot-message-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:20px}.gemini-chatbot-message-row.user{justify-content:flex-end}.gemini-chatbot-message-row.bot{justify-content:flex-start}.gemini-chatbot-message-icon{width:2rem;height:2rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.gemini-chatbot-message-icon.user{background-color:#2563eb;color:#fff}.gemini-chatbot-message-icon.bot{background-image:linear-gradient(to top right,#a855f7,#3b82f6);color:#fff}.gemini-chatbot-message-icon svg{height:1.25rem;width:1.25rem}.gemini-chatbot-message-bubble{padding:.75rem 1rem;border-radius:1rem;max-width:80%;white-space:pre-wrap;word-break:break-word}.gemini-chatbot-message-bubble.user{background-color:#2563eb;color:#fff;border-bottom-right-radius:.25rem}.gemini-chatbot-message-bubble.bot{background-color:#374151;color:#d1d5db;border-bottom-left-radius:.25rem}.gemini-chatbot-message-bubble p{margin:0}.gemini-chatbot-loading-indicator{display:flex;align-items:flex-start;gap:.75rem;justify-content:flex-start}.gemini-chatbot-loading-indicator .bubble{padding:.75rem 1rem;border-radius:1rem 1rem 1rem .25rem;background-color:#374151;display:flex;align-items:center;gap:.5rem}@keyframes gemini-chatbot-pulse{50%{opacity:.5}}.gemini-chatbot-loading-indicator .dot{width:.5rem;height:.5rem;background-color:#6b7280;border-radius:9999px;animation:gemini-chatbot-pulse 1s cubic-bezier(.4,0,.6,1) infinite}.gemini-chatbot-loading-indicator .dot:nth-child(1){animation-delay:-.3s}.gemini-chatbot-loading-indicator .dot:nth-child(2){animation-delay:-.15s}.gemini-chatbot-footer{padding:1rem;background-color:#11182780;backdrop-filter:blur(4px);border-top:1px solid #374151;position:sticky;bottom:0;flex-shrink:0}.gemini-chatbot-footer form{display:flex;align-items:center;gap:.75rem;max-width:100%;margin:0 auto}.gemini-chatbot-footer input{flex-grow:1;background-color:#374151;color:#d1d5db;border-radius:9999px;padding:.75rem 1.25rem;border:1px solid transparent;transition:box-shadow .2s;font-size:1rem}.gemini-chatbot-footer input::placeholder{color:#9ca3af}.gemini-chatbot-footer input:focus{outline:none;box-shadow:0 0 0 2px #2563eb}.gemini-chatbot-footer input:disabled{opacity:.6}.gemini-chatbot-footer button{background-color:#2563eb;color:#fff;border-radius:9999px;padding:.75rem;border:none;cursor:pointer;transition:background-color .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.gemini-chatbot-footer button:hover{background-color:#3b82f6}.gemini-chatbot-footer button:disabled{background-color:#4b5563;cursor:not-allowed}.gemini-chatbot-footer button:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb}.gemini-chatbot-footer button svg{height:1.5rem;width:1.5rem;transform:rotate(90deg)}
