:root {
  --violet: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --purple: #9333ea;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --soft: #f9fafb;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--ink);
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  display: block;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site {
  min-height: 100vh;
  background-color: #fff;
  background-image:
    radial-gradient(circle at 18% 0, rgba(124, 58, 237, .06), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(124, 58, 237, .04), transparent 24%);
}

.container {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

.narrow {
  width: min(100% - 32px, 736px);
  margin: 0 auto;
}

.center {
  text-align: center;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #f3f4f6;
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.topbar-inner {
  width: min(100% - 32px, 1120px);
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-nav,
.brand,
.nav,
.order-link {
  display: flex;
  align-items: center;
}

.brand-nav {
  min-width: 0;
  gap: 8px;
}

.brand {
  min-width: 0;
  gap: 8px;
}

.brand-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet-600), var(--purple));
  box-shadow: 0 10px 15px -3px rgba(139, 92, 246, .2), 0 4px 6px -4px rgba(139, 92, 246, .2);
}

.brand-icon svg {
  width: 16px;
  height: 16px;
}

.brand-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.brand-text strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.brand-text small {
  max-width: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9ca3af;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

.nav {
  margin-left: 24px;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 6px 14px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: .15s ease;
}

.nav a.active {
  color: var(--violet-700);
  background: #ede9fe;
}

.nav a:hover,
.order-link:hover {
  color: var(--violet-600);
}

.order-link {
  flex: 0 0 auto;
  gap: 6px;
  color: #6b7280;
  font-size: 14px;
}

.order-link svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  padding: 24px 0 0;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(237, 233, 254, .8);
  padding: 6px 16px;
  color: var(--violet-700);
  font-size: 14px;
  font-weight: 600;
}

.trust-badge svg,
.guarantees svg,
.compare svg,
.language svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero h1 {
  margin: 20px 0 12px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 680px;
  margin: -2px auto 6px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.typing {
  height: 24px;
  margin: 0;
  color: var(--violet-700);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.typing span {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  vertical-align: -2px;
  background: var(--violet-600);
  animation: blink 1s step-end infinite;
}

.checkout {
  padding: 8px 0 24px;
}

.checkout-wrap {
  width: min(100% - 32px, 736px);
  margin: 0 auto;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 680px;
  margin: 32px auto 28px;
}

.plan-card {
  position: relative;
  min-height: 366px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: left;
  background: #fff;
  color: var(--ink);
  box-shadow: none;
  transition: .2s ease;
}

.plan-card.active {
  border: 2px solid var(--violet);
  background: linear-gradient(to bottom, #f5f3ff, #fff);
  box-shadow: 0 10px 15px -3px #ede9fe, 0 4px 6px -4px #ede9fe;
}

.plan-card:hover {
  transform: translateY(-1px);
}

.ribbon {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 4px 12px;
  color: #fff;
  background: linear-gradient(90deg, var(--violet), var(--purple));
  box-shadow: 0 4px 6px -1px rgba(139, 92, 246, .22);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.radio {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 2px solid #d1d5db;
  border-radius: 999px;
  color: #fff;
  background: #fff;
}

.active .radio {
  border-color: var(--violet);
  background: var(--violet);
}

.radio svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plan-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.plan-title strong {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.plan-title small {
  border-radius: 999px;
  background: #ede9fe;
  padding: 2px 8px;
  color: var(--violet-600);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.price-row,
.price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.price {
  color: #111827;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
}

del {
  color: #9ca3af;
  font-size: 13px;
}

.desc {
  display: block;
  margin: 16px 0;
  color: #6b7280;
  font-size: 14px;
}

.plan-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #374151;
  font-size: 12px;
  line-height: 1.55;
}

.plan-card li svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin-top: 2px;
  stroke: #374151;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plan-card mark {
  color: #ef4444;
  background: transparent;
}

.plan-card li.pink {
  color: #f472b6;
}

.plan-card li.pink svg {
  stroke: #f472b6;
}

.plan-codex-quota {
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  white-space: nowrap;
}

.plan-codex-quota > span[data-codex-quota] {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  color: #374151;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.quota-view,
.mobile-codex-quota i {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ecfdf5;
  padding: 1px 6px;
  color: #047857;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
}

.quota-view:hover,
.quota-view:focus-visible,
.mobile-codex-quota i:hover,
.mobile-codex-quota i:focus-visible {
  color: #fff;
  background: #059669;
  outline: none;
}

.mobile-codex-quota {
  display: block;
  margin-top: 5px;
  color: #374151;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.3;
}

.mobile-codex-quota span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-codex-quota i {
  display: inline-flex;
  margin-top: 2px;
}

.mobile-plans {
  display: none;
}

.order-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.order-card label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
}

.order-card label small {
  color: var(--violet);
  font-size: 12px;
}

.phone-field {
  position: relative;
}

.phone-field svg {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  stroke: #9ca3af;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.phone-field input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f9fafb;
  padding: 0 16px 0 48px;
  color: #111827;
  outline: none;
  transition: .15s ease;
}

.phone-field input:focus {
  border-color: transparent;
  background: #fff;
  box-shadow: 0 0 0 2px var(--violet);
}

.session-entry {
  display: grid;
  gap: 10px;
  border: 1px solid #e1dcff;
  border-radius: 18px;
  background: #fff;
  padding: 22px 22px 12px;
  box-shadow: 0 14px 35px rgba(124, 58, 237, .07);
}

.session-entry__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-width: 0;
}

.session-label {
  flex: 0 1 auto;
  margin: 0;
}

.session-label span {
  display: block;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.session-guide-button {
  flex: 0 0 auto;
  min-height: 32px;
  border: 1px solid #ddd2fe;
  border-radius: 999px;
  background: #faf5ff;
  padding: 0 14px;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.session-input {
  width: 100%;
  height: 68px;
  min-height: 68px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  color: #111827;
  font: 13px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
  resize: vertical;
}

.session-input:focus {
  border-color: #a78bfa;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .12);
}

.email-verification {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fbfdff;
  padding: 16px;
}

.email-verification .session-label {
  margin: 0;
}

.email-verification .session-label span {
  font-size: 15px;
}

.email-verification__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.email-verification input {
  width: 100%;
  height: 42px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  padding: 0 14px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  outline: none;
}

.email-verification input:focus {
  border-color: #a78bfa;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .12);
}

.email-verification button {
  min-width: 116px;
  height: 42px;
  border: 1px solid #ddd2fe;
  border-radius: 12px;
  background: #f5f3ff;
  padding: 0 14px;
  color: #6d28d9;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.email-verification button:disabled {
  cursor: not-allowed;
  opacity: .62;
}

.email-verification p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.6;
}

.email-verification p.is-success {
  color: #047857;
}

.email-verification p.is-error {
  color: #dc2626;
}

.pay-channel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.pay-channel button {
  display: inline-flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: #4b5563;
  font-size: 14px;
  font-weight: 800;
}

.pay-channel button.active {
  border-color: #a78bfa;
  color: #6d28d9;
  background: #f5f3ff;
}

.pay-channel svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pay-channel [data-pay-channel="alipay"] svg {
  fill: currentColor;
  stroke: none;
}

.pay-button {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(90deg, var(--violet), var(--purple));
  box-shadow: 0 10px 15px -3px #ddd6fe, 0 4px 6px -4px #ddd6fe;
  font-size: 18px;
  font-weight: 700;
  transition: .15s ease;
}

.pay-button:hover {
  background: linear-gradient(90deg, var(--violet-600), var(--violet-700));
}

.pay-button:active {
  transform: scale(.98);
}

.pay-button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.guarantees {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
  padding-top: 4px;
  color: #6b7280;
  font-size: 12px;
}

.guarantees span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.guarantees svg {
  color: var(--violet);
  width: 14px;
  height: 14px;
}

.compare {
  margin: 18px 0 0;
  text-align: center;
}

.compare button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 400;
  transition: .15s ease;
}

.compare button:hover,
.compare.open button {
  color: var(--violet-600);
}

.compare .chev {
  transition: .2s ease;
}

.compare.open .chev {
  transform: rotate(180deg);
}

.compare-panel {
  width: 100%;
  margin: 14px auto 0;
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
  text-align: left;
}

.compare-group {
  min-width: 520px;
  margin: 0 0 18px;
}

.compare-group:last-child {
  margin-bottom: 0;
}

.compare-group h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #111827;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.compare-group h4 span {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--violet);
}

.compare-table-wrap {
  width: 100%;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #4b5563;
  font-size: 12px;
  text-align: left;
}

.compare-table th,
.compare-table td {
  padding: 8px 6px;
  vertical-align: middle;
  line-height: 1.45;
}

.compare-table th {
  padding-top: 0;
  padding-bottom: 6px;
  color: #9ca3af;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.compare-table tbody tr {
  border-top: 1px solid #f3f4f6;
}

.compare-table th:first-child,
.compare-table td:first-child {
  width: 38%;
  color: #374151;
  text-align: left;
}

.compare-table td:first-child {
  font-weight: 500;
}

.compare-table th:not(:first-child),
.compare-table td:not(:first-child) {
  text-align: center;
}

.compare-table td:not(:first-child) {
  color: #4b5563;
}

.compare-empty {
  color: #9ca3af !important;
}

.mobile-label {
  display: none;
}

@media (min-width: 768px) {
  .compare {
    margin-top: 20px;
  }

  .compare button {
    gap: 10px;
    font-size: 16px;
  }

  .compare-panel {
    margin-top: 16px;
    padding: 24px;
  }

  .compare-group {
    min-width: 0;
    margin-bottom: 24px;
  }

  .compare-group h4 {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .compare-table {
    font-size: 14px;
  }

  .compare-table th {
    padding-bottom: 8px;
    font-size: 12px;
  }

  .compare-table td {
    padding: 10px 8px;
  }

  .compare-table th:first-child,
  .compare-table td:first-child {
    width: 40%;
  }
}

.page[hidden] {
  display: none !important;
}

.codex-page {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #f3f4f6 100%);
  color: #111827;
  padding: 74px 0 90px;
}

.codex-radar {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

.codex-radar__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: stretch;
}

.codex-radar__intro,
.codex-radar__signal,
.codex-kpis article,
.codex-panel,
.codex-next--radar {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 50px -36px rgba(15, 23, 42, .35);
}

.codex-radar__intro {
  padding: 36px;
}

.codex-radar__eyebrow,
.codex-panel__head span,
.codex-next--radar small {
  margin: 0 0 12px;
  color: #7c3aed;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.codex-radar__intro h2 {
  margin: 0;
  color: #111827;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: 0;
}

.codex-radar__intro > p:not(.codex-radar__eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
}

.codex-radar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.codex-radar__actions a,
.codex-radar__actions button,
.codex-next--radar a,
.codex-next--radar button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  padding: 0 14px;
  color: #374151;
  font-size: 14px;
  font-weight: 800;
  transition: .15s ease;
}

.codex-radar__actions svg,
.codex-next--radar svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.codex-radar__actions button:first-child,
.codex-next--radar a {
  border-color: #10b981;
  color: #fff;
  background: linear-gradient(135deg, #059669, #0d9488);
}

.codex-radar__actions a:hover,
.codex-radar__actions button:hover,
.codex-next--radar a:hover,
.codex-next--radar button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -20px rgba(15, 23, 42, .35);
}

.codex-radar__signal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
}

.codex-status {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 6px 11px;
  background: #f3f4f6;
  color: #4b5563;
  font-size: 12px;
  font-weight: 850;
}

.codex-status--green {
  background: #dcfce7;
  color: #047857;
}

.codex-status--yellow {
  background: #fef3c7;
  color: #a16207;
}

.codex-status--red {
  background: #fee2e2;
  color: #b91c1c;
}

.codex-status--blue {
  background: #e0e7ff;
  color: #4338ca;
}

.codex-gauge {
  --value: 0;
  width: 176px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-self: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 58%, transparent 59%),
    conic-gradient(#10b981 calc(var(--value) * 1%), #ede9fe 0);
}

.codex-gauge strong,
.codex-gauge small {
  grid-area: 1 / 1;
  text-align: center;
}

.codex-gauge strong {
  margin-top: -16px;
  color: #111827;
  font-size: 34px;
  font-weight: 850;
}

.codex-gauge small {
  margin-top: 44px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.codex-radar__signal p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
}

.codex-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.codex-kpis article {
  min-width: 0;
  padding: 18px;
}

.codex-kpis span,
.codex-kpis small,
.codex-env-grid small,
.codex-reset-card small,
.codex-summary-card small {
  display: block;
  color: #6b7280;
  font-size: 12px;
  font-weight: 750;
}

.codex-kpis strong {
  display: block;
  margin: 6px 0 4px;
  color: #111827;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 850;
}

.codex-radar__notice {
  margin: 14px 0 0;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  background: #ecfdf5;
  padding: 12px 14px;
  color: #047857;
  font-size: 13px;
  font-weight: 750;
}

.codex-radar__notice.is-error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}

.codex-panel,
.codex-next--radar {
  margin-top: 16px;
  padding: 24px;
}

.codex-panel__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.codex-panel__head h3,
.codex-next--radar h3 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 850;
}

