.createWorkbenchPage {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding-bottom: 98px;
  position: relative;
}

.createHeroCard,
.createEditorCard,
.createRail,
.createNotice {
  border: 1px solid rgba(150, 168, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(29, 37, 69, 0.82), rgba(18, 23, 45, 0.96)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 34px rgba(7, 10, 24, 0.20);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.createHeroCard,
.createEditorCard,
.createNotice {
  border-radius: 20px;
}

.createHeroCard {
  position: relative;
  padding: 12px;
}

.createHeroCard.compact {
  padding: 12px;
}

.createHeroCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(240px 120px at 8% 14%, rgba(141, 178, 255, 0.24), transparent 70%),
    radial-gradient(220px 120px at 88% 0%, rgba(245, 243, 194, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 44%);
  pointer-events: none;
}

.createHeroCompactHead {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.createHeroCompactCopy {
  min-width: 0;
}

.createHeroCompactTotal {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(150, 168, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.05);
  color: rgba(245, 248, 255, 0.94);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.createHeroTitle,
.createEditorTitle {
  font-family: var(--display);
  font-weight: 700;
  color: var(--text);
  position: relative;
  z-index: 1;
}

.createHeroTitle {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.08;
}

.createHeroSub,
.createEditorSub,
.createListDesc,
.createListMeta,
.createFieldLabel,
.createPlacementHints,
.createEmptyRail,
.createEmptyMini,
.createNotice,
.createHeroHint {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.createHeroSub {
  margin-top: 6px;
  position: relative;
  z-index: 1;
}

.createHeroEyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(150, 168, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.06);
  color: var(--faint);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.createCountRow,
.createDefaultRow,
.createInlineActions,
.createEditorHeadActions,
.createToggleRow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.createDefaultChip,
.createListBadge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(150, 168, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 248, 255, 0.92);
  font-size: 11px;
  font-weight: 900;
}

.createMetricGrid {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.createMetricTile {
  min-height: 62px;
  padding: 10px 11px;
  border-radius: 15px;
  border: 1px solid rgba(150, 168, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.createMetricValue {
  color: rgba(245, 248, 255, 0.98);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.05;
}

.createMetricLabel {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.createHeroHint {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(150, 168, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
}

.createDefaultRow {
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

.createHeroCompactStats,
.createDefaultRowCompact {
  position: relative;
  z-index: 1;
}

.createHeroCompactStats {
  margin-top: 10px;
}

.createDefaultRowCompact {
  margin-top: 8px;
}

.createNotice {
  margin-top: 10px;
  padding: 11px 13px;
}

.createToolTabs,
.createToolbar {
  margin-top: 8px;
}

.createToolTabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.createToolTab,
.createMiniTab,
.createBtn {
  appearance: none;
  border: 1px solid rgba(150, 168, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.05);
  color: rgba(238, 242, 255, 0.9);
  cursor: pointer;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.createToolTab,
.createMiniTab {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 14px;
  white-space: nowrap;
  font-size: 11.5px;
}

.createToolTab.active,
.createMiniTab.active {
  color: rgba(245, 243, 194, 0.98);
  border-color: rgba(245, 243, 194, 0.18);
  background: linear-gradient(180deg, rgba(245, 243, 194, 0.16), rgba(141, 178, 255, 0.12));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 20px rgba(10, 17, 40, 0.18);
}

.createToolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.createToolbarActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.createSearch {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(150, 168, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(19, 24, 45, 0.96), rgba(14, 19, 37, 0.98)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.createSearchGlyph {
  color: var(--faint);
  font-size: 12px;
  font-weight: 900;
  margin-right: 8px;
}

.createSearchInput,
.createInput,
.createTextarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: var(--text);
  font-family: var(--sans);
}

.createSearchInput {
  font-size: 13px;
}

.createSearchInput::placeholder,
.createInput::placeholder,
.createTextarea::placeholder {
  color: rgba(191, 201, 232, 0.45);
}

.createWorkspace {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.createRail {
  padding: 13px;
  border-radius: 20px;
  display: grid;
  gap: 10px;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(30, 39, 72, 0.94), rgba(18, 23, 45, 0.98)),
    rgba(255, 255, 255, 0.03);
}

.createListItem {
  appearance: none;
  width: 100%;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(150, 168, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  text-align: left;
  color: inherit;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.createListItem.active {
  border-color: rgba(245, 243, 194, 0.16);
  background:
    linear-gradient(180deg, rgba(245, 243, 194, 0.11), rgba(141, 178, 255, 0.09)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 20px rgba(7, 10, 24, 0.18);
}

.createListThumb {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
  color: rgba(245, 248, 255, 0.96);
  border: 1px solid rgba(150, 168, 255, 0.14);
  background: radial-gradient(60px 50px at 30% 20%, rgba(141, 178, 255, 0.22), transparent 70%), rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.createListThumbImg {
  object-fit: cover;
}

.createListThumb.kind-character {
  background:
    radial-gradient(64px 54px at 28% 20%, rgba(245, 243, 194, 0.24), transparent 72%),
    linear-gradient(180deg, rgba(66, 76, 123, 0.88), rgba(37, 44, 80, 0.95));
}

.createListThumb.kind-preset {
  background:
    radial-gradient(64px 54px at 28% 20%, rgba(141, 178, 255, 0.28), transparent 72%),
    linear-gradient(180deg, rgba(61, 75, 132, 0.88), rgba(36, 43, 83, 0.95));
}

.createListThumb.kind-worldbook {
  background:
    radial-gradient(64px 54px at 28% 20%, rgba(127, 217, 182, 0.22), transparent 72%),
    linear-gradient(180deg, rgba(43, 80, 91, 0.88), rgba(29, 49, 66, 0.95));
}

.createListThumb.kind-regex {
  background:
    radial-gradient(64px 54px at 28% 20%, rgba(226, 166, 255, 0.22), transparent 72%),
    linear-gradient(180deg, rgba(73, 61, 109, 0.88), rgba(42, 35, 72, 0.95));
}

.createListBody {
  min-width: 0;
}

.createListTitle {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.createListMeta {
  margin-top: 4px;
}

.createListDesc {
  margin-top: 2px;
}

.createListBadge {
  grid-column: 3;
  justify-self: end;
  margin: 0;
}

.createListArrow {
  color: var(--faint);
  font-size: 20px;
  line-height: 1;
  align-self: center;
  justify-self: end;
}

.createEditor {
  min-width: 0;
}

.createEditorCard {
  padding: 15px;
  background:
    linear-gradient(180deg, rgba(28, 35, 66, 0.92), rgba(18, 23, 45, 0.98)),
    rgba(255, 255, 255, 0.03);
}

.createManualCard {
  min-height: 220px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
}

.createManualIcon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 900;
  color: rgba(245, 248, 255, 0.94);
  border: 1px solid rgba(150, 168, 255, 0.14);
  background:
    radial-gradient(70px 54px at 28% 20%, rgba(141, 178, 255, 0.24), transparent 72%),
    linear-gradient(180deg, rgba(61, 75, 132, 0.88), rgba(36, 43, 83, 0.95));
}

.createManualTitle {
  color: var(--text);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.12;
}

.createManualSub {
  max-width: 46ch;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.createManualActions {
  margin-top: 4px;
}

.createAvatarPreview {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(150, 168, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.createAvatarArt {
  width: 96px;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(150, 168, 255, 0.14);
  background:
    radial-gradient(72px 54px at 28% 20%, rgba(245, 243, 194, 0.22), transparent 72%),
    linear-gradient(180deg, rgba(61, 75, 132, 0.88), rgba(36, 43, 83, 0.95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.createAvatarArt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.createAvatarFallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(245, 248, 255, 0.96);
  font-size: 28px;
  font-weight: 900;
}

.createAvatarMeta {
  min-width: 0;
  display: grid;
  gap: 7px;
  align-content: center;
}

.createAvatarTitle {
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.createAvatarHint,
.createAvatarFile {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.createEditorHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(150, 168, 255, 0.08);
}

.createEditorTitle {
  font-size: 18px;
  line-height: 1.15;
}

.createEditorSub {
  margin-top: 5px;
  max-width: 56ch;
}

.createStack {
  display: grid;
  gap: 12px;
}

.createFieldGrid {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.createFieldGridCompact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.createFieldGridCompact .createField {
  min-width: 0;
}

.createFieldGridCompact .createFieldLabel {
  font-size: 11px;
  line-height: 1.35;
}

.createFieldGridCompact .createInput,
.createFieldGridCompact .createTextarea {
  min-height: 38px;
  padding: 8px 10px;
}

.createField {
  display: grid;
  gap: 6px;
}

.createField.wide,
.createToggleRow.wide,
.createPlacementHints.wide {
  grid-column: 1 / -1;
}

.createFieldLabel {
  color: var(--faint);
  font-weight: 800;
}

.createInput,
.createTextarea {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(150, 168, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.03));
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.createTextarea {
  resize: vertical;
  line-height: 1.6;
}

.createInput:focus,
.createTextarea:focus,
.createSearch:focus-within,
.createCheck:has(.createCheckInput:focus-visible) {
  border-color: rgba(141, 178, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 3px rgba(141, 178, 255, 0.08);
}

.createCheck {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(150, 168, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.createCheckInput {
  width: 16px;
  height: 16px;
}

.createCheckText {
  color: rgba(245, 248, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
}

.createBtn {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 14px;
  font-size: 12px;
}

.createBtn.primary {
  background: linear-gradient(180deg, rgba(141, 178, 255, 0.28), rgba(57, 69, 127, 0.36));
  border-color: rgba(141, 178, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(16, 23, 51, 0.20);
}

.createBtn.danger {
  border-color: rgba(255, 137, 137, 0.18);
  color: rgba(255, 208, 208, 0.94);
}

.createToolTab:hover,
.createMiniTab:hover,
.createBtn:hover,
.createListItem:hover {
  transform: translateY(-1px);
  border-color: rgba(150, 168, 255, 0.20);
  box-shadow: 0 12px 24px rgba(7, 10, 24, 0.18);
}

.createEmptyRail,
.createEmptyMini {
  padding: 14px;
  border-radius: 18px;
  border: 1px dashed rgba(150, 168, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.createMiniRail {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.createMiniRail .createMiniTab {
  flex: 0 0 auto;
}

.createWorkbenchSplit {
  display: grid;
  gap: 12px;
}

.createInnerPanel {
  border-radius: 18px;
  border: 1px solid rgba(150, 168, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  padding: 12px;
  display: grid;
  gap: 12px;
}

.createInnerPanelHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.createRailHeaderActions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}

.createInnerPanelTitle {
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.createInnerPanelSub {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.createInnerPanelActions,
.createSummaryChips,
.createEntryRowChips,
.createSegmentRow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.createMiniBadge {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(150, 168, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 248, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
}

.createMiniBadge.enabled {
  border-color: rgba(127, 217, 182, 0.24);
  background: rgba(127, 217, 182, 0.1);
}

.createMiniBadge.disabled {
  border-color: rgba(255, 164, 164, 0.24);
  background: rgba(255, 164, 164, 0.08);
}

.createMiniBadge.hidden,
.createMiniBadge.muted {
  color: var(--muted);
}

.createMobileActionBar {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 11px;
  border-radius: 14px;
  border: 1px solid rgba(150, 168, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(34, 43, 81, 0.96), rgba(22, 27, 53, 0.98)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.createMobileActionCopy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.createMobileActionTitle {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.createMobileActionMeta {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.createMobileActionButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.createEntryList {
  display: grid;
  gap: 8px;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.createChoiceList {
  max-height: 320px;
  overflow: auto;
  padding-right: 2px;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.createBindingStack {
  display: grid;
  gap: 10px;
}

.createBindingCard,
.createBindingPicker {
  border: 1px solid rgba(150, 168, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 11px;
  display: grid;
  gap: 10px;
}

.createBindingCard.empty {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.02);
}

.createBindingCardHead,
.createBindingCardTitleRow {
  display: grid;
  gap: 5px;
}

.createBindingCardTitle {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.createBindingCardMeta,
.createBindingCardDesc,
.createBindingPickerTitle,
.createBindingPickerHint {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.createBindingPickerTitle {
  color: var(--text);
  font-weight: 800;
}

.createBindingCardActions,
.createBindingPickerHead {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.createInlineResourceShell {
  display: grid;
  gap: 10px;
  align-content: start;
  max-height: min(68vh, 720px);
  overflow: auto;
  overscroll-behavior: contain;
  padding-right: 2px;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.createInlineResourceShell > .createEditorCard {
  border-radius: 16px;
  border-color: rgba(150, 168, 255, 0.12);
  box-shadow: none;
}

.createInlineResourceShell .createFieldGrid {
  margin-top: 0;
}

.createInlineResourceActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.createInlineResourceActions .createBtn {
  flex: 0 0 auto;
}

.createEntryRow {
  appearance: none;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(150, 168, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: inherit;
  padding: 10px 11px;
  display: grid;
  gap: 7px;
  cursor: pointer;
}

.createEntryRowMain {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
}

.createEntryRowLead {
  padding-top: 1px;
}

.createEntryRowBody {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.createEntryRow.active {
  border-color: rgba(245, 243, 194, 0.18);
  background: linear-gradient(180deg, rgba(245, 243, 194, 0.08), rgba(141, 178, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.createEntryRow.dragging {
  border-style: dashed;
  opacity: 0.8;
}

.createEntryRow.drop-target {
  border-color: rgba(141, 178, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 3px rgba(141, 178, 255, 0.08);
}

.createEntryRowHead {
  display: grid;
  gap: 4px;
}

.createEntryRowTitle {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.createEntryRowMeta,
.createEntryRowDesc,
.createSegmentLabel {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.createEntryDragHandle {
  width: 30px;
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(150, 168, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(245, 248, 255, 0.88);
  font-size: 14px;
  font-weight: 900;
  user-select: none;
  touch-action: none;
  cursor: grab;
}

.createAutosaveHint {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(150, 168, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.createAutosaveHint.enabled {
  border-color: rgba(127, 217, 182, 0.2);
  background: rgba(127, 217, 182, 0.08);
}

.createAutosaveHint.disabled {
  border-color: rgba(255, 164, 164, 0.2);
  background: rgba(255, 164, 164, 0.08);
}

.createAutosaveTitle {
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.createAutosaveText {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.createSegmentBlock {
  display: grid;
  gap: 8px;
}

.createSegmentBtn {
  appearance: none;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(150, 168, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(238, 242, 255, 0.9);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.createSegmentBtn.active {
  border-color: rgba(245, 243, 194, 0.18);
  background: linear-gradient(180deg, rgba(245, 243, 194, 0.12), rgba(141, 178, 255, 0.08));
}

.createSegmentBtn.enabled.active {
  border-color: rgba(127, 217, 182, 0.24);
  background: rgba(127, 217, 182, 0.12);
}

.createSegmentBtn.disabled.active {
  border-color: rgba(255, 164, 164, 0.24);
  background: rgba(255, 164, 164, 0.1);
}

.createSegmentBtn.hidden.active {
  border-color: rgba(150, 168, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 819px) {
  .createHeroCard,
  .createEditorCard,
  .createRail,
  .createNotice {
    border-radius: 16px;
  }

  .createHeroCard,
  .createEditorCard,
  .createRail {
    box-shadow: 0 10px 24px rgba(7, 10, 24, 0.16);
  }

  .createRail,
  .createMiniRail,
  .createInlineResourceShell {
    -webkit-overflow-scrolling: touch;
  }

  .createRail {
    padding: 10px;
  }

  .createHeroCard.compact {
    padding: 10px;
  }

  .createHeroCard.compact .createHeroTitle {
    margin-top: 5px;
    font-size: 19px;
  }

  .createHeroCard.compact .createHeroSub {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.45;
  }

  .createHeroHint {
    margin-top: 8px;
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1.45;
  }

  .createHeroCompactHead {
    gap: 8px;
  }

  .createHeroCompactTotal {
    min-height: 26px;
    padding: 0 9px;
    font-size: 10px;
  }

  .createHeroCompactStats,
  .createDefaultRowCompact {
    gap: 6px;
  }

  .createToolbar {
    grid-template-columns: 1fr;
  }

  .createToolbarActions {
    justify-content: flex-start;
  }

  .createListItem {
    padding: 10px;
    border-radius: 14px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .createListThumb {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 18px;
  }

  .createEditorCard {
    padding: 12px;
  }

  .createEditorHead {
    padding-bottom: 10px;
  }

  .createEditorTitle {
    font-size: 17px;
  }

  .createInnerPanel {
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
  }

  .createInnerPanelTitle {
    font-size: 13px;
  }

  .createInnerPanelSub {
    display: none;
  }

  .createFieldGrid {
    margin-top: 8px;
    gap: 8px;
  }

  .createInput,
  .createTextarea {
    min-height: 40px;
    padding: 9px 10px;
    border-radius: 12px;
  }

  .createCheck {
    min-height: 36px;
    padding: 0 10px;
    border-radius: 12px;
    gap: 8px;
  }

  .createCheckText {
    font-size: 11px;
  }

  .createToolTab,
  .createMiniTab,
  .createBtn {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 12px;
  }

  .createSegmentBtn {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }

  .createMiniBadge {
    min-height: 22px;
    padding: 0 7px;
    font-size: 10px;
  }

  .createEntryRow {
    padding: 9px 10px;
    border-radius: 12px;
    gap: 6px;
  }

  .createEntryRowBody,
  .createEntryRowHead {
    gap: 4px;
  }

  .createEntryRowTitle,
  .createBindingCardTitle {
    font-size: 12px;
  }

  .createEntryRowMeta,
  .createEntryRowDesc,
  .createSegmentLabel,
  .createBindingCardMeta,
  .createBindingCardDesc,
  .createBindingPickerTitle,
  .createBindingPickerHint,
  .createAutosaveText,
  .createAvatarHint,
  .createAvatarFile {
    font-size: 11px;
    line-height: 1.45;
  }

  .createAvatarPreview {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .createAvatarArt {
    width: 76px;
    border-radius: 14px;
  }

  .createAvatarTitle {
    font-size: 13px;
  }

  .createChoiceList {
    max-height: min(42vh, 360px);
  }
}

@media (min-width: 820px) {
  .createWorkbenchPage {
    padding-bottom: 38px;
  }

  .createHeroCard {
    padding: 18px 18px 16px;
  }

  .createMetricGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .createWorkspace {
    grid-template-columns: 332px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }

  .createRail {
    position: sticky;
    top: 12px;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }

  .createFieldGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .createFieldGridCompact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .createEditorCard {
    padding: 18px;
  }

  .createWorkbenchSplit {
    grid-template-columns: 320px minmax(0, 1fr);
    align-items: start;
  }

  .createInlineResourceShell {
    max-height: min(76vh, 820px);
  }
}
