:root {
  color-scheme: dark;
  --bg: #04110a;
  --panel: #0c1d13;
  --panel-alt: #12291b;
  --text: #edf7ef;
  --muted: #a6c4ae;
  --accent: #1a6b36;
  --accent-2: #7fda8e;
  --border: rgba(140, 215, 158, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #04110a 0%, #0a1b11 42%, #102419 100%);
  color: var(--text);
}

a { color: inherit; }
button { font: inherit; }

.page-shell {
  width: min(100vw, 100%);
  margin: 0 auto;
  padding: 0 0 48px;
}

.dashboard-grid,
.lower-grid,
.admin-shell {
  display: grid;
  gap: 18px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-2);
  font-size: 12px;
  margin: 0 0 10px;
}

h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 10px; font-size: clamp(28px, 4vw, 44px); }
h2 { margin-bottom: 12px; font-size: clamp(30px, 4.2vw, 52px); }
h3 { margin-bottom: 10px; font-size: 22px; }
h4 { margin: 12px 0 8px; }
.tagline, .summary, .meta-row, .stack-item small, .plain-list li, .ordered-list li { color: var(--muted); }

.card {
  background: rgba(12, 29, 19, 0.9);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.spotlight-actions,
.rail-header {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rail-header {
  justify-content: space-between;
  align-items: end;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(26, 107, 54, 0.22);
  color: #e0f7e5;
  border: 1px solid rgba(97, 189, 118, 0.42);
}

.badge-secondary {
  background: rgba(127, 218, 142, 0.14);
  color: #e9ffee;
  border-color: rgba(127, 218, 142, 0.32);
}

.badge-subtle {
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border-color: rgba(255,255,255,0.09);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #55a96e);
  color: #f2fff4;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

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

.button-secondary {
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border: 1px solid rgba(140, 215, 158, 0.14);
}

.hero-shell {
  margin-bottom: 18px;
  padding: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.hero-media-wrap {
  position: relative;
  min-height: min(68vh, 760px);
  border-radius: 0;
  overflow: hidden;
  background: #020704;
  border: 0;
}

.player-frame {
  width: 100%;
  min-height: min(68vh, 760px);
  background: #020704;
  position: relative;
}

.player-frame iframe,
.player-frame video,
.player-frame .player-placeholder,
.poster-stage {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.player-frame video {
  object-fit: cover;
  background: #020704;
}

.player-placeholder,
.poster-stage {
  display: grid;
  place-items: center;
  color: var(--muted);
  background: radial-gradient(circle at top left, rgba(127,218,142,0.18), transparent 42%), #07130b;
}

.poster-stage {
  position: relative;
  overflow: hidden;
}

.poster-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.88;
}

.poster-overlay,
.hero-overlay-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  background: linear-gradient(180deg, rgba(3,7,4,0) 0%, rgba(3,7,4,0.92) 56%, rgba(3,7,4,0.98) 100%);
  display: grid;
  gap: 10px;
}

.hero-summary {
  max-width: 880px;
  font-size: 15px;
  line-height: 1.6;
}

.floating-admin-toggle {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 30;
}

.hero-overlay-copy {
  gap: 0;
  padding: 14px 18px;
  max-width: min(420px, 100%);
}

.hero-overlay-copy h2 {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: min(24ch, 100%);
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(4, 17, 10, 0.74);
  border: 1px solid rgba(255,255,255,0.1);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.2;
}

.spotlight-actions {
  margin-top: 2px;
}

.meta-row {
  gap: 8px;
}

.meta-row span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(4, 17, 10, 0.58);
  border: 1px solid rgba(255,255,255,0.12);
}

.inline-note {
  position: absolute;
  left: 12px;
  bottom: 84px;
  padding: 8px 12px;
  background: rgba(6, 18, 10, 0.82);
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
}

.player-footer-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(4, 17, 10, 0.32), rgba(4, 17, 10, 0.86));
  border: 1px solid rgba(255,255,255,0.08);
  z-index: 2;
}

.player-footer-copy {
  display: grid;
  gap: 4px;
  max-width: 720px;
}

.player-footer-copy strong {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
}

.player-footer-copy span {
  color: rgba(236, 246, 239, 0.84);
  font-size: 13px;
}

.player-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.next-preview-overlay {
  position: absolute;
  right: 18px;
  bottom: 144px;
  width: min(360px, calc(100% - 36px));
  border: 1px solid rgba(127, 218, 142, 0.35);
  background: linear-gradient(180deg, rgba(4, 17, 10, 0.96), rgba(8, 28, 16, 0.96));
  color: var(--text);
  border-radius: 18px;
  padding: 14px;
  display: grid;
  gap: 10px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.next-preview-overlay.is-fading {
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
}

.next-preview-overlay.is-compact {
  width: auto;
  min-width: 176px;
  padding: 12px 14px;
}

.next-preview-overlay.is-compact .next-preview-body,
.next-preview-overlay.is-compact .next-preview-cta,
.next-preview-overlay.is-compact .next-preview-close {
  display: none;
}

.next-preview-overlay.is-compact:hover {
  width: min(360px, calc(100% - 36px));
}

.next-preview-overlay.is-compact:hover .next-preview-body,
.next-preview-overlay.is-compact:hover .next-preview-cta {
  display: grid;
}

.next-preview-overlay.is-compact:hover .next-preview-close {
  display: inline-flex;
}

.next-preview-main {
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 0;
  display: grid;
  gap: 10px;
  cursor: pointer;
}

.next-preview-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.28);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.next-preview-label,
.next-preview-cta,
.media-card-badge {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: var(--accent-2);
}

