.profile-hero{display:grid;grid-template-columns:170px 1fr;gap:28px;align-items:center;padding:32px;background:linear-gradient(125deg,rgba(232,25,53,.2),rgba(245,197,24,.08)),var(--card);border:1px solid var(--line);border-radius:24px}.profile-avatar{width:170px;height:170px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),#6223a4);border:4px solid rgba(255,255,255,.18);font-size:4rem;font-weight:800}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-main h1{margin:8px 0;font-size:clamp(2rem,5vw,3.5rem)}.profile-main p{color:#d6d3dd;line-height:1.7;max-width:760px}.profile-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.profile-tabs{display:flex;gap:7px;overflow:auto;margin:25px 0;padding-bottom:5px}.profile-tabs button{white-space:nowrap;color:var(--muted);padding:11px 16px;border:1px solid var(--line);border-radius:10px;background:var(--card);font:inherit;font-weight:700}.profile-tabs button.active{background:var(--red);color:#fff}.profile-form input[type=file]{padding:9px}@media(max-width:650px){.profile-hero{grid-template-columns:1fr;text-align:center;padding:22px}.profile-avatar{width:125px;height:125px;margin:auto}.profile-links{justify-content:center}}
