:root{--background:#020713;--white-color:#cfd7ec;--white-color-opacity:rgba(148,163,184,.2);--white-color-opacity-2:rgba(148,163,184,.15);--yellow:255,193,7;--card:#1e293b;--card-foreground:#f8fafc;--black:#000;--max-width:1100px;--white:255,255,255;--dark:27,45,69;--darker:18,30,46;--brand:#00caaa;--brandSecondary:#160000;--brand-primary:0,202,170;--brand-secondary:22,0,0;--blue-start:rgba(1,65,255,.4);--blue-end:rgba(1,65,255,0);--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3))}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--white-color);background:linear-gradient(to bottom,transparent,var(--background)) var(--background)}a{color:inherit;text-decoration:none}canvas{height:100px;width:100vw;display:block}.gradientText{background:linear-gradient(90deg,var(--brand),var(--brand),#ffc107);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.zoomin{animation:zin .5s forwards}.zoomout{animation:zout .5s forwards}@keyframes zin{0%{opacity:.8;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes zout{0%{opacity:1;transform:scale(1)}to{opacity:.8;transform:scale(.8)}}