#aestheticView.aesthetic-ios-page {
  --aesthetic-green: #087f6d;
  --aesthetic-green-dark: #056f5f;
  --aesthetic-text: #0b1220;
  --aesthetic-muted: #65717f;
  --aesthetic-line: #e3e8ee;
  --aesthetic-soft: #f7faf9;
  background: #f8fafb !important;
  box-sizing: border-box !important;
  color: var(--aesthetic-text) !important;
  min-height: 100dvh !important;
  padding: 0 16px 104px !important;
}

#aestheticView.aesthetic-ios-page *,
#aestheticView.aesthetic-ios-page *::before,
#aestheticView.aesthetic-ios-page *::after {
  box-sizing: border-box !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-topbar {
  align-items: center !important;
  display: grid !important;
  grid-template-columns: 52px 1fr 72px !important;
  min-height: 72px !important;
  padding: 10px 0 8px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-topbar h1 {
  color: #050a12 !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  text-align: center !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-back {
  background: transparent !important;
  border: 0 !important;
  height: 48px !important;
  position: relative !important;
  width: 48px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-back::before {
  border-bottom: 3px solid #111827 !important;
  border-left: 3px solid #111827 !important;
  content: "" !important;
  display: block !important;
  height: 18px !important;
  left: 16px !important;
  position: absolute !important;
  top: 15px !important;
  transform: rotate(45deg) !important;
  width: 18px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-sample {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 127, 109, 0.55) !important;
  border-radius: 10px !important;
  color: var(--aesthetic-green) !important;
  display: inline-flex !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  height: 42px !important;
  justify-content: center !important;
  justify-self: end !important;
  min-width: 58px !important;
  padding: 0 14px !important;
  text-decoration: none !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-intro,
#aestheticView.aesthetic-ios-page .aesthetic-ios-card {
  background: #ffffff !important;
  border: 1px solid var(--aesthetic-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04) !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-intro {
  align-items: center !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 170px minmax(0, 1fr) !important;
  min-height: 168px !important;
  padding: 20px 24px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-head-graphic {
  align-self: stretch !important;
  background:
    radial-gradient(circle at 48% 46%, rgba(8, 127, 109, 0.16), transparent 38%),
    url("data:image/svg+xml,%3Csvg width='170' height='130' viewBox='0 0 170 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='77' cy='62' rx='34' ry='48' fill='%23dff4ef' stroke='%23087f6d' stroke-opacity='.42'/%3E%3Cpath d='M77 15v98M44 62h66M52 38c17 10 33 10 50 0M52 86c17-10 33-10 50 0M42 72c28 26 72 26 100 0' stroke='%23087f6d' stroke-opacity='.35' stroke-width='1.4'/%3E%3Ccircle cx='64' cy='58' r='5' stroke='%23087f6d' stroke-opacity='.42'/%3E%3Ccircle cx='90' cy='58' r='5' stroke='%23087f6d' stroke-opacity='.42'/%3E%3Cpath d='M77 62c-4 9-6 17 0 21M64 92c9 6 18 6 27 0M16 78c37-36 91-34 132 0' stroke='%23087f6d' stroke-opacity='.45' stroke-width='1.6' stroke-dasharray='4 4'/%3E%3C/svg%3E") center / contain no-repeat !important;
  min-height: 120px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-intro-copy h2 {
  color: #050a12 !important;
  font-size: 27px !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
  margin: 0 0 8px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-intro-copy p {
  color: #566272 !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
  margin: 0 0 22px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px 22px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-badges span {
  align-items: center !important;
  color: #4b5563 !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 760 !important;
  gap: 7px !important;
  line-height: 1 !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-badges span::before {
  align-items: center !important;
  background: var(--aesthetic-green) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  content: "✓" !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  height: 18px !important;
  justify-content: center !important;
  width: 18px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-mode {
  background: #f1f3f5 !important;
  border: 1px solid #e0e5ea !important;
  border-radius: 14px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  margin: 18px 0 !important;
  overflow: hidden !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-mode button {
  background: transparent !important;
  border: 0 !important;
  color: #7a8490 !important;
  font-size: 22px !important;
  font-weight: 850 !important;
  height: 64px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-mode button.active {
  background: #f8fffd !important;
  border: 2px solid var(--aesthetic-green) !important;
  border-radius: 13px !important;
  color: var(--aesthetic-green) !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-card {
  margin-top: 18px !important;
  padding: 24px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-card h2 {
  color: #111827 !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 0 18px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-list {
  display: grid !important;
  gap: 12px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-list button {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid var(--aesthetic-line) !important;
  border-radius: 10px !important;
  color: var(--aesthetic-text) !important;
  display: grid !important;
  grid-template-columns: 1fr auto 22px !important;
  min-height: 64px !important;
  padding: 0 18px !important;
  text-align: left !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-list button.is-active {
  border-color: var(--aesthetic-green) !important;
  box-shadow: inset 0 0 0 1px rgba(8, 127, 109, 0.22) !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-list button span,
#aestheticView.aesthetic-ios-page .aesthetic-ios-list button strong {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-list button span {
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 760 !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-list button strong {
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 760 !important;
  justify-self: end !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-list button::after {
  border-right: 2px solid #7b8490 !important;
  border-top: 2px solid #7b8490 !important;
  content: "" !important;
  height: 10px !important;
  justify-self: end !important;
  transform: rotate(45deg) !important;
  width: 10px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-list button.is-active::after {
  border-color: var(--aesthetic-green) !important;
  transform: rotate(135deg) !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-script {
  display: grid !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-script span {
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-script textarea {
  background: #ffffff !important;
  border: 1px solid var(--aesthetic-line) !important;
  border-radius: 10px !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  padding: 14px !important;
  resize: vertical !important;
  width: 100% !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-actions {
  margin-bottom: 14px !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-action-row {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-action-row button {
  align-items: center !important;
  background: #ffffff !important;
  border: 2px solid var(--aesthetic-green) !important;
  border-radius: 10px !important;
  color: var(--aesthetic-green) !important;
  display: inline-flex !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  height: 64px !important;
  justify-content: center !important;
  padding: 0 12px !important;
  white-space: nowrap !important;
}

#aestheticView.aesthetic-ios-page .aesthetic-ios-action-row button.primary {
  background: linear-gradient(135deg, #0b8f7b, #087f6d) !important;
  border-color: #087f6d !important;
  color: #ffffff !important;
}

#aestheticView.aesthetic-ios-page [data-aesthetic-generate-status] {
  color: #6b7280 !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 14px 0 0 !important;
}

#aestheticView.aesthetic-ios-page [data-aesthetic-generate-status].is-success {
  color: #087f6d !important;
  font-weight: 800 !important;
}

#aestheticView.aesthetic-ios-page [data-aesthetic-generate-status].is-error {
  color: #c2410c !important;
  font-weight: 800 !important;
}

.aesthetic-ios-select-popover[hidden] {
  display: none !important;
}

.aesthetic-ios-select-popover {
  inset: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
  z-index: 10050 !important;
}

.aesthetic-ios-select-panel {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(226, 232, 240, 0.96) !important;
  border-radius: 13px !important;
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.18) !important;
  left: var(--aesthetic-select-left, 50%) !important;
  max-height: min(470px, calc(100dvh - 150px)) !important;
  min-width: 280px !important;
  overflow: auto !important;
  pointer-events: auto !important;
  position: absolute !important;
  top: var(--aesthetic-select-top, 50%) !important;
  transform: none !important;
  width: min(var(--aesthetic-select-width, 360px), calc(100vw - 32px)) !important;
}

.aesthetic-ios-select-panel button {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #e8edf2 !important;
  color: #111827 !important;
  display: grid !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  grid-template-columns: 1fr 24px !important;
  min-height: 58px !important;
  padding: 0 26px !important;
  text-align: left !important;
  width: 100% !important;
}

.aesthetic-ios-select-panel button:last-child {
  border-bottom: 0 !important;
}

.aesthetic-ios-select-panel button.is-selected {
  color: #087f6d !important;
  font-weight: 850 !important;
}

.aesthetic-ios-select-panel button.is-selected::after {
  color: #087f6d !important;
  content: "✓" !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

@media (min-width: 981px) {
  #aestheticView.aesthetic-ios-page {
    margin: 0 auto !important;
    max-width: 920px !important;
    padding-bottom: 48px !important;
  }
}

@media (max-width: 700px) {
  #aestheticView.aesthetic-ios-page {
    background: #f8fafb !important;
    padding: 0 16px 112px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-topbar {
    grid-template-columns: 48px 1fr 70px !important;
    min-height: 70px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-topbar h1 {
    font-size: 24px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-intro {
    gap: 12px !important;
    grid-template-columns: 100px minmax(0, 1fr) !important;
    min-height: 166px !important;
    padding: 18px 18px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-head-graphic {
    min-height: 110px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-intro-copy h2 {
    font-size: 23px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-intro-copy p {
    font-size: 15px !important;
    margin-bottom: 16px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-badges {
    gap: 10px 12px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-badges span {
    font-size: 13px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-mode button {
    font-size: 20px !important;
    height: 58px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-card {
    padding: 20px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-list button {
    min-height: 58px !important;
    padding: 0 14px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-list button span,
  #aestheticView.aesthetic-ios-page .aesthetic-ios-list button strong {
    font-size: 17px !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-action-row {
    gap: 12px !important;
    grid-template-columns: 1fr !important;
  }

  #aestheticView.aesthetic-ios-page .aesthetic-ios-action-row button {
    height: 58px !important;
  }
}
