/* Generated by scripts/build-frame.js from the site's stylesheets. Do not edit by hand. */
:is(.site-header, .site-footer) { font-family: "Urbanist", "Avenir Next", "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400; color: var(--ink); -webkit-font-smoothing: antialiased; }
:is(.site-header, .site-footer) *, :is(.site-header, .site-footer) *::before, :is(.site-header, .site-footer) *::after { box-sizing: border-box; }
:is(.site-header, .site-footer) a { color: inherit; text-decoration: none; font: inherit; }
:is(.site-header, .site-footer) button { font: inherit; color: inherit; cursor: pointer; }
:is(.site-header, .site-footer) svg, :is(.site-header, .site-footer) img { display: block; }
:is(.site-header, .site-footer) p { margin: 0; }
:is(.site-header, .site-footer) .shell { padding: 0; max-width: none; }
.site-footer { margin-top: 64px; }
@font-face {
  font-family: "Urbanist";
  src: url("/fonts/urbanist-regular.woff2") format("woff2"), url("/fonts/urbanist-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("/fonts/urbanist-medium.woff2") format("woff2"), url("/fonts/urbanist-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("/fonts/urbanist-latin-300-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("/fonts/urbanist-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("/fonts/urbanist-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("/fonts/urbanist-latin-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
:is(.site-header, .site-footer) {
  --paper: #fcfcfc;
  --white: #ffffff;
  --ink: #171716;
  --muted: #656560;
  --line: #d9d9d2;
  --blue: #4868c8;
  --blue-soft: #e9edfb;
  --yellow: #efc84d;
  --coral: #ec806e;
  --green: #507858;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
:is(.site-header, .site-footer) .button, :is(.site-header, .site-footer) .brand { font-weight: 500; }
:is(.site-header, .site-footer) .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:is(.site-header, .site-footer) .shell { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }
.nav-sentinel { position: absolute; top: 12px; height: 1px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 76px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(150%);
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.site-header.scrolled { background: rgba(255, 255, 255, .94); border-color: rgba(23, 23, 22, .08); box-shadow: 0 10px 34px rgba(31, 31, 27, .06); }
:is(.site-header, .site-footer) .nav-shell { width: min(1400px, calc(100% - 48px)); height: 100%; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
:is(.site-header, .site-footer) .brand { display: inline-flex; align-items: center; gap: 9px; justify-self: start; font-weight: 500; font-size: 1.16rem; letter-spacing: -.035em; }
:is(.site-header, .site-footer) .brand-mark { width: 30px; height: 30px; fill: currentColor; }
:is(.site-header, .site-footer) .primary-nav { display: flex; align-items: center; gap: 34px; font-size: .9rem; }
:is(.site-header, .site-footer) .primary-nav a { position: relative; padding-block: 10px; color: #42423e; }
:is(.site-header, .site-footer) .primary-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 3px; height: 1.5px; background: var(--ink); transition: left .25s var(--ease), right .25s var(--ease); }
:is(.site-header, .site-footer) .primary-nav a:hover::after, :is(.site-header, .site-footer) .primary-nav a.active::after { left: 0; right: 0; }
:is(.site-header, .site-footer) .header-cta { justify-self: end; min-height: 42px; padding-inline: 19px; }
:is(.site-header, .site-footer) .menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
:is(.site-header, .site-footer) .menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1.5px; margin: 5px 0; background: var(--ink); transition: transform .25s ease; }
:is(.site-header, .site-footer) .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .91rem; font-weight: 500; cursor: pointer; transition: transform .3s var(--ease), background-color .3s ease, color .3s ease; }
:is(.site-header, .site-footer) .button:active { transform: translateY(1px) scale(.985); }
:is(.site-header, .site-footer) .button-dark { background: var(--ink); color: var(--white); }
:is(.site-header, .site-footer) .button-dark:hover { background: #343432; transform: translateY(-2px); }
:is(.site-header, .site-footer) .button-secondary { background: rgba(255, 255, 255, .58); color: var(--ink); border-color: rgba(23, 23, 22, .28); }
:is(.site-header, .site-footer) .button-secondary:hover { background: var(--white); border-color: rgba(23, 23, 22, .5); transform: translateY(-2px); }
:is(.site-header, .site-footer) .constitution-masthead .brand-mark { width: 29px; height: 29px; }
.site-footer { background: var(--ink); color: var(--white); }
:is(.site-header, .site-footer) .footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .6fr); gap: 54px; padding-block: 70px; }
:is(.site-header, .site-footer) .footer-brand { color: var(--white); }
:is(.site-header, .site-footer) .footer-brand-block > p { max-width: 360px; margin: 22px 0 0; color: #a8a8a2; font-size: .91rem; }
:is(.site-header, .site-footer) .footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
:is(.site-header, .site-footer) .footer-column strong { margin-bottom: 9px; color: #85857f; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
:is(.site-header, .site-footer) .footer-column a { color: #d3d3cd; font-size: .88rem; }
:is(.site-header, .site-footer) .footer-column a:hover { color: var(--white); }
:is(.site-header, .site-footer) .footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 24px; border-top: 1px solid #3a3a37; color: #85857f; font-size: .73rem; }
:is(.site-header, .site-footer) .footer-bottom div { display: flex; gap: 20px; }
@media (max-width: 1100px) {
:is(.site-header, .site-footer) .primary-nav { gap: 20px; }
}
@media (max-width: 880px) {
:is(.site-header, .site-footer) .shell { width: min(100% - 32px, 740px); }
.site-header { height: 70px; }
:is(.site-header, .site-footer) .nav-shell { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
:is(.site-header, .site-footer) .header-cta { display: none; }
:is(.site-header, .site-footer) .menu-toggle { display: block; justify-self: end; }
:is(.site-header, .site-footer) .primary-nav { position: absolute; top: 69px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 4px; padding: 22px 16px 28px; background: var(--white); border-bottom: 1px solid var(--line); }
:is(.site-header, .site-footer) .primary-nav.open { display: flex; }
:is(.site-header, .site-footer) .primary-nav a { width: 100%; padding: 11px 0; font-size: 1rem; }
:is(.site-header, .site-footer) .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
:is(.site-header, .site-footer) .footer-brand-block { grid-column: 1 / 4; }
}
@media (max-width: 590px) {
:is(.site-header, .site-footer) .shell { width: calc(100% - 24px); }
:is(.site-header, .site-footer) .footer-callout-actions .button { width: 100%; }
:is(.site-header, .site-footer) .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 24px; }
:is(.site-header, .site-footer) .footer-brand-block { grid-column: 1 / 3; }
:is(.site-header, .site-footer) .footer-column:last-child { grid-column: 1 / 3; }
:is(.site-header, .site-footer) .footer-bottom { flex-direction: column; }
}
:is(.site-header, .site-footer) { --quiet-grid: linear-gradient(rgba(23,23,22,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(23,23,22,.025) 1px,transparent 1px); }
:is(.site-header, .site-footer) .nav-actions { display:flex; justify-self:end; align-items:center; gap:22px; }
:is(.site-header, .site-footer) .nav-login { font-size:.9rem; padding:12px 0; }
:is(.site-header, .site-footer) .nav-login:hover { color:#4868c8; }
@media(max-width:880px) {
:is(.site-header, .site-footer) .nav-shell { grid-template-columns:1fr auto auto; gap:16px; }
:is(.site-header, .site-footer) .nav-actions { grid-column:2; grid-row:1; gap:12px; }
:is(.site-header, .site-footer) .menu-toggle { grid-column:3; grid-row:1; }
}
@media(min-width:768px) and (max-width:1390px) {
:is(.site-header, .site-footer) .hero-actions .button { padding-inline:17px; font-size:.85rem; }
}
:is(.site-header, .site-footer) .brand .brand-mark { width: 30px; height: 23px; flex: none; }
:is(.site-header, .site-footer) .brand { font-size: 1.2rem; gap: 10px; }
:is(.site-header, .site-footer) .primary-nav-account { display: none; }
@media (max-width: 880px) {
:is(.site-header, .site-footer) .primary-nav-account { display: block; width: 100%; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--line); }
:is(.site-header, .site-footer) .nav-actions .nav-login { display: none; }
}
:is(.site-header, .site-footer) .post-card-placeholder .brand-mark { width: 72px; height: 54px; transition: transform .8s var(--ease); }
:is(.site-header, .site-footer) .post-card:hover .post-card-placeholder .brand-mark { transform: scale(1.06); }
:is(.site-header, .site-footer) .post-card-large .post-card-placeholder .brand-mark { width: 112px; height: 84px; }
:is(.site-header, .site-footer) .article-rule .brand-mark { width: 36px; height: 27px; color: var(--line); }
:is(.site-header, .site-footer) .article-cta .button-dark { background: var(--white); color: var(--ink); }
:is(.site-header, .site-footer) .article-cta .button-dark:hover { background: #ececea; }
:is(.site-header, .site-footer) .form-actions .button { min-width: 170px; }
:is(.site-header, .site-footer) .form-actions .button[disabled] { opacity: .55; cursor: progress; }
.site-footer.footer-compact .footer-grid { padding-top: 72px; }
:is(.site-header, .site-footer) .footer-list { padding-block: 8px 28px; }
:is(.site-header, .site-footer) .list-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 8px 32px; align-items: center; padding: 24px 0; border-top: 1px solid rgba(23, 23, 22, .1); }
:is(.site-header, .site-footer) .list-form-copy strong { display: block; font-weight: 600; }
:is(.site-header, .site-footer) .list-form-copy span { color: var(--muted); font-size: .95rem; }
:is(.site-header, .site-footer) .list-form-row { display: flex; gap: 8px; }
:is(.site-header, .site-footer) .list-form-row input { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid rgba(23, 23, 22, .18); border-radius: 999px; font: inherit; background: var(--white); }
:is(.site-header, .site-footer) .list-form-row .button { flex: none; }
:is(.site-header, .site-footer) .list-form small { grid-column: 2; color: var(--muted); font-size: .8rem; min-height: 1.2em; }
:is(.site-header, .site-footer) .list-form.is-done small { color: #1f7a3a; }
@media (max-width: 900px) {
:is(.site-header, .site-footer) .list-form { grid-template-columns: 1fr; }
:is(.site-header, .site-footer) .list-form small { grid-column: 1; }
}
@media (min-width: 1101px) {
:is(.site-header, .site-footer) .footer-grid { grid-template-columns: 1.6fr repeat(4, .6fr); gap: 44px; }
}
.site-footer .list-form { border-top-color: #3a3a37; }
.site-footer .list-form-copy strong { color: #f4f4f0; }
.site-footer .list-form-copy span, .site-footer .list-form small { color: #a3a39c; }
.site-footer .list-form-row input { border-color: #4a4a46; background: #252523; color: #f4f4f0; }
.site-footer .list-form-row .button { background: #f4f4f0; color: #191919; }
.site-footer .list-form.is-done small { color: #8fdc9f; }
@media (max-width: 590px) {
:is(.site-header, .site-footer) .footer-column:last-child { grid-column: auto; }
}
:is(.site-header, .site-footer) .button { transition: transform .12s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
:is(.site-header, .site-footer) .button:active { transform: translateY(1px) scale(.985); }
:is(.site-header, .site-footer) .button:focus-visible { outline: 2px solid #2368c2; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
:is(.site-header, .site-footer) .button:active { transform: none; }
}
@font-face { font-family: "Urbanist"; src: url("/fonts/urbanist-latin-300-italic.woff2") format("woff2"); font-style: italic; font-weight: 300; font-display: swap; }
@media (max-width: 767px) {
  body.page-game { font-family: "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif !important; }
}
/* The game's "under development" section: its games are removed from this build (scripts/build-game.js). */
body.page-game #underDevHeading, body.page-game #underDevGrid { display: none !important; }
/* Contrast (WCAG AA): the depth chips' small labels were faded below 4.5:1. */
body.page-game .depth-chip:not(.active) span { opacity: 1; color: #5f5d5a; }