.codex-reset-grid,
.codex-evidence,
.codex-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.codex-reset-card,
.codex-summary-card,
.codex-evidence > div,
.codex-env-grid article {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  padding: 18px;
}

.codex-reset-card strong {
  display: block;
  margin: 8px 0 8px;
  color: #111827;
  font-size: 22px;
}

.codex-reset-card p,
.codex-summary-card p,
.codex-next--radar p,
.codex-env-grid p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.75;
}

.codex-reset-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #059669;
  font-size: 13px;
  font-weight: 850;
}

.codex-evidence {
  margin-top: 14px;
}

.codex-evidence h4,
.codex-news-grid h4 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 15px;
}

.codex-evidence ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

.codex-table-wrap {
  overflow-x: auto;
}

.codex-quota-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  font-size: 14px;
}

.codex-quota-table th,
.codex-quota-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 10px;
  text-align: left;
}

.codex-quota-table th {
  color: #065f46;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.codex-quota-table td strong {
  color: #111827;
}

.codex-score-strip {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  margin-top: 18px;
  padding: 14px;
}

.codex-trend {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  margin-top: 18px;
  padding: 14px;
}

.codex-trend__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  color: #4b5563;
  font-size: 12px;
  font-weight: 800;
}

.codex-trend__legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.codex-trend__legend i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.codex-trend__plot {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .35));
  padding-bottom: 2px;
}

.codex-trend__svg {
  display: block;
  width: 100%;
  min-width: 720px;
  height: 260px;
}

.codex-trend__grid {
  stroke: #e5e7eb;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.codex-trend__line {
  fill: none;
  stroke: var(--line);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.codex-trend__dot {
  fill: #fff;
  stroke: var(--line);
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.codex-trend__date {
  fill: #6b7280;
  font-size: 11px;
  font-weight: 750;
}

.codex-trend__value {
  fill: var(--line);
  font-size: 12px;
  font-weight: 900;
}

.codex-model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.codex-model-card {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  padding: 16px;
}

.codex-model-card span {
  display: block;
  overflow: hidden;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.codex-model-card strong {
  display: block;
  margin: 8px 0 8px;
  color: #111827;
  font-size: 30px;
  line-height: 1;
}

.codex-model-card p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.6;
}

.codex-update-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.codex-update-stats article {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  padding: 16px;
}

.codex-update-stats small {
  display: block;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.codex-update-stats strong {
  display: block;
  margin: 7px 0 6px;
  color: #111827;
  font-size: 28px;
  line-height: 1;
}

.codex-update-stats p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.55;
}

.codex-update-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 12px;
  padding: 12px 14px;
}

.codex-update-meta-row p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.5;
}

.codex-update-meta-row a {
  color: #0f766e;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 850;
}

.codex-update-list {
  display: grid;
  gap: 10px;
}

