/* App root (`#react-output`) — Vite author entry only. */
#react-output {
  background-color: black;
  font-family: "Overpass", sans-serif;
  font-weight: 200;
  color: #eeeeee;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
._menuWrap_1pony_1 {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/** Icon-only match to author nav `.hamburger` (no border / focus ring) */
._hamburgButton_1pony_9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 28px;
  padding: 6px 2px;
  margin: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  line-height: 0;
  flex-shrink: 0;
  box-shadow: none;
  transition:
    opacity 0.15s ease,
    transform 0.1s ease;
}

._hamburgButton_1pony_9:hover {
  opacity: 0.88;
}

._hamburgButton_1pony_9[aria-expanded="true"] {
  opacity: 1;
}

._hamburgButton_1pony_9:active {
  transform: scale(0.97);
  opacity: 0.82;
}

._hamburgButton_1pony_9:focus,
._hamburgButton_1pony_9:focus-visible {
  outline: none;
}

._dropdown_1pony_49 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  min-width: 200px;
  z-index: 50;
  padding: 6px;
  border-radius: var(--radius-0001, 8px);
  border: 1px solid
    color-mix(in srgb, var(--theme-glass-edge, #444) 80%, transparent);
  background-color: color-mix(in srgb, var(--dark-glass, #1a1a1a) 94%, black);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.45),
    0 0 0 1px color-mix(in srgb, white 6%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

._dropdownOpen_1pony_69 {
  display: block;
}

._menuItem_1pony_73 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 14px;
  border: none;
  border-radius: var(--radius-0001, 6px);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.95em;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

._menuItem_1pony_73:hover:not(:disabled) {
  background-color: var(--dim-gray-glass);
}

._menuItem_1pony_73:focus {
  outline: none;
}

._menuItem_1pony_73:focus-visible {
  outline: 2px solid var(--theme-light-focus-color, #6ae);
  outline-offset: -2px;
}

._menuItem_1pony_73:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

._menuItemDivided_1pony_107 {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid
    color-mix(in srgb, var(--theme-glass-edge, #444) 65%, transparent);
}
/**
 * Shared top story banner strip (author title bar + preview-mode ribbon).
 * One source of truth for padding/height so author and preview match.
 * Control height is set via --story-banner-control-size on StoryBannerBar.
 */

._bar_qttod_7 {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 38px;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: var(
    --dark-main-glass,
    color-mix(
      in xyz,
      var(--theme-dark-main-color, hwb(240 10% 50%)),
      transparent 60%
    )
  );
  border-bottom: 1px solid rgb(255 255 255 / 0.18);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.06),
    inset 0 -1px 0 rgb(0 0 0 / 0.15);
}

._titleText_qttod_31 {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: inherit;
}
._bannerShell_192zj_1 {
  position: relative;
  z-index: 20;
}

._titleFieldWrap_192zj_6 {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  cursor: text;
}

._titleInput_192zj_16 {
  box-sizing: border-box;
  margin: 0;
  padding: 0 6px;
  height: 28px;
  width: 100%;
  min-width: 0;
  max-width: min(720px, 100%);
  field-sizing: content;
  background: transparent;
  border: none;
  border-radius: 6px;
  color: rgb(248 250 252 / 0.98);
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._titleInput_192zj_16::placeholder {
  color: rgb(255 255 255 / 0.4);
  font-weight: 500;
}

._titleInput_192zj_16:focus {
  outline: none;
  cursor: text;
}

._titleInput_192zj_16:focus-visible {
  outline: 2px solid var(--theme-light-focus-color, hwb(45 90% 0%));
  outline-offset: 2px;
}

._titleInput_192zj_16:read-only {
  cursor: text;
  user-select: none;
}

._previewButton_192zj_56 {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  box-sizing: border-box;
  background: rgb(0 0 0 / 0.16);
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 5px;
  color: rgb(248 250 252 / 0.98);
  cursor: pointer;
}

._previewButton_192zj_56:hover:not(:disabled) {
  background: rgb(0 0 0 / 0.26);
  border-color: rgb(255 255 255 / 0.28);
  color: #fff;
}

._previewButton_192zj_56:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

._previewButton_192zj_56:focus-visible {
  outline: 2px solid var(--theme-light-focus-color, hwb(45 90% 0%));
  outline-offset: 2px;
}
/* Bookshelf: CSS border frame (even stroke) + inset white shelf boards — one bay per story */

/* Bounded viewport height so many shelves scroll inside the page shell (not clipped). */
._root_1c2by_4 {
  box-sizing: border-box;
  min-height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: clamp(24px, 5vw, 48px) clamp(18px, 5vw, 56px) 40px;
  font-family: inherit;
  color: rgb(200 194 182 / 0.9);
  background-color: #141210;
  background-image:
    radial-gradient(
      ellipse 100% 60% at 50% 0%,
      rgb(42 36 28 / 0.4),
      transparent 50%
    ),
    linear-gradient(180deg, rgb(20 18 15) 0%, rgb(14 12 10) 100%);
}

/*
 * Align with text/shelves inside the frame: bookcase padding (14px) +
 * bookcaseInner horizontal padding — matches where shelf content starts.
 */
._shelfToolbar_1c2by_28 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  max-width: 52rem;
  margin: 0 auto clamp(6px, 1.5vw, 12px);
  padding-left: calc(14px + clamp(10px, 3%, 18px));
  padding-right: calc(14px + clamp(10px, 3%, 18px));
  box-sizing: border-box;
}

._toolbarActions_1c2by_40 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

._importMenu_1c2by_47 {
  position: relative;
}

._importMenu_1c2by_47 > summary {
  list-style: none;
}

._importMenu_1c2by_47 > summary::-webkit-details-marker {
  display: none;
}

._disabledAction_1c2by_59 {
  opacity: 0.4;
  pointer-events: none;
}

._importChoices_1c2by_64 {
  position: absolute;
  z-index: 2;
  top: calc(100% + 5px);
  right: 0;
  min-width: 9rem;
  padding: 4px;
  border: 1px solid rgb(255 255 255 / 0.16);
  background: #211d18;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.45);
}

._importChoices_1c2by_64 button {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: rgb(200 194 182 / 0.9);
  font: inherit;
  font-size: 0.72rem;
  text-align: left;
  cursor: pointer;
}

._importChoices_1c2by_64 button:hover:not(:disabled) {
  background: rgb(255 255 255 / 0.07);
}

._wordmark_1c2by_93 {
  margin: 0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(188 180 168 / 0.88);
}

._newVolume_1c2by_102 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px dashed rgb(255 255 255 / 0.16);
  border-radius: 2px;
  background: rgb(255 255 255 / 0.02);
  color: rgb(170 164 152 / 0.95);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

._newVolume_1c2by_102:hover:not(:disabled) {
  border-color: rgb(255 255 255 / 0.32);
  color: rgb(215 208 195);
  background: rgb(255 255 255 / 0.04);
}

._newVolume_1c2by_102:disabled {
  opacity: 0.4;
  cursor: wait;
}

._newGlyph_1c2by_133 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  opacity: 0.85;
}

._newLabel_1c2by_140 {
  font-size: 0.62rem;
}

._error_1c2by_144 {
  margin: 0 0 16px;
  padding: 10px 14px;
  font-size: 0.85rem;
  color: rgb(200 150 140);
  border-left: 2px solid rgb(140 90 80 / 0.55);
  background: rgb(40 28 24 / 0.35);
}

._whisper_1c2by_153 {
  margin: 0;
  padding: 4px 6px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: rgb(255 255 255 / 0.26);
}

._emptyLine_1c2by_161 {
  margin: 0;
  padding: 4px 6px 4px 0;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  color: rgb(170 164 152 / 0.5);
}

._inlineLink_1c2by_169 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: rgb(190 182 168);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  font: inherit;
}

._inlineLink_1c2by_169:hover:not(:disabled) {
  color: rgb(220 212 198);
}

._inlineLink_1c2by_169:disabled {
  opacity: 0.5;
  cursor: wait;
}

/* Wooden bookcase frame with layered box-shadows for depth */
._bookcase_1c2by_191 {
  max-width: 52rem;
  margin: 0 auto;
  min-height: 12rem;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 14px;
  background:
    repeating-linear-gradient(
      180deg,
      rgb(62 46 32 / 0) 0px,
      rgb(72 54 38 / 0.15) 2px,
      rgb(58 42 28 / 0) 4px
    ),
    linear-gradient(180deg, hsl(28 28% 22%) 0%, hsl(24 24% 16%) 100%);
  box-shadow:
    inset 0 1px 0 0 rgb(255 255 255 / 0.08),
    inset 0 -1px 0 0 rgb(0 0 0 / 0.3),
    0 4px 20px rgb(0 0 0 / 0.5),
    0 1px 3px rgb(0 0 0 / 0.3);
}

._bookcaseInner_1c2by_214 {
  padding: clamp(10px, 3%, 16px) clamp(10px, 3%, 18px);
  box-sizing: border-box;
  border-radius: 4px;
  background:
    repeating-linear-gradient(
      0deg,
      rgb(0 0 0 / 0) 0px,
      rgb(30 24 18 / 0.08) 1px,
      rgb(0 0 0 / 0) 3px
    ),
    linear-gradient(180deg, rgb(18 14 10) 0%, rgb(12 10 8) 100%);
  box-shadow:
    inset 0 2px 8px rgb(0 0 0 / 0.5),
    inset 0 0 0 1px rgb(0 0 0 / 0.3);
}

/* One compartment per story; shelf board below each bay */
._shelfBay_1c2by_232 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

._shelfBay_1c2by_232 + ._shelfBay_1c2by_232 {
  margin-top: 0;
}

._bayContent_1c2by_242 {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 2.5rem;
  padding: 0;
}

/* Unused shelf tiers — one row of ghost spines */
._bayContentEmpty_1c2by_252 {
  min-height: 44px;
  padding: 0;
  box-sizing: border-box;
}

/* Ghost book cluster — single row, no wrap */
._ghostShelf_1c2by_259 {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  flex: 1 1 auto;
  gap: 0;
  min-width: 0;
  padding: 4px 8px 0;
  overflow: hidden;
}

._ghostBook_1c2by_270 {
  flex: 0 0 auto;
  border-radius: 1px 1px 0 0;
  box-shadow:
    inset -1px 0 0 rgb(255 255 255 / 0.06),
    inset 1px 0 0 rgb(0 0 0 / 0.15);
}

/* Compact stroked “volume” sitting on the shelf */
._storyRow_1c2by_279 {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 4px 6px;
  border: 1px solid rgb(120 100 76 / 0.28);
  border-radius: 4px;
  background: rgb(0 0 0 / 0.28);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.04),
    0 1px 3px rgb(0 0 0 / 0.4);
}

/* Wooden shelf plank with bevel and shadow */
._shelfBoard_1c2by_295 {
  flex: 0 0 auto;
  height: 8px;
  width: 100%;
  margin: 0;
  border-radius: 1px;
  background:
    repeating-linear-gradient(
      90deg,
      rgb(255 255 255 / 0) 0px,
      rgb(255 255 255 / 0.04) 40px,
      rgb(0 0 0 / 0.03) 80px,
      rgb(255 255 255 / 0) 120px
    ),
    linear-gradient(
      90deg,
      hsl(28 22% 32%) 0%,
      hsl(30 20% 36%) 50%,
      hsl(26 22% 30%) 100%
    );
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.12),
    inset 0 -1px 0 rgb(0 0 0 / 0.15),
    0 3px 5px rgb(0 0 0 / 0.45),
    0 1px 2px rgb(0 0 0 / 0.3);
}

._rowOpen_1c2by_322 {
  --row-accent: hsl(28 14% 28%);
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 2px 4px 2px 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  border-radius: 2px;
  box-shadow: inset 3px 0 0 0 var(--row-accent);
  transition:
    background 0.15s ease,
    box-shadow 0.15s ease;
}

._rowOpen_1c2by_322:hover:not(:disabled) {
  background: rgb(180 150 100 / 0.06);
}

._rowOpen_1c2by_322:active:not(:disabled) {
  background: rgb(180 150 100 / 0.1);
}

._rowOpen_1c2by_322:disabled {
  opacity: 0.45;
  cursor: wait;
}

._rowThumb_1c2by_356 {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.12);
}

._rowThumbImg_1c2by_365 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.9) contrast(1.03);
}

._rowThumbBlank_1c2by_374 {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgb(28 24 20) 0%, rgb(16 14 12) 100%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.08);
}

