@import"https://rsms.me/inter/inter.css";@import"https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css";*{box-sizing:border-box}*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{background:#0a0f1c;color:#fff}.content-column{width:50%;padding:4rem 5rem;overflow-y:hidden;color:#fff;font-family:Inter,sans-serif}@media(max-width:768px){.content-column{width:100%;padding:2rem 1.5rem}}.legal-page{padding:4rem 4rem 0rem 5rem;margin:0 auto;overflow-y:auto;color:#fff;font-family:Inter,sans-serif}.legal-page h1{color:#e6ff56;margin-bottom:2rem;text-align:center;font-weight:700;font-size:2.2rem}.legal-page h2{margin-top:2rem;font-size:1.3rem;font-weight:700;color:#e6ff56}.legal-page p{font-size:1.1rem;line-height:1.8}.logo{width:160px;margin-bottom:2rem}.discord-link{color:#e1f768}@media(max-width:768px){.legal-page{padding:4rem 3.5rem 0rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.1rem}.legal-page p{font-size:1rem}}@media(max-width:450px){.legal-page{padding:3rem 2rem 0rem}.content-column{padding:1rem 0rem}}.vialov{color:var(--text);background:radial-gradient(1200px 600px at 80% -10%,rgba(81,112,255,.1),transparent 60%),radial-gradient(900px 500px at 10% 80%,rgba(255,102,196,.08),transparent 60%)}.v-section{padding:clamp(3rem,4vw + 2rem,6rem) 1.25rem;max-width:1200px;margin:0 auto}.v-header{position:sticky;top:0;z-index:50;background:#0b1320d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;padding:.9rem 2rem;border-bottom:1px solid rgba(255,255,255,.05)}.v-logo{display:flex;align-items:center;gap:.6rem;font-weight:700;color:var(--text);text-decoration:none}.v-logo img{width:48px;height:48px;object-fit:contain}.v-nav{display:flex;gap:1.4rem}.v-nav a{color:var(--muted);text-decoration:none;font-weight:500;transition:color .2s ease}.v-nav a:hover{color:var(--red)}@media(max-width:640px){.v-nav{display:none}}.v-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(1.5rem,3vw,3rem);align-items:center;padding:clamp(3rem,4vw + 2rem,6rem) 1.25rem;max-width:1200px;margin:0 auto}.v-hero__copy{z-index:2}.v-title{font-size:clamp(2.4rem,2.8vw + 1.6rem,4rem);line-height:1.05;margin:0 0 .5rem;font-weight:900;background:linear-gradient(90deg,var(--vio),var(--red));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.v-subtitle{font-size:clamp(1.05rem,.6vw + 1rem,1.25rem);color:var(--muted);margin:0 0 1.2rem}.v-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1rem 0 .5rem}.v-platforms{color:var(--muted);margin-top:1.1rem}.v-hero__media{position:relative;border-radius:28px;overflow:hidden;isolation:isolate;box-shadow:0 30px 80px #00000059}.v-hero__video{width:100%;height:100%;display:block;aspect-ratio:9/16;object-fit:cover;border-radius:28px;animation:floaty 7s ease-in-out infinite}.v-hero__glow{position:absolute;inset:-18%;background:radial-gradient(closest-side,rgba(81,112,255,.35),transparent 65%),radial-gradient(closest-side,rgba(255,102,196,.28),transparent 60%);filter:blur(60px);z-index:-1;animation:glowShift 10s ease-in-out infinite}.v-btn{appearance:none;border:0;border-radius:999px;font-weight:800;letter-spacing:.2px;padding:.85rem 1.25rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.v-btn--primary{color:#fff;background:linear-gradient(90deg,var(--vio),var(--red));box-shadow:0 10px 24px #ff66c438}.v-btn--primary:hover{transform:translateY(-2px) scale(1.02)}.v-btn--ghost{color:var(--text);background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}.v-btn--ghost:hover{background:#ffffff1a}.v-btn--lg{padding:1rem 1.6rem;font-size:1.05rem}.v-features h2,.v-gallery h2,.v-download h2{font-size:clamp(1.6rem,1.2vw + 1.2rem,2.2rem);margin-bottom:1.2rem}.v-features__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.v-feature{display:grid;grid-template-columns:48px 1fr;gap:.8rem 1rem;align-items:flex-start;padding:1rem;border-radius:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.v-feature__icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;font-size:1.35rem;background:linear-gradient(135deg,var(--vio),var(--red));box-shadow:0 10px 20px #5170ff2e}.v-feature__title{margin:0 0 .25rem;font-weight:800}.v-feature__text{margin:0;color:var(--muted)}.v-trailer{margin:1rem 0;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.v-trailer__video{width:100%;display:block;aspect-ratio:16/9}.v-screens{margin-top:1rem;overflow:hidden}.v-screens__rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.v-shot{scroll-snap-align:start;margin:0;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.v-shot img{width:100%;height:100%;display:block;aspect-ratio:9/16;object-fit:cover}.v-download{text-align:center}@keyframes floaty{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(-.6deg)}}@keyframes glowShift{0%,to{transform:translate(0) scale(1);opacity:.9}50%{transform:translate(-5px,-10px) scale(1.05);opacity:1}}@media(max-width:1024px){.v-hero{grid-template-columns:1fr}.v-hero__media{order:-1}.v-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.v-features__grid{grid-template-columns:1fr}}:root{--vio: #0451bc;--red: #ed1c24;--bg: #0b1320;--text: #eaf2ff;--muted: rgba(234, 242, 255, .72)}footer{font-size:.875rem;opacity:.7}.site-footer{background-color:#0a0f1c;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.social-icons{margin-bottom:1rem}.social-icons a{margin:0 .5rem;color:#fff;font-size:1.25rem;background:#1a1f2b;padding:1rem;width:4rem;border-radius:50%;display:inline-block;transition:background .3s}.social-icons a:hover{background:var(--red)}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem}.footer-links a{margin:.2rem 1rem;color:#d5f4e6;font-size:1rem;text-decoration:none}.footer-links a:hover{color:var(--red)}.footer-note{font-size:.875rem;opacity:.6;color:#aaa}@media(max-width:768px){.footer-links a{margin:.2rem .5rem}}
