.video-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.article-body {
  font: 500 1.03rem/1.78 var(--system-font);
  color: #eef3fb;
}
.article-body h2,.article-body h3 {
  font: 900 1.42rem/1.12 var(--system-font);
  letter-spacing: -.03em;
  margin: 28px 0 10px;
}
.article-body p {
  margin: 0 0 18px;
}
.article-body ul {
  padding-left: 22px;
}
.article-body a {
  color: #8ab4f8;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
  text-decoration-color: rgba(138,180,248,.78);
  word-break: break-word;
  transition: color .18s ease,text-decoration-color .18s ease;
}
.article-body a:visited {
  color: #a8c7fa;
  text-decoration-color: rgba(168,199,250,.82);
}
.article-body a:hover,.article-body a:focus-visible {
  color: #d2e3fc;
  text-decoration-color: currentColor;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #7ea5e8;
  font: 650 .95rem/1.1 var(--system-font);
}
.breadcrumbs .sep {
  opacity: .34;
}
.breadcrumbs a {
  color: #618dd7;
}
.breadcrumbs strong {
  color: #f3f7fe;
  font-weight: 800;
}
.action-btn:hover {
  filter: brightness(1.06);
}
.hero-mode.right {
  justify-content: center;
}
.hero-mode em {
  font-style: normal;
  opacity: .95;
}
.page-hero:not(.post-hero) .pill:first-child {
  margin-bottom: 10px;
}
.page-hero:not(.post-hero) .page-title {
  margin: 0 0 8px;
}
.page-hero:not(.post-hero) .page-lead,.page-hero:not(.post-hero) p {
  font-size: 1rem;
  line-height: 1.68;
  margin: 0;
}
.page-hero.post-hero {
  padding: 16px 18px;
}
@media (min-width:1201px) {
  .post-meta-bar {
    max-width: 760px;
    min-height: 42px;
  }
}
.page-hero:not(.post-hero) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 18px;
  min-height: 0;
  height: auto;
}
.page-hero:not(.post-hero) .page-title,.page-hero:not(.post-hero) .page-lead,.page-hero:not(.post-hero) p {
  max-width: none;
}
.page-hero:not(.post-hero) .page-lead {
  margin-top: 4px;
}
.hero-subscribe-btn .icon + span {
  margin-left: 2px;
}
.post-actions .action-btn::before {
  font-size: .96rem;
  line-height: 1;
  color: #8ec2ff;
}
.post-actions .action-btn[data-modal-open="#modal-categories"]::before {
  content: "▦";
}
.post-actions .action-btn[data-modal-open="#modal-follow"]::before {
  content: "👥";
  font-size: .88rem;
}
.post-actions .action-btn[data-modal-open="#modal-share"]::before {
  content: "↗";
}
.page-hero .page-title + .post-meta-bar {
  margin-top: 8px;
}
.video-embed + .hero-subscribe,.video-embed + .hero-mode-row {
  margin-top: 6px;
}
.post-layout>article.content-wrap {
  padding: 16px 18px;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  min-width: 0;
}
.content-wrap.post-hero {
  padding: 18px 18px 16px;
  border-radius: 6px;
}
.action-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid rgba(91,149,255,.17);
  background: linear-gradient(180deg,#0b1320,#09111b);
  color: #61a2ff;
  font: 900 1.05rem/1 var(--system-font);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  min-width: 34px;
  padding: 0;
  place-items: center;
  font-size: 0;
  line-height: 0;
}
.action-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  visibility: visible;
  opacity: 1;
}
.hero-mode-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 6px;
  margin-top: 10px;
}
.hero-mode[aria-pressed="true"] {
  border-color: rgba(130,168,255,.48);
  background: linear-gradient(180deg,rgba(25,39,73,.96),rgba(10,16,30,.98));
}
.hero-mode:hover {
  transform: translateY(-1px);
}
.hero-mode-row,.video-embed,.hero-subscribe {
  position: relative;
  z-index: 2100;
}
.post-actions .action-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 6px;
  font-size: 0;
  position: relative;
  background: linear-gradient(180deg,#0b1320,#09111b);
  padding: 0;
  line-height: 0;
  border: 1px solid rgba(91,149,255,.16);
}
.video-embed + .hero-mode-row {
  margin-top: 6px;
  gap: 8px;
}
.post-meta-bar .meta-left {
  color: #c7d0df;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  overscroll-behavior: none;
  flex: 1 1 auto;
  min-width: 0;
  padding-inline-start: 2px;
  gap: clamp(4px,.55vw,8px);
  font: 800 clamp(.76rem,.72rem + .16vw,.88rem)/1.12 var(--system-font);
}
.hero-subscribe {
  display: block;
  gap: 8px;
  margin-top: 6px;
}
.hero-subscribe .hero-mode-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 8px;
  margin-top: 0;
  align-items: stretch;
}
.hero-subscribe .hero-mode.right {
  justify-self: auto;
}
.hero-subscribe .hero-mode[data-mode-toggle="cinematic"],.hero-subscribe>.hero-subscribe-btn {
  display: none;
}
.post-meta-bar,.post-meta-bar .meta-left,.post-meta-bar .meta-left>span,.post-meta-bar .meta-dot,.post-meta-bar .meta-left>* {
  color: #c7d0df;
}
.post-meta-bar .meta-dot {
  opacity: .58;
  flex: 0 0 auto;
}
.post-meta-bar {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: none;
  min-height: 40px;
  padding: 5px 8px;
  margin-top: 14px;
  background: linear-gradient(180deg,#070d16,#09111b);
  border: 1px solid rgba(91,149,255,.12);
  border-radius: 6px;
}
.hero-subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  background: linear-gradient(180deg,#ff1822 0%,#ff0914 100%);
  border: 0;
  font: 500 17px/1 var(--system-font);
  box-shadow: 0 14px 24px rgba(255,17,26,.16);
  padding: 0 16px;
  border-radius: 6px;
  font-size: .94rem;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
}
.hero-subscribe-btn .icon svg {
  width: 16px;
  height: 16px;
  display: none;
}
.hero-mode {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg,rgba(15,20,33,.96),rgba(8,11,20,.96));
  border: 1px solid rgba(97,122,173,.22);
  font: 800 1rem/1 var(--system-font);
  justify-content: center;
  padding: 0 16px;
  border-radius: 6px;
  font-size: .82rem;
  color: #eaf0ff;
  cursor: pointer;
  transition: background .18s ease,border-color .18s ease,transform .18s ease;
  min-height: 58px;
}
.hero-mode span,.hero-mode em,.hero-subscribe-btn > span:last-child {
  display: flex;
  align-items: center;
}
.hero-subscribe-btn .icon {
  border-radius: 0;
  background: transparent;
  position: relative;
  color: transparent;
  font-size: 0;
  line-height: 1;
  margin-right: 2px;
  display: inline-flex;
  place-items: center;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  min-width: 0;
  box-shadow: none;
  overflow: visible;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.hero-subscribe-btn .icon::before {
  transform: none;
  content: "♥";
  display: block;
  line-height: 1;
  width: auto;
  height: auto;
  border: 0;
  color: #efe8df;
  font-size: 1.03rem;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(255,255,255,.30), 0 2px 4px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.12);
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.18));
  opacity: .97;
  position: relative;
  top: 0;
}
.hero-subscribe .hero-mode,.hero-subscribe .hero-subscribe-btn.hero-subscribe-inline {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid rgba(91,149,255,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  color: var(--text);
  font: 800 .9rem/1 var(--system-font);
  text-decoration: none;
}
.hero-subscribe .hero-mode {
  min-height: 36px;
  padding: 7px 12px;
  font-size: .82rem;
  background: linear-gradient(180deg,#0b1320,#09111b);
}
.hero-subscribe .hero-subscribe-btn.hero-subscribe-inline {
  width: 100%;
  min-height: 36px;
  padding: 7px 12px;
  font-size: .82rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(180deg,#ff2b2b,#e31212);
}
.hero-subscribe .hero-subscribe-btn.hero-subscribe-inline .icon {
  place-items: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  flex: 0 0 18px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  line-height: 1;
  font-size: 0;
}
.hero-subscribe .hero-subscribe-btn.hero-subscribe-inline .icon::before {
  content: "♥";
  color: #fff3ef;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: none;
  opacity: .98;
}
.hero-subscribe .hero-subscribe-btn.hero-subscribe-inline .icon svg {
  display: none;
}
.hero-subscribe .hero-subscribe-btn.hero-subscribe-inline > span:last-child,.hero-subscribe .hero-mode span,.hero-subscribe .hero-mode em {
  display: flex;
  align-items: center;
}
.post-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 20px;
  align-items: start;
}
.post-layout > * {
  min-width: 0;
}
.action-btn .ui-icon {
  width: 18px;
  height: 18px;
}
.viewer-dim-overlay {
  position: fixed;
  inset: 0;
  z-index: 2090;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease;
  background: rgba(0,0,0,0);
  display: none;
}
body[data-viewer-mode="sleep"] .viewer-dim-overlay {
  display: block;
  opacity: 1;
  pointer-events: auto;
  touch-action: none;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
  background: rgba(0,0,0,.92);
}
.viewer-mode-off {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%,-50%);
  z-index: 2101;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(9,14,21,.88);
  color: #eef3fb;
  font: 800 .78rem/1 var(--system-font);
  letter-spacing: .01em;
  box-shadow: 0 8px 28px rgba(0,0,0,.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease,transform .2s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body[data-viewer-mode="sleep"] .viewer-mode-off:not([hidden]) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.post-meta-bar .post-actions {
  justify-self: end;
  align-self: center;
  margin-left: auto;
}
.post-meta-bar .meta-left::-webkit-scrollbar {
  display: none;
}
.viewer-mode-off[hidden] {
  display: none;
}
.video-embed {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #060a10;
  border-radius: 6px;
  isolation: isolate;
  margin-top: 0;
}
.video-embed--lazy {
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
}
.video-shell {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #060a10;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.video-shell__poster-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #060a10;
}
.video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(5,7,11,.08),rgba(5,7,11,.14) 48%,rgba(5,7,11,.22));
  pointer-events: none;
}
.video-shell__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 68px;
  height: 48px;
  border-radius: 6px;
  background: #ff0033;
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  transform: translate(-50%,-50%);
  transition: transform .16s ease,filter .16s ease;
}
.video-shell__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #fff;
  transform: translate(-38%,-50%);
}
.video-shell:hover .video-shell__play,.video-shell:focus-visible .video-shell__play {
  filter: brightness(1.04);
  transform: translate(-50%,-50%) scale(1.04);
}
.video-shell:focus-visible {
  outline: 2px solid rgba(111,169,255,.96);
  outline-offset: 3px;
}
.video-embed--active {
  background: #000;
}
.page-hero.content-wrap:not(.post-hero) .page-title {
  margin-bottom: 6px;
}
.page-hero.content-wrap:not(.post-hero) .page-lead,
.page-hero.content-wrap:not(.post-hero) > p {
  margin-top: 0;
}
@media (max-width:700px) {
  .page-hero.content-wrap:not(.post-hero) .page-title {
    margin-bottom: 4px;
  }
}
.post-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.video-embed--needs-sound .video-embed__sound-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  background: rgba(8,12,18,.82);
  box-shadow: 0 8px 18px rgba(0,0,0,.24);
  color: #f4f7ff;
  font: 800 .82rem/1 var(--system-font);
  transform: translate(-50%,-50%);
  cursor: pointer;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  max-width: calc(100% - 24px);
  white-space: nowrap;
}
.video-embed--needs-sound .video-embed__sound-toggle:hover,.video-embed--needs-sound .video-embed__sound-toggle:focus-visible {
  filter: brightness(1.05);
}
.video-embed__sound-toggle {
  padding-left: 34px;
}
.video-embed__sound-toggle::before {
  left: 12px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid currentColor;
  transform: translateY(-50%);
}
.video-embed__sound-toggle::after {
  left: 22px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-left: none;
  border-bottom: none;
  border-radius: 0 6px 0 0;
  transform: translateY(-50%) rotate(45deg);
  opacity: .92;
}
