/* The account hero pairs live identity with a decorative copper globe. */
html body[data-surface=customer] .profile-dashboard .profile-page-heading.profile-premium-heading{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:286px;margin-bottom:24px;padding:38px 36px;border:1px solid #524438;border-radius:24px;background:linear-gradient(112deg,#202322 0%,#252624 55%,#3c3028 100%)!important;color:#fff7ef!important;box-shadow:0 12px 32px #26201a10}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading::before{display:block;content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(#eec39b08 1px,transparent 1px),linear-gradient(90deg,#eec39b08 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(90deg,transparent 20%,#000);border-radius:inherit}
.profile-premium-heading .profile-tech-copy{max-width:60%;min-width:0}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .eyebrow{font-size:9px;letter-spacing:2px;font-weight:500;color:#f4b288!important;margin:0 0 23px}
.profile-premium-heading .eyebrow>span{margin:0 10px;color:#8f7966}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading h1{font-size:clamp(29px,3.1vw,43px)!important;color:#fff9f2!important;letter-spacing:-1.25px;font-weight:500;line-height:1.18;margin:0 0 14px;overflow-wrap:anywhere}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading h1>span:first-child{display:block;font-size:15px;color:#ccc5bd!important;letter-spacing:0;font-weight:400;margin-bottom:8px}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-tech-copy>p:not(.eyebrow){font-size:13px;color:#c7c2ba!important;margin:0}
.profile-premium-heading .profile-identity-tags{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-top:24px}
.profile-identity-tags>span{padding:5px 10px;border:1px solid #ffffff1b;border-radius:6px;color:#c8c3ba;background:#ffffff04;font-size:10px;letter-spacing:.2px}
.profile-identity-tags b{font-weight:500;color:#fff4e8;margin-left:6px}
.profile-luminous-art{position:absolute;z-index:-1;width:470px;height:360px;right:-40px;top:50%;transform:translateY(-50%);pointer-events:none;color:#f8bc87}
.profile-luminous-art>svg{position:absolute;inset:0;width:100%;height:100%;opacity:.35;stroke-width:.75}
.profile-light-halo{position:absolute;inset:0;border-radius:50%;background:radial-gradient(ellipse at 52% 42%,#ef9e6247,#e5873910 45%,transparent 68%);animation:profile-copper-light 14s ease-in-out infinite alternate}
.profile-orbit-points{transform-origin:250px 168px;animation:profile-copper-orbit 36s linear infinite;filter:drop-shadow(0 0 5px #ffaf79)}
.profile-premium-heading[data-profile-motion=paused] :is(.profile-light-halo,.profile-orbit-points){animation-play-state:paused}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security{flex:none;display:flex;gap:14px;align-items:center;min-width:0;width:282px;padding:22px 20px;margin-top:40px;border:1px solid #ffffff2b!important;border-radius:16px;background:linear-gradient(120deg,#ffffff10,#ffffff06)!important;backdrop-filter:blur(16px);box-shadow:0 16px 35px #10141024,inset 0 1px 0 #ffffff0a;color:#fff4e8!important;transition:background .2s,border-color .2s}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security:hover{background:#ffffff15!important;border-color:#ebb78d88!important;transform:none}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security .profile-security-emblem{width:37px;height:43px;border:1px solid #eeb18140;border-radius:12px;display:grid;place-items:center;flex:none;background:#f9bb7a0d}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security svg{width:23px;height:23px;color:#ffc497}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security .profile-security-kicker{display:block;font-size:8px;letter-spacing:1.4px;color:#d1b89f!important;margin:0 0 9px}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security strong{display:block;color:#fff7ed!important;font-size:13px;font-weight:500;line-height:1.5}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security .profile-security-progress{display:flex;gap:16px;align-items:center;justify-content:space-between;font-size:10px;color:#cac2b6!important;margin-top:9px}
html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security .profile-security-progress>span{color:#ffc497!important;font-size:17px}
.profile-premium-heading .profile-motion-control{position:absolute;right:14px;top:14px;width:30px;height:30px;display:grid;place-items:center;border:1px solid #ffffff20;border-radius:50%;background:#20232222;color:#d9cbbb;font-size:13px;line-height:1}
.profile-premium-heading .profile-motion-control:hover{background:#ffffff15;color:#fff}
/* Match the balance card to the warm account palette. */
html body[data-surface=customer] .profile-dashboard .profile-capital{background:linear-gradient(125deg,#292b28,#40352b)!important;border:1px solid #51463b!important}
html body[data-surface=customer] .profile-dashboard .profile-capital :is(p,div:first-child){color:#d0c3b6}
html body[data-surface=customer] .profile-dashboard .profile-capital>strong{color:#fff8ed!important}
html body[data-surface=customer] .profile-dashboard .profile-capital-actions a{border-color:#8e7b68;color:#fff2e4}
html body[data-surface=customer] .profile-dashboard .profile-capital-actions a:last-child{background:#fff2e4;border-color:#fff2e4;color:#443222}
@keyframes profile-copper-light{to{transform:translate(-16px,12px) scale(1.1);opacity:.7}}
@keyframes profile-copper-orbit{to{transform:rotate(360deg)}}
@media(max-width:1000px){html body[data-surface=customer] .profile-dashboard .profile-page-heading.profile-premium-heading{padding:30px 26px;gap:22px}.profile-premium-heading .profile-tech-copy{max-width:55%}html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security{width:240px;padding:19px 15px;gap:11px}}
@media(max-width:760px){html body[data-surface=customer] .profile-dashboard .profile-page-heading.profile-premium-heading{padding:30px 24px 24px;align-items:stretch;gap:24px;border-radius:20px}.profile-premium-heading .profile-tech-copy{max-width:100%}.profile-luminous-art{top:80px;right:-195px;opacity:.65}html body[data-surface=customer] .profile-dashboard .profile-premium-heading h1{font-size:33px!important}html body[data-surface=customer] .profile-dashboard .profile-premium-heading .profile-security{width:100%;margin:0;padding:16px 18px}.profile-premium-heading .profile-identity-tags{margin-top:20px}.profile-premium-heading .eyebrow>span{margin:0 6px}}
@media(prefers-reduced-motion:reduce){.profile-premium-heading :is(.profile-light-halo,.profile-orbit-points){animation:none}.profile-premium-heading .profile-motion-control{display:none}}
