.persona-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.persona-card{display:flex;gap:15px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:13px;box-shadow:var(--shadow)}
.persona-avatar{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:13px;background:var(--accent-soft);color:var(--accent);font-size:1.15rem;font-weight:800}
.persona-content{min-width:0;flex:1}.persona-head{display:flex;justify-content:space-between;gap:12px}.persona-head h3{margin:0}.persona-head p{margin:5px 0 0;color:var(--muted);font-size:.84rem}
.persona-summary{margin:14px 0;color:var(--muted);line-height:1.55}.persona-actions{display:flex;align-items:center;gap:12px;margin-top:16px}.persona-actions a{color:var(--accent);text-decoration:none}.persona-actions form{margin:0}
@media(max-width:920px){.persona-grid{grid-template-columns:1fr}}@media(max-width:560px){.persona-head{flex-direction:column}}
