:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#fff;background:#11131a}*{box-sizing:border-box}body{margin:0;min-width:320px}.profile-page{min-height:100vh;background:#101219 var(--background,linear-gradient(145deg,#341f76,#0b6b7e)) center/cover fixed;display:grid;place-items:center;padding:36px 18px}.backdrop{position:fixed;inset:0;background:linear-gradient(180deg,rgba(7,8,12,.35),rgba(7,8,12,.75));backdrop-filter:blur(9px)}.card{position:relative;width:min(100%,480px);text-align:center;padding:32px 20px 20px}.avatar{width:112px;height:112px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.85);box-shadow:0 15px 45px rgba(0,0,0,.35)}.avatar.empty{margin:auto;display:grid;place-items:center;background:#8056ff;font-size:42px;font-weight:800}.card h1{margin:17px 0 7px;font-size:30px;letter-spacing:-.03em}.bio{white-space:pre-line;margin:0 auto 25px;max-width:400px;color:rgba(255,255,255,.78);line-height:1.55}.links{display:grid;gap:12px;margin-top:25px}.social-link{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;min-height:62px;padding:8px 12px;color:#15171d;background:rgba(255,255,255,.91);border:1px solid rgba(255,255,255,.65);border-radius:18px;text-decoration:none;font-weight:750;box-shadow:0 12px 36px rgba(0,0,0,.16);transition:transform .18s,background .18s}.social-link:hover{transform:translateY(-2px);background:#fff}.icon{font-size:20px}.arrow{opacity:.5}.brand{display:inline-block;margin-top:28px;color:rgba(255,255,255,.6);font-size:13px;font-weight:700;text-decoration:none}.landing{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 75% 15%,#6844df 0,transparent 32%),#0d0f15}.landing main{width:min(760px,100%)}.logo{font-size:24px;font-weight:900}.logo span{color:#8b6cff}.landing h1{font-size:clamp(52px,10vw,100px);line-height:.92;letter-spacing:-.07em;margin:70px 0 30px}.landing p{color:#a9adba;font-size:20px;line-height:1.55;max-width:620px}.cta{display:inline-block;margin-top:25px;padding:17px 25px;border-radius:15px;background:#fff;color:#11131a;text-decoration:none;font-weight:800}@media(max-width:480px){.profile-page{padding:20px 10px}.card{padding-inline:8px}.avatar{width:96px;height:96px}.card h1{font-size:27px}}
