.profile-unlock-dialog{overscroll-behavior:contain;width:min(640px,100% - 32px);max-height:calc(100dvh - 32px);color:var(--ink);box-shadow:none;background:0 0;border:0;border-radius:0;margin:auto;padding:0;animation:.22s ease-out profile-unlock-in;position:fixed;inset:0;overflow:auto}.profile-unlock-dialog::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009}.profile-unlock-dialog.is-closing{animation:.22s ease-in both profile-unlock-out}.profile-unlock-dialog.is-closing::backdrop{animation:.22s ease-in both profile-unlock-backdrop-out}.profile-unlock-close{z-index:1;color:#fff;cursor:pointer;background:#111c;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;display:grid;position:absolute;top:14px;right:14px}.profile-unlock-close:hover{background:#333}.profile-unlock-close:focus-visible{outline-offset:3px;outline:2px solid #fff}.profile-unlock-showcase{padding:16px 32px 0}.profile-unlock-art{aspect-ratio:1189/848;background:0 0;width:100%;max-height:40dvh;overflow:hidden}.profile-unlock-slides{width:100%;height:100%;transition:transform .65s cubic-bezier(.22,.68,.2,1);display:flex}.profile-unlock-slide{flex:0 0 100%;justify-content:center;align-items:center;min-width:0;height:100%;display:flex}.profile-unlock-art img{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%}.profile-unlock-indicators{justify-content:center;align-items:center;gap:4px;margin-top:10px;display:flex}.profile-unlock-indicators button{cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:44px;height:26px;padding:0;display:grid}.profile-unlock-indicators span{background:#fff5;border-radius:99px;width:28px;height:4px;transition:background .25s;display:block}.profile-unlock-indicators button[aria-pressed=true] span,.profile-unlock-indicators button:hover span{background:#fff}.profile-unlock-indicators button:focus-visible{outline-offset:2px;outline:2px solid #fff}.profile-unlock-copy{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:24px;gap:16px;margin-top:18px;padding:28px 32px 30px;display:grid}.profile-unlock-copy h2{margin:0;font-size:28px;line-height:1.2}.profile-unlock-copy p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.profile-unlock-copy small{color:var(--muted);font-size:12px;line-height:1.6}.profile-unlock-purchase{background:var(--ink);color:var(--surface);cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:15px 18px;font-size:14px;font-weight:600;transition:opacity .2s;display:flex}.profile-unlock-purchase:hover{opacity:.82}.profile-unlock-purchase:focus-visible{outline:2px solid var(--ink);outline-offset:4px}@keyframes profile-unlock-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}@keyframes profile-unlock-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes profile-unlock-backdrop-out{0%{opacity:1}to{opacity:0}}@media (max-width:480px){.profile-unlock-showcase{padding:22px 18px 0}.profile-unlock-copy{padding:24px 20px}.profile-unlock-copy h2{font-size:25px}}@media (prefers-reduced-motion:reduce){.profile-unlock-dialog,.profile-unlock-dialog.is-closing,.profile-unlock-dialog.is-closing::backdrop{animation:none}.profile-unlock-purchase,.profile-unlock-slides,.profile-unlock-indicators span{transition:none}}
.account-profile-spotlight{color:#30202d;background:linear-gradient(115deg,#fff0f4,#f9e2eb 65%,#f2e7fb);border:1px solid #e3a5b5;border-radius:28px;align-items:center;gap:22px;margin:28px 0 24px;padding:28px;display:flex;box-shadow:0 8px 28px #8f4c7012}.account-profile-mark{color:#8c3655;background:#ffffffa6;border:1px solid #e6b6c5;border-radius:19px;flex:none;place-items:center;width:56px;height:56px;display:grid}.account-profile-copy{flex:1;min-width:0}.account-profile-copy .eyebrow{color:#8c3655;font-size:10px}.account-profile-copy h2{margin:8px 0 10px;font-size:30px;line-height:1.15}.account-profile-copy p{color:#654859;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.75}.account-profile-copy strong{color:#4b3040;font-weight:600}.account-profile-actions{flex-direction:column;flex:none;align-items:center;gap:14px;display:flex}.account-profile-actions .button{color:#fff;white-space:nowrap;background:#803950;border:1px solid #803950;box-shadow:0 4px 12px #80395020}.account-profile-actions .button:hover{background:#65273b}.account-profile-actions .text-link{color:#743449;font-size:12px}.account-profile-actions a:focus-visible{outline-offset:5px;outline:3px solid #803950}@media (max-width:760px){.account-profile-spotlight{flex-wrap:wrap;gap:16px;padding:24px}.account-profile-mark{border-radius:15px;width:46px;height:46px}.account-profile-copy{flex-basis:calc(100% - 62px)}.account-profile-copy h2{font-size:26px}.account-profile-actions{align-items:stretch;width:100%;margin-top:6px}.account-profile-actions .button{white-space:normal;text-align:center;justify-content:center}.account-profile-actions .text-link{justify-content:center}}@media (max-width:480px){.account-profile-mark{display:none}.account-profile-copy{flex-basis:100%}}
.account-purchase-history .purchase-row{grid-template-columns:minmax(0,1fr) minmax(170px,220px);align-items:start;gap:20px;display:grid}.purchase-history-product,.purchase-history-state{overflow-wrap:anywhere;align-content:start;gap:5px;min-width:0;font-size:13px;line-height:1.6;display:grid}.purchase-history-product{text-align:left;justify-items:start}.purchase-history-state{text-align:right;justify-items:end}.account-purchase-history .purchase-history-product time{text-align:left;justify-self:start}.purchase-history-product span,.purchase-history-product time,.purchase-history-state span{color:var(--muted);font-size:12px;line-height:1.6}.purchase-history-state .is-revoked{color:#a22c3e}:root[data-theme=dark] .purchase-history-state .is-revoked{color:#ffacb6}.purchase-history-pagination{color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding-top:22px;font-size:12px;display:flex}.account-purchase-history h2{margin-top:0;font-size:23px}@media (max-width:600px){.account-purchase-history .purchase-row{grid-template-columns:minmax(0,1fr) minmax(0,40%);gap:14px}}
