.jac-club-app {
  --jc-blue: #1a73e8;
  --jc-blue-dark: #174ea6;
  --jc-blue-soft: #e8f0fe;
  --jc-green: #188038;
  --jc-green-soft: #e6f4ea;
  --jc-amber: #b06000;
  --jc-amber-soft: #fef7e0;
  --jc-red: #c5221f;
  --jc-red-soft: #fce8e6;
  --jc-purple: #8430ce;
  --jc-purple-soft: #f3e8fd;
  --jc-ink: #202124;
  --jc-muted: #5f6368;
  --jc-subtle: #80868b;
  --jc-line: #dadce0;
  --jc-line-soft: #edf0f2;
  --jc-paper: #fff;
  --jc-canvas: #f8fafd;
  --jc-shadow: 0 1px 2px rgba(60, 64, 67, .12), 0 1px 3px 1px rgba(60, 64, 67, .06);
  color: var(--jc-ink);
  display: grid;
  font: 13px/1.55 "Google Sans", Roboto, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  gap: 16px;
  margin: 0 auto 48px;
  max-width: 1480px;
  min-width: 0;
  width: 100%;
}

.jac-club-app * { box-sizing: border-box; }
.jac-club-app.is-meal-standalone { max-width: 1280px; }
.jac-club-app button,
.jac-club-app input,
.jac-club-app select,
.jac-club-app textarea { font: inherit; }
.jac-club-app input[type="checkbox"],
.jac-club-app input[type="radio"] { accent-color: var(--jc-blue); }
.jac-club-app button:focus-visible { outline: 2px solid var(--jc-blue); outline-offset: 2px; }

