body{margin:0;font-family:Inter,Arial,sans-serif;background:#071a17;color:#fff;display:flex;justify-content:center;align-items:center;min-height:100vh}
.bg{position:fixed;inset:0;background:radial-gradient(circle at top,#18b57b55,transparent 40%),linear-gradient(135deg,#06110f,#0f2f27,#06110f);z-index:-1}
.card{width:min(420px,92vw);background:rgba(255,255,255,.08);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.35)}
.hero{text-align:center}.profile{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #39d18e}
.title{color:#9ef5cf}.logos{display:flex;justify-content:center;gap:16px;margin:16px 0}.logo{height:54px}.badge{display:inline-block;background:#1ea86f;padding:8px 14px;border-radius:999px}.founders{display:flex;justify-content:space-evenly;align-items:center;margin:20px 0}.brand{height:48px;max-width:140px;object-fit:contain}.info div{display:flex;gap:12px;padding:12px;background:#ffffff10;border-radius:12px;margin:10px 0}.actions{display:flex;gap:10px;margin-top:18px}.actions button{flex:1;padding:12px;border:0;border-radius:12px;background:#1ea86f;color:#fff;font-weight:700;cursor:pointer}