.profile-link{position:relative}
.profile-link.is-authenticated::after{content:"";position:absolute;right:0;top:0;width:9px;height:9px;background:#eac080;border:2px solid #08232b;border-radius:50%;box-shadow:0 0 8px #eac08066}
.account-page{background:#071f28;background-image:radial-gradient(ellipse at 75% 20%,#17434b88,transparent 65%)}
.account-page .account-main{width:min(92%,580px);margin:0 auto;min-height:75vh;padding:clamp(28px,5vw,70px) 0 60px}
.account-card{padding:clamp(24px,4vw,40px);border:1px solid #b99b6245;border-radius:18px;background:#08262ee8;box-shadow:0 12px 45px #00101833}
.account-card h1{font-size:clamp(32px,4vw,44px);line-height:1.2;margin:0 0 20px;color:#f0cf99}
.account-card p{font-size:17px;line-height:1.6;margin:0 0 20px}
.account-card form{display:flex;flex-direction:column;gap:10px;margin-top:24px}
.account-card label{font-size:17px;color:#e7ece7;margin-top:6px}
.account-card input{box-sizing:border-box;width:100%;min-width:0;min-height:48px;border:1px solid #8ca69b88;border-radius:9px;background:#051b22;color:#f4f0e6;padding:11px 13px;font:inherit;font-size:18px}
.account-card input:focus-visible,.account-card button:focus-visible{outline:2px solid #eac080;outline-offset:3px}
.account-card .primary,.account-card .outline-button{display:block;width:100%;min-height:48px;margin:14px 0 0;font-size:17px;white-space:normal;line-height:1.5;padding:11px 18px}
.account-card .account-help,.account-card .account-note{font-size:15px;line-height:1.6;color:#c4d3d1}
.account-card .account-note{margin:24px 0 0;border-top:1px solid #d2b37933;padding-top:20px}
.account-card a{color:#efca8c;text-underline-offset:3px}
.account-switch{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px}
.account-switch button{background:none;border:0;color:#efca8c;padding:5px 0;font:inherit;font-size:16px;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.account-card #account-status{margin:18px 0;color:#f1d5a8;overflow-wrap:anywhere}
.account-card #account-status:empty{margin:8px 0}
.account-card #account-status.is-error{color:#ffc2b7}
.account-card button:disabled{opacity:.6;cursor:wait}
.account-details{display:grid;gap:8px;margin:22px 0;font-size:17px;line-height:1.5}
.account-details dt{color:#c4d3d1}.account-details dd{margin:0 0 12px;overflow-wrap:anywhere}
.account-secondary{display:inline-block;margin-top:20px}
#account-delete-confirm:not([hidden]){margin-top:22px;padding:20px;border:1px solid #e8aa9477;border-radius:12px;background:#321f26}
#account-delete-confirm p{color:#ffe1d8}
#account-delete-confirm button{min-height:44px;padding:9px 16px;margin:0 12px 8px 0;border-radius:8px;font:inherit;cursor:pointer}
#account-delete-final{border:1px solid #e8aa94;background:#e8aa94;color:#281b1e}
#account-delete-cancel{border:1px solid #b9cdcf;background:transparent;color:#edf3ee}