.next-preview-body {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: center;
}

.next-preview-thumb-wrap {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
}

.next-preview-thumb,
.next-preview-fallback {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.next-preview-copy {
  display: grid;
  gap: 4px;
}

.next-preview-overlay.is-compact .next-preview-label::after {
  content: ' • hover to expand';
  color: rgba(236, 246, 239, 0.72);
  letter-spacing: 0.04em;
  text-transform: none;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
}

.admin-shell {
  margin-top: 24px;
}

.editorial-category-groups {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.editorial-category-block {
  display: grid;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.editorial-category-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-end;
}

.editorial-category-heading h4 {
  margin: 0;
}

.editorial-category-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 16px;
}

.editorial-category-lead {
  display: grid;
  grid-template-columns: 188px 1fr;
  gap: 14px;
  align-items: center;
  padding: 0;
  color: inherit;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.editorial-category-image {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
}

.editorial-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.editorial-category-copy {
  display: grid;
  gap: 6px;
}

.editorial-category-copy strong {
  font-size: 18px;
  line-height: 1.25;
}

.editorial-category-copy small {
  color: var(--muted);
}

.editorial-line-item.compact {
  padding-top: 10px;
  padding-bottom: 10px;
}

.editorial-category-lines {
  display: grid;
}

.admin-header {
  margin-bottom: 0;
}

.admin-toggle {
  white-space: nowrap;
}

.admin-grid-top {
  margin-bottom: 0;
}

.footer-overlay {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(8, 20, 12, 0.82);
  border: 1px solid rgba(140, 215, 158, 0.1);
  display: grid;
  gap: 8px;
}

.admin-footer {
  min-height: 100%;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.chip {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
}

.chip.active {
  background: rgba(73, 199, 127, 0.16);
  border-color: rgba(73, 199, 127, 0.35);
}

.thumb-strip-section {
  display: grid;
  gap: 12px;
  margin: 0 18px 18px;
}

.thumb-strip-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.thumb-strip-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 220px);
  gap: 12px;
  overflow-x: auto;
  padding: 4px 0 6px;
  scrollbar-width: thin;
}

.thumb-strip-card {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4, 17, 10, 0.92);
  color: var(--text);
  text-align: left;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.thumb-strip-card.active {
  border-color: rgba(73,199,127,0.65);
  box-shadow: 0 0 0 1px rgba(73,199,127,0.3);
}

.thumb-strip-card img,
.thumb-strip-fallback {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: linear-gradient(180deg, rgba(111,208,255,0.18), rgba(255,255,255,0.04));
}

.thumb-strip-caption {
  display: grid;
  gap: 6px;
  padding: 12px;
}

.thumb-strip-caption strong {
  font-size: 14px;
  line-height: 1.35;
}

.thumb-strip-caption span {
  color: var(--muted);
  font-size: 12px;
}

.dashboard-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.stat-card,
.stack-item {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.06);
}

.stat-card strong {
  display: block;
  font-size: 28px;
  margin-bottom: 4px;
}

.stack-list {
  display: grid;
  gap: 12px;
}

.stack-item strong,
.media-card-title {
  display: block;
  margin-bottom: 6px;
}

.ordered-list,
.plain-list {
  margin: 0;
  padding-left: 18px;
}

.rails {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.rail-section {
  overflow: hidden;
}

.rail-empty {
  min-height: 140px;
  display: grid;
  place-items: center;
  color: var(--muted);
}

.rail-carousel-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.rail-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(127, 218, 142, 0.2);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.rail-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 280px);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.media-card {
  width: 100%;
  text-align: left;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  color: var(--text);
  min-height: 280px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}

.media-card.active {
  border-color: rgba(73,199,127,0.55);
  box-shadow: 0 0 0 1px rgba(73,199,127,0.35);
}

.media-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(4, 17, 10, 0.82);
  border: 1px solid rgba(127, 218, 142, 0.3);
}

.media-card-badge[hidden] {
  display: none;
}

.media-card-thumb-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(180deg, rgba(111,208,255,0.18), rgba(255,255,255,0.04));
}

.media-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-card-topline,
.media-card-meta,
.media-card-progress {
  display: block;
  font-size: 12px;
  color: var(--accent-2);
  margin: 12px 14px 8px;
}

.media-card-progress {
  color: #d7ffd9;
  margin-top: 0;
  margin-bottom: 0;
}

