/* Homepage — editorial layout (scoped). Overrides brown “cassino” theme when body.mask-5608 */

body.mask-5608 {
  /* Dark theme: base neutrals + one accent (warm gold) */
  --ed-bg: #0b0d12;
  --ed-bg-mid: #10141c;
  --ed-surface: #141922;
  --ed-surface-2: #1a2130;
  --ed-ink: #e6e9ef;
  --ed-muted: #8b95a8;
  --ed-border: #2a3344;
  --ed-accent: #c9a962;
  --ed-accent-soft: rgba(201, 169, 98, 0.14);
  --ed-radius: 14px;
  --ed-max: 72rem;
  background: var(--ed-bg);
  background-image: linear-gradient(180deg, var(--ed-bg-mid) 0%, var(--ed-bg) 38%, var(--ed-bg) 100%);
  background-attachment: fixed;
  color: var(--ed-ink);
  line-height: 1.65;
}

body.mask-5608 a {
  color: var(--ed-accent);
  text-decoration-color: rgba(201, 169, 98, 0.45);
}

body.mask-5608 a:hover {
  text-decoration: underline;
}

.shadow-cool-169f {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.shadow-cool-169f:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: var(--ed-surface-2);
  color: var(--ed-ink);
  border: 1px solid var(--ed-accent);
  border-radius: 8px;
}

