.account-shell{min-height:calc(100vh - 180px);display:grid;place-items:center;padding:2rem 1rem 4rem;background:#f1f5fa;color:#0c3156}
.account-card{width:min(100%,680px);background:#fff;border:1px solid #d9e3ee;border-top:4px solid #ec005d;padding:clamp(1.4rem,4vw,2.4rem);box-shadow:0 16px 48px #08325112}
.account-card[hidden]{display:none}.account-card h1{font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.15;margin:.3rem 0 1rem}.account-card h2{font-size:1.1rem;margin:0 0 .7rem}.account-card p,.account-card li{font-size:1rem;line-height:1.55}.account-card form{display:grid;gap:.7rem;margin-top:1.4rem}.account-card label{font-weight:700}.account-card input[type=email]{width:100%;min-height:48px;border:1px solid #91a9bd;border-radius:4px;padding:.65rem .8rem;font:inherit}.account-card input:focus-visible,.account-card button:focus-visible,.account-card a:focus-visible{outline:3px solid #ec005d;outline-offset:2px}.account-card .button{justify-self:start;min-height:46px}.button.danger{border:0;background:#a91949;color:#fff;font-weight:800;padding:.75rem 1rem}.button.danger:hover{background:#8a123a}.account-email{font-weight:800;overflow-wrap:anywhere}.consequences{background:#edf3f9;border-left:3px solid #0c3156;padding:1.1rem 1.25rem}.consequences ul{margin:.4rem 0 1rem;padding-left:1.3rem}.consequences li{margin:.5rem 0}.consequences p{margin:0}.action-required{background:#fff0e0;border-left:3px solid #a85d00;padding:1rem;margin-top:1rem}.action-required p{margin:.4rem 0 1rem}.check{display:flex;align-items:flex-start;gap:.7rem;font-weight:500!important}.check input{width:20px;height:20px;flex:none;margin-top:.15rem}.error{color:#a91949;font-weight:700}.account-card [role=status]:empty{display:none}@media(max-width:600px){.account-shell{padding:1rem .7rem 2rem}.account-card .button{width:100%;justify-content:center}}
