.h001Ready--active .h001Ready__story {
  padding-top: 52px;
}

.h001Ready--active h1 {
  font-size: clamp(2.25rem, 5vw, 3.4rem);
  line-height: 1.06;
  max-width: 520px;
}

.h001Ready--active .h001Ready__burst {
  margin-bottom: 26px;
}

.h001Ready--upload .h001Ready__story {
  padding-top: 42px;
}

.h001Ready--upload .h001Ready__burst {
  display: none;
}

.h001Ready--upload .h001UploadPanel {
  padding-top: 34px;
}

.h001UploadPanel .h001Upload {
  margin-top: 0;
}

.h001UploadPanel.isUploadProcessing .h001Upload {
  display: none !important;
}

.h001UploadPanel.isUploadProcessing .h001OptimisticProcessing {
  display: block !important;
}

.h001UploadPanel .h001UploadDrop {
  background: rgba(255, 247, 237, 0.8);
  border-color: rgba(255, 90, 10, 0.32);
  min-height: 250px;
}

.h001UploadPanel .h001UploadDrop.isSelected {
  background: rgba(255, 247, 237, 0.9);
  border-color: rgba(255, 90, 10, 0.44);
}

.h001UploadPanel .h001UploadDrop__icon {
  background: linear-gradient(135deg, #ff6a00, #ff2d7a);
  position: relative;
}

.h001UploadPanel .h001UploadDrop__icon::before,
.h001UploadPanel .h001UploadDrop__icon::after {
  background: #fff;
  border-radius: 999px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.h001UploadPanel .h001UploadDrop__icon::before {
  height: 4px;
  width: 24px;
}

.h001UploadPanel .h001UploadDrop__icon::after {
  height: 24px;
  width: 4px;
}

.h001UploadPanel .h001UploadDrop.isSelected .h001UploadDrop__icon {
  background: linear-gradient(135deg, #ff6a00, #ff2d7a);
}

.h001UploadPanel .h001UploadDrop.isSelected .h001UploadDrop__icon::before {
  background: #fff;
  border: 0;
  border-radius: 999px;
  height: 4px;
  transform: translate(-50%, -50%);
  width: 24px;
}

.h001UploadPanel .h001UploadDrop.isSelected .h001UploadDrop__icon::after {
  display: block;
}

.h001UploadPanel .h001UploadDrop small {
  color: #111827;
  font-size: 1rem;
  font-weight: 900;
}

.h001UploadHint {
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 800;
  margin-top: 2px;
}

.h001SelectedFiles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  max-width: 380px;
  padding: 0;
  width: 100%;
}

.h001SelectedFiles li {
  align-items: center;
  background: #fff;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  color: #c2410c;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  gap: 7px;
  overflow: hidden;
  padding: 9px 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h001SelectedFiles li::before {
  background: #ff5a0a;
  border-radius: 999px;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
}

.h001SelectedFiles__more {
  background: #f8fafc !important;
  border-color: #e2e8f0 !important;
  color: #475569 !important;
}

.h001SelectedFiles__more::before {
  background: #94a3b8 !important;
}

.h001CameraButton {
  align-items: center;
  background: #fff7ed;
  border: 1px solid rgba(255, 90, 10, 0.38);
  border-radius: 14px;
  color: #f25a0b;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-align: center;
  width: 100%;
}

.h001UploadDrop input,
.h001CameraButton input {
  display: none;
}

.h001UploadPanel .h001CreateButton {
  background: linear-gradient(100deg, #ff6a00, #ff2d7a);
  min-height: 58px;
  width: 100%;
}

.h001ProcessingMock {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  display: grid;
  gap: 16px;
  margin: 28px auto 0;
  max-width: 360px;
  padding: 34px;
}

.h001ProcessingMock span {
  animation: h001Pulse 1.2s ease-in-out infinite;
  background: linear-gradient(100deg, #fff7ed, #fed7aa, #fff7ed);
  border-radius: 18px;
  height: 72px;
}

.h001ProcessingMock span:nth-child(2) {
  animation-delay: 0.16s;
}

.h001ProcessingMock span:nth-child(3) {
  animation-delay: 0.32s;
}

@keyframes h001Pulse {
  50% {
    opacity: 0.48;
  }
}

@media (max-width: 980px) {
  .h001Ready--upload .h001Ready__grid {
    gap: 28px;
  }

  .h001Ready--upload .h001Ready__story {
    padding-top: 0;
  }

  .h001Ready--active h1 {
    font-size: 2.35rem;
    margin-bottom: 14px;
  }

  .h001Ready--active .h001Ready__story > p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .h001UploadPanel .h001UploadDrop {
    min-height: 230px;
    padding: 22px 18px;
  }

  .h001UploadPanel .h001UploadDrop small {
    font-size: 0.95rem;
  }

  .h001UploadHint {
    font-size: 0.88rem;
    line-height: 1.35;
  }
}