/* 顶栏整体随页面滚动吸附在视口顶部（Logo + 按钮 + 主导航） */
body.mask-5608 .article_8892 {
  position: sticky;
  top: 0;
  z-index: 1100;
  box-sizing: border-box;
  /* 刘海/灵动岛 + 最小顶距，避免悬浮时被状态栏或浏览器 UI 裁切 */
  padding-top: calc(20px + env(safe-area-inset-top, 0px));
  padding-left: calc(0.75rem + env(safe-area-inset-left, 0px));
  padding-right: calc(0.75rem + env(safe-area-inset-right, 0px));
  padding-bottom: 0;
  background: linear-gradient(180deg, rgba(20, 25, 34, 0.97) 0%, rgba(11, 13, 18, 0.95) 100%);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--ed-border);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  /* 减少 iOS 上 sticky + 毛玻璃 顶部裁切/闪烁 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

body.mask-5608 .article_8892 > header {
  background: transparent;
  border-bottom: 1px solid var(--ed-border);
  padding: 0.5rem 0 0.75rem;
}

body.mask-5608 .article_8892 > header img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

body.mask-5608 .border-pink-9f5c .outline_f41b {
  border-radius: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}

body.mask-5608 .popup-brown-85e0 {
  background: var(--ed-surface);
  border: 1px solid var(--ed-border);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  margin: 0.75rem auto;
  max-width: var(--ed-max);
}

body.mask-5608 .popup-brown-85e0 .avatar-e64b {
  color: var(--ed-ink);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 10px;
}

body.mask-5608 .popup-brown-85e0 .avatar-e64b:hover {
  background: var(--ed-surface-2);
  color: var(--ed-ink);
  box-shadow: none;
  transform: none;
}

body.mask-5608 .popup-brown-85e0 .stone_aca6 {
  background: var(--ed-surface-2);
  border: 1px solid var(--ed-border);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

body.mask-5608 .popup-brown-85e0 .stone_aca6::before {
  border-bottom-color: var(--ed-surface-2);
}

body.mask-5608 .popup-brown-85e0 .surface-center-d2b3 {
  color: var(--ed-ink);
}

body.mask-5608 .popup-brown-85e0 .surface-center-d2b3:hover {
  background: rgba(255, 255, 255, 0.05);
}

body.mask-5608 .pink_32cb {
  border-bottom: 1px solid var(--ed-border);
}

body.mask-5608 .pink_32cb span {
  color: var(--ed-ink) !important;
}

body.mask-5608 .overlay_348e span {
  background: var(--ed-ink);
}

body.mask-5608 main {
  max-width: var(--ed-max);
  margin: 0 auto;
  padding: 0 0.75rem 3rem;
}

body.mask-5608 .caption_a0e8 {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 0 1rem;
}

@media (min-width: 992px) {
  body.mask-5608 .caption_a0e8 {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }
}

body.mask-5608 .small-ee1b {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ed-accent);
  margin: 0 0 0.5rem;
}

body.mask-5608 .tall-55af {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  margin: 0 0 1rem;
  color: var(--ed-ink);
}

body.mask-5608 .up-b32c {
  font-size: 1.05rem;
  color: var(--ed-muted);
  margin: 0 0 1rem;
}

body.mask-5608 .banner-silver-a94f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.875rem;
  color: var(--ed-muted);
  border-top: 1px solid var(--ed-border);
  padding-top: 1rem;
  margin-top: 0.5rem;
}

body.mask-5608 .banner-silver-a94f time {
  font-weight: 600;
  color: var(--ed-ink);
}

body.mask-5608 .progress-4e8d {
  background: var(--ed-surface-2);
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  padding: 1.25rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  body.mask-5608 .icon-821b {
    position: sticky;
    top: 1rem;
  }
}

body.mask-5608 .progress-4e8d h2 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  color: var(--ed-ink);
}

body.mask-5608 .progress-4e8d .shade-top-5ccf {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
}

body.mask-5608 .menu_1125 {
  background: var(--ed-surface);
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  padding: 1rem 1.25rem;
  margin: 2rem 0;
}

body.mask-5608 .menu_1125 h2 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ed-muted);
  margin: 0 0 0.75rem;
}

body.mask-5608 .menu_1125 ol {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--ed-muted);
  font-size: 0.95rem;
}

body.mask-5608 .menu_1125 a {
  font-weight: 600;
}

body.mask-5608 .surface_action_f83e {
  margin: 2.75rem 0;
}

body.mask-5608 .surface_action_f83e > header {
  background: transparent;
  border: none;
  padding: 0 0 1rem;
}

body.mask-5608 .rough-37e4 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ed-accent);
  margin: 0 0 0.35rem;
}

body.mask-5608 .fresh-4cc1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  margin: 0 0 0.5rem;
  color: var(--ed-ink);
}

body.mask-5608 .short_47b5 {
  margin: 0;
  max-width: 62ch;
  color: var(--ed-muted);
  font-size: 1rem;
}

body.mask-5608 .modal_df98 {
  margin: 1.25rem 0;
  border-radius: var(--ed-radius);
  overflow: hidden;
  border: 1px solid var(--ed-border);
  background: var(--ed-surface-2);
}

body.mask-5608 .modal_df98 img {
  display: block;
  width: 100%;
  height: auto;
}

body.mask-5608 figure.secondary_outer_70b1 {
  margin: 0 auto 1.75rem;
  max-width: 36rem;
}

body.mask-5608 figure.secondary_outer_70b1 .modal_df98 {
  margin: 0;
}

body.mask-5608 .avatar-3351 {
  margin: 0.65rem 0 0;
  text-align: center;
  color: var(--ed-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

body.mask-5608 .header_61be {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  body.mask-5608 .header_61be {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  body.mask-5608 .header_61be {
    grid-template-columns: repeat(3, 1fr);
  }
}

body.mask-5608 .info-dcf4 {
  background: var(--ed-surface);
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.mask-5608 .info-dcf4 h3 {
  font-size: 1.1rem;
  margin: 0;
  color: var(--ed-ink);
}

body.mask-5608 .info-dcf4 p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ed-muted);
}

body.mask-5608 .info-dcf4 ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ed-muted);
  font-size: 0.9rem;
}

body.mask-5608 .bright_8112 {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--ed-border);
}

body.mask-5608 .bright_8112 img {
  width: 100%;
  height: auto;
  display: block;
}

body.mask-5608 .hidden_static_89fd {
  overflow-x: auto;
  margin: 1.25rem 0;
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  background: var(--ed-surface);
}

body.mask-5608 .mask-liquid-427d {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

body.mask-5608 .mask-liquid-427d th,
body.mask-5608 .mask-liquid-427d td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--ed-border);
}

body.mask-5608 .mask-liquid-427d th {
  background: var(--ed-surface-2);
  font-weight: 700;
  color: var(--ed-ink);
}

body.mask-5608 .mask-liquid-427d td {
  color: var(--ed-muted);
}

body.mask-5608 .mask-liquid-427d tbody tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}

body.mask-5608 .mask-liquid-427d .tertiary-2217 {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

body.mask-5608 .caption_over_f688 {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: var(--ed-surface-2);
  color: var(--ed-muted);
  border: 1px solid var(--ed-border);
}

body.mask-5608 .chip_dim_5f65 {
  background: var(--ed-accent-soft);
  color: var(--ed-accent);
  border-color: rgba(201, 169, 98, 0.35);
}

body.mask-5608 .pagination_simple_b0ef {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  body.mask-5608 .pagination_simple_b0ef {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.mask-5608 .element_d071 {
  background: var(--ed-surface);
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  padding: 1.25rem;
}

body.mask-5608 .element_d071 h4 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  color: var(--ed-ink);
}

body.mask-5608 .element_d071 .image-edf2 {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0.5rem 0;
  color: var(--ed-ink);
}

body.mask-5608 .title-016f details {
  background: var(--ed-surface);
  border: 1px solid var(--ed-border);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  padding: 0;
}

body.mask-5608 .title-016f summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-weight: 700;
  color: var(--ed-ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  user-select: none;
  font-size: 1.05rem;
}

body.mask-5608 .title-016f summary::-webkit-details-marker {
  display: none;
}

body.mask-5608 .title-016f .surface_ab6d {
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid var(--ed-border);
  color: var(--ed-muted);
  font-size: 0.95rem;
}

body.mask-5608 .title-016f .surface_ab6d p:first-child {
  margin-top: 1rem;
}

body.mask-5608 .wrapper_5d6b {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.25rem;
}

@media (min-width: 900px) {
  body.mask-5608 .wrapper_5d6b {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.mask-5608 .column_d3e6 {
  background: var(--ed-surface);
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  padding: 1rem;
  text-align: center;
}

body.mask-5608 .column_d3e6 .widget_2646 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ed-accent);
  margin-bottom: 0.25rem;
  font-variant-numeric: tabular-nums;
}

body.mask-5608 .column_d3e6 .tabs-6eba {
  font-size: 0.8rem;
  color: var(--ed-muted);
  font-weight: 600;
}

body.mask-5608 .footer_994d {
  background: var(--ed-surface-2);
  border: 1px solid var(--ed-border);
  border-left: 3px solid var(--ed-accent);
  padding: 1rem 1.25rem;
  border-radius: var(--ed-radius);
  margin: 1rem 0;
  color: var(--ed-muted);
  font-size: 0.95rem;
}

body.mask-5608 .silver-7b0d {
  border-left-color: var(--ed-muted);
  opacity: 0.95;
}

body.mask-5608 .accent_2885 .accordion-brown-fa7d {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  body.mask-5608 .accent_2885 .accordion-brown-fa7d {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.mask-5608 .component-2464 {
  margin: 0;
  background: var(--ed-surface-2);
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  padding: 1.1rem 1.2rem;
}

body.mask-5608 .component-2464 h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: var(--ed-ink);
  font-family: inherit;
}

body.mask-5608 .component-2464 p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ed-muted);
  line-height: 1.55;
}

body.mask-5608 .component_fresh_69ca {
  background: var(--ed-surface);
  color: var(--ed-ink);
  text-align: center;
  padding: 1rem;
  margin: 2rem -0.75rem 0;
  border-radius: 0;
  border-top: 1px solid var(--ed-border);
  border-bottom: 1px solid var(--ed-border);
}

body.mask-5608 .component_fresh_69ca .background_485c {
  background: var(--ed-accent);
  color: #12151c;
  box-shadow: none;
  font-weight: 700;
}

body.mask-5608 .component_fresh_69ca .background_485c:hover {
  background: #d4b56e;
  color: #12151c;
}

body.mask-5608 footer {
  background: var(--ed-bg);
  color: var(--ed-muted);
  border-top: 1px solid var(--ed-border);
  margin-top: 0;
}

body.mask-5608 footer a {
  color: var(--ed-accent);
}

body.mask-5608 .avatar-liquid-88c3 {
  max-width: var(--ed-max);
  margin: 0 auto;
  padding: 2rem 0.75rem 3rem;
}

body.mask-5608 .avatar-liquid-88c3 h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ed-ink);
}

body.mask-5608 .avatar-liquid-88c3 p {
  color: var(--ed-muted);
  max-width: 70ch;
}

body.mask-5608 .purple_d4ef {
  background: var(--ed-surface) !important;
}

body.mask-5608 .frame_soft_032d {
  color: var(--ed-ink) !important;
}

/* Nav highlight override for home */
body.mask-5608 .popup-brown-85e0 a[href="/"],
body.mask-5608 .popup-brown-85e0 a[href="index.panel_62d2"] {
  background: var(--ed-accent-soft);
  color: var(--ed-accent) !important;
  box-shadow: none;
  transform: none;
}

