.Toast-module__UKUNqG__toast{min-width:250px;box-shadow:var(--shadow-color) 0px 10px 30px;background:var(--bg-secondary);border-radius:8px;align-items:center;gap:.75rem;padding:1rem 1.5rem;animation:.3s ease-out forwards Toast-module__UKUNqG__slideIn;display:flex}.Toast-module__UKUNqG__icon{font-size:1.2rem;font-weight:700}.Toast-module__UKUNqG__success .Toast-module__UKUNqG__icon{color:#10b981}.Toast-module__UKUNqG__error .Toast-module__UKUNqG__icon{color:#ef4444}.Toast-module__UKUNqG__info .Toast-module__UKUNqG__icon{color:var(--accent-color)}.Toast-module__UKUNqG__message{color:var(--text-primary);font-size:.95rem;font-weight:500}@keyframes Toast-module__UKUNqG__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
.Navbar-module__cJzEcG__header{z-index:1000;border-bottom:1px solid #0000;width:100%;padding:1.5rem 0;transition:padding .3s,background .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{border-bottom:1px solid var(--glass-border);padding:1rem 0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.5px;background:linear-gradient(45deg, var(--text-primary), var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLinks a{align-items:center;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--accent-color)}.Navbar-module__cJzEcG__themeToggle{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;line-height:1;transition:transform .2s;display:flex}.Navbar-module__cJzEcG__themeToggle:hover{background:var(--bg-secondary);transform:scale(1.1)}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks a:not(.Navbar-module__cJzEcG__mobileVisible){display:none}}
.Chatbot-module__DWq8bW__chatbotWrapper{z-index:9999;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2rem;right:2rem}.Chatbot-module__DWq8bW__toggleButton{background:var(--accent-color);color:#fff;cursor:pointer;width:56px;height:56px;box-shadow:0 4px 12px var(--shadow-color);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:flex}.Chatbot-module__DWq8bW__toggleButton:hover{background:var(--accent-hover);transform:scale(1.05)}.Chatbot-module__DWq8bW__chatWindow{background:var(--bg-color);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;width:350px;max-width:calc(100vw - 2rem);height:450px;max-height:calc(100vh - 6rem);display:flex;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 12px 40px #00000026}[data-theme=dark] .Chatbot-module__DWq8bW__chatWindow{box-shadow:0 12px 40px #00000080}.Chatbot-module__DWq8bW__chatHeader{border-bottom:1px solid var(--glass-border);background:#00000008;justify-content:space-between;align-items:center;padding:1rem;display:flex}.Chatbot-module__DWq8bW__chatTitle{align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.Chatbot-module__DWq8bW__onlineIndicator{background-color:#10b981;border-radius:50%;width:8px;height:8px;display:inline-block}.Chatbot-module__DWq8bW__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s;display:flex}.Chatbot-module__DWq8bW__closeButton:hover{color:var(--text-primary)}.Chatbot-module__DWq8bW__messagesArea{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.Chatbot-module__DWq8bW__messageWrapper{flex-direction:column;max-width:85%;display:flex}.Chatbot-module__DWq8bW__messageWrapper.Chatbot-module__DWq8bW__user{align-self:flex-end}.Chatbot-module__DWq8bW__messageWrapper.Chatbot-module__DWq8bW__bot{align-self:flex-start}.Chatbot-module__DWq8bW__messageBubble{border-radius:12px;padding:.75rem 1rem;font-size:.95rem;line-height:1.4}.Chatbot-module__DWq8bW__messageWrapper.Chatbot-module__DWq8bW__user .Chatbot-module__DWq8bW__messageBubble{background:var(--accent-color);color:#fff;border-bottom-right-radius:4px}.Chatbot-module__DWq8bW__messageWrapper.Chatbot-module__DWq8bW__bot .Chatbot-module__DWq8bW__messageBubble{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-bottom-left-radius:4px}.Chatbot-module__DWq8bW__timestamp{color:var(--text-secondary);align-self:flex-end;margin-top:.25rem;font-size:.7rem}.Chatbot-module__DWq8bW__messageWrapper.Chatbot-module__DWq8bW__bot .Chatbot-module__DWq8bW__timestamp{align-self:flex-start}.Chatbot-module__DWq8bW__inputArea{border-top:1px solid var(--glass-border);background:#00000005;gap:.5rem;padding:1rem;display:flex}.Chatbot-module__DWq8bW__inputField{background:var(--bg-color);border:1px solid var(--border-color);color:var(--text-primary);border-radius:20px;outline:none;flex:1;padding:.5rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.Chatbot-module__DWq8bW__inputField:focus{border-color:var(--accent-color)}.Chatbot-module__DWq8bW__sendButton{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.Chatbot-module__DWq8bW__sendButton:hover:not(:disabled){background:var(--accent-hover)}.Chatbot-module__DWq8bW__sendButton:disabled{opacity:.5;cursor:not-allowed}.Chatbot-module__DWq8bW__typingIndicator{gap:4px;padding:.5rem .25rem;display:flex}.Chatbot-module__DWq8bW__typingDot{background-color:var(--text-secondary);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both Chatbot-module__DWq8bW__bounce}.Chatbot-module__DWq8bW__typingDot:first-child{animation-delay:-.32s}.Chatbot-module__DWq8bW__typingDot:nth-child(2){animation-delay:-.16s}@keyframes Chatbot-module__DWq8bW__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:480px){.Chatbot-module__DWq8bW__chatbotWrapper{bottom:1rem;right:1rem}.Chatbot-module__DWq8bW__chatWindow{width:calc(100vw - 2rem);height:calc(100dvh - 5rem);max-height:calc(100dvh - 5rem)}}
