.system-requirements {
  width: 100%;
  max-width: 100%;
  padding: clamp(42px, 6vw, 76px) 0;
  color: #20362c;
  background: #fff;
  border-block: 1px solid #e3ecdf;
  isolation: isolate;
  scroll-margin-top: 96px;
}
.system-requirements__inner {
  width: min(1220px, calc(100% - 48px));
  min-width: 0;
  margin-inline: auto;
}
.system-requirements__heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.system-requirements__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid #d5eabf;
  border-radius: 999px;
  color: #345827;
  background: #f2fadf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.system-requirements h2 {
  margin: 0 0 14px;
  color: #172b22;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}
.system-requirements__intro { margin: 0; color: #536257; font-size: 14px; line-height: 1.8; }
.system-requirements__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}
.system-requirements__card {
  min-width: 0;
  padding: 24px 14px 25px;
  border: 1px solid #e1e9db;
  border-radius: 24px;
  background: linear-gradient(155deg, #fff 28%, #f5f9ef);
  box-shadow: 0 14px 30px -18px rgba(34, 68, 25, .3), inset 0 1px 0 #fff;
  text-align: center;
  overflow-wrap: anywhere;
}
.system-requirements__card dt { margin: 0; }
.system-requirements__icon {
  display: block;
  width: 112px;
  height: 112px;
  max-width: 100%;
  margin: 0 auto 20px;
  object-fit: contain;
  filter: drop-shadow(0 9px 9px rgba(25, 51, 28, .12));
  animation: requirements-float 5s ease-in-out infinite;
}
.system-requirements__card:nth-child(2) .system-requirements__icon { animation-delay: -.8s; }
.system-requirements__card:nth-child(3) .system-requirements__icon { animation-delay: -1.6s; }
.system-requirements__card:nth-child(4) .system-requirements__icon { animation-delay: -2.4s; }
.system-requirements__card:nth-child(5) .system-requirements__icon { animation-delay: -3.2s; }
.system-requirements__label { display: block; color: #536257; font-size: 12px; font-weight: 700; line-height: 1.6; }
.system-requirements__card dd { margin: 8px 0 0; color: #203c2b; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.45; font-weight: 800; }
@keyframes requirements-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@media (max-width: 1099px) {
  .system-requirements__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 799px) {
  .system-requirements__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 599px) {
  .system-requirements__inner { width: calc(100% - 32px); }
  .system-requirements__grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .system-requirements__card { padding: 23px 18px; }
  .system-requirements__icon { width: 100px; height: 100px; margin-bottom: 14px; }
  .system-requirements__card dd { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .system-requirements__icon { animation: none; transform: none; }
  html:has(.system-requirements) { scroll-behavior: auto; }
}
@media print {
  @page { margin: 12mm; }
  .game-detail-page { background: #fff !important; color: #111 !important; }
  .game-detail-page .site-header,
  .game-detail-page .announcement,
  .game-detail-page .seo-breadcrumb,
  .game-detail-page .seo-hero__art,
  .game-detail-page .seo-sidebar,
  .game-detail-page .seo-next,
  .game-detail-page .site-footer,
  .game-detail-page .skip-link { display: none !important; }
  .game-detail-page .seo-hero { padding: 0 0 8mm; }
  .game-detail-page .container { width: 100%; }
  .game-detail-page .seo-hero__grid,
  .game-detail-page .seo-page__layout { display: block; }
  .game-detail-page .seo-page { padding-bottom: 8mm; }
  .game-detail-page main h1 { font-size: 28pt; }
  .game-detail-page main h2 { font-size: 18pt; break-after: avoid; }
  .game-detail-page main h3 { break-after: avoid; }
  .game-detail-page main p,
  .game-detail-page main li { font-size: 10pt; }
  .game-detail-page main :is(h1, h2, h3, p, li, a, strong, em, span, b, small, summary, th, td) { color: #111 !important; }
  .game-detail-page :is(.seo-summary, .seo-disclosure, .seo-callout, .seo-check, .seo-step, .seo-sources, .review-evidence > div, .review-faq details, .faq-item, .seo-table, .seo-table th) { background: #fff; box-shadow: none; border-color: #bbb; }
  .game-detail-page .seo-table { min-width: 0; width: 100%; }
  .game-detail-page .seo-table-wrap { overflow: visible; }
  .game-detail-page .seo-hero::before { display: none; }
  .game-detail-page .faq-answer { max-height: none !important; opacity: 1 !important; overflow: visible; }
  .system-requirements { padding: 8mm 0; break-inside: avoid; page-break-inside: avoid; border-color: #aaa; background: #fff; }
  .system-requirements__inner { width: 100%; }
  .system-requirements__heading { margin-bottom: 5mm; }
  .system-requirements__eyebrow { padding: 0; border: 0; background: none; }
  .system-requirements__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 3mm; }
  .system-requirements__card { padding: 3mm 2mm; border-radius: 3mm; border-color: #bbb; box-shadow: none; background: #fff; break-inside: avoid; }
  .system-requirements__icon { width: 16mm; height: 16mm; margin-bottom: 3mm; animation: none; transform: none; filter: none; }
  .system-requirements__label { font-size: 8pt; color: #111; }
  .system-requirements__card dd { font-size: 10pt; color: #111; }
}