body.mask-5608 .popup-brown-85e0 a[href="/"]::before,
body.mask-5608 .popup-brown-85e0 a[href="index.panel_62d2"]::before {
  display: none;
}

@media (max-width: 768px) {
  body.mask-5608 .tall-55af {
    font-size: 1.65rem;
  }
}

body.mask-5608 .active-f7d3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.mask-5608 .shade-fresh-1d6e {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  color: var(--ed-muted);
  font-size: 0.92rem;
}

body.mask-5608 .shade-fresh-1d6e li {
  margin-bottom: 0.35rem;
}

body.mask-5608 .middle_b7bf {
  color: var(--ed-accent);
  font-weight: 700;
}

body.mask-5608 .brown-6de3 {
  color: var(--ed-ink);
  font-weight: 700;
}

body.mask-5608 .element-blue-a324 {
  color: var(--ed-muted);
  font-weight: 600;
}

body.mask-5608 th.panel-dim-dcd7 {
  text-align: left;
  vertical-align: middle;
}

body.mask-5608 .modal-855a {
  background: var(--ed-surface-2);
  color: var(--ed-ink);
  border: 1px solid var(--ed-border);
}

body.mask-5608 .hidden-cold-0286 {
  background: var(--ed-surface-2);
  color: var(--ed-muted);
  border: 1px solid var(--ed-border);
  font-weight: 600;
}