.codex-update-card {
  display: grid;
  grid-template-columns: minmax(124px, .24fr) minmax(0, 1fr);
  gap: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.codex-update-card__meta {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.codex-update-card__meta span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(16, 185, 129, .24);
  border-radius: 999px;
  background: #ecfdf5;
  color: #0f766e;
  min-height: 26px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.codex-update-card--mobile .codex-update-card__meta span {
  border-color: rgba(139, 92, 246, .24);
  background: #f5f3ff;
  color: #6d28d9;
}

.codex-update-card--cli .codex-update-card__meta span {
  border-color: rgba(245, 158, 11, .28);
  background: #fffbeb;
  color: #92400e;
}

.codex-update-card__meta time {
  color: #6b7280;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
}

.codex-update-card__body {
  min-width: 0;
}

.codex-update-card__body h4 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
}

.codex-update-card__body p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.65;
}

.codex-update-card__source {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 10px;
}

.codex-update-card__source small {
  color: #6b7280;
  font-size: 12px;
  font-weight: 760;
}

.codex-update-card__source a {
  color: #0f766e;
  font-size: 12px;
  font-weight: 860;
}

.codex-env-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.codex-env-grid strong {
  display: block;
  margin: 8px 0 6px;
  color: #111827;
  font-size: 28px;
}

.codex-news-grid {
  margin-top: 16px;
}

.codex-link-list {
  display: grid;
  gap: 10px;
}

.codex-link-list a,
.codex-link-list article {
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.codex-link-list b {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 14px;
}

.codex-link-list small,
.codex-link-list p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.55;
}

.codex-next--radar {
  background:
    linear-gradient(135deg, rgba(236, 253, 245, .95), rgba(245, 243, 255, .95));
}

.codex-next--radar p {
  margin-top: 12px;
  max-width: 780px;
}

.codex-next--radar div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.enterprise-page {
  padding: 86px 0 160px;
  background: #fff;
}

.enterprise-hero {
  width: min(100% - 32px, 780px);
  margin: 0 auto 48px;
  text-align: center;
}

.enterprise-hero h1,
.enterprise-hero h2 {
  margin: 26px 0 18px;
  font-size: 48px;
  line-height: 1.14;
  font-weight: 850;
}

.enterprise-hero h1 span,
.enterprise-hero h2 span {
  color: var(--violet-600);
}

.enterprise-hero p {
  margin: 0 auto;
  max-width: 640px;
  color: #6b7280;
  font-size: 17px;
  line-height: 1.8;
}

.enterprise-card,
.enterprise-faq {
  width: min(100% - 32px, 680px);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 36px 40px;
  box-shadow: 0 24px 48px -28px rgba(124, 58, 237, .35);
}

.enterprise-card label {
  display: block;
  margin-bottom: 22px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.enterprise-card small,
.enterprise-card b {
  float: right;
  color: #9ca3af;
}

.enterprise-card b {
  color: #ef4444;
}

.enterprise-card input,
.enterprise-card textarea,
.blog-search input,
.lookup-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px 16px;
  color: #111827;
  outline: none;
}

.enterprise-card input,
.lookup-card input {
  height: 48px;
}

.enterprise-card textarea {
  min-height: 116px;
  resize: vertical;
}

.enterprise-card input:focus,
.enterprise-card textarea:focus,
.blog-search input:focus,
.lookup-card input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px var(--violet);
}

.enterprise-card form > p {
  margin: 14px 0 0;
  color: #9ca3af;
  font-size: 12px;
  text-align: center;
}

.enterprise-card a {
  color: var(--violet-600);
  font-weight: 700;
}

.enterprise-faq {
  margin-top: 40px;
  box-shadow: none;
}

.enterprise-faq .section-head {
  margin-bottom: 26px;
  text-align: left;
}

.enterprise-faq .section-head p {
  color: var(--violet-600);
  font-size: 14px;
  font-weight: 700;
}

.blog-page {
  background: #fff;
  padding: 88px 0 120px;
}

.blog-index {
  width: min(100% - 32px, 840px);
  margin: 0 auto;
}

.breadcrumb {
  margin: 0 0 28px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
}

.blog-index h1,
.blog-index h2 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.15;
}

.blog-index > p:not(.breadcrumb) {
  margin: 0 0 34px;
  color: #6b7280;
  font-size: 17px;
  line-height: 1.8;
}

.blog-search {
  border-top: 1px solid var(--line);
  padding-top: 30px;
  margin-bottom: 34px;
}

.blog-list {
  display: grid;
  gap: 22px;
}

.blog-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
  cursor: pointer;
  outline: none;
  transition: .15s ease;
}

