.shop-account-step{margin-top:28px;padding-top:24px;border-top:1px solid var(--line,#d7dce5)}
.shop-step-heading{display:flex;align-items:flex-start;gap:12px}.shop-step-heading>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:var(--accent,#6558e8);color:#fff;font-weight:900}.shop-step-heading h3{margin:0}.shop-step-heading p{margin:4px 0 18px;color:#667085}
.shop-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.shop-account-form{display:grid;align-content:start;gap:12px;padding:18px;border:1px solid var(--line,#d7dce5);border-radius:12px;background:#fff}.shop-account-form.register{background:color-mix(in srgb,var(--accent,#6558e8) 5%,white)}.shop-account-form h4{margin:0 0 3px}.shop-account-form label{display:grid;gap:5px;font-weight:700}.shop-account-form input{min-width:0;padding:10px;border:1px solid #cbd2dc;border-radius:8px;font:inherit}.shop-account-row{display:grid;grid-template-columns:minmax(90px,.55fr) minmax(0,1.45fr);gap:10px}.shop-account-form .check{display:flex;align-items:flex-start;font-weight:500}.shop-account-form .check input{width:auto;margin-top:3px}
.shop-account-active{display:flex;align-items:center;gap:11px;margin:24px 0 8px;padding:13px 15px;border:1px solid #a8dfb8;border-radius:10px;background:#eaf8ee;color:#176633}.shop-account-active>span{font-size:1.25rem;font-weight:900}.shop-account-active>div{display:grid;flex:1}.shop-account-active small{overflow-wrap:anywhere}.shop-account-active form{margin:0}.shop-account-logout{border:0;background:transparent;color:inherit;text-decoration:underline;cursor:pointer;font:inherit;font-weight:700}
.shop-account-notice{margin:0 0 16px;padding:13px 15px;border-radius:9px}.shop-account-notice.success{background:#e7f8ed;color:#146c35}.shop-account-notice.error{background:#fdecec;color:#9f1d1d}
.shop-verification-hint{margin:0;padding:10px 12px;border-left:3px solid var(--accent,#6558e8);background:#f4f2ff;color:#4f4778;font-size:.9rem}.shop-resend-form{display:flex;align-items:end;gap:10px;margin-top:14px}.shop-resend-form label{display:grid;flex:1;gap:5px;font-weight:700}.shop-resend-form input{padding:10px;border:1px solid #cbd2dc;border-radius:8px;font:inherit}
@media(max-width:760px){.shop-account-grid{grid-template-columns:1fr}.shop-account-active{align-items:flex-start;flex-wrap:wrap}.shop-account-active form{width:100%}.shop-resend-form{align-items:stretch;flex-direction:column}}
.shop-account-form .address-suggestion-select{width:100%;min-width:0;margin-top:4px;padding:10px;border:1px solid #7c70e8;border-radius:8px;background:#fff;color:#182033;font:inherit}
