@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");:root{--bg:#0b0f14;--card:#0f1724;--muted:#94a3b8;--accent:#7c3aed;--accent-2:#60a5fa;--container:1100px}*{box-sizing:border-box}body,html{height:100%}body{display:flex;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:#e6eef8;margin:0;padding:0;-webkit-font-smoothing:antialiased}:root{--header-height:72px}.container{max-width:var(--container);margin:0 auto;padding:0 20px}.site-header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,0));position:-webkit-sticky;position:sticky;top:0;z-index:40;min-height:var(--header-height)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.nav a{margin:0 12px;color:var(--muted)}.logo,.nav a{text-decoration:none}.logo{display:flex;align-items:center;gap:8px}.logo img{height:36px}.logo-text{font-weight:700;color:#e6eef8}.btn{display:inline-block;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:600}.btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;box-shadow:0 8px 24px rgba(124,58,237,.18)}.btn-ghost{border:1px solid hsla(0,0%,100%,.06);color:var(--muted);background:transparent;margin-left:12px}.hero{padding:80px 0;background:linear-gradient(180deg,rgba(124,58,237,.06),rgba(9,10,12,0));position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200'><path d='M0,100 C150,50 350,150 500,100 C650,50 850,150 1000,100 C1150,50 1200,100' stroke='%23ffffff' stroke-opacity='0.08' stroke-width='6' fill='none' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:100%;background-size:80%;pointer-events:none;opacity:1}.hero-inner{display:flex;gap:40px;align-items:center}.hero-left{flex:1 1}.hero-right{flex:0 0 260px;display:flex;justify-content:center}.phone-mockup img{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.mockups{position:relative;display:flex;align-items:center;justify-content:center;width:340px;height:480px}.mockup{position:absolute;border-radius:22px;box-shadow:0 20px 40px rgba(2,6,23,.6);transform-origin:center;transition:transform .35s ease,opacity .35s ease}.mockup-1{transform:translateX(-34px) rotate(-8deg);z-index:3}.mockup-2{transform:translateX(0) scale(1);z-index:2}.mockup-3{transform:translateX(34px) rotate(8deg);z-index:1;opacity:.95}.hero:hover .mockup-1{transform:translateX(-44px) rotate(-10deg)}.hero:hover .mockup-3{transform:translateX(44px) rotate(10deg)}.hero h1{font-size:40px;margin:0 0 12px;font-weight:800;letter-spacing:-.02em}.hero .lead{color:var(--muted);font-size:16px;margin-bottom:18px}.hero-ctas{display:flex;gap:12px}.features{padding:60px 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.feature-card{position:relative;background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.01));padding:30px;border-radius:14px;box-shadow:0 10px 30px rgba(2,6,23,.6);text-align:center;overflow:hidden;transition:transform .26s cubic-bezier(.2,.9,.2,1),box-shadow .26s ease}.feature-card:focus-visible{outline:0;box-shadow:0 16px 50px rgba(124,58,237,.12)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 22px 60px rgba(2,6,23,.6)}@media (hover:none){.feature-card:active{transform:translateY(-2px)}}.corner-shape{position:absolute;top:-36px;left:-36px;width:140px;height:140px;border-radius:28px;background:linear-gradient(135deg,var(--accent),var(--accent-2));opacity:.12;transform:rotate(15deg);pointer-events:none;transition:transform .32s ease,opacity .32s ease}.feature-card:hover .corner-shape{transform:rotate(6deg) translateY(-6px);opacity:.16}.feature-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 14px;border-radius:12px;background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,0));box-shadow:inset 0 -6px 12px rgba(0,0,0,.25);color:var(--accent)}.feature-icon svg{width:36px;height:36px}.feature-card h3{margin:0 0 8px}.feature-card p{color:var(--muted);margin:0}.section-title{text-align:center;font-size:28px;margin-bottom:40px;color:#e6eef8}.site-footer{background:linear-gradient(180deg,#030509,#071018 80%);padding:56px 0 36px;margin-top:40px;border-top:1px solid hsla(0,0%,100%,.03)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:36px;gap:36px;align-items:start}.footer-left .footer-desc{color:var(--muted);max-width:420px;margin-top:12px;margin-bottom:16px;line-height:1.7}.footer-logo img{height:42px}.footer-logo-text{font-weight:800;color:#e6eef8;font-size:18px}.footer-col h4{margin:0 0 14px;color:#e6eef8;font-size:15px}.footer-col a{display:block;color:var(--muted);text-decoration:none;margin-bottom:12px;transition:color .18s ease,transform .18s ease}.footer-col a:hover{color:#fff;transform:translateX(2px)}.footer-bottom{display:flex;justify-content:center;align-items:center;color:var(--muted);padding-top:22px;font-size:13px}.footer-social{display:flex;gap:12px;margin-top:12px}.social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:hsla(0,0%,100%,.02);color:var(--muted);transition:transform .22s ease,color .22s ease,box-shadow .22s ease}.social-link svg{width:18px;height:18px;display:block;flex-shrink:0}.social-link:hover{transform:translateY(-6px);color:#fff;box-shadow:0 10px 30px rgba(96,165,250,.06)}.store-badge svg{display:block;flex-shrink:0;width:18px;height:18px}.store-text{background:transparent}.footer-cta{display:flex;flex-direction:column;gap:14px}.store-row{display:flex;gap:12px;align-items:center}.store-badge{display:inline-flex;align-items:center;gap:14px;border-radius:14px;color:#fff;text-decoration:none;font-weight:700;transition:transform .22s ease,box-shadow .22s ease}.store-full{padding:14px 22px;min-width:220px;background:linear-gradient(90deg,var(--accent),var(--accent-2));box-shadow:0 14px 40px rgba(124,58,237,.14);align-items:center}.store-full .play{width:22px;height:22px;display:inline-block;flex-shrink:0}.store-full .store-text{display:flex;flex-direction:column;align-items:flex-start;gap:4px;background:transparent;padding:0;margin:0}.store-full .store-small{background:transparent;padding:0;color:hsla(0,0%,100%,.9);font-size:12px;opacity:.95}.store-full .store-big{font-size:16px}.store-badge svg{opacity:.98}.store-badge:hover{transform:translateY(-6px);box-shadow:0 22px 60px rgba(96,165,250,.12)}.store-text{display:flex;flex-direction:column;line-height:1}.store-small .store-small{font-size:10px}.store-big{font-size:15px;font-weight:800}.open-app{padding:8px 14px;border-radius:12px;width:max-content;border:1px solid hsla(0,0%,100%,.04);background:linear-gradient(90deg,rgba(124,58,237,.08),rgba(96,165,250,.06));color:#e6eef8}.open-app:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(124,58,237,.12)}@media (max-width:900px){.footer-grid{grid-template-columns:1fr;gap:18px}.footer-left{order:1}.footer-middle{order:2}.footer-right{order:3}.footer-bottom{padding-top:18px;text-align:center}.footer-logo-text{display:inline-block}.store-row{flex-direction:row;justify-content:flex-start}}@media (max-width:600px){.store-row{flex-direction:column;align-items:flex-start}.store-full{min-width:180px}.store-small{min-width:140px}}@media (max-width:900px){.hero-inner{flex-direction:column;text-align:center}.hero-right{order:-1}.features-grid{grid-template-columns:1fr}.footer-logo-text,.logo-text,.nav{display:none}.section-title{font-size:24px;margin-bottom:30px}.hero h1{font-size:32px}.hero .lead{font-size:15px}}@media (max-width:600px){.container{padding:0 16px}.hero{padding:60px 0}.hero h1{font-size:28px}.btn,.hero .lead{font-size:14px}.btn{padding:8px 14px}.hero-ctas{flex-direction:column;gap:8px}.features{padding:40px 0}.feature-card{padding:20px}.footer-grid{grid-template-columns:1fr}.site-footer{padding:24px 0}}.site-main{flex:1 1;display:flex;flex-direction:column}.hero{min-height:calc(100vh - var(--header-height) - 120px);display:flex;align-items:center;padding-top:40px;padding-bottom:40px}.content{min-height:calc(100vh - var(--header-height) - 160px);display:flex;flex-direction:column;justify-content:flex-start}.site-footer{margin-top:auto}.content{max-width:820px;margin:40px auto;padding:0 20px}.content h1{font-size:32px;margin-bottom:6px}.content .meta{color:var(--muted);margin-bottom:20px}.markdown p{line-height:1.75;color:#dbeafe;margin-bottom:14px}.markdown h2{font-size:22px;margin-top:24px;margin-bottom:12px}.markdown a{color:var(--accent-2);text-decoration:underline}.markdown ul{margin-left:18px;margin-bottom:12px}.markdown pre{background:#071029;padding:12px;border-radius:8px;overflow:auto}.markdown img{max-width:100%;border-radius:8px;margin:12px 0}