.activate-shell {
  background: #f7f8fb;
  color: #172033;
  font-family: "Noto Sans Thai", system-ui, sans-serif;
  min-height: 100vh;
}

.activate-main {
  display: grid;
  min-height: calc(100vh - 156px);
  padding: 32px clamp(16px, 5vw, 64px);
  place-items: center;
}

.activate-card {
  background: #ffffff;
  border: 1px solid #dde4ef;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(23, 32, 51, 0.08);
  display: grid;
  gap: 18px;
  max-width: 620px;
  padding: clamp(22px, 5vw, 38px);
  width: 100%;
}

.activate-card h1 {
  font-size: clamp(2rem, 6vw, 3.1rem);
  line-height: 1.1;
}

.activate-status {
  align-items: flex-start;
  background: #f1f5f9;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 12px 1fr;
  padding: 16px;
}

.activate-status[data-tone="success"] {
  background: #ecfdf3;
  border-color: #b9ebca;
}

.activate-status[data-tone="warning"] {
  background: #fff8e7;
  border-color: #f3d38a;
}

.activate-status[data-tone="error"] {
  background: #fff1f1;
  border-color: #f0b3b3;
}

.activate-status #status {
  font-weight: 700;
}