body.mask-5608 .texture_0f3c {
  font-weight: 700;
  color: var(--ed-ink);
}

body.mask-5608 #faq .surface_ab6d,
body.mask-5608 #faq details > div.surface_ab6d {
  color: var(--ed-muted);
  line-height: 1.75;
}

body.mask-5608 #faq .surface_ab6d strong {
  color: var(--ed-accent);
}

body.mask-5608 #responsavel h3 {
  color: var(--ed-accent);
}

body.mask-5608 #responsavel ul,
body.mask-5608 #responsavel p,
body.mask-5608 #responsavel li {
  color: var(--ed-muted);
}

/* Inline-heavy blocks: align with dark palette */
body.mask-5608 #vitorias h4[style],
body.mask-5608 #vitorias p[style*="FFF9C4"],
body.mask-5608 #vitorias p[style*="rgba(255,255,255"] {
  color: var(--ed-muted) !important;
}

body.mask-5608 #vitorias div[style*="2.2rem"] {
  color: var(--ed-accent) !important;
}

body.mask-5608 #vitorias span[style*="background: #4CAF50"] {
  background: var(--ed-accent-soft) !important;
  color: var(--ed-accent) !important;
  border: 1px solid rgba(201, 169, 98, 0.35) !important;
}

body.mask-5608 #vitorias .outline_wood_c763 > div[style*="rgba(0,0,0"] {
  background: var(--ed-surface-2) !important;
  border-left-color: var(--ed-accent) !important;
}

body.mask-5608 #numeros .backdrop-5a2b > div {
  background: var(--ed-surface-2) !important;
  border: 1px solid var(--ed-border) !important;
}

body.mask-5608 #numeros [style*="font-size: 2.8rem"] {
  color: var(--ed-accent) !important;
}

body.mask-5608 #numeros [style*="color: #FFF9C4"] {
  color: var(--ed-ink) !important;
}

body.mask-5608 #numeros [style*="rgba(255,255,255,0.6)"] {
  color: var(--ed-muted) !important;
}

body.mask-5608 #numeros .box_fedf p[style*="color: #fff"] {
  color: var(--ed-muted) !important;
}

body.mask-5608 #numeros strong[style*="FFEB3B"] {
  color: var(--ed-accent) !important;
}

body.mask-5608 #responsavel strong[style*="FFEB3B"],
body.mask-5608 #responsavel h3[style*="#2196F3"],
body.mask-5608 #responsavel h3[style*="#FF9800"] {
  color: var(--ed-accent) !important;
}

