.page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffc7d6;z-index:0}.card{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px}.avatar{width:180px;height:180px;border-radius:50%;border:5px solid rgba(255,255,255,.85);background:#efe6dc;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 8px 24px #00000059}.avatar img{width:100%;height:100%;object-fit:cover}.name{display:flex;align-items:center;gap:10px;color:#3a2a2f;font-size:34px;font-weight:700}.badge{color:#4a9eff;flex-shrink:0}.cta{margin-top:10px;padding:18px 56px;border-radius:999px;background:#ffffff8c;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#3a2a2f;font-weight:600;font-size:18px;text-decoration:none;transition:background .2s ease}.cta:hover{background:#ffffffbf}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
