/* Ludus visual polish: clear hierarchy, light surfaces, and restrained depth. */
:root {
  --canvas: #f6f7f8;
  --panel: #ffffff;
  --ink: #142235;
  --body: #6f7d8d;
  --faint: #a0acb8;
  --line: #e5e9ed;
  --green: #148d73;
  --green-soft: #eaf7f3;
  --navy: #14263d;
  --shadow-soft: 0 8px 24px rgba(21, 41, 61, .045);
}

html { background: var(--canvas); }
body { background: var(--canvas); color: var(--ink); }
.site-shell { gap: 18px; width: min(1680px, calc(100% - 32px)); margin: 16px auto; }
.sidebar, main { border-color: #e3e7eb; box-shadow: var(--shadow-soft); }
.sidebar { padding-top: 36px; background: #fff; }
.brand { margin-bottom: 34px; }
.nav-link { min-height: 64px; border-radius: 12px; }
.nav-link.is-active { background: #edf8f4; }
.sidebar-rule { margin-top: 24px; margin-bottom: 24px; }

/* Keep the pass card crisp instead of atmospheric. */
.sidebar .membership-card {
  border: 1px solid #d9e2f4 !important;
  background: #f4f7ff !important;
  box-shadow: 0 8px 20px rgba(46, 67, 111, .08), inset 0 1px rgba(255,255,255,.9) !important;
}
.sidebar .membership-card::before,
.sidebar .membership-card::after { display: none !important; }
.sidebar .membership-card .member-cta {
  background: #182b4a !important;
  box-shadow: 0 7px 16px rgba(24,43,74,.14) !important;
}
.sidebar .membership-card .member-cta::after { display: none !important; }

/* Contact card: keep the dense sidebar rhythm while making the address easy
   to scan and the feedback action feel like a deliberate primary control. */
.sidebar .contact-card .member-contact-email {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #182744;
  font-size: clamp(13px, 1.05vw, 18px);
  line-height: 1.2;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .contact-card .member-contact-cta {
  background: linear-gradient(135deg, #182b4a 0%, #223b67 100%) !important;
  box-shadow: 0 10px 20px rgba(24,43,74,.18), inset 0 1px rgba(255,255,255,.12) !important;
}
.sidebar .contact-card .member-contact-cta:hover,
.sidebar .contact-card .member-contact-cta:focus-visible {
  background: linear-gradient(135deg, #20385e 0%, #2c4b7e 100%) !important;
  box-shadow: 0 14px 26px rgba(24,43,74,.24), inset 0 1px rgba(255,255,255,.16) !important;
  outline: none;
}
.sidebar .contact-card .member-topline { gap: 12px; white-space: nowrap; letter-spacing: .08em; }
.sidebar .contact-card .member-topline span { min-width: 0; }
.sidebar .contact-card .member-topline span:first-child { overflow: hidden; text-overflow: ellipsis; }
.sidebar .contact-card .member-offer-kicker { margin-top: 24px; margin-bottom: 8px; }
.sidebar .contact-card .member-offer-note { max-width: 100%; }
.sidebar .contact-card .member-rule { margin-top: 18px; margin-bottom: 15px; }
.sidebar .contact-card ul { gap: 8px; margin-bottom: 20px; }
.sidebar .contact-card .member-cta { min-height: 48px; padding-inline: 14px; font-size: 12px; }
.sidebar .contact-card {
  min-height: 0;
  padding: 22px 20px 18px;
}
.sidebar .contact-card h2 {
  display: block;
  margin: 0;
}
.sidebar .contact-card h2 b.member-contact-email {
  font-size: clamp(13px, 1.05vw, 18px) !important;
  line-height: 1.25;
}
.sidebar .contact-card .member-offer-note { font-size: 10px; }
.sidebar .contact-card .member-benefits-title { margin-bottom: 8px !important; font-size: 10px !important; }

/* Contact card composition: a calm, product-style information panel. */
.sidebar .contact-card {
  position: relative;
  padding: 24px 20px 16px;
  border: 1px solid #dfe6f5 !important;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8faff 0%, #f1f5ff 100%) !important;
  box-shadow: 0 12px 28px rgba(68, 91, 151, .10), inset 0 1px rgba(255,255,255,.95) !important;
}
.sidebar .contact-card::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 62px;
  height: 44px;
  opacity: .35;
  background: radial-gradient(circle, #9bb3f0 2px, transparent 3px) 0 0 / 18px 18px;
  pointer-events: none;
}
.sidebar .contact-card::before { display: block !important; left: auto !important; }
.sidebar .contact-card .contact-card-kicker { display: flex; align-items: center; gap: 9px; color: #6682d5; font-size: 10px; font-weight: 800; letter-spacing: .10em; }
.sidebar .contact-card .contact-kicker-mark { width: 4px; height: 17px; border-radius: 3px; background: #6c8be4; box-shadow: 0 0 0 4px rgba(108,139,228,.10); }
.sidebar .contact-card .contact-card-title { margin: 20px 0 0; color: #172b4e; font-size: clamp(24px, 2.2vw, 30px); line-height: 1.1; letter-spacing: .02em; }
.sidebar .contact-card .contact-card-intro { margin: 10px 0 0; color: #6d7f9d; font-size: 11px; line-height: 1.6; }
.sidebar .contact-card .contact-section-label { display: flex; align-items: center; gap: 9px; margin-top: 20px; color: #20385e; font-size: 13px; }
.sidebar .contact-card .contact-section-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; background: #e8edfc; color: #5d7edb; font-size: 14px; font-weight: 800; }
.sidebar .contact-card .contact-email-row { display: flex; align-items: center; justify-content: space-between; gap: 6px; min-width: 0; margin-top: 9px; padding: 10px 8px 10px 11px; border: 1px solid #e1e7f3; border-radius: 10px; background: rgba(255,255,255,.85); box-shadow: 0 4px 12px rgba(75, 94, 143, .06); }
.sidebar .contact-card .contact-email { min-width: 0; flex: 1 1 auto; overflow: hidden; color: #1c3155; font-size: 12px !important; font-weight: 700; letter-spacing: -.045em; text-overflow: clip; white-space: nowrap; }
.sidebar .contact-card .contact-email,
.sidebar .contact-card .contact-email-row { user-select: none; -webkit-user-select: none; -webkit-user-drag: none; }
.sidebar .contact-card .contact-copy { flex: 0 0 auto; padding: 6px 8px; border-radius: 7px; background: #eef2ff; color: #5d7edb; font-size: 9px; font-weight: 800; cursor: pointer; }
.sidebar .contact-card .contact-copy:hover, .sidebar .contact-card .contact-copy:focus-visible { background: #dfe7ff; outline: none; }
.sidebar .contact-card .contact-divider { height: 1px; margin: 20px 0 0; background: linear-gradient(90deg, transparent, #d8e1f7 20%, #d8e1f7 80%, transparent); }
.sidebar .contact-card .contact-topics { display: grid; gap: 0; margin: 9px 0 16px; padding: 0; list-style: none; border: 1px solid #e2e8f5; border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.72); }
.sidebar .contact-card .contact-topics li { position: relative; padding: 11px 28px 11px 42px; color: #294263; font-size: 11px; font-weight: 600; }
.sidebar .contact-card .contact-topics li + li { border-top: 1px solid #e6ebf6; }
.sidebar .contact-card .contact-topics li::before { content: "→"; position: absolute; left: 16px; top: 10px; width: 16px; height: 16px; margin: 0; border-radius: 50%; background: #e7edff; color: #6a88dc; font-size: 10px; font-weight: 800; text-align: center; line-height: 16px; }
.sidebar .contact-card .member-contact-cta { position: relative; justify-content: center; gap: 0; min-height: 47px; border-radius: 10px; font-size: 12px; text-align: center; }
.sidebar .contact-card .member-contact-cta > span:first-child {
  position: absolute;
  left: calc(50% - 22px);
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
}
.sidebar .contact-card .member-contact-cta span:last-child { position: absolute; right: 24px; }
.sidebar .contact-card .contact-privacy { margin: 12px 0 0; color: #8b9bb8; font-size: 9px; line-height: 1.4; text-align: center; }
.sidebar .contact-card .member-contact-cta {
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(110deg, #152b50 0%, #294d87 58%, #365cac 100%) !important;
  box-shadow: 0 12px 24px rgba(35, 61, 113, .24), inset 0 1px rgba(255,255,255,.18) !important;
  letter-spacing: .04em;
}
.sidebar .contact-card .member-contact-cta::before {
  content: "";
  position: absolute;
  left: 12px;
  display: grid;
  place-items: center;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  display: none;
}
.sidebar .contact-card .member-contact-cta::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: -40% auto -40% -30%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transform: translateX(-140%) skewX(-18deg);
  pointer-events: none;
}
.sidebar .contact-card .member-contact-cta:hover::after,
.sidebar .contact-card .member-contact-cta:focus-visible::after { animation: contact-sheen .8s ease forwards; }
.sidebar .contact-card .member-contact-cta:hover,
.sidebar .contact-card .member-contact-cta:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(35, 61, 113, .30), inset 0 1px rgba(255,255,255,.22) !important; }
.sidebar .contact-card .member-contact-cta span:last-child { color: #d6deff; font-size: 20px; transition: transform .25s ease; }
.sidebar .contact-card .member-contact-cta:hover span:last-child,
.sidebar .contact-card .member-contact-cta:focus-visible span:last-child { transform: translateX(-3px); }
@keyframes contact-sheen { to { transform: translateX(560%) skewX(-18deg); } }
.sidebar .contact-card { container-type: inline-size; }
@container (max-width: 240px) {
  .sidebar .contact-card .contact-email { font-size: 10px !important; letter-spacing: -.06em; }
  .sidebar .contact-card .contact-copy { padding-inline: 6px; font-size: 8px; }
}

main { background: #fff; }
.topbar { height: 70px; padding-inline: 38px; }
.hero {
  margin-inline: 30px;
  border-color: #e0e6ea;
  border-radius: 13px;
  box-shadow: 0 5px 16px rgba(28, 51, 72, .035);
}
.hero::before { display: none !important; }
.hero-media img { filter: saturate(.8) contrast(.98) brightness(.82); }
.hero-wash {
  background: linear-gradient(90deg, rgba(250,252,252,.98) 0%, rgba(250,252,252,.92) 36%, rgba(250,252,252,.52) 62%, rgba(13,30,43,.16) 100%), linear-gradient(0deg, rgba(16,31,42,.12), transparent 58%);
}
.hero-content { padding-left: 46px; }
.hero h1 { text-shadow: none; }
.hero-summary { color: #687789; }
.primary-action { border-radius: 8px; box-shadow: 0 7px 16px rgba(19,38,61,.13); }
.archive-stamp { background: rgba(255,255,255,.82); box-shadow: 0 5px 14px rgba(17,39,57,.08); }

/* Overview is a dashboard: the metrics sit above the content, with no heavy nesting. */
.overview-dashboard { margin-inline: 30px; padding-top: 18px; }
.overview-stats { border-color: #e1e7ea; box-shadow: none; }
.overview-stat { min-height: 94px; background: #fff; }
.overview-stat-accent { background: #f2faf7; }
.overview-panels { gap: 16px; }
.overview-panel {
  min-height: 232px;
  border-color: #e1e7ea;
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
}
.overview-panel-primary { background: #f7fbfa; }

/* Library and centre use one clear frame; the content card carries the emphasis. */
.library, .game-center-library {
  margin-inline: 30px;
  border-color: #e1e7ea;
  border-radius: 13px;
  background: #fff;
  box-shadow: none;
}
.library-start-panel { border-color: #dbe6e5; box-shadow: 0 8px 22px rgba(32,61,67,.04); }
.library-start-panel::after { display: none !important; }
.library-quick-links { border-color: #e1e7ea; background: #fbfcfc; }

.game-center-library { padding-top: 26px; }
.game-center-library .section-heading { padding-bottom: 20px; }
.game-center-library .section-heading p { color: #4d8d7b; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.game-center-library .section-heading h2 { max-width: 620px; font-size: clamp(26px, 3vw, 40px); line-height: 1.18; letter-spacing: -.02em; }
.game-center-library .section-heading small { margin-top: 8px; color: #76879a; font-size: 13px; line-height: 1.7; }
.game-center-library .section-index { color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.game-center-grid { grid-template-columns: 1fr; }
.game-center-card {
  min-height: 350px;
  border-color: #dce5e7;
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(18,42,57,.08);
}
.game-center-card-feature .game-center-card-media img { object-position: center 22%; filter: saturate(.92) contrast(1.01) brightness(.84); }
.game-center-card-wash { background: linear-gradient(90deg, rgba(5,19,30,.82), rgba(5,19,30,.18) 72%, rgba(5,19,30,.02)), linear-gradient(0deg, rgba(5,19,30,.62), transparent 60%); }
.game-center-note { margin-inline: 30px; padding-top: 22px; padding-bottom: 36px; }

footer { margin-inline: 30px; border-color: #e1e7ea; color: #8090a0; }

/* Library empty state: give the onboarding copy a calmer, more editorial rhythm. */
#library .section-heading small {
  max-width: 360px;
  margin-top: 7px;
  color: #72858b;
  font-size: 13px;
  line-height: 1.65;
}
#library .section-index {
  color: #148d73;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.library-start-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #fcfefd 68%, #f3faf7 100%);
  box-shadow: 0 12px 28px rgba(32, 61, 67, .055);
}
.library-start-panel::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  width: 52px;
  height: 3px;
  background: #4ab79a;
  border-radius: 0 0 3px 3px;
}
.start-panel-copy h3 {
  max-width: 520px;
  margin-bottom: 10px;
  color: #173047;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.28;
  letter-spacing: 0;
}
.start-panel-intro {
  max-width: 540px;
  margin: 0;
  color: #71838b;
  font-size: 13px;
  line-height: 1.75;
}
.archive-features {
  max-width: 620px;
  margin-top: 22px;
  background: rgba(246, 251, 249, .72);
  border-color: #d8e8e4;
}
.archive-features span { min-height: 76px; padding-top: 11px; padding-bottom: 11px; }
.archive-features i { color: #148d73; font-size: 9px; }
.archive-features b { color: #24444b; font-size: 12px; }
.archive-features small { color: #7e9293; font-size: 10px; line-height: 1.45; }
.library-start-panel .empty-library-art { opacity: .94; }

@media (max-width: 820px) {
  #library .section-heading small { max-width: 300px; font-size: 12px; }
  .start-panel-copy h3 { font-size: 27px; }
}

@media (max-width: 560px) {
  .library-start-panel::before { left: 20px; }
  .start-panel-copy h3 { font-size: 24px; }
  .start-panel-intro { font-size: 12px; }
  .archive-features span { min-height: 60px; }
}

/* P2 featured card rebuilt as a P1-style horizontal hero composition. */
.game-center-library {
  border: 0;
  background: transparent;
  padding-inline: 0;
}
.game-center-library .section-heading {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 4px;
}
.game-center-grid {
  display: block;
  max-width: 1180px;
  margin: 26px auto 0;
}
.game-center-card {
  min-height: 520px;
  aspect-ratio: 2.15 / 1;
  border: 0;
  border-radius: 14px;
  background: #071724;
  box-shadow: 0 18px 38px rgba(16, 39, 53, .16);
}
.game-center-card-media {
  inset: 0;
}
.game-center-card-media img,
.game-center-card-feature .game-center-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: saturate(.95) contrast(1.04) brightness(.82) drop-shadow(-8px 12px 22px rgba(1, 10, 18, .34));
}
.game-center-card-wash {
  background:
    linear-gradient(90deg, rgba(4, 18, 30, .98) 0%, rgba(4, 18, 30, .88) 27%, rgba(4, 18, 30, .44) 52%, rgba(4, 18, 30, .08) 78%),
    linear-gradient(0deg, rgba(3, 14, 24, .76), transparent 48%);
}
.game-center-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 18, 30, .28), transparent 42%), linear-gradient(0deg, rgba(3, 14, 24, .46), transparent 42%);
}
.game-center-card-media {
  left: 28%;
  background: radial-gradient(ellipse at 75% 50%, rgba(47, 88, 99, .28), transparent 58%);
}
.game-center-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("assets/delta-force-bg.png") center center / 100% 100% no-repeat;
  opacity: .96 !important;
  transform: none !important;
  animation: none !important;
}
.game-center-card-index {
  top: 34px;
  right: 40px;
  z-index: 3;
  color: rgba(183, 218, 222, .34);
  font-size: clamp(54px, 6vw, 86px);
  line-height: .9;
  letter-spacing: -.08em;
}
.game-center-card-copy {
  z-index: 4;
  top: 50%;
  right: auto;
  bottom: auto;
  left: clamp(38px, 6vw, 76px);
  width: min(46%, 520px);
  transform: translateY(-42%);
}
.game-center-card-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #72e2c3;
  font-size: 13px;
  letter-spacing: .08em;
}
.game-center-card-copy > span::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #56dfbb;
}
.game-center-card-copy h3 {
  margin: 22px 0 10px;
  color: #f7fbfc;
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: 1.1;
  letter-spacing: .02em;
}
.game-center-card-copy p {
  max-width: 440px;
  color: rgba(235, 246, 247, .72);
  font-size: 16px;
  line-height: 1.7;
}
.game-center-card-copy b {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 18px 0 20px;
  border: 1px solid rgba(91, 226, 190, .66);
  border-radius: 6px;
  color: #f4fffc;
  font-size: 14px;
  letter-spacing: .04em;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.game-center-card-copy b i {
  color: #6de5c5;
  font-size: 25px;
}
.game-center-card:hover .game-center-card-copy b,
.game-center-card:focus-visible .game-center-card-copy b {
  border-color: #8df4d8;
  background: rgba(70, 210, 174, .14);
  box-shadow: 0 8px 20px rgba(47, 190, 156, .18);
  transform: translateY(-2px);
}
.game-center-card::before { display: none; }
.game-center-card:hover::after,
.game-center-card:focus-visible::after {
  opacity: .96 !important;
  transform: none !important;
  animation: none !important;
}

@media (max-width: 820px) {
  .game-center-library .section-heading,
  .game-center-grid { max-width: none; }
  .game-center-card { min-height: 430px; aspect-ratio: 1.55 / 1; }
  .game-center-card-copy { left: 34px; width: 60%; }
  .game-center-card-copy h3 { font-size: 42px; }
  .game-center-card-copy p { font-size: 13px; }
  .game-center-card-index { top: 25px; right: 26px; font-size: 58px; }
}

@media (max-width: 560px) {
  .game-center-grid { margin-top: 18px; }
  .game-center-card { min-height: 500px; aspect-ratio: auto; }
  .game-center-card-media img,
  .game-center-card-feature .game-center-card-media img { object-position: right center; }
  .game-center-card-wash { background: linear-gradient(90deg, rgba(4, 18, 30, .94), rgba(4, 18, 30, .5) 72%), linear-gradient(0deg, rgba(3, 14, 24, .84), transparent 60%); }
  .game-center-card-copy { top: auto; bottom: 72px; left: 24px; width: calc(100% - 48px); transform: none; }
  .game-center-card-copy > span { font-size: 11px; }
  .game-center-card-copy h3 { margin-top: 16px; font-size: 38px; }
  .game-center-card-copy p { font-size: 12px; }
  .game-center-card-copy b { min-height: 48px; margin-top: 20px; font-size: 12px; }
  .game-center-card-index { top: 22px; right: 22px; font-size: 48px; }
}

@media (max-width: 820px) {
  .site-shell { width: 100%; margin: 0; }
  .hero, .library, .game-center-library, .overview-dashboard, .game-center-note, footer { margin-inline: 20px; }
  .hero-content { padding-left: 26px; }
  .game-center-card { min-height: 320px; }
}
@media (max-width: 560px) {
  .hero, .library, .game-center-library, .overview-dashboard, .game-center-note, footer { margin-inline: 12px; }
  .hero-content { padding-left: 20px; }
  .game-center-card { min-height: 285px; }
  .game-center-library .section-heading h2 { font-size: 28px; }
  .game-center-library .section-heading small { font-size: 12px; }
}

/* Keep the rebuilt card's proportions after the legacy responsive rules above. */
@media (max-width: 820px) {
  .game-center-page .game-center-card { min-height: 430px; }
}
@media (max-width: 560px) {
  .game-center-page .game-center-card { min-height: 500px; }
}

/* The embedded centre view can be narrower than the viewport because of the
   persistent sidebar. Use the available main-column width for its layout so
   the card shrinks with its container instead of being clipped by main. */
main { container-type: inline-size; }
.game-center-library,
.game-center-library .section-heading,
.game-center-grid,
.game-center-card { min-width: 0; max-width: 100%; }
.game-center-grid { width: 100%; }

@container (max-width: 980px) {
  .game-center-library .section-heading { gap: 16px; }
  .game-center-library .section-heading h2 { font-size: clamp(26px, 4.2cqw, 40px); }
  .game-center-library .section-heading small { font-size: clamp(11px, 1.45cqw, 13px); }
  .game-center-card {
    min-height: 0;
    aspect-ratio: 1.85 / 1;
  }
  .game-center-card-copy {
    left: clamp(24px, 5cqw, 58px);
    width: min(50%, 460px);
  }
  .game-center-card-copy h3 { font-size: clamp(32px, 5.2cqw, 54px); }
  .game-center-card-copy p { font-size: clamp(12px, 1.55cqw, 16px); }
  .game-center-card-copy b { min-height: clamp(44px, 5cqw, 54px); margin-top: clamp(18px, 2.5cqw, 28px); }
  .game-center-card-index { right: clamp(22px, 3.5cqw, 40px); font-size: clamp(48px, 6.5cqw, 86px); }
}

@container (max-width: 680px) {
  .game-center-card { aspect-ratio: 1.55 / 1; }
  .game-center-card-copy { left: 24px; width: 62%; }
  .game-center-card-copy h3 { font-size: clamp(30px, 7cqw, 42px); }
  .game-center-card-copy p { font-size: 12px; }
}

/* Final interaction/layout pass: P1 premium layer is removed, auth is immediate,
   and every library surface shares the same available main-column width. */
.auth-layer,
.auth-layer.is-visible,
.auth-layer .auth-panel,
.auth-layer.is-visible .auth-panel {
  transition: none !important;
}
.auth-layer.is-visible .auth-panel,
.auth-layer.is-visible .auth-form-wrap > :not(.auth-close),
.auth-layer.is-visible .auth-visual-image {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.library,
.game-center-library,
.overview-dashboard,
.game-center-note,
footer {
  width: calc(100% - 60px);
  max-width: none;
  box-sizing: border-box;
}
.game-center-library .section-heading,
.game-center-grid {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
@media (max-width: 820px) {
  .library,
  .game-center-library,
  .overview-dashboard,
  .game-center-note,
  footer { width: calc(100% - 40px); }
}
@media (max-width: 560px) {
  .library,
  .game-center-library,
  .overview-dashboard,
  .game-center-note,
  footer { width: calc(100% - 24px); }
}
