:root{--bg:#07111f;--bg2:#0d1730;--card:rgba(255,255,255,.05);--cardBorder:rgba(255,255,255,.08);--text:#eef4ff;--muted:rgba(238,244,255,.65);--accent:#4fdcff;--accent2:#4f8cff;--radius:28px;--max:1400px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at top left,rgba(79,220,255,.12),transparent 25%),radial-gradient(circle at top right,rgba(79,140,255,.12),transparent 25%),linear-gradient(180deg,var(--bg),var(--bg2));font-family:Inter,system-ui,sans-serif;overflow-x:hidden}.bgOrb{position:fixed;border-radius:999px;filter:blur(90px);pointer-events:none;z-index:-1}.orb1{width:300px;height:300px;left:-100px;top:-100px;background:rgba(79,220,255,.12)}.orb2{width:340px;height:340px;right:-120px;top:25%;background:rgba(79,140,255,.12)}.orb3{width:260px;height:260px;left:20%;bottom:-100px;background:rgba(125,125,255,.1)}#app{width:100%;max-width:var(--max);margin:auto;padding:32px 18px 80px}.hero{padding:40px 0;display:flex;flex-direction:column;align-items:center;text-align:center}.heroLogo{width:160px;height:160px;object-fit:contain;display:block;margin:0 auto 20px}.heroBadge{display:inline-flex;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:var(--accent);font-size:.8rem;font-weight:800;letter-spacing:.12em;margin-bottom:20px}.hero h1{font-size:clamp(
      2.5rem,
      6vw,
      5rem
    );line-height:1.05;letter-spacing:-.04em;max-width:900px;margin-top:0}.hero p{margin-top:18px;max-width:700px;color:var(--muted);line-height:1.8;font-size:1.05rem}.searchSection{margin-bottom:60px}.searchWrap{position:sticky;top:18px;z-index:100}#appSearch{width:100%;border:1px solid rgba(255,255,255,.08);outline:0;border-radius:999px;padding:22px 28px;background:rgba(255,255,255,.06);color:#fff;font-size:1rem;backdrop-filter:blur(18px)}#appSearch::placeholder{color:rgba(255,255,255,.45)}.section{margin-bottom:40px}.sectionHeader{margin-bottom:24px}.sectionHeader h2{font-size:1.8rem;font-weight:900}.featuredApps{display:flex;gap:20px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.featuredApps::-webkit-scrollbar{display:none}.categories{display:flex;flex-wrap:wrap;gap:12px}.categoryChip{padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:.2s}.categoryChip:hover{border-color:var(--accent)}.appCard,.featuredCard{background:var(--card);border:1px solid var(--cardBorder);backdrop-filter:blur(18px);border-radius:var(--radius)}.featuredCard{min-width:360px;padding:24px;scroll-snap-align:start}.appCard{padding:22px}.appCard img,.featuredCard img{width:90px;height:90px;object-fit:contain}.appCard h3,.featuredCard h3{margin-top:18px;font-size:1.5rem}.appCard p,.featuredCard p{margin-top:12px;color:var(--muted);line-height:1.9}.launchBtn{margin-top:20px;border:none;cursor:pointer;border-radius:999px;padding:14px 22px;color:#fff;font-weight:700;background:linear-gradient(135deg,var(--accent),var(--accent2))}.appsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.emptyState{text-align:center;padding:80px 20px}.emptyState h3{font-size:2rem}.emptyState p{margin-top:12px;color:var(--muted)}#footer{margin-top:80px;text-align:center}#footer img{width:72px;height:72px;object-fit:contain}#footer p{margin-top:18px;color:var(--muted)}@media(max-width:768px){.hero{padding:24px 0}.heroLogo{width:110px;height:110px;margin-bottom:16px}.hero h1{font-size:2.2rem}.hero p{font-size:.95rem;line-height:1.7}.featuredCard{min-width:280px}}