body[data-current-view="create"] {
  --create-bg: #f6f8fb;
  --create-panel: #ffffff;
  --create-text: #101828;
  --create-muted: #667085;
  --create-line: #d0d5dd;
  --create-soft-line: #e4e7ec;
  --create-primary: #008f7a;
  --create-primary-dark: #007f73;
  --create-primary-soft: #e7f5f2;
  --create-field: #ffffff;
}

body[data-current-view="create"] #createView,
body[data-current-view="create"] #createView .workspace-grid,
body[data-current-view="create"] #createView .form-panel,
body[data-current-view="create"] #createView form#createForm {
  background: var(--create-bg) !important;
  color: var(--create-text) !important;
}

body[data-current-view="create"] #createView .desktop-create-section,
body[data-current-view="create"] #createView form#createForm > .desktop-create-section,
body[data-current-view="create"] #createView .category-card {
  background: var(--create-panel) !important;
  border-color: var(--create-soft-line) !important;
  color: var(--create-text) !important;
  box-shadow: none !important;
}

body[data-current-view="create"] #createView h1,
body[data-current-view="create"] #createView h2,
body[data-current-view="create"] #createView h3,
body[data-current-view="create"] #createView .advanced-create-title,
body[data-current-view="create"] #createView label > span:first-child,
body[data-current-view="create"] #createView .category-card strong {
  color: var(--create-text) !important;
  letter-spacing: 0 !important;
}

body[data-current-view="create"] #createView .category-intro,
body[data-current-view="create"] #createView small,
body[data-current-view="create"] #createView .muted,
body[data-current-view="create"] #createView .counter,
body[data-current-view="create"] #createView .form-hint {
  color: var(--create-muted) !important;
}

body[data-current-view="create"] #createView input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
body[data-current-view="create"] #createView textarea,
body[data-current-view="create"] #createView select,
body[data-current-view="create"] #createView button.ios-choice-trigger {
  background: var(--create-field) !important;
  border: 1px solid var(--create-line) !important;
  color: var(--create-text) !important;
  box-shadow: none !important;
  outline: none !important;
}

body[data-current-view="create"] #createView input::placeholder,
body[data-current-view="create"] #createView textarea::placeholder,
body[data-current-view="create"] #createView .ios-choice-trigger.is-placeholder .ios-choice-value {
  color: #98a2b3 !important;
}

body[data-current-view="create"] #createView input:focus,
body[data-current-view="create"] #createView textarea:focus,
body[data-current-view="create"] #createView select:focus,
body[data-current-view="create"] #createView button.ios-choice-trigger:focus-visible {
  border-color: var(--create-primary) !important;
  box-shadow: 0 0 0 3px rgba(0, 143, 122, 0.14) !important;
}

body[data-current-view="create"] #createView .category-card.active {
  border-color: var(--create-primary) !important;
  background: var(--create-primary-soft) !important;
  color: var(--create-primary-dark) !important;
}

body[data-current-view="create"] #createView .category-card.active strong {
  color: var(--create-primary-dark) !important;
}

body[data-current-view="create"] #createView,
body[data-current-view="create"] #createView .workspace-grid,
body[data-current-view="create"] #createView .form-panel,
body[data-current-view="create"] #createView #createForm,
body[data-current-view="create"] #createView #createForm label,
body[data-current-view="create"] #createView #createForm input,
body[data-current-view="create"] #createView #createForm textarea,
body[data-current-view="create"] #createView #createForm .choice-picker,
body[data-current-view="create"] #createView #createForm .ios-choice-trigger,
body[data-current-view="create"] #createView #createForm .category-card {
  pointer-events: auto !important;
}

body[data-current-view="create"] #createView #createForm::before,
body[data-current-view="create"] #createView #createForm::after,
body[data-current-view="create"] #createView .form-panel::before,
body[data-current-view="create"] #createView .form-panel::after {
  display: none !important;
  content: none !important;
  pointer-events: none !important;
}

