/* 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_am3wq_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_am3wq_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;
}

._wordmark_am3wq_40 {
  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_am3wq_49 {
  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_am3wq_49:hover:not(:disabled) {
  border-color: rgb(255 255 255 / 0.32);
  color: rgb(215 208 195);
  background: rgb(255 255 255 / 0.04);
}

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

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

._newLabel_am3wq_87 {
  font-size: 0.62rem;
}

._error_am3wq_91 {
  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_am3wq_100 {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: rgb(255 255 255 / 0.26);
}

._emptyLine_am3wq_107 {
  margin: 0;
  margin-left: -0.25rem;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  color: rgb(170 164 152 / 0.5);
}

._emptyHint_am3wq_115 {
  margin: 0;
  font-size: 0.88rem;
  color: rgb(255 255 255 / 0.32);
}

._inlineLink_am3wq_121 {
  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_am3wq_121:hover:not(:disabled) {
  color: rgb(220 212 198);
}

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

/* Wooden bookcase frame with layered box-shadows for depth */
._bookcase_am3wq_143 {
  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_am3wq_166 {
  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_am3wq_184 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

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

._bayContentEmptyPrompt_am3wq_203 {
  padding: 14px 0 10px;
}

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

/* Ghost book cluster — single row, no wrap */
._ghostShelf_am3wq_215 {
  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_am3wq_226 {
  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_am3wq_235 {
  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_am3wq_251 {
  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_am3wq_278 {
  --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_am3wq_278:hover:not(:disabled) {
  background: rgb(180 150 100 / 0.06);
}

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

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

._rowThumb_am3wq_312 {
  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_am3wq_321 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.9) contrast(1.03);
}

._rowThumbBlank_am3wq_330 {
  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_am3wq_338 {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

._rowTitle_am3wq_347 {
  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_am3wq_357 {
  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_am3wq_235:focus-within ._scrap_am3wq_365 {
  opacity: 1;
}

._scrap_am3wq_365 {
  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_am3wq_235:hover ._scrap_am3wq_365 {
  opacity: 1;
}

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

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

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

  ._rowDate_am3wq_357 {
    font-size: 0.68rem;
  }

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

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

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

._header_73qbm_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_73qbm_24 {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  scrollbar-color: #555 transparent;
  scrollbar-width: thin;
}

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

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

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

._item_73qbm_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_73qbm_1:hover {
  background-color: #333;
}

._itemActive_73qbm_64 {
  background-color: #3a3a3a;
  border-left: 3px solid #007acc;
}

._itemPulse_73qbm_69 {
  animation: _selectionPulse_73qbm_1 520ms ease-in-out;
  will-change: filter;
}

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

._itemHidden_73qbm_86 {
  opacity: 0.5;
}

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

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

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

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

._button_73qbm_111 {
  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_73qbm_111:hover {
  background-color: #444;
  color: white;
}

._expandIcon_73qbm_129 {
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

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

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

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

._titleActive_73qbm_151 {
  font-weight: bold;
}

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

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

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

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

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

._itemIconHit_73qbm_179:focus-visible {
  outline: 1px solid #007acc;
  outline-offset: 1px;
}

._itemRowMain_73qbm_196 {
  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_73qbm_196:focus-visible {
  outline: 1px solid #007acc;
  outline-offset: 1px;
}

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

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

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

._itemListMarkdownChrome_73qbm_221 ._item_73qbm_1 {
  border-bottom: 1px solid #30363d;
}

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

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

._itemListMarkdownChrome_73qbm_221 ._itemChild_73qbm_100 {
  background-color: #161b22;
}

._itemListMarkdownChrome_73qbm_221 ._emptyMessage_73qbm_168 {
  color: #8b949e;
  font-size: 12px;
}

._itemListMarkdownChrome_73qbm_221 ._title_73qbm_146 {
  color: #e6edf3;
}

._itemListMarkdownChrome_73qbm_221 ._subtitle_73qbm_155 {
  color: #8b949e;
}

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

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

._itemListCompact_73qbm_270 ._itemChild_73qbm_100 {
  padding-left: 24px;
}

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

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

._itemListCompact_73qbm_270 ._button_73qbm_111 {
  padding: 2px;
}

._itemListCompact_73qbm_270 ._item_73qbm_1 ._button_73qbm_111 svg {
  width: 12px;
  height: 12px;
}

._itemListCompact_73qbm_270 ._emptyMessage_73qbm_168 {
  padding: 10px;
  font-size: 12px;
}

._itemListMarkdownChrome_73qbm_221._itemListCompact_73qbm_270 ._item_73qbm_1 {
  padding: 6px 10px;
  gap: 8px;
}
._black_7cw4a_1 {
  background-color: black;
}

._center_7cw4a_5 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  align-items: stretch;
  width: 100%;
  min-height: 0;
  flex: 0 0 auto;
  /* Single scroll: overlay panel shell scrolls; do not clip here */
  overflow-x: hidden;
  overflow-y: visible;
}

/* Match @uiw/react-md-editor dark toolbar: tight row, black surface, small controls */
._toolbar_7cw4a_20 {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
  justify-content: flex-start;
  background-color: #0d1117;
  border-bottom: 1px solid #30363d;
  border-radius: 3px 3px 0 0;
  padding: 3px 4px;
  user-select: none;
  box-sizing: border-box;
}

._toolbar_7cw4a_20 svg {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}

._toolButton_7cw4a_41 {
  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_7cw4a_41:hover,
._toolButton_7cw4a_41:focus-visible {
  background-color: rgba(110, 118, 129, 0.35);
  color: #f0f6fc;
  outline: none;
}

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

._toolButton_7cw4a_41._active_7cw4a_74 {
  background-color: #007acc;
  color: #fff;
}

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

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

._toolButton_7cw4a_41:disabled:hover,
._toolButton_7cw4a_41:disabled:focus-visible,
._toolButton_7cw4a_41:disabled:active {
  background-color: transparent;
  color: #8b949e;
}

._layersPanel_7cw4a_98 {
  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_7cw4a_108 {
  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_7cw4a_129 > button > svg,
._layersToolbarSlot_7cw4a_129 > div > button > svg,
._layersMetaCluster_7cw4a_131 > button > svg {
  width: 15px;
  height: 15px;
  display: block;
  flex-shrink: 0;
}

._layersToolbarSlot_7cw4a_129 {
  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_7cw4a_131 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  margin-left: auto;
}
._container_1b4w9_1 {
  position: relative;
  display: inline-block;
}

/* Visuals come from parent toolButton (DrawingPanel); keep layout only */
._toggle_1b4w9_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_1b4w9_7:hover,
._toggle_1b4w9_7:focus-visible {
  outline: none;
}

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

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

._menu_1b4w9_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_1b4w9_45 svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

._menuItem_1b4w9_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_1b4w9_65:hover {
  background: rgba(110, 118, 129, 0.35);
  color: #f0f6fc;
}

._menuItemActive_1b4w9_85 {
  background-color: #007acc;
  color: #fff;
}

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

._menuItemLabel_1b4w9_95 {
  margin-left: 8px;
}
/* Match @uiw/react-md-editor dark surface (#0d1117) and chrome */
._annotationsPanel_1eff9_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_1eff9_15 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

._toolbar_1eff9_22 {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
  justify-content: flex-start;
  background-color: #0d1117;
  border-bottom: 1px solid #30363d;
  border-radius: 0;
  padding: 3px 4px;
  margin: 0;
  width: 100%;
  user-select: none;
  box-sizing: border-box;
}

._toolbar_1eff9_22 svg {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}

._toolButton_1eff9_45 {
  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_1eff9_45:hover,
._toolButton_1eff9_45:focus-visible {
  background-color: rgba(110, 118, 129, 0.35);
  color: #f0f6fc;
  outline: none;
}

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

._toolButton_1eff9_45._active_1eff9_78 {
  background-color: #007acc;
  color: #fff;
}

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

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

._toolButton_1eff9_45:disabled:hover,
._toolButton_1eff9_45:disabled:focus-visible,
._toolButton_1eff9_45:disabled:active {
  background: transparent;
  color: #c9d1d9;
}

._layersContainer_1eff9_101 {
  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_1eff9_109 {
  max-height: none;
  overflow: visible;
  margin: 0;
  border: none;
  border-radius: 0;
}

._annotationsPanelEmbedded_1eff9_109 ._layersContainer_1eff9_101 {
  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%;
}
._black_upib2_1 {
  background-color: black;
}

._center_upib2_5 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 10px 0;
  align-items: stretch;
  width: 100%;
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  scrollbar-color: #555 #000;
  scrollbar-width: thin;
}

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

._center_upib2_5::-webkit-scrollbar-track {
  background: #000;
}

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

._storiesContainer_upib2_32 {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: white;
}

._storyItem_upib2_42 {
  padding: 12px;
  border-bottom: 1px solid #333;
  cursor: pointer;
  transition: background 0.2s ease;
}

._storyItem_upib2_42:hover {
  background: #1a1a1a;
}

._storyItem_upib2_42._active_upib2_53 {
  background: #2a2a2a;
  border-left: 3px solid #007acc;
}

._markdownEditorInline_upib2_58 {
  background-color: #2c2c2c;
  border: 1px solid #444;
  border-radius: 6px;
  margin: 8px 16px 8px 32px; /* Indent to match child items */
  overflow: hidden;
}

._annotationsPanelInline_upib2_66 {
  margin: 8px 0; /* Remove left/right margins to take full width */
  width: 100%; /* Take full width */
}

._panel_upib2_71 {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  flex: 1;
}

/* Compact header (narrower than ItemList header) */
._compactHeader_upib2_80 {
  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;
}

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

._headerCount_upib2_100 {
  font-weight: normal;
  color: #999;
}

._headerActions_upib2_105 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

._headerButton_upib2_112 {
  background: none;
  border: 1px solid #444;
  color: #ccc;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
}

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

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

._iconHeaderButton_upib2_133 {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #444;
  color: #ccc;
  border-radius: 4px;
  cursor: pointer;
}

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

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

._rows_upib2_157 {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  /* Match ChannelList / panel scrollers: explicit width, not OS default */
  scrollbar-color: #555 transparent;
  scrollbar-width: thin;
}

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

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

._compactRow_upib2_178 {
  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_upib2_191 {
  width: 24px;
  min-height: 1px;
  align-self: center;
}

._rowThumbnail_upib2_197 {
  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_upib2_211 {
  cursor: grab;
}

._compactRowDraggable_upib2_211:active {
  cursor: grabbing;
}

._rowMainHit_upib2_219 {
  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_upib2_234 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  min-width: 0;
  width: 100%;
}

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

._rowMainHit_upib2_219:focus-visible {
  outline: 1px solid #007acc;
  outline-offset: 1px;
}

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

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

._compactRowActive_upib2_260::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #007acc;
}

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

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

._rowCheckbox_upib2_283 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._checkboxInput_upib2_289 {
  width: 14px;
  height: 14px;
  accent-color: #007acc;
}

._rowOpenDetailButton_upib2_295 {
  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_upib2_295:hover {
  color: #fff;
}

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

/* chevron-down.svg points down; rotate for list → detail and back */
._waypointChevronRight_upib2_314 {
  transform: rotate(-90deg);
}

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

._rowTitle_upib2_243 {
  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_upib2_345 {
  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_upib2_243 ._rowTitle_upib2_243 {
  flex: 1 1 0;
}

._annotationBadge_upib2_362 {
  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_upib2_243 ._annotationBadge_upib2_362 {
  width: auto;
}

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

._rowViewportIconButton_upib2_396 {
  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;
}

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

._rowViewportIconButton_upib2_396:focus-visible {
  outline: 1px solid #007acc;
  outline-offset: 1px;
}

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

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

._visuallyHidden_upib2_434 {
  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_upib2_446 {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._detailHeader_upib2_454 {
  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_upib2_465 {
  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_upib2_465:hover {
  background-color: #2a2a2a;
  color: #fff;
}

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

._detailBody_upib2_493 {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  scrollbar-color: #555 transparent;
  scrollbar-width: thin;
}

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

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

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

._detailTitleFieldWrap_upib2_518 {
  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_upib2_529 {
  font-size: 12px;
  font-weight: 600;
  color: #c9d1d9;
  line-height: 1.2;
}

._detailTitleInput_upib2_536 {
  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_upib2_536:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 1px #58a6ff;
}

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

._detailMarkdownSection_upib2_560 {
  flex-shrink: 0;
}

._detailAnnotationsSection_upib2_564 {
  flex-shrink: 0;
}

/* Collapsible blocks: same chrome as markdown / annotation toolbars (#0d1117 / #30363d) */
._detailCollapsible_upib2_569 {
  border: 1px solid #30363d;
  border-radius: 3px;
  overflow: hidden;
  background-color: #0d1117;
  box-sizing: border-box;
}

._detailCollapsibleHeader_upib2_577 {
  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_upib2_577:hover {
  background-color: rgb(110 118 129 / 0.15);
}

._detailCollapsibleHeader_upib2_577:focus-visible {
  outline: 1px solid #388bfd;
  outline-offset: -1px;
}

/* Collapsed: no body — hide separator under title */
._detailCollapsibleCollapsed_upib2_608 ._detailCollapsibleHeader_upib2_577 {
  border-bottom-color: transparent;
}

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

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

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

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

._detailCollapsibleBody_upib2_636 {
  flex-shrink: 0;
}

._subtleBanner_upib2_640 {
  background-color: #151515;
  border: 1px solid #444;
  color: #ddd;
  border-radius: 4px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
}

._subtleBannerActions_upib2_653 {
  display: flex;
  gap: 8px;
}

._primaryButton_upib2_658 {
  background: #007acc;
  border: none;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

._secondaryButton_upib2_668 {
  background: none;
  border: 1px solid #555;
  color: #ccc;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

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

/* Custom channel group combobox (waypoint detail) */
._channelGroupDropdown_upib2_686 {
  position: relative;
  width: 100%;
}

._channelGroupDropdownTrigger_upib2_691 {
  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_upib2_691:hover:not(:disabled) {
  border-color: #484f58;
}

._channelGroupDropdownTrigger_upib2_691:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 1px #58a6ff;
}

._channelGroupDropdownTrigger_upib2_691:focus-visible {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 1px #58a6ff;
}

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

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

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

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

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

._channelGroupDropdownChevronOpen_upib2_767 {
  transform: rotate(180deg);
}

._channelGroupDropdownMenu_upib2_771 {
  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_upib2_771::-webkit-scrollbar {
  width: 8px;
}

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

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

._channelGroupDropdownOption_upib2_804 {
  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_upib2_804:hover {
  background-color: rgb(110 118 129 / 0.2);
}

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

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

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

._channelGroupDropdownOptionSelected_upib2_837:hover {
  background-color: rgb(88 166 255 / 0.18);
}
._black_44dm6_1 {
  background-color: black;
}

._center_44dm6_5 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 10px 0;
  align-items: stretch;
  width: 100%;
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  scrollbar-color: #555 #000;
  scrollbar-width: thin;
}

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

._center_44dm6_5::-webkit-scrollbar-track {
  background: #000;
}

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

._storiesContainer_44dm6_32 {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: white;
}

._storyItem_44dm6_42 {
  padding: 12px;
  border-bottom: 1px solid #333;
  cursor: pointer;
  transition: background 0.2s ease;
}

._storyItem_44dm6_42:hover {
  background: #1a1a1a;
}

._storyItem_44dm6_42._active_44dm6_53 {
  background: #2a2a2a;
  border-left: 3px solid #007acc;
}

._markdownEditorInline_44dm6_58 {
  background-color: #2c2c2c;
  border: 1px solid #444;
  border-radius: 6px;
  margin: 8px 16px 8px 32px; /* Indent to match child items */
  overflow: hidden;
}

._annotationsPanelInline_44dm6_66 {
  margin: 8px 0; /* Remove left/right margins to take full width */
  width: 100%; /* Take full width */
}

._panel_44dm6_71 {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  flex: 1;
}

/* Compact header (narrower than ItemList header) */
._channelPanelTabRow_44dm6_80 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  background-color: #111;
  border-bottom: 1px solid #444;
  padding: 0;
  box-sizing: border-box;
}

._channelPanelTab_44dm6_80 {
  flex: 1;
  margin: 0;
  padding: 8px 8px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #aaa;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
}

._channelPanelTab_44dm6_80:hover {
  color: #e6edf3;
  background: rgb(255 255 255 / 0.04);
}

._channelPanelTabActive_44dm6_112 {
  color: #e6edf3;
  border-bottom-color: var(--theme-light-focus-color, #6ae);
  background: rgb(255 255 255 / 0.06);
}

._channelNamesPanel_44dm6_118 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
._channelNamesRows_44dm6_125 {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  scrollbar-color: #555 transparent;
  scrollbar-width: thin;
}

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

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

._channelNameRow_44dm6_145 {
  padding: 8px 10px;
  border-bottom: 1px solid #2a2a2a;
}

._channelNameLabel_44dm6_150 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

._channelNameIndex_44dm6_158 {
  flex: 0 0 auto;
  min-width: 1.5em;
  font-size: 11px;
  font-weight: 600;
  color: #8b949e;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

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

._compactHeader_44dm6_174 {
  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;
}

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

._headerCount_44dm6_194 {
  font-weight: normal;
  color: #999;
}

._headerActions_44dm6_199 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

._headerButton_44dm6_206 {
  background: none;
  border: 1px solid #444;
  color: #ccc;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
}

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

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

._iconHeaderButton_44dm6_227 {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #444;
  color: #ccc;
  border-radius: 4px;
  cursor: pointer;
}

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

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

._rows_44dm6_251 {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  /* Match panel-content-story (Story tab): thin dark thumb, transparent track */
  scrollbar-color: #555 transparent;
  scrollbar-width: thin;
}

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

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

._compactRow_44dm6_272 {
  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_44dm6_285 {
  width: 24px;
  min-height: 1px;
  align-self: center;
}

._rowThumbnail_44dm6_291 {
  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_44dm6_305 {
  cursor: grab;
}

._compactRowDraggable_44dm6_305:active {
  cursor: grabbing;
}

._rowMainHit_44dm6_313 {
  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_44dm6_328 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  min-width: 0;
  width: 100%;
}

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

._rowMainHit_44dm6_313:focus-visible {
  outline: 1px solid #007acc;
  outline-offset: 1px;
}

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

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

._compactRowActive_44dm6_354::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #007acc;
}

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

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

._rowCheckbox_44dm6_377 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._checkboxInput_44dm6_383 {
  width: 14px;
  height: 14px;
  accent-color: #007acc;
}

._rowOpenDetailButton_44dm6_389 {
  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_44dm6_389:hover {
  color: #fff;
}

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

/* chevron-down.svg points down; rotate for list → detail and back */
._waypointChevronRight_44dm6_408 {
  transform: rotate(-90deg);
}

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

._rowTitle_44dm6_337 {
  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_44dm6_439 {
  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_44dm6_337 ._rowTitle_44dm6_337 {
  flex: 1 1 0;
}

._annotationBadge_44dm6_456 {
  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_44dm6_337 ._annotationBadge_44dm6_456 {
  width: auto;
}

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

._rowViewportIconButton_44dm6_490 {
  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;
}

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

._rowViewportIconButton_44dm6_490:focus-visible {
  outline: 1px solid #007acc;
  outline-offset: 1px;
}

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

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

._visuallyHidden_44dm6_528 {
  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_44dm6_540 {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._detailHeader_44dm6_548 {
  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_44dm6_559 {
  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_44dm6_559:hover {
  background-color: #2a2a2a;
  color: #fff;
}

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

._detailBody_44dm6_587 {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  scrollbar-color: #555 transparent;
  scrollbar-width: thin;
}

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

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

._detailBodyInner_44dm6_606 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._detailTitleFieldWrap_44dm6_612 {
  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_44dm6_623 {
  font-size: 12px;
  font-weight: 600;
  color: #c9d1d9;
  line-height: 1.2;
}

._detailTitleInput_44dm6_630 {
  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_44dm6_630:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 1px #58a6ff;
}

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

._detailMarkdownSection_44dm6_654 {
  flex-shrink: 0;
}

._detailAnnotationsSection_44dm6_658 {
  flex-shrink: 0;
}

/* Collapsible blocks: same chrome as markdown / annotation toolbars (#0d1117 / #30363d) */
._detailCollapsible_44dm6_663 {
  border: 1px solid #30363d;
  border-radius: 3px;
  overflow: hidden;
  background-color: #0d1117;
  box-sizing: border-box;
}

._detailCollapsibleHeader_44dm6_671 {
  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_44dm6_671:hover {
  background-color: rgb(110 118 129 / 0.15);
}

._detailCollapsibleHeader_44dm6_671:focus-visible {
  outline: 1px solid #388bfd;
  outline-offset: -1px;
}

/* Collapsed: no body — hide separator under title */
._detailCollapsibleCollapsed_44dm6_702 ._detailCollapsibleHeader_44dm6_671 {
  border-bottom-color: transparent;
}

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

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

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

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

._detailCollapsibleBody_44dm6_730 {
  flex-shrink: 0;
}

/* Channel group detail: non-collapsible channel list (tighter than generic collapsible) */
._detailChannelsSection_44dm6_735 {
  border: 1px solid #30363d;
  border-radius: 3px;
  overflow: hidden;
  background-color: #0d1117;
  box-sizing: border-box;
}

._detailChannelsSectionTitle_44dm6_743 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  padding: 5px 10px;
  border-bottom: 1px solid #30363d;
  background-color: #0d1117;
  color: #c9d1d9;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  user-select: none;
}

._detailChannelsSectionBody_44dm6_758 {
  flex-shrink: 0;
  /* One horizontal gutter (matches title); avoid nested inset + per-card borders */
  padding: 4px 10px 8px;
  box-sizing: border-box;
}

._detailChannelsSectionBody_44dm6_758 ._channelRow_44dm6_765 {
  padding: 2px 0 4px;
  gap: 4px;
}

/** Name + histogram are one unit; no row divider under the name. */
._detailChannelsSectionBody_44dm6_758 ._detailChannelBlock_44dm6_771 ._channelRow_44dm6_765 {
  border-bottom: none;
}

._detailChannelsSectionBody_44dm6_758 ._addChannelRow_44dm6_775 {
  margin-top: 6px;
  padding: 8px 0 2px;
  border-top: 1px solid #30363d;
}

._detailChannelsSectionBody_44dm6_758 ._addChannelRow_44dm6_775:first-child {
  margin-top: 0;
  padding-top: 2px;
  border-top: none;
}

._detailChannelBlock_44dm6_771 {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 5px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-sizing: border-box;
}

._detailChannelsSectionBody_44dm6_758 ._detailChannelBlock_44dm6_771 + ._detailChannelBlock_44dm6_771 {
  border-top: 1px solid #21262d;
}

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

._subtleBanner_44dm6_811 {
  background-color: #151515;
  border: 1px solid #444;
  color: #ddd;
  border-radius: 4px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
}

._subtleBannerActions_44dm6_824 {
  display: flex;
  gap: 8px;
}

._primaryButton_44dm6_829 {
  background: #007acc;
  border: none;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

._secondaryButton_44dm6_839 {
  background: none;
  border: 1px solid #555;
  color: #ccc;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

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

/* Custom channel group combobox (waypoint detail) */
._channelGroupDropdown_44dm6_857 {
  position: relative;
  width: 100%;
}

._channelGroupDropdownTrigger_44dm6_862 {
  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_44dm6_862:hover:not(:disabled) {
  border-color: #484f58;
}

._channelGroupDropdownTrigger_44dm6_862:focus {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 1px #58a6ff;
}

._channelGroupDropdownTrigger_44dm6_862:focus-visible {
  outline: none;
  border-color: #58a6ff;
  box-shadow: 0 0 0 1px #58a6ff;
}

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

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

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

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

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

._channelGroupDropdownChevronOpen_44dm6_938 {
  transform: rotate(180deg);
}

._channelGroupDropdownMenu_44dm6_942 {
  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_44dm6_942::-webkit-scrollbar {
  width: 8px;
}

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

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

._channelGroupDropdownOption_44dm6_975 {
  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_44dm6_975:hover {
  background-color: rgb(110 118 129 / 0.2);
}

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

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

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

._channelGroupDropdownOptionSelected_44dm6_1008:hover {
  background-color: rgb(88 166 255 / 0.18);
}

/* ── Channel-group master-detail rows ── */

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

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

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

._groupRowActive_44dm6_1035::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #007acc;
}

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

._groupRowMainHit_44dm6_1049:focus-visible {
  outline: 1px solid #007acc;
  outline-offset: 1px;
}

/* Channel color swatch in detail view */
._channelColorSwatch_44dm6_1069 {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid #444;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

._channelRow_44dm6_765 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-bottom: 1px solid #30363d;
}

._channelRow_44dm6_765:last-child {
  border-bottom: none;
}

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

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

._channelActionButton_44dm6_1101:hover {
  color: #e6edf3;
}

._addChannelRow_44dm6_775 {
  padding: 6px 10px;
}

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

._allChannelsNote_44dm6_1130 {
  color: #8b949e;
  font-size: 12px;
}
.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>')
  );
}
/* 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 from public/ – URLs relative to built CSS (dist/assets/) so they work under any base path */
@font-face {
  font-family: "lato";
  src: url(../lato.ttf) format("truetype");
}
@font-face {
  font-family: "lato";
  src: url(../lato-300.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url(../lato-italic-300.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "lato";
  src: url(../lato-700.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url(../lato-italic-700.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
/* 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;
}