body.mask-5608 #responsavel ul[style*="color: #fff"] li,
body.mask-5608 #responsavel ul[style*="color: #fff"] {
  color: var(--ed-muted) !important;
}

body.mask-5608 #responsavel .box_fedf p[style*="color: #fff"] {
  color: var(--ed-muted) !important;
}

body.mask-5608 #responsavel .box_fedf strong[style*="FFEB3B"] {
  color: var(--ed-accent) !important;
}

body.mask-5608 #faq strong[style*="#FFEB3B"],
body.mask-5608 #faq strong[style*="FFEB3B"] {
  color: var(--ed-accent) !important;
}

/* —— 移动端导航：深色（覆盖 shared.over-15e4 棕/黄） —— */
@media (max-width: 768px) {
  body.mask-5608 .popup-brown-85e0 {
    background: var(--ed-surface);
    border-color: var(--ed-border);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  }

  body.mask-5608 .pink_32cb {
    background: var(--ed-surface-2);
    border-bottom: 1px solid var(--ed-border);
  }

  body.mask-5608 .pink_32cb .texture_0f3c {
    color: var(--ed-ink);
    text-shadow: none;
  }

  body.mask-5608 .overlay_348e {
    background: var(--ed-accent-soft);
    border-color: rgba(201, 169, 98, 0.35);
    box-shadow: none;
  }

  body.mask-5608 .overlay_348e:hover {
    background: rgba(201, 169, 98, 0.22);
    border-color: rgba(201, 169, 98, 0.5);
    box-shadow: none;
  }

  body.mask-5608 .overlay_348e span {
    background: var(--ed-accent);
    box-shadow: none;
  }

  body.mask-5608 .overlay_348e.fn-active-b537 {
    background: var(--ed-surface-2);
    border-color: var(--ed-border);
  }

  body.mask-5608 .overlay_348e.fn-active-b537 span:nth-child(1),
  body.mask-5608 .overlay_348e.fn-active-b537 span:nth-child(3) {
    background: var(--ed-accent);
  }

  body.mask-5608 .dropdown_north_335e {
    background: linear-gradient(180deg, var(--ed-surface-2) 0%, var(--ed-bg) 100%);
    border-top: 1px solid var(--ed-border);
  }

  body.mask-5608 .dropdown_north_335e .middle_c081 {
    border-bottom-color: var(--ed-border);
  }

  body.mask-5608 .dropdown_north_335e .avatar-e64b {
    color: var(--ed-ink);
    background: transparent;
  }

  body.mask-5608 .dropdown_north_335e .avatar-e64b:hover {
    background: rgba(201, 169, 98, 0.1);
  }

  body.mask-5608 .dropdown_north_335e a.avatar-e64b[href="/"],
  body.mask-5608 .dropdown_north_335e a.avatar-e64b[href="index.panel_62d2"] {
    color: var(--ed-accent) !important;
    background: var(--ed-accent-soft);
  }

  body.mask-5608 .dropdown_north_335e .avatar-e64b.outer-9eb7::after {
    color: var(--ed-accent);
  }

  body.mask-5608 .dropdown_north_335e .stone_aca6 {
    background: var(--ed-bg);
    border-top: 1px solid var(--ed-border);
    border-bottom: 1px solid var(--ed-border);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  body.mask-5608 .dropdown_north_335e .surface-center-d2b3 {
    color: var(--ed-muted);
  }

  body.mask-5608 .dropdown_north_335e .surface-center-d2b3::before {
    color: var(--ed-accent);
  }

  body.mask-5608 .dropdown_north_335e .surface-center-d2b3:not(:last-child)::after {
    background: var(--ed-border);
    height: 1px;
  }

  body.mask-5608 .dropdown_north_335e .surface-center-d2b3:hover {
    background: var(--ed-surface-2);
    border-left-color: var(--ed-accent);
    color: var(--ed-ink);
    padding-left: 2.8rem;
  }

  body.mask-5608 .dropdown_north_335e .surface-center-d2b3:hover::before {
    color: var(--ed-accent);
  }

  body.mask-5608 .dropdown_north_335e .surface-center-d2b3:active {
    background: rgba(201, 169, 98, 0.12);
    transform: none;
  }
}

/* css-noise: 6543 */
.ghost-box-r4 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
