      /* ===========================
         Dashboard Page Styles (Dark Theme — matches subscriptions area)
         =========================== */
      body.account-area { background-color: #0d1f35; }
      body.account-area .mad-page-wrapper { background-color: transparent !important; }

      /* Welcome banner */
      .dash-welcome-banner {
        background: linear-gradient(135deg, #16324f 0%, #0d1f35 50%, #00c8ee 100%);
        border-radius: 16px;
        padding: 38px 42px;
        color: #ffffff;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 34px rgba(0, 0, 0, 0.2);
      }
      .dash-welcome-banner::before {
        content: '';
        position: absolute;
        top: 0; right: 0;
        border-style: solid;
        border-width: 0 100px 100px 0;
        border-color: transparent rgba(126, 242, 231, 0.15) transparent transparent;
      }
      .dash-welcome-banner h2 {
        font-size: 28px;
        font-weight: 800;
        margin: 0 0 22px 0;
        color: #ffffff;
        position: relative;
        z-index: 2;
      }
      .dash-welcome-banner .dash-user-name { color: #7ef2e7; }
      .dash-chip-row {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
      }
      .dash-chip-row { gap: 12px; }
      .dash-chip-row .ac-badge {
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.2);
        backdrop-filter: blur(4px);
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 16px;
        font-size: 13px;
      }
      .dash-chip-row .ac-badge i { font-size: 15px; }
      .dash-chip-row .ac-badge.active { background: rgba(77, 213, 109, 0.18); border-color: rgba(77, 213, 109, 0.35); color: #7ef7a0; }
      .dash-dot { width: 7px; height: 7px; border-radius: 50%; background: #4dd56d; display: inline-block; }

      /* Stat cards row */
      .dash-stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
        margin-bottom: 34px;
      }
      .dash-stat-card {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(0, 200, 238, 0.2);
        border-radius: 14px;
        padding: 26px 24px;
        display: flex;
        gap: 18px;
        align-items: center;
        transition: all 0.25s ease;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
      }
      .dash-stat-card:hover { border-color: #00c8ee; background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }
      .dash-stat-icon {
        width: 58px; height: 58px;
        flex-shrink: 0;
        border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        font-size: 27px;
        background: rgba(0, 200, 238, 0.12);
        color: #00c8ee;
      }
      .dash-stat-icon.washes  { background: rgba(0, 152, 255, 0.15); color: #4da6ff; }
      .dash-stat-icon.cards   { background: rgba(77, 213, 109, 0.15); color: #4dd56d; }
      .dash-stat-icon.business{ background: rgba(253, 126, 20, 0.15); color: #ff9d4d; }
      .dash-stat-body { min-width: 0; flex: 1; }
      .dash-stat-label { font-size: 13px; color: #b0c9d6; font-weight: 600; margin-bottom: 5px; }
      .dash-stat-value { font-size: 26px; font-weight: 800; color: #ffffff; line-height: 1.2; }
      .dash-stat-sub { font-size: 13px; color: #00c8ee; font-weight: 700; margin-top: 2px; }
      .dash-progress-track {
        margin-top: 10px;
        height: 6px;
        border-radius: 6px;
        background: rgba(255,255,255,0.1);
        overflow: hidden;
      }
      .dash-progress-fill {
        height: 100%;
        border-radius: 6px;
        background: linear-gradient(90deg, #00c8ee, #7ef2e7);
        width: 0%;
        transition: width 0.4s ease;
      }

      /* My Plan tab: 2-column layout (Current Subscription ~70% | Quick Actions ~30%) */
      .dash-plan-grid {
        display: grid;
        grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
        gap: 24px;
        align-items: stretch;
      }
      .dash-plan-main { min-width: 0; display: flex; flex-direction: column; }
      .dash-quick-actions { min-width: 0; display: flex; }
      .dash-quick-actions > .ac-card { flex: 1; width: 100%; display: flex; flex-direction: column; }

      /* Current Subscription (wide premium card) */
      .dash-cs-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
      .dash-cs-head .ac-badge { padding: 4px 14px; }
      .dash-cs-title { font-size: 20px; font-weight: 800; color: #fff; }
      .dash-cs-card {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(0, 200, 238, 0.25);
        border-radius: 16px;
        padding: 30px 32px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
        flex: 1;
        display: flex;
        flex-direction: column;
      }
      .dash-cs-body { flex: 1; display: flex; flex-direction: column; gap: 24px; justify-content: center; }
      .dash-cs-identity { display: flex; align-items: center; gap: 20px; }
      .dash-cs-icon {
        width: 66px; height: 66px; border-radius: 50%; flex-shrink: 0;
        background: rgba(0, 200, 238, 0.12); color: #00c8ee;
        display: flex; align-items: center; justify-content: center; font-size: 34px;
      }
      .dash-cs-name-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
      .dash-cs-name-row .ac-badge { padding: 4px 14px; }
      .dash-cs-plan-name { font-size: 26px; font-weight: 800; color: #fff; line-height: 1.2; }
      .dash-cs-plan-price { font-size: 19px; font-weight: 800; color: #00c8ee; margin-top: 2px; }
      .dash-cs-plan-price span { font-size: 13px; color: #b0c9d6; font-weight: 600; }
      .dash-cs-washes { min-width: 0; }
      .dash-cs-wash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
      .dash-cs-wash-label { font-size: 14px; color: #b0c9d6; font-weight: 600; }
      .dash-cs-wash-count { font-size: 15px; color: #fff; font-weight: 800; }
      .dash-cs-track { height: 10px; border-radius: 10px; background: rgba(255,255,255,0.1); overflow: hidden; }
      .dash-cs-fill { height: 100%; border-radius: 10px; width: 0; background: linear-gradient(90deg, #00c8ee, #7ef2e7); transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
      .dash-cs-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
      .dash-cs-metric { background: rgba(0, 200, 238, 0.06); border: 1px solid rgba(0, 200, 238, 0.12); border-radius: 12px; padding: 14px 16px; }
      .dash-cs-metric-label { font-size: 12px; color: #b0c9d6; font-weight: 600; margin-bottom: 5px; display: flex; align-items: center; gap: 6px; }
      .dash-cs-metric-label i { font-size: 15px; color: #00c8ee; }
      .dash-cs-metric-value { font-size: 15px; font-weight: 800; color: #fff; }
      .dash-cs-divider { border: none; border-top: 1px solid rgba(0, 200, 238, 0.15); margin: 26px 0 22px; }
      .dash-cs-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
      .dash-cs-renew { display: flex; align-items: center; gap: 8px; font-size: 14.5px; color: #b0c9d6; }
      .dash-cs-renew i { font-size: 19px; color: #00c8ee; }
      .dash-cs-manage {
        background: #00c8ee; color: #0d1f35; border: 1px solid #00c8ee;
        font-weight: 800; font-size: 14.5px; padding: 12px 26px; border-radius: 12px;
        text-decoration: none; cursor: pointer; transition: all 0.2s ease; white-space: nowrap;
      }
      .dash-cs-manage:hover { filter: brightness(1.08); }
      /* Empty state */
      .dash-cs-empty { align-items: center; justify-content: center; text-align: center; padding: 46px 32px; }
      .dash-cs-empty-icon {
        width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 18px;
        background: rgba(0, 200, 238, 0.1); color: #00c8ee;
        display: flex; align-items: center; justify-content: center; font-size: 42px;
      }
      .dash-cs-empty h4 { font-size: 22px; font-weight: 800; color: #fff; margin: 0 0 8px; }
      .dash-cs-empty p { font-size: 14.5px; color: #b0c9d6; margin: 0 0 22px; }

      /* Quick Actions */
      .dash-qa-list { display: flex; flex-direction: column; gap: 12px; flex: 1; }
      .dash-qa-item {
        display: flex; align-items: center; gap: 14px;
        padding: 16px 16px;
        border-radius: 12px;
        border: 1px solid rgba(0, 200, 238, 0.15);
        background: rgba(255, 255, 255, 0.06);
        text-decoration: none;
        transition: all 0.2s ease;
      }
      .dash-qa-item:hover {
        border-color: #00c8ee;
        background: rgba(0, 200, 238, 0.08);
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
      }
      .dash-qa-icon {
        width: 42px; height: 42px; flex-shrink: 0;
        border-radius: 12px;
        background: rgba(0, 200, 238, 0.12);
        color: #00c8ee;
        display: flex; align-items: center; justify-content: center;
        font-size: 21px;
      }
      .dash-qa-text { flex: 1; min-width: 0; }
      .dash-qa-title { font-size: 14.5px; font-weight: 700; color: #ffffff; }
      .dash-qa-sub { font-size: 12.5px; color: #b0c9d6; }
      .dash-qa-item .material-icons-outlined.dash-qa-chevron { color: #b0c9d6; font-size: 18px; }

      /* ===== Upgrade Modal (Washy-themed) ===== */
      .dash-upgrade-overlay { opacity: 0; transition: opacity 0.2s ease; }
      .dash-upgrade-overlay.show { opacity: 1; }
      .dash-upgrade-modal {
        max-width: 880px;
        transform: scale(0.96);
        transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
      }
      .dash-upgrade-overlay.show .dash-upgrade-modal { transform: scale(1); }
      .dash-modal-sub { font-size: 14px; color: #b0c9d6; margin: 6px 0 0; }
      .dash-upgrade-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
      .dash-upg-card {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(0, 200, 238, 0.2);
        border-radius: 14px;
        padding: 22px 20px;
        position: relative;
        cursor: pointer;
        transition: all 0.2s ease;
      }
      .dash-upg-card:hover { border-color: #00c8ee; }
      .dash-upg-card.selected { border-color: #00c8ee; box-shadow: 0 0 0 2px rgba(0, 200, 238, 0.35); background: rgba(255, 255, 255, 0.1); }
      .dash-upg-top { min-height: 24px; margin-bottom: 6px; display: flex; justify-content: flex-end; }
      .dash-ap-badge {
        display: inline-flex; align-items: center; gap: 4px;
        background: rgba(255, 193, 7, 0.15); color: #ffc93c;
        font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 20px;
      }
      .dash-ap-badge.current-badge { background: rgba(77, 213, 109, 0.15); color: #4dd56d; }
      .dash-ap-name { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 6px; }
      .dash-ap-price { font-size: 26px; font-weight: 800; color: #fff; margin-bottom: 16px; }
      .dash-ap-price span { font-size: 13px; font-weight: 600; color: #b0c9d6; }
      .dash-ap-feats { list-style: none; margin: 0 0 18px; padding: 0; }
      .dash-ap-feats li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #d5e6ee; margin-bottom: 10px; }
      .dash-ap-feats li i { font-size: 16px; color: #4dd56d; }
      .dash-ap-btn {
        width: 100%; border: none; border-radius: 10px; padding: 11px;
        font-weight: 700; font-size: 14px; cursor: pointer; transition: all 0.2s ease;
      }
      .dash-ap-btn.current { background: rgba(77, 213, 109, 0.15); color: #4dd56d; cursor: default; }
      .dash-ap-btn.upgrade { background: rgba(0, 200, 238, 0.12); color: #00c8ee; border: 1px solid rgba(0, 200, 238, 0.3); }
      .dash-ap-btn.upgrade:hover { background: #00c8ee; color: #0d1f35; }
      .dash-upgrade-cta {
        width: 100%; border: none; border-radius: 12px; padding: 14px;
        background: #00c8ee; color: #0d1f35; font-weight: 800; font-size: 15px;
        cursor: pointer; transition: filter 0.2s ease;
      }
      .dash-upgrade-cta:hover { filter: brightness(1.08); }
      .dash-upgrade-cta:disabled { opacity: 0.6; cursor: not-allowed; }

      /* Bottom row: Recent Activity / Upcoming Renewal / Usage This Month */
      .dash-bottom-grid {
        display: grid;
        grid-template-columns: 1.3fr 1fr 1fr;
        gap: 24px;
        margin-top: 32px;
        align-items: stretch;
      }
      .dash-bottom-grid > .ac-card { height: 100%; display: flex; flex-direction: column; }
      .dash-card-head-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
      .dash-view-all { font-size: 13px; color: #00c8ee; font-weight: 700; text-decoration: none; }
      .dash-view-all:hover { text-decoration: underline; }

      /* Rich empty state (centered) */
      .dash-empty { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 30px 16px; }
      .dash-empty-icon {
        width: 64px; height: 64px; border-radius: 50%; margin-bottom: 14px;
        background: rgba(0, 200, 238, 0.1); color: #00c8ee;
        display: flex; align-items: center; justify-content: center; font-size: 32px;
      }
      .dash-empty-title { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 6px; }
      .dash-empty-sub { font-size: 13px; color: #b0c9d6; max-width: 240px; line-height: 1.5; }

      .dash-activity-list { display: flex; flex-direction: column; gap: 16px; flex: 1; }
      .dash-activity-item { display: flex; align-items: flex-start; gap: 14px; }
      .dash-activity-icon {
        width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%;
        display: flex; align-items: center; justify-content: center; font-size: 18px;
        background: rgba(77, 213, 109, 0.15); color: #4dd56d;
      }
      .dash-activity-icon.wash { background: rgba(0, 200, 238, 0.12); color: #00c8ee; }
      .dash-activity-body { flex: 1; min-width: 0; display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
      .dash-activity-title-wrap { flex: 1; min-width: 0; }
      .dash-activity-title { font-size: 14px; font-weight: 700; color: #ffffff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .dash-activity-sub { font-size: 12.5px; color: #b0c9d6; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .dash-activity-date { font-size: 12.5px; color: #b0c9d6; white-space: nowrap; flex-shrink: 0; }

      /* Upcoming Renewal (labeled rows) */
      .dash-renewal-icon {
        width: 56px; height: 56px; border-radius: 50%;
        background: rgba(0, 200, 238, 0.12); color: #00c8ee;
        display: flex; align-items: center; justify-content: center; font-size: 26px;
        margin-bottom: 18px;
      }
      .dash-renewal-rows { display: flex; flex-direction: column; margin-bottom: 20px; }
      .dash-renewal-row {
        display: flex; align-items: center; justify-content: space-between;
        padding: 13px 0; border-bottom: 1px solid rgba(0, 200, 238, 0.1);
      }
      .dash-renewal-row:first-child { padding-top: 0; }
      .dash-renewal-row:last-child { border-bottom: none; }
      .dash-renewal-row .r-label { font-size: 13px; color: #b0c9d6; }
      .dash-renewal-row .r-value { font-size: 14.5px; font-weight: 800; color: #fff; }
      .dash-renewal-row .r-value.accent { color: #00c8ee; }

      .dash-usage-card { display: flex; flex-direction: column; }
      .dash-usage-body { display: flex; align-items: center; gap: 22px; flex: 1; }
      .dash-donut {
        --pct: 0;
        width: 124px; height: 124px;
        border-radius: 50%;
        flex-shrink: 0;
        background: conic-gradient(#00c8ee calc(var(--pct) * 1%), rgba(255,255,255,0.08) 0);
        display: flex; align-items: center; justify-content: center;
        position: relative;
      }
      .dash-donut::before {
        content: '';
        position: absolute; inset: 13px;
        border-radius: 50%;
        background: #132943;
      }
      .dash-donut-text { position: relative; z-index: 2; text-align: center; }
      .dash-donut-text .dash-donut-num { font-size: 24px; font-weight: 800; color: #ffffff; line-height: 1; }
      .dash-donut-text .dash-donut-of { font-size: 11px; color: #b0c9d6; }
      .dash-usage-legend { flex: 1; min-width: 0; }
      .dash-legend-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; color: #ffffff; margin-bottom: 10px; }
      .dash-legend-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; margin-right: 8px; background: #00c8ee; }
      .dash-legend-dot.remaining { background: rgba(255,255,255,0.25); }
      .dash-legend-pct { color: #b0c9d6; }
      .dash-usage-reset { font-size: 12.5px; color: #b0c9d6; margin-top: 14px; }

      /* Responsive */
      @media (max-width: 1199px) {
        .dash-stats-grid { grid-template-columns: repeat(2, 1fr); }
        .dash-plan-grid { grid-template-columns: 1fr; }
        .dash-bottom-grid { grid-template-columns: 1fr; }
        .dash-usage-body { flex-direction: column; align-items: flex-start; }
        .dash-usage-legend { width: 100%; }
        .dash-upgrade-grid { grid-template-columns: repeat(3, 1fr); }
      }
      @media (max-width: 767px) {
        .dash-welcome-banner { padding: 26px 22px; }
        .dash-welcome-banner h2 { font-size: 22px; }
        .dash-stats-grid { grid-template-columns: 1fr; }
        .dash-plan-grid { grid-template-columns: 1fr; }
        .dash-cs-body { gap: 22px; }
        .dash-cs-card { padding: 24px 22px; }
        .dash-cs-metrics { grid-template-columns: 1fr; }
        .dash-bottom-grid { grid-template-columns: 1fr; }
        .dash-upgrade-grid { grid-template-columns: 1fr !important; }
        .dash-upgrade-modal { max-width: 100%; }
      }
