:root{--bg-0: #03050a;--bg-1: #070b14;--bg-2: #0b1222;--text: #f4f7ff;--muted: #a6b0c6;--accent: #e8ff47}*{box-sizing:border-box}body{margin:0;font-family:Plus Jakarta Sans,sans-serif;color:var(--text);background:#000;min-height:100vh}.page{position:relative;min-height:100vh;overflow:hidden;padding:28px clamp(18px,2vw,38px) 0}.noise{display:none}.topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin:0 auto;max-width:1520px;height:48px}.badge{width:28px;height:28px;border-radius:8px;overflow:hidden;display:grid;place-items:center}.badge img{width:100%;height:100%;object-fit:contain;display:block}.github{color:#f4f7ff94;text-decoration:none;font-weight:600;font-size:14px;transition:color .18s ease}.github:hover{color:#fff}.hero{position:relative;z-index:2;max-width:1220px;margin:clamp(70px,13vh,150px) auto 36px;text-align:center}.hero h1{margin:0;line-height:.98;font-size:clamp(36px,6vw,82px);font-weight:700;font-family:Montserrat,sans-serif;letter-spacing:-.035em}.cta{display:inline-block;text-decoration:none;margin-top:clamp(26px,4.5vh,48px);border:none;border-radius:999px;background:#fff;color:#0d1628;font-size:clamp(13px,1.1vw,17px);font-weight:700;padding:10px 28px;cursor:pointer;transition:background .18s ease,transform .15s ease}.cta:hover{background:var(--accent);transform:translateY(-2px)}.screenshot-wrap{position:relative;max-width:1720px;margin:clamp(26px,6vh,70px) auto 0;isolation:isolate}.screenshot-card{border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.screenshot-card img{width:100%;display:block;transform:scale(1.04);transform-origin:center top}.bottom-fade{position:absolute;left:-5%;right:-5%;bottom:-1px;height:min(42vh,320px);background:linear-gradient(180deg,transparent 0%,#000 100%);pointer-events:none}@media(max-width:900px){.github{font-size:13px}.screenshot-wrap{margin-top:42px}.screenshot-card{border-radius:16px}.bottom-fade{height:38%}}
