.profile-hero{display:grid;grid-template-columns:64px 1fr auto;gap:16px;align-items:center;margin-bottom:20px;background:linear-gradient(135deg,#fff,#eef8f4)}
.profile-avatar{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-size:28px;font-weight:900}
.profile-hero h2{font-size:27px;margin:5px 0}.profile-hero p{margin:0;color:var(--muted)}.profile-state{display:flex;align-items:center;gap:7px;color:#08766c;font-size:12px;font-weight:800}
.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}.channel-cards{display:grid;gap:10px;margin-top:18px}.channel-cards>div{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:12px}.channel-cards>div>div{display:grid;gap:4px}.channel-cards small{color:var(--muted)}
.channel-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#29a9ea;color:#fff;font-size:11px;font-weight:900}.channel-icon.max{background:#6657f5}.channel-icon.mail{background:#18a579}.profile-note{margin-top:18px;line-height:1.55}.profile-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.profile-links a{padding:14px;border:1px solid var(--line);border-radius:11px;font-weight:800}.profile-links a:hover{border-color:var(--blue);color:var(--blue)}
@media(max-width:800px){.profile-grid{grid-template-columns:1fr}.profile-hero{grid-template-columns:55px 1fr}.profile-state{grid-column:1/3}.profile-avatar{width:55px;height:55px}}
