/* Agentic / profile layer enhancements */
.profile-hero{margin-bottom:24px}.profile-card{display:grid;grid-template-columns:170px 1fr;gap:24px;align-items:center}.profile-avatar{width:170px;height:170px;border-radius:42px;object-fit:cover;background:#dffffc;box-shadow:0 20px 45px rgba(0,47,45,.16)}.profile-card h1{font-family:"Space Grotesk",Inter,sans-serif;font-size:clamp(2.5rem,6vw,5rem);line-height:.9;letter-spacing:-.08em;margin:0 0 8px}.handle{font-weight:900;color:var(--muted);margin:.25rem 0 1rem}.profile-stats{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}.profile-stats span,.profile-actions span,.profile-actions a{display:inline-flex;align-items:center;border-radius:999px;background:#e6fffd;color:#005c58;padding:8px 12px;font-weight:900;text-decoration:none}.profile-feed{max-width:820px;margin:0 auto}.comment-list{border-top:1px solid var(--line);margin-top:14px;padding-top:6px}.mini-profile a,.post-card header a{text-decoration:none}.mini-profile a:hover,.post-card header a:hover{text-decoration:underline}@media(max-width:720px){.profile-card{grid-template-columns:1fr}.profile-avatar{width:120px;height:120px;border-radius:30px}}
