:root {
  --dps-green: #087a42;
  --dps-green-2: #10945a;
  --dps-green-dark: #045f34;
  --dps-mint: #eaf8ef;
  --dps-mint-2: #f4fbf7;
  --dps-ink: #102019;
  --dps-muted: #64736b;
  --dps-border: #dce7e1;
  --dps-surface: #ffffff;
  --dps-page: #f6f9f7;
  --dps-gold: #f5a20b;
  --dps-danger: #d92d3a;
  --dps-shadow: 0 12px 32px rgba(20, 75, 48, .08);
}

.dps-my-account-page .entry-header,
.dps-my-account-page .entry-title { display: none !important; }
.dps-my-account-page .site-content { background: var(--dps-page); }
.dps-my-account-page .site-main > article { margin: 0; padding: 0; }
.dps-account-dashboard-page .woocommerce-MyAccount-navigation { display: none !important; }
.dps-account-dashboard-page .woocommerce-MyAccount-content { float: none !important; width: 100% !important; }

.dps-account {
  box-sizing: border-box;
  color: var(--dps-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 1040px;
  margin: 0 auto;
  min-width: 0;
  padding: 28px 22px 46px;
  width: 100%;
}
.dps-account *, .dps-account *::before, .dps-account *::after { box-sizing: border-box; }
.dps-account svg { display: block; fill: none; height: 24px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 24px; }
.dps-account a { transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease; }
.dps-account a:focus-visible { outline: 3px solid rgba(8, 122, 66, .22); outline-offset: 2px; }

.dps-account-topbar { align-items: center; display: flex; justify-content: space-between; margin-bottom: 18px; }
.dps-account-brand { align-items: center; color: var(--dps-ink); display: inline-flex; gap: 10px; text-decoration: none; }
.dps-brand-mark { align-items: center; background: linear-gradient(145deg, var(--dps-green), var(--dps-green-dark)); border-radius: 13px; box-shadow: 0 7px 16px rgba(8, 122, 66, .2); color: #fff; display: inline-flex; font-size: 18px; font-weight: 900; height: 42px; justify-content: center; width: 42px; }
.dps-account-brand > span:last-child { display: flex; flex-direction: column; }
.dps-account-brand strong { color: var(--dps-green); font-size: 17px; letter-spacing: .15em; line-height: 1.1; }
.dps-account-brand small { color: var(--dps-muted); font-size: 12px; margin-top: 3px; }
.dps-topbar-settings { align-items: center; background: #fff; border: 1px solid var(--dps-border); border-radius: 50%; color: var(--dps-green); display: inline-flex; height: 44px; justify-content: center; text-decoration: none; width: 44px; }
.dps-topbar-settings:hover { border-color: #a8cdb8; box-shadow: 0 8px 18px rgba(20, 75, 48, .1); }

.dps-welcome-line { align-items: flex-end; display: flex; justify-content: space-between; margin: 0 0 16px; }
.dps-welcome-line > div { display: flex; flex-direction: column; }
.dps-welcome-line > div > span { font-size: clamp(22px, 3vw, 31px); font-weight: 800; letter-spacing: -.03em; }
.dps-welcome-line small { color: var(--dps-muted); margin-top: 3px; }
.dps-secure-pill { background: #eaf8ef; border: 1px solid #cce7d7; border-radius: 999px; color: var(--dps-green); font-size: 12px; font-weight: 800; padding: 7px 11px; }
.dps-secure-pill::before { content: "✓"; margin-right: 5px; }

.dps-profile-card { align-items: center; background: radial-gradient(circle at 88% 15%, rgba(255,255,255,.15), transparent 30%), linear-gradient(135deg, #078148, #045f34); border-radius: 22px; box-shadow: 0 15px 34px rgba(4, 95, 52, .18); color: #fff; display: grid; gap: 18px; grid-template-columns: auto minmax(0,1fr) auto; min-height: 164px; overflow: hidden; padding: 24px 26px; position: relative; }
.dps-profile-card::after { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; height: 190px; position: absolute; right: -55px; top: -80px; width: 190px; }
.dps-avatar-initial { align-items: center; background: #fff; border: 4px solid rgba(255,255,255,.55); border-radius: 50%; box-shadow: 0 8px 20px rgba(0,0,0,.12); color: var(--dps-green); display: flex; font-size: 31px; font-weight: 900; height: 84px; justify-content: center; width: 84px; }
.dps-profile-copy { min-width: 0; position: relative; z-index: 1; }
.dps-profile-copy h2 { color: #fff; font-size: clamp(22px, 3vw, 30px); letter-spacing: -.02em; line-height: 1.15; margin: 0 0 4px; overflow-wrap: anywhere; }
.dps-profile-copy p { color: rgba(255,255,255,.84); margin: 0; overflow-wrap: anywhere; }
.dps-profile-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.dps-profile-meta small { color: rgba(255,255,255,.82); }
.dps-tier-badge { align-items: center; background: rgba(255,255,255,.93); border-radius: 999px; color: var(--dps-green-dark); display: inline-flex; font-size: 12px; font-weight: 800; gap: 5px; padding: 6px 10px; }
.dps-tier-badge::before { content: "✦"; }
.dps-edit-link { align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); border-radius: 12px; color: #fff; display: inline-flex; font-size: 13px; font-weight: 800; gap: 8px; padding: 10px 12px; position: relative; text-decoration: none; white-space: nowrap; z-index: 2; }
.dps-edit-link:hover { background: rgba(255,255,255,.2); color: #fff; }
.dps-edit-link span { font-size: 21px; line-height: 1; }

.dps-stat-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0,1fr)); margin: 16px 0; }
.dps-stat-grid a { align-items: center; background: var(--dps-surface); border: 1px solid var(--dps-border); border-radius: 17px; color: var(--dps-ink); display: grid; gap: 2px 10px; grid-template-columns: auto minmax(0,1fr) auto; padding: 15px; text-decoration: none; }
.dps-stat-grid a:hover { border-color: #aed1bd; box-shadow: var(--dps-shadow); transform: translateY(-2px); }
.dps-stat-icon { align-items: center; background: var(--dps-mint); border-radius: 13px; color: var(--dps-green); display: inline-flex; grid-row: 1 / span 2; height: 44px; justify-content: center; width: 44px; }
.dps-stat-icon svg { height: 23px; width: 23px; }
.dps-stat-grid small { color: var(--dps-muted); line-height: 1.2; }
.dps-stat-grid strong { color: var(--dps-green); font-size: 20px; line-height: 1.15; }
.dps-stat-grid i { color: #98a59e; font-size: 23px; font-style: normal; grid-column: 3; grid-row: 1 / span 2; }

.dps-delivery-strip { align-items: center; background: linear-gradient(90deg, #fff9e8, #fff); border: 1px solid #f0ddb0; border-radius: 16px; display: grid; gap: 12px; grid-template-columns: auto minmax(0,1fr) auto; margin: 0 0 22px; padding: 13px 15px; }
.dps-strip-icon { align-items: center; background: #fff1c9; border-radius: 50%; color: #b96c00; display: flex; height: 40px; justify-content: center; width: 40px; }
.dps-strip-icon svg { height: 21px; width: 21px; }
.dps-delivery-strip > div { display: flex; flex-direction: column; }
.dps-delivery-strip strong { font-size: 14px; }
.dps-delivery-strip small { color: #766a4e; margin-top: 2px; }
.dps-delivery-strip > a { background: var(--dps-green); border-radius: 10px; color: #fff; font-size: 12px; font-weight: 800; padding: 9px 12px; text-decoration: none; white-space: nowrap; }

.dps-section-heading { align-items: center; display: flex; justify-content: space-between; margin: 22px 0 10px; }
.dps-section-heading h3, .dps-section-title { color: var(--dps-ink); font-size: 20px; letter-spacing: -.02em; margin: 0; }

.dps-action-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0,1fr)); margin-bottom: 18px; }
.dps-action-grid > a { align-items: center; background: #fff; border: 1px solid var(--dps-border); border-radius: 16px; color: var(--dps-ink); display: grid; gap: 12px; grid-template-columns: auto minmax(0,1fr) auto; min-height: 80px; padding: 14px 16px; text-decoration: none; }
.dps-action-grid > a:hover { border-color: #a9cfba; box-shadow: var(--dps-shadow); transform: translateY(-2px); }
.dps-action-grid > a > span { align-items: center; background: var(--dps-mint); border-radius: 13px; color: var(--dps-green); display: flex; height: 46px; justify-content: center; width: 46px; }
.dps-action-grid > a > div { display: flex; flex-direction: column; min-width: 0; }
.dps-action-grid strong { font-size: 14px; }
.dps-action-grid small { color: var(--dps-muted); font-size: 11px; margin-top: 2px; }
.dps-action-grid b, .dps-settings-list b { color: #96a39c; font-size: 24px; font-weight: 400; }

.dps-benefit-card { align-items: center; background: radial-gradient(circle at 92% 12%, rgba(245,162,11,.1), transparent 28%), linear-gradient(120deg, #eef9f2, #fff); border: 1px solid #bcdcc9; border-radius: 19px; color: var(--dps-ink); display: grid; gap: 17px; grid-template-columns: auto minmax(0,1fr); margin: 0 0 25px; padding: 18px; text-decoration: none; }
.dps-benefit-card:hover { border-color: #8fc2a4; box-shadow: var(--dps-shadow); }
.dps-benefit-medal { align-items: center; background: linear-gradient(145deg, var(--dps-green-2), var(--dps-green-dark)); border: 5px solid #d9f1e3; border-radius: 50%; color: #fff; display: flex; height: 66px; justify-content: center; width: 66px; }
.dps-benefit-medal svg { height: 29px; width: 29px; }
.dps-card-heading { align-items: center; display: flex; gap: 15px; justify-content: space-between; }
.dps-card-heading strong { font-size: 16px; }
.dps-card-heading span { color: var(--dps-green); font-size: 12px; font-weight: 800; white-space: nowrap; }
.dps-benefit-main p { color: var(--dps-green); font-size: 13px; margin: 5px 0 7px; }
.dps-benefit-main small { color: var(--dps-muted); display: block; font-size: 12px; margin-top: 7px; }
.dps-progress { background: #dfe7e2; border-radius: 999px; height: 9px; overflow: hidden; }
.dps-progress i { background: linear-gradient(90deg, var(--dps-green), #26a96b); border-radius: inherit; display: block; height: 100%; }

.dps-settings-list { background: #fff; border: 1px solid var(--dps-border); border-radius: 18px; overflow: hidden; }
.dps-settings-list a { align-items: center; color: var(--dps-ink); display: grid; gap: 12px; grid-template-columns: auto minmax(0,1fr) auto; min-height: 60px; padding: 11px 16px; text-decoration: none; }
.dps-settings-list a + a { border-top: 1px solid #e6ede9; }
.dps-settings-list a:hover { background: var(--dps-mint-2); }
.dps-settings-list a > span { align-items: center; background: #f3f7f5; border-radius: 10px; color: #33463d; display: flex; height: 38px; justify-content: center; width: 38px; }
.dps-settings-list a > span svg { height: 21px; width: 21px; }
.dps-settings-list a > div { display: flex; flex-direction: column; }
.dps-settings-list strong { font-size: 14px; }
.dps-settings-list small { color: var(--dps-muted); font-size: 11px; margin-top: 2px; }
.dps-settings-list .dps-logout, .dps-settings-list .dps-logout > span { color: var(--dps-danger); }

.dps-page-header { align-items: center; display: grid; grid-template-columns: 1fr auto; margin: 0 0 18px; min-height: 56px; }
.dps-page-header .dps-wordmark { color: var(--dps-green); font-size: 15px; font-weight: 900; letter-spacing: .16em; }
.dps-page-header h2 { font-size: clamp(25px,4vw,34px); line-height: 1.05; margin: 3px 0 0; }
.dps-icon-link { color: var(--dps-green); font-size: 26px; text-decoration: none; }
.dps-simple-header { grid-template-columns: 44px 1fr 44px; text-align: center; }
.dps-simple-header h2 { grid-column: 2; margin: 0; }
.dps-simple-header > a, .dps-simple-header > span { color: var(--dps-green); font-size: 30px; line-height: 44px; text-decoration: none; }

.dps-wallet-balance { background: radial-gradient(circle at 88% 10%, rgba(255,255,255,.14), transparent 30%), linear-gradient(135deg,var(--dps-green),var(--dps-green-dark)); border-radius: 20px; color: #fff; display: grid; gap: 18px; grid-template-columns: 1fr 1fr; padding: 25px; }
.dps-wallet-balance > div { display: flex; flex-direction: column; gap: 7px; }
.dps-wallet-balance > div + div { border-left: 1px dashed rgba(255,255,255,.5); padding-left: 24px; }
.dps-wallet-balance strong { color: #fff; font-size: 21px; }
.dps-wallet-balance > div:first-child strong { font-size: 42px; line-height: 1; }
.dps-wallet-balance > div:first-child span { background: rgba(255,255,255,.92); border-radius: 999px; color: var(--dps-green-dark); padding: 5px 10px; width: max-content; }
.dps-wallet-balance p { align-items: center; background: #fff8e7; border-radius: 12px; color: #a96000; display: flex; grid-column: 1/-1; justify-content: space-between; margin: 0; padding: 12px 14px; }
.dps-wallet-balance p b { color: #a96000; }
.dps-wallet-actions { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin: 16px 0; }
.dps-wallet-actions .button, .dps-preference-form .button { background: var(--dps-green); border: 2px solid var(--dps-green); border-radius: 13px; color: #fff; font-weight: 800; min-height: 52px; padding: 12px 18px; text-align: center; text-decoration: none; }
.dps-wallet-actions .button.alt { background: #fff; color: var(--dps-green); }
.dps-wallet-benefit { align-items: center; background: #fff; border: 1px solid var(--dps-border); border-radius: 17px; display: grid; gap: 16px; grid-template-columns: auto 1fr 1.4fr; padding: 18px; }
.dps-wallet-benefit > div { display: flex; flex-direction: column; gap: 4px; }
.dps-wallet-benefit > div strong { color: var(--dps-green); font-size: 29px; }
.dps-wallet-benefit > div b { font-size: 12px; margin-top: 7px; }
.dps-section-title { margin: 22px 0 10px; }
.dps-transaction-list { background: #fff; border: 1px solid var(--dps-border); border-radius: 17px; overflow: hidden; }
.dps-transaction { align-items: center; display: grid; gap: 12px; grid-template-columns: auto 1fr auto; padding: 13px 16px; }
.dps-transaction + .dps-transaction { border-top: 1px solid var(--dps-border); }
.dps-transaction-icon { align-items: center; background: var(--dps-mint); border-radius: 50%; display: flex; height: 40px; justify-content: center; width: 40px; }
.dps-transaction div { display: flex; flex-direction: column; }
.dps-transaction small { color: var(--dps-muted); margin-top: 3px; }
.dps-transaction .is-credit { color: var(--dps-green); }
.dps-transaction .is-debit { color: var(--dps-ink); }
.dps-empty-state { color: var(--dps-muted); padding: 27px; text-align: center; }

.dps-tier-hero { align-items: center; background: linear-gradient(135deg,var(--dps-green),var(--dps-green-dark)); border-radius: 20px; color: #fff; display: flex; gap: 17px; padding: 23px; }
.dps-tier-hero > span { font-size: 48px; }
.dps-tier-hero h3 { color: #fff; font-size: 27px; margin: 2px 0; }
.dps-tier-hero p { margin: 0; opacity: .85; }
.dps-benefit-card-static { margin-top: 18px; }
.dps-benefit-grid { display: grid; gap: 12px; grid-template-columns: repeat(2,1fr); }
.dps-benefit-grid > div { background: #fff; border: 1px solid var(--dps-border); border-radius: 15px; display: flex; flex-direction: column; gap: 5px; padding: 18px; }
.dps-benefit-grid > div > span { font-size: 27px; }
.dps-benefit-grid small { color: var(--dps-muted); }

.dps-preference-form { background: #fff; border: 1px solid var(--dps-border); border-radius: 17px; overflow: hidden; }
.dps-preference-form > label { align-items: center; display: flex; justify-content: space-between; padding: 17px; }
.dps-preference-form > label + label { border-top: 1px solid var(--dps-border); }
.dps-preference-form label span { display: flex; flex-direction: column; }
.dps-preference-form label small { color: var(--dps-muted); margin-top: 4px; }
.dps-preference-form input[type="checkbox"] { accent-color: var(--dps-green); height: 22px; width: 22px; }
.dps-preference-form .dps-note-field { align-items: stretch; flex-direction: column; gap: 9px; }
.dps-preference-form textarea { border: 1px solid var(--dps-border); border-radius: 11px; min-height: 105px; padding: 11px; width: 100%; }
.dps-preference-form .button { margin: 15px; width: calc(100% - 30px); }

.dps-order-partner-summary { background: linear-gradient(135deg,#f3fbf6,#fff 72%); border: 1px solid #dce9e2; border-radius: 16px; margin-top: 22px; padding: 18px; }
.dps-order-partner-summary h2 { margin: 0 0 12px; }
.dps-order-partner-grid { display: grid; gap: 9px; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); }
.dps-order-partner-grid > div { background: #fff; border-radius: 11px; box-shadow: 0 3px 12px rgba(20,92,56,.06); display: grid; gap: 4px; padding: 11px; }
.dps-order-partner-grid small { color: var(--dps-muted); }
.dps-order-partner-grid strong { color: var(--dps-green); font-size: 17px; }
.dps-order-partner-summary > p { color: var(--dps-muted); font-size: 13px; margin: 12px 0 0; }
.dps-product-reward { color: var(--dps-green); font-size: 13px; font-weight: 700; margin: 5px 0; }
.dps-product-reward span { align-items: center; background: var(--dps-mint); border-radius: 50%; display: inline-flex; height: 22px; justify-content: center; width: 22px; }
.dps-checkout-wallet { background: var(--dps-mint); border: 1px solid #bcdcc8; border-radius: 12px; margin: 12px 0; padding: 14px; }
.dps-checkout-wallet label { align-items: center; display: flex; gap: 9px; }
.dps-checkout-wallet label strong { color: var(--dps-green); margin-left: auto; }
.dps-checkout-wallet small { color: var(--dps-muted); display: block; margin: 5px 0 0 25px; }

.dps-mobile-nav { display: none; }

@media (min-width: 768px) {
  .dps-account-dashboard-page .site-content > .ast-container { max-width: 1140px; }
}

@media (max-width: 767px) {
  .dps-my-account-page .woocommerce-MyAccount-navigation { display: none !important; }
  .dps-my-account-page .woocommerce-MyAccount-content { float: none !important; width: 100% !important; }
  .dps-my-account-page .site-content > .ast-container { padding-left: 0; padding-right: 0; }
  .dps-account { padding: 18px 13px 98px; }
  .dps-account-topbar { margin-bottom: 14px; }
  .dps-welcome-line { align-items: flex-start; }
  .dps-secure-pill { margin-top: 4px; }
  .dps-profile-card { gap: 13px; grid-template-columns: auto minmax(0,1fr); min-height: 0; padding: 18px; }
  .dps-avatar-initial { font-size: 24px; height: 64px; width: 64px; }
  .dps-profile-copy h2 { font-size: 21px; }
  .dps-profile-copy p { font-size: 12px; }
  .dps-profile-meta { gap: 7px; margin-top: 8px; }
  .dps-edit-link { grid-column: 2; justify-self: start; padding: 7px 10px; }
  .dps-stat-grid { gap: 8px; }
  .dps-stat-grid a { display: flex; flex-direction: column; gap: 2px; padding: 11px 5px; text-align: center; }
  .dps-stat-icon { height: 38px; margin-bottom: 3px; width: 38px; }
  .dps-stat-icon svg { height: 20px; width: 20px; }
  .dps-stat-grid strong { font-size: 17px; }
  .dps-stat-grid i { display: none; }
  .dps-delivery-strip { gap: 9px; }
  .dps-action-grid { gap: 9px; }
  .dps-action-grid > a { min-height: 74px; padding: 11px; }
  .dps-action-grid > a > span { height: 40px; width: 40px; }
  .dps-action-grid > a > span svg { height: 21px; width: 21px; }
  .dps-benefit-card { gap: 12px; grid-template-columns: auto minmax(0,1fr); padding: 15px; }
  .dps-benefit-medal { height: 52px; width: 52px; }
  .dps-settings-list a { padding: 10px 12px; }
  .dps-wallet-balance { padding: 19px; }
  .dps-wallet-balance > div:first-child strong { font-size: 36px; }
  .dps-wallet-balance > div + div { padding-left: 15px; }
  .dps-wallet-actions { gap: 8px; }
  .dps-wallet-actions .button { font-size: 13px; padding: 11px 7px; }
  .dps-wallet-benefit { grid-template-columns: 1fr 1fr; }
  .dps-wallet-benefit > div:last-child { grid-column: 1/-1; }
  .dps-benefit-grid { grid-template-columns: 1fr; }
  .dps-mobile-nav { background: rgba(255,255,255,.98); border-top: 1px solid var(--dps-border); bottom: 0; box-shadow: 0 -9px 25px rgba(31,64,46,.08); display: grid; grid-template-columns: repeat(5,1fr); left: 0; padding: 7px 7px max(8px,env(safe-area-inset-bottom)); position: fixed; right: 0; z-index: 9999; }
  .dps-mobile-nav a { align-items: center; border-radius: 11px; color: #526159; display: flex; flex-direction: column; font-size: 10px; gap: 3px; justify-content: center; min-height: 50px; padding: 5px 1px; text-decoration: none; }
  .dps-mobile-nav a svg { height: 22px; width: 22px; }
  .dps-mobile-nav a.is-active { background: var(--dps-mint); color: var(--dps-green); font-weight: 800; }
}

@media (max-width: 520px) {
  .dps-brand-mark { border-radius: 11px; height: 38px; width: 38px; }
  .dps-account-brand strong { font-size: 15px; }
  .dps-welcome-line > div > span { font-size: 21px; }
  .dps-welcome-line small { font-size: 11px; }
  .dps-secure-pill { display: none; }
  .dps-profile-card { border-radius: 18px; }
  .dps-action-grid { grid-template-columns: 1fr; }
  .dps-delivery-strip { grid-template-columns: auto minmax(0,1fr); }
  .dps-delivery-strip > a { grid-column: 2; justify-self: start; }
  .dps-benefit-medal { display: none; }
  .dps-benefit-card { grid-template-columns: minmax(0,1fr); }
  .dps-card-heading { align-items: flex-start; }
  .dps-card-heading span { white-space: normal; }
  .dps-wallet-balance { grid-template-columns: minmax(0,1fr); }
  .dps-wallet-balance > div { min-width: 0; }
  .dps-wallet-balance > div + div { border-left: 0; border-top: 1px dashed rgba(255,255,255,.5); padding-left: 0; padding-top: 15px; }
  .dps-wallet-balance p { align-items: flex-start; flex-direction: column; gap: 3px; }
  .dps-wallet-actions { grid-template-columns: minmax(0,1fr); }
  .dps-wallet-benefit { grid-template-columns: minmax(0,1fr); }
  .dps-wallet-benefit > div:last-child { grid-column: auto; }
  .dps-transaction { gap: 9px; grid-template-columns: auto minmax(0,1fr) auto; padding: 12px; }
  .dps-transaction strong, .dps-transaction small { overflow-wrap: anywhere; }
}

@media (max-width: 480px) {
  .dps-account { padding-left: 11px; padding-right: 11px; }
  .dps-stat-grid { gap: 6px; }
  .dps-stat-grid small { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .dps-account a { transition: none; }
}
