body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: rgb(17, 17, 17);
  background: rgb(255, 255, 255);
}

.DIV-0 {
  color: rgb(17, 17, 17);
  background: rgb(255, 255, 255);
  max-width: 480px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

.DIV-0 a {
  margin-bottom: 20px;
}

.A-0 {
  color: rgb(107, 107, 107);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  width: fit-content;
}

.A-0:hover {
  color: rgb(17, 17, 17);
}

.DIV-1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 8px;
  box-sizing: border-box;
}

.DIV-2 {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

.DIV-3 { box-sizing: border-box; }

.DIV-4 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.DIV-5 {
  font-size: 12px;
  color: rgb(107, 107, 107);
  box-sizing: border-box;
}

.DIV-6,
.DIV-7,
.DIV-8 {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.H3-0,
.H3-1,
.H3-2 {
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: -0.02em;
  box-sizing: border-box;
  font-size: 18.72px;
}

.P-0,
.P-1,
.P-2 {
  margin: 0;
  color: rgb(107, 107, 107);
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.5;
}

.A-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.12s, box-shadow 0.12s, background 0.12s, border-color 0.12s;
  border: 1px solid rgb(229, 229, 229);
  text-decoration: none;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  color: rgb(17, 17, 17);
}

.A-1:hover {
  background: rgb(248, 248, 248);
  border: 1px solid transparent;
}

@media (max-width: 640px) {
  .DIV-0 { padding: 16px; }
  .A-0 { font-size: 13px; }
}

/* Keep default centered look, but avoid cramped vertical clipping
   on short mobile screens (e.g., landscape phones). */
@media (max-width: 640px) and (max-height: 760px) {
  body {
    display: block;
    min-height: auto;
  }

  .DIV-0 {
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
