@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
.chat-bot-module__7Um56q__chatContainer{z-index:100;font-family:var(--font-sans);flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2.5rem;right:2.5rem}.chat-bot-module__7Um56q__chatButton{-webkit-backdrop-filter:blur(20px);cursor:pointer;width:60px;height:60px;color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3}[data-theme=light] .chat-bot-module__7Um56q__chatButton{background:#fffc;border:1px solid #0000000d;box-shadow:0 8px 32px #0000001a,inset 0 1px #fff}.chat-bot-module__7Um56q__chatButton:before{content:"";background:conic-gradient(from 0deg, var(--aurora-1), var(--aurora-2), var(--aurora-3), var(--aurora-1));opacity:0;z-index:-1;transition:opacity .3s;animation:4s linear infinite chat-bot-module__7Um56q__spin;position:absolute;inset:-2px}.chat-bot-module__7Um56q__chatButton:hover:before{opacity:.5}@keyframes chat-bot-module__7Um56q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-bot-module__7Um56q__iconWrapper{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.chat-bot-module__7Um56q__chatWindowWrapper{margin-bottom:1.5rem;position:relative}.chat-bot-module__7Um56q__chatWindowWrapper:before{content:"";background:linear-gradient(135deg, var(--aurora-1) 0%, var(--aurora-2) 50%, var(--aurora-3) 100%);opacity:.3;z-index:-1;pointer-events:none;border-radius:25px;position:absolute;inset:-1px}.chat-bot-module__7Um56q__chatWindow{-webkit-backdrop-filter:blur(40px)saturate(150%);background:#0a0a0aa6;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;width:380px;height:550px;display:flex;overflow:hidden;box-shadow:0 30px 60px #0006,inset 0 1px #ffffff1a}[data-theme=light] .chat-bot-module__7Um56q__chatWindow{background:#ffffffbf;border:1px solid #0000000d;box-shadow:0 30px 60px #0000001a,inset 0 1px #fff}.chat-bot-module__7Um56q__chatHeader{background:linear-gradient(#ffffff0d 0%,#0000 100%);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:relative}[data-theme=light] .chat-bot-module__7Um56q__chatHeader{background:linear-gradient(#00000005 0%,#0000 100%);border-bottom:1px solid #0000000d}.chat-bot-module__7Um56q__headerInfo{align-items:center;gap:.75rem;display:flex}.chat-bot-module__7Um56q__avatarContainer{background:linear-gradient(135deg, var(--aurora-1), var(--aurora-2));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative;box-shadow:0 4px 10px #0003}.chat-bot-module__7Um56q__statusDot{border:2px solid var(--bg-primary);background-color:#10b981;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.chat-bot-module__7Um56q__headerTitle{flex-direction:column;display:flex}.chat-bot-module__7Um56q__headerTitleName{color:var(--text-primary);font-size:1rem;font-weight:600;line-height:1.2}.chat-bot-module__7Um56q__headerTitleSub{color:var(--text-secondary);font-size:.75rem;line-height:1.2}.chat-bot-module__7Um56q__closeButton{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}[data-theme=light] .chat-bot-module__7Um56q__closeButton{background:#00000008;border:1px solid #0000000d}.chat-bot-module__7Um56q__closeButton:hover{color:var(--text-primary);background:#ffffff1a;transform:scale(1.05)}[data-theme=light] .chat-bot-module__7Um56q__closeButton:hover{background:#00000014}.chat-bot-module__7Um56q__chatBody{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.chat-bot-module__7Um56q__messageWrapper{flex-direction:column;width:100%;display:flex}.chat-bot-module__7Um56q__messageWrapper.chat-bot-module__7Um56q__user{align-items:flex-end}.chat-bot-module__7Um56q__messageWrapper.chat-bot-module__7Um56q__ai{align-items:flex-start}.chat-bot-module__7Um56q__messageContent{word-wrap:break-word;max-width:85%;padding:.85rem 1.15rem;font-size:.95rem;line-height:1.6;position:relative;box-shadow:0 4px 15px #0000000d}.chat-bot-module__7Um56q__messageWrapper.chat-bot-module__7Um56q__user .chat-bot-module__7Um56q__messageContent{background:linear-gradient(135deg, var(--aurora-1), var(--aurora-2));color:#fff;border-radius:20px 20px 4px}.chat-bot-module__7Um56q__messageWrapper.chat-bot-module__7Um56q__ai .chat-bot-module__7Um56q__messageContent{color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff0d;border-radius:20px 20px 20px 4px}[data-theme=light] .chat-bot-module__7Um56q__messageWrapper.chat-bot-module__7Um56q__ai .chat-bot-module__7Um56q__messageContent{background:#00000008;border:1px solid #0000000d}.chat-bot-module__7Um56q__chatFooter{padding:1rem 1.5rem 1.5rem;position:relative}.chat-bot-module__7Um56q__chatFooter:before{content:"";background:linear-gradient(to top, var(--terminal-bg) 0%, transparent 100%);pointer-events:none;height:20px;position:absolute;top:-20px;left:0;right:0}.chat-bot-module__7Um56q__inputWrapper{background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;align-items:center;padding:.35rem .35rem .35rem 1.25rem;transition:all .3s;display:flex;box-shadow:inset 0 2px 4px #0000000d}[data-theme=light] .chat-bot-module__7Um56q__inputWrapper{background:#00000005;border:1px solid #0000001a;box-shadow:inset 0 2px 4px #00000005}.chat-bot-module__7Um56q__inputWrapper:focus-within{border-color:var(--aurora-2);background:#ffffff0f;box-shadow:0 0 0 2px #8b5cf633,inset 0 2px 4px #0000000d}[data-theme=light] .chat-bot-module__7Um56q__inputWrapper:focus-within{background:#fffc}.chat-bot-module__7Um56q__input{color:var(--text-primary);font-size:.95rem;font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1}.chat-bot-module__7Um56q__input::placeholder{color:var(--text-tertiary)}.chat-bot-module__7Um56q__sendButton{background:var(--text-primary);width:40px;height:40px;color:var(--bg-primary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.chat-bot-module__7Um56q__sendButton:hover:not(:disabled){background:var(--aurora-2);color:#fff;transform:scale(1.05)rotate(-10deg)}.chat-bot-module__7Um56q__sendButton:disabled{opacity:.3;cursor:not-allowed;transform:none}.chat-bot-module__7Um56q__typingIndicator{align-items:center;gap:5px;padding:8px 4px;display:flex}.chat-bot-module__7Um56q__dot{background-color:var(--text-secondary);opacity:.6;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both chat-bot-module__7Um56q__bounce}.chat-bot-module__7Um56q__dot:first-child{animation-delay:-.32s}.chat-bot-module__7Um56q__dot:nth-child(2){animation-delay:-.16s}@keyframes chat-bot-module__7Um56q__bounce{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@media (max-width:640px){.chat-bot-module__7Um56q__chatWindow{border-radius:20px;width:calc(100vw - 2rem);height:60vh}}
:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#00000008;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--border-color:#00000014;--border-highlight:#0000002e;--aurora-1:#93c5fd;--aurora-2:#c4b5fd;--aurora-3:#f9a8d4;--glass-nav:#ffffffa6;--terminal-bg:#ffffffd9;--terminal-border:#0000001a;--terminal-shadow:0 30px 60px #0000001a, inset 0 1px 0 #fffc;--terminal-header:#00000008;--spotlight-glow:#00000008;--card-bg:#ffffffb3;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"JetBrains Mono", Consolas, Monaco, monospace}[data-theme=dark]{--bg-primary:#0a0a0a;--bg-secondary:#ffffff08;--bg-tertiary:#ffffff0d;--text-primary:#fff;--text-secondary:#a0a0ab;--text-tertiary:#6e6e77;--border-color:#ffffff1a;--border-highlight:#ffffff40;--aurora-1:#3b82f6;--aurora-2:#8b5cf6;--aurora-3:#ec4899;--glass-nav:#19191966;--terminal-bg:#0006;--terminal-border:#ffffff14;--terminal-shadow:0 30px 60px #0009, inset 0 1px 0 #ffffff1a;--terminal-header:#ffffff08;--spotlight-glow:#ffffff0f;--card-bg:#ffffff05}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scrollbar-gutter:stable;background-color:var(--bg-primary);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.04'/%3E%3C/svg%3E")}body{color:var(--text-primary);font-family:var(--font-sans);background-color:#0000;min-height:100dvh;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--border-highlight)}.bg-ambient-lights{z-index:-1;pointer-events:none;opacity:.25;filter:blur(100px);height:100vh;transition:opacity .5s;position:absolute;top:0;left:0;right:0;overflow:hidden}[data-theme=light] .bg-ambient-lights{opacity:.6}.bg-ambient-lights .light-1{background:radial-gradient(circle, var(--aurora-1) 0%, transparent 60%);border-radius:50%;width:50vw;height:50vw;animation:15s ease-in-out infinite alternate float;position:absolute;top:-10%;left:20%}.bg-ambient-lights .light-2{background:radial-gradient(circle, var(--aurora-2) 0%, transparent 60%);border-radius:50%;width:40vw;height:40vw;animation:20s ease-in-out infinite alternate-reverse float;position:absolute;top:20%;right:-10%}.bg-ambient-lights .light-3{background:radial-gradient(circle, var(--aurora-3) 0%, transparent 60%);border-radius:50%;width:60vw;height:60vw;animation:18s ease-in-out infinite alternate float;position:absolute;bottom:-20%;left:-10%}@keyframes float{0%{transform:translateY(0)scale(1)}50%{transform:translateY(-5%)scale(1.05)}to{transform:translateY(5%)scale(.95)}}.text-gradient{background:linear-gradient(to right, var(--text-primary), var(--text-tertiary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-aurora{background:linear-gradient(135deg, var(--aurora-1), var(--aurora-3));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}::view-transition-old(root){mix-blend-mode:normal;animation:none}::view-transition-new(root){mix-blend-mode:normal;animation:none}.to-light::view-transition-new(root){z-index:2147483647;animation:.7s cubic-bezier(.4,0,.2,1) forwards reveal-theme}.to-light::view-transition-old(root){z-index:1}.to-dark::view-transition-old(root){z-index:2147483647;animation:.7s cubic-bezier(.4,0,.2,1) forwards shrink-theme}.to-dark::view-transition-new(root){z-index:1}@keyframes liquid-morph{0%{border-radius:48% 52% 55% 45%/51% 45% 55% 49%}25%{border-radius:45% 55% 42% 58%/58% 41% 59% 42%}50%{border-radius:54% 46% 59% 41%/44% 57% 43% 56%}75%{border-radius:58% 42% 48% 52%/52% 49% 51% 48%}to{border-radius:48% 52% 55% 45%/51% 45% 55% 49%}}.liquid-blob{animation:3s ease-in-out infinite liquid-morph}
