.hp-my-homepilot{padding-bottom:72px}
.hp-my-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.hp-my-card{min-width:0;padding:22px;border:1px solid rgba(215,181,95,.23);border-radius:var(--hp-radius-lg,18px);background:linear-gradient(145deg,rgba(13,38,63,.96),rgba(3,14,28,.98));box-shadow:var(--hp-shadow-md);color:var(--hp-text)}
.hp-my-card h2{margin:7px 0 9px;color:#fff;font-size:1.2rem}
.hp-my-card p{margin:0 0 16px;color:var(--hp-text-muted);line-height:1.55}
.hp-my-account-row{display:flex;align-items:center;justify-content:space-between;gap:20px}
.hp-my-account-row strong{display:block;margin-top:5px;max-width:min(34rem,70vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}
.hp-my-account-row p{margin:6px 0 0}
.hp-my-saved-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:780px){.hp-my-grid,.hp-my-saved-grid{grid-template-columns:1fr}.hp-my-account-row{align-items:flex-start;flex-direction:column}.hp-my-account-row .hp-button{width:100%}}
