@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=Paytone+One&family=Work+Sans:wght@400;600&display=swap');
:root { --cream:#fff4d6; --paper:#fffaf0; --ink:#162d36; --red:#e94734; --blue:#176b87; --yellow:#f4c542; --line:#162d36; font-family:'Work Sans'; color:var(--ink); background:var(--cream); }
* { box-sizing:border-box; }
.player-action { display:inline-block; padding:10px 16px; background:var(--blue); color:var(--paper); font-weight:600; text-decoration:none; border:1px solid currentColor; }
.player-action:focus-visible { outline:3px solid var(--red); outline-offset:3px; }
body { margin:0; background:var(--cream); }
a { color:inherit; }
.skip-link { position:fixed; z-index:100; top:10px; left:10px; padding:10px 14px; color:var(--paper); background:var(--ink); transform:translateY(-150%); }
.skip-link:focus { transform:translateY(0); }
.site-header { min-width:0; padding:18px 4vw; display:flex; align-items:center; justify-content:space-between; background:var(--paper); border-bottom:3px solid var(--line); }
.brand { max-width:100%; flex:0 0 auto; overflow-wrap:anywhere; font:32px 'Paytone One'; text-decoration:none; }
.brand i { margin-left:8px; color:var(--red); font:600 10px 'IBM Plex Mono'; font-style:normal; }
nav { display:flex; gap:10px; overflow:auto; }
.site-header nav { min-width:0; overflow-x:auto; }
nav a { padding:9px 12px; color:var(--ink); background:var(--yellow); border:2px solid var(--line); box-shadow:3px 3px 0 var(--line); font:600 10px 'IBM Plex Mono'; text-decoration:none; white-space:nowrap; }
nav a:hover { transform:translate(2px,2px); box-shadow:1px 1px 0 var(--line); }
main { max-width:1180px; margin:0 auto; padding:clamp(34px,6vw,72px) 4vw; }
article { padding:clamp(28px,6vw,72px); position:relative; background:var(--paper); border:3px solid var(--line); box-shadow:10px 10px 0 var(--blue); }
.hero-sticker { padding:13px 18px; position:absolute; right:28px; top:-24px; transform:rotate(2deg); color:white; background:var(--red); border:3px solid var(--line); font:600 11px 'IBM Plex Mono'; }
.kicker { color:var(--blue); font:600 11px 'IBM Plex Mono'; letter-spacing:.14em; text-transform:uppercase; }
h1,h2 { overflow-wrap:anywhere; font-family:'Paytone One'; }
h1 { max-width:760px; margin:14px 0 20px; font-size:clamp(40px,5vw,56px); line-height:1.02; overflow-wrap:normal; hyphens:auto; }
.lede { max-width:760px; font-size:20px; line-height:1.65; }
.pixel-hero-grid { min-width:0; display:grid; grid-template-columns:minmax(0,.85fr) minmax(380px,1.15fr); align-items:center; gap:clamp(28px,5vw,64px); }
.pixel-hero-copy { min-width:0; }
.pixel-media { min-width:0; margin:0; overflow:hidden; border:3px solid var(--line); background:var(--ink); box-shadow:8px 8px 0 var(--red); transform:rotate(1deg); }
.pixel-media img { width:100%; height:auto; aspect-ratio:16/9; display:block; object-fit:cover; }
.pixel-content { margin-top:54px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.article-section { min-width:0; padding:26px; position:relative; background:var(--cream); border:2px solid var(--line); }
.article-section:nth-child(3n+2) { background:#e4f2ef; }
.article-section:nth-child(3n) { background:#fbe5d2; }
.section-index { position:absolute; right:12px; top:10px; color:var(--red); font:600 11px 'IBM Plex Mono'; }
.section-content { min-width:0; }
h2 { margin:4px 26px 14px 0; font-size:27px; line-height:1.05; }
.article-section p { line-height:1.7; }
.content-block + .content-block { margin-top:22px; }
.block-prose p:first-child { margin-top:0; }
.block-steps ol,.block-checklist ul { margin:0; padding-left:24px; }
.block-steps li,.block-checklist li { padding:7px 0 7px 6px; line-height:1.65; }
.block-steps li::marker { color:var(--red); font:600 11px 'IBM Plex Mono'; }
.block-checklist li::marker { color:var(--blue); }
.block-comparison .table-scroll { max-width:100%; overflow-x:auto; border:2px solid var(--line); box-shadow:4px 4px 0 var(--blue); }
.block-comparison table { width:100%; min-width:560px; border-collapse:collapse; background:var(--paper); }
.block-comparison th,.block-comparison td { padding:13px; text-align:left; vertical-align:top; border-right:2px solid var(--line); border-bottom:2px solid var(--line); line-height:1.5; }
.block-comparison th { color:var(--paper); background:var(--blue); font:600 10px 'IBM Plex Mono'; text-transform:uppercase; }
.block-faq dl { margin:0; }
.block-faq .faq-item { margin-bottom:12px; padding:15px; background:var(--paper); border:2px solid var(--line); }
.block-faq dt { color:var(--red); font:600 12px 'IBM Plex Mono'; }
.block-faq dd { margin:9px 0 0; line-height:1.65; }
footer { padding:30px 4vw; display:flex; justify-content:space-between; font:600 10px 'IBM Plex Mono'; }
.footer-guide-index { flex:1 1 auto; min-width:0; overflow-x:auto; }
footer > span { flex:0 0 auto; }
.pixel-related { margin-top:clamp(46px,7vw,76px); padding-top:28px; border-top:3px solid var(--line); }
.pixel-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.pixel-card { min-width:0; overflow:hidden; display:flex; flex-direction:column; border:2px solid var(--line); background:var(--cream); box-shadow:4px 4px 0 var(--red); text-decoration:none; }
.pixel-card img { width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; border-bottom:2px solid var(--line); }
.pixel-card span { padding:14px 14px 0; color:var(--blue); font:600 10px 'IBM Plex Mono'; letter-spacing:.1em; text-transform:uppercase; }
.pixel-card strong { padding:8px 14px 18px; font-family:'Paytone One'; font-size:18px; line-height:1.15; }
.pixel-card:hover { transform:translate(2px,2px); box-shadow:2px 2px 0 var(--red); }
@media(max-width:900px) { .pixel-hero-grid { grid-template-columns:minmax(0,1fr); } .pixel-media { max-width:760px; } .pixel-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:760px) { .site-header { align-items:center; flex-wrap:wrap; gap:12px; } .brand { max-width:52vw; font-size:22px; } nav { width:100%; } h1 { font-size:38px; } .pixel-content,.pixel-card-grid { grid-template-columns:minmax(0,1fr); } article { padding:24px; box-shadow:6px 6px 0 var(--blue); } .pixel-media { transform:none; box-shadow:5px 5px 0 var(--red); } .block-comparison th,.block-comparison td { padding:10px; } footer { flex-direction:column; gap:10px; } }
.video-card { max-width:760px; margin:4px 0 8px; background:var(--paper); border:3px solid var(--line); box-shadow:6px 6px 0 var(--red); }
.video-stage { position:relative; aspect-ratio:16/9; background:var(--ink); }
.video-stage img { width:100%; height:100%; object-fit:cover; display:block; }
.video-play { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); display:inline-flex; align-items:center; gap:8px; padding:12px 18px; color:var(--paper); background:var(--red); border:3px solid var(--line); font:600 12px 'IBM Plex Mono'; cursor:pointer; box-shadow:4px 4px 0 var(--line); }
.video-play:hover { transform:translate(-50%,-50%) translate(2px,2px); box-shadow:2px 2px 0 var(--line); }
.video-stage iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-caption { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin:0; padding:12px; border-top:3px solid var(--line); }
.video-caption small { flex-basis:100%; color:var(--blue); font:600 10px 'IBM Plex Mono'; }


/* Shared production navigation: bounded primary links, an accessible full guide menu,
   a wrapping footer directory, and an empty-safe advertising slot. */
.site-header {
  position: relative;
  gap: clamp(.65rem, 1.5vw, 1.4rem);
}
.site-header .primary-nav {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  overflow-x: visible;
}
.site-header .primary-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.25;
}
.site-header [data-guide-menu] {
  position: relative;
  z-index: 30;
  display: block;
  flex: 0 0 auto;
}
.site-header .language-menu {
  position: relative;
  z-index: 31;
  flex: 0 0 auto;
}
.site-header .language-menu > summary {
  height: 40px;
  min-height: 40px;
  padding: .65rem .75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line, currentColor);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}
.site-header .language-menu > summary::-webkit-details-marker { display: none; }
.site-header .language-menu > div {
  position: absolute;
  z-index: 42;
  top: calc(100% + .45rem);
  right: 0;
  min-width: 9rem;
  padding: .45rem;
  display: grid;
  gap: .2rem;
  border: 1px solid var(--line, currentColor);
  background: var(--panel, var(--paper, var(--bg, #15191b)));
  box-shadow: 0 .8rem 2rem rgba(0,0,0,.3);
}
.site-header .language-menu:not([open]) > div { display: none !important; }
.site-header .language-menu > div a {
  min-height: 40px;
  padding: .5rem .65rem;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}
.site-header [data-guide-menu] summary {
  height: 42px;
  min-height: 40px;
  padding: .65rem .8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 1px solid var(--line, currentColor);
  background: var(--panel, var(--paper, var(--bg, #15191b)));
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}
.site-header [data-guide-menu] summary::-webkit-details-marker { display: none; }
.site-header [data-guide-menu] summary span { font-size: 1rem; transition: transform .18s ease; }
.site-header [data-guide-menu][open] summary span { transform: rotate(45deg); }
.site-header [data-guide-menu] > nav {
  position: absolute;
  z-index: 40;
  top: calc(100% + .55rem);
  right: 0;
  width: min(36rem, calc(100vw - 2rem));
  min-width: 0;
  max-height: min(70vh, 36rem);
  padding: .75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .35rem;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--line, currentColor);
  background: var(--panel, var(--paper, var(--bg, #15191b)));
  box-shadow: 0 1.1rem 2.8rem rgba(0,0,0,.35);
}
.site-header [data-guide-menu]:not([open]) > nav { display: none !important; }
.site-header [data-guide-menu] > nav a {
  min-width: 0;
  min-height: 42px;
  padding: .65rem .72rem;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  overflow-wrap: anywhere;
}
.site-header [data-guide-menu] > nav a:hover,
.site-header [data-guide-menu] > nav a:focus-visible,
.site-header [data-guide-menu] > nav a[aria-current="page"] {
  color: var(--amber, var(--acid, var(--red, var(--orange, currentColor))));
  background: rgba(127,127,127,.12);
  transform: none;
}
.site-header a:focus-visible,
.site-header summary:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--amber, var(--acid, var(--red, var(--orange, currentColor))));
  outline-offset: 3px;
}
.site-footer {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(10rem, .35fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.4rem, 4vw, 4rem);
}
.footer-guide-groups {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 1.5rem clamp(1rem, 2.5vw, 2.4rem);
  overflow-x: visible;
}
.footer-guide-group { min-width: 0; }
.footer-guide-group h2 {
  margin: 0 0 .65rem;
  color: inherit;
  font: inherit;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-guide-group nav {
  min-width: 0;
  display: grid;
  gap: .2rem;
  overflow: visible;
  overflow-x: visible;
  background: transparent;
}
.footer-guide-group nav a {
  min-width: 0;
  min-height: 36px;
  padding: .35rem 0;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  overflow-wrap: anywhere;
  transform: none;
}
.footer-guide-group nav a:hover,
.footer-guide-group nav a:focus-visible,
.footer-guide-group nav a[aria-current="page"] {
  color: var(--amber, var(--acid, var(--red, var(--orange, currentColor))));
  transform: none;
}
.ad-slot {
  width: min(60rem, 100%);
  min-width: 0;
  margin: clamp(1.5rem, 4vw, 3rem) auto 0;
  padding: .8rem 0 0;
  overflow: visible;
  border-top: 1px solid var(--line, currentColor);
}
.ad-slot > small {
  display: block;
  margin: 0 0 .55rem;
  font-size: 12px;
  line-height: 1.3;
  opacity: .72;
}
.ad-slot-container { width: 100%; min-width: 0; }
.ad-slot:has(> .ad-slot-container:empty) { display: none; }
.site-privacy {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: .85rem 0 1.25rem;
  border-top: 1px solid var(--line, currentColor);
  color: inherit;
  font-size: 12px;
  line-height: 1.55;
  opacity: .78;
}
.site-privacy > summary {
  width: max-content;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.site-privacy > p { max-width: 60rem; margin: .65rem 0 0; }
@media (max-width: 980px) {
  .site-header .primary-nav { display: none; }
  .footer-guide-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; }
  .site-header [data-guide-menu] > nav {
    position: fixed;
    top: max(4.5rem, env(safe-area-inset-top));
    right: 1rem;
    left: 1rem;
    width: auto;
    max-height: calc(100dvh - 6rem);
  }
  .site-footer { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 480px) {
  .site-header [data-guide-menu] > nav,
  .footer-guide-groups { grid-template-columns: minmax(0, 1fr); }
}
