.member-account-page { min-height: 100%; background: #f4f5f7; color: #1b1d22; }
.member-account-page > header { position: sticky; top: 0; z-index: 12; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(20,22,28,.08); }
.member-account-nav { height: 46px; display: flex; align-items: center; gap: 12px; padding: 0 16px; }
.member-account-nav button { width: 30px; border: 0; background: none; font-size: 30px; line-height: 1; color: #202228; }
.member-account-nav h1 { margin: 0; font-size: 17px; font-weight: 750; }
.member-account-tabs { position: sticky; top: 46px; z-index: 11; display: flex; gap: 8px; overflow-x: auto; padding: 10px 14px; background: rgba(244,245,247,.96); scrollbar-width: none; }
.member-account-tabs::-webkit-scrollbar { display: none; }
.member-account-tabs button { flex: none; border: 1px solid #dfe2e7; border-radius: 999px; padding: 8px 13px; background: #fff; color: #666c76; font: inherit; font-size: 12px; }
.member-account-tabs button.active { border-color: #1c1f25; background: #1c1f25; color: #fff; }
.member-account-page main { padding: 4px 14px calc(28px + env(safe-area-inset-bottom)); }
.member-account-page section > h2, .member-account-card h2 { margin: 18px 2px 10px; font-size: 15px; }
.member-account-card { margin-bottom: 12px; padding: 15px; border: 1px solid rgba(20,22,28,.07); border-radius: 17px; background: #fff; box-shadow: 0 5px 18px rgba(20,22,28,.04); }
.member-account-card h3 { margin: 11px 0 6px; font-size: 15px; line-height: 1.45; overflow-wrap: anywhere; }
.member-account-card p { margin: 5px 0; color: #555b65; font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.member-account-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.member-account-row time, .member-account-time { color: #90959d; font-size: 11px; }
.member-account-badge { display: inline-flex; align-items: center; min-height: 20px; padding: 1px 8px; border-radius: 999px; background: #eef0f3; color: #626874; font-size: 11px; }
.member-account-badge.published, .member-account-badge.good { background: #e8f7ed; color: #258649; }
.member-account-badge.pending_review, .member-account-badge.warn { background: #fff4dd; color: #a46b00; }
.member-account-badge.hidden, .member-account-badge.rejected, .member-account-badge.deleted { background: #fff0f0; color: #bc4242; }
.member-account-metrics { display: flex; gap: 16px; margin: 12px 0; color: #767c85; font-size: 12px; }
.member-account-note { margin: 10px 0; padding: 9px 11px; border-radius: 10px; background: #f6f1ed; color: #86502f; font-size: 12px; line-height: 1.55; }
.member-account-btn { border: 0; border-radius: 999px; padding: 8px 13px; background: #22252b; color: #fff; font: inherit; font-size: 12px; cursor: pointer; }
.member-account-btn:disabled { cursor: default; opacity: .55; }
.member-account-btn.primary { background: #e45a1b; }
.member-account-btn.soft { background: #f2e9e4; color: #b94917; }
.member-account-btn.danger { background: #fff0f0; color: #c33f3f; }
.member-account-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.member-account-author { padding: 3px 6px 7px; color: #7c828b; font-size: 11px; }
.member-account-person { display: flex; align-items: center; gap: 11px; }
.member-account-avatar { width: 42px; height: 42px; flex: none; border-radius: 50%; background: linear-gradient(135deg,#f0b18d,#df5519); }
.member-account-grow { flex: 1; min-width: 0; }
.member-account-grow strong, .member-account-grow small { display: block; overflow-wrap: anywhere; }
.member-account-grow small { margin-top: 3px; color: #7d838c; font-size: 11px; }
.member-account-search label { display: block; margin-bottom: 8px; font-weight: 700; font-size: 13px; }
.member-account-search > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.member-account-input { width: 100%; box-sizing: border-box; border: 1px solid #dfe2e7; border-radius: 12px; background: #fff; color: #1d2026; padding: 10px 11px; font: inherit; outline: none; }
.member-account-input:focus { border-color: #e45a1b; box-shadow: 0 0 0 3px rgba(228,90,27,.1); }
.member-account-history { margin-top: 12px; padding-left: 12px; border-left: 2px solid #e9d8ce; }
.member-account-history > div { position: relative; padding: 0 0 10px 5px; font-size: 12px; }
.member-account-history span { color: #3e434b; font-weight: 650; }
.member-account-history time { float: right; color: #969aa1; font-size: 10px; }
.member-account-history p { clear: both; margin: 3px 0 0; font-size: 11px; }
.member-account-sensitive { border-color: rgba(228,90,27,.25); background: #fffaf7; }
.member-account-sensitive h2 { margin: 0; }
.member-account-sensitive dl { display: grid; grid-template-columns: 76px 1fr; gap: 8px 10px; margin: 14px 0; font-size: 12px; }
.member-account-sensitive dt { color: #858a92; }
.member-account-sensitive dd { margin: 0; overflow-wrap: anywhere; }
.member-account-invoice-form label { display: block; margin-top: 12px; color: #4b5059; font-size: 12px; }
.member-account-invoice-form label .member-account-input { display: block; margin-top: 6px; }
.member-account-invoice-form .member-account-check { display: flex; align-items: center; gap: 5px; margin: 13px 0; }
.member-account-enterprise.hidden { display: none; }
.member-account-form-tip { margin-top: 12px !important; color: #858a92 !important; font-size: 11px !important; }
.member-account-empty, .member-account-loading { padding: 42px 20px; text-align: center; color: #858a92; font-size: 13px; line-height: 1.7; }

@media (min-width: 720px) {
  .member-account-page main, .member-account-tabs { max-width: 720px; margin-left: auto; margin-right: auto; }
}
