.account-body{min-height:100vh;margin:0;background:#09110e;color:#f4f7f2;font-family:Inter,system-ui,sans-serif}.account-shell{width:min(1080px,calc(100% - 36px));min-height:100vh;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center;padding:60px 0}.account-intro h1{font-size:clamp(3rem,7vw,6rem);line-height:.95;margin:30px 0 24px;letter-spacing:-.065em}.account-intro>p:not(.account-kicker){color:#a7b2ac;max-width:520px;line-height:1.7}.account-kicker{color:#8bffbd;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800;margin-top:70px}.account-intro ol{list-style:none;margin:38px 0 0;padding:0;counter-reset:steps;display:grid;gap:13px}.account-intro li{counter-increment:steps;color:#c9d1cd;font-size:.86rem}.account-intro li:before{content:'0' counter(steps);color:#8bffbd;font-size:.7rem;margin-right:14px}.account-card{background:#111b17;border:1px solid #26332d;border-radius:28px;padding:clamp(26px,5vw,52px);box-shadow:0 35px 90px #0006}.account-card h2{font-size:2rem;margin:0 0 30px}.account-form{display:grid;gap:18px}.account-form label{display:grid;gap:8px;color:#dbe2de;font-size:.78rem;font-weight:700}.account-form input,.account-form select{width:100%;box-sizing:border-box;background:#0b130f;border:1px solid #34433c;border-radius:12px;color:#fff;padding:14px 15px;font:inherit;outline:none}.account-form input:focus,.account-form select:focus{border-color:#8bffbd;box-shadow:0 0 0 3px #8bffbd18}.account-form small{color:#7f8d86;font-weight:400}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:15px}.account-form hr{border:0;border-top:1px solid #29362f;width:100%;margin:8px 0}.account-form .button{width:100%;margin-top:8px;border:0;cursor:pointer}.form-alert{padding:12px 14px;border-radius:11px;font-size:.8rem}.form-alert.error{background:#4a1d25;color:#ffc4cf}.form-alert.success{background:#153c28;color:#aef5ca}.account-links{display:flex;justify-content:space-between;gap:18px;margin-top:20px;color:#9da9a3;font-size:.78rem}.account-links a{color:#8bffbd}.account-card .brand{display:none}.account-user-summary{display:flex;gap:13px;align-items:center;margin-bottom:24px;padding:14px;border-radius:14px;background:#0b130f}.account-user-summary span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#8bffbd;color:#07100c;font-weight:900}.account-user-summary small{display:block;color:#8b9991}.password-meter{height:5px;background:#28352f;border-radius:99px;overflow:hidden}.password-meter i{display:block;height:100%;width:0;background:#ff9a77;transition:.2s}.password-meter.medium i{width:55%;background:#ffd26f}.password-meter.strong i{width:100%;background:#8bffbd}@media(max-width:800px){.account-shell{grid-template-columns:1fr;gap:35px;padding:28px 0}.account-intro{display:none}.account-card .brand{display:flex;margin-bottom:35px}.form-pair{grid-template-columns:1fr}.account-card{padding:26px;border-radius:20px}}
