:root{--ink: #0508c1;--accent: #2a6bff;--accent-ink: #ffffff;--accent-soft: rgba(42, 107, 255, .16);--accent-line: rgba(42, 107, 255, .42);--accent-glow: rgba(42, 107, 255, .55);--accent-deep: #1031a8;--link: #6ba6ff;--bg: #060608;--surface: #0c0c0f;--card: #101015;--elevated: #17171c;--overlay: #1e1e24;--border: rgba(255, 255, 255, .07);--border-b: rgba(255, 255, 255, .12);--fill: rgba(255, 255, 255, .035);--fill-2: rgba(255, 255, 255, .045);--fill-3: rgba(255, 255, 255, .06);--track: rgba(255, 255, 255, .1);--text: #f4f4f6;--muted: rgba(244, 244, 246, .64);--dim: rgba(244, 244, 246, .56);--green: #46e08a;--red: #ff5470;--orange: #ffa64d;--glow-rest: 0 2px 10px rgba(0, 0, 0, .4), 0 0 22px rgba(5, 8, 193, .42), 0 0 10px rgba(42, 107, 255, .15);--glow-active: 0 2px 10px rgba(0, 0, 0, .4), 0 0 30px rgba(5, 8, 193, .55), 0 0 16px rgba(42, 107, 255, .3);--shadow-raised: 0 12px 32px rgba(0, 0, 0, .5);--r-sm: 12px;--r-md: 16px;--r-lg: 20px;--r-xl: 28px;--r-pill: 100px;--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 20px;--s-6: 24px;--s-8: 32px;--s-12: 48px;--font: "Onest", system-ui, sans-serif;--font-label: "Space Grotesk", sans-serif;--mono: var(--font-label);--fs-xs: 12px;--fs-sm: 14px;--fs-md: 16px;--fs-lg: 18px;--fs-xl: 22px;--fs-2xl: 26px;--tg-top: env(safe-area-inset-top, 0px);--tg-bottom: env(safe-area-inset-bottom, 0px)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%;background:var(--bg)}body{font-family:var(--font);color:var(--text);overflow:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{height:100%}input,textarea,button{font-family:inherit;outline:none;color:inherit}:focus-visible{outline:2px solid var(--accent-line);outline-offset:2px}@keyframes ctaHalo{0%,to{box-shadow:0 6px 20px #2a6bff6b}50%{box-shadow:0 8px 32px #2a6bffb3,0 0 36px #0508c18c}}@media (prefers-reduced-motion: no-preference){.nd-cta{animation:ctaHalo 1.8s ease-out .6s 2}}button{cursor:pointer;border:none;background:none}textarea{border:none}a{color:inherit;text-decoration:none}@keyframes ndScreenIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.nd-screen-enter{animation:ndScreenIn .28s cubic-bezier(.33,0,.2,1)}@keyframes ndFadeIn{0%{opacity:0}to{opacity:1}}.nd-fade-in{animation:ndFadeIn .22s ease-out}@media (prefers-reduced-motion: reduce){.nd-screen-enter,.nd-fade-in{animation:none}.nd-aurora-blob{animation:none!important}.nd-tap{transition:opacity .12s ease}.nd-tap:active{transform:none}}.nd-noscroll{scrollbar-width:none;-ms-overflow-style:none}.nd-noscroll::-webkit-scrollbar{width:0;height:0;display:none}.nd-tap{transition:transform .18s cubic-bezier(.34,1.56,.64,1),opacity .12s ease;will-change:transform}.nd-tap:active{transform:scale(.955);opacity:.92}.nd-press{transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.nd-press:active{transform:scale(.97) translateY(1px)}@keyframes ndFade{0%{opacity:0}to{opacity:1}}@keyframes ndSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes ndToast{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}@keyframes ndSpin{to{transform:rotate(360deg)}}.nd-spin{animation:ndSpin .7s linear infinite}.nd-fade{animation:ndFade .3s ease}@keyframes ndGlow{0%,to{box-shadow:0 8px 22px var(--accent-soft)}50%{box-shadow:0 10px 30px var(--accent-glow)}}.nd-glow{animation:ndGlow 2.8s ease-in-out infinite}@keyframes ndShimmer{to{background-position:200% 0}}.nd-shimmer{background:linear-gradient(100deg,#ffffff0a 30%,#ffffff1a,#ffffff0a 70%);background-size:200% 100%;animation:ndShimmer 1.3s linear infinite}.nd-spot{position:relative}.nd-spot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .25s ease;background:radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%),rgba(255,255,255,.14),transparent 60%)}.nd-spot.nd-spot-on:after{opacity:1}@keyframes ndPop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.12);opacity:1}to{transform:scale(1)}}.nd-pop{animation:ndPop .5s cubic-bezier(.3,1.5,.5,1)}.nd-aurora{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0;--aurora-rgb: 5 8 193;transition:--aurora-rgb .6s ease}.nd-aurora-blob{position:absolute;border-radius:50%;will-change:transform,border-radius,filter}.nd-aurora-1{width:58%;height:40%;top:4%;left:2%;background:radial-gradient(circle,rgb(var(--aurora-rgb) / .5),transparent 66%);filter:blur(48px);animation:ndBlob1 15s infinite}.nd-aurora-2{width:50%;height:36%;top:38%;right:0%;background:radial-gradient(circle,rgb(var(--aurora-rgb) / .42),transparent 68%);filter:blur(50px);animation:ndBlob2 13s infinite}.nd-aurora-3{width:62%;height:44%;bottom:2%;left:-4%;background:radial-gradient(circle,rgb(var(--aurora-rgb) / .36),transparent 68%);filter:blur(52px);animation:ndBlob3 18s infinite}@keyframes ndBlob1{0%{transform:translate(0) scale(1) rotate(0);border-radius:60% 40% 55% 45%;animation-timing-function:cubic-bezier(.7,0,.3,1)}22%{transform:translate(46%,28%) scale(1.32) rotate(34deg);border-radius:42% 58% 38% 62%;animation-timing-function:cubic-bezier(.2,.8,.2,1)}41%{transform:translate(20%,64%) scale(.86) rotate(-20deg);border-radius:58% 42% 64% 36%;animation-timing-function:cubic-bezier(.9,.1,.5,.4)}68%{transform:translate(-30%,36%) scale(1.15) rotate(16deg);border-radius:38% 62% 50% 50%;animation-timing-function:cubic-bezier(.3,.7,.1,1)}85%{transform:translate(-12%,8%) scale(.95) rotate(-28deg);border-radius:55% 45% 42% 58%;animation-timing-function:cubic-bezier(.6,0,.4,1)}to{transform:translate(0) scale(1) rotate(0);border-radius:60% 40% 55% 45%}}@keyframes ndBlob2{0%{transform:translate(0) scale(1.05) rotate(0);border-radius:50% 50% 45% 55%;animation-timing-function:cubic-bezier(.85,0,.2,1)}27%{transform:translate(-52%,30%) scale(.82) rotate(-30deg);border-radius:62% 38% 55% 45%;animation-timing-function:cubic-bezier(.1,.9,.3,1)}53%{transform:translate(-22%,-34%) scale(1.34) rotate(24deg);border-radius:38% 62% 60% 40%;animation-timing-function:cubic-bezier(.9,.05,.6,.5)}79%{transform:translate(-44%,6%) scale(.96) rotate(-12deg);border-radius:52% 48% 40% 60%;animation-timing-function:cubic-bezier(.4,.6,.2,1)}to{transform:translate(0) scale(1.05) rotate(0);border-radius:50% 50% 45% 55%}}@keyframes ndBlob3{0%{transform:translate(0) scale(1) rotate(0);border-radius:55% 45% 50% 50%;animation-timing-function:cubic-bezier(.65,0,.35,1)}19%{transform:translate(40%,-30%) scale(1.28) rotate(26deg);border-radius:44% 56% 62% 38%;animation-timing-function:cubic-bezier(.15,.85,.25,1)}44%{transform:translate(58%,10%) scale(.88) rotate(-18deg);border-radius:60% 40% 42% 58%;animation-timing-function:cubic-bezier(.85,.1,.5,.6)}72%{transform:translate(18%,-12%) scale(1.12) rotate(12deg);border-radius:40% 60% 55% 45%;animation-timing-function:cubic-bezier(.35,.65,.15,1)}to{transform:translate(0) scale(1) rotate(0);border-radius:55% 45% 50% 50%}}@media (prefers-reduced-motion: reduce){.nd-pop{animation:none!important;opacity:1!important;transform:none!important}.nd-glow,.nd-aurora-blob{animation:none!important}}
