/* Harthwyn 26.01.89: single member Dashboard authority. */
body.harthwyn-managed-page .harthwyn-member-dashboard{width:min(100%,1500px);margin-inline:auto;padding-inline:clamp(1rem,2vw,2rem);}
.harthwyn-member-dashboard__intro{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:clamp(1rem,2vw,1.5rem);border:1px solid rgba(45,31,19,.12);border-radius:24px;background:linear-gradient(135deg,#fffdf8,#f6efe4);box-shadow:0 18px 48px rgba(44,30,18,.08);}
.harthwyn-member-dashboard__eyebrow{display:block;font-size:.75rem;letter-spacing:.13em;text-transform:uppercase;color:#9a6a27;font-weight:800;margin-bottom:.3rem;}
.harthwyn-member-dashboard__intro h2{font-size:clamp(1.45rem,2vw,2.05rem);line-height:1.1;margin:0;color:#24170f;}
.harthwyn-member-dashboard__intro p{margin:.35rem 0 0;color:#5d4b3b;font-size:1rem;}
.harthwyn-member-dashboard__actions{display:flex;gap:.65rem;flex-wrap:wrap;justify-content:flex-end;}
.harthwyn-member-dashboard__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.75rem,1.4vw,1rem);margin-top:1rem;}
.harthwyn-member-dashboard__card{display:grid;gap:.45rem;min-height:126px;padding:1rem;border:1px solid rgba(45,31,19,.12);border-radius:20px;background:#fff;color:#24170f;text-decoration:none;box-shadow:0 14px 34px rgba(44,30,18,.06);}
.harthwyn-member-dashboard__card:hover{transform:translateY(-1px);box-shadow:0 18px 42px rgba(44,30,18,.1);}
.harthwyn-member-dashboard__card-icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#f8efe0;color:#9a6a27;}
.harthwyn-member-dashboard__card strong{font-size:1rem;line-height:1.15;}
.harthwyn-member-dashboard__card em{font-style:normal;font-size:.86rem;color:#7a5b32;font-weight:700;}
.harthwyn-member-dashboard__split{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;}
.harthwyn-member-dashboard__panel{padding:1rem;border:1px solid rgba(45,31,19,.12);border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(44,30,18,.05);}
.harthwyn-member-dashboard__panel h3{margin:0 0 .65rem;font-size:1.05rem;color:#24170f;}
.harthwyn-member-dashboard__panel p{margin:0;color:#6b5a49;}
.harthwyn-member-dashboard__list{display:grid;gap:.5rem;margin:0;padding:0;list-style:none;}
.harthwyn-member-dashboard__list li{padding:.65rem .75rem;border-radius:14px;background:#fbf8f2;display:flex;justify-content:space-between;gap:.75rem;align-items:center;}
@media(max-width:980px){.harthwyn-member-dashboard__intro{display:grid}.harthwyn-member-dashboard__actions{justify-content:flex-start}.harthwyn-member-dashboard__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.harthwyn-member-dashboard__split{grid-template-columns:1fr}}
@media(max-width:560px){.harthwyn-member-dashboard__grid{grid-template-columns:1fr}.harthwyn-member-dashboard{padding-inline:.75rem}}

/* 26.01.101 — human dashboard card polish and link reset. */
body.harthwyn-managed-page .harthwyn-member-dashboard__card,
body.harthwyn-managed-page .harthwyn-member-dashboard__card *,
body.harthwyn-managed-page .harthwyn-member-dashboard__list a{ text-decoration:none!important; }
body.harthwyn-managed-page .harthwyn-member-dashboard__card{align-content:start;position:relative;padding:1.15rem 1.2rem;min-height:158px;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
body.harthwyn-managed-page .harthwyn-member-dashboard__card:hover,
body.harthwyn-managed-page .harthwyn-member-dashboard__card:focus-visible{border-color:rgba(32,101,150,.38);outline:0;box-shadow:0 22px 48px rgba(34,67,95,.13);}
body.harthwyn-managed-page .harthwyn-member-dashboard__card-icon{background:linear-gradient(135deg,#fff8ea,#f1dfbf);color:#0f4871;}
body.harthwyn-managed-page .harthwyn-member-dashboard__card-icon svg{width:20px;height:20px;display:block;}
body.harthwyn-managed-page .harthwyn-member-dashboard__card strong{color:#1a2436;font-weight:850;text-decoration:none!important;}
body.harthwyn-managed-page .harthwyn-member-dashboard__card-copy{color:#6a5a4a;font-size:.92rem;line-height:1.42;max-width:30ch;}
body.harthwyn-managed-page .harthwyn-member-dashboard__card-action{margin-top:auto;color:#0f5f96;font-weight:850;font-size:.9rem;text-decoration:none!important;}
body.harthwyn-managed-page .harthwyn-member-dashboard__card-action::after{content:" →";}
