.account-shell { margin: 0; min-height: 100vh; }
.account-shell * { box-sizing: border-box; }
.account-shell a { color: inherit; }
.account-shell button,.account-shell input { font: inherit; }
.account-shell .account-topbar { width: min(calc(100% - 96px),1344px); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.account-shell .brand { display: inline-flex; align-items: center; text-decoration: none; }
.account-shell .account-return { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; text-decoration: none; color: var(--pp-muted); font-size: 15px; }
.account-shell .account-return:hover { color: #fff; }
.account-shell .account-layout { width: min(calc(100% - 96px),1120px); min-height: 650px; margin: auto; display: grid; grid-template-columns: minmax(0,430px) minmax(0,1fr); gap: 64px; align-items: center; padding-block: 24px 48px; }
.account-shell .account-copy { min-width: 0; padding-block: 24px; }
.account-shell .account-eyebrow { display: block; color: var(--pp-gold); font-size: 14px; margin-bottom: 16px; }
.account-shell h1 { font-size: 44px; line-height: 1.15; margin: 0 0 16px; }
.account-shell .account-intro { margin: 0 0 36px; color: var(--pp-muted); font-size: 17px; line-height: 1.65; }
.account-shell .account-field { display: grid; gap: 10px; margin-bottom: 24px; }
.account-shell .account-field label { font-size: 15px; font-weight: 500; }
.account-shell .account-field input { width: 100%; min-width: 0; height: 54px; padding: 12px 16px; border: 1px solid #535c66; border-radius: 8px; background: var(--pp-panel); box-shadow: inset 0 2px 4px #0003; color: var(--pp-text); font-size: 16px; }
.account-shell .account-field input:focus { outline: 2px solid var(--pp-blue); outline-offset: 3px; border-color: var(--pp-blue); }
.account-shell .account-field input[aria-invalid='true'] { border-color: var(--pp-red); }
.account-shell .account-field small { color: var(--pp-muted); }
.account-shell .password-entry { position: relative; }
.account-shell .password-entry input { padding-right: 60px; }
.account-shell .password-toggle { position: absolute; right: 5px; top: 5px; display: grid; place-items: center; width: 44px; height: 44px; padding: 10px; color: var(--pp-muted); border: 0; border-radius: 5px; background: transparent; }
.account-shell .password-toggle:hover,.account-shell .password-toggle[aria-pressed='true'] { background: #374047; color: #fff; }
.account-shell form > .material-button { width: 100%; min-height: 54px; margin-top: 8px; justify-content: space-between; }
.account-shell .account-error { padding: 14px 16px; border: 1px solid #91676a; border-radius: 6px; background: #38272b; color: #ffd3d3; font-size: 15px; overflow-wrap: anywhere; }
.account-shell .account-alternate { margin: 28px 0 0; color: var(--pp-muted); font-size: 15px; }
.account-shell .account-alternate a { display: inline-flex; align-items: center; min-height: 44px; margin-left: 4px; color: var(--pp-text); text-underline-offset: 5px; }
.account-shell .account-art { position: relative; align-self: stretch; min-height: 600px; max-height: 760px; margin: -20px -48px 0 0; overflow: hidden; }
.account-shell .account-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; mask-image: linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent),linear-gradient(0deg,transparent,#000 18%,#000 90%,transparent); mask-composite: intersect; }
.account-shell .account-art figcaption { position: absolute; bottom: 42px; left: 24px; display: grid; gap: 8px; text-shadow: 0 2px 12px #000; }
.account-shell .account-art figcaption span { font: 500 28px/1.2 Outfit,sans-serif; }
.account-shell .account-art figcaption small { color: #e4d4c7; font-size: 15px; }
.account-shell .account-details { display: grid; gap: 24px; padding: 24px 0; margin: 0 0 24px; border-block: 1px solid var(--pp-line); }
.account-shell .account-details dt { font-size: 14px; color: var(--pp-muted); margin-bottom: 8px; }
.account-shell .account-details dd { margin: 0; overflow-wrap: anywhere; }
.account-shell .account-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 1180px) {
  .account-shell .account-layout { width: calc(100% - 80px); gap: 32px; }
  .account-shell .account-art { margin-right: -24px; }
}
@media (max-width: 760px) {
  .account-shell .account-topbar { width: calc(100% - 40px); }
  .account-shell .account-layout { width: min(calc(100% - 40px),460px); grid-template-columns: minmax(0,1fr); min-height: 0; gap: 0; padding: 16px 0 0; }
  .account-shell h1 { font-size: 38px; }
  .account-shell .account-intro { margin-bottom: 28px; }
  .account-shell .account-art { min-height: 0; height: 240px; margin: 0 -20px; }
  .account-shell .account-art img { object-position: center 27%; }
  .account-shell .account-art figcaption { bottom: 20px; left: 20px; }
  .account-shell .account-art figcaption span { font-size: 24px; }
  .account-shell .account-return span { display: none; }
  .account-shell .account-return { width: 44px; justify-content: center; }
}