.blog-row:hover,
.blog-row:focus-visible {
  border-color: #d1fae5;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}

.blog-row img {
  width: 240px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-row--text {
  grid-template-columns: 1fr;
}

.blog-row time {
  color: #9ca3af;
  font-size: 13px;
}

.blog-row h2 {
  margin: 10px 0;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
}

.blog-row p {
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.65;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  border-radius: 5px;
  background: #d1fae5;
  padding: 3px 9px;
  color: #059669;
  font-size: 12px;
  font-weight: 700;
}

.article-page {
  background: #fff;
  padding: 76px 0 120px;
}

.article-shell {
  width: min(100% - 32px, 768px);
  margin: 0 auto;
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #6b7280;
  font-size: 14px;
}

.article-breadcrumb a {
  color: #059669;
  font-weight: 700;
}

.article-breadcrumb b {
  min-width: 0;
  overflow: hidden;
  color: #6b7280;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-header h1,
.article-header h2 {
  margin: 0;
  color: #111827;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
}

.article-meta {
  margin: 18px 0 24px;
  color: #6b7280;
  font-size: 14px;
}

.article-lead {
  margin: 0 0 32px;
  color: #374151;
  font-size: 17px;
  line-height: 1.9;
}

.article-cover {
  margin: 0 0 40px;
}

.article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #f3f4f6;
  object-fit: cover;
}

.article-body {
  color: #374151;
  font-size: 16px;
  line-height: 1.9;
}

.article-body h2 {
  margin: 44px 0 16px;
  color: #111827;
  font-size: 28px;
  line-height: 1.35;
}

.article-body h3 {
  margin: 28px 0 10px;
  color: #111827;
  font-size: 20px;
}

.article-body p {
  margin: 0 0 18px;
}

.article-body a {
  color: #059669;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.article-body li {
  margin: 8px 0;
}

.article-callout {
  border-left: 4px solid #10b981;
  border-radius: 0 12px 12px 0;
  background: #ecfdf5;
  padding: 18px 20px;
  margin: 26px 0;
  color: #065f46;
}

.article-callout strong {
  display: block;
  margin-bottom: 8px;
  color: #047857;
}

.article-kicker {
  border: 1px solid #d1fae5;
  border-radius: 14px;
  background: #f0fdf4;
  padding: 20px;
  margin: 0 0 32px;
}

.article-kicker h2 {
  margin-top: 0;
  color: #065f46;
  font-size: 22px;
}

.article-kicker ul {
  margin-bottom: 0;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0 28px;
}

.article-grid article {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  padding: 16px;
}

.article-grid b {
  display: block;
  margin-bottom: 6px;
  color: #059669;
}

.article-table {
  width: 100%;
  margin: 24px 0 30px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #e5e7eb;
  font-size: 14px;
}

.article-table th,
.article-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.article-table th {
  color: #065f46;
  background: #ecfdf5;
  font-weight: 800;
}

.article-table tr:last-child td {
  border-bottom: 0;
}

.article-body code {
  border-radius: 5px;
  background: #f3f4f6;
  padding: 2px 5px;
  color: #111827;
  font-size: .92em;
}

.article-body pre {
  overflow-x: auto;
  border-radius: 14px;
  background: #111827;
  padding: 16px;
  color: #f9fafb;
  font-size: 14px;
  line-height: 1.7;
}

.article-faq details {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin: 10px 0;
  background: #fff;
  overflow: hidden;
}

.article-faq summary {
  padding: 14px 16px;
  color: #111827;
  font-weight: 800;
  cursor: pointer;
}

.article-faq p {
  border-top: 1px solid #f3f4f6;
  margin: 0;
  padding: 12px 16px 16px;
}

.article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e5e7eb;
  margin-top: 54px;
  padding-top: 24px;
}

.article-footer a,
.article-footer button {
  border: 0;
  border-radius: 999px;
  background: #ecfdf5;
  padding: 10px 16px;
  color: #047857;
  font-size: 14px;
  font-weight: 800;
}

.article-footer button {
  color: #fff;
  background: linear-gradient(135deg, #059669, #0d9488);
}

.orders-page {
  min-height: calc(100vh - 64px);
  display: grid;
  place-items: start center;
  padding: 72px 0 120px;
  background: #fff;
}

.orders-box {
  width: min(100% - 32px, 720px);
  text-align: center;
}

.orders-box h1,
.orders-box h2 {
  margin: 0 0 12px;
  font-size: 36px;
}

.orders-box > p {
  margin: 0 0 36px;
  color: #6b7280;
  font-size: 16px;
}

.lookup-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 28px;
  text-align: left;
  box-shadow: 0 18px 40px -28px rgba(15, 23, 42, .3);
}

.lookup-card label {
  display: block;
  margin-bottom: 10px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.lookup-card div {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 12px;
}

.lookup-card button {
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #76cbb5;
  font-weight: 800;
}

.lookup-hint {
  margin-top: 26px !important;
  color: #94a3b8 !important;
  font-size: 13px !important;
}

.lookup-result {
  margin-top: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
  padding: 14px;
  color: #334155;
  text-align: left;
}

.order-list {
  display: grid;
  gap: 12px;
}

.order-list-cell {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  padding: 16px;
}

.order-cell-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.order-cell-plan {
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.order-cell-no {
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.order-cell-status {
  flex: 0 0 auto;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  padding: 5px 10px;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.order-list-cell.is-success .order-cell-status {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #166534;
}

.order-list-cell.is-paid .order-cell-status {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.order-list-cell.is-failed .order-cell-status {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}

.order-cell-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
  color: #64748b;
  font-size: 13px;
}

.order-cell-meta span,
.order-cell-meta b {
  min-width: 0;
  overflow-wrap: anywhere;
}

.order-cell-meta b {
  color: #111827;
}

.order-cell-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.order-cell-actions a,
.order-cell-receipt {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.order-cell-actions a {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #334155;
}

.order-cell-receipt {
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
}

.order-cell-code {
  display: block;
  margin-top: 12px;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  color: #111827;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.session-page {
  min-height: calc(100vh - 64px);
  display: grid;
  place-items: start center;
  padding: 72px 0 120px;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}

.session-box {
  width: min(100% - 32px, 760px);
  text-align: center;
}

.session-box__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #dcfce7;
  padding: 6px 10px;
  color: #166534;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.session-box h2 {
  margin: 0 0 12px;
  font-size: 36px;
}

.session-box > p {
  width: min(100%, 620px);
  margin: 0 auto 28px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.8;
}

.session-result {
  margin-top: 22px;
  text-align: left;
}

.session-result-card,
.session-empty-card {
  border: 1px solid #d1fae5;
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 18px 40px -30px rgba(15, 23, 42, .32);
}

.session-result-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.session-result-card__head span {
  border-radius: 999px;
  background: #dcfce7;
  padding: 5px 10px;
  color: #166534;
  font-size: 12px;
  font-weight: 900;
}

.session-result-card__head b {
  color: #047857;
  font-size: 15px;
}

.session-data-grid {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
  padding: 14px;
  font-size: 14px;
}

.session-data-grid span {
  color: #64748b;
}

.session-data-grid b {
  min-width: 0;
  color: #0f172a;
  overflow-wrap: anywhere;
}

.session-result-card p,
.session-empty-card p {
  margin: 14px 0 0;
  color: #64748b;
  line-height: 1.7;
}

.session-empty-card b {
  color: #0f172a;
  font-size: 18px;
}

.session-empty-card--error {
  border-color: #fecaca;
  background: #fff7f7;
}

.session-copy-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.session-copy-actions button {
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #047857;
  color: #fff;
  font-weight: 900;
}

.session-copy-actions button:nth-child(2) {
  background: #0f766e;
}

.session-copy-actions button:nth-child(3) {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #166534;
}

.session-copy-actions button:disabled {
  background: #cbd5e1;
  color: #64748b;
}

.legal-page {
  background: #fff;
  padding: 78px 0 120px;
}

.legal-page article {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
}

.legal-page h1,
.legal-page article > h2:first-child {
  margin: 0 0 12px;
  font-size: 40px;
}

.legal-page h2 {
  margin: 30px 0 10px;
  font-size: 22px;
}

.legal-page article > h2:first-child {
  margin: 0 0 12px;
  font-size: 40px;
}

.legal-page p {
  color: #4b5563;
  line-height: 1.85;
}

.legal-page a {
  display: inline-block;
  margin: 24px 18px 0 0;
  color: var(--violet-600);
  font-weight: 800;
}

.section {
  padding: 72px 0 0;
}

.why.section {
  padding-top: 128px;
}

.section-head {
  margin-bottom: 44px;
  text-align: center;
}

.section-head h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.section-head p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature {
  min-height: 188px;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  background: rgba(249, 250, 251, .78);
  padding: 26px 24px;
}

.feature > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--violet);
  background: #f3e8ff;
}

.feature svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature h3 {
  margin: 28px 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.feature p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
}

.video-section {
  padding-top: 132px;
}

.video-section .section-head {
  margin-bottom: 54px;
}

.video-shell {
  width: min(100%, 900px);
  margin: 0 auto;
  border-radius: 10px;
  background: #000;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, .24);
  overflow: hidden;
}

.video-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.faq {
  padding-top: 80px;
}

.faq .section-head {
  margin-bottom: 36px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.faq-list summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: #9ca3af;
  font-size: 22px;
  font-weight: 300;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list p {
  margin: 0;
  border-top: 1px solid #f3f4f6;
  padding: 2px 22px 18px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.blog {
  padding-top: 80px;
}

.blog .section-head {
  margin-bottom: 38px;
}

.post-list {
  display: grid;
  gap: 16px;
}

.post {
  min-height: 140px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  transition: .15s ease;
}

.post:hover {
  border-color: #ddd6fe;
  box-shadow: 0 10px 15px -3px rgba(139, 92, 246, .08);
}

.post img {
  width: 160px;
  height: 92px;
  object-fit: cover;
  border-radius: 10px;
}

.post span {
  min-width: 0;
}

.post time {
  display: block;
  margin-bottom: 4px;
  color: #9ca3af;
  font-size: 12px;
}

.post strong {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 16px;
  line-height: 1.45;
}

.post small {
  display: -webkit-box;
  overflow: hidden;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.all-posts {
  display: block;
  margin: 30px auto 0;
  color: #059669;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.footer {
  margin-top: 74px;
  border-top: 1px solid #f3f4f6;
  background: rgba(255, 255, 255, .78);
  padding: 36px 0 28px;
}

.link-marquee {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 28px;
  color: #9ca3af;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-marquee b {
  color: #d1d5db;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  max-width: 980px;
  margin: 0 auto 26px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}

.footer-columns a:hover,
.legal a:hover,
.refund a:hover {
  color: var(--violet-600);
}

.language {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 24px;
  color: #6b7280;
}

.language svg {
  margin-right: 4px;
}

.language button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 4px 10px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

.language button.active {
  color: var(--violet-700);
  background: #ede9fe;
}

.legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
  color: #9ca3af;
  font-size: 14px;
}

.order-result-item {
  display: grid;
  gap: 6px;
  border-bottom: 1px solid rgba(16, 185, 129, .2);
  padding: 12px 0;
}

.order-result-item:first-child {
  padding-top: 0;
}

.order-result-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.order-result-item p {
  margin: 0;
  color: #047857;
}

.order-result-item code {
  display: block;
  overflow-wrap: anywhere;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  color: #111827;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.legal span {
  color: #e5e7eb;
}

.refund,
.notice {
  margin: 0 auto 16px;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.refund a {
  margin: 0 2px;
  color: var(--violet);
}

.notice {
  color: rgba(156, 163, 175, .72);
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #9ca3af;
  font-size: 14px;
}

.support {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: #6b7280;
}

.support span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #059669, #0d9488);
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, .3), 0 4px 6px -4px rgba(16, 185, 129, .3);
  transition: .15s ease;
}

.support:hover span {
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px rgba(16, 185, 129, .4), 0 8px 10px -6px rgba(16, 185, 129, .4);
}

.support svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support small {
  font-size: 12px;
  font-weight: 600;
}

.support-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: transparent;
}

.support-panel {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 101;
  width: 340px;
  max-width: calc(100vw - 24px);
  overflow: hidden;
  border: 1px solid #d1fae5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 25px 70px -28px rgba(16, 185, 129, .48);
}

.support-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f3f4f6;
  padding: 14px 20px 12px;
}

.support-panel-head h3 {
  margin: 0;
  color: #111827;
  font-size: 16px;
}

.support-panel-head button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #cbd5e1;
  font-size: 24px;
  line-height: 1;
}

.support-panel-head button:hover {
  color: #6b7280;
  background: #f9fafb;
}

.support-tabs {
  display: flex;
  gap: 4px;
  padding: 12px 12px 0;
}

.support-tabs button {
  flex: 1;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 7px 8px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}

.support-tabs button.active {
  color: #047857;
  background: #ecfdf5;
}

.support-pane {
  max-height: 60vh;
  overflow-y: auto;
  padding: 12px 12px 16px;
}

.support-faq {
  display: grid;
  gap: 6px;
}

.support-faq details {
  border: 1px solid #f3f4f6;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

.support-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.support-faq summary::-webkit-details-marker {
  display: none;
}

.support-faq summary span {
  color: #9ca3af;
  font-size: 18px;
  line-height: 1;
}

.support-faq details[open] summary {
  color: #047857;
}

.support-faq details[open] summary span {
  transform: rotate(45deg);
}

.support-faq p {
  margin: 0;
  padding: 0 12px 12px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
}

.support-note {
  margin: 10px 4px 0;
  color: #9ca3af;
  font-size: 11px;
  line-height: 1.6;
}

.feedback-form,
.feedback-success {
  display: grid;
  gap: 12px;
  padding: 4px;
}

.feedback-form p,
.feedback-success p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.7;
}

.feedback-form textarea,
.feedback-form input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  background: #fff;
  padding: 10px 12px;
  color: #111827;
  font-size: 14px;
  outline: none;
}

