.account-back{border-color:transparent;background:linear-gradient(180deg,#3478f2,#174fc5);color:#fff;box-shadow:0 8px 20px rgba(40,104,232,.2)}
.account-back:hover{transform:translateY(-1px);box-shadow:0 11px 24px rgba(40,104,232,.26)}
.account-prior-order{margin-top:18px;padding:15px 16px;border:1px solid #dbe6f6;border-radius:13px;background:#f7faff;color:#53627a;font-size:12px;line-height:1.55}
.account-prior-order strong,.account-prior-order span{display:block}
.account-prior-order strong{color:#234f9e;margin-bottom:3px}
.account-profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.account-profile-form-grid .full{grid-column:1/-1}
.account-business-form{margin-top:18px;padding:17px;border:1px solid #dfe6ef;border-radius:15px;background:#fbfcfe}
.account-business-title{margin-bottom:13px}
.account-business-title strong,.account-business-title span{display:block}
.account-business-title strong{font-size:13px}
.account-business-title span{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.5}
.account-fiscal-row{display:grid;grid-template-columns:190px 1fr;gap:10px}
.account-fiscal-row select{height:50px;border:1px solid #d6dee9;border-radius:13px;padding:0 12px;background:#fff;color:var(--ink);outline:0;font:inherit;font-size:12px}
.account-fiscal-row select:focus{border-color:#86aaf6;box-shadow:0 0 0 4px rgba(40,104,232,.09)}
.account-profile-section{margin-top:28px;padding-top:26px;border-top:1px solid var(--line)}
.account-profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:17px}
.account-profile-help{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.5}
.account-edit{border:1px solid #bcd0ef;background:#f7faff;color:#2457aa;border-radius:11px;padding:9px 13px;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}
.account-edit:hover{background:#edf3ff}
.account-info-grid .wide{grid-column:1/-1}
.account-business-summary{margin-top:12px;padding:14px;border:1px solid #dfe6ef;border-radius:14px;background:#fbfcfe}
.account-business-summary span,.account-business-summary strong,.account-business-summary small{display:block}
.account-business-summary span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-weight:800}
.account-business-summary strong{margin-top:5px;font-size:12px}
.account-business-summary small{margin-top:4px;color:var(--muted);font-size:11px}
.account-secondary{min-height:45px;border:1px solid #d8e0ea;border-radius:13px;background:#fff;color:var(--ink);font-weight:800;cursor:pointer}
.account-logout-section{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}
.account-logout-section>div strong,.account-logout-section>div span{display:block}
.account-logout-section>div strong{font-size:12px}
.account-logout-section>div span{margin-top:3px;font-size:11px;color:var(--muted)}
.account-logout{border:1px solid #e3b7be;background:#fff7f8;color:#a83243;border-radius:11px;padding:10px 15px;font-size:12px;font-weight:900;cursor:pointer}
.account-logout:hover{background:#fff0f2;border-color:#d997a1}
@media(max-width:640px){.account-profile-form-grid{grid-template-columns:1fr}.account-profile-form-grid .full{grid-column:auto}.account-fiscal-row{grid-template-columns:1fr}.account-profile-head{flex-direction:column;align-items:stretch}.account-edit{width:100%}.account-info-grid .wide{grid-column:auto}.account-logout-section{align-items:stretch;flex-direction:column}.account-logout{width:100%}.account-back{font-size:11px;padding:8px 10px}}