.jc-hero {
  background:
    radial-gradient(circle at 83% 18%, rgba(255, 255, 255, .74), transparent 20%),
    linear-gradient(135deg, #fff 0%, #f7faff 47%, #e9f1ff 100%);
  border: 1px solid var(--jc-line);
  border-radius: 18px 18px 0 0;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  min-height: 250px;
  overflow: hidden;
  padding: 36px 42px;
  position: relative;
}

.jc-hero::before {
  background: linear-gradient(90deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc04 50% 75%, #ea4335 75% 100%);
  border-radius: 0 0 5px 5px;
  content: "";
  height: 4px;
  left: 42px;
  position: absolute;
  top: 0;
  width: 180px;
}

.jc-hero-copy,
.jc-wallet { position: relative; z-index: 2; }
.jc-hero-copy { align-self: center; max-width: 700px; }
.jc-kicker,
.jc-panel > header span,
.jc-mall-head > div:first-child > span,
.jc-governance-head > div:first-child > span {
  color: var(--jc-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.jc-hero-copy h2 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 520;
  letter-spacing: -.055em;
  line-height: 1;
  margin: 12px 0 14px;
}
.jc-hero-copy > p {
  color: var(--jc-muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  max-width: 600px;
}
.jc-hero-principle {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.jc-hero-principle span {
  background: rgba(255, 255, 255, .88);
  border: 1px solid #c7d7f1;
  border-radius: 999px;
  color: var(--jc-blue-dark);
  font-size: 11px;
  font-weight: 700;
  padding: 7px 11px;
}
.jc-hero-principle i { color: #8aa8d6; font-style: normal; }

.jc-wallet {
  align-self: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(174, 203, 250, .88);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(60, 92, 138, .12);
  display: grid;
  gap: 16px;
  padding: 20px 22px;
}
.jc-wallet-person { align-items: center; display: flex; gap: 11px; }
.jc-wallet-person > div { display: grid; gap: 1px; min-width: 0; }
.jc-wallet-person span { font-size: 13px; font-weight: 700; }
.jc-wallet-person small { color: var(--jc-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jc-avatar {
  align-items: center;
  background: linear-gradient(135deg, #e8f0fe, #d2e3fc);
  border: 1px solid #aecbfa;
  border-radius: 50%;
  color: var(--jc-blue-dark);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.jc-wallet-balance { align-items: center; display: flex; gap: 17px; }
.jc-wallet-balance > div { align-items: baseline; display: flex; flex-wrap: wrap; gap: 5px; }
.jc-wallet-balance small { color: var(--jc-muted); flex: 0 0 100%; font-size: 11px; }
.jc-wallet-balance strong { font-size: 40px; font-weight: 560; letter-spacing: -.04em; line-height: 1; }
.jc-wallet-balance span { color: var(--jc-muted); font-size: 13px; }
.jc-wallet-tier { align-items: end; display: flex; gap: 16px; justify-content: space-between; }
.jc-wallet-tier > div { display: grid; gap: 2px; }
.jc-wallet-tier span { font-weight: 700; }
.jc-wallet-tier small { color: var(--jc-muted); }
.jc-wallet-tier > strong { color: var(--jc-blue-dark); font-size: 11px; white-space: nowrap; }
.jc-progress { background: #e8eaed; border-radius: 999px; height: 6px; overflow: hidden; }
.jc-progress i { background: linear-gradient(90deg, #1a73e8, #7baaf7); border-radius: inherit; display: block; height: 100%; }

.jc-hero-gem {
  height: 310px;
  opacity: .38;
  pointer-events: none;
  position: absolute;
  right: -65px;
  top: -88px;
  transform: rotate(8deg);
  width: 310px;
  z-index: 1;
}
.jc-hero-gem::before {
  background: linear-gradient(140deg, rgba(255,255,255,.9), rgba(174,203,250,.34));
  clip-path: polygon(50% 0, 86% 24%, 100% 58%, 50% 100%, 0 58%, 14% 24%);
  content: "";
  inset: 0;
  position: absolute;
}
.jc-hero-gem i { background: rgba(66, 133, 244, .22); height: 1px; left: 12%; position: absolute; top: 48%; transform-origin: center; width: 76%; }
.jc-hero-gem i:nth-child(2) { transform: rotate(52deg); }
.jc-hero-gem i:nth-child(3) { transform: rotate(-52deg); }
.jc-hero-gem i:nth-child(4) { transform: rotate(90deg); }

.jc-diamond {
  background: linear-gradient(145deg, #dcecff 0%, #72a8f4 46%, #1a73e8 100%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 38%, 50% 100%, 0 38%);
  display: inline-block;
  filter: drop-shadow(0 2px 2px rgba(26, 115, 232, .22));
  height: 16px;
  position: relative;
  vertical-align: -2px;
  width: 18px;
}
.jc-diamond::before,
.jc-diamond::after,
.jc-diamond i { background: rgba(255,255,255,.5); content: ""; height: 1px; left: 1px; position: absolute; top: 38%; transform: rotate(56deg); width: 17px; }
.jc-diamond::after { transform: rotate(-56deg); }
.jc-diamond i { left: 4px; top: 48%; transform: rotate(90deg); width: 10px; }
.jc-diamond.is-medium { height: 28px; width: 31px; }
.jc-diamond.is-large { height: 47px; width: 52px; }
.jc-diamond.is-empty { filter: grayscale(.5); height: 38px; opacity: .55; width: 42px; }

.jc-tabs {
  background: var(--jc-paper);
  border: 1px solid var(--jc-line);
  border-radius: 0 0 14px 14px;
  display: flex;
  gap: 4px;
  margin-top: -16px;
  overflow-x: auto;
  padding: 9px 12px;
}
.jc-tabs button,
.jc-mall-filter button,
.jc-governance-nav button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--jc-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 14px;
  white-space: nowrap;
}
.jc-tabs button:hover,
.jc-mall-filter button:hover,
.jc-governance-nav button:hover { background: #f1f3f4; color: var(--jc-ink); }
.jc-tabs button.active,
.jc-mall-filter button.active,
.jc-governance-nav button.active { background: var(--jc-blue-soft); color: var(--jc-blue-dark); }

.jc-notice {
  align-items: center;
  background: var(--jc-green-soft);
  border: 1px solid #ceead6;
  border-radius: 12px;
  color: #137333;
  display: flex;
  gap: 10px;
  padding: 11px 14px;
}
.jc-notice.is-error { background: var(--jc-red-soft); border-color: #fad2cf; color: #b3261e; }
.jc-notice > span { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: inline-flex; flex: 0 0 auto; height: 20px; justify-content: center; width: 20px; }
.jc-notice p { flex: 1; margin: 0; }
.jc-notice button { background: transparent; border: 0; color: currentColor; cursor: pointer; font-size: 18px; }

.jc-panel {
  background: var(--jc-paper);
  border: 1px solid var(--jc-line);
  border-radius: 14px;
  box-shadow: var(--jc-shadow);
  min-width: 0;
  overflow: hidden;
}
.jc-panel > header {
  align-items: flex-start;
  border-bottom: 1px solid var(--jc-line-soft);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 19px 22px 17px;
}
.jc-panel > header > div:first-child { min-width: 0; }
.jc-panel > header h3,
.jc-mall-head h3,
.jc-governance-head h3 {
  font-size: 20px;
  font-weight: 620;
  letter-spacing: -.025em;
  line-height: 1.2;
  margin: 5px 0 0;
}
.jc-panel > header p,
.jc-mall-head p,
.jc-governance-head p { color: var(--jc-muted); line-height: 1.7; margin: 8px 0 0; max-width: 700px; }
.jc-panel > header > small { color: var(--jc-muted); text-align: right; }

.jc-home-grid { display: grid; gap: 16px; grid-template-columns: minmax(0, 1.65fr) minmax(310px, .75fr); }
.jc-main-column,
.jc-side-column { display: grid; gap: 16px; min-width: 0; }
.jc-side-column { align-content: start; }
.jc-stat-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.jc-stat {
  background: var(--jc-paper);
  border: 1px solid var(--jc-line);
  border-radius: 12px;
  box-shadow: var(--jc-shadow);
  display: grid;
  gap: 4px;
  min-width: 0;
  overflow: hidden;
  padding: 17px 18px 15px;
  position: relative;
}
.jc-stat::before { background: var(--jc-blue); content: ""; height: 3px; left: 0; position: absolute; right: 0; top: 0; }
.jc-stat.is-green::before { background: #34a853; }
.jc-stat.is-amber::before { background: #f9ab00; }
.jc-stat.is-purple::before { background: #a142f4; }
.jc-stat span { color: var(--jc-muted); font-size: 11px; }
.jc-stat strong { font-size: 25px; font-weight: 600; letter-spacing: -.03em; }
.jc-stat small { color: var(--jc-subtle); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.jc-activity-list article,
.jc-recognition-feed article,
.jc-fulfillment-list article {
  align-items: center;
  border-bottom: 1px solid var(--jc-line-soft);
  display: flex;
  gap: 12px;
  padding: 14px 20px;
}
.jc-activity-list article:last-child,
.jc-recognition-feed article:last-child,
.jc-fulfillment-list article:last-child { border-bottom: 0; }
.jc-activity-icon { align-items: center; background: var(--jc-green-soft); border-radius: 50%; display: flex; flex: 0 0 auto; height: 38px; justify-content: center; width: 38px; }
.jc-activity-icon.spend { background: var(--jc-blue-soft); }
.jc-activity-list article > div { display: grid; flex: 1; gap: 2px; min-width: 0; }
.jc-activity-list strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jc-activity-list small { color: var(--jc-muted); }
.jc-activity-list b { font-size: 14px; font-weight: 750; white-space: nowrap; }
.jc-activity-list b.earn { color: var(--jc-green); }
.jc-activity-list b.spend { color: var(--jc-blue-dark); }

.jc-empty { align-items: center; color: var(--jc-muted); display: flex; flex-direction: column; gap: 8px; justify-content: center; min-height: 220px; padding: 28px; text-align: center; }
.jc-empty strong { color: var(--jc-ink); font-size: 15px; }
.jc-empty p { margin: 0; max-width: 430px; }
.jc-empty .jc-button { margin-top: 6px; }

.jc-impact-card { padding-bottom: 16px; }
.jc-category-bars { display: grid; gap: 13px; padding: 18px 20px 10px; }
.jc-category-bars > div { align-items: center; display: grid; gap: 8px; grid-template-columns: 82px minmax(80px, 1fr) 45px; }
.jc-category-bars span { color: var(--jc-muted); font-size: 11px; }
.jc-category-bars > div > div { background: #eceff1; border-radius: 999px; height: 7px; overflow: hidden; }
.jc-category-bars i { background: var(--jc-blue); border-radius: inherit; display: block; height: 100%; min-width: 3px; }
.jc-category-bars i.is-green { background: #34a853; }
.jc-category-bars i.is-purple { background: #a142f4; }
.jc-category-bars i.is-amber { background: #f9ab00; }
.jc-category-bars i.is-red { background: #ea4335; }
.jc-category-bars strong { font-size: 11px; text-align: right; }
.jc-impact-card > p { color: var(--jc-subtle); font-size: 11px; margin: 0; padding: 6px 20px; }

.jc-policy-card { padding-bottom: 14px; }
.jc-value-equation { align-items: center; background: #f8fafd; border: 1px solid var(--jc-line-soft); border-radius: 10px; display: flex; gap: 9px; margin: 18px 20px 10px; padding: 14px; }
.jc-value-equation strong { font-size: 15px; }
.jc-value-equation i { color: var(--jc-subtle); font-style: normal; }
.jc-value-equation span { color: var(--jc-blue-dark); font-size: 11px; font-weight: 700; }
.jc-policy-card ul { color: var(--jc-muted); display: grid; gap: 7px; margin: 12px 20px 8px; padding-left: 18px; }

.jc-how-it-works .jc-flow { align-items: center; display: grid; gap: 10px; grid-template-columns: repeat(7, auto); padding: 22px; }
.jc-flow article { background: var(--jc-canvas); border: 1px solid var(--jc-line-soft); border-radius: 11px; display: grid; gap: 5px; min-width: 0; padding: 16px; }
.jc-flow article b { color: var(--jc-blue); font-size: 10px; letter-spacing: .1em; }
.jc-flow article strong { font-size: 13px; }
.jc-flow article span { color: var(--jc-muted); font-size: 10px; }
.jc-flow > i { color: #9aa0a6; font-style: normal; }

.jc-form-layout { align-items: start; display: grid; gap: 16px; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); }
.jc-form { display: grid; gap: 17px 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 22px; }
.jc-form > label { display: grid; gap: 7px; min-width: 0; }
.jc-form > label > span,
.jc-field-title,
.jc-form legend { color: #3c4043; font-size: 11px; font-weight: 700; }
.jc-form input,
.jc-form select,
.jc-form textarea {
  background: var(--jc-paper);
  border: 1px solid #bdc1c6;
  border-radius: 8px;
  color: var(--jc-ink);
  min-height: 40px;
  outline: 0;
  padding: 9px 11px;
  width: 100%;
}
.jc-form textarea { line-height: 1.65; resize: vertical; }
.jc-form input:focus,
.jc-form select:focus,
.jc-form textarea:focus { border-color: var(--jc-blue); box-shadow: 0 0 0 2px rgba(26, 115, 232, .14); }
.jc-form label > small { color: var(--jc-subtle); }
.jc-form .is-wide { grid-column: 1 / -1; }
.jc-quota { align-items: baseline; display: flex; flex-wrap: wrap; justify-content: flex-end; min-width: 110px; }
.jc-quota strong { color: var(--jc-blue-dark); font-size: 26px; }
.jc-quota span { color: var(--jc-muted); font-size: 11px; }
.jc-quota small { color: var(--jc-subtle); flex: 0 0 100%; text-align: right; }

.jc-diamond-choice,
.jc-checkboxes { border: 0; display: flex; gap: 10px; grid-column: 1 / -1; margin: 0; min-width: 0; padding: 0; }
.jc-diamond-choice legend,
.jc-checkboxes legend { margin-bottom: 7px; }
.jc-diamond-choice label { cursor: pointer; flex: 1; min-width: 0; }
.jc-diamond-choice input { opacity: 0; pointer-events: none; position: absolute; }
.jc-diamond-choice label > span { align-items: center; border: 1px solid var(--jc-line); border-radius: 10px; display: grid; gap: 3px; grid-template-columns: auto 1fr; padding: 12px 13px; }
.jc-diamond-choice input:checked + span { background: var(--jc-blue-soft); border-color: var(--jc-blue); box-shadow: inset 0 0 0 1px var(--jc-blue); }
.jc-diamond-choice input:disabled + span { cursor: not-allowed; opacity: .45; }
.jc-diamond-choice strong { color: var(--jc-ink); font-size: 12px; }
.jc-diamond-choice small { color: var(--jc-muted); grid-column: 2; }
.jc-checkboxes label { cursor: pointer; flex: 1; position: relative; }
.jc-checkboxes input { height: 17px; left: 14px; margin: 0; min-height: 0; position: absolute; top: 15px; width: 17px; z-index: 1; }
.jc-checkboxes label > span { align-items: start; background: var(--jc-canvas); border: 1px solid var(--jc-line); border-radius: 10px; display: grid; gap: 3px; grid-template-columns: 1fr; min-height: 68px; padding: 13px 13px 13px 43px; }
.jc-checkboxes input:checked + span { background: var(--jc-blue-soft); border-color: #aecbfa; }
.jc-checkboxes strong,
.jc-checkboxes small { grid-column: 1; }
.jc-checkboxes small { color: var(--jc-muted); }
.jc-guardrail { align-items: start; background: var(--jc-amber-soft); border: 1px solid #fdd663; border-radius: 10px; display: grid !important; gap: 10px !important; grid-template-columns: auto 1fr; padding: 13px 14px; }
.jc-guardrail input { height: 17px; margin-top: 2px; min-height: 0; width: 17px; }
.jc-guardrail > span { display: grid; gap: 2px; }
.jc-guardrail small { color: #7a4c00 !important; font-weight: 400; }
.jc-form-actions { align-items: center; border-top: 1px solid var(--jc-line-soft); display: flex; gap: 16px; justify-content: space-between; margin-top: 2px; padding-top: 17px; }
.jc-form-actions > span { color: var(--jc-muted); font-size: 11px; }
.jc-button {
  background: var(--jc-paper);
  border: 1px solid var(--jc-line);
  border-radius: 8px;
  color: #3c4043;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  min-height: 36px;
  padding: 8px 15px;
}
.jc-button:hover:not(:disabled) { background: #f8fbff; border-color: #c2d7f7; box-shadow: 0 1px 2px rgba(60,64,67,.16); }
.jc-button.primary { background: var(--jc-blue); border-color: var(--jc-blue); color: #fff; }
.jc-button.primary:hover:not(:disabled) { background: var(--jc-blue-dark); border-color: var(--jc-blue-dark); }
.jc-button.secondary { background: #fff; color: var(--jc-blue); }
.jc-button:disabled { cursor: not-allowed; opacity: .55; }

.jc-recognition-feed > div > article { align-items: flex-start; }
.jc-recognition-feed article > div { flex: 1; min-width: 0; }
.jc-recognition-feed p { margin: 0; }
.jc-recognition-feed blockquote { color: var(--jc-muted); display: -webkit-box; margin: 7px 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.jc-recognition-feed small { color: var(--jc-subtle); }
.jc-recognition-feed article > b { align-items: center; color: var(--jc-blue-dark); display: flex; gap: 4px; white-space: nowrap; }

.jc-contribution-view { display: grid; gap: 16px; }
.jc-level-cards { display: grid; gap: 8px; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 7px; }
.jc-level-cards label { cursor: pointer; min-width: 0; }
.jc-level-cards input { opacity: 0; pointer-events: none; position: absolute; }
.jc-level-cards label > span { border: 1px solid var(--jc-line); border-radius: 10px; display: grid; gap: 5px; height: 100%; padding: 13px; }
.jc-level-cards input:checked + span { background: var(--jc-blue-soft); border-color: var(--jc-blue); box-shadow: inset 0 0 0 1px var(--jc-blue); }
.jc-level-cards i { color: var(--jc-blue); font-size: 12px; font-style: normal; font-weight: 800; }
.jc-level-cards strong { font-size: 14px; }
.jc-level-cards small { color: var(--jc-muted); font-size: 12px; line-height: 1.45; }
.jc-level-cards em { color: var(--jc-subtle); font-size: 11px; font-style: normal; margin-top: auto; }
.jc-application-list article { align-items: start; border-bottom: 1px solid var(--jc-line-soft); display: grid; gap: 14px; grid-template-columns: auto 1fr auto; padding: 16px 20px; }
.jc-application-list article:last-child { border-bottom: 0; }
.jc-application-list article > div { min-width: 0; }
.jc-application-list p { color: var(--jc-muted); display: -webkit-box; margin: 5px 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.jc-application-list small { color: var(--jc-subtle); }
.jc-application-list article > b { color: var(--jc-blue-dark); white-space: nowrap; }
.jc-status { background: #f1f3f4; border-radius: 999px; color: var(--jc-muted); display: inline-flex; font-size: 10px; font-weight: 700; padding: 5px 8px; white-space: nowrap; }
.jc-status.approved { background: var(--jc-green-soft); color: var(--jc-green); }
.jc-status.pending { background: var(--jc-amber-soft); color: var(--jc-amber); }
.jc-status.rejected { background: var(--jc-red-soft); color: var(--jc-red); }

.jc-mall-view,
.jc-impact-view,
.jc-governance-view { display: grid; gap: 16px; }
.jc-mall-head,
.jc-governance-head {
  align-items: center;
  background: linear-gradient(135deg, #fff, #f7faff);
  border: 1px solid var(--jc-line);
  border-radius: 14px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 24px 28px;
}
.jc-mall-balance { align-items: center; background: #fff; border: 1px solid #aecbfa; border-radius: 12px; display: flex; gap: 12px; min-width: 190px; padding: 13px 16px; }
.jc-mall-balance > div { align-items: baseline; display: flex; flex-wrap: wrap; gap: 5px; min-width: 0; }
.jc-mall-balance small { color: var(--jc-muted); flex: 0 0 100%; }
.jc-mall-balance strong { font-size: 27px; }
.jc-mall-balance span { color: var(--jc-muted); font-size: 10px; white-space: nowrap; }
.jc-mall-filter { align-items: center; background: var(--jc-blue-soft); border: 1px solid #d2e3fc; border-radius: 12px; display: flex; gap: 8px; min-width: 0; overflow: hidden; padding: 9px 12px; }
.jc-mall-filter > span { color: var(--jc-blue-dark); flex: 0 0 auto; font-size: 10px; font-weight: 800; letter-spacing: .06em; padding: 0 4px; }
.jc-mall-filter > div { display: flex; gap: 4px; min-width: 0; overflow-x: auto; }
.jc-mall-filter button { background: transparent; border: 0; border-radius: 999px; color: var(--jc-muted); font-size: 12px; font-weight: 700; line-height: normal; padding: 9px 14px; }
.jc-mall-filter button:hover { background: rgba(255,255,255,.7); color: var(--jc-ink); }
.jc-mall-filter button.active { background: #fff; border: 0; box-shadow: 0 1px 3px rgba(26,115,232,.12); color: var(--jc-blue-dark); }
.jc-reward-grid { display: grid; gap: 13px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jc-reward-card { background: #fff; border: 1px solid var(--jc-line); border-radius: 13px; box-shadow: var(--jc-shadow); display: grid; min-width: 0; overflow: hidden; }
.jc-reward-visual { align-items: center; background: linear-gradient(135deg, #edf4ff, #f9fbff); display: flex; justify-content: space-between; min-height: 106px; overflow: hidden; padding: 18px; position: relative; }
.jc-reward-visual::after { border: 1px solid rgba(26,115,232,.12); border-radius: 50%; content: ""; height: 120px; position: absolute; right: -50px; top: -55px; width: 120px; }
.jc-reward-visual > span:last-child { background: rgba(255,255,255,.85); border: 1px solid rgba(174,203,250,.8); border-radius: 999px; color: var(--jc-blue-dark); font-size: 9px; font-weight: 700; padding: 5px 8px; position: relative; z-index: 1; }
.jc-reward-icon { align-items: center; background: linear-gradient(145deg, #fff, #d2e3fc); border: 1px solid #aecbfa; border-radius: 16px; box-shadow: 0 4px 13px rgba(26,115,232,.12); color: var(--jc-blue-dark); display: inline-flex; font-size: 18px; font-weight: 800; height: 52px; justify-content: center; transform: rotate(-7deg); width: 52px; }
.jc-reward-icon.is-jewel { clip-path: polygon(25% 5%, 75% 5%, 100% 38%, 50% 100%, 0 38%); border-radius: 0; color: #fff; background: linear-gradient(145deg, #dcecff, #3c8bf2 56%, #174ea6); }
.jc-reward-icon.is-gift { background: linear-gradient(145deg, #fff8e1, #fdd663); border-color: #f9ab00; color: #7a4c00; }
.jc-reward-icon.is-journey { background: linear-gradient(145deg, #f3e8fd, #d7aefb); border-color: #c58af9; color: #681da8; }
.jc-reward-body { display: grid; gap: 10px; padding: 17px; }
.jc-reward-body h4 { font-size: 15px; line-height: 1.35; margin: 0; }
.jc-reward-body p { color: var(--jc-muted); display: -webkit-box; font-size: 11px; margin: 0; min-height: 52px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.jc-reward-body > div { align-items: center; display: flex; justify-content: space-between; }
.jc-reward-body > div strong { align-items: center; color: var(--jc-blue-dark); display: flex; font-size: 14px; gap: 5px; }
.jc-reward-body > div small { color: var(--jc-subtle); }
.jc-reward-body .jc-button { width: 100%; }

.jc-table-wrap { background: var(--jc-paper); overflow: auto; }
.jc-table-wrap table { background: var(--jc-paper); border-collapse: collapse; color: var(--jc-ink); min-width: 640px; width: 100%; }
.jc-table-wrap th { background: #f8fafd; color: var(--jc-muted); font-size: 10px; font-weight: 700; padding: 11px 15px; position: static; text-align: left; }
.jc-table-wrap td { background: var(--jc-paper); border-top: 1px solid var(--jc-line-soft); color: var(--jc-ink); padding: 13px 15px; }
.jc-table-wrap tbody tr:hover td { background: #f8fbff; }
.jc-table-wrap td strong { font-weight: 650; }

.jc-company-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jc-impact-directory > header p { max-width: 840px; }
.jc-profile-grid { display: grid; gap: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.jc-profile-grid article { align-items: center; border-bottom: 1px solid var(--jc-line-soft); display: grid; gap: 11px; grid-template-columns: 30px auto 1fr auto; min-width: 0; padding: 15px 20px; }
.jc-profile-grid article:nth-child(odd) { border-right: 1px solid var(--jc-line-soft); }
.jc-profile-rank { align-items: center; display: flex; justify-content: center; }
.jc-profile-rank > span { color: var(--jc-subtle); font-size: 11px; }
.jc-diamond.rank-1 { background: linear-gradient(145deg, #fff8c4, #f9ab00); }
.jc-diamond.rank-2 { background: linear-gradient(145deg, #f4f6f8, #9aa0a6); }
.jc-diamond.rank-3 { background: linear-gradient(145deg, #f6d1a6, #c26401); }
.jc-profile-main { display: grid; min-width: 0; }
.jc-profile-main strong,
.jc-profile-main small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jc-profile-main small { color: var(--jc-muted); }
.jc-profile-main > div { display: flex; gap: 5px; margin-top: 6px; }
.jc-profile-main > div span { background: #f1f3f4; border-radius: 999px; color: var(--jc-muted); font-size: 9px; padding: 3px 7px; }
.jc-profile-grid article > b { color: var(--jc-blue-dark); font-size: 20px; }
.jc-profile-grid article > b small { color: var(--jc-muted); font-size: 10px; margin-left: 2px; }
.jc-tier-system > div { display: grid; gap: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jc-tier-system article { border-right: 1px solid var(--jc-line-soft); display: grid; gap: 5px; justify-items: center; padding: 24px 18px; text-align: center; }
.jc-tier-system article:last-child { border-right: 0; }
.jc-tier-system article > span { color: var(--jc-blue); font-size: 10px; font-weight: 800; margin-top: 7px; }
.jc-tier-system article > strong { font-size: 14px; }
.jc-tier-system article > p { color: var(--jc-muted); font-size: 10px; margin: 0; }
.jc-tier-gem { align-items: center; background: #f1f3f4; border-radius: 50%; display: flex; height: 52px; justify-content: center; width: 52px; }
.jc-tier-gem.tier-1 { background: #e8f0fe; }
.jc-tier-gem.tier-2 { background: #f3e8fd; }
.jc-tier-gem.tier-3 { background: #fef7e0; }

.jc-governance-head { align-items: flex-end; }
.jc-governance-nav { display: flex; flex-wrap: wrap; gap: 4px; justify-content: flex-end; }
.jc-governance-body { padding: 0; }
.jc-review-list { display: grid; gap: 12px; padding: 16px; }
.jc-review-card { border: 1px solid var(--jc-line); border-radius: 12px; overflow: hidden; }
.jc-review-card > header { align-items: center; background: #f8fafd; display: flex; gap: 18px; justify-content: space-between; padding: 14px 16px; }
.jc-review-card > header > div { align-items: center; display: flex; gap: 10px; }
.jc-review-card > header > div > div { display: grid; gap: 2px; }
.jc-review-card > header small { color: var(--jc-muted); }
.jc-review-card > header > span { background: var(--jc-blue-soft); border-radius: 999px; color: var(--jc-blue-dark); font-size: 10px; font-weight: 700; padding: 6px 9px; }
.jc-review-card > p { color: var(--jc-muted); line-height: 1.7; margin: 0; padding: 15px 17px 8px; }
.jc-review-meta { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 17px 13px; }
.jc-review-meta span,
.jc-review-meta a { background: #f1f3f4; border-radius: 999px; color: var(--jc-muted); font-size: 9px; padding: 4px 7px; text-decoration: none; }
.jc-review-meta a { background: var(--jc-blue-soft); color: var(--jc-blue-dark); }
.jc-review-card > footer { align-items: center; border-top: 1px solid var(--jc-line-soft); display: flex; gap: 8px; justify-content: flex-end; padding: 11px 15px; }
.jc-review-card > footer > small { color: var(--jc-subtle); margin-right: auto; }
.jc-review-card footer label { align-items: center; color: var(--jc-muted); display: flex; gap: 6px; font-size: 10px; }
.jc-review-card footer input { border: 1px solid #bdc1c6; border-radius: 6px; padding: 7px; width: 66px; }
.jc-fulfillment-list article > div { display: grid; flex: 1; }
.jc-fulfillment-list article > div span { color: var(--jc-muted); }
.jc-fulfillment-list article > div small { color: var(--jc-subtle); }
.jc-governance-body > .jc-stat-grid { padding: 16px 16px 0; }
.jc-audit-note { background: var(--jc-amber-soft); border-top: 1px solid #fdd663; color: #7a4c00; margin: 0; padding: 13px 16px; }
.jc-policy-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); }
.jc-policy-form { border-right: 1px solid var(--jc-line-soft); }
.jc-policy-layout aside { display: grid; gap: 10px; padding: 22px; }
.jc-policy-layout aside article { background: var(--jc-canvas); border: 1px solid var(--jc-line-soft); border-radius: 10px; display: grid; gap: 3px; padding: 15px; }
.jc-policy-layout aside span { color: var(--jc-muted); font-size: 10px; }
.jc-policy-layout aside strong { font-size: 21px; }
.jc-policy-layout aside small { color: var(--jc-subtle); }

body[data-theme="neutral"] .jac-club-app,
body[data-theme="light"] .jac-club-app { --jc-shadow: 0 1px 2px rgba(60, 64, 67, .08); }
body[data-theme="dark"] .jac-club-app,
body[data-theme="midnight"] .jac-club-app {
  --jc-blue: #8ab4f8;
  --jc-blue-dark: #aecbfa;
  --jc-blue-soft: #1a3762;
  --jc-green: #81c995;
  --jc-green-soft: #0d652d;
  --jc-amber: #fdd663;
  --jc-amber-soft: #3c2f05;
  --jc-red: #f28b82;
  --jc-red-soft: #5f2120;
  --jc-purple: #d7aefb;
  --jc-purple-soft: #3c1e70;
  --jc-ink: #e8eaed;
  --jc-muted: #bdc1c6;
  --jc-subtle: #9aa0a6;
  --jc-line: #3c4043;
  --jc-line-soft: #303134;
  --jc-paper: #202124;
  --jc-canvas: #292a2d;
}
body[data-theme="dark"] .jc-hero,
body[data-theme="midnight"] .jc-hero,
body[data-theme="dark"] .jc-mall-head,
body[data-theme="midnight"] .jc-mall-head,
body[data-theme="dark"] .jc-governance-head,
body[data-theme="midnight"] .jc-governance-head { background: linear-gradient(135deg, #202124, #292a2d); }
body[data-theme="dark"] .jc-wallet,
body[data-theme="midnight"] .jc-wallet,
body[data-theme="dark"] .jc-form input,
body[data-theme="dark"] .jc-form select,
body[data-theme="dark"] .jc-form textarea,
body[data-theme="midnight"] .jc-form input,
body[data-theme="midnight"] .jc-form select,
body[data-theme="midnight"] .jc-form textarea { background: #202124; color: var(--jc-ink); }
body[data-theme="dark"] .jc-mall-balance,
body[data-theme="midnight"] .jc-mall-balance,
body[data-theme="dark"] .jc-reward-card,
body[data-theme="midnight"] .jc-reward-card,
body[data-theme="dark"] .jc-mall-filter button.active,
body[data-theme="midnight"] .jc-mall-filter button.active,
body[data-theme="dark"] .jc-button.secondary,
body[data-theme="midnight"] .jc-button.secondary { background: #202124; }
body[data-theme="dark"] .jc-reward-visual,
body[data-theme="midnight"] .jc-reward-visual,
body[data-theme="dark"] .jc-meal-payment,
body[data-theme="midnight"] .jc-meal-payment,
body[data-theme="dark"] .jc-today-meals,
body[data-theme="midnight"] .jc-today-meals,
body[data-theme="dark"] .jc-meal-limit,
body[data-theme="midnight"] .jc-meal-limit { background: #292a2d; }
body[data-theme="dark"] .jc-meal-intro,
body[data-theme="midnight"] .jc-meal-intro { background: linear-gradient(135deg, #202124, #292a2d); }
body[data-theme="dark"] .jc-table-wrap th,
body[data-theme="midnight"] .jc-table-wrap th { background: #292a2d; }
body[data-theme="dark"] .jc-table-wrap tbody tr:hover td,
body[data-theme="midnight"] .jc-table-wrap tbody tr:hover td { background: #303134; }

@media (max-width: 1180px) {
  .jc-hero { grid-template-columns: minmax(0, 1fr) minmax(320px, 390px); padding: 30px; }
  .jc-home-grid,
  .jc-form-layout { grid-template-columns: 1fr; }
  .jc-side-column { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jc-reward-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jc-level-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .jc-hero { grid-template-columns: 1fr; }
  .jc-wallet { max-width: 520px; width: 100%; }
  .jc-how-it-works .jc-flow { grid-template-columns: 1fr; }
  .jc-flow > i { transform: rotate(90deg); justify-self: center; }
  .jc-reward-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jc-company-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jc-profile-grid { grid-template-columns: 1fr; }
  .jc-profile-grid article:nth-child(odd) { border-right: 0; }
  .jc-tier-system > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jc-tier-system article:nth-child(2) { border-right: 0; }
  .jc-policy-layout { grid-template-columns: 1fr; }
  .jc-policy-form { border-bottom: 1px solid var(--jc-line-soft); border-right: 0; }
}

@media (max-width: 620px) {
  .jac-club-app { gap: 12px; margin-bottom: 28px; }
  .jc-hero { border-radius: 14px 14px 0 0; padding: 26px 18px 22px; }
  .jc-hero::before { left: 18px; }
  .jc-hero-copy h2 { font-size: 38px; }
  .jc-hero-principle i { display: none; }
  .jc-wallet { padding: 16px; }
  .jc-wallet-balance strong { font-size: 34px; }
  .jc-wallet-tier { align-items: start; flex-direction: column; gap: 5px; }
  .jc-tabs { padding: 8px; }
  .jc-stat-grid,
  .jc-company-stats,
  .jc-side-column,
  .jc-form,
  .jc-level-cards,
  .jc-reward-grid,
  .jc-tier-system > div { grid-template-columns: 1fr; }
  .jc-panel > header,
  .jc-mall-head,
  .jc-governance-head { align-items: flex-start; flex-direction: column; padding: 18px; }
  .jc-form { padding: 18px; }
  .jc-diamond-choice,
  .jc-checkboxes { flex-direction: column; }
  .jc-form-actions { align-items: stretch; flex-direction: column; }
  .jc-form-actions .jc-button { width: 100%; }
  .jc-mall-balance { width: 100%; }
  .jc-application-list article { grid-template-columns: 1fr; }
  .jc-profile-grid article { grid-template-columns: 26px auto 1fr auto; padding: 13px; }
  .jc-tier-system article { border-bottom: 1px solid var(--jc-line-soft); border-right: 0; }
  .jc-review-card > header,
  .jc-review-card > footer { align-items: flex-start; flex-direction: column; }
  .jc-review-card > footer > small { margin: 0; }
  .jc-review-card footer label { width: 100%; }
  .jc-review-card footer input { flex: 1; }
  .jc-review-card footer .jc-button { width: 100%; }
}

.jc-meal-service { display: grid; gap: 18px; }
.jc-meal-intro { align-items: center; background: linear-gradient(135deg, #fff 0%, #f4f8ff 100%); border: 1px solid var(--jc-line); border-radius: 16px; display: flex; justify-content: space-between; padding: 22px 26px; }
.jc-meal-intro > div:first-child > span { color: var(--jc-blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.jc-meal-intro h3 { font-size: 24px; margin: 6px 0; }
.jc-meal-intro p { color: var(--jc-muted); margin: 0; }
.jc-meal-intro > div:last-child { background: var(--jc-blue-soft); border-radius: 14px; color: var(--jc-blue-dark); display: grid; min-width: 120px; padding: 13px 18px; text-align: center; }
.jc-meal-intro > div:last-child.is-locked { background: #f1f3f4; color: var(--jc-muted); }
.jc-meal-intro > div:last-child b { font-size: 24px; }
.jc-meal-confirmation { align-items: center; background: #e6f4ea; border: 1px solid #81c995; border-radius: 14px; color: #0d652d; display: flex; gap: 13px; padding: 15px 18px; }
.jc-meal-confirmation > span { background: #137333; border-radius: 50%; color: #fff; display: grid; flex: 0 0 28px; font-size: 17px; font-weight: 900; height: 28px; place-items: center; }
.jc-meal-confirmation > div { display: grid; gap: 3px; min-width: 0; }
.jc-meal-confirmation strong { font-size: 14px; }
.jc-meal-confirmation small { color: #137333; overflow-wrap: anywhere; }
.jc-today-meals { background: var(--jc-paper); border: 1px solid var(--jc-line); border-radius: 16px; box-shadow: var(--jc-shadow); overflow: hidden; }
.jc-today-meals > header { align-items: center; border-bottom: 1px solid var(--jc-line-soft); display: flex; justify-content: space-between; padding: 18px 22px; }
.jc-today-meals > header > div { display: grid; gap: 3px; }
.jc-today-meals > header span, .jc-meal-form-head > div > span { color: var(--jc-blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.jc-today-meals h4, .jc-meal-form-head h4 { font-size: 17px; margin: 0; }
.jc-today-meals p, .jc-meal-form-head p { color: var(--jc-muted); font-size: 11px; margin: 0; }
.jc-today-meal-list { display: grid; }
.jc-today-meal-list article { align-items: center; display: grid; gap: 12px; grid-template-columns: 56px minmax(0, 1fr) auto auto; padding: 13px 22px; }
.jc-today-meal-list article + article { border-top: 1px solid var(--jc-line-soft); }
.jc-today-meal-list article.is-editing { background: var(--jc-blue-soft); box-shadow: inset 3px 0 0 var(--jc-blue); }
.jc-today-meal-number { align-items: center; display: flex; gap: 7px; }
.jc-today-meal-number b { background: var(--jc-blue); border-radius: 50%; color: #fff; display: grid; flex: 0 0 25px; height: 25px; place-items: center; }
.jc-today-meal-number span { color: var(--jc-muted); font-size: 10px; white-space: nowrap; }
.jc-today-meal-detail { display: grid; gap: 3px; min-width: 0; }
.jc-today-meal-detail strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jc-today-meal-detail small { color: var(--jc-muted); }
.jc-today-meal-actions { display: flex; gap: 7px; }
.jc-today-meal-actions .jc-button { min-width: 56px; padding: 7px 10px; }
.jc-today-meal-actions .jc-button.is-danger { color: #b3261e; }
.jc-meal-order-form { background: var(--jc-paper); border: 1px solid var(--jc-line); border-radius: 16px; box-shadow: var(--jc-shadow); display: grid; gap: 20px; padding: 24px; }
.jc-meal-form-head { align-items: center; border-bottom: 1px solid var(--jc-line-soft); display: flex; justify-content: space-between; margin: -4px 0 0; padding-bottom: 16px; }
.jc-meal-form-head > div { display: grid; gap: 3px; }
.jc-meal-cap { background: var(--jc-blue-soft); border-radius: 999px; color: var(--jc-blue-dark); font-size: 10px; font-weight: 800; padding: 7px 10px; }
.jc-meal-limit { align-items: center; background: #f8f9fa; border: 1px solid var(--jc-line); border-radius: 14px; display: flex; justify-content: space-between; padding: 16px 20px; }
.jc-meal-limit span { color: var(--jc-muted); font-size: 11px; }
.jc-meal-price-summary { display: grid; gap: 1px; justify-items: end; text-align: right; width: 100%; }
.jc-meal-price-summary > span { color: var(--jc-muted); font-size: 9px; font-weight: 800; }
.jc-meal-price-summary > strong { color: var(--jc-blue-dark); font-size: 21px; line-height: 1.05; }
.jc-meal-price-summary > small { color: var(--jc-muted); font-size: 9px; }
.jc-meal-dishes { border: 0; display: grid; gap: 9px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; }
.jc-meal-dishes legend { color: var(--jc-muted); font-size: 11px; font-weight: 800; grid-column: 1 / -1; margin-bottom: 10px; width: 100%; }
.jc-meal-dishes legend small { color: var(--jc-subtle); font-weight: 500; margin-left: 6px; }
.jc-meal-dishes label { align-items: center; background: var(--jc-canvas); border: 1px solid var(--jc-line-soft); border-radius: 10px; cursor: pointer; display: flex; gap: 9px; min-height: 42px; padding: 0 12px; }
.jc-meal-dishes label:has(input:checked) { background: var(--jc-green-soft); border-color: #81c995; color: #137333; font-weight: 750; }
.jc-meal-dishes label.is-sold-out { cursor: not-allowed; opacity: .5; }
.jc-meal-dishes label small { color: var(--jc-subtle); margin-left: auto; }
.jc-meal-payment { align-items: center; background: #f8fbff; border: 1px solid #d2e3fc; border-radius: 13px; display: flex; justify-content: space-between; padding: 15px 17px; }
.jc-meal-payment > div { display: grid; gap: 3px; }
.jc-meal-payment > div > span { color: var(--jc-muted); font-size: 11px; font-weight: 800; }
.jc-meal-payment > div strong { align-items: center; display: flex; gap: 6px; }
.jc-meal-payment > div small { color: var(--jc-subtle); }
.jc-meal-payment label { align-items: center; display: flex; gap: 7px; }
.jc-meal-payment input { background: var(--jc-paper); border: 1px solid var(--jc-line); border-radius: 9px; color: var(--jc-ink); font: inherit; min-height: 40px; outline: 0; padding: 7px 10px; text-align: right; width: 90px; }
.jc-meal-payment input:focus { border-color: var(--jc-blue); box-shadow: 0 0 0 2px rgba(26,115,232,.14); }
.jc-meal-order-form > footer { align-items: center; border-top: 1px solid var(--jc-line-soft); display: flex; gap: 10px; justify-content: flex-end; padding-top: 17px; }
.jc-meal-order-copy { display: grid; gap: 3px; margin-right: auto; }
.jc-meal-checkout { display: grid; gap: 6px; justify-items: stretch; min-width: 128px; }
.jc-meal-checkout > .jc-button { width: 100%; }
.jc-meal-order-form > footer small, .jc-meal-menu-note { color: var(--jc-muted); }
.jc-meal-menu-note { background: var(--jc-amber-soft); border-radius: 10px; margin: -6px 0 0; padding: 11px 14px; }
.jc-meal-bill-total { display: grid; text-align: right; }
.jc-meal-bill-total small { color: var(--jc-muted); }
.jc-meal-bill-total strong { color: var(--jc-blue-dark); font-size: 24px; }
.jc-meal-bill-stats { display: flex; gap: 8px; padding: 0 20px 16px; }
.jc-meal-bill-stats span { background: var(--jc-canvas); border-radius: 999px; color: var(--jc-muted); font-size: 10px; padding: 6px 9px; }

@media (max-width: 760px) {
  .jc-meal-intro, .jc-meal-payment, .jc-meal-order-form > footer, .jc-meal-form-head, .jc-today-meals > header, .jc-meal-limit { align-items: stretch; flex-direction: column; }
  .jc-meal-intro > div:last-child { margin-top: 14px; }
  .jc-today-meal-list article { grid-template-columns: 52px minmax(0, 1fr) auto; }
  .jc-today-meal-actions { grid-column: 2 / -1; justify-content: flex-end; }
  .jc-meal-checkout { align-self: flex-end; width: 136px; }
  .jc-meal-dishes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jc-meal-payment label { justify-content: flex-end; }
}

@media (max-width: 520px) {
  .jc-meal-dishes { grid-template-columns: 1fr; }
  .jc-today-meal-list article { grid-template-columns: 46px minmax(0, 1fr); padding: 13px 15px; }
  .jc-today-meal-list article > .jc-status { justify-self: start; margin-left: 46px; }
  .jc-today-meal-actions { grid-column: 1 / -1; }
  .jc-meal-bill-stats { align-items: flex-start; flex-direction: column; }
}
