#root,body,html{background:#10101b;min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.spinner-container{align-items:center;display:flex;height:100vh;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#09f;border-radius:50%;height:36px;width:36px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.landing-page{--accent:#bbf442;--accent-rgb:187,244,66;--secondary-accent:#ff6a9b;--secondary-accent-rgb:255,106,155;background:#10101b;color:#f7f5ff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.landing-hero,.landing-page{min-height:100vh;min-height:100svh}.landing-hero{background:radial-gradient(circle at 18% 10%,#ffc17a38,#0000 27%),radial-gradient(circle at 88% 16%,#7e70ff47,#0000 28%),radial-gradient(circle at 50% 100%,#ff569029,#0000 34%),linear-gradient(150deg,#10101b,#171f3c 44%,#362047);display:flex;flex-direction:column;position:relative}.landing-page--rock .landing-hero{--accent:#ff6b2c;--accent-rgb:255,107,44;--secondary-accent:#ff3159;--secondary-accent-rgb:255,49,89;background:radial-gradient(circle at 13% 12%,#ff6b2c52,#0000 27%),radial-gradient(circle at 90% 10%,#ff315938,#0000 25%),radial-gradient(circle at 54% 108%,#ff97362e,#0000 30%),linear-gradient(150deg,#07070b,#171014 42%,#371114)}.landing-page--electro .landing-hero{--accent:#55e7ff;--accent-rgb:85,231,255;--secondary-accent:#8f5cff;--secondary-accent-rgb:143,92,255;background:radial-gradient(circle at 14% 10%,#55e7ff52,#0000 29%),radial-gradient(circle at 91% 13%,#8f5cff57,#0000 28%),radial-gradient(circle at 58% 106%,#bbf44224,#0000 30%),linear-gradient(150deg,#070914,#101b43 44%,#2d1664)}.landing-hero:before{background-image:linear-gradient(hsla(0,0%,100%,.035) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,#0000 0);background-size:36px 36px;-webkit-mask-image:linear-gradient(180deg,#000000b8,#0000 76%);mask-image:linear-gradient(180deg,#000000b8,#0000 76%)}.landing-hero:after,.landing-hero:before{content:"";inset:0;pointer-events:none;position:absolute}.landing-hero:after{background:linear-gradient(180deg,#10101b1f,#10101b4d)}.landing-nav{align-items:center;display:flex;justify-content:center;padding:18px 20px 8px;position:relative;z-index:1}.landing-logo{height:auto;width:132px}.landing-content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:22px;justify-content:center;margin:0 auto;padding:20px 22px 28px;position:relative;width:min(100%,1120px);z-index:2}.landing-copy{animation:landing-fade-in .52s ease-out both;text-align:center}.landing-copy h1{font-size:clamp(38px,12vw,72px);font-weight:850;letter-spacing:0;line-height:.94;margin:0}.landing-subtitle{color:#f7f5ffd1;font-size:18px;font-weight:500;line-height:1.35;margin:16px auto 0;max-width:560px}.landing-visual{align-self:center;animation:landing-circle-in .62s ease-out 80ms both;aspect-ratio:1;background:linear-gradient(135deg,var(--accent),var(--secondary-accent));border-radius:50%;box-shadow:0 28px 80px #0000005c,0 0 42px rgba(var(--accent-rgb),.22);display:block;isolation:isolate;overflow:hidden;position:relative;width:min(72vw,300px)}.landing-visual img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.landing-visual:before{background:linear-gradient(145deg,#00000014,#00000061),radial-gradient(circle at 34% 20%,#ffffff2e,#0000 28%);inset:0;z-index:1}.landing-visual:after,.landing-visual:before{content:"";pointer-events:none;position:absolute}.landing-visual:after{border-radius:50%;box-shadow:inset 0 0 0 1px #ffffff2e;inset:3px;z-index:2}.landing-page--rock .landing-visual{box-shadow:0 28px 84px #0000007a,0 0 38px rgba(var(--accent-rgb),.22)}.landing-page--electro .landing-visual{box-shadow:0 28px 80px #0006,0 0 54px rgba(var(--accent-rgb),.32),0 0 82px rgba(var(--secondary-accent-rgb),.18)}.landing-vibes{animation:landing-fade-in .52s ease-out .12s both;display:flex;flex-direction:column;gap:14px}.landing-vibes h2{font-size:24px;font-weight:800;letter-spacing:0;line-height:1.1;margin:0;text-align:center}.landing-vibe-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-cta,.landing-vibe{border:0;border-radius:8px;cursor:pointer;font-family:inherit;min-height:52px;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.landing-vibe{background:#ffffff1a;box-shadow:inset 0 0 0 1px #ffffff1f;color:#f7f5ff;font-size:15px;font-weight:800}.landing-vibe--electro{background:#55e7ff;color:#10101b}.landing-vibe--rock{background:#ff5171}.landing-vibe--pop{background:#bbf442;color:#10101b}.landing-cta{animation:landing-fade-in .52s ease-out .18s both;background:var(--accent);box-shadow:0 18px 40px rgba(var(--accent-rgb),.28);color:#10101b;font-size:18px;font-weight:900;width:100%}.landing-page--electro .landing-cta{color:#061019}.landing-page--rock .landing-cta{color:#120709}.landing-cta:hover,.landing-vibe:hover{transform:translateY(-2px)}.landing-cta:active,.landing-vibe:active{transform:translateY(0)}@keyframes landing-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-circle-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:719px){.landing-hero{min-height:100svh}.landing-nav{padding:12px 18px 4px}.landing-logo{width:112px}.landing-content{gap:24px;justify-content:center;min-height:calc(100svh - 56px);padding:12px 22px max(16px,env(safe-area-inset-bottom))}.landing-copy h1{font-size:clamp(34px,10.4vw,46px);line-height:.96}.landing-subtitle{font-size:16px;line-height:1.28;margin-top:12px}.landing-visual{box-shadow:0 18px 54px #00000057,0 0 34px rgba(var(--accent-rgb),.2);width:min(68vw,300px)}.landing-page--general .landing-content{gap:12px}.landing-page--general .landing-copy h1{font-size:clamp(31px,9.4vw,40px)}.landing-page--general .landing-subtitle{font-size:15px;margin-top:9px}.landing-page--general .landing-visual{width:min(52vw,226px)}.landing-vibes{gap:10px}.landing-vibes h2{font-size:21px}.landing-vibe-grid{gap:8px}.landing-cta,.landing-vibe{border-radius:8px;min-height:44px}.landing-vibe{font-size:14px}.landing-cta{font-size:16px;margin-top:14px}}@media (max-width:719px) and (max-height:720px),(max-width:719px) and (max-width:380px){.landing-logo{width:102px}.landing-content{gap:18px}.landing-copy h1{font-size:clamp(30px,9.4vw,39px)}.landing-subtitle{font-size:15px;margin-top:9px}.landing-visual{width:min(62vw,260px)}.landing-page--general .landing-visual{width:min(47vw,198px)}.landing-page--general .landing-copy h1{font-size:clamp(28px,8.8vw,36px)}.landing-page--general .landing-subtitle{font-size:14px}.landing-vibes h2{font-size:19px}.landing-cta,.landing-vibe{min-height:40px}.landing-cta{margin-top:12px}}@media (min-width:720px){.landing-nav{justify-content:flex-start;padding:26px 42px 0}.landing-content{grid-gap:28px 54px;align-items:center;display:grid;gap:28px 54px;grid-template-areas:"copy visual" "vibes visual" "cta visual";grid-template-columns:minmax(0,1fr) 360px;min-height:calc(100vh - 92px);padding:42px}.landing-copy{grid-area:copy;text-align:left}.landing-subtitle{margin-left:0}.landing-visual{grid-area:visual;width:360px}.landing-vibes{grid-area:vibes;max-width:520px}.landing-vibes h2{text-align:left}.landing-cta{grid-area:cta;max-width:360px}}
/*# sourceMappingURL=main.39cb37d3.css.map*/