body[data-current-view="create"] #createView .create-desktop-right {
  display: none !important;
}

@media (min-width: 901px) {
  html body[data-current-view="create"] #createView.view,
  body[data-current-view="create"] #createView.view {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body[data-current-view="create"] #createView.view > .workspace-grid,
  html body[data-current-view="create"][data-create-category] #createView.view > .workspace-grid,
  body[data-current-view="create"] #createView .workspace-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
    align-items: start !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body[data-current-view="create"] #createView.view > .workspace-grid > .panel.form-panel,
  html body[data-current-view="create"] #createView.view > .workspace-grid > section.panel.form-panel,
  html body[data-current-view="create"] #createView.view > .workspace-grid > .create-desktop-right,
  body[data-current-view="create"] #createView .form-panel,
  body[data-current-view="create"] #createView form#createForm {
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body[data-current-view="create"] #createView.view > .workspace-grid > .result-panel,
  body[data-current-view="create"] #createView .result-panel {
    grid-column: 1 / -1 !important;
  }

  html body[data-current-view="create"] #createView.view > .workspace-grid > .create-desktop-right,
  body[data-current-view="create"] #createView .create-desktop-right {
    position: sticky !important;
    top: 86px !important;
    display: grid !important;
    min-width: 0 !important;
    align-self: start !important;
  }

  html body[data-current-view="create"] #createView .desktop-create-type .category-tabs,
  html body[data-current-view="create"][data-create-category] #createView.view form#createForm .desktop-create-section.desktop-create-type .category-tabs,
  html body[data-current-view="create"][data-create-category] #createView #createForm .desktop-create-section.desktop-create-type .category-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body[data-current-view="create"] #createView .desktop-create-type .category-card,
  html body[data-current-view="create"][data-create-category] #createView #createForm .desktop-create-section.desktop-create-type .category-tabs > button.category-card,
  html body[data-current-view="create"][data-create-category] #createView #createForm .desktop-create-section.desktop-create-type .category-tabs > button.category-card.active,
  html body[data-current-view="create"][data-create-category] #createView #createForm .desktop-create-section.desktop-create-type .category-tabs > button.category-card:hover {
    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    grid-template-rows: 1fr !important;
    column-gap: 6px !important;
    align-items: center !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    padding: 10px 9px !important;
  }

  html body[data-current-view="create"] #createView .desktop-create-type .category-card .module-icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    margin: 0 !important;
    font-size: 11px !important;
  }

  html body[data-current-view="create"] #createView .desktop-create-type .category-card strong,
  html body[data-current-view="create"][data-create-category] #createView.view form#createForm .desktop-create-section.desktop-create-type .category-tabs > button.category-card strong,
  html body[data-current-view="create"][data-create-category] #createView #createForm .desktop-create-section.desktop-create-type .category-tabs > button.category-card strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.18 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  html body[data-current-view="create"] #createView .desktop-create-type .category-card .category-intro,
  html body[data-current-view="create"][data-create-category] #createView.view form#createForm .desktop-create-section.desktop-create-type .category-tabs > button.category-card .category-intro,
  html body[data-current-view="create"][data-create-category] #createView #createForm .desktop-create-section.desktop-create-type .category-tabs > button.category-card .category-intro {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body[data-current-view="create"] #createView .desktop-create-type .category-card.active::after,
  html body[data-current-view="create"] #createView .desktop-create-type .category-card.active::before {
    display: none !important;
  }

  body[data-current-view="create"] #createView .create-showcase-card {
    overflow: hidden !important;
    border: 1px solid var(--create-soft-line) !important;
    border-radius: 18px !important;
    background: var(--create-panel) !important;
    color: var(--create-text) !important;
    box-shadow: 0 18px 50px rgba(15, 60, 92, 0.08) !important;
  }

  body[data-current-view="create"] #createView .create-showcase-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 18px 18px 12px !important;
  }

  body[data-current-view="create"] #createView .create-showcase-head span {
    color: var(--create-primary-dark) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
  }

  body[data-current-view="create"] #createView .create-showcase-head h2 {
    margin: 4px 0 0 !important;
    color: var(--create-text) !important;
    font-size: 22px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  body[data-current-view="create"] #createView .create-showcase-head button {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border: 1px solid var(--create-line) !important;
    border-radius: 999px !important;
    background: var(--create-field) !important;
    color: var(--create-primary-dark) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    cursor: pointer !important;
  }

  body[data-current-view="create"] #createView .create-showcase-frame {
    position: relative !important;
    width: min(100%, 318px) !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: #111413 !important;
    aspect-ratio: 9 / 16 !important;
    box-shadow: 0 20px 44px rgba(10, 22, 32, 0.18) !important;
  }

  body[data-current-view="create"] #createView .create-showcase-frame img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    background: #111413 !important;
  }

  body[data-current-view="create"] #createView .create-showcase-frame::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), inset 0 -90px 90px rgba(0, 0, 0, 0.16) !important;
  }

  body[data-current-view="create"] #createView .create-showcase-badge {
    position: absolute !important;
    right: 14px !important;
    top: 14px !important;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    color: #101513 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  body[data-current-view="create"] #createView .create-showcase-caption {
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  body[data-current-view="create"] #createView .create-showcase-caption i {
    display: block !important;
    width: 34px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #f5b544 !important;
  }

  body[data-current-view="create"] #createView .create-showcase-types {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 14px 18px 18px !important;
  }

  body[data-current-view="create"] #createView .create-showcase-types span {
    min-height: 54px !important;
    display: grid !important;
    align-content: center !important;
    gap: 3px !important;
    padding: 8px !important;
    border: 1px solid var(--create-soft-line) !important;
    border-radius: 12px !important;
    background: #f8fbff !important;
    text-align: center !important;
  }

  body[data-current-view="create"] #createView .create-showcase-types b,
  body[data-current-view="create"] #createView .create-showcase-types em {
    display: block !important;
    overflow: hidden !important;
    color: var(--create-text) !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
  }

  body[data-current-view="create"] #createView .create-showcase-types b {
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  body[data-current-view="create"] #createView .create-showcase-types em {
    color: var(--create-muted) !important;
    font-size: 11px !important;
    font-weight: 750 !important;
  }

  html[data-theme="dark"] body[data-current-view="create"] #createView .create-showcase-card {
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.34) !important;
  }

  html[data-theme="dark"] body[data-current-view="create"] #createView .create-showcase-types span {
    background: rgba(255, 255, 255, 0.05) !important;
  }
}