.media-card-progress:not(.active) {
  display: none;
}

.media-card-title,
.media-card-summary {
  margin-left: 14px;
  margin-right: 14px;
}

.media-card-summary {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.media-card-poster-title {
  min-height: 0;
}

.media-card-poster-title .media-card-topline,
.media-card-poster-title .media-card-summary,
.media-card-poster-title .media-card-meta {
  display: none;
}

.media-card-poster-title .media-card-title {
  margin: 12px 14px 16px;
  font-size: 15px;
  line-height: 1.35;
}

.player-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 12px 18px;
}

.player-nav-copy {
  display: grid;
  gap: 4px;
  flex: 1;
}

.player-nav-copy strong {
  font-size: 18px;
  line-height: 1.35;
}

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

.homepage-editorial {
  display: grid;
  gap: 18px;
  margin: 0 12px 18px;
}

.homepage-editorial-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.homepage-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  gap: 18px;
}

.editorial-lead-card {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(7, 12, 26, 0.82);
  color: var(--text);
  cursor: pointer;
}

.editorial-lead-image,
.editorial-lead-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.editorial-lead-image img {
  object-fit: cover;
}

.editorial-lead-fallback {
  min-height: 280px;
  background: linear-gradient(135deg, rgba(26,212,122,0.22), rgba(61,132,255,0.22));
}

.editorial-headline-list {
  display: grid;
  gap: 10px;
}

.editorial-line-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(7, 12, 26, 0.82);
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.editorial-line-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.editorial-line-item small {
  color: var(--muted);
}

.editorial-line-arrow {
  color: var(--accent-2);
  font-size: 20px;
}

.editorial-topic-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.editorial-topic-column {
  display: grid;
  gap: 12px;
  align-content: start;
}

.editorial-topic-lead {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 1px solid rgba(10, 18, 12, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: #f4eee4;
  color: #102015;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24);
}

.editorial-topic-image,
.editorial-topic-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.editorial-topic-image img {
  object-fit: cover;
}

.editorial-topic-lines {
  display: grid;
}

.editorial-topic-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid rgba(122, 171, 126, 0.18);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.editorial-topic-row-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 700;
}

.editorial-topic-row-date {
  flex: 0 0 auto;
  color: rgba(221, 230, 215, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.editorial-line-item.is-selected,
.editorial-topic-row.is-selected {
  background: rgba(73, 199, 127, 0.14);
  border-color: rgba(73, 199, 127, 0.38);
}

.editorial-line-item:hover,
.editorial-lead-card:hover,
.editorial-topic-row:hover,
.editorial-topic-lead:hover {
  transform: translateY(-1px);
}

.editorial-topic-copy,
.editorial-topic-kicker,
.editorial-topic-dot,
.editorial-topic-copy strong,
.editorial-topic-copy span,
.editorial-topic-copy small {
  display: none;
}

.media-card-source-title {

  min-height: 0;
}

.media-card-source-title .media-card-summary,
.media-card-source-title .media-card-meta {
  display: none;
}

.media-card-source-title .media-card-topline {
  margin-bottom: 0;
}

.media-card-source-title .media-card-title {
  margin-top: 6px;
  margin-bottom: 16px;
}

.site-footer {
  display: grid;
  gap: 22px;
  margin: 24px 12px 48px;
}

.site-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.site-footer-copy {
  display: grid;
  gap: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.full-span {
  grid-column: 1 / -1;
}

.preview-host-note {
  margin: 0 0 8px;
  color: var(--muted);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,179,107,0.14);
  color: #ffe8d2;
  border: 1px solid rgba(255,179,107,0.28);
  margin-bottom: 10px;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .dashboard-grid,
  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-topic-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .dashboard-grid,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .editorial-topic-columns {
    grid-template-columns: 1fr;
  }

  .page-shell {
    width: 100%;
  }

  .hero-media-wrap,
  .player-frame {
    min-height: 58vh;
  }

  .thumb-strip-shell {
    grid-template-columns: 1fr;
  }

  .player-nav-bar,
  .homepage-editorial-header,
  .site-footer-grid,
  .editorial-category-heading,
  .player-footer-overlay {
    flex-direction: column;
    align-items: stretch;
  }

  .homepage-editorial-grid,
  .editorial-lead-card,
  .site-footer-grid,
  .editorial-category-grid,
  .editorial-category-lead {
    grid-template-columns: 1fr;
  }

  .player-nav-bar {
    margin-left: 10px;
    margin-right: 10px;
  }

  .homepage-editorial,
  .site-footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rail-arrow {
    display: none;
  }

  .next-preview-body {
    grid-template-columns: 1fr;
  }

  .player-footer-overlay {
    bottom: 52px;
  }

  .next-preview-overlay {
    bottom: 156px;
  }

  .hero-overlay-copy,
  .poster-overlay {
    padding: 16px;
  }

  .thumb-strip-section {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.plain-list li,
.ordered-list li,
.stack-list li,
.stack-item {
  border-radius: 4px;
}
