@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_ca35ecd4-module__VNkuCW__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_ca35ecd4-module__VNkuCW__variable{--font-outfit:"Outfit","Outfit Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--background:#0a0a0a;--foreground:#ededed;--primary:#3b82f6;--primary-glow:#3b82f666;--secondary:#8b5cf6;--secondary-glow:#8b5cf666;--accent:#f43f5e;--card-bg:#ffffff08;--card-border:#ffffff14;--glass-bg:#0a0a0ab3;--glass-border:#ffffff14;--font-sans:var(--font-outfit),system-ui,sans-serif;--nav-height:80px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:opacity .2s}.layout{flex-direction:column;min-height:100vh;display:flex}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.gradient-text{background:linear-gradient(90deg,#60a5fa,#c084fc,#f472b6);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.nav-bar{width:calc(100% - 2rem);max-width:1200px;height:var(--nav-height);z-index:100;border-radius:16px;justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex;position:sticky;top:1rem}.logo{letter-spacing:-.05em;font-size:1.5rem;font-weight:800}.nav-links{gap:2rem;font-size:.9rem;font-weight:500;display:flex}.nav-links a:hover{color:var(--primary)}.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:90vh;margin-top:-80px;padding:120px 2rem 2rem;display:flex;position:relative}.hero-glow{background:radial-gradient(circle,var(--primary-glow)0%,transparent 70%);opacity:.4;filter:blur(100px);pointer-events:none;z-index:-1;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1}.hero-subtitle{color:#888;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.button-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:9999px;padding:1rem 2rem;font-weight:600;transition:transform .2s,box-shadow .2s}.button-primary:hover{box-shadow:0 10px 30px -10px var(--primary-glow);transform:translateY(-2px)}.button-secondary{border:1px solid var(--glass-border);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border-radius:9999px;padding:1rem 2rem;font-weight:600;transition:background .2s}.button-secondary:hover{background:#ffffff1a}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.apps-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;flex-direction:column;transition:transform .3s,border-color .3s;display:flex;overflow:hidden}.card:hover{border-color:#fff3;transform:translateY(-5px)}.card-image-placeholder{height:200px;font-family:var(--font-mono);color:#555;background:#111;justify-content:center;align-items:center;display:flex;position:relative}.card-image-placeholder.alpha{background:linear-gradient(45deg,#3b82f61a,#0a0a0a)}.card-image-placeholder.beta{background:linear-gradient(45deg,#ec48991a,#0a0a0a)}.card-content{padding:1.5rem}.card h3{margin-bottom:.5rem;font-size:1.5rem}.card p{color:#999;margin-bottom:1.5rem;font-size:.95rem}.link-arrow{color:var(--primary);font-size:.9rem;font-weight:600}.link-arrow:hover{text-decoration:underline}.footer{background:#050505;border-top:1px solid #222;margin-top:auto;padding:3rem 0}.footer-content{color:#666;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a:hover{color:#fff}@media (max-width:768px){.nav-bar{height:60px;padding:0 1rem}.nav-links{display:none}.hero-title{font-size:3rem}}.about-content{text-align:center;max-width:800px;margin:0 auto}.about-text{color:#adb5bd;margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.stats-grid{border-top:1px solid var(--glass-border);grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding-top:3rem;display:grid}.stat-item{flex-direction:column;align-items:center;display:flex}.stat-number{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.stat-label{color:#888;font-size:.9rem;font-weight:500}@media (max-width:768px){.stats-grid{grid-template-columns:1fr;gap:2rem}}.privacy-container{max-width:800px;margin:0 auto;padding:4rem 1.5rem}.privacy-header{text-align:center;margin-bottom:3rem}.privacy-title{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.privacy-date{color:#666;font-size:.9rem}.privacy-content h2{color:#fff;margin:2.5rem 0 1rem;font-size:1.5rem}.privacy-content p{color:#bbb;margin-bottom:1.5rem;line-height:1.7}.privacy-content ul{color:#bbb;margin-bottom:1.5rem;margin-left:1.5rem;list-style:outside}.privacy-content li{margin-bottom:.5rem}
