@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.chat-toggle{color:#fff;cursor:pointer;z-index:9998;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #667eea66}.chat-toggle:hover{box-shadow:0 6px 30px #667eea99}.chat-badge{color:#fff;white-space:nowrap;background:#ff6b6b;border-radius:1rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;animation:2s infinite pulse;position:absolute;top:-.5rem;right:-1rem}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.chat-container{backdrop-filter:blur(20px);z-index:9999;background:#121212f2;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;width:380px;height:600px;display:flex;position:fixed;bottom:6rem;right:2rem;overflow:hidden;box-shadow:0 10px 40px #00000080}@media (width<=768px){.chat-container{border-radius:0;width:100%;height:100vh;bottom:0;left:0;right:0}.chat-toggle{bottom:1rem;right:1rem}}.chat-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.chat-header-info h3{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.chat-status{color:#ffffffe6;margin-top:.25rem;font-size:.75rem;display:block}.chat-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:1.5rem;transition:background-color .3s;display:flex}.chat-close:hover{background-color:#fff3}.chat-messages{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d}.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.message{animation:.3s messageSlide;display:flex}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.message-content{word-wrap:break-word;border-radius:1rem;max-width:80%;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.message.user .message-content{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom-right-radius:.25rem}.message.assistant .message-content{color:#ffffffe6;background:#ffffff1a;border-bottom-left-radius:.25rem}.typing-indicator{gap:4px;padding:.75rem 1rem;display:flex}.typing-indicator span{background:#ffffff80;border-radius:50%;width:8px;height:8px;animation:1.4s infinite typing}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chat-input-container{background:#0000004d;border-top:1px solid #ffffff1a;gap:.5rem;padding:1rem;display:flex}.chat-input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;flex:1;padding:.75rem;font-size:.9rem;transition:all .3s}.chat-input:focus{background:#ffffff26;border-color:#667eea;outline:none}.chat-input::placeholder{color:#ffffff80}.chat-input:disabled{opacity:.5;cursor:not-allowed}.chat-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.chat-send:hover:not(:disabled){transform:scale(1.1)}.chat-send:disabled{opacity:.5;cursor:not-allowed}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%;overflow-x:hidden}body{color:#fff;background:#000;min-height:100vh;font-family:Poppins,sans-serif;position:relative;overflow-x:hidden}#root{min-height:100vh;position:relative}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:linear-gradient(#ff9ffc,#5227ff);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#5227ff,#ff9ffc)}.glass{backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px}.gradient-text{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#ff9ffc,#5227ff,#00d4ff) 0 0/200% 200% text;animation:3s infinite gradient-shift}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.glow{filter:drop-shadow(0 0 20px #5227ff80)drop-shadow(0 0 40px #ff9ffc4d)}.hover-scale{transition:transform .3s,filter .3s}.hover-scale:hover{filter:brightness(1.2);transform:scale(1.05)}
/*# sourceMappingURL=path0.9fe11111.css.map */
