/* ═══════════════════════════════════════════════════════════════════
   Customer account v2 — desktop portal (≥901px) + mobile/PWA account home.
   Loaded after account-desktop-pro.css; purely additive/override layer.
   ═══════════════════════════════════════════════════════════════════ */

/* Shared status pill + progress steps (used on both surfaces) */
.acct-status { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: #F1EFEA; color: #555; white-space: nowrap; }
.acct-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.acct-status.is-info { background: #EAF1FB; color: #1D4ED8; }
.acct-status.is-progress { background: #FFF4E5; color: #B45309; }
.acct-status.is-success { background: #E8F7EE; color: #15803D; }
.acct-status.is-danger { background: #FDECEC; color: #B91C1C; }
.acct-steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 0; margin: 14px 0 0; counter-reset: step; }
.acct-steps li { position: relative; padding-top: 12px; font-size: 11px; font-weight: 600; letter-spacing: .04em; color: #9A978F; }
.acct-steps li::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 999px; background: #E6E4DF; }
.acct-steps li.is-done { color: #1A1A1A; }
.acct-steps li.is-done::before { background: #1A1A1A; }
.acct-steps li.is-current::before { background: linear-gradient(90deg, #1A1A1A 60%, #E6E4DF 60%); }

/* ─────────────────────────── Desktop ≥901px ─────────────────────────── */
@media (min-width: 901px) {
    .elite-account { background: #F7F5F1; }
    .elite-account-grid { max-width: 1240px; margin: 0 auto; padding: 36px 24px 64px; gap: 28px; grid-template-columns: 272px minmax(0, 1fr); }

    /* Rail */
    .elite-account-sidebar { position: sticky; top: 96px; align-self: start; height: auto; max-height: none; background: #fff; border: 1px solid #E6E4DF; border-radius: 18px; padding: 0; overflow: visible; display: flex; flex-direction: column; }
    .elite-sidebar-header { padding: 20px 18px 16px; border-bottom: 1px solid #F1EFEA; }
    .elite-user-profile { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; border-radius: 12px; padding: 4px; margin: -4px; }
    .elite-user-profile:hover { background: #F7F5F1; }
    .elite-user-avatar-large { width: 46px; height: 46px; border-radius: 50%; background: #1A1A1A; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 17px; flex-shrink: 0; overflow: hidden; }
    .elite-user-avatar-large img { width: 100%; height: 100%; object-fit: cover; }
    .elite-user-details { min-width: 0; display: flex; flex-direction: column; }
    .elite-user-name-large { font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .elite-user-email-small { font-size: 12px; color: #77746D; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .elite-user-since { font-size: 11px; color: #9A978F; margin-top: 2px; }
    .elite-rail-points { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 12px; color: #555; background: #F7F5F1; border-radius: 999px; padding: 6px 10px; }
    .elite-rail-points b { color: #1A1A1A; }
    .elite-nav { padding: 10px 10px; flex: 1; }
    .elite-nav-group + .elite-nav-group { margin-top: 10px; }
    .elite-nav-group-title { display: block; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #9A978F; padding: 8px 10px 4px; }
    .elite-nav-link { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 10px; color: #333; text-decoration: none; font-size: 13.5px; font-weight: 500; position: relative; transition: background .15s, color .15s; }
    .elite-nav-link svg { color: #9A978F; flex-shrink: 0; }
    .elite-nav-link:hover { background: #F7F5F1; color: #1A1A1A; }
    .elite-nav-link.active { background: #1A1A1A; color: #fff; font-weight: 600; }
    .elite-nav-link.active svg { color: #fff; }
    .elite-nav-badge { margin-left: auto; font-size: 11px; font-weight: 700; background: #E6E4DF; color: #1A1A1A; border-radius: 999px; padding: 2px 8px; min-width: 22px; text-align: center; }
    .elite-nav-link.active .elite-nav-badge { background: rgba(255,255,255,.2); color: #fff; }
    .elite-sidebar-footer { padding: 12px 14px 16px; border-top: 1px solid #F1EFEA; }
    .elite-logout-btn { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: transparent; border: 1px solid #E6E4DF; border-radius: 10px; padding: 10px; font-size: 13px; font-weight: 600; color: #555; cursor: pointer; }
    .elite-logout-btn:hover { border-color: #1A1A1A; color: #1A1A1A; }

    /* Main */
    .elite-account-main { display: flex; flex-direction: column; gap: 20px; }
    .elite-account-main > section, .elite-account-main > .elite-page-section, .elite-account-main > .elite-card, .elite-account-main > .elite-block { background: #fff; border: 1px solid #E6E4DF; border-radius: 18px; padding: 24px; box-shadow: none; margin: 0; }
    .acct-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
    .acct-section-head .elite-section-heading { margin: 0; font-size: 20px; display: flex; align-items: center; gap: 8px; }
    .acct-count { font-size: 11px; font-weight: 700; background: #1A1A1A; color: #fff; border-radius: 999px; padding: 2px 8px; }
    .acct-h3 { margin: 0; font-size: 14px; font-weight: 700; }
    .acct-muted { font-size: 13.5px; color: #77746D; margin: 0; line-height: 1.55; }
    .acct-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 20px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; border: 1px solid #1A1A1A; cursor: pointer; transition: transform .12s, background .15s, color .15s; }
    .acct-btn-ink { background: #1A1A1A; color: #fff; }
    .acct-btn-ink:hover { background: #333; color: #fff; }
    .acct-btn-ghost { background: transparent; color: #1A1A1A; }
    .acct-btn-ghost:hover { background: #1A1A1A; color: #fff; }
    .acct-btn-sm { min-height: 36px; padding: 0 14px; font-size: 11px; }
    .acct-btn:active { transform: scale(.98); }

    /* Hero */
    .acct-hero { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 24px; align-items: center; background: #1A1A1A !important; color: #fff; border-color: #1A1A1A !important; }
    .acct-eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.6); margin: 0 0 8px; }
    .acct-hero-title { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.15; margin: 0 0 10px; color: #fff; }
    .acct-hero-sub { font-size: 14px; color: rgba(255,255,255,.72); margin: 0 0 18px; }
    .acct-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
    .acct-hero .acct-btn-ink { background: #fff; color: #1A1A1A; border-color: #fff; }
    .acct-hero .acct-btn-ink:hover { background: #EDEBE6; color: #1A1A1A; }
    .acct-hero .acct-btn-ghost { color: #fff; border-color: rgba(255,255,255,.45); }
    .acct-hero .acct-btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
    .acct-hero-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 18px 20px; display: flex; flex-direction: column; gap: 2px; }
    .acct-hero-card-label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); }
    .acct-hero-card-value { font-family: 'Playfair Display', Georgia, serif; font-size: 40px; line-height: 1; margin: 6px 0 2px; }
    .acct-hero-card-sub { font-size: 12px; color: rgba(255,255,255,.7); }

    /* Pipeline */
    .acct-pipeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .acct-pipe { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid #E6E4DF; border-radius: 14px; text-decoration: none; color: #1A1A1A; background: #FBFAF8; transition: border-color .15s, transform .12s; }
    .acct-pipe:hover { border-color: #1A1A1A; transform: translateY(-1px); }
    .acct-pipe.has-items { background: #fff; border-color: #1A1A1A; }
    .acct-pipe-num { font-family: 'Playfair Display', Georgia, serif; font-size: 30px; line-height: 1; }
    .acct-pipe-label { font-size: 12px; color: #77746D; font-weight: 600; }
    .acct-latest { display: block; margin-top: 16px; padding: 18px; border: 1px solid #E6E4DF; border-radius: 14px; text-decoration: none; color: inherit; transition: border-color .15s; }
    .acct-latest:hover { border-color: #1A1A1A; }
    .acct-latest-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
    .acct-latest-kicker { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #9A978F; }
    .acct-latest-number { font-weight: 700; font-size: 16px; }
    .acct-latest-meta { display: flex; gap: 8px; font-size: 13px; color: #77746D; margin-top: 12px; }
    .acct-latest-meta strong { color: #1A1A1A; }
    .acct-empty { text-align: center; padding: 28px 16px; border: 1px dashed #E6E4DF; border-radius: 14px; }
    .acct-empty p { margin: 0 0 14px; color: #77746D; font-size: 14px; }

    /* Two-column band */
    .acct-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .acct-two > section { background: #fff; border: 1px solid #E6E4DF; border-radius: 18px; padding: 24px; }
    .acct-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
    .acct-list li + li { border-top: 1px solid #F1EFEA; }
    .acct-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 12px; padding: 12px 0; text-decoration: none; color: inherit; }
    .acct-row:hover .acct-row-main b { text-decoration: underline; }
    .acct-row-main { display: flex; flex-direction: column; min-width: 0; }
    .acct-row-main b { font-size: 14px; }
    .acct-row-main small { font-size: 12px; color: #77746D; }
    .acct-row-amount { font-weight: 700; font-size: 14px; }
    .acct-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #F1EFEA; }
    .acct-kpi-val { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 22px; }
    .acct-kpi-label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #9A978F; }
    .acct-note { display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; gap: 12px; align-items: start; padding: 10px 0; text-decoration: none; color: inherit; border-top: 1px solid #F1EFEA; }
    .acct-note:first-of-type { border-top: 0; }
    .acct-note-dot { width: 8px; height: 8px; border-radius: 50%; background: #E6E4DF; margin-top: 6px; }
    .acct-note.is-unread .acct-note-dot { background: #1A1A1A; }
    .acct-note-body { display: flex; flex-direction: column; min-width: 0; }
    .acct-note-body b { font-size: 13.5px; }
    .acct-note-body small { font-size: 12px; color: #77746D; }
    .acct-note time { font-size: 11px; color: #9A978F; white-space: nowrap; }
    .acct-push { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 14px; padding: 14px; background: #F7F5F1; border-radius: 12px; }
    .acct-push b { font-size: 13.5px; }
    .acct-push p { margin: 2px 0 0; font-size: 12px; color: #77746D; }
    .acct-push-actions { display: flex; gap: 6px; flex-shrink: 0; }
    .acct-addr { margin-top: 18px; padding-top: 16px; border-top: 1px solid #F1EFEA; }
    .acct-addr address { font-style: normal; font-size: 13.5px; line-height: 1.6; color: #333; }

    /* Wishlist preview */
    .acct-wish { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .acct-wish-item { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 6px; }
    .acct-wish-img { aspect-ratio: 3/4; background: #F1EFEA; border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; color: #B4B1AA; font-size: 22px; }
    .acct-wish-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
    .acct-wish-item:hover img { transform: scale(1.03); }
    .acct-wish-name { font-size: 13px; font-weight: 600; }
    .acct-wish-price { font-size: 12.5px; color: #77746D; }

    /* Orders filter chips (orders page) */
    .acct-filter { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 18px; }
    .acct-filter-chip { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 14px; border-radius: 999px; border: 1px solid #E6E4DF; background: #fff; color: #555; font-size: 12.5px; font-weight: 600; text-decoration: none; }
    .acct-filter-chip span { font-size: 11px; background: #F1EFEA; border-radius: 999px; padding: 1px 7px; color: #77746D; }
    .acct-filter-chip:hover { border-color: #1A1A1A; color: #1A1A1A; }
    .acct-filter-chip.is-active { background: #1A1A1A; border-color: #1A1A1A; color: #fff; }
    .acct-filter-chip.is-active span { background: rgba(255,255,255,.2); color: #fff; }

    @media (max-width: 1100px) {
        .acct-two, .acct-wish { grid-template-columns: 1fr 1fr; }
        .acct-hero { grid-template-columns: 1fr; }
    }
}


    /* ── Sub-pages: shared shell classes get the portal treatment ── */
    .elite-page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 4px 4px 0; margin: 0 0 4px; border: 0 !important; background: transparent !important; box-shadow: none !important; }
    .elite-page-title { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: 32px; line-height: 1.1; margin: 0; color: #1A1A1A; }
    .elite-page-subtitle { margin: 6px 0 0; font-size: 13.5px; color: #77746D; }
    .elite-page-header .sf-btn-link { height: auto; padding: 0; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: #1A1A1A; }
    .elite-account-main .elite-section-heading { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: 20px; margin: 0 0 4px; color: #1A1A1A; }
    .elite-account-main .sf-block { border: 1px solid #E6E4DF; border-radius: 14px; padding: 18px 20px; background: #fff; }
    .elite-account-main .sf-block-muted { background: #FBFAF8; }
    .elite-account-main .sf-block + .sf-block { margin-top: 10px; }
    .elite-account-main .sf-kicker { color: #9A978F; }
    .elite-account-main .sf-copy { color: #555; }
    .elite-account-main .sf-input, .elite-account-main select.sf-input, .elite-account-main textarea.sf-input { width: 100%; min-height: 46px; border: 1px solid #E6E4DF; border-radius: 12px; padding: 10px 14px; font-size: 14px; background: #fff; color: #1A1A1A; transition: border-color .15s, box-shadow .15s; }
    .elite-account-main .sf-input:focus { outline: none; border-color: #1A1A1A; box-shadow: 0 0 0 3px rgba(26,26,26,.08); }
    .elite-account-main .sf-input::placeholder { color: #9A978F; }
    .elite-account-main .sf-input.is-invalid { border-color: #B91C1C; }
    .elite-account-main .sf-btn, .elite-account-main .sf-btn-outline { min-height: 44px; height: auto; padding: 0 22px; border-radius: 999px; font-size: 12px; letter-spacing: .1em; font-weight: 700; transition: background .15s, color .15s, transform .12s; }
    .elite-account-main .sf-btn { background: #1A1A1A; border-color: #1A1A1A; color: #fff; }
    .elite-account-main .sf-btn:hover { background: #333; border-color: #333; transform: none; }
    .elite-account-main .sf-btn-outline { border-color: #1A1A1A; color: #1A1A1A; background: transparent; }
    .elite-account-main .sf-btn-outline:hover { background: #1A1A1A; color: #fff; }
    .elite-account-main .sf-btn-link { display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px; border: 1px solid #E6E4DF; border-radius: 999px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: #1A1A1A; text-decoration: none; background: #fff; }
    .elite-account-main .sf-btn-link:hover { border-color: #1A1A1A; }
    .elite-account-main .sf-badge { display: inline-flex; align-items: center; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: #F1EFEA; color: #555; }
    .elite-account-main .sf-table-wrap { border: 1px solid #E6E4DF; border-radius: 14px; overflow: hidden; }
    .elite-account-main .sf-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
    .elite-account-main .sf-table th { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #9A978F; font-weight: 700; background: #FBFAF8; padding: 12px 14px; text-align: left; }
    .elite-account-main .sf-table td { padding: 12px 14px; border-top: 1px solid #F1EFEA; }
    .elite-account-main .sf-table tbody tr:hover { background: #FBFAF8; }
    .elite-account-main .sf-alert, .elite-account-main .alert { border-radius: 12px; }
    .elite-account-main .sf-pagination, .elite-account-main nav[role="navigation"] { margin-top: 16px; }
    .elite-account-main .sf-empty, .elite-account-main .elite-empty-state { text-align: center; padding: 36px 20px; border: 1px dashed #E6E4DF; border-radius: 14px; color: #77746D; }
    .elite-account-main label { font-size: 12px; font-weight: 600; color: #555; }
    .elite-account-main .sf-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .elite-account-main .sf-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .elite-account-main .sf-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

/* ─────────────────────────── Mobile / PWA ≤900px ─────────────────────────── */
@media (max-width: 900px) {
    .acct-filter { display: none; }
    .mob-order-tab small { font-size: 10px; font-weight: 700; background: #EBEBEB; border-radius: 999px; padding: 1px 6px; margin-left: 4px; color: var(--mob-ink-2); }
    .mob-order-tab.is-active small { background: var(--mob-ink); color: #fff; }
    .mob-order-tab { text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }

    .ma { background: var(--mob-bg); padding: 12px 14px calc(var(--mob-bn-h) + var(--mob-safe-bot) + 24px); display: flex; flex-direction: column; gap: 14px; }
    .ma-hero { background: var(--mob-ink); color: #fff; border-radius: 20px; padding: 18px 16px 14px; box-shadow: 0 10px 30px rgba(26,26,26,.18); }
    .ma-id { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
    .ma-avatar { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; overflow: hidden; flex-shrink: 0; }
    .ma-avatar img { width: 100%; height: 100%; object-fit: cover; }
    .ma-id-text { display: flex; flex-direction: column; min-width: 0; flex: 1; }
    .ma-greet { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); }
    .ma-name { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .ma-sub { font-size: 12px; color: rgba(255,255,255,.65); }
    .ma-chev { color: rgba(255,255,255,.6); flex-shrink: 0; }
    .ma-hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); }
    .ma-hero-stats > * { display: flex; flex-direction: column; align-items: center; gap: 2px; text-decoration: none; color: #fff; position: relative; min-height: 44px; justify-content: center; }
    .ma-hero-stats b { font-size: 18px; font-weight: 700; }
    .ma-hero-stats span span, .ma-hero-stats a > span { font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 600; }
    .ma-hero-stats .has-dot b::after { content: ''; position: absolute; top: 4px; right: 22%; width: 7px; height: 7px; border-radius: 50%; background: #F59E0B; }

    .ma-card { background: var(--mob-surface); border-radius: 18px; padding: 16px; border: 1px solid var(--mob-line); }
    .ma-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
    .ma-card-head h2 { font-size: 15px; font-weight: 700; margin: 0; }
    .ma-card-head a { font-size: 12.5px; font-weight: 600; color: var(--mob-ink-2); text-decoration: none; min-height: 32px; display: inline-flex; align-items: center; }
    .ma-pipe { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
    .ma-pipe-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: var(--mob-ink-2); font-size: 11.5px; font-weight: 600; padding: 6px 2px; border-radius: 12px; min-height: 44px; }
    .ma-pipe-item:active { background: var(--mob-bg); }
    .ma-pipe-ico { position: relative; width: 46px; height: 46px; border-radius: 14px; background: var(--mob-bg); display: inline-flex; align-items: center; justify-content: center; color: var(--mob-ink); }
    .ma-pipe-item.has-items .ma-pipe-ico { background: var(--mob-ink); color: #fff; }
    .ma-pipe-ico b { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; border-radius: 999px; background: #F59E0B; color: #1A1A1A; font-size: 10.5px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; padding: 0 5px; border: 2px solid var(--mob-surface); }
    .ma-latest { display: block; margin-top: 14px; padding: 14px; border-radius: 14px; background: var(--mob-bg); text-decoration: none; color: inherit; }
    .ma-latest-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
    .ma-latest-num { font-weight: 700; font-size: 14px; }
    .ma-steps { margin-top: 12px; }
    .ma-steps li { font-size: 10px; }
    .ma-latest-meta { font-size: 12.5px; color: var(--mob-ink-2); margin-top: 10px; }
    .ma-latest-meta strong { color: var(--mob-ink); }

    .ma-group-title { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--mob-ink-3); font-weight: 700; margin: 4px 0 8px 4px; }
    .ma-menu { background: var(--mob-surface); border-radius: 18px; border: 1px solid var(--mob-line); overflow: hidden; }
    .ma-row { display: flex; align-items: center; gap: 12px; padding: 13px 14px; min-height: 54px; text-decoration: none; color: var(--mob-ink); font-size: 15px; font-weight: 500; }
    .ma-row + .ma-row { border-top: 1px solid var(--mob-line); }
    .ma-row:active { background: var(--mob-bg); }
    .ma-row-ico { width: 34px; height: 34px; border-radius: 10px; background: var(--mob-bg); display: inline-flex; align-items: center; justify-content: center; color: var(--mob-ink); flex-shrink: 0; }
    .ma-row-label { flex: 1; min-width: 0; }
    .ma-row-badge { font-size: 11px; font-weight: 700; background: var(--mob-ink); color: #fff; border-radius: 999px; padding: 2px 8px; }
    .ma-row-chev { color: var(--mob-ink-3); flex-shrink: 0; }
    .ma-signout { margin-top: 4px; }
    .ma-signout button { width: 100%; min-height: 50px; border-radius: 16px; border: 1px solid var(--mob-line); background: var(--mob-surface); color: #B91C1C; font-size: 15px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--mob-font); }
    .ma-signout button:active { background: #FDECEC; }
    .ma-version { text-align: center; font-size: 11.5px; color: var(--mob-ink-3); margin: 6px 0 0; word-break: break-all; }
}

@media (prefers-reduced-motion: reduce) { .acct-btn, .acct-pipe, .acct-wish-img img { transition: none; } }