.feedback-form textarea {
  min-height: 116px;
  resize: none;
}

.feedback-form textarea:focus,
.feedback-form input:focus {
  border-color: #34d399;
  box-shadow: 0 0 0 2px #d1fae5;
}

.feedback-form button,
.feedback-success button {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #059669, #0d9488);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.feedback-form button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.feedback-form svg,
.wechat-copy svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feedback-form small {
  color: #9ca3af;
  font-size: 11px;
  line-height: 1.5;
}

.feedback-success strong {
  color: #047857;
  font-size: 15px;
}

.feedback-success div {
  border: 1px solid #d1fae5;
  border-radius: 9px;
  background: #ecfdf5;
  padding: 10px;
}

.feedback-success small,
.wechat-copy small {
  display: block;
  margin-bottom: 3px;
  color: #047857;
  font-size: 11px;
}

.feedback-success b {
  color: #064e3b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
}

.feedback-success a {
  color: #059669;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.feedback-success button:last-child {
  color: #4b5563;
  background: #f9fafb;
}

.wechat-card {
  border: 1px solid #d1fae5;
  border-radius: 12px;
  background: rgba(236, 253, 245, .7);
  padding: 12px;
  text-align: center;
}

.wechat-card p {
  margin: 0 0 8px;
  color: #047857;
  font-size: 12px;
  font-weight: 800;
}

.wechat-qr {
  width: 144px;
  height: 144px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d1fae5;
  border-radius: 9px;
  background:
    linear-gradient(90deg, #f8fafc 14px, transparent 1%) center / 28px 28px,
    linear-gradient(#f8fafc 14px, transparent 1%) center / 28px 28px,
    #fff;
}

.wechat-qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wechat-download {
  display: inline-block;
  margin-top: 8px;
  color: #059669;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wechat-copy {
  width: calc(100% - 8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #d1fae5;
  border-radius: 10px;
  background: #fff;
  margin: 12px 4px 0;
  padding: 10px 12px;
  color: #059669;
  text-align: left;
}

.wechat-copy b {
  color: #111827;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: rgba(17, 24, 39, .34);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 20px;
}

.modal-card {
  position: relative;
  width: min(100%, 460px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 30px 80px -28px rgba(15, 23, 42, .4);
}

.session-help-modal {
  z-index: 240;
}

.session-guide__modal {
  position: relative;
  width: min(100%, 560px);
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.session-guide__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
  padding: 12px 16px;
}

.session-guide__title {
  font-size: 16px;
  font-weight: 900;
}

.session-guide__close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #475569;
  font-size: 20px;
  line-height: 1;
}

.session-guide__carousel {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.session-guide__track {
  display: flex;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.session-guide__slide {
  display: flex;
  min-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  text-align: center;
}

.session-guide__shot {
  display: flex;
  width: 100%;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.session-guide__shot img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.session-guide__step-title {
  font-size: 16px;
  font-weight: 900;
}

.session-guide__step-desc {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.session-guide__step-desc code,
.session-guide__step-desc kbd {
  border-radius: 6px;
  background: rgba(148, 163, 184, .14);
  padding: 0 6px;
  font-family: inherit;
}

.session-guide__ctrl {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}

.session-guide__arrow {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #0f172a;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .18);
  pointer-events: auto;
}

.session-guide__arrow svg {
  width: 20px;
  height: 20px;
}

.session-guide__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 0 6px;
}

.session-guide__dot {
  width: 8px;
  height: 8px;
  border: 1px solid #94a3b8;
  border-radius: 999px;
  background: #cbd5e1;
  padding: 0;
}

.session-guide__dot.is-active {
  border-color: #10b981;
  background: #10b981;
}

.session-guide__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #e2e8f0;
  padding: 12px 14px;
}

.session-guide__action {
  display: inline-block;
  min-width: 200px;
  border: 1px solid #10b981;
  border-radius: 10px;
  background: #fff;
  padding: 12px 16px;
  color: #047857;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.session-guide__action--primary {
  background: #10b981;
  color: #fff;
}

.modal-card small {
  color: var(--violet-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.modal-card h2 {
  margin: 8px 0 8px;
  font-size: 28px;
}

.modal-copy {
  margin: 0 0 20px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.member-confirm-card {
  width: min(100%, 500px);
  padding-top: 30px;
}

.member-confirm-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #fed7aa;
  border-radius: 14px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.member-confirm-meta {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px 14px;
  margin: 18px 0;
  border: 1px solid #ffedd5;
  border-radius: 14px;
  background: #fffaf5;
  padding: 14px;
  font-size: 14px;
}

.member-confirm-meta span {
  color: #9a3412;
}

.member-confirm-meta b {
  min-width: 0;
  color: #111827;
  overflow-wrap: anywhere;
}

.member-confirm-actions {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 10px;
  align-items: center;
}

.member-confirm-actions .modal-secondary,
.member-confirm-actions .pay-button {
  margin-top: 0;
}

.member-confirm-primary {
  height: 42px;
  font-size: 15px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 22px;
  line-height: 1;
}

.receipt {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px 12px;
  margin-top: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  font-size: 13px;
}

.receipt span {
  color: #6b7280;
}

.receipt b {
  min-width: 0;
  color: #111827;
  overflow-wrap: anywhere;
}

.order-receipt-modal {
  z-index: 260;
}

.order-receipt-card {
  width: min(100%, 560px);
  padding: 20px;
  background: #f8fafc;
}

.order-receipt-paper {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  padding: 28px;
  color: #111827;
  box-shadow: 0 20px 50px -34px rgba(15, 23, 42, .55);
}

.order-receipt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.order-receipt-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-receipt-logo {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.order-receipt-brand b,
.order-receipt-brand small {
  display: block;
}

.order-receipt-brand b {
  color: #111827;
  font-size: 15px;
}

.order-receipt-brand small {
  color: #64748b;
  font-size: 12px;
}

.order-receipt-paid {
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  background: #dcfce7;
  padding: 5px 10px;
  color: #166534;
  font-size: 12px;
  font-weight: 900;
}

.order-receipt-hero {
  margin-top: 30px;
}

.order-receipt-hero p {
  margin: 0 0 6px;
  color: #64748b;
  font-size: 13px;
}

.order-receipt-hero h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  letter-spacing: 0;
}

.order-receipt-hero strong {
  display: block;
  margin-top: 18px;
  color: #111827;
  font-size: 38px;
  line-height: 1;
}

.order-receipt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.order-receipt-grid div {
  min-width: 0;
}

.order-receipt-grid dt {
  color: #64748b;
  font-size: 12px;
}

.order-receipt-grid dd {
  margin: 5px 0 0;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.order-receipt-lines {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.order-receipt-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px 96px;
  gap: 10px;
  padding: 12px 0;
  color: #111827;
  font-size: 13px;
}

.order-receipt-line span:last-child {
  text-align: right;
}

.order-receipt-line--head {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.order-receipt-line--total {
  border-top: 1px solid #e5e7eb;
  font-weight: 900;
}

.order-receipt-footer {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  color: #64748b;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.checkout-steps {
  margin: 18px 0;
  padding-left: 22px;
  color: #374151;
  line-height: 1.9;
}

.pay-link-box {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px 14px;
  margin-top: 12px;
  border: 1px solid #d1fae5;
  border-radius: 14px;
  background: #ecfdf5;
  padding: 14px 16px;
  font-size: 13px;
}

.pay-link-box span {
  color: #047857;
  font-weight: 800;
}

.pay-link-box a {
  min-width: 0;
  overflow: hidden;
  color: #059669;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.payment-modal-card {
  width: min(100%, 430px);
  max-height: min(92vh, 720px);
  overflow: auto;
}

.payment-status-panel {
  margin-top: 14px;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  background: #f0fdf4;
  padding: 12px;
}

.payment-status-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.payment-status-panel__head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: #dcfce7;
  padding: 4px 12px;
  color: #166534;
  font-size: 13px;
  font-weight: 900;
}

.payment-status-panel__head b {
  min-width: 0;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.payment-modal-card[data-payment-state="pending"] .payment-status-panel {
  border-color: #fde68a;
  background: #fffbeb;
}

.payment-modal-card[data-payment-state="pending"] .payment-status-panel__head span {
  background: #fef3c7;
  color: #92400e;
}

.payment-modal-card[data-payment-state="pending"] .payment-status-panel__head b {
  color: #b45309;
}

.payment-modal-card[data-payment-state="processing"] .payment-status-panel {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.payment-modal-card[data-payment-state="processing"] .payment-status-panel__head span {
  background: #dbeafe;
  color: #1d4ed8;
}

.payment-modal-card[data-payment-state="processing"] .payment-status-panel__head b {
  color: #2563eb;
}

.payment-modal-card[data-payment-state="completed"] .payment-status-panel {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.payment-modal-card[data-payment-state="failed"] .payment-status-panel {
  border-color: #fecaca;
  background: #fff1f2;
}

.payment-modal-card[data-payment-state="failed"] .payment-status-panel__head span {
  background: #fee2e2;
  color: #b91c1c;
}

.payment-modal-card[data-payment-state="failed"] .payment-status-panel__head b {
  color: #dc2626;
}

.payment-qr-card {
  margin-top: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  padding: 12px;
}

.payment-qr-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: #374151;
  font-size: 13px;
  font-weight: 900;
}

.payment-qr-head b {
  border-radius: 999px;
  background: #ecfdf5;
  padding: 4px 10px;
  color: #047857;
  font-size: 12px;
}

.payment-qr-link {
  display: grid;
  position: relative;
  width: min(100%, 260px);
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.payment-qr-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.payment-qr-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: #fff;
  color: #047857;
  font-size: 13px;
  font-weight: 900;
}

.payment-qr-loading[hidden] {
  display: none;
}

.payment-qr-error {
  margin-top: 12px;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: #fff1f2;
  padding: 12px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.payment-qr-error p {
  margin: 0 0 8px;
  color: inherit;
}

.payment-qr-error button {
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #ef4444;
  padding: 0 14px;
  color: #fff;
  font-weight: 900;
}

.payment-qr-card p {
  margin: 12px 0 0;
  color: #4b5563;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.payment-open-link {
  margin-top: 12px;
  color: #fff;
  text-decoration: none;
}

.payment-countdown {
  margin: 10px 0 8px;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.payment-progress {
  position: relative;
  height: 34px;
  margin: 10px 6px 0;
}

.payment-progress__bar,
.payment-progress__fill {
  position: absolute;
  top: 15px;
  left: 0;
  height: 4px;
  border-radius: 999px;
}

.payment-progress__bar {
  right: 0;
  background: #ede9fe;
}

.payment-progress__fill {
  width: 20%;
  background: linear-gradient(90deg, #8b5cf6, #10b981);
  transition: width .25s ease;
}

.payment-progress__dot {
  position: absolute;
  top: 7px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 3px solid #ede9fe;
  border-radius: 999px;
  background: #fff;
}

#paymentStep1Dot {
  left: 0;
}

#paymentStep2Dot {
  left: 50%;
  transform: translateX(-50%);
}

#paymentStep3Dot {
  right: 0;
}

.payment-progress__dot.is-active {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, .14);
}

.payment-progress__dot.is-done {
  border-color: #10b981;
  background: #10b981;
}

.payment-step-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.payment-step-labels span:first-child {
  text-align: left;
}

.payment-step-labels span:last-child {
  text-align: right;
}

.payment-step-labels .is-active {
  color: #6d28d9;
}

.payment-step-labels .is-done {
  color: #047857;
}

.payment-status-copy {
  margin: 8px 0 0;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  text-align: left;
}

.delivery-result {
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  background: #f0fdf4;
  margin: 12px 0;
  padding: 14px;
  color: #065f46;
  font-size: 14px;
  line-height: 1.7;
}

.delivery-result b,
.delivery-result code {
  display: block;
  margin-top: 6px;
}

.delivery-result code {
  overflow-wrap: anywhere;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  color: #111827;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.recharge-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
}

.recharge-modal.open {
  display: block;
}

.recharge-modal button {
  border: 0;
}

.recharge-modal-mask {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.46);
  backdrop-filter: blur(6px);
}

.recharge-modal-card {
  position: relative;
  width: min(92vw, 680px);
  max-height: 84vh;
  margin: 8vh auto 0;
  overflow: auto;
  border-radius: 26px;
  background:
    radial-gradient(circle at right top, rgba(37, 99, 235, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 28px;
  box-shadow: 0 36px 90px rgba(15, 23, 42, 0.28);
}

.recharge-modal-card--pay {
  width: min(92vw, 520px);
  max-height: 94vh;
  margin: 3vh auto 0;
  overflow: hidden;
  padding: 22px 24px;
}

.recharge-modal-card--pay .recharge-modal-head {
  gap: 12px;
}

.recharge-modal-card--pay .recharge-modal-kicker {
  font-size: 11px;
}

.recharge-modal-card--pay .recharge-modal-head h3 {
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.18;
}

.recharge-modal-card--pay .recharge-modal-subtitle {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
}

.recharge-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.recharge-modal-kicker {
  margin: 0;
  color: var(--violet-600);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recharge-modal-head h3 {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
}

.recharge-modal-subtitle {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.recharge-modal-close {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: transparent;
  color: #64748b;
  font-size: 24px;
  line-height: 1;
}

.recharge-modal-close:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.recharge-pay-modal-body {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.recharge-pay-order,
.recharge-pay-email {
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.recharge-pay-qr-wrap {
  display: grid;
  width: min(100%, 220px);
  min-height: 220px;
  place-items: center;
  margin: 0 auto;
  border: 1px solid #dbe6f5;
  border-radius: 18px;
  background: #fff;
  padding: 10px;
}

.recharge-pay-qr-wrap[data-state="loading"]::after {
  content: "二维码加载中...";
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}

.recharge-pay-qr-image {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}

.recharge-pay-qr-error {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: #475569;
  text-align: center;
}

.recharge-pay-qr-error[hidden] {
  display: none !important;
}

.recharge-pay-qr-error p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.recharge-pay-qr-retry-btn {
  min-height: 40px;
  border: 1px solid color-mix(in srgb, var(--violet-600) 18%, #dbe6f5);
  border-radius: 999px;
  background: color-mix(in srgb, var(--violet-600) 8%, #ffffff);
  padding: 0 18px;
  color: var(--violet-600);
  font-size: 14px;
  font-weight: 700;
}

.recharge-pay-open-btn {
  width: min(100%, 260px);
  min-height: 42px;
  margin: 0 auto;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--violet-600) 0%, var(--purple) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.24);
}

.recharge-pay-open-btn[hidden] {
  display: none !important;
}

.recharge-pay-countdown {
  margin: 0;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.recharge-pay-progress {
  position: relative;
  height: 20px;
  margin: 0 8px;
}

.recharge-pay-progress-bar,
.recharge-pay-progress-fill {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
}

.recharge-pay-progress-bar {
  background: #e2e8f0;
}

.recharge-pay-progress-fill {
  right: auto;
  width: 0%;
  background: linear-gradient(90deg, #3b82f6 0%, #22c55e 100%);
  transition: width .3s ease;
}

.recharge-pay-step {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.recharge-pay-step--left {
  left: 0;
}

.recharge-pay-step--center {
  left: 50%;
}

.recharge-pay-step--right {
  left: 100%;
}

.recharge-pay-step-dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid color-mix(in srgb, var(--violet-600) 20%, #cbd5e1);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(124, 58, 237, 0);
}

.recharge-pay-step-dot.is-active {
  border-color: var(--violet-600);
  box-shadow: 0 0 0 5px rgba(124, 58, 237, .12);
}

.recharge-pay-step-dot.is-done {
  border-color: #22c55e;
  background: #22c55e;
}

.recharge-pay-step-dot.is-error {
  border-color: #ef4444;
}

.recharge-pay-step-labels {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.recharge-pay-step-labels .is-active {
  color: var(--violet-600);
}

.recharge-pay-step-labels .is-done {
  color: #16a34a;
}

.recharge-pay-step-labels .is-error {
  color: #dc2626;
}

.recharge-pay-status {
  margin: 0;
  color: var(--violet-600);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.recharge-pay-status.is-error {
  color: #dc2626;
}

.recharge-pay-status.is-success {
  color: #16a34a;
}

.recharge-pay-hint {
  margin: 0;
  color: #c2410c;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.recharge-modal-card--success {
  width: min(92vw, 420px);
  padding: 30px 28px 26px;
  text-align: center;
  animation: rechargeSuccessCardIn .34s cubic-bezier(.2, .9, .2, 1.12) both;
}

.recharge-success-badge {
  position: relative;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  margin: 0 auto 18px;
}

.recharge-success-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0.02) 72%);
  animation: rechargeSuccessPulse 1.8s ease-out infinite;
}

.recharge-success-burst {
  position: absolute;
  inset: -12px;
  border-radius: 999px;
  pointer-events: none;
}

.recharge-success-burst i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 16px rgba(34, 197, 94, .38);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.45);
  animation: rechargeSuccessBurst .9s cubic-bezier(.18, .8, .26, 1) .12s both;
}

.recharge-success-burst i:nth-child(1) {
  --tx: 0px;
  --ty: -54px;
  background: #16a34a;
}

.recharge-success-burst i:nth-child(2) {
  --tx: 38px;
  --ty: -38px;
  animation-delay: .16s;
}

.recharge-success-burst i:nth-child(3) {
  --tx: 54px;
  --ty: 0px;
  background: #86efac;
  animation-delay: .2s;
}

.recharge-success-burst i:nth-child(4) {
  --tx: 38px;
  --ty: 38px;
  animation-delay: .24s;
}

.recharge-success-burst i:nth-child(5) {
  --tx: 0px;
  --ty: 54px;
  background: #16a34a;
  animation-delay: .18s;
}

.recharge-success-burst i:nth-child(6) {
  --tx: -38px;
  --ty: 38px;
  background: #86efac;
  animation-delay: .22s;
}

.recharge-success-burst i:nth-child(7) {
  --tx: -54px;
  --ty: 0px;
  animation-delay: .14s;
}

.recharge-success-burst i:nth-child(8) {
  --tx: -38px;
  --ty: -38px;
  background: #16a34a;
  animation-delay: .19s;
}

.recharge-success-check {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #34d399 0%, #22c55e 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(34, 197, 94, 0.34);
  animation: rechargeSuccessPop .45s ease-out both;
}

.recharge-success-check svg path {
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
  animation: rechargeSuccessCheckDraw .5s ease-out .28s both;
}

.recharge-success-title {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
}

.recharge-success-copy {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.recharge-success-tip {
  margin: 14px 0 0;
  border: 1px solid rgba(220, 38, 38, .22);
  border-radius: 14px;
  background: rgba(254, 242, 242, .92);
  padding: 12px 14px;
  color: #dc2626;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
}

.recharge-success-btn {
  min-width: 148px;
  height: 46px;
  margin-top: 22px;
  border-radius: 14px;
  background: linear-gradient(180deg, #34d399 0%, #22c55e 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(34, 197, 94, 0.24);
}

@keyframes rechargeSuccessCardIn {
  0% {
    transform: translateY(16px) scale(.96);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes rechargeSuccessPulse {
  0% {
    transform: scale(.9);
    opacity: .75;
  }
  70%,
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

@keyframes rechargeSuccessBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.45);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(1);
  }
}

@keyframes rechargeSuccessPop {
  0% {
    transform: scale(.72);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes rechargeSuccessCheckDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 430px) {
  .recharge-modal.open {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }

  .recharge-modal-card,
  .recharge-modal-card--pay,
  .recharge-modal-card--success {
    width: min(calc(100vw - 16px), 100%);
    max-height: calc(100dvh - 16px);
    margin: 0 auto;
    border-radius: 20px;
    padding: 16px 14px;
  }

  .recharge-modal-head {
    gap: 10px;
  }

  .recharge-modal-head > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .recharge-modal-head h3 {
    margin-top: 2px;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
  }

  .recharge-modal-subtitle {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }

  .recharge-modal-close {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .recharge-modal-card--pay {
    max-height: calc(100dvh - 16px);
    overflow: hidden;
    padding: 12px;
  }

  .recharge-modal-card--pay .recharge-modal-head h3 {
    font-size: 18px;
  }

  .recharge-modal-card--pay .recharge-modal-subtitle {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.35;
  }

  .recharge-pay-modal-body {
    gap: 7px;
    margin-top: 10px;
  }

  .recharge-pay-order,
  .recharge-pay-email {
    font-size: 12px;
    line-height: 1.25;
  }

  .recharge-pay-qr-wrap {
    width: min(100%, 176px);
    min-height: 176px;
    border-radius: 16px;
    padding: 8px;
  }

  .recharge-pay-qr-image {
    max-width: 160px;
    max-height: 160px;
  }

  .recharge-pay-open-btn {
    width: min(240px, 100%);
    min-height: 40px;
    font-size: 14px;
  }

  .recharge-pay-progress {
    height: 18px;
  }

  .recharge-pay-status,
  .recharge-pay-countdown {
    font-size: 12px;
  }
}

.modal-secondary {
  width: 100%;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: #6b7280;
  font-weight: 800;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 220;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #111827;
  padding: 12px 18px;
  color: #fff;
  box-shadow: 0 18px 40px -18px rgba(15, 23, 42, .6);
  font-size: 14px;
  font-weight: 700;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .container,
  .narrow,
  .checkout-wrap {
    width: calc(100% - 32px);
  }

  .topbar-inner {
    width: calc(100% - 24px);
    min-width: 0;
    height: 56px;
  }

  .brand-icon {
    width: 28px;
    height: 28px;
  }

  .brand-icon svg {
    width: 14px;
    height: 14px;
  }

  .brand-text strong {
    font-size: 16px;
  }

  .brand-text small {
    font-size: 9px;
  }

  .nav {
    flex: 1 1 auto;
    margin-left: 8px;
    gap: 2px;
  }

  .nav a {
    padding: 6px 8px;
    font-size: 11px;
  }

  .order-link {
    display: none;
  }

  .hero {
    padding-top: 16px;
  }

  .trust-badge {
    gap: 6px;
    padding: 4px 12px;
    font-size: 12px;
  }

  .hero h1 {
    margin: 12px 0 6px;
    font-size: 24px;
  }

  .typing {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .desktop-plans {
    display: none;
  }

  .mobile-plans {
    display: flex;
    gap: 8px;
    margin: 4px 0 12px;
  }

  .mobile-plan {
    position: relative;
    min-width: 0;
    flex: 1 1 0;
    border: 2px solid var(--line);
    border-radius: 12px;
    background: #fff;
    padding: 12px 6px;
    text-align: center;
    transition: .15s ease;
  }

  .mobile-plan.active {
    border-color: var(--violet);
    background: #f5f3ff;
    box-shadow: 0 4px 6px -1px #ede9fe;
  }

  .mobile-plan strong,
  .mobile-plan small,
  .mobile-plan b,
  .mobile-plan em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-plan strong {
    color: #111827;
    font-size: 15px;
    line-height: 20px;
  }

  .mobile-plan small {
    margin-top: 2px;
    color: var(--violet-600);
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
  }

  .mobile-plan b {
    margin-top: 2px;
    color: #111827;
    font-size: 18px;
  }

  .mobile-plan em {
    color: #9ca3af;
    font-size: 10px;
    font-style: normal;
    text-decoration: line-through;
  }

  .order-card {
    margin-bottom: 16px;
    padding: 16px;
  }

  .order-card label {
    font-size: 14px;
  }

  .order-card label small {
    font-size: 12px;
  }

  .email-verification {
    padding: 14px;
  }

  .email-verification__row {
    grid-template-columns: 1fr;
  }

  .email-verification button {
    width: 100%;
  }

  .pay-button {
    font-size: 18px;
  }

  .desktop-only {
    display: none !important;
  }

  .guarantees {
    gap: 12px;
    font-size: 12px;
  }

  .compare {
    margin-bottom: 16px;
  }

  .compare-panel {
    padding: 14px;
    -webkit-overflow-scrolling: touch;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }

  .section {
    padding-top: 68px;
  }

  .why.section {
    padding-top: 124px;
  }

  .section-head {
    margin-bottom: 36px;
  }

  .section-head h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .section-head p {
    font-size: 14px;
    line-height: 1.75;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature {
    min-height: 0;
    padding: 24px;
  }

  .feature h3 {
    margin-top: 22px;
  }

  .video-section {
    padding-top: 78px;
  }

  .video-section .section-head {
    margin-bottom: 34px;
  }

  .video-shell {
    width: 100%;
    margin-left: 0;
  }

  .faq {
    padding-top: 58px;
  }

  .faq-list summary {
    padding: 0 18px;
  }

  .blog {
    padding-top: 68px;
  }

  .post {
    grid-template-columns: 120px 1fr;
    gap: 14px;
    min-height: 122px;
    padding: 14px;
  }

  .post img {
    width: 120px;
    height: 76px;
  }

  .post strong {
    font-size: 14px;
  }

  .post small {
    font-size: 12px;
  }

  .footer {
    margin-top: 72px;
    padding-top: 32px;
  }

  .link-marquee {
    width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    gap: 22px;
    font-size: 11px;
  }

  .footer-columns {
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    gap: 14px 22px;
    font-size: 12px;
  }

  .language,
  .legal,
  .refund,
  .notice,
  .copyright {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .legal {
    gap: 12px;
  }

  .copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .support {
    right: 16px;
    bottom: 16px;
  }

  .support span {
    width: 48px;
    height: 48px;
  }

  .support-backdrop {
    background: rgba(0, 0, 0, .1);
  }

  .support-panel {
    right: 12px;
    bottom: 86px;
    width: 340px;
    max-width: calc(100vw - 24px);
  }

  .codex-page {
    padding: 42px 0 64px;
  }

  .codex-radar {
    width: calc(100% - 24px);
  }

  .codex-radar__hero,
  .codex-kpis,
  .codex-reset-grid,
  .codex-evidence,
  .codex-news-grid,
  .codex-env-grid,
  .codex-update-stats,
  .codex-model-grid {
    grid-template-columns: 1fr;
  }

  .codex-radar__intro,
  .codex-radar__signal,
  .codex-panel,
  .codex-next--radar {
    padding: 18px;
  }

  .codex-radar__intro h2 {
    font-size: 34px;
  }

  .codex-radar__intro > p:not(.codex-radar__eyebrow) {
    font-size: 14px;
    line-height: 1.7;
  }

  .codex-radar__actions a,
  .codex-radar__actions button,
  .codex-next--radar a,
  .codex-next--radar button {
    width: 100%;
  }

  .codex-gauge {
    width: 150px;
  }

  .codex-kpis {
    gap: 10px;
  }

  .codex-kpis strong,
  .codex-env-grid strong {
    font-size: 24px;
  }

  .codex-panel__head {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .codex-panel__head h3,
  .codex-next--radar h3 {
    font-size: 21px;
  }

  .codex-score-strip {
    overflow-x: auto;
  }

  .codex-update-meta-row,
  .codex-update-card {
    grid-template-columns: 1fr;
  }

  .codex-update-meta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .codex-trend {
    overflow-x: auto;
  }

  .enterprise-page,
  .blog-page,
  .article-page,
  .legal-page {
    padding-top: 56px;
  }

  .enterprise-hero h1,
  .enterprise-hero h2 {
    font-size: 34px;
  }

  .enterprise-card,
  .enterprise-faq {
    padding: 24px;
  }

  .blog-index h1,
  .blog-index h2 {
    font-size: 32px;
  }

  .article-shell {
    width: calc(100% - 32px);
  }

  .article-breadcrumb {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .article-header h1,
  .article-header h2 {
    font-size: 32px;
  }

  .article-lead {
    font-size: 15px;
  }

  .article-cover {
    margin-left: -16px;
    margin-right: -16px;
  }

  .article-cover img {
    border-radius: 0;
  }

  .article-body {
    font-size: 15px;
  }

  .article-body h2 {
    font-size: 24px;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .article-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .article-footer a,
  .article-footer button {
    text-align: center;
  }

  .blog-row {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    padding: 12px;
  }

  .blog-row img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .blog-row h2 {
    margin: 8px 0;
    font-size: 18px;
    line-height: 1.35;
  }

  .blog-row p {
    font-size: 13px;
    line-height: 1.55;
  }

  .orders-page {
    min-height: calc(100vh - 64px);
    padding: 40px 0 80px;
  }

  .session-page {
    min-height: calc(100vh - 64px);
    padding: 40px 0 80px;
  }

  .session-box h2 {
    font-size: 30px;
  }

  .lookup-card div {
    grid-template-columns: 1fr;
  }

  .lookup-card button {
    height: 46px;
  }

  .order-cell-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-cell-meta {
    grid-template-columns: 1fr;
  }

  .order-cell-actions a,
  .order-cell-receipt {
    width: 100%;
  }

  .session-result-card__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .session-data-grid {
    grid-template-columns: 76px 1fr;
  }

  .session-copy-actions {
    grid-template-columns: 1fr;
  }

  .session-entry__head {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .session-guide-button {
    width: auto;
  }

  .session-guide__action {
    width: 100%;
  }

  .session-guide__slide {
    padding: 16px;
  }

  .modal-card.payment-modal-card {
    max-height: calc(100vh - 28px);
    padding: 22px 16px;
  }

  .payment-qr-link {
    width: min(100%, 220px);
  }

  .receipt {
    grid-template-columns: 70px 1fr;
  }

  .order-receipt-card {
    max-height: calc(100vh - 28px);
    overflow: auto;
    padding: 14px;
  }

  .order-receipt-paper {
    padding: 20px 16px;
  }

  .order-receipt-grid {
    grid-template-columns: 1fr;
  }

  .order-receipt-line {
    grid-template-columns: minmax(0, 1fr) 46px 78px;
  }

  .payment-step-labels {
    font-size: 11px;
  }

  .modal-card {
    padding: 24px;
  }

  .member-confirm-actions {
    grid-template-columns: 1fr;
  }
}