@media (max-width: 900px) {
  body[data-current-view="create"] #createView .create-desktop-right {
    display: none !important;
  }
}

.ios-choice-float-menu {
  position: fixed !important;
  z-index: 10050 !important;
  padding: 0 !important;
  overflow: auto !important;
  background: rgba(246, 247, 250, 0.84) !important;
  border: 1px solid rgba(180, 185, 195, 0.44) !important;
  border-radius: 13px !important;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.10) !important;
  color: #101828 !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  backdrop-filter: saturate(180%) blur(20px) !important;
  overscroll-behavior: contain !important;
}

.ios-choice-options {
  display: grid !important;
  gap: 0 !important;
}

.ios-choice-option {
  position: relative !important;
  width: 100% !important;
  min-height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 0 16px 0 52px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(60, 60, 67, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #101828 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-align: left !important;
}

.ios-choice-option:last-child {
  border-bottom: 0 !important;
}

.ios-choice-option::before,
.ios-choice-option::after {
  display: none !important;
  content: none !important;
}

.ios-choice-check {
  position: absolute !important;
  left: 20px !important;
  top: 50% !important;
  width: 18px !important;
  height: 24px !important;
  margin-top: -12px !important;
  color: #101828 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.ios-choice-option:hover,
.ios-choice-option:focus-visible {
  background: rgba(255, 255, 255, 0.48) !important;
  outline: none !important;
}

.ios-choice-option.active {
  background: transparent !important;
  color: #101828 !important;
}

html body .ios-choice-option {
  padding-left: 56px !important;
}

.ios-choice-sheet-head {
  display: none;
}

@media (max-width: 700px) {
  body.choice-sheet-open::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 10040 !important;
    background: rgba(16, 24, 40, 0.16) !important;
  }

  .ios-choice-float-menu.is-mobile-sheet {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    top: auto !important;
    width: auto !important;
    max-height: 56vh !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .ios-choice-float-menu.is-mobile-sheet .ios-choice-sheet-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 4px 4px 10px !important;
    background: inherit !important;
  }

  .ios-choice-sheet-head strong {
    color: #101828 !important;
    font-size: 15px !important;
    font-weight: 850 !important;
  }

  .ios-choice-sheet-head button {
    min-height: 32px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(16, 24, 40, 0.10) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.42) !important;
    color: #101828 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
  }

  .ios-choice-option {
    min-height: 46px !important;
    font-size: 15px !important;
  }
}

