/* Cassell internal editorial v3
   A restrained archive system built around the user's life-tree crest. */
.forum-editorial-v3 {
  --editorial-ink: #06080a;
  --editorial-ink-soft: #0a0d10;
  --editorial-panel: rgba(10, 13, 16, .94);
  --editorial-paper: #ebe9e4;
  --editorial-silver: #a9acb0;
  --editorial-muted: #747980;
  --editorial-line: rgba(210, 214, 218, .16);
  --editorial-line-strong: rgba(222, 225, 228, .28);
  --editorial-blue: #9dc8f3;
  --editorial-crest: url("../brand/cassell-life-tree-crest-v4-512.webp");
  background: var(--editorial-ink);
  color: var(--editorial-paper);
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.forum-editorial-v3:not([data-board="cafeteria"]) #bg-layer {
  background:
    radial-gradient(circle at 73% 4%, rgba(157, 200, 243, .035), transparent 29%),
    linear-gradient(180deg, #07090b 0%, #040608 72%, #050709 100%);
  filter: none;
  transform: none;
}
.forum-editorial-v3:not([data-board="cafeteria"]) #bg-overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, .012), transparent 35%, rgba(255, 255, 255, .008));
}
.forum-editorial-v3:not([data-board="cafeteria"]) #particles { display: none; }

