*{box-sizing:border-box}html,body{height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;line-height:1.6;margin:0;background:linear-gradient(180deg,#0b1220 0%,#0d1326 100%);color:#dce3f1}
.container{max-width:920px;margin:0 auto;padding:28px}
.hero{display:flex;flex-direction:column;align-items:center;text-align:center;margin:10px 0 24px}
.avatar{width:64px;height:64px;border-radius:50%;background:#0ea5e9;display:grid;place-items:center;font-weight:700;color:white;margin-bottom:12px}
h1{font-size:28px;margin:6px 0 4px}
.tagline{color:#a9b4c8}
.bio{max-width:760px;color:#b7c3d9}
.links{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:12px}
.btn{padding:8px 12px;border-radius:999px;background:#0ea5e9;color:white;text-decoration:none;font-weight:600}
.btn.ghost{background:transparent;border:1px solid #2c3a58;color:#b7c3d9}
.cards{display:flex;flex-direction:column;gap:16px;margin-top:18px}
.card{background:#0f162b;border:1px solid #1f2a44;border-radius:16px;padding:16px;box-shadow:0 10px 30px rgba(2,6,23,.25)}
.card h2{font-size:18px;margin:0 0 8px}
.card ul{margin:0 0 0 18px;display:grid;gap:6px}
.footer{margin:24px 0 8px;text-align:center;color:#9fb0cb}
a{color:#7dc1ff}