/**
 * point-guide.css — 포인트 안내 (/point)
 * 스타일 SSOT: docs/design-md/wooseok.md · wh-tokens.css
 * 그라데이션 금지 · 플랫 · soft round · Pretendard · Wehome brand #681DC7
 */
@import url('../wh-tokens.css');

#wehome-no-history-logo {
  display: none !important;
}

.nav.clean {
  display: none !important;
}

#content.pg-page {
  font-family: var(--wh-ff, 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  background: #f2f4f6;
  padding: 0 !important;
  padding-bottom: calc(var(--bar-h, 66px) + env(safe-area-inset-bottom) + 24px) !important;
  min-height: 100vh;
}

#content.pg-page a,
#content.pg-page a:hover,
#content.pg-page a:focus,
#content.pg-page a:active {
  text-decoration: none !important;
}

/* ── HERO (플랫, 그레이 캔버스) ── */
.pg-hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 96px 20px 8px;
  background: #f2f4f6;
}

.pg-hero-inner {
  margin-bottom: 0;
}

.pg-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(104, 29, 199, 0.08);
  border-radius: 980px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
  letter-spacing: -0.2px;
  margin-bottom: 14px;
}

.pg-hero-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wh-brand, #681DC7);
}

.pg-hero-title {
  font-size: 26px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.28;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.pg-hero-title .em {
  color: var(--wh-brand, #681DC7);
}

.pg-hero-sub {
  font-size: 15px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.2px;
  word-break: keep-all;
}

.pg-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.pg-kpi {
  background: #fff;
  border-radius: var(--wh-radius-md);
  padding: 16px 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-kpi-val {
  font-size: 18px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.pg-kpi-val .acc {
  color: var(--wh-brand, #681DC7);
}

.pg-kpi-lbl {
  font-size: var(--wh-text-xs, 12px);
  font-weight: 500;
  color: var(--wh-tx3, #66707d);
  margin-top: 6px;
  letter-spacing: -0.01em;
  word-break: keep-all;
  line-height: 1.4;
}

/* ── SECTIONS ── */
.pg-section {
  padding: 28px 20px 0;
}

.pg-section-eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--wh-tx3, #66707d);
  letter-spacing: -0.2px;
  margin-bottom: 6px;
}

.pg-section-title {
  font-size: 22px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 6px;
  word-break: keep-all;
}

.pg-section-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
  margin-bottom: 14px;
}

/* ── BASIC POLICY GRID ── */
.pg-basics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pg-basic-card {
  background: #fff;
  border-radius: var(--wh-radius-md);
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-basic-card-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--wh-radius-sm);
  background: #f2f4f6;
  color: #4e5968;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.pg-basic-card-icon .material-symbols-rounded {
  font-size: 18px;
  font-variation-settings: 'FILL' 0;
}

.pg-basic-card-lbl {
  font-size: var(--wh-text-xs, 12px);
  font-weight: 600;
  color: var(--wh-tx3, #66707d);
  margin-bottom: 4px;
}

.pg-basic-card-val {
  font-size: 16px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 6px;
}

.pg-basic-card-desc {
  font-size: 12px;
  color: #6b7684;
  line-height: 1.55;
  letter-spacing: -0.1px;
  word-break: keep-all;
}

/* ── EARN LIST ── */
.pg-earn-list {
  background: #fff;
  border-radius: var(--wh-radius-lg);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.pg-earn-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #f2f4f6;
}

.pg-earn-item:last-child {
  border-bottom: none;
}

.pg-earn-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--wh-radius-sm);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f6;
}

.pg-earn-icon .material-symbols-rounded {
  font-size: 20px;
  color: #4e5968;
  font-variation-settings: 'FILL' 0;
}

.pg-earn-body {
  flex: 1;
  min-width: 0;
}

.pg-earn-title {
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.25px;
  line-height: 1.35;
  word-break: keep-all;
}

.pg-earn-right {
  text-align: right;
  flex-shrink: 0;
}

.pg-earn-pts {
  font-size: 15px;
  font-weight: 800;
  color: var(--wh-brand, #681DC7);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.pg-earn-pts-sub {
  font-size: var(--wh-text-xs, 12px);
  color: var(--wh-tx3, #66707d);
  margin-top: 2px;
}

.pg-earn-sub {
  font-size: 12px;
  color: var(--wh-tx3, #66707d);
  margin-top: 4px;
  line-height: 1.4;
}

.pg-earn-cta {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: var(--wh-radius-xs);
  background: var(--wh-brand, #681DC7);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.pg-earn-item-link .pg-earn-right {
  min-width: 88px;
}

.pg-earn-cta:hover {
  opacity: 0.92;
}

.pg-page a.pg-earn-cta,
.pg-page a.pg-earn-cta:hover,
.pg-page a.pg-earn-cta:focus {
  text-decoration: none !important;
}

/* ── REFERRAL ── */
.pg-referral {
  margin-top: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: var(--wh-radius-lg);
  padding: 18px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-referral-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: var(--wh-text-xs, 12px);
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
  background: rgba(104, 29, 199, 0.08);
  border-radius: 980px;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.pg-referral-title {
  font-size: 16px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.35;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
  word-break: keep-all;
}

.pg-referral-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

.pg-referral-link {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: var(--wh-radius-sm);
  background: var(--wh-brand, #681DC7);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.pg-referral-link:hover,
.pg-referral-link:focus,
.pg-referral-link:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
}

.pg-event-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(104, 29, 199, 0.06);
  border: 1px solid rgba(104, 29, 199, 0.12);
  border-radius: var(--wh-radius-btn);
  padding: 14px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #4e5968;
  line-height: 1.5;
}

.pg-event-banner strong {
  display: block;
  color: #191f28;
  font-size: 14px;
  margin-bottom: 2px;
}

.pg-event-banner .material-symbols-rounded {
  color: var(--wh-brand, #681DC7);
  font-size: 22px;
  flex-shrink: 0;
  font-variation-settings: 'FILL' 0;
}

.pg-earn-pts-event {
  font-size: var(--wh-text-xs, 12px);
  color: var(--wh-brand, #681DC7);
  font-weight: 700;
  margin-top: 2px;
}

/* ── EDGE CASES ── */
.pg-edge-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pg-edge-card {
  border-radius: var(--wh-radius-lg);
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-edge-card.keep {
  background: #fff;
}

.pg-edge-card.caution {
  background: #fff;
}

.pg-edge-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.pg-edge-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--wh-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pg-edge-card.keep .pg-edge-icon {
  background: #e8faf0;
}

.pg-edge-card.caution .pg-edge-icon {
  background: #fff4e6;
}

.pg-edge-icon .material-symbols-rounded {
  font-size: 18px;
  font-variation-settings: 'FILL' 1;
}

.pg-edge-card.keep .pg-edge-icon .material-symbols-rounded {
  color: #059669;
}

.pg-edge-card.caution .pg-edge-icon .material-symbols-rounded {
  color: #d97706;
}

.pg-edge-title {
  font-size: 15px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.25px;
}

.pg-edge-tag {
  display: inline-flex;
  border-radius: 980px;
  padding: 3px 8px;
  font-size: var(--wh-text-xs, 12px);
  font-weight: 700;
  margin-top: 4px;
}

.pg-edge-card.keep .pg-edge-tag {
  background: #e8faf0;
  color: #047857;
}

.pg-edge-card.caution .pg-edge-tag {
  background: #fff4e6;
  color: #b45309;
}

.pg-edge-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pg-edge-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

.pg-edge-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 9px;
  background: var(--wh-tx3, #66707d);
}

/* ── HOW TO ── */
.pg-howto-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pg-howto-item {
  background: #fff;
  border-radius: var(--wh-radius-lg);
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-howto-step {
  width: 28px;
  height: 28px;
  border-radius: var(--wh-radius-xs);
  flex-shrink: 0;
  background: #191f28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.pg-howto-title {
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.25px;
  margin-bottom: 4px;
}

.pg-howto-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

/* ── FAQ ── */
.pg-faq-list {
  background: #fff;
  border-radius: var(--wh-radius-lg);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.pg-faq-item {
  border-bottom: 1px solid #f2f4f6;
}

.pg-faq-item:last-child {
  border-bottom: none;
}

.pg-faq-q {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  font-family: inherit;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.pg-faq-q:active {
  background: #f9fafb;
}

.pg-faq-q-icon {
  width: 32px;
  height: 32px;
  border-radius: var(--wh-radius-xs);
  flex-shrink: 0;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-faq-q-icon .material-symbols-rounded {
  font-size: 16px;
  color: #4e5968;
  font-variation-settings: 'FILL' 0;
}

.pg-faq-q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.2px;
  line-height: 1.4;
  word-break: keep-all;
}

.pg-faq-chevron {
  font-size: 20px;
  color: var(--wh-tx3, #66707d);
  flex-shrink: 0;
  transition: transform 0.22s cubic-bezier(0.32, 0.72, 0, 1);
  font-variation-settings: 'FILL' 0;
}

.pg-faq-item.open .pg-faq-chevron {
  transform: rotate(90deg);
}

.pg-faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--wh-motion-base, 260ms) var(--wh-ease-out-smooth, cubic-bezier(0.16, 1, 0.3, 1));
}

.pg-faq-item.open .pg-faq-a {
  grid-template-rows: 1fr;
}

.pg-faq-a-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 16px 16px 58px;
  font-size: 14px;
  color: #4e5968;
  line-height: 1.65;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

.pg-faq-a-inner strong {
  color: #191f28;
  font-weight: 700;
}

/* ── CTA ── */
.pg-cta {
  margin: 32px 20px 0;
  background: #fff;
  border-radius: var(--wh-radius-lg);
  padding: 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-cta-title {
  font-size: 20px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.32;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  word-break: keep-all;
}

.pg-cta-title .em {
  color: var(--wh-brand, #681DC7);
}

.pg-cta-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  margin-bottom: 16px;
  word-break: keep-all;
}

.pg-cta-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: var(--wh-brand, #681DC7);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding: 15px 20px;
  border-radius: var(--wh-radius-btn);
  transition: opacity 0.15s ease;
}

.pg-cta-btn:active {
  opacity: 0.88;
}

.pg-divider {
  height: 8px;
}

.pg-dt-only {
  display: none !important;
}

.sp-dt-only {
  display: none !important;
}

.pg-earn-layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pg-earn-layout .pg-referral {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pg-hero {
    padding-top: 104px;
  }

  .pg-hero-title {
    font-size: 32px;
  }

  .pg-section,
  .pg-hero {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-cta {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ── 내 포인트 (/account/points) .pt-* ── */
div#content.pt-page {
  font-family: var(--wh-ff, 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  background: #f2f4f6 !important;
  background-color: #f2f4f6 !important;
  width: 100%;
  min-height: 100vh;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-left: none !important;
  border-right: none !important;
  overflow-y: visible;
}

div#content.pt-page a,
div#content.pt-page a:hover,
div#content.pt-page a:focus,
div#content.pt-page a:active {
  text-decoration: none !important;
}

.pt-wrap {
  padding: 0 0 calc(var(--bottom-naverbar-height, 66px) + 24px + var(--safe-b, 0px));
}

.pt-help-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #4e5968;
  padding: 4px;
}

.pt-help-btn .material-symbols-rounded {
  font-size: 22px;
  font-variation-settings: 'FILL' 0;
}

.pt-summary {
  padding: calc(56px + env(safe-area-inset-top, 0px) + 20px) 20px 16px;
}

.pt-balance-card {
  background: #fff;
  border-radius: var(--wh-radius-lg);
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pt-balance-label {
  font-size: 13px;
  color: var(--wh-tx3, #66707d);
  font-weight: 600;
  margin-bottom: 8px;
}

.pt-balance-amount {
  font-size: 34px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -1px;
  line-height: 1;
}

.pt-balance-amount sup {
  font-size: 18px;
  font-weight: 700;
  margin-left: 2px;
  color: var(--wh-brand, #681DC7);
  vertical-align: middle;
}

.pt-balance-pending-wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pt-balance-pending-label {
  font-size: 12px;
  color: var(--wh-tx3, #66707d);
}

.pt-balance-pending-badge {
  background: rgba(104, 29, 199, 0.08);
  border-radius: 980px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
}

.pt-balance-note {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f2f4f6;
  font-size: 12px;
  color: var(--wh-tx3, #66707d);
  line-height: 1.5;
}

.pt-referral {
  margin-top: 10px;
  background: #fff;
  border-radius: var(--wh-radius-lg);
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pt-referral-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-tx3, #66707d);
  margin-bottom: 8px;
}

.pt-referral-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pt-referral-code {
  flex: 1;
  font-size: 18px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: 0.08em;
}

.pt-referral-copy {
  flex-shrink: 0;
  border: none;
  background: #f2f4f6;
  color: #4e5968;
  border-radius: var(--wh-radius-sm);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.pt-referral-copy:active {
  opacity: 0.85;
}

.pt-referral-desc {
  margin-top: 8px;
  font-size: 12px;
  color: #6b7684;
  line-height: 1.5;
}

.pt-tabs-wrap {
  background: #fff;
  border-bottom: 1px solid #f2f4f6;
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0 20px;
  border-radius: 16px 16px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pt-tabs {
  display: flex;
  padding: 0 4px;
}

.pt-tab {
  flex: 1;
  text-align: center;
  padding: 14px 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--wh-tx3, #66707d);
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

.pt-tab.active {
  color: var(--wh-brand, #681DC7);
  font-weight: 700;
  border-bottom-color: var(--wh-brand, #681DC7);
}

.pt-filter-wrap {
  background: #fff;
  padding: 10px 14px 0;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.pt-filter-wrap::-webkit-scrollbar {
  display: none;
}

.pt-filter-btn {
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 980px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #f2f4f6;
  background: #f2f4f6;
  color: #6b7684;
  cursor: pointer;
  margin-bottom: 10px;
}

.pt-filter-btn.active {
  background: var(--wh-brand, #681DC7);
  color: #fff;
  border-color: var(--wh-brand, #681DC7);
}

.pt-list-header {
  padding: 14px 20px 8px;
  font-size: 12px;
  color: var(--wh-tx3, #66707d);
  font-weight: 600;
}

.pt-list-wrap {
  background: #fff;
  margin: 0 20px 12px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-top: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pt-row {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  gap: 12px;
  border-bottom: 1px solid #f2f4f6;
}

.pt-row:last-child {
  border-bottom: none;
}

.pt-row-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--wh-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pt-row-icon.earn {
  background: rgba(104, 29, 199, 0.08);
  color: var(--wh-brand, #681DC7);
}

.pt-row-icon.use {
  background: #fff4e6;
  color: #d97706;
}

.pt-row-icon.exp {
  background: #f2f4f6;
  color: var(--wh-tx3, #66707d);
}

.pt-row-icon .material-symbols-rounded {
  font-size: 20px;
  font-variation-settings: 'FILL' 0;
}

.pt-row-body {
  flex: 1;
  min-width: 0;
}

.pt-row-type {
  font-size: 14px;
  font-weight: 700;
  color: #191f28;
  line-height: 1.3;
}

.pt-row-desc {
  font-size: 12px;
  color: var(--wh-tx3, #66707d);
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pt-row-date {
  font-size: var(--wh-text-xs, 12px);
  color: var(--wh-tx3, #66707d);
  margin-top: 3px;
}

.pt-row-expire {
  font-size: var(--wh-text-xs, 12px);
  color: var(--wh-tx3, #66707d);
}

.pt-row-expire.soon {
  color: #ff3b30;
}

.pt-row-right {
  text-align: right;
  flex-shrink: 0;
}

.pt-row-amount {
  font-size: 15px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.pt-row-amount.pos {
  color: var(--wh-brand, #681DC7);
}

.pt-row-amount.neg {
  color: #d97706;
}

.pt-row-amount.exp-c {
  color: var(--wh-tx3, #66707d);
}

.pt-row-status {
  font-size: var(--wh-text-xs, 12px);
  margin-top: 3px;
}

.st-confirmed {
  color: #059669;
}

.st-pending {
  color: #d97706;
}

.st-used,
.st-expired {
  color: var(--wh-tx3, #66707d);
}

.pt-empty {
  text-align: center;
  padding: 56px 24px;
  background: #fff;
  border-radius: var(--wh-radius-md);
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pt-empty .material-symbols-rounded {
  font-size: 44px;
  color: var(--wh-tx3, #66707d);
  display: block;
  margin-bottom: 12px;
}

.pt-empty p {
  font-size: 14px;
  color: #6b7684;
  margin: 0 0 16px;
}

.pt-empty-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: var(--wh-radius-sm);
  background: var(--wh-brand, #681DC7);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.pt-pager {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 4px 20px 0;
  flex-wrap: wrap;
}

.pt-pager a,
.pt-pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: var(--wh-radius-xs);
  font-size: 13px;
  font-weight: 600;
  color: #4e5968;
  background: #fff;
  padding: 0 6px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pt-pager span.cur {
  background: var(--wh-brand, #681DC7);
  color: #fff;
  border-color: var(--wh-brand, #681DC7);
}

@media (min-width: 768px) {
  .pt-summary,
  .pt-tabs-wrap,
  .pt-filter-wrap,
  .pt-list-wrap,
  .pt-list-header,
  .pt-empty,
  .pt-pager {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .pt-filter-wrap,
  .pt-list-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ── APP REVIEW POINT (/account/app_review_point) ── */
.arp-page {
  background: #f2f4f6;
  min-height: 100vh;
  padding-bottom: 32px;
}
.arp-hero {
  background: #fff;
  padding: 24px 20px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.arp-hero-badge {
  display: inline-block;
  font-size: var(--wh-text-xs, 12px);
  font-weight: 700;
  color: #681DC7;
  background: rgba(104, 29, 199,0.08);
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 12px;
}
.arp-hero-title {
  font-size: 22px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.35;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}
.arp-hero-title .acc { color: #681DC7; }
.arp-hero-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  margin: 0 0 8px;
}
.arp-legal {
  font-size: 12px;
  color: var(--wh-tx3, #66707d);
  line-height: 1.5;
  margin: 0;
}
.arp-alert {
  margin: 16px;
  padding: 14px 16px;
  background: #fef9ef;
  border: 1px solid #fde68a;
  border-radius: var(--wh-radius-sm);
  font-size: 14px;
  color: #4e5968;
}
.arp-status-row {
  padding: 12px 20px 0;
  font-size: 13px;
  color: var(--wh-tx3, #66707d);
}
.arp-store-grid {
  padding: 12px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.arp-card {
  background: #fff;
  border-radius: var(--wh-radius-md);
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  padding: 16px;
}
.arp-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.arp-card-head .material-symbols-rounded {
  font-size: 28px;
  color: #681DC7;
  background: rgba(104, 29, 199,0.08);
  padding: 8px;
  border-radius: var(--wh-radius-sm);
}
.arp-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #191f28;
}
.arp-card-pts {
  font-size: 12px;
  color: var(--wh-tx3, #66707d);
  margin-top: 2px;
}
.arp-badge {
  margin-left: auto;
  font-size: var(--wh-text-xs, 12px);
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 100px;
  white-space: nowrap;
}
.arp-badge-none { background: #f2f4f6; color: var(--wh-tx3, #66707d); }
.arp-badge-granted { background: rgba(104, 29, 199,0.1); color: #681DC7; }
.arp-badge-pending, .arp-badge-manual { background: #fef9ef; color: #b45309; }
.arp-badge-rejected { background: #fef2f2; color: #dc2626; }
.arp-reject {
  font-size: 13px;
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: var(--wh-radius-xs);
  padding: 10px 12px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.arp-done-msg, .arp-wait-msg {
  font-size: 14px;
  color: #4e5968;
  padding: 8px 0 4px;
}
.arp-form { display: flex; flex-direction: column; gap: 10px; }
.arp-file {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px dashed #d1d6db;
  border-radius: var(--wh-radius-sm);
  cursor: pointer;
  background: #f9fafb;
}
.arp-file input { display: none; }
.arp-file-text {
  font-size: 14px;
  color: #4e5968;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.arp-submit {
  width: 100%;
  border: none;
  border-radius: var(--wh-radius-btn);
  background: #681DC7;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px;
  cursor: pointer;
}
.arp-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.arp-guide {
  margin: 20px 16px 0;
  background: #fff;
  border-radius: var(--wh-radius-md);
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.04);
}
.arp-guide-title {
  font-size: 15px;
  font-weight: 800;
  color: #191f28;
  margin-bottom: 10px;
}
.arp-guide ol {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: #4e5968;
  line-height: 1.65;
}
.arp-guide-note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--wh-tx3, #66707d);
  line-height: 1.5;
}
.arp-page a,
.arp-page a:hover,
.arp-page a:focus { text-decoration: none !important; }