html[data-theme="dark"] body[data-current-view="create"] {
  --create-bg: #0e1117;
  --create-panel: #151a22;
  --create-text: #f4f7fb;
  --create-muted: #98a2b3;
  --create-line: rgba(255, 255, 255, 0.16);
  --create-soft-line: rgba(255, 255, 255, 0.12);
  --create-primary: #5eead4;
  --create-primary-dark: #5eead4;
  --create-primary-soft: rgba(0, 150, 136, 0.22);
  --create-field: #10151d;
}

html[data-theme="dark"] .ios-choice-float-menu {
  background: rgba(246, 247, 250, 0.84) !important;
  border-color: rgba(180, 185, 195, 0.44) !important;
  color: #101828 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18) !important;
}

html[data-theme="dark"] body[data-current-view="create"] .ios-choice-float-menu,
html[data-theme="dark"] body[data-current-view="aesthetic"] .ios-choice-float-menu {
  background: rgba(246, 247, 250, 0.84) !important;
  border-color: rgba(180, 185, 195, 0.44) !important;
  color: #101828 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  backdrop-filter: saturate(180%) blur(20px) !important;
}

html[data-theme="dark"] .ios-choice-option {
  color: #101828 !important;
}

html[data-theme="dark"] body[data-current-view="create"] .ios-choice-option,
html[data-theme="dark"] body[data-current-view="aesthetic"] .ios-choice-option {
  background: transparent !important;
  color: #101828 !important;
}

html[data-theme="dark"] .ios-choice-option:hover,
html[data-theme="dark"] .ios-choice-option:focus-visible {
  background: rgba(255, 255, 255, 0.44) !important;
}

html[data-theme="dark"] .ios-choice-option.active {
  background: transparent !important;
  color: #101828 !important;
}

html[data-theme="dark"] body[data-current-view="create"] .ios-choice-option:hover,
html[data-theme="dark"] body[data-current-view="create"] .ios-choice-option:focus-visible,
html[data-theme="dark"] body[data-current-view="create"] .ios-choice-option.active,
html[data-theme="dark"] body[data-current-view="aesthetic"] .ios-choice-option:hover,
html[data-theme="dark"] body[data-current-view="aesthetic"] .ios-choice-option:focus-visible,
html[data-theme="dark"] body[data-current-view="aesthetic"] .ios-choice-option.active {
  background: rgba(255, 255, 255, 0.48) !important;
  color: #101828 !important;
}

html[data-theme="dark"] body[data-current-view="create"] .ios-choice-option.active,
html[data-theme="dark"] body[data-current-view="aesthetic"] .ios-choice-option.active {
  background: transparent !important;
  color: #101828 !important;
}

html[data-theme="dark"] .ios-choice-sheet-head strong {
  color: #101828 !important;
}

html[data-theme="dark"] .ios-choice-sheet-head button {
  border-color: rgba(16, 24, 40, 0.10) !important;
  background: rgba(255, 255, 255, 0.42) !important;
  color: #101828 !important;
}
