@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600;700&display=swap";@font-face{font-family:Project Space;src:url(/fonts/Project%20Space%20Font/Project%20Space.ttf) format("truetype");font-weight:400;font-style:normal}:root{--bg: #0a0a1a;--text: #ffffff;--text-muted: rgba(255, 255, 255, .7);--accent: #6366f1;--accent-gradient: linear-gradient(135deg, #6366f1, #a855f7);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Project Space", "Inter", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{color:var(--text-muted);text-decoration:none;transition:color .2s}a:hover{color:var(--text)}.landing{min-height:100vh;display:flex;flex-direction:column}.hero{position:relative;flex:1;display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden}.top-bar{position:absolute;top:20px;right:20px;z-index:10}.language-selector{position:relative}.language-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#00000080;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:14px;cursor:pointer;transition:all .2s}.language-btn:hover{background:#000000b3;border-color:#fff6}.language-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#0a0a1af2;border:1px solid rgba(255,255,255,.2);border-radius:8px;overflow:hidden;min-width:150px;box-shadow:0 10px 40px #00000080}.language-option{display:block;width:100%;padding:10px 16px;background:transparent;border:none;color:var(--text-muted);font-family:Inter,system-ui,sans-serif;font-size:14px;text-align:left;cursor:pointer;transition:all .2s}.language-option:hover{background:#ffffff1a;color:var(--text)}.language-option.active{background:#6366f14d;color:var(--text)}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg-img{width:100%;height:100%;object-fit:cover}.hero-content{position:absolute;bottom:15%;left:60px;z-index:1;text-align:left;max-width:500px}.logo-center{position:absolute;top:20%;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}.logo{width:70px;height:70px;margin-bottom:12px}.logo-text{display:flex;flex-direction:column;align-items:center}.cosmos-text{font-size:20px;font-weight:300;letter-spacing:8px;color:var(--text)}.network-text{font-size:9px;font-weight:400;letter-spacing:5px;color:var(--text-muted);margin-top:4px}.hero-title{font-family:var(--font-body);font-size:clamp(20px,4vw,36px);font-weight:700;letter-spacing:3px;margin-bottom:20px;color:#d4c4e8;text-shadow:0 0 60px rgba(138,43,226,.4);white-space:nowrap}.hero-subtitle{font-family:var(--font-display);font-size:18px;font-style:italic;color:var(--text-muted);margin-bottom:40px;line-height:1.8}.download-section{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:40px}.download-label{font-size:12px;letter-spacing:2px;color:var(--text-muted)}.store-buttons{display:flex;gap:12px;flex-wrap:wrap}.store-btn{height:50px;width:auto;transition:transform .2s,opacity .2s}.store-btn:hover{transform:scale(1.05);opacity:.9}.phone-mockup{position:absolute;right:5%;bottom:5%;z-index:1}.phone-img{max-height:65vh;width:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5))}@media(max-width:1024px){.logo-center{top:10%}.hero-content{left:20px;bottom:25%}.phone-mockup{display:none}}.footer{background:#00000080;padding:30px 20px;border-top:1px solid rgba(255,255,255,.1);font-family:Inter,system-ui,-apple-system,sans-serif}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.footer-logo{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500}.footer-logo-img{width:32px;height:32px}.footer-links{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:14px;color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:var(--text);text-decoration:none}.footer-copy{font-size:12px;color:#fff6}.page{max-width:900px;margin:0 auto;padding:32px 16px 64px;font-family:Inter,system-ui,-apple-system,sans-serif}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.card{background:linear-gradient(135deg,#0f172af5,#111827fa);border-radius:24px;padding:32px 24px;box-shadow:0 22px 45px #0f172ae6,0 0 0 1px #94a3b826;border:1px solid rgba(148,163,184,.25)}@media(min-width:768px){.card{padding:40px 36px}}.badge{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#6366f1;background:#6366f126}.badge-dot{width:6px;height:6px;border-radius:999px;background:#6366f1}.highlight{background:#0f766e29;border-left:3px solid #14b8a6;padding:10px 12px;border-radius:10px;font-size:13px;color:#ccfbf1;margin-top:18px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#9ca3af;font-size:14px;margin-bottom:24px;transition:color .2s}.back-link:hover{color:#e5e7eb;text-decoration:none}h1{color:#e5e7eb}h2,h3{color:#d1d5db;margin-top:24px;margin-bottom:12px}p{color:#9ca3af;margin-bottom:12px}ul{color:#9ca3af;margin-left:20px;margin-bottom:12px}li{margin-bottom:8px}
