.h001CreatePage {
  background: #f6f7fb;
  color: #111827;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.h001Create {
  min-height: 100vh;
  padding: 24px;
}

.h001CreateTop {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}

.h001CreateBrand {
  align-items: center;
  color: inherit;
  display: inline-flex;
  text-decoration: none;
}

.h001CreateBrand .mktBrand__wordmark {
  height: auto;
  max-width: min(220px, 58vw);
  width: 220px;
}

.h001CreateBack {
  color: #475569;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.h001CreateHero {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  margin: 56px auto 0;
  max-width: 1100px;
}

.h001CreateHero__copy h1 {
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  line-height: 0.98;
  margin: 14px 0 18px;
}

.h001CreateHero__copy p {
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 560px;
}

.h001CreateCard {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  padding: 24px;
}

.h001CreateCard h2 {
  font-size: 1.55rem;
  margin: 0 0 8px;
}

.h001Muted {
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 18px;
}

.h001Upload {
  display: grid;
  gap: 16px;
}

.h001UploadDrop {
  align-items: center;
  background: #f8fafc;
  border: 2px dashed #cbd5e1;
  border-radius: 14px;
  cursor: pointer;
  display: grid;
  justify-items: center;
  min-height: 250px;
  padding: 24px;
  text-align: center;
}

.h001UploadDrop input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.h001UploadDrop__icon {
  align-items: center;
  background: #111827;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.h001UploadDrop strong {
  font-size: 1.2rem;
}

.h001UploadDrop small {
  color: #64748b;
  font-weight: 700;
}

.h001CreateButton {
  align-items: center;
  background: #16a34a;
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  text-decoration: none;
  width: fit-content;
}

.h001CreateSecondary {
  color: #475569;
  display: inline-flex;
  font-weight: 800;
  margin-top: 14px;
  text-decoration: none;
}

.h001CreateError {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 12px;
  color: #be123c;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 14px;
  padding: 12px;
}

.h001Steps {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.h001Steps li {
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  color: #64748b;
  display: flex;
  font-weight: 800;
  gap: 10px;
  padding: 12px;
}

.h001Steps span {
  align-items: center;
  background: #e5e7eb;
  border-radius: 999px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.h001Steps .isActive {
  color: #111827;
}

.h001Steps .isActive span {
  background: #bbf7d0;
}

.h001DraftPreview {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  max-height: 410px;
  overflow: auto;
}

.h001DraftPreview article {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
}

.h001DraftPreview h3 {
  font-size: 1rem;
  margin: 0 0 8px;
}

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

.h001DraftPreview li {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.h001DraftPreview b {
  white-space: nowrap;
}

.h001TelegramHint {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  color: #166534;
  font-weight: 800;
  line-height: 1.45;
  padding: 12px;
}

@media (max-width: 820px) {
  .h001Create {
    padding: 16px;
  }

  .h001CreateHero {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .h001CreateCard {
    padding: 18px;
  }

  .h001CreateButton {
    width: 100%;
  }
}
