/* MHR Club 1.01.66 canonical member application */
/* MHR Club Member Portal UI */
.mhr-member-portal .mhr-portal-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:18px 0 22px;
    position:sticky;
    top:0;
    z-index:20;
    background:#fbfaf6;
    padding:10px 0;
}
.mhr-member-portal .mhr-tab-button{
    border:1px solid #e4e8ef;
    border-radius:999px;
    padding:10px 14px;
    color:#102a43;
    background:#fff;
    font-weight:800;
    cursor:pointer;
}
.mhr-member-portal .mhr-tab-button.is-active{
    background:#102a43;
    color:#fff;
    border-color:#102a43;
}
.mhr-portal-panel{
    display:none;
    background:#fffdf8;
    border:1px solid #eadfca;
    border-radius:22px;
    padding:20px;
    margin:20px 0;
}
.mhr-portal-panel.is-active{
    display:block;
}
.mhr-portal-panel > h3{
    color:#102a43;
    font-size:22px;
    margin:0 0 14px;
}
.mhr-dashboard-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin:16px 0;
}
.mhr-member-hero{
    background:#fff;
    border:1px solid #e4e8ef;
    border-radius:20px;
    padding:20px;
    margin:14px 0;
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:flex-start;
}
.mhr-member-key code{
    display:block;
    max-width:340px;
    white-space:normal;
    word-break:break-word;
    background:#f7fafc;
    padding:10px;
    border-radius:10px;
    margin-top:6px;
}
.mhr-progress-track{
    width:100%;
    height:14px;
    background:#e8edf3;
    border-radius:999px;
    overflow:hidden;
    margin:12px 0 6px;
}
.mhr-progress-fill{
    height:100%;
    background:linear-gradient(135deg,#f7bf5f 0%,#f2a93b 55%,#df8f22 100%);
    border-radius:999px;
}
@media(max-width:900px){
    .mhr-dashboard-grid{grid-template-columns:1fr}
    .mhr-member-hero{flex-direction:column}
    .mhr-member-portal .mhr-portal-tabs{position:static}
}


.mhr-executive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:20px 0}
.mhr-executive-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.mhr-executive-value{font-size:34px;font-weight:800}
.mhr-dashboard-hero{background:linear-gradient(135deg,#102a43,#6b2dbd);color:#fff;padding:24px;border-radius:24px}
.mhr-family-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.mhr-upsell-zone{border:2px dashed #f2a93b;padding:18px;border-radius:18px;background:#fffdf6}


.mhr-member-command-center,.mhr-member-command-center *{box-sizing:border-box}
.mhr-member-command-center{--mhr-navy:#102a43;--mhr-purple:#6b2dbd;--mhr-green:#2f8f46;--mhr-gold:#f2a93b;max-width:1180px;margin:32px auto;padding:0 18px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#172033}
.mhr-member-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:20px;background:linear-gradient(135deg,var(--mhr-navy),#1b2540 55%,var(--mhr-green));color:#fff;border-radius:34px;padding:38px;box-shadow:0 22px 60px rgba(16,42,67,.20)}
.mhr-member-eyebrow{display:inline-block;color:var(--mhr-gold);font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:12px;margin-bottom:12px}
.mhr-member-hero h1{color:#fff;font-size:48px;line-height:1;letter-spacing:-.04em;margin:0 0 14px}
.mhr-member-hero p{color:rgba(255,255,255,.84);font-size:17px;max-width:760px}
.mhr-member-identity-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:26px;padding:24px;display:flex;flex-direction:column;justify-content:center}
.mhr-member-identity-card span,.mhr-member-card span{display:block;color:#64748b;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.mhr-member-identity-card span{color:rgba(255,255,255,.70)}.mhr-member-identity-card strong{font-size:28px;color:#fff;margin:6px 0}.mhr-member-identity-card small{color:rgba(255,255,255,.78)}
.mhr-member-grid{display:grid;gap:16px;margin-top:20px}.mhr-member-today-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.mhr-member-section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}
.mhr-member-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:24px;box-shadow:0 14px 36px rgba(16,42,67,.08)}
.mhr-member-card strong{display:block;color:var(--mhr-navy);font-size:22px;margin:6px 0}.mhr-member-card small{color:#64748b;line-height:1.45}
.mhr-feature-card h2{font-size:24px;letter-spacing:-.02em;color:var(--mhr-navy);margin:10px 0}.mhr-feature-card p{color:#64748b;line-height:1.55}.mhr-feature-card a{display:inline-flex;margin-top:8px;color:var(--mhr-purple);font-weight:800;text-decoration:none}
.mhr-card-icon{width:44px;height:44px;display:grid;place-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px;font-size:20px}
.mhr-member-next-steps{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.6fr);gap:20px;margin-top:20px;background:#fbfaf6;border:1px solid #eadfca;border-radius:30px;padding:30px}
.mhr-member-next-steps h2{color:var(--mhr-navy);font-size:34px;letter-spacing:-.03em;margin:0 0 12px}.mhr-member-next-steps p{color:#64748b}.mhr-member-next-steps ol{margin:0;padding-left:22px;color:#102a43;font-weight:800}.mhr-member-next-steps li{margin:0 0 10px}
@media(max-width:960px){.mhr-member-hero,.mhr-member-next-steps{grid-template-columns:1fr}.mhr-member-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mhr-member-today-grid{grid-template-columns:1fr}}
@media(max-width:640px){.mhr-member-hero{padding:28px}.mhr-member-hero h1{font-size:38px}.mhr-member-section-grid{grid-template-columns:1fr}}

.mhr-member-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.mhr-member-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:var(--mhr-gold);color:#102a43;font-weight:800;text-decoration:none}.mhr-member-action.is-secondary{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);color:#fff}.mhr-dashboard-notice{margin:0 0 16px;background:#ecfdf5;border:1px solid #bbf7d0;color:#14532d;border-radius:18px;padding:14px 16px}.mhr-dashboard-section{scroll-margin-top:32px;margin-top:22px;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:26px;box-shadow:0 14px 36px rgba(16,42,67,.06)}.mhr-section-heading{margin-bottom:18px}.mhr-section-heading span,.mhr-progress-label{display:block;color:#64748b;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.mhr-section-heading h2{font-size:32px;line-height:1.05;letter-spacing:-.03em;color:var(--mhr-navy);margin:6px 0 8px}.mhr-section-heading p{margin:0;color:#64748b;line-height:1.55}.mhr-dashboard-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mhr-dashboard-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mhr-member-inline-link{display:inline-flex;margin-top:12px;color:var(--mhr-purple);font-weight:800;text-decoration:none}.mhr-progress-track{height:12px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin:10px 0 14px}.mhr-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--mhr-green),var(--mhr-gold))}.mhr-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.mhr-status-pill{display:inline-flex;align-items:center;border:1px solid #e2e8f0;background:#f8fafc;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;color:#102a43}.mhr-dashboard-form{display:grid;gap:10px}.mhr-dashboard-form label{font-weight:800;color:#102a43}.mhr-dashboard-form input,.mhr-dashboard-form select,.mhr-dashboard-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:11px 12px;background:#fff;color:#172033}.mhr-dashboard-form textarea{min-height:120px}.mhr-dashboard-form button{border:0;border-radius:999px;background:var(--mhr-navy);color:#fff;min-height:44px;padding:0 18px;font-weight:800;cursor:pointer}.mhr-dashboard-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.mhr-dashboard-list li{border:1px solid #e2e8f0;border-radius:18px;padding:14px;background:#f8fafc}.mhr-dashboard-list strong,.mhr-dashboard-list span,.mhr-dashboard-list em{display:block}.mhr-dashboard-list span{color:#475569;margin-top:4px}.mhr-dashboard-list em{color:#64748b;font-size:12px;margin-top:6px}@media(max-width:960px){.mhr-dashboard-card-grid,.mhr-dashboard-two-column{grid-template-columns:1fr}}@media(max-width:640px){.mhr-dashboard-section{padding:20px;border-radius:24px}.mhr-section-heading h2{font-size:26px}}


/* v1.01.14 member onboarding refinements */
.mhr-member-next-focus{margin-top:16px;padding:16px;border:1px solid #dbeee5;background:#f5fbf8;border-radius:22px}
.mhr-member-next-focus span{display:block;color:#257f55;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.mhr-member-next-focus strong{display:block;color:#102a43;font-size:20px;line-height:1.2;margin:4px 0}
.mhr-member-next-focus p{margin:0;color:#52616f;line-height:1.55}
.mhr-onboarding-list li{position:relative}
.mhr-onboarding-list li.is-complete{background:#f0fdf4!important;border-color:#bbf7d0!important}
.mhr-onboarding-list li.needs-attention{background:#fff!important;border-color:#dbeee5!important}
.mhr-support-preferences-section .mhr-member-card strong{font-size:22px;line-height:1.2;color:#102a43}
.mhr-support-preferences-section .mhr-member-card p{color:#52616f;line-height:1.55}
.mhr-journey-profile-page .mhr-field small{display:block;margin-top:7px;color:#64748b;line-height:1.45}

/* v1.01.44 Member Message Center */
.mhr-message-center-grid{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:18px;align-items:start}.mhr-message-card-kicker{display:inline-flex;width:max-content;border-radius:999px;background:rgba(111,168,95,.12);color:#456f3c;padding:6px 10px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.mhr-message-composer-card h3,.mhr-message-thread-card h3{margin:10px 0 8px}.mhr-form-row-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mhr-message-composer textarea{min-height:150px}.mhr-member-message-timeline{display:grid;gap:12px;max-height:620px;overflow:auto;padding-right:4px}.mhr-message-bubble{border:1px solid rgba(23,33,27,.11);border-radius:20px;padding:14px;background:#fff}.mhr-message-bubble.is-admin{background:#f2f8ef;border-color:rgba(69,111,60,.2)}.mhr-message-bubble header,.mhr-message-bubble footer{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.mhr-message-bubble p{margin:10px 0;color:#314039;line-height:1.55}.mhr-message-bubble footer{color:#6a766f;font-size:.84rem}.mhr-message-empty-state{border:1px dashed rgba(23,33,27,.18);border-radius:18px;padding:18px;background:#fafcf8}@media(max-width:860px){.mhr-message-center-grid,.mhr-form-row-two{grid-template-columns:1fr}}

/* 1.01.63 member experience */
.mhr63-member-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.65fr);gap:28px;align-items:center;padding:clamp(28px,4vw,48px);background:linear-gradient(135deg,#fff 0%,#f4faf6 100%);border:1px solid #dce9e2;border-radius:28px;box-shadow:0 18px 55px rgba(16,42,67,.08)}
.mhr63-member-hero h1{font-size:clamp(38px,5vw,62px);line-height:1.02;margin:8px 0 14px;color:#102a43;letter-spacing:-.045em}.mhr63-member-hero p{font-size:18px;line-height:1.65;color:#5b6b7a;max-width:720px}.mhr63-member-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.mhr63-journey-status{padding:24px;border-radius:22px;background:#fff;border:1px solid #dce9e2;box-shadow:0 12px 32px rgba(16,42,67,.07)}.mhr63-journey-status>span,.mhr63-journey-status small{display:block;color:#607080;font-weight:700}.mhr63-journey-status>strong{display:block;font-size:25px;color:#102a43;margin:7px 0 18px}.mhr63-progress-meta{display:flex;justify-content:space-between;font-size:13px;color:#607080;margin-bottom:8px}.mhr63-member-nav{display:flex;gap:8px;overflow:auto;padding:10px;margin:18px 32px 0;background:#fff;border:1px solid #dce9e2;border-radius:16px}.mhr63-member-nav a{white-space:nowrap;text-decoration:none;color:#29475f;font-weight:800;padding:10px 14px;border-radius:11px}.mhr63-member-nav a:hover,.mhr63-member-nav a:focus{background:#eef7f1;color:#23745f}.mhr63-attention-panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:24px;padding:28px;background:#102a43;color:#fff;border-radius:26px}.mhr63-attention-panel h2{color:#fff;margin:6px 0 10px;font-size:clamp(26px,3vw,38px)}.mhr63-attention-panel p{color:#dce7ef}.mhr63-attention-panel .mhr-member-inline-link{color:#92e3bd}.mhr63-attention-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mhr63-attention-stats article{padding:18px 14px;border-radius:17px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13)}.mhr63-attention-stats span,.mhr63-attention-stats small{display:block;color:#c9d8e4;font-size:12px}.mhr63-attention-stats strong{display:block;font-size:25px;margin:5px 0}.mhr63-setup-panel{padding:28px;background:#fff;border:1px solid #dce9e2;border-radius:24px}.mhr63-setup-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.mhr63-setup-list li{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px;border-radius:16px;background:#f7faf8;border:1px solid #e1ebe5}.mhr63-setup-list strong,.mhr63-setup-list span{display:block}.mhr63-setup-list span{color:#667883;margin-top:3px}.mhr63-setup-list a{font-weight:800;color:#23745f}.mhr63-profile-wrap{width:min(1080px,calc(100vw - 32px));margin:0 auto;padding:40px 0 70px}.mhr63-profile-header{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-bottom:24px}.mhr63-profile-header h1{font-size:clamp(38px,5vw,62px);line-height:1.02;color:#102a43;margin:7px 0 12px}.mhr63-profile-header p{max-width:720px;color:#607080;font-size:17px;line-height:1.65}.mhr63-profile-score{min-width:170px;padding:18px 20px;border-radius:20px;background:#102a43;color:#fff}.mhr63-profile-score span,.mhr63-profile-score small{display:block;color:#cddae3}.mhr63-profile-score strong{display:block;font-size:30px;margin:4px 0}.mhr63-profile-form{display:grid;gap:18px}.mhr63-profile-section{padding:clamp(22px,4vw,34px);background:#fff;border:1px solid #dce9e2;border-radius:24px;box-shadow:0 14px 42px rgba(16,42,67,.06)}.mhr63-profile-section-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.mhr63-profile-section-head>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf6ef;color:#23745f;font-weight:800}.mhr63-profile-section-head h2{margin:0 0 4px;color:#102a43}.mhr63-profile-section-head p{margin:0;color:#647684}.mhr63-profile-section .mhr-field>span{display:flex;justify-content:space-between;gap:8px;font-weight:800;color:#20394d;margin-bottom:8px}.mhr63-profile-section .mhr-field em{font-style:normal;font-size:11px;text-transform:uppercase;color:#7b8c98}.mhr63-goal-grid{border:0;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mhr63-goal-grid label{display:flex;gap:10px;align-items:flex-start;padding:15px;border:1px solid #dce9e2;border-radius:15px;background:#f9fcfa;font-weight:800}.mhr63-profile-privacy{padding:18px 20px;border-radius:18px;background:#eef7f1;border:1px solid #d5e8dc}.mhr63-profile-privacy p{margin:5px 0 0;color:#5d7168}.mhr63-profile-actions{display:flex;justify-content:flex-end;align-items:center;gap:16px}.mhr63-profile-actions>a{font-weight:800;color:#516875}.mhr63-access-help{display:block;margin-top:20px;color:#71817c;line-height:1.5}
@media(max-width:900px){.mhr63-member-hero,.mhr63-attention-panel,.mhr63-profile-header{grid-template-columns:1fr}.mhr63-attention-stats{grid-template-columns:1fr 1fr 1fr}.mhr63-profile-score{width:100%;min-width:0}.mhr63-goal-grid{grid-template-columns:1fr}}
@media(max-width:640px){.mhr63-member-nav{margin-left:16px;margin-right:16px}.mhr63-attention-stats{grid-template-columns:1fr}.mhr63-member-actions,.mhr63-profile-actions{display:grid}.mhr63-member-actions a,.mhr63-profile-actions a,.mhr63-profile-actions button{width:100%;text-align:center}.mhr63-setup-list li{align-items:flex-start;flex-direction:column}}


.mhr-journey-wrap,.mhr-journey-wrap *{box-sizing:border-box}
.mhr-journey-wrap{max-width:1120px;margin:34px auto;padding:0 18px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#102a43}
.mhr-journey-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:20px;background:linear-gradient(135deg,#102a43,#1b2540 58%,#2f8f46);color:#fff;border-radius:34px;padding:34px;box-shadow:0 24px 70px rgba(16,42,67,.20);margin-bottom:20px}
.mhr-journey-hero span{display:inline-block;color:#f2a93b;font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:12px;margin-bottom:10px}
.mhr-journey-hero h1{color:#fff;font-size:48px;line-height:1;letter-spacing:-.045em;margin:0 0 12px}
.mhr-journey-hero p{color:rgba(255,255,255,.84);font-size:17px;line-height:1.45;margin:0;max-width:720px}
.mhr-journey-score-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:22px;display:flex;flex-direction:column;justify-content:center}
.mhr-journey-score-card strong{font-size:34px;color:#fff}.mhr-journey-score-card small{color:rgba(255,255,255,.74);font-weight:800;text-transform:uppercase}
.mhr-journey-form{background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:26px;box-shadow:0 18px 48px rgba(16,42,67,.08)}
.mhr-journey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.mhr-journey-form label{display:block;color:#102a43;font-weight:800}
.mhr-journey-form input[type=text],.mhr-journey-form input[type=email],.mhr-journey-form select{width:100%;min-height:46px;border:1px solid #cbd5e1;border-radius:14px;padding:10px 12px;margin-top:7px;background:#fff}
.mhr-journey-goals{margin:22px 0 0;border:1px solid #e2e8f0;border-radius:22px;padding:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.mhr-journey-goals legend{font-weight:800;color:#102a43;padding:0 8px}
.mhr-journey-goals label{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px;font-weight:800}
.mhr-journey-submit{margin-top:22px;min-height:48px;border:0;border-radius:999px;padding:0 26px;background:linear-gradient(135deg,#2f8f46,#6b2dbd);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 12px 26px rgba(47,143,70,.18)}
.mhr-journey-notice{background:#e9f8ef;border:1px solid #bde8ca;color:#176531;border-radius:16px;padding:14px 16px;margin-bottom:16px;font-weight:800}
.mhr-journey-card,.mhr-admin-stat{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px;box-shadow:0 14px 36px rgba(16,42,67,.08)}
.mhr-admin-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0}.mhr-admin-stat span{display:block;color:#64748b;font-weight:800;text-transform:uppercase}.mhr-admin-stat strong{font-size:34px;color:#102a43}
@media(max-width:900px){.mhr-journey-hero,.mhr-journey-grid{grid-template-columns:1fr}.mhr-journey-goals{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.mhr-journey-hero h1{font-size:38px}.mhr-journey-goals{grid-template-columns:1fr}}

.mhr-message-rich-body{line-height:1.65}.mhr-message-rich-body ul,.mhr-message-rich-body ol{padding-left:22px}.mhr-message-attachments{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.mhr-message-attachments a{padding:8px 10px;border:1px solid var(--mhr-border,#d8e5df);border-radius:10px;text-decoration:none;background:#fff}


/* 1.01.71 dashboard/profile responsibility split */
.mhr-profile-summary-section{scroll-margin-top:24px}
.mhr-profile-summary-grid{align-items:stretch}
.mhr-profile-summary-card{display:flex;flex-direction:column;gap:12px}
.mhr-profile-summary-card .mhr-progress-track{margin-top:2px}
.mhr-profile-summary-card .mhr-pill-row{margin-top:2px}
.mhr-profile-summary-actions{display:flex;justify-content:flex-start;margin-top:20px}
@media (max-width:680px){.mhr-profile-summary-actions .mhr-member-action{width:100%;justify-content:center}}


/* 1.01.73 dedicated member app destinations */
.mhr-member-page{max-width:1180px;margin:0 auto;padding:32px 24px 120px}
.mhr-member-page-hero{margin:0 0 28px;padding:28px;border:1px solid var(--mhr-line);border-radius:var(--mhr-radius-lg);background:var(--mhr-surface);box-shadow:var(--mhr-shadow-sm)}
.mhr-member-page-hero h1{margin:.3rem 0 .65rem;font-size:clamp(2rem,4vw,3.6rem);line-height:1.04;color:var(--mhr-ink)}
.mhr-member-page-hero p{max-width:720px;margin:0;color:var(--mhr-muted);font-size:1.05rem}
.mhr-member-app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:28px}
.mhr-member-card--primary{background:linear-gradient(145deg,var(--mhr-soft),#fff)}
.mhr-message-center-grid--member-page{align-items:start}
.mhr-dashboard-destination-summary .mhr-member-card{min-height:190px}
@media(max-width:760px){.mhr-member-page{padding:20px 14px 116px}.mhr-member-page-hero{padding:22px 18px}.mhr-member-app-grid,.mhr-message-center-grid--member-page{grid-template-columns:1fr}.mhr-member-page-hero h1{font-size:2.25rem}}

/* 1.01.74 communications completion */
.mhr-composer-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.mhr-message-composer .wp-editor-wrap,.mhr-new-message-form .wp-editor-wrap{margin-top:8px}.mhr-message-attachments a{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid var(--mhr-line);border-radius:10px}.mhr-message-bubble{transition:transform .18s ease,box-shadow .18s ease}.mhr-message-bubble:hover{transform:translateY(-2px);box-shadow:var(--mhr-shadow-sm)}@media(max-width:700px){.mhr-composer-actions>*{flex:1 1 100%}}