._rowText_1c2by_382 {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

._rowTitle_1c2by_391 {
  font-size: 0.8125rem;
  font-weight: 550;
  letter-spacing: 0.02em;
  color: rgb(232 228 218 / 0.95);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._rowDate_1c2by_401 {
  flex: 0 0 auto;
  font-size: 0.65rem;
  letter-spacing: 0.03em;
  color: rgb(255 255 255 / 0.3);
  font-variant-numeric: tabular-nums;
}

._storyRow_1c2by_279:focus-within ._scrap_1c2by_409 {
  opacity: 1;
}

._scrap_1c2by_409 {
  flex: 0 0 auto;
  align-self: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: transparent;
  color: rgb(255 255 255 / 0.28);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition:
    opacity 0.15s ease,
    color 0.15s ease,
    background 0.15s ease;
}

._storyRow_1c2by_279:hover ._scrap_1c2by_409 {
  opacity: 1;
}

._scrap_1c2by_409:hover:not(:disabled) {
  color: rgb(210 160 150);
  background: rgb(45 32 28 / 0.6);
}

._scrap_1c2by_409:disabled {
  opacity: 0.25;
  cursor: wait;
}

@media (max-width: 540px) {
  ._rowText_1c2by_382 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  ._rowDate_1c2by_401 {
    font-size: 0.68rem;
  }

  ._shelfToolbar_1c2by_28 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: calc(14px + 6%);
    padding-right: calc(14px + 6%);
  }

  ._bookcaseInner_1c2by_214 {
    padding-left: 6%;
    padding-right: 6%;
  }

  ._shelfBoard_1c2by_295 {
    width: 100%;
  }
}
._chevronRight_m5cf6_1,
._chevronLeft_m5cf6_2,
._chevronDown_m5cf6_3,
._chevronUp_m5cf6_4 {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
  color: inherit;
}

._chevronRight_m5cf6_1 {
  transform: rotate(-90deg);
}

._chevronLeft_m5cf6_2 {
  transform: rotate(90deg);
}

._chevronDown_m5cf6_3 {
  transform: rotate(0deg);
}

._chevronUp_m5cf6_4 {
  transform: rotate(180deg);
}
._compactHeader_t0v1l_1 {
  background-color: var(--panel-surface, #1a1a1a);
  border-bottom: 1px solid var(--panel-border, #444);
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  box-sizing: border-box;
}

._headerTitle_t0v1l_12 {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

._headerCount_t0v1l_21 {
  font-weight: normal;
  color: var(--panel-muted, #999);
}

._headerActions_t0v1l_26 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
/* Text CTA (Add group / Add image) — same height as iconHeaderButton */
._headerActionButton_q643e_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #2a2a2a;
  border: 1px solid var(--panel-border, #444);
  color: #e6edf3;
  font-size: 12px;
  padding: 0 0.75rem;
  height: 30px;
  min-height: 30px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}

._headerActionButton_q643e_2:hover:not(:disabled) {
  background-color: #333;
  border-color: #555;
  color: #fff;
}

._headerActionButton_q643e_2:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

._headerActionButtonActive_q643e_30 {
  border-color: var(--panel-accent, #58a6ff);
  background: #1f2a3a;
  color: #fff;
}

/* 30×30 square icon button in compact headers */
._iconHeaderButton_q643e_37 {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--panel-border, #444);
  color: #ccc;
  border-radius: 4px;
  cursor: pointer;
}

._iconHeaderButton_q643e_37:hover:not(:disabled) {
  background-color: #2a2a2a;
  color: #fff;
}

._iconHeaderButton_q643e_37:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

._iconHeaderButtonActive_q643e_61 {
  border-color: var(--panel-accent, #58a6ff);
  background: #1f2a3a;
  color: #fff;
}

/* 24×24 pill icon button (row viewport actions) */
._rowIconButton_q643e_68 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  border-radius: 999px;
  background: #151515;
  color: #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

._rowIconButton_q643e_68:hover {
  color: #fff;
  border-color: #555;
}

._rowIconButton_q643e_68:focus-visible {
  outline: 1px solid var(--panel-accent, #58a6ff);
  outline-offset: 1px;
}
/* Shared authoring-panel shell. */

._authorPanel_15zar_3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 0;
  flex: 1;
  background-color: #000;
  color: #e6edf3;
  font-size: 12px;
  box-sizing: border-box;
}

._authorPanelBody_15zar_16 {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Thin dark scrollbar used by panel list scrollers */
._thinScrollbar_15zar_24 {
  scrollbar-color: #555 transparent;
  scrollbar-width: thin;
}

._thinScrollbar_15zar_24::-webkit-scrollbar {
  width: 8px;
}

._thinScrollbar_15zar_24::-webkit-scrollbar-track {
  background: transparent;
}

._thinScrollbar_15zar_24::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 4px;
}
._layersPanel_1ngg0_1 {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* One strip: drawing tools + layers meta (count, add group, color, delete) */
._layersUnifiedTop_1ngg0_11 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  gap: 8px;
  row-gap: 4px;
  background-color: #0d1117;
  border-bottom: 1px solid #30363d;
  border-radius: 3px 3px 0 0;
  padding: 3px 4px;
  box-sizing: border-box;
  user-select: none;
}

/*
 * One size for primary toolbar + meta action icons only.
 * Do not use `.layersUnifiedTop svg` — it also resized the ToolSubmenu chevron
 * and blew up the LHS vs the single-icon RHS buttons.
 */
._layersToolbarSlot_1ngg0_32 > button > svg,
._layersToolbarSlot_1ngg0_32 > div > button > svg,
._layersMetaCluster_1ngg0_34 > button > svg {
  width: 15px;
  height: 15px;
  display: block;
  flex-shrink: 0;
}

._layersToolbarSlot_1ngg0_32 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  gap: 2px;
  /* Natural width only; meta cluster uses margin-left: auto to sit on the right */
  flex: 0 1 auto;
  min-width: 0;
}

._layersMetaCluster_1ngg0_34 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  margin-left: auto;
}

._brushEditActions_1ngg0_62 {
  display: flex;
  gap: 4px;
}

._brushEditButton_1ngg0_67 {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  padding: 4px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

._brushEditButtonActive_1ngg0_80 {
  background: #444;
}

._brushEditIcon_1ngg0_84 {
  width: 14px;
  height: 14px;
}

._itemListRoot_1ngg0_89 {
  min-height: 0;
}

._metaIcon_1ngg0_93 {
  width: 14px;
  height: 14px;
}
._itemList_1tg8d_1 {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: inherit;
  border: none;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._header_1tg8d_13 {
  background-color: #1a1a1a;
  padding: 12px 16px;
  border-bottom: 1px solid #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

._list_1tg8d_24 {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

._item_1tg8d_1 {
  padding: 12px 16px;
  border-bottom: 1px solid #333;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  gap: 12px;
  transition: background-color 0.2s ease;
  background-color: transparent;
}

._item_1tg8d_1:hover {
  background-color: #333;
}

._itemActive_1tg8d_49 {
  background-color: #3a3a3a;
  border-left: 3px solid var(--panel-accent, #58a6ff);
}

._itemPulse_1tg8d_54 {
  animation: _selectionPulse_1tg8d_1 520ms ease-in-out;
  will-change: filter;
}

@keyframes _selectionPulse_1tg8d_1 {
  0% {
    filter: brightness(1);
  }
  45% {
    filter: brightness(1.65);
  }
  100% {
    filter: brightness(1);
  }
}

._itemHidden_1tg8d_71 {
  opacity: 0.5;
}

._itemDragging_1tg8d_75 {
  opacity: 0.5;
  transform: rotate(2deg);
}

._itemDropTarget_1tg8d_80 {
  background-color: #2a4a2a;
  border-color: #4caf50;
}

._itemChild_1tg8d_85 {
  padding-left: 32px;
  background-color: #252525;
}

._itemLeadingVisibility_1tg8d_90 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

._button_1tg8d_96 {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  padding: 4px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

._button_1tg8d_96:hover {
  background-color: #444;
  color: white;
}

._content_1tg8d_114 {
  flex: 1;
  min-width: 0;
  display: block;
  width: 100%;
  text-align: left; /* ensure layer title/subtitle are left-aligned inside button */
}

._title_1tg8d_122 {
  display: block;
  margin-bottom: 2px;
}

._titleActive_1tg8d_127 {
  font-weight: bold;
}

._subtitle_1tg8d_131 {
  display: block;
  font-size: 12px;
  color: #999;
}

._actions_1tg8d_137 {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-left: auto; /* push action icons to the far right */
}

._emptyMessage_1tg8d_144 {
  padding: 16px;
  text-align: center;
  color: #999;
}

._icon_1tg8d_150 {
  display: flex;
  align-items: center;
}

._itemIconHit_1tg8d_155 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

._itemIconHit_1tg8d_155:focus-visible {
  outline: 1px solid var(--panel-accent, #58a6ff);
  outline-offset: 1px;
}

._itemRowMain_1tg8d_172 {
  flex: 1;
  min-width: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

._itemRowMain_1tg8d_172:focus-visible {
  outline: 1px solid var(--panel-accent, #58a6ff);
  outline-offset: 1px;
}

._itemRowMainStatic_1tg8d_191 {
  flex: 1;
  min-width: 0;
}

/* Dark theme aligned with @uiw/react-md-editor (waypoint annotations embedded panel) */
._itemListMarkdownEditor_1tg8d_197 {
  color: #c9d1d9;
}

._itemListMarkdownEditor_1tg8d_197 ._header_1tg8d_13 {
  background-color: #0d1117;
  border-bottom: 1px solid #30363d;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #c9d1d9;
}

._itemListMarkdownEditor_1tg8d_197 ._item_1tg8d_1 {
  border-bottom: 1px solid #30363d;
}

._itemListMarkdownEditor_1tg8d_197 ._item_1tg8d_1:hover {
  background-color: rgb(110 118 129 / 0.18);
}

._itemListMarkdownEditor_1tg8d_197 ._itemActive_1tg8d_49 {
  background-color: rgb(56 139 253 / 0.12);
  border-left-color: #388bfd;
}

._itemListMarkdownEditor_1tg8d_197 ._itemChild_1tg8d_85 {
  background-color: #161b22;
}

._itemListMarkdownEditor_1tg8d_197 ._emptyMessage_1tg8d_144 {
  color: #8b949e;
  font-size: 12px;
}

._itemListMarkdownEditor_1tg8d_197 ._title_1tg8d_122 {
  color: #e6edf3;
}

._itemListMarkdownEditor_1tg8d_197 ._subtitle_1tg8d_131 {
  color: #8b949e;
}

._itemListMarkdownEditor_1tg8d_197 ._button_1tg8d_96:hover {
  background-color: rgb(110 118 129 / 0.35);
  color: #f0f6fc;
}

/* ~waypoints .compactRow height: 6px 10px padding, 12px primary text */
._itemListCompact_1tg8d_246 ._item_1tg8d_1 {
  padding: 6px 10px;
  gap: 8px;
}

._itemListCompact_1tg8d_246 ._itemChild_1tg8d_85 {
  padding-left: 24px;
}

._itemListCompact_1tg8d_246 ._title_1tg8d_122 {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._itemListCompact_1tg8d_246 ._subtitle_1tg8d_131 {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._itemListCompact_1tg8d_246 ._button_1tg8d_96 {
  padding: 2px;
}

._itemListCompact_1tg8d_246 ._item_1tg8d_1 ._button_1tg8d_96 svg {
  width: 12px;
  height: 12px;
}

._itemListCompact_1tg8d_246 ._emptyMessage_1tg8d_144 {
  padding: 10px;
  font-size: 12px;
}

._itemListMarkdownEditor_1tg8d_197._itemListCompact_1tg8d_246 ._item_1tg8d_1 {
  padding: 6px 10px;
  gap: 8px;
}
/* Drawing / layers toolbar tool buttons */

._toolButton_21dex_3 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-width: 22px;
  min-height: 22px;
  height: 22px;
  padding: 2px 4px;
  margin: 0;
  border: none;
  border-radius: 2px;
  background: transparent;
  color: #c9d1d9;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
  line-height: 0;
}

._toolButton_21dex_3:hover,
._toolButton_21dex_3:focus-visible {
  background-color: rgba(110, 118, 129, 0.35);
  color: #f0f6fc;
  outline: none;
}

._toolButton_21dex_3:active {
  background-color: rgba(110, 118, 129, 0.5);
}

._toolButton_21dex_3._active_21dex_36 {
  background-color: var(--panel-accent, #58a6ff);
  color: #fff;
}

._toolButton_21dex_3._active_21dex_36:hover,
._toolButton_21dex_3._active_21dex_36:focus-visible {
  background-color: #1f8ad6;
  color: #fff;
}

._toolButton_21dex_3:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  color: #8b949e;
}

._toolButton_21dex_3:disabled:hover,
._toolButton_21dex_3:disabled:focus-visible,
._toolButton_21dex_3:disabled:active {
  background-color: transparent;
  color: #8b949e;
}
._panel_bd33s_1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2c2c2c;
  border: 2px solid var(--panel-border, #444);
  border-radius: 8px;
  padding: 20px;
  z-index: 1000;
  min-width: 300px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

._title_bd33s_15 {
  margin-bottom: 15px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

._field_bd33s_22 {
  margin-bottom: 15px;
}

._label_bd33s_26 {
  color: white;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

._numberInput_bd33s_33 {
  width: 80px;
  padding: 5px;
  border: 1px solid #555;
  border-radius: 4px;
  background-color: var(--panel-surface, #1a1a1a);
  color: white;
  font-size: 14px;
  outline: none;
}

._textarea_bd33s_44 {
  width: 100%;
  min-height: 80px;
  padding: 10px;
  border: 1px solid #555;
  border-radius: 4px;
  background-color: var(--panel-surface, #1a1a1a);
  color: white;
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
}

._textInput_bd33s_59 {
  width: 100%;
  padding: 8px;
  border: 1px solid #555;
  border-radius: 4px;
  background-color: var(--panel-surface, #1a1a1a);
  color: white;
  font-size: 14px;
  outline: none;
  margin-bottom: 15px;
  box-sizing: border-box;
}

._actions_bd33s_72 {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

._buttonCancel_bd33s_79,
._buttonSubmit_bd33s_80,
._buttonSubmitDisabled_bd33s_81 {
  padding: 8px 16px;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

._buttonCancel_bd33s_79 {
  background-color: #555;
  cursor: pointer;
}

._buttonSubmit_bd33s_80 {
  background-color: #4caf50;
  cursor: pointer;
}

._buttonSubmitDisabled_bd33s_81 {
  background-color: #666;
  cursor: not-allowed;
}

._hint_bd33s_104 {
  margin-top: 10px;
  font-size: 12px;
  color: var(--panel-muted, #999);
}
._container_13sic_1 {
  position: relative;
  display: inline-block;
}

/* Visuals come from parent toolButton (LayersPanel); keep layout only */
._toggle_13sic_7 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 2px 4px;
  background: transparent;
  color: inherit;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  line-height: 0;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

._toggle_13sic_7:hover,
._toggle_13sic_7:focus-visible {
  outline: none;
}

._chevron_13sic_32 {
  display: flex;
  align-items: center;
  margin-left: 1px;
  opacity: 0.75;
  color: inherit;
}

._chevron_13sic_32 svg {
  width: 8px;
  height: 8px;
}

._menu_13sic_45 {
  position: fixed;
  padding: 3px;
  min-width: 128px;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

._menu_13sic_45 svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

._menuItem_13sic_65 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: transparent;
  border: none;
  border-radius: 2px;
  color: #c9d1d9;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
}

._menuItem_13sic_65:hover {
  background: rgba(110, 118, 129, 0.35);
  color: #f0f6fc;
}

._menuItemActive_13sic_85 {
  background-color: var(--panel-accent, #58a6ff);
  color: #fff;
}

._menuItemActive_13sic_85:hover {
  background-color: #1f8ad6;
  color: #fff;
}

._menuItemLabel_13sic_95 {
  margin-left: 8px;
}
._errorToast_1acnb_1 {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c62828;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

._hintBar_1acnb_15 {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(30, 30, 30, 0.9);
  color: #ddd;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 13px;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  display: flex;
  gap: 16px;
  align-items: center;
  white-space: nowrap;
}

._hintAdd_1acnb_33 {
  color: #4caf50;
}

._hintRemove_1acnb_37 {
  color: #ef5350;
}

._hintConfirm_1acnb_41 {
  color: #90caf9;
}

._hintCancel_1acnb_45 {
  color: #999;
}

._hintCount_1acnb_49 {
  color: #888;
  font-size: 12px;
}

._debugOverlay_1acnb_54 {
  position: fixed;
  bottom: 16px;
  left: 16px;
  display: flex;
  gap: 12px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 12px;
  border-radius: 8px;
  z-index: 1001;
  max-width: 90vw;
}

._debugLabel_1acnb_67 {
  color: #ccc;
  font-size: 12px;
  margin-bottom: 4px;
}

._debugImage_1acnb_73 {
  max-width: 256px;
  max-height: 256px;
  display: block;
}

._debugWaiting_1acnb_79 {
  color: #888;
  font-size: 12px;
}
/* Match @uiw/react-md-editor dark surface (#0d1117) and chrome */
._annotationsPanel_2l44b_2 {
  background-color: #0d1117;
  border: 1px solid #30363d;
  border-radius: 3px;
  margin: 8px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 400px;
  width: 100%;
  box-sizing: border-box;
}

._annotationsPanelContent_2l44b_15 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

._layersContainer_2l44b_22 {
  flex: 1;
  min-height: 0;
  max-height: 300px;
  overflow-y: auto;
}

/* Waypoint detail: one scroll parent (outer panel), no inner scroll; flush inside collapsible */
._annotationsPanelEmbedded_2l44b_30 {
  max-height: none;
  overflow: visible;
  margin: 0;
  border: none;
  border-radius: 0;
}

._annotationsPanelEmbedded_2l44b_30 ._layersContainer_2l44b_22 {
  max-height: none;
  overflow: visible;
  background-color: #0d1117;
}
@media (prefers-color-scheme: dark) {
  .wmde-markdown,
  .wmde-markdown-var {
    color-scheme: dark;
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #484f58;
    --color-canvas-default: #0d1117;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-neutral-muted: rgba(110, 118, 129, 0.4);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-attention-subtle: rgba(187, 128, 9, 0.15);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
    --color-copied-active-bg: #2e9b33;
  }
}
@media (prefers-color-scheme: light) {
  .wmde-markdown,
  .wmde-markdown-var {
    color-scheme: light;
    --color-prettylights-syntax-comment: #6e7781;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #8250df;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-canvas-default: #ffffff;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsl(210, 18%, 87%);
    --color-neutral-muted: rgba(175, 184, 193, 0.2);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-attention-subtle: #fff8c5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
    --color-copied-active-bg: #2e9b33;
  }
}
[data-color-mode*='dark'] .wmde-markdown,
[data-color-mode*='dark'] .wmde-markdown-var,
.wmde-markdown-var[data-color-mode*='dark'],
.wmde-markdown[data-color-mode*='dark'],
body[data-color-mode*='dark'] {
  color-scheme: dark;
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #7ee787;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa657;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #7ee787;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #aff5b4;
  --color-prettylights-syntax-markup-inserted-bg: #033a16;
  --color-prettylights-syntax-markup-changed-text: #ffdfb6;
  --color-prettylights-syntax-markup-changed-bg: #5a1e02;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #484f58;
  --color-canvas-default: #0d1117;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-neutral-muted: rgba(110, 118, 129, 0.4);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-attention-subtle: rgba(187, 128, 9, 0.15);
  --color-danger-fg: #f85149;
}
[data-color-mode*='light'] .wmde-markdown,
[data-color-mode*='light'] .wmde-markdown-var,
.wmde-markdown-var[data-color-mode*='light'],
.wmde-markdown[data-color-mode*='light'],
body[data-color-mode*='light'] {
  color-scheme: light;
  --color-prettylights-syntax-comment: #6e7781;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #8250df;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-canvas-default: #ffffff;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsl(210, 18%, 87%);
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-attention-subtle: #fff8c5;
  --color-danger-fg: #cf222e;
}
.wmde-markdown {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
}
.wmde-markdown details,
.wmde-markdown figcaption,
.wmde-markdown figure {
  display: block;
}
.wmde-markdown summary {
  display: list-item;
}
.wmde-markdown [hidden] {
  display: none !important;
}
.wmde-markdown a {
  background-color: transparent;
  color: var(--color-accent-fg);
  text-decoration: none;
}
.wmde-markdown a:active,
.wmde-markdown a:hover {
  outline-width: 0;
}
.wmde-markdown abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.wmde-markdown b,
.wmde-markdown strong {
  font-weight: 600;
}
.wmde-markdown dfn {
  font-style: italic;
}
.wmde-markdown h1 {
  margin: 0.67em 0;
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid var(--color-border-muted);
}
.wmde-markdown mark {
  background-color: var(--color-attention-subtle);
  color: var(--color-text-primary);
}
.wmde-markdown small {
  font-size: 90%;
}
.wmde-markdown sub,
.wmde-markdown sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wmde-markdown sub {
  bottom: -0.25em;
}
.wmde-markdown sup {
  top: -0.5em;
}
.wmde-markdown img {
  display: inline-block;
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--color-canvas-default);
}
.wmde-markdown code,
.wmde-markdown kbd,
.wmde-markdown pre,
.wmde-markdown samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.wmde-markdown figure {
  margin: 1em 40px;
}
.wmde-markdown hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-border-muted);
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--color-border-default);
}
.wmde-markdown input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.wmde-markdown [type='button'],
.wmde-markdown [type='reset'],
.wmde-markdown [type='submit'] {
  -webkit-appearance: button;
}
.wmde-markdown [type='button']::-moz-focus-inner,
.wmde-markdown [type='reset']::-moz-focus-inner,
.wmde-markdown [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.wmde-markdown [type='button']:-moz-focusring,
.wmde-markdown [type='reset']:-moz-focusring,
.wmde-markdown [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.wmde-markdown [type='checkbox'],
.wmde-markdown [type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
.wmde-markdown [type='number']::-webkit-inner-spin-button,
.wmde-markdown [type='number']::-webkit-outer-spin-button {
  height: auto;
}
.wmde-markdown [type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.wmde-markdown [type='search']::-webkit-search-cancel-button,
.wmde-markdown [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.wmde-markdown ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
.wmde-markdown ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.wmde-markdown a:hover {
  text-decoration: underline;
}
.wmde-markdown hr::before {
  display: table;
  content: '';
}
.wmde-markdown hr::after {
  display: table;
  clear: both;
  content: '';
}
.wmde-markdown table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
}
.wmde-markdown td,
.wmde-markdown th {
  padding: 0;
}
.wmde-markdown details summary {
  cursor: pointer;
}
.wmde-markdown details:not([open]) > *:not(summary) {
  display: none !important;
}
.wmde-markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-subtle);
  border: solid 1px var(--color-neutral-muted);
  border-bottom-color: var(--color-neutral-muted);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
}
.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.wmde-markdown td,
.wmde-markdown th {
  padding: 0;
}
.wmde-markdown details summary {
  cursor: pointer;
}
.wmde-markdown details:not([open]) > *:not(summary) {
  display: none !important;
}
.wmde-markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-subtle);
  border: solid 1px var(--color-neutral-muted);
  border-bottom-color: var(--color-neutral-muted);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
}
.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.wmde-markdown h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid var(--color-border-muted);
}
.wmde-markdown h3 {
  font-weight: 600;
  font-size: 1.25em;
}
.wmde-markdown h4 {
  font-weight: 600;
  font-size: 1em;
}
.wmde-markdown h5 {
  font-weight: 600;
  font-size: 0.875em;
}
.wmde-markdown h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: var(--color-fg-muted);
}
.wmde-markdown p {
  margin-top: 0;
  margin-bottom: 10px;
}
.wmde-markdown blockquote {
  margin: 0;
  padding: 0 1em;
  color: var(--color-fg-muted);
  border-left: 0.25em solid var(--color-border-default);
}
.wmde-markdown ul,
.wmde-markdown ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}
.wmde-markdown ol ol,
.wmde-markdown ul ol {
  list-style-type: lower-roman;
}
.wmde-markdown ul ul ol,
.wmde-markdown ul ol ol,
.wmde-markdown ol ul ol,
.wmde-markdown ol ol ol {
  list-style-type: lower-alpha;
}
.wmde-markdown dd {
  margin-left: 0;
}
.wmde-markdown tt,
.wmde-markdown code {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}
.wmde-markdown pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}
.wmde-markdown .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}
.wmde-markdown ::placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}
.wmde-markdown input::-webkit-outer-spin-button,
.wmde-markdown input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.wmde-markdown [data-catalyst] {
  display: block;
}
.wmde-markdown::before {
  display: table;
  content: '';
}
.wmde-markdown::after {
  display: table;
  clear: both;
  content: '';
}
.wmde-markdown > *:first-child {
  margin-top: 0 !important;
}
.wmde-markdown > *:last-child {
  margin-bottom: 0 !important;
}
.wmde-markdown a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.wmde-markdown .absent {
  color: var(--color-danger-fg);
}
.wmde-markdown a.anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}
.wmde-markdown .anchor:focus {
  outline: none;
}
.wmde-markdown p,
.wmde-markdown blockquote,
.wmde-markdown ul,
.wmde-markdown ol,
.wmde-markdown dl,
.wmde-markdown table,
.wmde-markdown pre,
.wmde-markdown details {
  margin-top: 0;
  margin-bottom: 16px;
}
.wmde-markdown blockquote > :first-child {
  margin-top: 0;
}
.wmde-markdown blockquote > :last-child {
  margin-bottom: 0;
}
.wmde-markdown sup > a::before {
  content: '[';
}
.wmde-markdown sup > a::after {
  content: ']';
}
.wmde-markdown h1 .octicon-link,
.wmde-markdown h2 .octicon-link,
.wmde-markdown h3 .octicon-link,
.wmde-markdown h4 .octicon-link,
.wmde-markdown h5 .octicon-link,
.wmde-markdown h6 .octicon-link {
  color: var(--color-fg-default);
  vertical-align: middle;
  visibility: hidden;
}
.wmde-markdown h1:hover .anchor,
.wmde-markdown h2:hover .anchor,
.wmde-markdown h3:hover .anchor,
.wmde-markdown h4:hover .anchor,
.wmde-markdown h5:hover .anchor,
.wmde-markdown h6:hover .anchor {
  text-decoration: none;
}
.wmde-markdown h1:hover .anchor .octicon-link,
.wmde-markdown h2:hover .anchor .octicon-link,
.wmde-markdown h3:hover .anchor .octicon-link,
.wmde-markdown h4:hover .anchor .octicon-link,
.wmde-markdown h5:hover .anchor .octicon-link,
.wmde-markdown h6:hover .anchor .octicon-link {
  visibility: visible;
}
.wmde-markdown h1 tt,
.wmde-markdown h1 code,
.wmde-markdown h2 tt,
.wmde-markdown h2 code,
.wmde-markdown h3 tt,
.wmde-markdown h3 code,
.wmde-markdown h4 tt,
.wmde-markdown h4 code,
.wmde-markdown h5 tt,
.wmde-markdown h5 code,
.wmde-markdown h6 tt,
.wmde-markdown h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}
.wmde-markdown ul.no-list,
.wmde-markdown ol.no-list {
  padding: 0;
  list-style-type: none;
}
.wmde-markdown ol[type='1'] {
  list-style-type: decimal;
}
.wmde-markdown ol[type='a'] {
  list-style-type: lower-alpha;
}
.wmde-markdown ol[type='i'] {
  list-style-type: lower-roman;
}
.wmde-markdown div > ol:not([type]) {
  list-style-type: decimal;
}
.wmde-markdown ul ul,
.wmde-markdown ul ol,
.wmde-markdown ol ol,
.wmde-markdown ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.wmde-markdown li > p {
  margin-top: 16px;
}
.wmde-markdown li + li {
  margin-top: 0.25em;
}
.wmde-markdown dl {
  padding: 0;
}
.wmde-markdown dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}
.wmde-markdown dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.wmde-markdown table th {
  font-weight: 600;
}
.wmde-markdown table th,
.wmde-markdown table td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}
.wmde-markdown table tr {
  background-color: var(--color-canvas-default);
  border-top: 1px solid var(--color-border-muted);
}
.wmde-markdown table tr:nth-child(2n) {
  background-color: var(--color-canvas-subtle);
}
.wmde-markdown table img {
  background-color: transparent;
}
.wmde-markdown img[align='right'] {
  padding-left: 20px;
}
.wmde-markdown img[align='left'] {
  padding-right: 20px;
}
.wmde-markdown .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}
.wmde-markdown span.frame {
  display: block;
  overflow: hidden;
}
.wmde-markdown span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid var(--color-border-default);
}
.wmde-markdown span.frame span img {
  display: block;
  float: left;
}
.wmde-markdown span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: var(--color-fg-default);
}
.wmde-markdown span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}
.wmde-markdown span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}
.wmde-markdown span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
.wmde-markdown span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}
.wmde-markdown span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}
.wmde-markdown span.align-right span img {
  margin: 0;
  text-align: right;
}
.wmde-markdown span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}
.wmde-markdown span.float-left span {
  margin: 13px 0 0;
}
.wmde-markdown span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}
.wmde-markdown span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}
.wmde-markdown code,
.wmde-markdown tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
}
.wmde-markdown code br,
.wmde-markdown tt br {
  display: none;
}
.wmde-markdown del code {
  text-decoration: inherit;
}
.wmde-markdown pre code {
  font-size: 100%;
}
.wmde-markdown pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.wmde-markdown pre {
  font-size: 85%;
  line-height: 1.45;
  background-color: var(--color-canvas-subtle);
  border-radius: 6px;
}
.wmde-markdown pre code,
.wmde-markdown pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
.wmde-markdown pre > code {
  padding: 16px;
  overflow: auto;
  display: block;
}
.wmde-markdown pre > code::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  height: 8px;
}
.wmde-markdown pre > code::-webkit-scrollbar-thumb {
  background: var(--color-fg-muted);
  border-radius: 10px;
}
.wmde-markdown .csv-data td,
.wmde-markdown .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}
.wmde-markdown .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: var(--color-canvas-default);
  border: 0;
}
.wmde-markdown .csv-data tr {
  border-top: 0;
}
.wmde-markdown .csv-data th {
  font-weight: 600;
  background: var(--color-canvas-subtle);
  border-top: 0;
}
.wmde-markdown .footnotes {
  font-size: 12px;
  color: var(--color-fg-muted);
  border-top: 1px solid var(--color-border-default);
}
.wmde-markdown .footnotes ol {
  padding-left: 16px;
}
.wmde-markdown .footnotes li {
  position: relative;
}
.wmde-markdown .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: '';
  border: 2px solid var(--color-accent-emphasis);
  border-radius: 6px;
}
.wmde-markdown .footnotes li:target {
  color: var(--color-fg-default);
}
.wmde-markdown .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}
.wmde-markdown .task-list-item {
  list-style-type: none;
}
.wmde-markdown .task-list-item label {
  font-weight: 400;
}
.wmde-markdown .task-list-item.enabled label {
  cursor: pointer;
}
.wmde-markdown .task-list-item + .wmde-markdown .task-list-item {
  margin-top: 3px;
}
.wmde-markdown .task-list-item .handle {
  display: none;
}
.wmde-markdown .task-list-item-checkbox,
.wmde-markdown .contains-task-list input[type='checkbox'] {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}
.wmde-markdown .contains-task-list:dir(rtl) .task-list-item-checkbox,
.wmde-markdown .contains-task-list:dir(rtl) input[type='checkbox'] {
  margin: 0 -1.6em 0.25em 0.2em;
}
.wmde-markdown ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}
.wmde-markdown pre {
  position: relative;
}
.wmde-markdown pre .copied {
  visibility: hidden;
  display: flex;
  position: absolute;
  cursor: pointer;
  color: var(--color-fg-default);
  top: 6px;
  right: 6px;
  border-radius: 5px;
  background: var(--color-border-default);
  padding: 6px;
  font-size: 12px;
  transition: all 0.3s;
}
.wmde-markdown pre .copied .octicon-copy {
  display: block;
}
.wmde-markdown pre .copied .octicon-check {
  display: none;
}
.wmde-markdown pre:hover .copied {
  visibility: visible;
}
.wmde-markdown pre:hover .copied:hover {
  background: var(--color-prettylights-syntax-entity-tag);
  color: var(--color-canvas-default);
}
.wmde-markdown pre:hover .copied:active,
.wmde-markdown pre .copied.active {
  background: var(--color-copied-active-bg);
  color: var(--color-canvas-default);
}
.wmde-markdown pre .active .octicon-copy {
  display: none;
}
.wmde-markdown pre .active .octicon-check {
  display: block;
}
.wmde-markdown .markdown-alert {
  padding: 0.5rem 1em;
  color: inherit;
  margin-bottom: 16px;
  border-left: 0.25em solid var(--borderColor-default, var(--color-border-default));
}
.wmde-markdown .markdown-alert > :last-child {
  margin-bottom: 0 !important;
}
.wmde-markdown .markdown-alert .markdown-alert-title {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}
.wmde-markdown .markdown-alert .markdown-alert-title svg.octicon {
  margin-right: var(--base-size-8, 8px) !important;
}
.wmde-markdown .markdown-alert.markdown-alert-note {
  border-left-color: var(--borderColor-accent-emphasis, var(--color-accent-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: var(--fgColor-accent, var(--color-accent-fg));
}
.wmde-markdown .markdown-alert.markdown-alert-tip {
  border-left-color: var(--borderColor-success-emphasis, var(--color-success-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: var(--fgColor-success, var(--color-success-fg));
}
.wmde-markdown .markdown-alert.markdown-alert-important {
  border-left-color: var(--borderColor-done-emphasis, var(--color-done-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: var(--fgColor-done, var(--color-done-fg));
}
.wmde-markdown .markdown-alert.markdown-alert-warning {
  border-left-color: var(--borderColor-attention-emphasis, var(--color-attention-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: var(--fgColor-attention, var(--color-attention-fg));
}
.wmde-markdown .markdown-alert.markdown-alert-caution {
  border-left-color: var(--borderColor-danger-emphasis, var(--color-danger-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: var(--fgColor-danger, var(--color-danger-fg));
}
.wmde-markdown .highlight-line {
  background-color: var(--color-neutral-muted);
}
.wmde-markdown .code-line.line-number::before {
  display: inline-block;
  width: 1rem;
  text-align: right;
  margin-right: 16px;
  color: var(--color-fg-subtle);
  content: attr(line);
  white-space: nowrap;
}
.wmde-markdown .token.comment,
.wmde-markdown .token.prolog,
.wmde-markdown .token.doctype,
.wmde-markdown .token.cdata {
  color: var(--color-prettylights-syntax-comment);
}
.wmde-markdown .token.namespace {
  opacity: 0.7;
}
.wmde-markdown .token.property,
.wmde-markdown .token.tag,
.wmde-markdown .token.selector,
.wmde-markdown .token.constant,
.wmde-markdown .token.symbol,
.wmde-markdown .token.deleted {
  color: var(--color-prettylights-syntax-entity-tag);
}
.wmde-markdown .token.maybe-class-name {
  color: var(--color-prettylights-syntax-variable);
}
.wmde-markdown .token.property-access,
.wmde-markdown .token.operator,
.wmde-markdown .token.boolean,
.wmde-markdown .token.number,
.wmde-markdown .token.selector .token.class,
.wmde-markdown .token.attr-name,
.wmde-markdown .token.string,
.wmde-markdown .token.char,
.wmde-markdown .token.builtin {
  color: var(--color-prettylights-syntax-constant);
}
.wmde-markdown .token.deleted {
  color: var(--color-prettylights-syntax-markup-deleted-text);
}
.wmde-markdown .code-line .token.deleted {
  background-color: var(--color-prettylights-syntax-markup-deleted-bg);
}
.wmde-markdown .token.inserted {
  color: var(--color-prettylights-syntax-markup-inserted-text);
}
.wmde-markdown .code-line .token.inserted {
  background-color: var(--color-prettylights-syntax-markup-inserted-bg);
}
.wmde-markdown .token.variable {
  color: var(--color-prettylights-syntax-constant);
}
.wmde-markdown .token.entity,
.wmde-markdown .token.url,
.wmde-markdown .language-css .token.string,
.wmde-markdown .style .token.string {
  color: var(--color-prettylights-syntax-string);
}
.wmde-markdown .token.color,
.wmde-markdown .token.atrule,
.wmde-markdown .token.attr-value,
.wmde-markdown .token.function,
.wmde-markdown .token.class-name {
  color: var(--color-prettylights-syntax-string);
}
.wmde-markdown .token.rule,
.wmde-markdown .token.regex,
.wmde-markdown .token.important,
.wmde-markdown .token.keyword {
  color: var(--color-prettylights-syntax-keyword);
}
.wmde-markdown .token.coord {
  color: var(--color-prettylights-syntax-meta-diff-range);
}
.wmde-markdown .token.important,
.wmde-markdown .token.bold {
  font-weight: bold;
}
.wmde-markdown .token.italic {
  font-style: italic;
}
.wmde-markdown .token.entity {
  cursor: help;
}
.w-md-editor-toolbar-child {
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 0 0 1px var(--md-editor-box-shadow-color), 0 0 0 var(--md-editor-box-shadow-color), 0 1px 1px var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  z-index: 1;
  display: none;
}
.w-md-editor-toolbar-child.active {
  display: block;
}
.w-md-editor-toolbar-child .w-md-editor-toolbar {
  border-bottom: 0;
  padding: 3px;
  border-radius: 3px;
}
.w-md-editor-toolbar-child .w-md-editor-toolbar ul > li {
  display: block;
}
.w-md-editor-toolbar-child .w-md-editor-toolbar ul > li button {
  width: -webkit-fill-available;
  height: initial;
  box-sizing: border-box;
  padding: 3px 4px 2px 4px;
  margin: 0;
}
.w-md-editor-toolbar {
  border-bottom: 1px solid var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px 3px 0 0;
  -webkit-user-select: none;
          user-select: none;
  flex-wrap: wrap;
}
.w-md-editor-toolbar.bottom {
  border-bottom: 0px;
  border-top: 1px solid var(--md-editor-box-shadow-color);
  border-radius: 0 0 3px 3px;
}
.w-md-editor-toolbar ul,
.w-md-editor-toolbar li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
}
.w-md-editor-toolbar li {
  display: inline-block;
  font-size: 14px;
}
.w-md-editor-toolbar li + li {
  margin: 0;
}
.w-md-editor-toolbar li > button {
  border: none;
  height: 20px;
  line-height: 14px;
  background: none;
  padding: 4px;
  margin: 0 1px;
  border-radius: 2px;
  text-transform: none;
  font-weight: normal;
  overflow: visible;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  color: var(--color-fg-default);
}
.w-md-editor-toolbar li > button:hover,
.w-md-editor-toolbar li > button:focus {
  background-color: var(--color-neutral-muted);
  color: var(--color-accent-fg);
}
.w-md-editor-toolbar li > button:active {
  background-color: var(--color-neutral-muted);
  color: var(--color-danger-fg);
}
.w-md-editor-toolbar li > button:disabled {
  color: var(--md-editor-box-shadow-color);
  cursor: not-allowed;
}
.w-md-editor-toolbar li > button:disabled:hover {
  background-color: transparent;
  color: var(--md-editor-box-shadow-color);
}
.w-md-editor-toolbar li.active > button {
  color: var(--color-accent-fg);
  background-color: var(--color-neutral-muted);
}
.w-md-editor-toolbar-divider {
  height: 14px;
  width: 1px;
  margin: -3px 3px 0 3px !important;
  vertical-align: middle;
  background-color: var(--md-editor-box-shadow-color);
}
.w-md-editor-area {
  overflow: auto;
  border-radius: 5px;
}
.w-md-editor-text {
  min-height: 100%;
  position: relative;
  text-align: left;
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  font-size: 14px !important;
  line-height: 18px !important;
  font-variant-ligatures: common-ligatures;
}
.w-md-editor-text-pre,
.w-md-editor-text-input,
.w-md-editor-text > .w-md-editor-text-pre {
  margin: 0;
  border: 0;
  background: none;
  box-sizing: inherit;
  display: inherit;
  font-family: inherit;
  font-family: var(--md-editor-font-family) !important;
  font-size: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  tab-size: inherit;
  text-indent: inherit;
  text-rendering: inherit;
  text-transform: inherit;
  white-space: inherit;
  overflow-wrap: inherit;
  word-break: inherit;
  word-break: normal;
  padding: 0;
}
.w-md-editor-text-pre {
  position: relative;
  margin: 0px !important;
  pointer-events: none;
  background-color: transparent !important;
}
.w-md-editor-text-pre > code {
  padding: 0 !important;
  font-family: var(--md-editor-font-family) !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.w-md-editor-text-input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  resize: none;
  color: inherit;
  overflow: hidden;
  outline: 0;
  padding: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-text-fill-color: transparent;
}
.w-md-editor-text-input:empty {
  -webkit-text-fill-color: inherit !important;
}
.w-md-editor-text-pre,
.w-md-editor-text-input {
  word-wrap: pre;
  word-break: break-word;
  white-space: pre-wrap;
}
/**
 * Hack to apply on some CSS on IE10 and IE11
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /**
    * IE doesn't support '-webkit-text-fill-color'
    * So we use 'color: transparent' to make the text transparent on IE
    * Unlike other browsers, it doesn't affect caret color in IE
    */
  .w-md-editor-text-input {
    color: transparent !important;
  }
  .w-md-editor-text-input::selection {
    background-color: #accef7 !important;
    color: transparent !important;
  }
}
.w-md-editor-text-pre .punctuation {
  color: var(--color-prettylights-syntax-comment, #8b949e) !important;
}
.w-md-editor-text-pre .token.url,
.w-md-editor-text-pre .token.content {
  color: var(--color-prettylights-syntax-constant, #0550ae) !important;
}
.w-md-editor-text-pre .token.title.important {
  color: var(--color-prettylights-syntax-markup-bold, #24292f);
}
.w-md-editor-text-pre .token.code-block .function {
  color: var(--color-prettylights-syntax-entity, #8250df);
}
.w-md-editor-text-pre .token.bold {
  font-weight: unset !important;
}
.w-md-editor-text-pre .token.title {
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
}
.w-md-editor-text-pre .token.code.keyword {
  color: var(--color-prettylights-syntax-constant, #0550ae) !important;
}
.w-md-editor-text-pre .token.strike,
.w-md-editor-text-pre .token.strike .content {
  color: var(--color-prettylights-syntax-markup-deleted-text, #82071e) !important;
}
.w-md-editor-bar {
  position: absolute;
  cursor: s-resize;
  right: 0;
  bottom: 0;
  margin-top: -11px;
  margin-right: 0;
  width: 14px;
  z-index: 3;
  height: 10px;
  border-radius: 0 0 3px 0;
  -webkit-user-select: none;
          user-select: none;
}
.w-md-editor-bar svg {
  display: block;
  margin: 0 auto;
}
.w-md-editor {
  text-align: left;
  border-radius: 3px;
  padding-bottom: 1px;
  position: relative;
  color: var(--color-fg-default);
  --md-editor-font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --md-editor-background-color: var(--color-canvas-default, #ffffff);
  --md-editor-box-shadow-color: var(--color-border-default, #d0d7de);
  box-shadow: 0 0 0 1px var(--md-editor-box-shadow-color), 0 0 0 var(--md-editor-box-shadow-color), 0 1px 1px var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
}
.w-md-editor.w-md-editor-rtl {
  direction: rtl !important;
  text-align: right !important;
}
.w-md-editor.w-md-editor-rtl .w-md-editor-preview {
  right: unset !important;
  left: 0;
  text-align: right !important;
  box-shadow: inset -1px 0 0 0 var(--md-editor-box-shadow-color);
}
.w-md-editor.w-md-editor-rtl .w-md-editor-text {
  text-align: right !important;
}
.w-md-editor-toolbar {
  height: -webkit-fit-content;
  height: fit-content;
}
.w-md-editor-content {
  height: 100%;
  overflow: auto;
  position: relative;
  border-radius: 0 0 3px 0;
}
.w-md-editor .copied {
  display: none !important;
}
.w-md-editor-input {
  width: 50%;
  height: 100%;
}
.w-md-editor-text-pre > code {
  word-break: break-word !important;
  white-space: pre-wrap !important;
}
.w-md-editor-preview {
  width: 50%;
  box-sizing: border-box;
  box-shadow: inset 1px 0 0 0 var(--md-editor-box-shadow-color);
  position: absolute;
  padding: 10px 20px;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 5px 0;
  display: flex;
  flex-direction: column;
}
.w-md-editor-preview .anchor {
  display: none;
}
.w-md-editor-preview .contains-task-list li.task-list-item {
  list-style: none;
}
.w-md-editor-show-preview .w-md-editor-input {
  width: 0%;
  overflow: hidden;
  background-color: var(--md-editor-background-color);
}
.w-md-editor-show-preview .w-md-editor-preview {
  width: 100%;
  box-shadow: inset 0 0 0 0;
}
.w-md-editor-show-edit .w-md-editor-input {
  width: 100%;
}
.w-md-editor-show-edit .w-md-editor-preview {
  width: 0%;
  padding: 0;
}
.w-md-editor-fullscreen {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}
.w-md-editor-fullscreen .w-md-editor-content {
  height: 100%;
}
.w-md-editor-bar {
  position: absolute;
  cursor: s-resize;
  right: 0;
  bottom: 0;
  margin-top: -11px;
  margin-right: 0;
  width: 14px;
  z-index: 3;
  height: 10px;
  border-radius: 0 0 3px 0;
  -webkit-user-select: none;
          user-select: none;
}
.w-md-editor-bar svg {
  display: block;
  margin: 0 auto;
}
.w-md-editor-area {
  overflow: auto;
  border-radius: 5px;
}
.w-md-editor-text {
  min-height: 100%;
  position: relative;
  text-align: left;
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  font-size: 14px !important;
  line-height: 18px !important;
  font-variant-ligatures: common-ligatures;
}
.w-md-editor-text-pre,
.w-md-editor-text-input,
.w-md-editor-text > .w-md-editor-text-pre {
  margin: 0;
  border: 0;
  background: none;
  box-sizing: inherit;
  display: inherit;
  font-family: inherit;
  font-family: var(--md-editor-font-family) !important;
  font-size: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  tab-size: inherit;
  text-indent: inherit;
  text-rendering: inherit;
  text-transform: inherit;
  white-space: inherit;
  overflow-wrap: inherit;
  word-break: inherit;
  word-break: normal;
  padding: 0;
}
.w-md-editor-text-pre {
  position: relative;
  margin: 0px !important;
  pointer-events: none;
  background-color: transparent !important;
}
.w-md-editor-text-pre > code {
  padding: 0 !important;
  font-family: var(--md-editor-font-family) !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.w-md-editor-text-input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  resize: none;
  color: inherit;
  overflow: hidden;
  outline: 0;
  padding: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-text-fill-color: transparent;
}
.w-md-editor-text-input:empty {
  -webkit-text-fill-color: inherit !important;
}
.w-md-editor-text-pre,
.w-md-editor-text-input {
  word-wrap: pre;
  word-break: break-word;
  white-space: pre-wrap;
}
/**
 * Hack to apply on some CSS on IE10 and IE11
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /**
    * IE doesn't support '-webkit-text-fill-color'
    * So we use 'color: transparent' to make the text transparent on IE
    * Unlike other browsers, it doesn't affect caret color in IE
    */
  .w-md-editor-text-input {
    color: transparent !important;
  }
  .w-md-editor-text-input::selection {
    background-color: #accef7 !important;
    color: transparent !important;
  }
}
.w-md-editor-text-pre .punctuation {
  color: var(--color-prettylights-syntax-comment, #8b949e) !important;
}
.w-md-editor-text-pre .token.url,
.w-md-editor-text-pre .token.content {
  color: var(--color-prettylights-syntax-constant, #0550ae) !important;
}
.w-md-editor-text-pre .token.title.important {
  color: var(--color-prettylights-syntax-markup-bold, #24292f);
}
.w-md-editor-text-pre .token.code-block .function {
  color: var(--color-prettylights-syntax-entity, #8250df);
}
.w-md-editor-text-pre .token.bold {
  font-weight: unset !important;
}
.w-md-editor-text-pre .token.title {
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
}
.w-md-editor-text-pre .token.code.keyword {
  color: var(--color-prettylights-syntax-constant, #0550ae) !important;
}
.w-md-editor-text-pre .token.strike,
.w-md-editor-text-pre .token.strike .content {
  color: var(--color-prettylights-syntax-markup-deleted-text, #82071e) !important;
}
.w-md-editor-toolbar-child {
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 0 0 1px var(--md-editor-box-shadow-color), 0 0 0 var(--md-editor-box-shadow-color), 0 1px 1px var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  z-index: 1;
  display: none;
}
.w-md-editor-toolbar-child.active {
  display: block;
}
.w-md-editor-toolbar-child .w-md-editor-toolbar {
  border-bottom: 0;
  padding: 3px;
  border-radius: 3px;
}
.w-md-editor-toolbar-child .w-md-editor-toolbar ul > li {
  display: block;
}
.w-md-editor-toolbar-child .w-md-editor-toolbar ul > li button {
  width: -webkit-fill-available;
  height: initial;
  box-sizing: border-box;
  padding: 3px 4px 2px 4px;
  margin: 0;
}
.w-md-editor-toolbar {
  border-bottom: 1px solid var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px 3px 0 0;
  -webkit-user-select: none;
          user-select: none;
  flex-wrap: wrap;
}
.w-md-editor-toolbar.bottom {
  border-bottom: 0px;
  border-top: 1px solid var(--md-editor-box-shadow-color);
  border-radius: 0 0 3px 3px;
}
.w-md-editor-toolbar ul,
.w-md-editor-toolbar li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
}
.w-md-editor-toolbar li {
  display: inline-block;
  font-size: 14px;
}
.w-md-editor-toolbar li + li {
  margin: 0;
}
.w-md-editor-toolbar li > button {
  border: none;
  height: 20px;
  line-height: 14px;
  background: none;
  padding: 4px;
  margin: 0 1px;
  border-radius: 2px;
  text-transform: none;
  font-weight: normal;
  overflow: visible;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  color: var(--color-fg-default);
}
.w-md-editor-toolbar li > button:hover,
.w-md-editor-toolbar li > button:focus {
  background-color: var(--color-neutral-muted);
  color: var(--color-accent-fg);
}
.w-md-editor-toolbar li > button:active {
  background-color: var(--color-neutral-muted);
  color: var(--color-danger-fg);
}
.w-md-editor-toolbar li > button:disabled {
  color: var(--md-editor-box-shadow-color);
  cursor: not-allowed;
}
.w-md-editor-toolbar li > button:disabled:hover {
  background-color: transparent;
  color: var(--md-editor-box-shadow-color);
}
.w-md-editor-toolbar li.active > button {
  color: var(--color-accent-fg);
  background-color: var(--color-neutral-muted);
}
.w-md-editor-toolbar-divider {
  height: 14px;
  width: 1px;
  margin: -3px 3px 0 3px !important;
  vertical-align: middle;
  background-color: var(--md-editor-box-shadow-color);
}
.w-md-editor {
  text-align: left;
  border-radius: 3px;
  padding-bottom: 1px;
  position: relative;
  color: var(--color-fg-default);
  --md-editor-font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --md-editor-background-color: var(--color-canvas-default, #ffffff);
  --md-editor-box-shadow-color: var(--color-border-default, #d0d7de);
  box-shadow: 0 0 0 1px var(--md-editor-box-shadow-color), 0 0 0 var(--md-editor-box-shadow-color), 0 1px 1px var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
}
.w-md-editor.w-md-editor-rtl {
  direction: rtl !important;
  text-align: right !important;
}
.w-md-editor.w-md-editor-rtl .w-md-editor-preview {
  right: unset !important;
  left: 0;
  text-align: right !important;
  box-shadow: inset -1px 0 0 0 var(--md-editor-box-shadow-color);
}
.w-md-editor.w-md-editor-rtl .w-md-editor-text {
  text-align: right !important;
}
.w-md-editor-toolbar {
  height: -webkit-fit-content;
  height: fit-content;
}
.w-md-editor-content {
  height: 100%;
  overflow: auto;
  position: relative;
  border-radius: 0 0 3px 0;
}
.w-md-editor .copied {
  display: none !important;
}
.w-md-editor-input {
  width: 50%;
  height: 100%;
}
.w-md-editor-text-pre > code {
  word-break: break-word !important;
  white-space: pre-wrap !important;
}
.w-md-editor-preview {
  width: 50%;
  box-sizing: border-box;
  box-shadow: inset 1px 0 0 0 var(--md-editor-box-shadow-color);
  position: absolute;
  padding: 10px 20px;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 5px 0;
  display: flex;
  flex-direction: column;
}
.w-md-editor-preview .anchor {
  display: none;
}
.w-md-editor-preview .contains-task-list li.task-list-item {
  list-style: none;
}
.w-md-editor-show-preview .w-md-editor-input {
  width: 0%;
  overflow: hidden;
  background-color: var(--md-editor-background-color);
}
.w-md-editor-show-preview .w-md-editor-preview {
  width: 100%;
  box-shadow: inset 0 0 0 0;
}
.w-md-editor-show-edit .w-md-editor-input {
  width: 100%;
}
.w-md-editor-show-edit .w-md-editor-preview {
  width: 0%;
  padding: 0;
}
.w-md-editor-fullscreen {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}
.w-md-editor-fullscreen .w-md-editor-content {
  height: 100%;
}
/**
 * Expanded waypoint: natural height + no inner scroll so `.detailBody` scrolls.
 * Fixes live/split mode where the library uses absolute preview + overflow:auto.
 */
.waypointMarkdownEditorDetail .w-md-editor {
  height: auto !important;
  min-height: 120px;
  overflow: visible;
}

.waypointMarkdownEditorDetail .w-md-editor-content {
  height: auto !important;
  min-height: 0;
  overflow: visible !important;
}

.waypointMarkdownEditorDetail .w-md-editor-area {
  overflow: visible !important;
}

.waypointMarkdownEditorDetail .w-md-editor-input {
  height: auto !important;
  align-self: flex-start;
}

.waypointMarkdownEditorDetail .w-md-editor-text {
  min-height: 0 !important;
}

.waypointMarkdownEditorDetail .w-md-editor-show-live .w-md-editor-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.waypointMarkdownEditorDetail .w-md-editor-show-live .w-md-editor-input {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.waypointMarkdownEditorDetail .w-md-editor-show-live .w-md-editor-preview {
  position: static !important;
  inset: auto !important;
  width: 50% !important;
  flex: 0 0 50%;
  max-width: 50%;
  height: auto !important;
  min-height: 0;
  overflow: visible !important;
  box-sizing: border-box;
}

.waypointMarkdownEditorDetail .w-md-editor-show-preview .w-md-editor-preview {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.waypointMarkdownEditorDetail .w-md-editor-show-edit .w-md-editor-input {
  width: 100%;
}
._rows_1b67a_1 {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

._compactRow_1b67a_10 {
  padding: 10px 10px;
  min-height: 84px;
  border-bottom: 1px solid #333;
  display: grid;
  align-items: start;
  box-sizing: border-box;
  grid-template-columns: 24px 64px minmax(0, 1fr) 28px;
  gap: 10px;
  position: relative;
  user-select: none;
}

._rowChevronSpacer_1b67a_23 {
  width: 24px;
  min-height: 1px;
  align-self: center;
}

._rowThumbnail_1b67a_29 {
  width: 64px;
  height: 64px;
  border-radius: 3px;
  border: 1px solid #333;
  background-color: #000;
  box-sizing: border-box;
  flex-shrink: 0;
  align-self: center;
  object-fit: cover;
  object-position: center;
  display: block;
}

._compactRowDraggable_1b67a_43 {
  cursor: grab;
}

._compactRowDraggable_1b67a_43:active {
  cursor: grabbing;
}

._rowMainHit_1b67a_51 {
  width: 100%;
  min-width: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  align-self: start;
}

._rowTextStack_1b67a_66 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  min-width: 0;
  width: 100%;
}

._rowTitleRow_1b67a_75 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
}

._rowMainHit_1b67a_51:focus-visible {
  outline: 1px solid var(--panel-accent, #58a6ff);
  outline-offset: 1px;
}

._compactRow_1b67a_10:hover {
  background-color: #1a1a1a;
}

._compactRowActive_1b67a_92 {
  background-color: #2a2a2a;
}

._compactRowActive_1b67a_92::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--panel-accent, #58a6ff);
}

._compactRowDragging_1b67a_106 {
  opacity: 0.5;
  transform: rotate(2deg);
}

._compactRowDropTarget_1b67a_111 {
  background-color: #2a4a2a;
}

._rowOpenDetailButton_1b67a_115 {
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  align-self: center;
}

._rowOpenDetailButton_1b67a_115:hover {
  color: #fff;
}

/* chevron-down.svg points down; rotate for list → detail and back */

._rowTitle_1b67a_75 {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  color: #ddd;
  line-height: 1.25;
}

._rowContent_1b67a_149 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  font-size: 11px;
  line-height: 1.35;
  min-height: calc(1.35em * 2);
  color: #999;
}

._rowTitleRow_1b67a_75 ._rowTitle_1b67a_75 {
  flex: 1 1 0;
}

._annotationBadge_1b67a_166 {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #ccc;
  border: 1px solid #333;
  background-color: #151515;
  border-radius: 999px;
  padding: 2px 8px;
  min-width: 52px;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}

._rowTitleRow_1b67a_75 ._annotationBadge_1b67a_166 {
  width: auto;
}

/* Viewport controls: own column on the right; top button aligns with title/badge row */
._rowViewportActions_1b67a_189 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  width: 24px;
  justify-self: end;
  align-self: start;
}

._annotationIcon_1b67a_200 {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
  color: inherit;
}

._annotationCount_1b67a_208 {
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

._visuallyHidden_1b67a_213 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

._detailView_1b67a_225 {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._detailHeader_1b67a_233 {
  background-color: #1a1a1a;
  border-bottom: 1px solid #444;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  box-sizing: border-box;
}

._backButton_1b67a_244 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid #444;
  color: #ccc;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
}

._backButton_1b67a_244:hover {
  background-color: #2a2a2a;
  color: #fff;
}

._detailTitle_1b67a_263 {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

._detailBody_1b67a_272 {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
}

._detailBodyInner_1b67a_280 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._detailTitleFieldWrap_1b67a_286 {
  border: 1px solid #30363d;
  border-radius: 3px;
  background-color: #0d1117;
  padding: 8px 10px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._detailTitleLabel_1b67a_297 {
  font-size: 12px;
  font-weight: 600;
  color: #c9d1d9;
  line-height: 1.2;
}

._detailTitleInput_1b67a_304 {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 1.3;
  color: #e6edf3;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 3px;
}

._detailTitleInput_1b67a_304:focus {
  outline: none;
  border-color: var(--panel-accent, #58a6ff);
  box-shadow: 0 0 0 1px var(--panel-accent, #58a6ff);
}

._detailTitleInput_1b67a_304:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}

._detailMarkdownSection_1b67a_328 {
  flex-shrink: 0;
}

._detailAnnotationsSection_1b67a_332 {
  flex-shrink: 0;
}

._detailSelectionActions_1b67a_336 {
  padding: 0 0 8px;
}

._detailSelectionButton_1b67a_340 {
  width: 100%;
  background: color-mix(in srgb, var(--panel-accent, #58a6ff) 22%, transparent);
  border: 1px solid color-mix(in srgb, var(--panel-accent, #58a6ff) 55%, #444);
  color: #e6edf3;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
}

._detailSelectionButton_1b67a_340:hover {
  background: color-mix(in srgb, var(--panel-accent, #58a6ff) 35%, transparent);
}

._emptyMessage_1b67a_356 {
  padding: 16px;
  text-align: center;
  color: #999;
  font-size: 12px;
}

/* ---- Collapsible detail sections ---- */

._detailCollapsible_1b67a_365 {
  border: 1px solid #30363d;
  border-radius: 3px;
  overflow: hidden;
  background-color: #0d1117;
  box-sizing: border-box;
}

._detailCollapsibleHeader_1b67a_373 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 6px 10px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #30363d;
  background-color: #0d1117;
  color: #c9d1d9;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.15s ease;
}

._detailCollapsibleHeader_1b67a_373:hover {
  background-color: rgb(110 118 129 / 0.15);
}

._detailCollapsibleHeader_1b67a_373:focus-visible {
  outline: 1px solid var(--panel-accent, #58a6ff);
  outline-offset: -1px;
}

._detailCollapsibleCollapsed_1b67a_403 ._detailCollapsibleHeader_1b67a_373 {
  border-bottom-color: transparent;
}

._detailCollapsibleChevron_1b67a_407 {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #8b949e;
  transform: rotate(-90deg);
  transition: transform 0.15s ease;
}

._detailCollapsibleHeader_1b67a_373[aria-expanded="true"] ._detailCollapsibleChevron_1b67a_407 {
  transform: rotate(0deg);
}

._detailCollapsibleTitle_1b67a_420 {
  flex: 1;
  min-width: 0;
}

._detailCollapsibleCount_1b67a_425 {
  font-weight: 500;
  color: #8b949e;
  font-variant-numeric: tabular-nums;
}

._detailCollapsibleBody_1b67a_431 {
  flex-shrink: 0;
}

/* ---- Channel group combobox (waypoint detail) ---- */

._channelGroupDropdown_1b67a_437 {
  position: relative;
  width: 100%;
}

._channelGroupDropdownTrigger_1b67a_442 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.35;
  color: #e6edf3;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

._channelGroupDropdownTrigger_1b67a_442:hover:not(:disabled) {
  border-color: #484f58;
}

._channelGroupDropdownTrigger_1b67a_442:focus {
  outline: none;
  border-color: var(--panel-accent, #58a6ff);
  box-shadow: 0 0 0 1px var(--panel-accent, #58a6ff);
}

._channelGroupDropdownTrigger_1b67a_442:focus-visible {
  outline: none;
  border-color: var(--panel-accent, #58a6ff);
  box-shadow: 0 0 0 1px var(--panel-accent, #58a6ff);
}

._channelGroupDropdownTrigger_1b67a_442:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}

._channelGroupDropdownTriggerMain_1b67a_485 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

._channelGroupDropdownTitle_1b67a_494 {
  font-size: 13px;
  font-weight: 600;
  color: #e6edf3;
  line-height: 1.25;
}

._channelGroupDropdownChannels_1b67a_501 {
  font-size: 11px;
  font-weight: 400;
  color: #8b949e;
  line-height: 1.35;
  word-break: break-word;
}

._channelGroupDropdownChevron_1b67a_509 {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  color: #8b949e;
  transition: transform 0.15s ease;
}

._channelGroupDropdownMenu_1b67a_518 {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 50;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  max-height: 280px;
  overflow-y: auto;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.45);
  scrollbar-color: #555 #161b22;
  scrollbar-width: thin;
}

._channelGroupDropdownMenu_1b67a_518::-webkit-scrollbar {
  width: 8px;
}

._channelGroupDropdownMenu_1b67a_518::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 4px;
}

._channelGroupDropdownItem_1b67a_546 {
  margin: 0;
  padding: 0;
}

._channelGroupDropdownOption_1b67a_551 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  padding: 8px 10px;
  margin: 0;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  font: inherit;
  line-height: 1.35;
  transition: background-color 0.1s ease;
}

._channelGroupDropdownOption_1b67a_551:hover {
  background-color: rgb(110 118 129 / 0.2);
}

._channelGroupDropdownOption_1b67a_551:focus {
  outline: none;
  background-color: rgb(110 118 129 / 0.25);
}

._channelGroupDropdownOption_1b67a_551:focus-visible {
  outline: none;
  background-color: rgb(110 118 129 / 0.25);
  box-shadow: inset 0 0 0 1px var(--panel-accent, #58a6ff);
}

._channelGroupDropdownOptionSelected_1b67a_584 {
  background-color: rgb(88 166 255 / 0.12);
}

._channelGroupDropdownOptionSelected_1b67a_584:hover {
  background-color: rgb(88 166 255 / 0.18);
}
._wrap_1cr5m_1 {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  padding-bottom: 2px;
}

._histogramHost_1cr5m_9 {
  position: relative;
  width: 100%;
}

._histogramLoading_1cr5m_14 {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: rgba(13, 17, 23, 0.55);
  border-radius: 4px;
}

._histogramLoadingVisible_1cr5m_24 {
  display: flex;
}

._histogramSpinner_1cr5m_28 {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  animation: _contrast-histogram-spin_1cr5m_1 1s linear infinite;
}

@keyframes _contrast-histogram-spin_1cr5m_1 {
  to {
    transform: rotate(360deg);
  }
}

._histogramSvg_1cr5m_44 {
  background-color: var(--theme-dark-gray-color, black);
  width: 100%;
  display: block;
}

._histogramFill_1cr5m_50 {
  fill: var(--theme-light-focus-color, white);
  stroke: none;
}

._histogramLine_1cr5m_55 {
  fill: none;
  stroke: var(--theme-light-focus-color, white);
  stroke-width: 0.75;
  stroke-linejoin: round;
}

._controls_1cr5m_62 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  box-sizing: border-box;
  --handle-width: 0.75rem;
  --slider-track-height: 4px;
  --slider-row-height: 18px;
  --range-input-width: min(2.85rem, 21vw);
}

._sliderRow_1cr5m_74 {
  position: relative;
  width: 100%;
  height: var(--slider-row-height);
  padding: 0 calc(var(--handle-width) / 2);
  box-sizing: border-box;
}

._track_1cr5m_82 {
  position: absolute;
  left: calc(var(--handle-width) / 2);
  right: calc(var(--handle-width) / 2);
  top: 50%;
  transform: translateY(-50%);
  height: var(--slider-track-height);
  border-radius: 2px;
  background: #30363d;
  pointer-events: none;
}

._rangePan_1cr5m_94 {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 2px;
  /* Color only the track strip; full row height stays the grab target. */
  background: linear-gradient(
    to bottom,
    transparent calc(50% - var(--slider-track-height) / 2),
    color-mix(in srgb, var(--slider-background, #888) 70%, transparent)
      calc(50% - var(--slider-track-height) / 2),
    color-mix(in srgb, var(--slider-background, #888) 70%, transparent)
      calc(50% + var(--slider-track-height) / 2),
    transparent calc(50% + var(--slider-track-height) / 2)
  );
  cursor: grab;
  touch-action: none;
  z-index: 1;
}

._rangePan_1cr5m_94:active {
  cursor: grabbing;
}

._rangeInput_1cr5m_118 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

._rangeInput_1cr5m_118::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--handle-width);
  height: 12px;
  border-radius: 3px;
  border: 1px solid var(--theme-glass-edge, rgba(255, 255, 255, 0.5));
  background: var(--theme-dim-gray-color, #444);
  cursor: pointer;
  pointer-events: all;
}

._rangeInput_1cr5m_118::-moz-range-thumb {
  width: var(--handle-width);
  height: 12px;
  border-radius: 3px;
  border: 1px solid var(--theme-glass-edge, rgba(255, 255, 255, 0.5));
  background: var(--theme-dim-gray-color, #444);
  cursor: pointer;
  pointer-events: all;
}

._rangeInput_1cr5m_118::-webkit-slider-runnable-track {
  height: var(--slider-track-height);
  background: transparent;
}

._rangeInput_1cr5m_118::-moz-range-track {
  height: var(--slider-track-height);
  background: transparent;
}

._limitsRow_1cr5m_165 {
  position: relative;
  width: 100%;
  min-height: 24px;
  margin-top: 1px;
}

._limitField_1cr5m_172 {
  position: absolute;
  top: 0;
  display: flex;
  width: var(--range-input-width);
  transform: translateX(-50%);
}

._limitInput_1cr5m_180 {
  width: 100%;
  box-sizing: border-box;
  font-size: 9px;
  line-height: 1.2;
  padding: 2px 3px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid
    color-mix(in srgb, var(--theme-glass-edge, #fff) 70%, transparent);
  background: color-mix(in srgb, var(--theme-dark-gray-color, #000) 88%, black);
  color: var(--theme-light-contrast-color, #fff);
  font-variant-numeric: tabular-nums;
}

._limitInput_1cr5m_180:focus {
  outline: none;
  border-color: color-mix(
    in srgb,
    var(--theme-light-focus-color, #fff) 55%,
    transparent
  );
}

._limitInput_1cr5m_180::-webkit-outer-spin-button,
._limitInput_1cr5m_180::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Channel row / swatch primitives + row layout variants used via ChannelRow. */

._channelNameInput_jvwng_3 {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}

._channelTextStack_jvwng_9 {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1px;
}

._channelImageSubtitle_jvwng_18 {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  color: #7d868f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 2px;
}

._detailTitleInput_jvwng_29 {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 1.3;
  color: #e6edf3;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 3px;
}

._detailTitleInput_jvwng_29:focus {
  outline: none;
  border-color: var(--panel-accent, #58a6ff);
  box-shadow: 0 0 0 1px var(--panel-accent, #58a6ff);
}

._detailTitleInput_jvwng_29:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}

._channelVisibilityButton_jvwng_53 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  flex-shrink: 0;
  background: none;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #c9d1d9;
  cursor: pointer;
}

._channelVisibilityButton_jvwng_53:hover {
  color: #e6edf3;
  background-color: #21262d;
  border-color: #30363d;
}

._channelVisibilityButtonHidden_jvwng_74 {
  color: #6e7681;
}

._channelColorSwatch_jvwng_78 {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid #444;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

._channelColorSwatch_jvwng_78:hover {
  border-color: #8b949e;
}

._detailChannelRowLocked_jvwng_92 ._channelColorSwatch_jvwng_78 {
  box-shadow: 0 0 0 1px #388bfd66;
}

._maskVizControls_jvwng_96 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  height: 22px;
}

._maskVizToggle_jvwng_104 {
  display: inline-flex;
  flex-shrink: 0;
  margin: 0;
  padding: 1px;
  border: 1px solid #30363d;
  border-radius: 4px;
  background: #0d1117;
  gap: 1px;
}

._maskVizOption_jvwng_115 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  padding: 0;
  background: transparent;
  color: #6e7681;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

._maskVizOption_jvwng_115:hover {
  color: #e6edf3;
  background: #21262d;
}

._maskVizOptionActive_jvwng_134 {
  background: #30363d;
  color: #e6edf3;
}

._maskVizIconOutline_jvwng_139,
._maskVizIconFull_jvwng_140,
._maskVizSwatchWhite_jvwng_141,
._maskVizSwatchRandom_jvwng_142 {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  box-sizing: border-box;
}

._maskVizIconOutline_jvwng_139 {
  border: 1.5px solid currentColor;
  background: transparent;
}

._maskVizIconFull_jvwng_140 {
  background: currentColor;
}

._maskVizSwatchWhite_jvwng_141 {
  border: 1px solid #8b949e;
  background: #f0f3f6;
}

._maskVizSwatchRandom_jvwng_142 {
  background: conic-gradient(
    from 45deg,
    #ff6b6b,
    #ffd93d,
    #6bcb77,
    #4d96ff,
    #ff6b6b
  );
}

/* ---- Row layouts passed as ChannelRow rowClassName ---- */

._groupChildRow_jvwng_177 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 2px 4px;
  min-height: 0;
}

._groupChildRow_jvwng_177 ._channelNameInput_jvwng_3 {
  box-sizing: border-box;
  height: 22px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.2;
}

._rootChannelRow_jvwng_193 {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 4px;
  row-gap: 0;
  align-items: center;
  padding: 4px 8px 2px 4px;
}

._rootChannelRow_jvwng_193 ._channelVisibilityButton_jvwng_53 {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}

._rootChannelRow_jvwng_193 ._channelTextStack_jvwng_9 {
  display: contents;
}

._rootChannelRow_jvwng_193 ._channelNameInput_jvwng_3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  box-sizing: border-box;
  height: 22px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.2;
}

._rootChannelRow_jvwng_193 ._channelImageSubtitle_jvwng_18 {
  grid-column: 2;
  grid-row: 2;
  margin-top: 1px;
  line-height: 1.15;
}

._rootChannelRow_jvwng_193 ._channelColorSwatch_jvwng_78,
._rootChannelRow_jvwng_193 ._maskVizControls_jvwng_96 {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
}

._rootChannelRowInline_jvwng_238 {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* ChannelGroupsMasterDetail tree / folder chrome. */

._detailChannelItemEmbed_101kq_3 {
  padding: 0 8px 4px 20px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

._emptyMessage_101kq_10 {
  padding: 16px;
  text-align: center;
  color: #999;
  font-size: 12px;
}

._channelActionButton_101kq_17 {
  background: none;
  border: none;
  color: #8b949e;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._channelActionButton_101kq_17:hover {
  color: #e6edf3;
}

._channelActionButton_101kq_17._colorLockButtonLocked_101kq_32 {
  color: #58a6ff;
}

._channelActionButton_101kq_17._colorLockButtonLocked_101kq_32:hover {
  color: #79b8ff;
}

._channelActionCluster_101kq_40 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  margin-left: auto;
}

._addChannelRow_101kq_49 {
  padding: 6px 10px;
}

._addChannelSelect_101kq_53 {
  width: 100%;
  padding: 4px 6px;
  background: #161b22;
  color: #e6edf3;
  border: 1px solid #30363d;
  border-radius: 3px;
  font-size: 12px;
}

._groupFolders_101kq_63 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px 0;
}

._groupFolder_101kq_63 {
  border: 1px solid #333;
  border-radius: 4px;
  background: #141414;
  margin: 0 6px;
}

._groupFolderActive_101kq_77 {
  border-color: color-mix(
    in srgb,
    var(--theme-light-focus-color, #6ae) 55%,
    #333
  );
}

._dropTargetActive_101kq_85 {
  border-color: var(--theme-light-focus-color, #6ae);
  box-shadow: 0 0 0 1px
    color-mix(in srgb, var(--theme-light-focus-color, #6ae) 40%, transparent);
}

._groupFolderHeader_101kq_91 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 6px 8px;
  min-height: 32px;
  box-sizing: border-box;
}

._groupFolderActivate_101kq_103 {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

._groupFolderActivate_101kq_103:focus-visible {
  outline: 2px solid var(--panel-accent, #58a6ff);
  outline-offset: -2px;
}

._groupFolderHeader_101kq_91 > :not(._groupFolderActivate_101kq_103) {
  position: relative;
  z-index: 1;
}

._groupFolderChevron_101kq_125 {
  all: unset;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  color: #8b949e;
  line-height: 0;
}

._groupFolderChevron_101kq_125:hover {
  color: #e6edf3;
}

._groupFolderName_101kq_138 {
  flex: 1;
  min-width: 0;
  font-weight: 600;
}

._groupFolderBody_101kq_144 {
  border-top: 1px solid #2a2a2a;
  padding: 2px 0 6px;
}

._groupChildList_101kq_149 {
  list-style: none;
  margin: 0;
  padding: 0;
}

._groupChildBlock_101kq_155 {
  border-bottom: 1px solid #222;
}

._groupChildBlock_101kq_155:last-of-type {
  border-bottom: none;
}

._groupChildRowWrap_101kq_163,
._rootChannelRowWrap_101kq_164 {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

._groupChildRowWrap_101kq_163 > *,
._rootChannelRowWrap_101kq_164 > * {
  flex: 1;
  min-width: 0;
}

._groupChildRowWrap_101kq_163 > button:first-child,
._rootChannelRowWrap_101kq_164 > button:first-child {
  flex: 0 0 auto;
}

._groupChildName_101kq_181 {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #e6edf3;
}

._dragHandle_101kq_191 {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 22px;
  margin-top: 4px;
  padding: 0;
  border: none;
  background: transparent;
  color: #555;
  cursor: grab;
  user-select: none;
  font-size: 10px;
  letter-spacing: -0.12em;
  line-height: 1;
  align-self: flex-start;
}

._dragHandle_101kq_191:active {
  cursor: grabbing;
}

._treeSeparator_101kq_215 {
  margin: 8px 10px 4px;
  padding: 4px 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8b949e;
  border-top: 1px solid #333;
}

._rootChannelList_101kq_226 {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

._rootChannelBlock_101kq_234 {
  border-bottom: 1px solid #2a2a2a;
}

._rootChannelBlock_101kq_234:active {
  cursor: default;
}

._rootChannelBlockCompact_101kq_242 {
  opacity: 0.85;
}

._rootChannelCompactName_101kq_246 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  min-width: 0;
  font-size: 12px;
  color: #8b949e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._list_r1klm_1 {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: stretch;
  gap: 0;
}

._tab_r1klm_9 {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0.65em 0.5em 0.55em;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: color-mix(
    in srgb,
    var(--theme-light-contrast-color, white) 62%,
    transparent
  );
  font: inherit;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition:
    color 0.12s ease,
    border-color 0.12s ease;
}

._tabActive_r1klm_38 {
  border-bottom-color: var(--panel-accent, #58a6ff);
  color: var(--theme-light-focus-color, #fff);
  font-weight: 600;
}

._tab_r1klm_9:hover {
  color: var(--theme-light-focus-color, #fff);
}

._tab_r1klm_9:focus-visible {
  outline: 2px solid var(--theme-light-focus-color, hwb(45 90% 0%));
  outline-offset: -2px;
}
._sidebarHost_10vjl_1 {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  position: relative;
  min-height: 0;
  min-width: 0;
  height: 100%;
  width: 30em;
  display: flex;
  flex-direction: column;
  --author-tab-header-height: 2.35rem;
  transition: transform 0.5s ease;
  transform: translateX(0);
  pointer-events: auto;
}

._sidebarHostCollapsed_10vjl_18 {
  transform: translateX(-100%);
  pointer-events: none;
}

._sidebar_10vjl_1 {
  width: 30em;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  pointer-events: all;
}

._panelOuter_10vjl_32 {
  --dark-main-glass: color-mix(
    in xyz,
    var(--theme-dark-main-color, navy),
    transparent 60%
  );
  --dim-gray-glass: color-mix(
    in xyz,
    var(--theme-dim-gray-color, black),
    transparent 60%
  );

  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  flex: 1;
  min-height: 0;
  border-radius: 0;
  backdrop-filter: var(--theme-glass-filter, blur(32px));
  background-color: var(--dark-main-glass);
  border: 1px solid var(--theme-glass-edge, rgba(255, 255, 255, 0.5));
  padding-left: 0;
  border-left: none;
  border-top: none;
  overflow: hidden;
}

._tabRow_10vjl_59 {
  grid-row: 1;
  display: flex;
  align-items: stretch;
  min-width: 0;
  min-height: var(--author-tab-header-height, 2.35rem);
  box-sizing: border-box;
  padding: 0 2.4rem 0 0.25em;
  font-size: 0.8em;
  border-bottom: 1px solid
    color-mix(
      in srgb,
      var(--theme-glass-edge, rgba(255, 255, 255, 0.5)) 40%,
      transparent
    );
}

._expandControl_10vjl_76 {
  grid-column: 1;
  grid-row: 1;
  z-index: 6;
  justify-self: center;
  align-self: start;
  margin-top: calc((var(--author-tab-header-height, 2.35rem) - 24px) / 2);
  margin-right: 0;
  background-color: color-mix(
    in xyz,
    var(--theme-dark-main-color, navy),
    transparent 60%
  );
  padding: 0;
  border: 1px solid var(--theme-glass-edge, rgba(255, 255, 255, 0.5));
  border-radius: 50%;
  cursor: pointer;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 0;
  flex-shrink: 0;
  transition:
    background-color 0.05s ease,
    border-color 0.05s ease;
}

._expandControlExpanded_10vjl_106 {
  justify-self: end;
  margin-right: 0.35rem;
}

._expandControl_10vjl_76:hover {
  background-color: color-mix(
    in xyz,
    var(--theme-dim-gray-color, black),
    transparent 52%
  );
  border-color: color-mix(
    in srgb,
    var(--theme-light-focus-color, white) 55%,
    var(--theme-glass-edge, rgba(255, 255, 255, 0.5))
  );
}

._panelContent_10vjl_124 {
  grid-row: 2;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #000;
  font-size: 0.75em;
}

._panelContentInner_10vjl_134 {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._panelSlot_10vjl_142 {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

._viewport_10vjl_151 {
  --author-collapsed-rail: 2.5rem;
  --author-tab-header-height: 2.35rem;
  font-family: var(--theme-font-family, "lato", sans-serif);
  color: var(--theme-light-contrast-color, white);
  flex: 1;
  height: 100%;
  min-height: 0;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 30em 1fr;
  grid-template-rows: 1fr;
  transition: grid-template-columns 0.5s ease;
}

._viewportCollapsed_10vjl_167 {
  grid-template-columns: var(--author-collapsed-rail, 2.5rem) 1fr;
}

._viewerRegion_10vjl_171 {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
}
._imageExporter_1anwt_1 {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr minmax(300px, 420px) 1fr;
}

._imageExporter_1anwt_1 > div {
  grid-row: 2;
  grid-column: 2;
}

._exportStatus_1anwt_13 {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

._dismissButton_1anwt_19 {
  align-self: center;
  padding: 0.4em 0.8em;
  border: 1px solid color-mix(in srgb, currentColor 35%, transparent);
  background: color-mix(in srgb, currentColor 12%, transparent);
  color: inherit;
  cursor: pointer;
  font: inherit;
}

._progressBar_1anwt_29 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5em;
  align-items: center;
}

._progressBar_1anwt_29 > div:first-child {
  box-sizing: border-box;
  height: 1.25em;
  border: 1px solid color-mix(in srgb, currentColor 85%, transparent);
  background-color: transparent;
  overflow: hidden;
}

._progressBar_1anwt_29 > div:first-child > div {
  height: 100%;
  width: calc(var(--progress-ratio, 0) * 100%);
  background-color: hwb(220 10% 20% / 0.5);
}

._progressBarDone_1anwt_50 > div:first-child > div {
  background-color: hwb(220 70% 30% / 0.9);
}

._progressBar_1anwt_29 > div:last-child {
  padding: 0.25em;
  font-family: monospace;
  white-space: nowrap;
}

._etaLine_1anwt_60 {
  font-family: monospace;
  font-size: 0.9em;
  text-align: center;
  opacity: 0.85;
}

._exportMessage_1anwt_67 {
  grid-row: 2;
  grid-column: 2;
  padding: 0.5em 0.75em;
  font-family: monospace;
  text-align: center;
}

._transferToggle_1anwt_75 {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  padding: 0.35em 0.75em;
  font-size: 0.9em;
  cursor: pointer;
}

._confirmActions_1anwt_85 {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 0.35em;
}
/**
 * Story presentation shell — authoring preview AND CDN export.
 * Sealed styling boundary so parent Bootstrap / Overpass / app-shell globals
 * do not change layout inside the presentation root.
 */

/* Lato faces — author shell and CDN presentation shell.
 * Vite hashes font URLs into the app / CDN CSS bundles.
 */

@font-face {
  font-family: "lato";
  src: url("./lato-BwLIet1C.ttf") format("truetype");
}

@font-face {
  font-family: "lato";
  src: url("./lato-300-hJCcuSzX.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "lato";
  src: url("./lato-italic-300-DInKUxwu.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "lato";
  src: url("./lato-700-B5iD31kO.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* Tokens on every descendant so parent-shell `* { --dark-main-glass: … }` cannot win. */

._presentationShell_12p12_10,
._presentationShell_12p12_10 * {
  --theme-font-family: "lato", system-ui, sans-serif;
  --theme-dark-main-color: hwb(240 10% 50%);
  --theme-light-focus-color: hwb(45 90% 0%);
  --theme-light-contrast-color: hwb(45 99% 0%);
  --theme-glass-edge: color-mix(in xyz, white 20%, transparent);
  --theme-dim-gray-color: #111;
  --theme-dark-gray-color: color-mix(in xyz, navy 2%, black);
  --theme-gap-tiny: 0.3em;
  --bs-link-color: #6ea8fe;
  --radius-0001: 0 0 0 4px;
  --dark-main-glass: color-mix(
    in xyz,
    var(--theme-dark-main-color),
    transparent 60%
  );
  --dark-glass: color-mix(in xyz, var(--theme-dim-gray-color), transparent 20%);
  --dark-main-color: var(--theme-dark-main-color);
  --light-focus-color: var(--theme-light-focus-color);
  --light-contrast-color: var(--theme-light-contrast-color);
  --glass-edge: var(--theme-glass-edge);
  --dim-gray-color: var(--theme-dim-gray-color);
}

._presentationShell_12p12_10,
._presentationShell_12p12_10 *,
._presentationShell_12p12_10 *::before,
._presentationShell_12p12_10 *::after {
  box-sizing: border-box;
}

._presentationShell_12p12_10 {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  color: #e8e8e8;
  font-family: var(--theme-font-family);
  /* Author shell sets Overpass weight 200 on #react-output — do not inherit it. */
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  background: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._previewRibbon_12p12_59 {
  position: relative;
  /* Above SplitGrid (later in DOM); channel overlay is absolutely positioned and was painting over */
  z-index: 2;
  justify-content: flex-start;
}

._previewBackButton_12p12_66 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  box-sizing: border-box;
  height: var(--story-banner-control-size, 28px);
  background: rgb(0 0 0 / 0.16);
  border: 1px solid rgb(255 255 255 / 0.22);
  color: rgb(248 250 252 / 0.98);
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  font-family: inherit;
  font-weight: 500;
}

._previewBackButton_12p12_66:hover {
  background: rgb(0 0 0 / 0.26);
  border-color: rgb(255 255 255 / 0.28);
  color: #fff;
}

._previewBackButton_12p12_66:focus-visible {
  outline: 2px solid var(--theme-light-focus-color, hwb(45 90% 0%));
  outline-offset: 2px;
}

/** Left-pointing chevron (down icon rotated); keep as a single SVG for optical centering. */

._previewRibbonChevron_12p12_98 {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
  transform: rotate(90deg);
  transform-origin: center;
  color: inherit;
  opacity: 0.95;
}

/** Document title — shares the ribbon with the “Story preview” badge. */

._previewRibbonDocumentTitle_12p12_110 {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  height: var(--story-banner-control-size, 28px);
  box-sizing: border-box;
  color: rgb(255 255 255 / 0.94);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  border-left: 1px solid rgb(255 255 255 / 0.14);
  padding-left: 10px;
}

/* CDN title-only: center like StoryTitleBar. Preview mode: sit after Back. */

._previewRibbonDocumentTitleFlush_12p12_127 {
  text-align: center;
  border-left: none;
  padding-left: 0;
}

._previewRibbonPreviewBadge_12p12_133 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 28px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.55);
}

._splitGrid_12p12_146 {
  flex: 1;
  min-height: 0;
  position: relative;
  z-index: 0;
  display: grid;
  overflow: hidden;
  grid-template-columns: 350px 1fr;
  grid-template-rows: 1fr;
}

._splitGrid_12p12_146 > :nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
}

._splitGrid_12p12_146 > :nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  /* Bound to grid cell — not 100vh, so story preview ribbon frees space below */
  max-height: 100%;
}

/** Positioned containing block so author .root.grid (absolute + inset 0) fills viewer area only */

._presentationViewerRegion_12p12_172 {
  position: relative;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

/** TOC / chevron SVGs are 16px; row must clear icons with equal vertical padding. */

._navPane_12p12_180 {
  border-right: 2px solid var(--theme-glass-edge);
  background: var(--theme-dim-gray-color);
  display: grid;
  /* No gap — it sat between toolbar and content’s border-top as empty space. */
  gap: 0;
  z-index: 1;
  overflow: hidden;
  grid-template-rows: 36px 1fr;
  grid-template-columns: 1fr;
}

/* Title row only when not already shown in the top ribbon (preview / CDN). */

._navPaneHasStoryName_12p12_193 {
  grid-template-rows: auto 36px 1fr;
}

._navPane_12p12_180 > ._storyTitle_12p12_197 {
  grid-column: 1;
  grid-row: 1;
  padding: 8px 8px 4px;
  margin: 0;
}

._navPane_12p12_180 > ._toolbar_12p12_204 {
  grid-column: 1;
  grid-row: 1;
  /* Symmetric padding — previous `8px 8px 0` in a 24px row clipped the icons. */
  padding: 0 8px;
  margin: 0;
}

._navPaneHasStoryName_12p12_193 > ._toolbar_12p12_204 {
  grid-row: 2;
}

._navPane_12p12_180 > ._contentWrap_12p12_216 {
  overflow-y: auto;
  grid-column: 1;
  grid-row: 2;
  border-top: 2px solid var(--theme-glass-edge);
  /* Fixed padding — same whether StoryTitle row is present or not. */
  padding: 8px 8px 0;
  margin: 0;
}

._navPaneHasStoryName_12p12_193 > ._contentWrap_12p12_216 {
  grid-row: 3;
}

/* Same button reset in preview (Bootstrap) and CDN (native). */

._navPane_12p12_180 button {
  all: unset;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

/* Inline SVG baseline gap otherwise lifts glyphs toward the top of the row. */

._navPane_12p12_180 button svg {
  display: block;
  flex-shrink: 0;
}

._navPane_12p12_180 button:focus-visible {
  outline: 2px solid var(--theme-light-focus-color);
  outline-offset: 2px;
}

._navInactive_12p12_253 {
  color: #444;
}

._storyTitle_12p12_197 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  min-width: 0;
}

._heading_12p12_264 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

._toolbar_12p12_204 {
  display: grid;
  height: 100%;
  overflow: hidden;
  align-items: center;
  grid-template-rows: 1fr;
  grid-template-columns: 30px 1fr 30px 50px 30px;
}

._toolbar_12p12_204 > ._tocButton_12p12_280 {
  grid-column: 1;
  text-align: left;
}

._toolbar_12p12_204 > ._navLeft_12p12_285 {
  grid-column: 3;
}

._toolbar_12p12_204 > ._count_12p12_289 {
  grid-column: 4;
}

._toolbar_12p12_204 > ._navRight_12p12_293 {
  grid-column: 5;
}

._toolbar_12p12_204 > button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  cursor: pointer;
}

._toolbar_12p12_204 > button:focus-visible {
  outline: 1px solid var(--theme-light-focus-color, hwb(45 90% 0%));
  outline-offset: 1px;
}

._toolbar_12p12_204 > button._navInactive_12p12_253 {
  cursor: default;
  pointer-events: none;
}

/*
 * Prose only in the waypoint pane — never the channel legend / viewer overlays
 * (those use their own 11–12px metrics; a root line-height: 1.5 bloated them).
 */

._contentWrap_12p12_216 {
  scrollbar-color: #888 var(--theme-dim-gray-color);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

._contentWrap_12p12_216 p {
  margin-top: 0;
  margin-bottom: 1rem;
}

._contentWrap_12p12_216 ul,
._contentWrap_12p12_216 ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

._contentWrap_12p12_216 a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

._contentWrap_12p12_216 a:hover {
  color: color-mix(in srgb, var(--bs-link-color) 80%, white);
}

._contentWrap_12p12_216 strong {
  font-weight: bold;
}

._inlineNext_12p12_355 {
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  margin-bottom: 1em;
}

._inlineNext_12p12_355 > :nth-child(1) {
  grid-column: 1;
  text-align: right;
  font-style: italic;
  margin: 0;
}

._inlineNext_12p12_355 > :nth-child(2) {
  grid-column: 2;
}

._inlineNext_12p12_355 ._nextLink_12p12_373 {
  cursor: pointer;
}

._inlineNext_12p12_355 ._nextLink_12p12_373:hover {
  text-decoration: underline;
}

._inlineNext_12p12_355 > button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  cursor: pointer;
}

._inlineNext_12p12_355 > button._navInactive_12p12_253 {
  cursor: default;
  pointer-events: none;
}

._count_12p12_289 {
  text-align: center;
  display: grid;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  grid-template-columns: 2fr 1fr 2fr;
}

._count_12p12_289 > :nth-child(1) {
  grid-column: 1;
}

._count_12p12_289 > :nth-child(2) {
  grid-column: 2;
}

._count_12p12_289 > :nth-child(3) {
  grid-column: 3;
}

._tocWrapper_12p12_417 li {
  color: var(--bs-link-color);
  cursor: pointer;
}

._tocWrapper_12p12_417 li:hover {
  text-decoration: underline;
}

._channelName_12p12_426 {
  text-decoration: underline;
  text-decoration-color: var(--channel-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
._wrapRows_8s557_1 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

._activeHeader_8s557_7 {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  padding: 5px 7px;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 500;
  color: var(--theme-light-contrast-color);
  border: 1px solid color-mix(in srgb, var(--theme-glass-edge) 65%, transparent);
  background: color-mix(in srgb, var(--theme-dark-main-color) 35%, transparent);
  cursor: default;
}

._activeGroupTrigger_8s557_21 {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  padding: 5px 7px;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 500;
  color: var(--theme-light-contrast-color);
  border: 1px solid color-mix(in srgb, var(--theme-glass-edge) 65%, transparent);
  background: color-mix(in srgb, var(--theme-dark-main-color) 35%, transparent);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  cursor: pointer;
  text-align: left;
}

._activeGroupTrigger_8s557_21:hover {
  border-color: color-mix(in srgb, var(--theme-glass-edge) 90%, transparent);
  background: color-mix(in srgb, var(--theme-dark-main-color) 28%, transparent);
}

._activeGroupTrigger_8s557_21:focus-visible {
  outline: 2px solid
    color-mix(in srgb, var(--theme-light-focus-color) 75%, transparent);
  outline-offset: 1px;
}

._chevronWrap_8s557_52 {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
  opacity: 0.72;
}

._alternateList_8s557_59 {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 1px;
  padding: 3px;
  border-radius: 5px;
  background: color-mix(in srgb, black 28%, transparent);
  border: 1px solid color-mix(in srgb, var(--theme-glass-edge) 40%, transparent);
}

._groupAltRow_8s557_70 {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.3;
  padding: 4px 6px;
  border-radius: 3px;
  color: color-mix(in srgb, var(--theme-light-contrast-color) 88%, transparent);
  text-align: left;
}

._groupAltRow_8s557_70:hover {
  background: color-mix(in srgb, white 8%, transparent);
  color: var(--theme-light-contrast-color);
}

._groupAltRow_8s557_70:focus-visible {
  outline: 2px solid
    color-mix(in srgb, var(--theme-light-focus-color) 65%, transparent);
  outline-offset: 0;
}

._ellipsis_8s557_94 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._triggerLabel_8s557_100 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
._glassIconButton_1vz0p_1 {
  justify-items: center;
  align-items: center;
  display: grid;
  border: none;
  font: inherit;
  border-radius: 50%;
  outline: 1px solid var(--theme-glass-edge) !important;
  background-color: var(--theme-dark-main-color);
  margin-bottom: calc(2 * var(--theme-gap-tiny));
  color: var(--icon-color, #fff);
  font-size: 1em;
  height: 1em;
  width: 1em;
  padding: 0;
  opacity: 0.5;
  cursor: default;
}

._glassIconButtonClickable_1vz0p_20 {
  opacity: 1;
  cursor: pointer;
}

._glassIconButton_1vz0p_1 svg {
  width: 1em;
  height: 1em;
  display: block;
  transform: scale(1, 0.9);
}

._wrapColumn_1vz0p_32 {
  grid-template-columns: auto auto auto;
  justify-content: start;
  justify-items: left;
  display: grid;
  gap: 0.25em;
}
._fieldWrap_1y8s3_1 {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
}

._input_1y8s3_8 {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  line-height: 1.2;
  color: inherit;
  background: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._input_1y8s3_8:focus {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: color-mix(in srgb, currentColor 45%, transparent);
}
._channelsSection_10ob9_1 {
  margin-top: 4px;
  border-radius: 5px;
  background: color-mix(in srgb, black 28%, transparent);
  border: 1px solid color-mix(in srgb, var(--theme-glass-edge) 40%, transparent);
  overflow: hidden;
}

._channelsSectionHeader_10ob9_9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 3px 6px;
  border-bottom: 1px solid
    color-mix(in srgb, var(--theme-glass-edge) 35%, transparent);
}

._sectionLabel_10ob9_19 {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 10px;
  color: color-mix(in srgb, var(--theme-light-contrast-color) 52%, transparent);
  line-height: 1.2;
  margin: 0;
  flex: 1;
  min-width: 0;
}

._toolbarSlot_10ob9_31 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  line-height: 0;
}

._legendBody_10ob9_39 {
  display: flex;
  flex-direction: column;
  padding: 2px 3px 3px;
  gap: 0;
}

._imageSection_10ob9_46:not(:first-child) {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid
    color-mix(in srgb, var(--theme-glass-edge) 28%, transparent);
}

._imageSectionLabel_10ob9_53 {
  padding: 1px 4px 2px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--theme-light-contrast-color) 42%, transparent);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._channelList_10ob9_65 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

._legendRowWrap_10ob9_71 {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 100%;
  min-height: 18px;
  padding: 1px 3px;
  border-radius: 2px;
  box-sizing: border-box;
}

._legendRowWrap_10ob9_71:hover {
  background: color-mix(in srgb, white 7%, transparent);
}

._rowClickArea_10ob9_86 {
  all: unset;
  box-sizing: border-box;
  color: rgb(230, 237, 243);
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

._swatch_10ob9_100 {
  height: 10px;
  width: 10px;
  flex-shrink: 0;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1.5px solid var(--swatch-color);
  background-color: transparent;
  box-shadow: 0 0 0 1px color-mix(in srgb, black 25%, transparent);
}

._swatchFilled_10ob9_111 {
  background-color: var(--swatch-color);
}

._legendDivider_10ob9_115 {
  margin: 3px 2px 2px;
  border-top: 1px solid
    color-mix(in srgb, var(--theme-glass-edge) 50%, transparent);
}

._nameSlot_10ob9_121 {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 1.2;
}
._textWrap_1o7ya_1 {
  position: relative;
  height: 100%;
  min-height: 0;
}

._textWrap_1o7ya_1 > div._core_1o7ya_7 {
  color: #e6edf3;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  max-height: min(100%, calc(100dvh - 12px));
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  transition: transform 0.5s ease 0s;
}

._textWrap_1o7ya_1 > div._core_1o7ya_7._hide_1o7ya_21 {
  transform: translateX(100%);
}

._wrapContent_1o7ya_25 {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

._wrapCore_1o7ya_33 {
  flex: 1;
  min-height: 0;
  padding: 6px 8px 7px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: #888 var(--theme-dim-gray-color);
  scrollbar-width: thin;
  pointer-events: all;
  word-wrap: break-word;
  border: 1px solid color-mix(in srgb, var(--theme-glass-edge) 75%, transparent);
  background-color: color-mix(in srgb, var(--dark-glass) 92%, black);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius-0001);
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}

._overlaySectionLabel_1o7ya_54 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--theme-light-contrast-color) 52%, transparent);
  margin: 0 0 4px;
  line-height: 1.2;
}
.deck-widget {
  margin: var(--widget-margin, 12px);
}

/* Common button container styles */
.deck-widget-button,
.deck-widget-button-group {
  background: var(--button-stroke, rgba(255, 255, 255, 0.3));
  border-radius: var(--button-corner-radius, 8px);
  box-shadow: var(--button-shadow, 0px 0px 8px 0px rgba(0, 0, 0, 0.25));

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Single button */
.deck-widget-button {
  width: var(--button-size, 28px);
  height: var(--button-size, 28px);
}

/* Button group */
.deck-widget-button-group {
  width: calc(var(--button-size, 28px) - 2);
  height: calc((var(--button-size, 28px) * 2) - 1);
  
  flex-direction: row;
  padding: 1px;
  gap: 1px;
}

.deck-widget-button-group.vertical {
  display: inline-flex;
  flex-direction: column;
}

/* Common button styles */
.deck-widget-button-group button,
.deck-widget-button button {
  width: calc(var(--button-size, 28px) - 2px);
  height: calc(var(--button-size, 28px) - 2px);

  box-sizing: border-box;
  background: var(--button-background, #fff);
  backdrop-filter: var(--button-backdrop-filter, unset);
  border: var(--button-inner-stroke, unset);
  border-radius: calc(var(--button-corner-radius, 8px) - 1px);

  pointer-events: auto;
  cursor: pointer;
  outline: none;
  padding: 0;
}

/* Border radius adjustments for grouped buttons */
.deck-widget-button-group.vertical > *:not(:last-child),
.deck-widget-button-group.vertical > *:not(:last-child) > button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.deck-widget-button-group.vertical > *:not(:first-child),
.deck-widget-button-group.vertical > *:not(:first-child) > button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.deck-widget-button-group.horizontal > *:not(:last-child),
.deck-widget-button-group.horizontal > *:not(:last-child) > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.deck-widget-button-group.horizontal > *:not(:first-child),
.deck-widget-button-group.horizontal > *:not(:first-child) > button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Icon button styles */
.deck-widget button .deck-widget-icon {
  background-color: var(--button-icon-idle, #616166);
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}

.deck-widget button .deck-widget-icon:hover {
  background-color: var(--button-icon-hover, rgb(24, 24, 26));
}

/* Fullscreen styles */
.deck-widget.deck-widget-fullscreen button.deck-widget-fullscreen-enter .deck-widget-icon {
  mask-image: var(
    --icon-fullscreen-enter,
    url('data:image/svg+xml,<svg fill="black" height="100%" viewBox="0 0 28 28" width="100%" xmlns="http://www.w3.org/2000/svg"><path d="M7.90474 20.0953H10.6286C10.8984 20.0953 11.1246 20.1868 11.3071 20.37C11.4897 20.5532 11.5809 20.7802 11.5809 21.051C11.5809 21.3218 11.4897 21.5476 11.3071 21.7286C11.1246 21.9095 10.8984 22 10.6286 22H6.95237C6.68254 22 6.45635 21.9087 6.2738 21.7262C6.09127 21.5436 6 21.3175 6 21.0476V17.3714C6 17.1016 6.09159 16.8754 6.27477 16.6929C6.45795 16.5103 6.68493 16.4191 6.95571 16.4191C7.2265 16.4191 7.45236 16.5103 7.63331 16.6929C7.81427 16.8754 7.90474 17.1016 7.90474 17.3714V20.0953ZM7.90474 7.90474V10.6286C7.90474 10.8984 7.81315 11.1246 7.62997 11.3071C7.44679 11.4897 7.21981 11.5809 6.94903 11.5809C6.67825 11.5809 6.45238 11.4897 6.27143 11.3071C6.09048 11.1246 6 10.8984 6 10.6286V6.95237C6 6.68254 6.09127 6.45635 6.2738 6.2738C6.45635 6.09127 6.68254 6 6.95237 6H10.6286C10.8984 6 11.1246 6.09159 11.3071 6.27477C11.4897 6.45795 11.5809 6.68493 11.5809 6.95571C11.5809 7.2265 11.4897 7.45236 11.3071 7.63331C11.1246 7.81427 10.8984 7.90474 10.6286 7.90474H7.90474ZM20.0953 20.0953V17.3714C20.0953 17.1016 20.1868 16.8754 20.37 16.6929C20.5532 16.5103 20.7802 16.4191 21.051 16.4191C21.3218 16.4191 21.5476 16.5103 21.7286 16.6929C21.9095 16.8754 22 17.1016 22 17.3714V21.0476C22 21.3175 21.9087 21.5436 21.7262 21.7262C21.5436 21.9087 21.3175 22 21.0476 22H17.3714C17.1016 22 16.8754 21.9084 16.6929 21.7252C16.5103 21.542 16.4191 21.3151 16.4191 21.0443C16.4191 20.7735 16.5103 20.5476 16.6929 20.3667C16.8754 20.1857 17.1016 20.0953 17.3714 20.0953H20.0953ZM20.0953 7.90474H17.3714C17.1016 7.90474 16.8754 7.81315 16.6929 7.62997C16.5103 7.44679 16.4191 7.21981 16.4191 6.94903C16.4191 6.67825 16.5103 6.45238 16.6929 6.27143C16.8754 6.09048 17.1016 6 17.3714 6H21.0476C21.3175 6 21.5436 6.09127 21.7262 6.2738C21.9087 6.45635 22 6.68254 22 6.95237V10.6286C22 10.8984 21.9084 11.1246 21.7252 11.3071C21.542 11.4897 21.3151 11.5809 21.0443 11.5809C20.7735 11.5809 20.5476 11.4897 20.3667 11.3071C20.1857 11.1246 20.0953 10.8984 20.0953 10.6286V7.90474Z" /></svg>')
  );
  -webkit-mask-image: var(
    --icon-fullscreen-enter,
    url('data:image/svg+xml,<svg fill="black" height="100%" viewBox="0 0 28 28" width="100%" xmlns="http://www.w3.org/2000/svg"><path d="M7.90474 20.0953H10.6286C10.8984 20.0953 11.1246 20.1868 11.3071 20.37C11.4897 20.5532 11.5809 20.7802 11.5809 21.051C11.5809 21.3218 11.4897 21.5476 11.3071 21.7286C11.1246 21.9095 10.8984 22 10.6286 22H6.95237C6.68254 22 6.45635 21.9087 6.2738 21.7262C6.09127 21.5436 6 21.3175 6 21.0476V17.3714C6 17.1016 6.09159 16.8754 6.27477 16.6929C6.45795 16.5103 6.68493 16.4191 6.95571 16.4191C7.2265 16.4191 7.45236 16.5103 7.63331 16.6929C7.81427 16.8754 7.90474 17.1016 7.90474 17.3714V20.0953ZM7.90474 7.90474V10.6286C7.90474 10.8984 7.81315 11.1246 7.62997 11.3071C7.44679 11.4897 7.21981 11.5809 6.94903 11.5809C6.67825 11.5809 6.45238 11.4897 6.27143 11.3071C6.09048 11.1246 6 10.8984 6 10.6286V6.95237C6 6.68254 6.09127 6.45635 6.2738 6.2738C6.45635 6.09127 6.68254 6 6.95237 6H10.6286C10.8984 6 11.1246 6.09159 11.3071 6.27477C11.4897 6.45795 11.5809 6.68493 11.5809 6.95571C11.5809 7.2265 11.4897 7.45236 11.3071 7.63331C11.1246 7.81427 10.8984 7.90474 10.6286 7.90474H7.90474ZM20.0953 20.0953V17.3714C20.0953 17.1016 20.1868 16.8754 20.37 16.6929C20.5532 16.5103 20.7802 16.4191 21.051 16.4191C21.3218 16.4191 21.5476 16.5103 21.7286 16.6929C21.9095 16.8754 22 17.1016 22 17.3714V21.0476C22 21.3175 21.9087 21.5436 21.7262 21.7262C21.5436 21.9087 21.3175 22 21.0476 22H17.3714C17.1016 22 16.8754 21.9084 16.6929 21.7252C16.5103 21.542 16.4191 21.3151 16.4191 21.0443C16.4191 20.7735 16.5103 20.5476 16.6929 20.3667C16.8754 20.1857 17.1016 20.0953 17.3714 20.0953H20.0953ZM20.0953 7.90474H17.3714C17.1016 7.90474 16.8754 7.81315 16.6929 7.62997C16.5103 7.44679 16.4191 7.21981 16.4191 6.94903C16.4191 6.67825 16.5103 6.45238 16.6929 6.27143C16.8754 6.09048 17.1016 6 17.3714 6H21.0476C21.3175 6 21.5436 6.09127 21.7262 6.2738C21.9087 6.45635 22 6.68254 22 6.95237V10.6286C22 10.8984 21.9084 11.1246 21.7252 11.3071C21.542 11.4897 21.3151 11.5809 21.0443 11.5809C20.7735 11.5809 20.5476 11.4897 20.3667 11.3071C20.1857 11.1246 20.0953 10.8984 20.0953 10.6286V7.90474Z" /></svg>')
  );
}

.deck-widget.deck-widget-fullscreen button.deck-widget-fullscreen-exit .deck-widget-icon {
  mask-image: var(
    --icon-fullscreen-exit,
    url('data:image/svg+xml,<svg fill="black" height="100%" viewBox="0 0 28 28" width="100%" xmlns="http://www.w3.org/2000/svg"><path d="M9.6762 18.3238H6.95237C6.68254 18.3238 6.45635 18.2322 6.2738 18.049C6.09127 17.8658 6 17.6389 6 17.3681C6 17.0973 6.09127 16.8714 6.2738 16.6905C6.45635 16.5095 6.68254 16.4191 6.95237 16.4191H10.6286C10.8984 16.4191 11.1246 16.5103 11.3071 16.6929C11.4897 16.8754 11.5809 17.1016 11.5809 17.3714V21.0476C11.5809 21.3175 11.4894 21.5436 11.3062 21.7262C11.123 21.9087 10.896 22 10.6252 22C10.3544 22 10.1286 21.9087 9.94763 21.7262C9.76668 21.5436 9.6762 21.3175 9.6762 21.0476V18.3238ZM18.3238 18.3238V21.0476C18.3238 21.3175 18.2322 21.5436 18.049 21.7262C17.8658 21.9087 17.6389 22 17.3681 22C17.0973 22 16.8714 21.9087 16.6905 21.7262C16.5095 21.5436 16.4191 21.3175 16.4191 21.0476V17.3714C16.4191 17.1016 16.5103 16.8754 16.6929 16.6929C16.8754 16.5103 17.1016 16.4191 17.3714 16.4191H21.0476C21.3175 16.4191 21.5436 16.5106 21.7262 16.6938C21.9087 16.877 22 17.104 22 17.3748C22 17.6456 21.9087 17.8714 21.7262 18.0524C21.5436 18.2333 21.3175 18.3238 21.0476 18.3238H18.3238ZM9.6762 9.6762V6.95237C9.6762 6.68254 9.76779 6.45635 9.95097 6.2738C10.1342 6.09127 10.3611 6 10.6319 6C10.9027 6 11.1286 6.09127 11.3095 6.2738C11.4905 6.45635 11.5809 6.68254 11.5809 6.95237V10.6286C11.5809 10.8984 11.4897 11.1246 11.3071 11.3071C11.1246 11.4897 10.8984 11.5809 10.6286 11.5809H6.95237C6.68254 11.5809 6.45635 11.4894 6.2738 11.3062C6.09127 11.123 6 10.896 6 10.6252C6 10.3544 6.09127 10.1286 6.2738 9.94763C6.45635 9.76668 6.68254 9.6762 6.95237 9.6762H9.6762ZM18.3238 9.6762H21.0476C21.3175 9.6762 21.5436 9.76779 21.7262 9.95097C21.9087 10.1342 22 10.3611 22 10.6319C22 10.9027 21.9087 11.1286 21.7262 11.3095C21.5436 11.4905 21.3175 11.5809 21.0476 11.5809H17.3714C17.1016 11.5809 16.8754 11.4897 16.6929 11.3071C16.5103 11.1246 16.4191 10.8984 16.4191 10.6286V6.95237C16.4191 6.68254 16.5106 6.45635 16.6938 6.2738C16.877 6.09127 17.104 6 17.3748 6C17.6456 6 17.8714 6.09127 18.0524 6.2738C18.2333 6.45635 18.3238 6.68254 18.3238 6.95237V9.6762Z" /></svg>')
  );
  -webkit-mask-image: var(
    --icon-fullscreen-exit,
    url('data:image/svg+xml,<svg fill="black" height="100%" viewBox="0 0 28 28" width="100%" xmlns="http://www.w3.org/2000/svg"><path d="M9.6762 18.3238H6.95237C6.68254 18.3238 6.45635 18.2322 6.2738 18.049C6.09127 17.8658 6 17.6389 6 17.3681C6 17.0973 6.09127 16.8714 6.2738 16.6905C6.45635 16.5095 6.68254 16.4191 6.95237 16.4191H10.6286C10.8984 16.4191 11.1246 16.5103 11.3071 16.6929C11.4897 16.8754 11.5809 17.1016 11.5809 17.3714V21.0476C11.5809 21.3175 11.4894 21.5436 11.3062 21.7262C11.123 21.9087 10.896 22 10.6252 22C10.3544 22 10.1286 21.9087 9.94763 21.7262C9.76668 21.5436 9.6762 21.3175 9.6762 21.0476V18.3238ZM18.3238 18.3238V21.0476C18.3238 21.3175 18.2322 21.5436 18.049 21.7262C17.8658 21.9087 17.6389 22 17.3681 22C17.0973 22 16.8714 21.9087 16.6905 21.7262C16.5095 21.5436 16.4191 21.3175 16.4191 21.0476V17.3714C16.4191 17.1016 16.5103 16.8754 16.6929 16.6929C16.8754 16.5103 17.1016 16.4191 17.3714 16.4191H21.0476C21.3175 16.4191 21.5436 16.5106 21.7262 16.6938C21.9087 16.877 22 17.104 22 17.3748C22 17.6456 21.9087 17.8714 21.7262 18.0524C21.5436 18.2333 21.3175 18.3238 21.0476 18.3238H18.3238ZM9.6762 9.6762V6.95237C9.6762 6.68254 9.76779 6.45635 9.95097 6.2738C10.1342 6.09127 10.3611 6 10.6319 6C10.9027 6 11.1286 6.09127 11.3095 6.2738C11.4905 6.45635 11.5809 6.68254 11.5809 6.95237V10.6286C11.5809 10.8984 11.4897 11.1246 11.3071 11.3071C11.1246 11.4897 10.8984 11.5809 10.6286 11.5809H6.95237C6.68254 11.5809 6.45635 11.4894 6.2738 11.3062C6.09127 11.123 6 10.896 6 10.6252C6 10.3544 6.09127 10.1286 6.2738 9.94763C6.45635 9.76668 6.68254 9.6762 6.95237 9.6762H9.6762ZM18.3238 9.6762H21.0476C21.3175 9.6762 21.5436 9.76779 21.7262 9.95097C21.9087 10.1342 22 10.3611 22 10.6319C22 10.9027 21.9087 11.1286 21.7262 11.3095C21.5436 11.4905 21.3175 11.5809 21.0476 11.5809H17.3714C17.1016 11.5809 16.8754 11.4897 16.6929 11.3071C16.5103 11.1246 16.4191 10.8984 16.4191 10.6286V6.95237C16.4191 6.68254 16.5106 6.45635 16.6938 6.2738C16.877 6.09127 17.104 6 17.3748 6C17.6456 6 17.8714 6.09127 18.0524 6.2738C18.2333 6.45635 18.3238 6.68254 18.3238 6.95237V9.6762Z" /></svg>')
  );
}

.deck-pseudo-fullscreen {
  height: 100% !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 99999;
}

/* Zoom styles */
.deck-widget.deck-widget-zoom button.deck-widget-zoom-in .deck-widget-icon {
  mask-image: var(
    --icon-zoom-in,
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26" fill="black"><path d="M12.1029 13.8971H7.89332C7.64334 13.8971 7.43196 13.8105 7.25918 13.6373C7.08639 13.4641 7 13.2521 7 13.0014C7 12.7508 7.08639 12.5396 7.25918 12.368C7.43196 12.1963 7.64334 12.1105 7.89332 12.1105H12.1029V7.90097C12.1029 7.65161 12.1895 7.43912 12.3627 7.26348C12.5359 7.08783 12.7479 7 12.9986 7C13.2492 7 13.4604 7.08783 13.632 7.26348C13.8037 7.43912 13.8895 7.65161 13.8895 7.90097V12.1105H18.099C18.3484 12.1105 18.5609 12.1971 18.7365 12.3703C18.9122 12.5436 19 12.7555 19 13.0062C19 13.2569 18.9122 13.468 18.7365 13.6397C18.5609 13.8113 18.3484 13.8971 18.099 13.8971H13.8895V18.1067C13.8895 18.3567 13.8029 18.568 13.6297 18.7408C13.4564 18.9136 13.2445 19 12.9938 19C12.7431 19 12.532 18.9136 12.3603 18.7408C12.1887 18.568 12.1029 18.3567 12.1029 18.1067V13.8971Z"/></svg>')
  );
  -webkit-mask-image: var(
    --icon-zoom-in,
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26" fill="black"><path d="M12.1029 13.8971H7.89332C7.64334 13.8971 7.43196 13.8105 7.25918 13.6373C7.08639 13.4641 7 13.2521 7 13.0014C7 12.7508 7.08639 12.5396 7.25918 12.368C7.43196 12.1963 7.64334 12.1105 7.89332 12.1105H12.1029V7.90097C12.1029 7.65161 12.1895 7.43912 12.3627 7.26348C12.5359 7.08783 12.7479 7 12.9986 7C13.2492 7 13.4604 7.08783 13.632 7.26348C13.8037 7.43912 13.8895 7.65161 13.8895 7.90097V12.1105H18.099C18.3484 12.1105 18.5609 12.1971 18.7365 12.3703C18.9122 12.5436 19 12.7555 19 13.0062C19 13.2569 18.9122 13.468 18.7365 13.6397C18.5609 13.8113 18.3484 13.8971 18.099 13.8971H13.8895V18.1067C13.8895 18.3567 13.8029 18.568 13.6297 18.7408C13.4564 18.9136 13.2445 19 12.9938 19C12.7431 19 12.532 18.9136 12.3603 18.7408C12.1887 18.568 12.1029 18.3567 12.1029 18.1067V13.8971Z"/></svg>')
  );
}

.deck-widget.deck-widget-zoom button.deck-widget-zoom-out .deck-widget-icon {
  mask-image: var(
    --icon-zoom-out,
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26" fill="black"> wBox="0 0 26 26" fill="none"><path d="M7.89332 13.8866C7.64334 13.8866 7.43196 13.8 7.25918 13.6268C7.08639 13.4535 7 13.2416 7 12.9909C7 12.7403 7.08639 12.5291 7.25918 12.3575C7.43196 12.1858 7.64334 12.1 7.89332 12.1H18.099C18.349 12.1 18.5617 12.1866 18.737 12.3598C18.9123 12.5331 19 12.745 19 12.9957C19 13.2463 18.9123 13.4575 18.737 13.6291C18.5617 13.8008 18.349 13.8866 18.099 13.8866H7.89332Z"/></svg>')
  );
  -webkit-mask-image: var(
    --icon-zoom-out,
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26" fill="black"> wBox="0 0 26 26" fill="none"><path d="M7.89332 13.8866C7.64334 13.8866 7.43196 13.8 7.25918 13.6268C7.08639 13.4535 7 13.2416 7 12.9909C7 12.7403 7.08639 12.5291 7.25918 12.3575C7.43196 12.1858 7.64334 12.1 7.89332 12.1H18.099C18.349 12.1 18.5617 12.1866 18.737 12.3598C18.9123 12.5331 19 12.745 19 12.9957C19 13.2463 18.9123 13.4575 18.737 13.6291C18.5617 13.8008 18.349 13.8866 18.099 13.8866H7.89332Z"/></svg>')
  );
}

/* Screenshot styles */
.deck-widget.deck-widget-screenshot button.deck-widget-camera .deck-widget-icon {
  mask-image: var(
    --icon-camera,
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" fill="black"><path d="M480-260q75 0 127.5-52.5T660-440q0-75-52.5-127.5T480-620q-75 0-127.5 52.5T300-440q0 75 52.5 127.5T480-260Zm0-80q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM160-120q-33 0-56.5-23.5T80-200v-480q0-33 23.5-56.5T160-760h126l74-80h240l74 80h126q33 0 56.5 23.5T880-680v480q0 33-23.5 56.5T800-120H160Zm0-80h640v-480H638l-73-80H395l-73 80H160v480Zm320-240Z"/></svg>')
  );
  -webkit-mask-image: var(
    --icon-camera,
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" fill="black"><path d="M480-260q75 0 127.5-52.5T660-440q0-75-52.5-127.5T480-620q-75 0-127.5 52.5T300-440q0 75 52.5 127.5T480-260Zm0-80q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM160-120q-33 0-56.5-23.5T80-200v-480q0-33 23.5-56.5T160-760h126l74-80h240l74 80h126q33 0 56.5 23.5T880-680v480q0 33-23.5 56.5T800-120H160Zm0-80h640v-480H638l-73-80H395l-73 80H160v480Zm320-240Z"/></svg>')
  );
}
._main_1gd1g_1 {
  position: relative;
  height: 100%;
}

._squareViewportOverlay_1gd1g_6 {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
._modeViewport_8yyl9_1 {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  animation: _modeViewportIn_8yyl9_1 0.2s ease-out;
}

._modeViewport_8yyl9_1 > * {
  flex: 1;
  min-height: 0;
}

@keyframes _modeViewportIn_8yyl9_1 {
  from {
    opacity: 0.88;
  }

  to {
    opacity: 1;
  }
}

/** Keep Deck mounted under export UI so WebGL layer state is not destroyed. */
._authorViewport_8yyl9_26 {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  visibility: visible;
  pointer-events: auto;
}

._authorViewport_8yyl9_26 > * {
  flex: 1;
  min-height: 0;
}

._authorViewportHidden_8yyl9_40 {
  visibility: hidden;
  pointer-events: none;
}

._exportOverlay_8yyl9_45 {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #111;
  color: #e8e8e8;
  display: grid;
  place-items: center;
}

._folderPrompt_8yyl9_55 {
  display: flex;
  flex-direction: column;
  gap: 0.85em;
  max-width: 22rem;
  padding: 1.25em 1.5em;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  background: color-mix(in srgb, #1a1a1a 92%, transparent);
}

._folderPromptTitle_8yyl9_65 {
  font-size: 1.05em;
  font-weight: 600;
  text-align: center;
}

._folderPromptBody_8yyl9_71 {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: center;
  opacity: 0.85;
}

._folderPromptActions_8yyl9_78 {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 0.25em;
}

._folderPromptActions_8yyl9_78 button {
  appearance: none;
  padding: 0.55em 1em;
  border: 1px solid color-mix(in srgb, currentColor 35%, transparent);
  background: color-mix(in srgb, currentColor 12%, transparent);
  color: inherit;
  font: inherit;
  cursor: pointer;
}

._folderPromptActions_8yyl9_78 button:hover {
  background: color-mix(in srgb, currentColor 20%, transparent);
}

._folderPromptActions_8yyl9_78 button:focus-visible {
  outline: 2px solid hwb(45 90% 0%);
  outline-offset: 2px;
}

._folderPromptPrimary_8yyl9_104 {
  background: color-mix(in srgb, currentColor 22%, transparent) !important;
}
._stamp_deb7p_1 {
  position: fixed;
  right: max(10px, env(safe-area-inset-right));
  bottom: max(8px, env(safe-area-inset-bottom));
  z-index: 99999;
  pointer-events: none;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.015em;
  opacity: 0.28;
  color: rgba(238, 238, 238, 0.85);
}
._stack_o9i5m_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-width: 0;
  padding: 10px;
  box-sizing: border-box;
}

._headerActionsWrap_o9i5m_11 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

._addPanel_o9i5m_18 {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Hug the format chips; expand only when URL/DICOM body needs space. */
  width: max-content;
  max-width: min(420px, calc(100vw - 32px));
  padding: 10px 12px;
  border-radius: 8px;
  background: #121212;
  border: 1px solid #252525;
  box-shadow: 0 10px 28px rgb(0 0 0 / 55%);
}

._addActionAnchor_o9i5m_36 {
  position: relative;
  display: inline-flex;
}

._formatRow_o9i5m_41 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

._formatRow_o9i5m_41 + ._formatRow_o9i5m_41 {
  padding-top: 8px;
  border-top: 1px solid #252525;
}

._formatChip_o9i5m_53 {
  font-size: 11px;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #444;
  background: #1a1a1a;
  color: #c9d1d9;
  cursor: pointer;
  line-height: 1.2;
}

._formatChip_o9i5m_53:hover {
  border-color: #666;
  color: #fff;
}

._formatChipActive_o9i5m_70 {
  border-color: var(--panel-accent, #58a6ff);
  background: #1f2a3a;
  color: #fff;
}

._addPanelBody_o9i5m_76 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #252525;
}

._urlRow_o9i5m_84 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: min(360px, calc(100vw - 56px));
}

._urlInput_o9i5m_92 {
  flex: 1;
  min-width: 120px;
}

._primaryButton_o9i5m_97 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  min-height: 2rem;
  border-radius: 6px;
  cursor: pointer;
  line-height: 1.2;
  white-space: nowrap;
  border: 1px solid #555;
  background: #2a2a2a;
  color: #fff;
}

._primaryButton_o9i5m_97:hover:not(:disabled) {
  background: #333;
  border-color: #666;
}

._primaryButton_o9i5m_97:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

._importError_o9i5m_124 {
  font-size: 11px;
  line-height: 1.4;
  color: #f85149;
}

._importSuccess_o9i5m_130 {
  font-size: 11px;
  line-height: 1.4;
  color: color-mix(in srgb, #7ee787 92%, #fff 8%);
}

._imageCard_o9i5m_136 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 8px;
  background: #121212;
  border: 1px solid #252525;
  overflow: hidden;
  min-width: 0;
}

._fileAccessOverlay_o9i5m_148 {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: color-mix(in srgb, #1a0a0a 88%, transparent);
  border: 1px solid #6e2a2a;
}

._fileAccessError_o9i5m_162 {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #f85149;
  text-align: center;
}

._imageCardHeader_o9i5m_170 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
}

._imageCardText_o9i5m_178 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

._imageCardTitle_o9i5m_186 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
  color: #f0f4f8;
}

._imageCardMeta_o9i5m_194 {
  font-size: 11px;
  line-height: 1.45;
  color: #8b949e;
}

._imageCardActions_o9i5m_200 {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-right: -6px;
}

._imageCardAction_o9i5m_200 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #8b949e;
  cursor: pointer;
}

._imageCardAction_o9i5m_200:hover {
  color: #e6edf3;
  background: color-mix(in srgb, #fff 8%, transparent);
}

._imageCardActionDanger_o9i5m_229:hover {
  color: #f85149;
  background: color-mix(in srgb, #f85149 12%, transparent);
}

._hiddenFileInput_o9i5m_234 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

._dicomForm_o9i5m_245 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 100%;
}

._fieldGroup_o9i5m_252 {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

._fieldLabel_o9i5m_258 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--theme-light-contrast-color) 52%, transparent);
}

._fieldRow_o9i5m_266 {
  position: relative;
}

._textInput_o9i5m_270 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #2c2c2c;
  border: 1px solid #444;
  color: #e6edf3;
  font-size: 12px;
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  line-height: 1.2;
}

._textInput_o9i5m_270::placeholder {
  color: #8899aa;
}

._textInput_o9i5m_270:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 0.15rem rgb(255 255 255 / 0.12);
}

._textInputInvalid_o9i5m_293 {
  border-color: #f85149;
}

._textInputValid_o9i5m_297 {
  border-color: #3fb950;
}

._invalidFeedback_o9i5m_301 {
  font-size: 11px;
  line-height: 1.3;
  color: #f85149;
  margin-top: 0.25rem;
}

._validFeedback_o9i5m_308 {
  font-size: 11px;
  line-height: 1.3;
  color: #3fb950;
  margin-top: 0.25rem;
}
._wrapper_1mk43_1 {
  flex: 1;
  height: 100%;
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

._full_1mk43_10 {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

._retrieving_1mk43_19 {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
}
/* overpass-cyrillic-ext-200-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(./overpass-cyrillic-ext-200-normal-CnmVlA8b.woff2) format('woff2'), url(./overpass-cyrillic-ext-200-normal-DhBVEY-x.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* overpass-cyrillic-200-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(./overpass-cyrillic-200-normal-5OdevAJe.woff2) format('woff2'), url(./overpass-cyrillic-200-normal-BcFTKBcT.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* overpass-vietnamese-200-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(./overpass-vietnamese-200-normal-DUPu3I6l.woff2) format('woff2'), url(./overpass-vietnamese-200-normal-Ckxh3Pma.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* overpass-latin-ext-200-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(./overpass-latin-ext-200-normal-BRKNOJ9x.woff2) format('woff2'), url(./overpass-latin-ext-200-normal-B3vg9d37.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* overpass-latin-200-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(./overpass-latin-200-normal-CA4FFBey.woff2) format('woff2'), url(./overpass-latin-200-normal-DaeboscY.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* Lato faces — author shell and CDN presentation shell.
 * Vite hashes font URLs into the app / CDN CSS bundles.
 */
@font-face {
  font-family: "lato";
  src: url("./lato-BwLIet1C.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  src: url("./lato-300-hJCcuSzX.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("./lato-italic-300-DInKUxwu.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "lato";
  src: url("./lato-700-B5iD31kO.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* overpass-cyrillic-ext-500-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./overpass-cyrillic-ext-500-normal-rUvUTGTB.woff2) format('woff2'), url(./overpass-cyrillic-ext-500-normal-C4qti1ou.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* overpass-cyrillic-500-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./overpass-cyrillic-500-normal-B-s59vx1.woff2) format('woff2'), url(./overpass-cyrillic-500-normal-BG9fB9FM.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* overpass-vietnamese-500-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./overpass-vietnamese-500-normal-BBnULns_.woff2) format('woff2'), url(./overpass-vietnamese-500-normal-BD_dV6jW.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* overpass-latin-ext-500-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./overpass-latin-ext-500-normal-CTuMM29Y.woff2) format('woff2'), url(./overpass-latin-ext-500-normal-TtquRGIh.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* overpass-latin-500-normal */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./overpass-latin-500-normal-BE7ptzKY.woff2) format('woff2'), url(./overpass-latin-500-normal-CyUJIcWe.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}