.SharedArticlePublicRenderer_panel__M4yIy {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.SharedArticlePublicRenderer_headerRow__iVXPb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.SharedArticlePublicRenderer_title__Ny_vN {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-primary, #e8d8c3);
}

.SharedArticlePublicRenderer_headerMeta__HoEAX {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  color: var(--text-primary, #e8d8c3);
  opacity: 0.55;
  white-space: nowrap;
}

.SharedArticlePublicRenderer_headerMetaItem__ChvG1 {
  display: inline-flex;
  align-items: center;
}

.SharedArticlePublicRenderer_articleBody__CM35M {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-primary);
}

.SharedArticlePublicRenderer_articleBody__CM35M h1,
.SharedArticlePublicRenderer_articleBody__CM35M h2,
.SharedArticlePublicRenderer_articleBody__CM35M h3,
.SharedArticlePublicRenderer_articleBody__CM35M h4 {
  font-weight: 600;
  color: var(--text-primary);
}

.SharedArticlePublicRenderer_articleBody__CM35M a {
  color: var(--accent-color, #62afff);
  text-decoration: underline;
}

.SharedArticlePublicRenderer_articleBody__CM35M ul,
.SharedArticlePublicRenderer_articleBody__CM35M ol {
  padding-left: 1.5rem;
}

.SharedArticlePublicRenderer_articleBody__CM35M img {
  max-width: 100%;
  height: auto;
  display: block;
}

.SharedArticlePublicRenderer_articleBody__CM35M pre {
  background-color: var(--bg-secondary);
  color: #f8f8f2;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #444;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7);
  overflow-x: auto;
  font-family: 'Fira Code', monospace;
  font-size: 0.9rem;
}

.SharedArticlePublicRenderer_articleBody__CM35M code {
  background-color: rgba(45, 45, 45, 0.8);
  color: #f8f8f2;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: 'Fira Code', monospace;
  font-size: 0.85em;
}

.SplashHeaderPublicRenderer_splashHeader__wENkQ {
  display: grid;
  gap: 2rem;
  width: 100%;
  color: var(--text-primary);
}

.SplashHeaderPublicRenderer_hero__2fAPb {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  padding: 3.5rem 3rem 2.5rem;
}

.SplashHeaderPublicRenderer_heroWithSponsors__SRCb5 {
  min-height: 24rem;
  padding-right: clamp(24rem, 35vw, 31rem);
}

.SplashHeaderPublicRenderer_sponsorPlaceholder__1MfWz {
  position: absolute;
  top: 2.8rem;
  right: 3.2rem;
  width: min(24rem, calc(100% - 6rem));
  min-height: 1px;
  pointer-events: none;
}

.SplashHeaderPublicRenderer_heroTop__pPfMp {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.SplashHeaderPublicRenderer_logo__5G6JW {
  width: min(13.75rem, 45vw);
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.24));
}

.SplashHeaderPublicRenderer_intro__1Cl6y {
  display: grid;
  gap: 0.45rem;
  min-width: min(100%, 18rem);
}

.SplashHeaderPublicRenderer_headline__3zUMF {
  margin: 0;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.SplashHeaderPublicRenderer_subhead__s7_Lx,
.SplashHeaderPublicRenderer_body__qaG08,
.SplashHeaderPublicRenderer_tagline__d2fTx,
.SplashHeaderPublicRenderer_sectionText__XvuHc,
.SplashHeaderPublicRenderer_itemText__J9T3g {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.6;
}

.SplashHeaderPublicRenderer_title__KQJ3C {
  position: relative;
  z-index: 1;
  max-width: 58rem;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  color: var(--text-primary);
}

.SplashHeaderPublicRenderer_body__qaG08 {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  font-size: 1.02rem;
}

.SplashHeaderPublicRenderer_tagline__d2fTx {
  position: relative;
  z-index: 1;
  color: var(--accent);
}

.SplashHeaderPublicRenderer_section__1AfHC,
.SplashHeaderPublicRenderer_featureGrid___tYc4,
.SplashHeaderPublicRenderer_valueGrid__v0WEE {
  display: grid;
  gap: 1rem;
}

.SplashHeaderPublicRenderer_section__1AfHC {
  padding-inline: 3rem;
}

.SplashHeaderPublicRenderer_featureGrid___tYc4,
.SplashHeaderPublicRenderer_valueGrid__v0WEE {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
  gap: 1.25rem;
}

.SplashHeaderPublicRenderer_item__4QIOW {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.95rem;
  border-top: 1px solid var(--tone-silver);
}

.SplashHeaderPublicRenderer_itemTitle__IM1PM,
.SplashHeaderPublicRenderer_sectionTitle__haAax,
.SplashHeaderPublicRenderer_sectionSubtitle__8Fsrj {
  margin: 0;
  color: var(--text-primary);
}

.SplashHeaderPublicRenderer_itemTitle__IM1PM {
  font-size: 1.05rem;
}

.SplashHeaderPublicRenderer_sectionTitle__haAax {
  font-size: 1.45rem;
}

.SplashHeaderPublicRenderer_sectionSubtitle__8Fsrj {
  font-size: 1.1rem;
}

@media (max-width: 1180px) {
  .SplashHeaderPublicRenderer_heroWithSponsors__SRCb5 {
    min-height: 0;
    padding-right: 3rem;
  }

  .SplashHeaderPublicRenderer_sponsorPlaceholder__1MfWz {
    position: static;
    width: auto;
    margin: 0 0 1.5rem;
  }
}

@media (max-width: 768px) {
  .SplashHeaderPublicRenderer_hero__2fAPb,
  .SplashHeaderPublicRenderer_section__1AfHC {
    padding-inline: 1.25rem;
  }

  .SplashHeaderPublicRenderer_heroWithSponsors__SRCb5 {
    padding-right: 1.25rem;
  }

  .SplashHeaderPublicRenderer_hero__2fAPb {
    padding-block: 2.25rem;
  }

  .SplashHeaderPublicRenderer_title__KQJ3C {
    font-size: 2rem;
  }
}

.TextBlockPublicRenderer_textBlock__kXdrk {
  width: 100%;
}

.TextBlockPublicRenderer_textBlockView__fDkDd {
  min-height: 0;
}

.TextBlockPublicRenderer_htmlContent__0im8W {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-primary);
}

.TextBlockPublicRenderer_htmlContent__0im8W h1,
.TextBlockPublicRenderer_htmlContent__0im8W h2,
.TextBlockPublicRenderer_htmlContent__0im8W h3,
.TextBlockPublicRenderer_htmlContent__0im8W h4 {
  font-weight: 600;
  color: var(--text-primary);
}

.TextBlockPublicRenderer_htmlContent__0im8W a {
  color: var(--accent-color, #62afff);
  text-decoration: underline;
}

.TextBlockPublicRenderer_htmlContent__0im8W ul,
.TextBlockPublicRenderer_htmlContent__0im8W ol {
  padding-left: 1.5rem;
}

.TextBlockPublicRenderer_htmlContent__0im8W img {
  max-width: 100%;
  height: auto;
  display: block;
}

.TextBlockPublicRenderer_htmlContent__0im8W pre {
  background-color: var(--bg-secondary);
  color: #f8f8f2;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #444;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7);
  overflow-x: auto;
  font-family: 'Fira Code', monospace;
  font-size: 0.9rem;
}

.TextBlockPublicRenderer_htmlContent__0im8W code {
  background-color: rgba(45, 45, 45, 0.8);
  color: #f8f8f2;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: 'Fira Code', monospace;
  font-size: 0.85em;
}

.SpecializedTabs_wrapper__DHojo {
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.85rem;
}

.SpecializedTabs_nav__Vo6Xv {
  --tab-border: var(--tone-silver);
  --tab-text: var(--text-secondary);
  --tab-hover: var(--text-primary);
  --tab-active: var(--tone-warm-strong);
}

.SpecializedTabs_content__P6cfX {
  display: grid;
  gap: 1rem;
}

.SpecializedTabs_panel__4X4cB {
  display: none;
}

.SpecializedTabs_panelActive__y1CQ6 {
  display: block;
}

.PageStack_pageWrap__Rr_Cc {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.PageStack_pageHeader__hh4qw {
  margin-bottom: 1rem;
}

.PageStack_pageTitle__Xzk__ {
  margin: 0;
  font-size: 1.75rem;
}

.PageStack_pageSlug__j9doz {
  margin-top: 0.25rem;
  opacity: 0.7;
  font-size: 0.95rem;
}

.PageStack_panelList__1rLDv {
  position: relative;
  display: flex;
  flex-direction: column;
}

.PageStack_panelInsertionMarker__xW_ST {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0.96);
  transition: top 0.14s ease, opacity 0.12s ease, transform 0.12s ease;
  z-index: 5;
}

.PageStack_panelInsertionMarker__xW_ST::before {
  content: '';
  position: absolute;
  inset: 0;
  border-top: 2px solid rgba(221, 199, 170, 0.82);
  box-shadow:
    0 0 0 1px rgba(221, 199, 170, 0.2),
    0 0 14px rgba(221, 199, 170, 0.24);
}

.PageStack_panelInsertionMarker__xW_ST[data-visible='true'] {
  opacity: 1;
  transform: scaleX(1);
}

.PageStack_panelList__1rLDv[data-node-stack-reorder-active='true'] .PageStack_panelInsertionMarker__xW_ST {
  transition:
    opacity 0.12s ease,
    transform 0.12s ease;
}

.PageStack_panelList__1rLDv[data-node-stack-drag-collapsing='true'] .PageStack_panelBody__j1mrO {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.PageStack_panelList__1rLDv[data-node-stack-reorder-active='true'] .PageStack_panelBody__j1mrO {
  transition: none;
}

.PageStack_panelList__1rLDv[data-node-stack-drag-collapsing='true'] .PageStack_textBlock__gEy7E {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  padding-top: 0;
  padding-bottom: 0;
}

.PageStack_panelList__1rLDv[data-node-stack-reorder-active='true'] .PageStack_textBlock__gEy7E {
  transition: none;
}

.PageStack_panelList__1rLDv[data-node-stack-reorder-active='true'] .PageStack_panel__Irzh9 {
  transition:
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.2s ease;
}

.PageStack_panelList__1rLDv[data-node-stack-drag-collapsing='true'] .PageStack_panelEdit__9u79R {
  overflow: hidden;
}

.PageStack_textBlock__gEy7E {
  max-height: 5000px;
  opacity: 1;
}

.PageStack_textBlockView__R7f1h {
  min-height: 0.75rem;
}

.PageStack_textBlockPlaceholder__nE7XP {
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border: 1px dashed rgba(221, 199, 170, 0.35);
  background: rgba(0, 0, 0, 0.2);
  color: var(--text-primary, #e8d8c3);
  font-size: 0.9rem;
}

/* Panel shell */
.PageStack_panel__Irzh9 {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  transform: translateY(
    calc(
      var(--node-stack-panel-shift-y, 0px) + var(--node-stack-drag-offset-y, 0px)
    )
  );
  transition:
    transform 0.16s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.2s ease;
  will-change: transform;
}

.PageStack_panel__Irzh9[data-node-stack-reorder-source='true'] {
  position: relative;
  z-index: 6;
}

.PageStack_panelEdit__9u79R {
  border: 1px solid var(--tone-silver, rgba(120, 130, 150, 0.35));
  border-bottom-color: var(--tone-warm, rgba(221, 199, 170, 0.2));
  border-radius: 4px;
  padding: 0;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(221, 199, 170, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.PageStack_panelEdit__9u79R.PageStack_panelAllowOverflow__aHxxq {
  overflow: visible;
}

.PageStack_panelEdit__9u79R:hover {
  border-color: rgba(160, 170, 190, 0.45);
  border-bottom-color: rgba(221, 199, 170, 0.28);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(221, 199, 170, 0.12);
}

.PageStack_panelSelected__fZePw {
  border-color: rgba(221, 199, 170, 0.34);
  border-bottom-color: rgba(221, 199, 170, 0.28);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(221, 199, 170, 0.16);
}

.PageStack_panel__Irzh9[data-node-stack-reorder-source='true'].PageStack_panelEdit__9u79R {
  border-color: rgba(221, 199, 170, 0.42);
  border-bottom-color: rgba(221, 199, 170, 0.36);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(221, 199, 170, 0.16);
}

.PageStack_panelTopBar__BFud8 {
  position: relative;
  background: linear-gradient(180deg, rgba(28, 28, 33, 0.98), rgba(17, 17, 21, 0.96));
  border-bottom: 1px solid rgba(221, 199, 170, 0.18);
  box-shadow: inset 0 -1px 0 rgba(221, 199, 170, 0.08);
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}

.PageStack_panelTopBarSelected__txXv5::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(221, 199, 170, 0), rgba(221, 199, 170, 0.55), rgba(221, 199, 170, 0));
}

.PageStack_panelTopBar__BFud8[data-node-stack-reorderable='true'] {
  cursor: grab;
  touch-action: none;
}

.PageStack_panelTopBar__BFud8[data-node-stack-reorder-source='true'] {
  cursor: grabbing;
}

.PageStack_panel__Irzh9[data-node-stack-reorder-source='true'] .PageStack_panelTopBar__BFud8 {
  background: linear-gradient(180deg, rgba(36, 36, 41, 0.99), rgba(20, 20, 24, 0.98));
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(221, 199, 170, 0.12),
    inset 0 -1px 0 rgba(221, 199, 170, 0.08);
}

.PageStack_panelTopBar__BFud8 button {
  cursor: pointer;
  touch-action: manipulation;
}

.PageStack_panelTopBar__BFud8 input {
  cursor: text;
  touch-action: auto;
  -webkit-user-select: text;
          user-select: text;
}

.PageStack_topBarRow__ZsQCO {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.78rem 1rem;
}

.PageStack_grabBar__miLxs {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.PageStack_sectionHeaderBar__uyY_z {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.15rem;
  flex: 1 1 auto;
}

.PageStack_sectionRule___mUq6 {
  display: none;
}

.PageStack_sectionInputInBar__Eo06V {
  width: 100%;
  max-width: 560px;
  min-height: 34px;
  font-size: 0.94rem;
  font-weight: 600;
  padding: 0.42rem 0.75rem;
  border-radius: 3px;
  border: 1px solid rgba(221, 199, 170, 0.08);
  background: rgba(12, 12, 14, 0.42);
  color: var(--text-primary, #e8d8c3);
  letter-spacing: 0.01em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.PageStack_sectionInputInBar__Eo06V:focus {
  outline: none;
  border-color: rgba(221, 199, 170, 0.24);
  background: rgba(10, 10, 12, 0.62);
  box-shadow: 0 0 0 1px rgba(221, 199, 170, 0.08);
}

.PageStack_sectionTitleInBar__gOP7k {
  font-weight: 600;
  color: var(--text-primary, #e8d8c3);
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.PageStack_barActions__sQ5_x {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.PageStack_selectButton__d_ezf,
.PageStack_collapseButton__TUrot,
.PageStack_removeButton__t2Xu5 {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.PageStack_selectButton__d_ezf {
  border: 1px solid rgba(221, 199, 170, 0.24);
  background: rgba(12, 12, 14, 0.45);
  color: var(--text-primary, #e8d8c3);
  box-shadow: inset 0 0 0 1px rgba(221, 199, 170, 0.06);
}

.PageStack_selectButton__d_ezf:hover {
  background: rgba(221, 199, 170, 0.08);
  border-color: rgba(221, 199, 170, 0.45);
}

.PageStack_selectButtonSelected__Dw6eH {
  background: rgba(221, 199, 170, 0.14);
  border-color: rgba(221, 199, 170, 0.55);
  color: #f2e3bf;
}

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

.PageStack_collapseButton__TUrot {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  border: 1px solid rgba(221, 199, 170, 0.24);
  background: rgba(12, 12, 14, 0.45);
  color: var(--text-primary, #e8d8c3);
  box-shadow: inset 0 0 0 1px rgba(221, 199, 170, 0.06);
}

.PageStack_collapseButton__TUrot:hover {
  background: rgba(221, 199, 170, 0.08);
  border-color: rgba(221, 199, 170, 0.45);
}

.PageStack_collapseIcon__381gj {
  width: 18px;
  height: 18px;
}

.PageStack_removeButton__t2Xu5 {
  border: 1px solid rgba(244, 110, 110, 0.5);
  background: rgba(40, 10, 10, 0.45);
  color: #f7b2b2;
  box-shadow: inset 0 0 0 1px rgba(214, 88, 88, 0.08);
}

.PageStack_removeButton__t2Xu5:hover {
  background: rgba(214, 88, 88, 0.18);
  border-color: rgba(244, 120, 120, 0.68);
}

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

.PageStack_panelBody__j1mrO {
  padding: 0;
  max-height: 5000px;
  opacity: 1;
  transition: none;
}

.PageStack_panelBody__j1mrO[data-collapsed='true'] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}

.PageStack_sectionHeader__RgXTp {
  display: none;
}

.PageStack_sectionTitle__QXrrK {
  margin: 0;
  font-size: 1.25rem;
}

.PageStack_sectionInput__ywfFe {
  width: 100%;
  max-width: 520px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.PageStack_sectionActions__jlnsH {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.PageStack_nodeTypePill__dBhTs {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.PageStack_deleteBtn__s6RIz {
  font-size: 0.85rem;
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  cursor: pointer;
}

.PageStack_nodeContent__gRgTE {
  /* Your panel components will define their own layouts */
}

/* Add panel */
.PageStack_addPanelWrap__wHR9R {
  border: 1px dashed rgba(221, 199, 170, 0.4);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(28, 28, 33, 0.42), rgba(17, 17, 21, 0.28));
  padding: 0.85rem;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(221, 199, 170, 0.06);
}

.PageStack_addPanelBtn__78y98 {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  cursor: pointer;
  color: var(--text-primary, #e8d8c3);
}

.PageStack_plus__4gbvL {
  font-size: 1.5rem;
}

.PageStack_addMenu__4Wnbj {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
  padding: 0.6rem;
  border-radius: 3px;
  border: 1px solid rgba(221, 199, 170, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.PageStack_addMenu__4Wnbj button {
  border-radius: 3px;
  border: 1px solid rgba(221, 199, 170, 0.25);
  background: rgba(0, 0, 0, 0.2);
  color: var(--text-primary, #e8d8c3);
  padding: 0.6rem 0.75rem;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.PageStack_addMenu__4Wnbj button:hover {
  background: rgba(221, 199, 170, 0.08);
  border-color: rgba(221, 199, 170, 0.6);
  transform: translateY(-1px);
}

.PageStack_placeholder__qhxrR {
  padding: 1rem;
  border-radius: 10px;
  border: 1px dashed rgba(221, 199, 170, 0.35);
  background: rgba(0, 0, 0, 0.2);
  color: var(--text-primary, #e8d8c3);
}

.PageStack_muted__w0qw_ {
  margin-top: 0.35rem;
  opacity: 0.7;
}



.TinyMceInline_htmlContent__Cl97e {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-primary);
}

.TinyMceInline_editorOutline__3VtIY {
  padding: 0;
}

.TinyMceInline_borderlessOutline__fE_yQ {
  border: none;
  box-shadow: none;
}

.TinyMceInline_borderlessOutline__fE_yQ:focus-within {
  border-color: transparent;
  box-shadow: none;
}

.TinyMceInline_editorOutline__3VtIY .tox-tinymce-inline {
  display: block;
  padding: 0;
  min-height: 140px;
}

.TinyMceInline_editorOutline__3VtIY .mce-content-body {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-primary);
  background: transparent;
  outline: none;
  box-shadow: none;
}

.TinyMceInline_editorOutline__3VtIY .mce-content-body[data-mce-placeholder]:not([data-mce-placeholder=''])::before {
  content: attr(data-mce-placeholder);
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  color: var(--text-secondary);
  opacity: 0.72;
  white-space: pre-wrap;
  pointer-events: none;
}

.TinyMceInline_editorOutline__3VtIY .tox-tinymce-inline {
  background-color: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
}

.TinyMceInline_editorOutline__3VtIY .mce-content-body:focus,
.TinyMceInline_editorOutline__3VtIY .mce-content-body.mce-edit-focus,
.TinyMceInline_editorOutline__3VtIY .tox-tinymce-inline:focus,
.TinyMceInline_editorOutline__3VtIY .tox-tinymce-inline:focus-within {
  outline: none;
  box-shadow: none;
}

.TinyMceInline_editorOutline__3VtIY .tox .tox-toolbar__primary {
  background-color: var(--bg-secondary);
  border-radius: 4px;
  border: 1px solid #444;
}

.TinyMceInline_editorOutline__3VtIY .tox .tox-toolbar__button {
  color: var(--text-primary);
}

.TinyMceInline_editorOutline__3VtIY .tox .tox-toolbar__button:hover {
  background-color: #393939;
}

.TinyMceInline_htmlContent__Cl97e h1,
.TinyMceInline_htmlContent__Cl97e h2,
.TinyMceInline_htmlContent__Cl97e h3,
.TinyMceInline_htmlContent__Cl97e h4,
.TinyMceInline_editorOutline__3VtIY .mce-content-body h1,
.TinyMceInline_editorOutline__3VtIY .mce-content-body h2,
.TinyMceInline_editorOutline__3VtIY .mce-content-body h3,
.TinyMceInline_editorOutline__3VtIY .mce-content-body h4 {
  font-weight: 600;
  color: var(--text-primary);
}

.TinyMceInline_htmlContent__Cl97e a,
.TinyMceInline_editorOutline__3VtIY .mce-content-body a {
  color: var(--accent-color, #62afff);
  text-decoration: underline;
}

.TinyMceInline_htmlContent__Cl97e ul,
.TinyMceInline_htmlContent__Cl97e ol,
.TinyMceInline_editorOutline__3VtIY .mce-content-body ul,
.TinyMceInline_editorOutline__3VtIY .mce-content-body ol {
  padding-left: 1.5rem;
}

.TinyMceInline_htmlContent__Cl97e img,
.TinyMceInline_editorOutline__3VtIY .mce-content-body img {
  max-width: 100%;
  height: auto;
  display: block;
}

.TinyMceInline_htmlContent__Cl97e pre,
.TinyMceInline_editorOutline__3VtIY .mce-content-body pre {
  background-color: var(--bg-secondary);
  color: #f8f8f2;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #444;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7);
  overflow-x: auto;
  font-family: 'Fira Code', monospace;
  font-size: 0.9rem;
}

.TinyMceInline_htmlContent__Cl97e code,
.TinyMceInline_editorOutline__3VtIY .mce-content-body code {
  background-color: rgba(45, 45, 45, 0.8);
  color: #f8f8f2;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: 'Fira Code', monospace;
  font-size: 0.85em;
}