.forum-editorial-v3 :where(button, .button, .btn, .nav-btn, input, select, textarea) {
  font-family: inherit;
}
.forum-editorial-v3 :where(.nav-btn, .button, .btn, .credit-button, .daily-credit-action) {
  min-height: 44px;
  border: 1px solid var(--editorial-line);
  border-radius: 7px;
  color: #d8dadd;
  background: rgba(13, 16, 19, .92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
  letter-spacing: .035em;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.forum-editorial-v3 :where(.nav-btn, .button, .btn, .credit-button, .daily-credit-action):hover {
  color: #fff;
  border-color: var(--editorial-line-strong);
  background: #15191d;
  box-shadow: none;
}
.forum-editorial-v3 :where(.nav-btn, .button, .btn, .credit-button, .daily-credit-action):active { transform: scale(.985); }
.forum-editorial-v3 :where(input, select, textarea, .input) {
  border: 1px solid var(--editorial-line);
  border-radius: 6px;
  color: var(--editorial-paper);
  background: rgba(7, 9, 11, .96);
  box-shadow: none;
}
.forum-editorial-v3 :where(input, select, textarea, .input)::placeholder { color: #62676d; }
.forum-editorial-v3 :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid rgba(157, 200, 243, .52);
  outline-offset: 3px;
}

/* Shared masthead */
.forum-editorial-v3:not([data-board="cafeteria"]) :where(header.nav, .pack-nav, .credit-nav, .daily-credit-nav, .event-nav) {
  min-height: 74px;
  border-bottom: 1px solid var(--editorial-line);
  background: rgba(5, 7, 9, .91);
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(.85);
  -webkit-backdrop-filter: blur(20px) saturate(.85);
}
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav {
  padding: 12px clamp(20px, 3vw, 48px);
  gap: 28px;
}
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .brand { gap: 14px; }
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .brand img,
.forum-editorial-v3 :where(.pack-brand, .credit-brand, .daily-credit-brand, .event-brand) img {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  filter: grayscale(1) contrast(1.03) brightness(1.05);
}
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .brand .en,
.forum-editorial-v3 :where(.pack-brand strong, .credit-brand strong, .daily-credit-brand strong, .event-brand b) {
  color: #f0efec;
  font-family: "Times New Roman", "Songti SC", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .22em;
}
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .brand .cn { color: #777c82; letter-spacing: .18em; }
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions {
  gap: 0;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions::-webkit-scrollbar { display: none; }
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .nav-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 46px;
  padding: 8px 11px;
  border: 0;
  border-radius: 0;
  color: #858a90;
  background: transparent;
  white-space: nowrap;
  box-shadow: none;
}
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .nav-btn::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 1px;
  left: 11px;
  height: 1px;
  background: transparent;
  transform: scaleX(0);
  transition: transform .2s ease, background-color .2s ease;
}
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .nav-btn:hover,
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .nav-btn[aria-current="page"] {
  color: #f0efec;
  background: transparent;
}
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .nav-btn:hover::after,
.forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .nav-btn[aria-current="page"]::after {
  background: var(--editorial-blue);
  transform: scaleX(1);
}
.forum-editorial-v3 .nav-icon { width: 17px; height: 17px; stroke: currentColor; }

/* Realm switch is a compact editorial index, not a segmented pill. */
.forum-editorial-v3:not([data-board="cafeteria"]) .realm-v3-cassell-launch {
  max-width: 1480px;
  margin: 0 auto;
  padding: 12px 32px 0;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .realm-v3-switch {
  width: fit-content;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .realm-v3-switch a {
  position: relative;
  min-height: 42px;
  padding: 8px 22px;
  border: 0;
  border-radius: 0;
  color: #6f747a;
  background: transparent;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .realm-v3-switch a[aria-current="page"] {
  color: #eeeae3;
  background: transparent;
  box-shadow: none;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .realm-v3-switch a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--editorial-blue);
}

/* Forum archive */
.forum-editorial-v3:not([data-board="cafeteria"]) .layout {
  position: relative;
  isolation: isolate;
  max-width: 1480px;
  padding: 32px 32px 92px;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .layout::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 80px;
  left: -250px;
  width: 520px;
  aspect-ratio: 1;
  background: var(--editorial-crest) center / contain no-repeat;
  opacity: .075;
  filter: grayscale(1) contrast(1.1);
  pointer-events: none;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .crumb {
  margin: 0 0 24px;
  color: #656a70;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .crumb a { color: #858a90; }
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  min-height: 190px;
  margin: 0 0 36px;
  padding: 24px 0 30px;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head::before {
  content: "EDITION  ·  CC.MMXXVI";
  position: absolute;
  top: 0;
  left: 0;
  color: #777c82;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .14em;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head::after {
  content: "";
  position: absolute;
  right: 164px;
  bottom: 21px;
  width: 82px;
  aspect-ratio: 1;
  background: url("../brand/cassell-life-tree-crest-v4-512.webp") center / contain no-repeat;
  filter: grayscale(1) brightness(1.28) contrast(1.06);
  opacity: .58;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-hero-icon,
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head > .em { display: none; }
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head .h { max-width: 760px; }
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head .h .name {
  color: var(--editorial-paper);
  font-family: "Songti SC", "Noto Serif SC", STSong, serif;
  font-size: clamp(46px, 5.1vw, 76px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: .06em;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head .h .desc {
  max-width: 640px;
  margin-top: 18px;
  color: #84898f;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .035em;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head .stats {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  min-width: 92px;
  margin: 0;
  padding-left: 22px;
  border-left: 1px solid var(--editorial-line-strong);
  text-align: left;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head .stats > div + div {
  padding-top: 12px;
  border-top: 1px solid var(--editorial-line);
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head .stats .n {
  color: #d8d8d5;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head .stats .l {
  margin-top: 0;
  color: #6f747a;
  font-size: 10px;
  letter-spacing: .12em;
}

.forum-editorial-v3:not([data-board="cafeteria"]) .toolbar {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: end;
  gap: 18px;
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--editorial-line-strong);
}
.forum-editorial-v3:not([data-board="cafeteria"]) .tabs {
  display: flex;
  gap: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .tab {
  position: relative;
  min-height: 44px;
  padding: 8px 1px;
  border: 0;
  border-radius: 0;
  color: #777c82;
  background: transparent;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  height: 2px;
  background: transparent;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .tab.active {
  color: #f1efeb;
  background: transparent;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .tab.active::after { background: var(--editorial-blue); }
.forum-editorial-v3:not([data-board="cafeteria"]) .thread-search {
  justify-self: end;
  width: min(100%, 580px);
  max-width: none;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread-search .input { min-height: 44px; }
.forum-editorial-v3:not([data-board="cafeteria"]) .new-post {
  min-width: 116px;
  color: #07101a;
  border-color: rgba(157, 200, 243, .78);
  background: linear-gradient(180deg, #b6d2ee, #91b8df);
  font-weight: 650;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .new-post:hover { color: #02070c; background: #c5dcf2; }

.forum-editorial-v3:not([data-board="cafeteria"]) #threadList {
  counter-reset: cassell-archive;
  border-bottom: 1px solid var(--editorial-line);
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread {
  counter-increment: cassell-archive;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px 22px;
  align-items: center;
  gap: 18px;
  min-height: 94px;
  margin: 0;
  padding: 18px 8px;
  border: 0;
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color .2s ease;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 84px;
  height: 1px;
  border-radius: 0;
  background: transparent;
  transition: width .25s ease, background-color .25s ease;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread::after {
  content: "↗";
  color: #8c9197;
  font-size: 20px;
  transition: color .2s ease, transform .2s ease;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread:hover,
.forum-editorial-v3:not([data-board="cafeteria"]) .thread:focus-visible {
  border-color: var(--editorial-line);
  background: rgba(255, 255, 255, .018);
  box-shadow: none;
  transform: none;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread:hover::before,
.forum-editorial-v3:not([data-board="cafeteria"]) .thread:focus-visible::before {
  width: 148px;
  background: var(--editorial-blue);
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread:hover::after,
.forum-editorial-v3:not([data-board="cafeteria"]) .thread:focus-visible::after {
  color: var(--editorial-blue);
  transform: translate(3px, -3px);
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread .main {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 16px;
  min-width: 0;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread .main::before {
  content: counter(cassell-archive, decimal-leading-zero);
  grid-row: 1 / span 3;
  align-self: center;
  color: #8a8d90;
  font-family: "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: .04em;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread :where(.badges, .title, .meta) { grid-column: 2; }
.forum-editorial-v3:not([data-board="cafeteria"]) .thread .badges { gap: 5px; margin: 0 0 6px; }
.forum-editorial-v3:not([data-board="cafeteria"]) .thread .title {
  color: #e8e7e3;
  font-size: 16px;
  font-weight: 520;
  line-height: 1.5;
  letter-spacing: .025em;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread .meta {
  gap: 8px 16px;
  margin-top: 6px;
  color: #696e74;
  font-size: 11px;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread .nums {
  min-width: 0;
  padding: 0 12px;
  border: 0;
  border-left: 1px solid var(--editorial-line);
}
.forum-editorial-v3:not([data-board="cafeteria"]) .thread .nums .r {
  color: #d2d2cf;
  font-family: "Times New Roman", serif;
  font-size: 22px;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .tagx {
  padding: 2px 7px;
  border-radius: 4px;
  color: #777c82;
  border-color: var(--editorial-line);
  background: transparent;
}
.forum-editorial-v3:not([data-board="cafeteria"]) :where(.tagx.gold, .tagx.pin, .tagx.hot, .thread-type-tag) {
  color: #9ebfdf;
  border-color: rgba(157, 200, 243, .3);
  background: rgba(87, 137, 187, .045);
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-pager { margin-top: 28px; }

/* Authenticated internal pages share the archive material without losing their layouts. */
.forum-editorial-v3:not([data-board="cafeteria"]) :where(.card, .pf-card, .mailbox, .pack-case, .pack-detail, .credit-panel, .daily-credit-main, .daily-credit-history, .daily-credit-reward, .shell, .side, .chat, .composer, .tools, .sidebar, .panel) {
  border-color: var(--editorial-line);
  background-color: rgba(9, 12, 15, .92);
  box-shadow: none;
}
.forum-editorial-v3:not([data-board="cafeteria"]) :where(.card, .pf-card, .mailbox, .pack-case, .pack-detail, .credit-panel, .daily-credit-main, .daily-credit-history, .daily-credit-reward) {
  border-radius: 10px;
}
.forum-editorial-v3:not([data-board="cafeteria"]) .board-head.card {
  background-color: transparent;
  background-image: none;
}

/* Profile dossier: use the supplied transparent life-tree crest and keep the
   history action optically centred at every writing-mode/font metric. */
html[data-realm="cassell"] body.forum-editorial-v3.cassell-profile-page .pf-banner {
  border-color: var(--editorial-line);
  border-radius: 10px;
  background: #090c0f;
  box-shadow: none;
}
html[data-realm="cassell"] body.forum-editorial-v3.cassell-profile-page .pf-banner::after {
  border-color: rgba(222, 225, 228, .08);
}
html[data-realm="cassell"] body.forum-editorial-v3.cassell-profile-page .pf-banner .cover {
  inset: 8px;
  opacity: .12;
  background: var(--editorial-crest) 75% 50% / 156px 156px no-repeat;
  filter: grayscale(1) contrast(1.04);
  mix-blend-mode: normal;
}
html[data-realm="cassell"] body.forum-editorial-v3.cassell-profile-page .pf-history-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  text-align: center;
  line-height: 1.2;
}
.forum-editorial-v3:not([data-board="cafeteria"]) :where(.activity-tab, .compose-btn, .folder, .credit-tabs button, .credit-rules-link, .credit-pagination button, .daily-credit-action, .pack-nav nav a, .credit-nav nav a, .daily-credit-nav nav a, .event-nav nav a) {
  border-radius: 6px;
}
.forum-editorial-v3:not([data-board="cafeteria"]) :where(.activity-tab.active, .folder.active, .credit-tabs button.active, .row:hover, .row.on, .seg button.active) {
  color: #eff2f4;
  border-color: rgba(157, 200, 243, .28);
  background-color: rgba(107, 157, 205, .075);
}
.forum-editorial-v3 :where(.bubble, .composer, .message-day span) { background-color: #0e1215; }
.forum-editorial-v3 .bubble.mine { border-color: rgba(157, 200, 243, .22); background-color: #131b22; }
.forum-editorial-v3 :where(.item-card, .preview-dialog, .preview-result, .credit-story-entry) {
  border-color: var(--editorial-line);
  background-color: #0a0d10;
  background-image: none;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav { align-items: flex-start; flex-direction: column; }
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions { width: 100%; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .toolbar { grid-template-columns: 1fr auto; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .thread-search { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; width: 100%; }
}

@media (max-width: 640px) {
  .forum-editorial-v3 { min-height: 100dvh; }
  .forum-editorial-v3:not([data-board="cafeteria"]) :where(header.nav, .pack-nav, .credit-nav, .daily-credit-nav, .event-nav) {
    min-height: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav {
    display: flex;
    padding: calc(9px + env(safe-area-inset-top)) 12px 8px;
    gap: 8px;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .brand { min-height: 46px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .brand img { width: 40px; height: 40px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .brand .en { font-size: 13px; letter-spacing: .15em; }
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .brand .cn { display: none; }
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions {
    display: flex;
    width: calc(100% + 24px);
    margin-inline: -12px;
    padding: 2px 12px 3px;
    border-top: 1px solid rgba(210, 214, 218, .09);
    scroll-snap-type: x proximity;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .nav-btn,
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .nav-btn.ghost,
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .activity-link {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 74px;
    min-height: 58px;
    padding: 7px 8px;
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
    scroll-snap-align: start;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) header.nav .actions .nav-btn::after { right: 8px; left: 8px; }
  .forum-editorial-v3 .nav-icon { width: 19px; height: 19px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .realm-v3-cassell-launch { padding: 14px 12px 0; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .realm-v3-switch { display: flex; width: 100%; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .realm-v3-switch a { flex: 1; justify-content: center; min-height: 44px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .layout {
    padding: 22px 12px calc(52px + env(safe-area-inset-bottom));
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .layout::before {
    top: 88px;
    left: -118px;
    width: 250px;
    opacity: .06;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .crumb { margin-bottom: 18px; font-size: 9px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .board-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 16px;
    min-height: 210px;
    padding: 30px 0 24px;
    margin-bottom: 26px;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .board-head::before { top: 0; font-size: 9px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .board-head::after {
    right: 72px;
    bottom: 25px;
    width: 54px;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .board-head .h .name {
    font-size: clamp(39px, 12vw, 52px);
    letter-spacing: .035em;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .board-head .h .desc {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.75;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .board-head .stats {
    min-width: 56px;
    padding-left: 12px;
    gap: 10px;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .board-head .stats .n { font-size: 20px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .toolbar {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 14px;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .tabs { gap: 0; width: 100%; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .tab { flex: 1; justify-content: center; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .tab::after { bottom: -15px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .thread-search { grid-column: 1; grid-row: auto; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .new-post { width: 100%; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .thread {
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 10px;
    min-height: 106px;
    padding: 17px 2px;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .thread .main {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 10px;
  }
  .forum-editorial-v3:not([data-board="cafeteria"]) .thread .main::before { font-size: 19px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .thread .title { font-size: 15px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .thread .meta { gap: 6px 10px; font-size: 10px; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .thread .nums { display: none; }
  .forum-editorial-v3:not([data-board="cafeteria"]) .thread::after { font-size: 17px; }
  html[data-realm="cassell"] body.forum-editorial-v3.cassell-profile-page .pf-banner .cover {
    background-position: 50% 46%;
    background-size: 118px 118px;
    opacity: .08;
  }
  html[data-realm="cassell"] body.forum-editorial-v3.cassell-profile-page .pf-history-link {
    width: 100%;
    min-width: 0;
  }
  .forum-editorial-v3 :where(.cassell-back, .cassell-audio-toggle) {
    min-width: 44px;
    min-height: 44px;
  }
  .forum-editorial-v3 :where(input, select, textarea, .input) { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .forum-editorial-v3 *, .forum-editorial-v3 *::before, .forum-editorial-v3 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
