@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--theme-elevation-50:rgb(35,35,35);--theme-elevation-100:rgb(45,45,45);--theme-elevation-150:rgb(55,55,55);--theme-elevation-200:rgb(65,65,65);--theme-elevation-500:rgb(100,100,100);--theme-elevation-800:rgb(180,180,180);--theme-elevation-900:rgb(210,210,210);--theme-elevation-1000:rgb(255,255,255);--theme-bg:rgb(20,20,20);--theme-input-bg:rgb(30,30,30);--theme-success-500:#10b981;--theme-success-400:#34d399;--theme-success-600:#059669;--theme-error-500:#ef4444;--theme-text:var(--theme-elevation-1000);--theme-text-muted:var(--theme-elevation-500);--base-radius:4px;--base-spacing:16px;--font-body:"Inter",system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:var(--font-body);background:var(--theme-bg);color:var(--theme-text);overflow:hidden;-webkit-font-smoothing:antialiased}.stars,.stars2,.stars3{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none}.stars{background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23404040' stroke-width='1'%3E%3Ccircle cx='400' cy='400' r='50'/%3E%3Ccircle cx='400' cy='400' r='100'/%3E%3Ccircle cx='400' cy='400' r='150'/%3E%3Ccircle cx='400' cy='400' r='200'/%3E%3Ccircle cx='400' cy='400' r='250'/%3E%3Ccircle cx='400' cy='400' r='300'/%3E%3Ccircle cx='400' cy='400' r='350'/%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.12;animation:move-background 120s linear infinite}.stars2{background:radial-gradient(2px 2px at 20px 30px,white,transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.8),transparent),radial-gradient(1px 1px at 90px 40px,white,transparent),radial-gradient(2px 2px at 160px 120px,rgba(255,255,255,.9),transparent),radial-gradient(1px 1px at 230px 80px,white,transparent),radial-gradient(2px 2px at 300px 160px,rgba(255,255,255,.7),transparent);background-size:350px 350px;animation:twinkle 4s ease-in-out infinite}.stars3{background:radial-gradient(1px 1px at 50px 100px,rgba(255,255,255,.5),transparent),radial-gradient(1px 1px at 150px 50px,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 250px 150px,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 100px 200px,rgba(255,255,255,.3),transparent);background-size:300px 300px;animation:twinkle 6s ease-in-out infinite reverse}@keyframes move-background{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:.8}}.planet{position:fixed;border-radius:50%;filter:blur(1px);opacity:.5}.planet-1{width:250px;height:250px;top:-80px;right:-80px;background:radial-gradient(circle at 30% 30%,var(--theme-success-400),var(--theme-success-500),var(--theme-success-600));box-shadow:inset -25px -25px 50px rgba(0,0,0,.4),0 0 60px rgba(16,185,129,.25);animation:float 20s ease-in-out infinite}.planet-2{width:120px;height:120px;bottom:15%;left:-40px;background:radial-gradient(circle at 30% 30%,#60a5fa,#3b82f6,#1d4ed8);box-shadow:inset -12px -12px 25px rgba(0,0,0,.4),0 0 30px rgba(59,130,246,.25);animation:float 15s ease-in-out infinite reverse}.planet-3{width:60px;height:60px;top:35%;right:12%;background:radial-gradient(circle at 30% 30%,#fbbf24,#f59e0b,#d97706);box-shadow:inset -6px -6px 12px rgba(0,0,0,.4),0 0 20px rgba(251,191,36,.25);animation:float 12s ease-in-out infinite}.orbit{position:fixed;border:1px solid var(--theme-elevation-50);border-radius:50%;pointer-events:none}.orbit-1{width:500px;height:500px;animation:rotate-orbit 30s linear infinite}.orbit-1,.orbit-2{top:50%;left:50%;transform:translate(-50%,-50%) rotateX(75deg)}.orbit-2{width:700px;height:700px;animation:rotate-orbit 45s linear infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(3deg)}}@keyframes rotate-orbit{0%{transform:translate(-50%,-50%) rotateX(75deg) rotate(0deg)}to{transform:translate(-50%,-50%) rotateX(75deg) rotate(1turn)}}.home{justify-content:center;min-height:100vh;padding:calc(var(--base-spacing) * 2.5);position:relative;z-index:1}.content,.home{display:flex;flex-direction:column;align-items:center}.content{text-align:center;max-width:560px}.logo-container{position:relative;margin-bottom:calc(var(--base-spacing) * 1.5)}.logo-glow{position:absolute;width:100px;height:100px;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--theme-success-500);filter:blur(35px);opacity:.4;border-radius:50%;animation:pulse-glow 3s ease-in-out infinite}.logo{width:80px;height:80px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.logo-icon{font-size:64px;animation:gentle-bounce 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:.25;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.title{font-size:48px;font-weight:700;line-height:1.15;margin-bottom:calc(var(--base-spacing) * .75);letter-spacing:-1.5px}.gradient-text{background:linear-gradient(135deg,var(--theme-success-400),var(--theme-success-500),var(--theme-success-600));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight{color:var(--theme-text)}.tagline{font-size:16px;color:var(--theme-text-muted);margin-bottom:calc(var(--base-spacing) * 2.5);font-weight:400;line-height:1.6}.links{gap:calc(var(--base-spacing) * .75);flex-wrap:wrap;justify-content:center;margin-bottom:calc(var(--base-spacing) * 3)}.btn,.links{display:flex}.btn{align-items:center;gap:8px;padding:12px 24px;border-radius:var(--base-radius);font-size:14px;font-weight:500;text-decoration:none;transition:all .15s ease;cursor:pointer;border:1px solid transparent}.btn-icon{font-size:16px}.btn-primary{background:var(--theme-success-500);color:white;border-color:var(--theme-success-500)}.btn-primary:hover{background:var(--theme-success-400);border-color:var(--theme-success-400)}.btn-secondary{background:var(--theme-input-bg);color:var(--theme-text);border:1px solid var(--theme-elevation-100)}.btn-secondary:hover{background:var(--theme-elevation-50);border-color:var(--theme-elevation-150)}.stats{display:flex;gap:calc(var(--base-spacing) * 1.25);flex-wrap:wrap;justify-content:center}.stat{display:flex;flex-direction:column;align-items:center;gap:6px;padding:calc(var(--base-spacing) * .875) calc(var(--base-spacing) * 1.25);background:var(--theme-input-bg);border:1px solid var(--theme-elevation-100);border-radius:var(--base-radius);transition:all .15s ease}.stat:hover{border-color:var(--theme-elevation-200);background:var(--theme-elevation-50)}.stat-icon{font-size:24px}.stat-label{font-size:13px;color:var(--theme-text-muted);font-weight:500}.footer{position:fixed;bottom:calc(var(--base-spacing) * 1.5);left:50%;transform:translateX(-50%);text-align:center}.footer p{font-size:13px;color:var(--theme-text-muted)}.footer strong{color:var(--theme-elevation-800);font-weight:500}@media (max-width:768px){.title{font-size:36px;letter-spacing:-1px}.planet-1{width:180px;height:180px}.planet-3{display:none}.stats{gap:var(--base-spacing)}.stat{padding:calc(var(--base-spacing) * .75) var(--base-spacing)}.orbit-1,.orbit-2{display:none}}@media (max-width:480px){.home{padding:var(--base-spacing)}.title{font-size:28px}.links{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}}