.account-main { padding-top:48px; padding-bottom:48px; }
.account-intro { margin-bottom:24px; }
.account-intro h1 { font-size:36px; margin:12px 0; }
.account-intro p,.account-hint { color:#64748b; line-height:1.6; }
.store-return { color:#334155; font-weight:600; }
.account-card { background:#fff; border:1px solid #e2e8f0; border-radius:20px; padding:28px; min-width:0; }
.account-page button { padding:12px 16px; border-radius:10px; border:1px solid #cbd5e1; background:#f8fafc; color:#0f172a; cursor:pointer; font:inherit; }
.account-page button:disabled { opacity:.5; cursor:default; }
.account-page button:focus-visible,.account-page a:focus-visible { outline:3px solid #2563eb; outline-offset:3px; }
.account-page .checkout-submit { background:#ef4444; color:white; border:0; font-weight:700; }
.account-tabs { display:flex; gap:12px; margin-bottom:24px; }
.account-tabs button[aria-pressed=true] { background:#0f172a; color:white; }
.account-form { max-width:540px; display:grid; gap:18px; }
.account-form.hidden { display:none; }
.account-form label { display:grid; gap:8px; }
.account-form input { min-width:0; width:100%; padding:14px; border:1px solid #cbd5e1; border-radius:10px; font:inherit; }
.account-form details p,.account-form>p { color:#64748b; line-height:1.6; }
.account-form details label { margin-top:12px; }
.account-form summary { cursor:pointer; line-height:1.6; }
.profile-card,.account-section-heading { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:16px; }
.profile-card { margin-bottom:24px; }
.account-workspace { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:24px; align-items:start; }
.account-order { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px 16px; padding:24px 0; border-bottom:1px solid #e2e8f0; }
.account-order .order-status { grid-column:1/-1; justify-self:start; }
.order-status { padding:6px 10px; border-radius:8px; background:#eff6ff; color:#1e40af; font-size:14px; overflow-wrap:anywhere; }
.account-order-line { border-bottom:1px solid #e2e8f0; padding:20px 0; }
.account-order-line p { margin-top:10px; line-height:1.6; }
.account-card,.account-intro,#accountMessage { overflow-wrap:anywhere; }
#accountProfile,#accountMessage { margin:16px 0; line-height:1.6; }
#accountOrderDetails { margin-top:20px; }
#accountOrderDetails>strong { display:block; margin-top:24px; }
#moreOrders { margin-top:20px; }
.account-footer { padding-bottom:32px; color:#64748b; }
@media(max-width:850px) { .account-workspace { grid-template-columns:minmax(0,1fr); } }
@media(max-width:600px) {
    .account-main { padding-top:28px; }
    .account-intro h1 { font-size:28px; }
    .account-card { padding:20px; }
    .account-order { grid-template-columns:minmax(0,1fr); }
    .account-page .header-inner { align-items:flex-start; }
    .store-return { font-size:14px; }
}
