@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap");:root{--bg-0:#09090b;--bg-1:#0f0f12;--bg-2:#141418;--bg-3:#1a1a1f;--border:hsla(0,0%,100%,.06);--border-hover:hsla(0,0%,100%,.1);--text-0:#fafafa;--text-1:#a1a1aa;--text-2:#71717a;--text-3:#3f3f46;--accent:#a78bfa;--accent-2:#7c3aed;--accent-dim:rgba(167,139,250,.08);--accent-border:rgba(167,139,250,.15);--green:#34d399;--green-dim:rgba(52,211,153,.08);--green-border:rgba(52,211,153,.15);--blue:#60a5fa;--blue-dim:rgba(96,165,250,.08);--amber:#fbbf24;--amber-dim:rgba(251,191,36,.08);--red:#f87171;--mono:"JetBrains Mono","Fira Code",ui-monospace,monospace;--sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius:10px;--radius-sm:6px;--radius-lg:14px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{background:var(--bg-0);color:var(--text-1);font-family:var(--sans);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{color:var(--text-0)}.mono{font-family:var(--mono);font-size:.8rem;letter-spacing:-.01em;color:var(--text-2)}::selection{background:rgba(167,139,250,.25);color:var(--text-0)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-3);border-radius:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes dotPulse{0%,80%,to{transform:scale(.5);opacity:.3}40%{transform:scale(1);opacity:1}}.fade-in{animation:fadeIn .25s ease-out both}.slide-up{animation:slideUp .35s ease-out both}.typing-dots{display:inline-flex;gap:3px;align-items:center;height:20px}.typing-dots span{display:block;width:5px;height:5px;border-radius:50%;background:var(--accent);animation:dotPulse 1.4s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.16s}.typing-dots span:nth-child(3){animation-delay:.32s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-dim)}.toast{position:fixed;bottom:20px;right:20px;z-index:200;padding:10px 18px;border-radius:var(--radius);font-size:.8rem;font-weight:500;animation:slideUp .25s ease-out;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.toast-success{background:rgba(52,211,153,.12);border:1px solid var(--green-border);color:var(--green)}.toast-error{background:hsla(0,91%,71%,.12);border:1px solid hsla(0,91%,71%,.2);color:var(--red)}@keyframes orbRotate{0%{transform:rotateX(-20deg) rotateY(0deg)}to{transform:rotateX(-20deg) rotateY(1turn)}}@keyframes orbPulse{0%,to{opacity:.6;box-shadow:0 0 8px var(--accent),0 0 2px var(--accent)}50%{opacity:1;box-shadow:0 0 16px var(--accent),0 0 4px var(--accent)}}@keyframes ringDrift{0%,to{opacity:.15}50%{opacity:.35}}@keyframes nodeFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(2px,-3px) scale(1.3)}50%{transform:translate(-1px,2px) scale(.8)}75%{transform:translate(3px,1px) scale(1.1)}}.neural-orb{position:relative;width:44px;height:44px;perspective:200px;flex-shrink:0}.neural-orb-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:orbRotate 12s linear infinite}.neural-orb-ring{position:absolute;inset:0;border-radius:50%;border:1px solid var(--accent);animation:ringDrift 4s ease-in-out infinite}.neural-orb-ring:first-child{transform:rotateX(60deg);opacity:.25}.neural-orb-ring:nth-child(2){transform:rotateY(60deg);opacity:.2;animation-delay:1.3s}.neural-orb-ring:nth-child(3){transform:rotateX(60deg) rotate(60deg);opacity:.15;animation-delay:2.6s}.neural-orb-node{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--accent);animation:orbPulse 3s ease-in-out infinite,nodeFloat 6s ease-in-out infinite}.neural-orb-node:nth-child(4){top:4px;left:50%;animation-delay:0s}.neural-orb-node:nth-child(5){bottom:4px;left:50%;animation-delay:.5s}.neural-orb-node:nth-child(6){top:50%;left:2px;animation-delay:1s}.neural-orb-node:nth-child(7){top:50%;right:2px;animation-delay:1.5s}.neural-orb-node:nth-child(8){top:20%;left:80%;animation-delay:2s}.neural-orb-node:nth-child(9){top:75%;left:18%;animation-delay:2.5s}.neural-orb-core{position:absolute;inset:30%;border-radius:50%;background:radial-gradient(circle,rgba(167,139,250,.3) 0,transparent 70%);animation:orbPulse 4s ease-in-out infinite}.neural-orb:before{content:"";position:absolute;inset:-8px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.15) 0,transparent 70%);filter:blur(8px);animation:orbPulse 5s ease-in-out infinite}