@font-face {
  font-family: "Galmuri11";
  src: url("/assets/Galmuri11.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Galmuri11";
  src: url("/assets/Galmuri11-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
}

:root {
  --night: #231A32;
  --night-2: #302342;
  --paper: #F7E8C9;
  --paper-2: #EBD7AC;
  --ink: #34251F;
  --amber: #F4B04B;
  --brick: #B94D32;
  --ember: #FFD76A;
  --mist: #A99BC7;
  --line-dark: #59456C;
  --line-paper: #C9A875;
  --shadow-pixel: 4px 4px 0 var(--ink);
  --font-pixel: "Galmuri11", "Apple SD Gothic Neo", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

* {
  box-sizing: border-box;
}

*[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background: var(--night);
  font-family: var(--font-body);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

button {
  cursor: pointer;
}

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

:focus-visible {
  outline: 3px solid var(--ember);
  outline-offset: 4px;
}

.site-frame {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: relative;
  z-index: 5;
  border-bottom: 2px solid var(--line-dark);
  background: var(--night);
}

.header-inner,
.site-footer,
main > .page-section {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-width: 44px;
  min-height: 44px;
  color: var(--paper);
  text-decoration: none;
  line-height: 1.15;
}

.brand > span:last-child {
  display: grid;
  gap: 3px;
}

.brand strong {
  font-family: var(--font-pixel);
  font-size: 20px;
  letter-spacing: .08em;
}

.brand small {
  color: var(--mist);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--ink);
  background: var(--amber);
  border: 2px solid var(--paper);
  box-shadow: 3px 3px 0 var(--brick);
  font-size: 15px;
}

.site-nav {
  min-width: 0;
  flex: 1 1 auto;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--brick) var(--night);
}

.nav-list {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-link {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  padding: 9px 12px;
  color: var(--mist);
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--paper);
  background: var(--night-2);
}

.nav-link[aria-current="page"] {
  box-shadow: inset 0 -3px 0 var(--amber);
}

.header-account {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.auth-status {
  color: var(--mist);
  font-size: 10px;
  white-space: nowrap;
}

.page-section {
  padding-block: 94px;
}

.hero {
  display: grid;
  min-height: 680px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 32px;
  padding-top: 80px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  grid-column: 1 / span 7;
  padding-block: 28px;
}

.hero-copy::after {
  position: absolute;
  z-index: -1;
  top: -22px;
  left: -28px;
  width: 92px;
  height: 92px;
  content: "";
  border: 2px solid var(--brick);
  box-shadow: 12px 12px 0 var(--night-2), 24px 24px 0 var(--line-dark);
}

.hero-board {
  grid-column: 8 / -1;
  min-height: 438px;
  padding: 22px;
  color: var(--ink);
  background: var(--paper);
  border: 3px solid var(--paper-2);
  box-shadow: var(--shadow-pixel), 9px 9px 0 var(--brick);
  transform: rotate(1deg);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--amber);
  font-size: 10px;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-dot,
.live-tag i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--brick);
  box-shadow: 3px 3px 0 var(--amber);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-pixel);
  font-weight: 700;
  line-height: 1.18;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(42px, 6.5vw, 80px);
  letter-spacing: -.07em;
}

h2 {
  margin-bottom: 0;
  color: var(--paper);
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.07em;
}

h3 {
  margin-bottom: 0;
}

em {
  color: var(--amber);
  font-style: normal;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--mist);
  font-size: 15px;
}

.hero-actions,
.auth-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  border: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.button:hover {
  transform: translate(-2px, -2px);
}

.button-amber {
  color: var(--ink);
  background: var(--amber);
  box-shadow: 4px 4px 0 var(--brick);
}

.button-outline {
  color: var(--paper);
  background: transparent;
  border-color: var(--line-dark);
}

.button-outline:hover {
  background: var(--night-2);
}

.button-paper {
  color: var(--ink);
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--brick);
}

.button-dark {
  color: var(--paper);
  background: var(--night-2);
  border-color: var(--line-dark);
}

.button-small {
  min-height: 44px;
  padding: 8px 13px;
  font-size: 11px;
}

.hero-facts {
  display: flex;
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: grid;
  gap: 3px;
  min-width: 108px;
  padding-left: 18px;
  border-left: 2px solid var(--line-dark);
}

.hero-facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-facts strong {
  font-family: var(--font-pixel);
  color: var(--ember);
  font-size: 24px;
}

.hero-facts span {
  color: var(--mist);
  font-size: 10px;
}

.board-topline,
.board-note,
.patch-meta,
.card-topline,
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.board-topline {
  padding-bottom: 12px;
  border-bottom: 2px solid var(--paper-2);
  color: var(--brick);
  font-size: 10px;
  letter-spacing: .08em;
}

.live-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-size: 9px;
}

.live-tag i {
  width: 6px;
  height: 6px;
  box-shadow: none;
}

.oven-illustration {
  position: relative;
  height: 242px;
  margin: 16px 0;
  overflow: hidden;
  background: var(--paper-2);
  border: 2px solid var(--line-paper);
  image-rendering: pixelated;
}

.oven-illustration::before,
.oven-illustration::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  content: "";
  background: var(--brick);
  box-shadow: 0 -18px 0 var(--line-paper), 0 -36px 0 var(--paper-2);
}

.oven-illustration::after {
  right: auto;
  bottom: 13px;
  left: 0;
  width: 44%;
  height: 4px;
  background: var(--ink);
  box-shadow: none;
}

.oven-arch {
  position: absolute;
  bottom: 42px;
  left: 21%;
  width: 58%;
  height: 130px;
  background: var(--brick);
  border: 10px solid var(--ink);
  border-bottom: 0;
  box-shadow: 9px 9px 0 var(--line-paper);
}

.oven-arch::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 78px;
  content: "";
  background: var(--ink);
}

.oven-fire {
  position: absolute;
  z-index: 2;
  bottom: 43px;
  left: 45%;
  width: 34px;
  height: 48px;
  background: var(--ember);
  box-shadow: -11px 15px 0 var(--amber), 13px 19px 0 var(--brick);
  transform: rotate(45deg);
}

.oven-tray {
  position: absolute;
  z-index: 3;
  bottom: 39px;
  left: 27%;
  width: 48%;
  height: 6px;
  background: var(--paper);
  box-shadow: 0 8px 0 var(--brick);
}

.oven-loaf {
  position: absolute;
  z-index: 4;
  bottom: 52px;
  width: 42px;
  height: 18px;
  background: var(--amber);
  box-shadow: 6px 6px 0 var(--brick);
  transform: skewX(-20deg);
}

.loaf-one { left: 35%; }
.loaf-two { left: 54%; transform: skewX(20deg); }

.oven-smoke {
  position: absolute;
  top: 12px;
  width: 14px;
  height: 26px;
  background: var(--paper);
  box-shadow: 9px 8px 0 var(--paper), 18px 0 0 var(--paper);
  opacity: .85;
}

.smoke-one { left: 45%; }
.smoke-two { left: 54%; top: 30px; transform: scale(.7); }

.oven-tile {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--brick);
  box-shadow: 3px 3px 0 var(--ink);
}

.tile-one { top: 28px; left: 12%; }
.tile-two { top: 77px; right: 13%; }
.tile-three { bottom: 21px; left: 12%; }

.board-note {
  align-items: flex-end;
  padding: 12px 0 14px;
  border-bottom: 2px solid var(--paper-2);
}

.board-note strong {
  font-size: 12px;
}

.note-label,
.note-status {
  color: var(--brick);
  font-size: 9px;
}

.note-status {
  color: #6E5D4B;
}

.board-bars {
  display: grid;
  gap: 7px;
  padding-top: 14px;
}

.board-bars span {
  display: block;
  width: var(--bar);
  height: 5px;
  background: var(--brick);
  box-shadow: 4px 0 0 var(--amber);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.section-heading .eyebrow {
  margin-bottom: 11px;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--amber);
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
}

.text-link:hover {
  color: var(--ember);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.section-note {
  color: var(--mist);
  font-size: 11px;
}

.stat-grid,
.card-grid {
  display: grid;
  gap: 16px;
}

.stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guide-card,
.state-card,
.patch-card,
.post-preview {
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--paper-2);
}

.guide-card {
  display: flex;
  min-height: 284px;
  flex-direction: column;
  padding: 19px;
  box-shadow: 4px 4px 0 var(--night-2);
}

.guide-card:nth-child(2) { transform: translateY(18px); }
.guide-card:nth-child(3) { background: var(--paper-2); }
.guide-card:nth-child(4) { transform: translateY(-9px); }

.card-topline {
  color: var(--brick);
  font-size: 9px;
}

.category-tag {
  min-height: 24px;
  padding: 4px 7px;
  background: var(--amber);
  font-size: 9px;
}

.card-version {
  font-family: var(--font-pixel);
  color: #6E5D4B;
}

.card-title {
  margin: 30px 0 14px;
  font-size: 19px;
  letter-spacing: -.06em;
}

.card-description {
  margin-bottom: auto;
  color: #6E5D4B;
  font-size: 12px;
  line-height: 1.65;
}

.card-footer {
  align-items: flex-end;
  margin-top: 25px;
  padding-top: 13px;
  border-top: 2px solid var(--line-paper);
}

.card-audience {
  color: var(--brick);
  font-size: 10px;
}

.card-arrow {
  color: var(--brick);
  font-size: 20px;
}

.dynamic-region {
  min-width: 0;
}

.state-card {
  min-height: 142px;
  padding: 20px;
}

.state-card strong,
.state-card p {
  display: block;
}

.state-card strong {
  margin: 7px 0 7px;
  font-size: 15px;
}

.state-kicker {
  color: var(--brick);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.state-detail {
  margin-bottom: 16px;
  color: #6E5D4B;
  font-size: 11px;
}

.state-loading {
  border-left: 7px solid var(--amber);
}

.state-empty {
  border-left: 7px solid var(--line-paper);
}

.state-error {
  border-left: 7px solid var(--brick);
}

.state-retry {
  color: var(--ink);
  background: var(--paper-2);
  border-color: var(--line-paper);
}

.community-preview,
.community-list,
.records-table-wrap,
.patch-list {
  display: grid;
  gap: 16px;
}

.community-preview .state-card {
  min-height: 180px;
}

.patch-feature {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 34px;
  color: var(--ink);
  background: var(--amber);
  border-block: 4px solid var(--brick);
}

.patch-feature .eyebrow {
  color: var(--brick);
}

.patch-feature h2 {
  color: var(--ink);
  font-size: clamp(27px, 4vw, 46px);
}

.patch-feature p:not(.eyebrow) {
  max-width: 580px;
  margin: 20px 0 0;
  color: #62402B;
  font-size: 13px;
}

.patch-stamp {
  font-family: var(--font-pixel);
  display: grid;
  width: 120px;
  height: 120px;
  place-content: center;
  color: var(--paper);
  background: var(--brick);
  border: 4px solid var(--ink);
  outline: 2px solid var(--paper);
  outline-offset: -10px;
  box-shadow: 6px 6px 0 var(--ink);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  transform: rotate(-7deg);
}

.patch-stamp small {
  font-size: 9px;
  letter-spacing: .1em;
}

.launch-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.launch-section h2 {
  margin-bottom: 18px;
}

.launch-copy p:not(.eyebrow) {
  max-width: 530px;
  color: var(--mist);
  font-size: 13px;
}

.store-links {
  display: grid;
  gap: 12px;
}

.store-link {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  min-height: 78px;
  align-items: center;
  gap: 13px;
  padding: 14px 17px;
  color: var(--paper);
  background: var(--night-2);
  border: 2px solid var(--line-dark);
  text-decoration: none;
}

.store-link:hover {
  background: var(--brick);
  border-color: var(--amber);
}

.store-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--ink);
  background: var(--amber);
  font-size: 18px;
}

.store-link span:nth-child(2) {
  display: grid;
  line-height: 1.25;
}

.store-link small {
  color: var(--mist);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.store-link strong {
  font-size: 15px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
  align-items: end;
  padding-block: 34px 46px;
  border-top: 2px solid var(--line-dark);
}

.footer-brand {
  min-width: 44px;
  min-height: 44px;
}

.footer-brand strong {
  font-size: 16px;
}

.footer-brand .brand-mark {
  width: 25px;
  height: 25px;
  font-size: 12px;
}

.site-footer p {
  margin: 14px 0 0;
  color: var(--mist);
  font-size: 10px;
}

.site-chrome-error {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding-block: 10px;
  color: var(--mist);
  font-size: 11px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  min-width: 44px;
  min-height: 44px;
  padding-block: 10px;
  color: var(--paper-2);
  font-size: 10px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.copyright {
  color: var(--mist);
  font-size: 9px;
  white-space: nowrap;
}

.page-intro {
  max-width: 880px;
  padding-bottom: 48px;
}

.page-intro h1 {
  font-size: clamp(39px, 6vw, 72px);
}

.page-intro > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--mist);
  font-size: 14px;
}

.intro-rule {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 35px;
  color: var(--paper-2);
  font-size: 10px;
  letter-spacing: .04em;
}

.intro-rule span {
  padding: 7px 14px;
  border-left: 2px solid var(--brick);
}

.intro-rule span:first-child {
  padding-left: 0;
  border-left: 0;
}

.guide-list {
  row-gap: 34px;
}

.records-table-wrap {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.records-table-wrap .state-card {
  grid-column: 1 / -1;
}

.patch-card {
  padding: 28px;
  border-left: 7px solid var(--amber);
  box-shadow: 4px 4px 0 var(--night-2);
}

.patch-meta {
  justify-content: flex-start;
  color: var(--brick);
}

.patch-version {
  font-family: var(--font-pixel);
  font-size: 20px;
  font-weight: 700;
}

.patch-date {
  font-family: var(--font-pixel);
  color: #6E5D4B;
  font-size: 11px;
}

.patch-title {
  margin: 19px 0 20px;
  font-size: 28px;
  letter-spacing: -.06em;
}

.patch-bullets {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.patch-bullet {
  position: relative;
  padding-left: 22px;
  color: #6E5D4B;
  font-size: 13px;
}

.patch-bullet::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--brick);
}

.community-post:empty {
  display: none;
}

.post-preview {
  padding: 24px;
  border-left: 7px solid var(--brick);
  box-shadow: 4px 4px 0 var(--night-2);
}

.post-preview-title {
  margin: 10px 0 7px;
  color: var(--ink);
  font-size: 21px;
}

.post-preview-id {
  margin: 0;
  color: #6E5D4B;
  font-size: 11px;
}

.auth-sheet {
  width: min(500px, calc(100% - 32px));
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--brick);
}

.auth-sheet::backdrop {
  background: rgba(35, 26, 50, .86);
}

.dialog-inner {
  padding: 28px;
}

.dialog-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.dialog-heading .eyebrow {
  margin-bottom: 8px;
  color: var(--brick);
}

.dialog-heading h2 {
  color: var(--ink);
  font-size: 30px;
}

.icon-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink);
  background: transparent;
  border: 2px solid var(--line-paper);
  font-size: 24px;
  line-height: 1;
}

.auth-sheet p:not(.eyebrow):not(.dialog-status) {
  color: #6E5D4B;
  font-size: 12px;
}

.auth-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-block: 22px;
}

.dialog-status {
  margin: 0;
  padding-top: 15px;
  border-top: 2px solid var(--line-paper);
  font-size: 10px;
}

.community-toolbar {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
  padding: 14px;
  background: var(--night-2);
  border: 2px solid var(--line-paper);
}

.community-categories {
  display: flex;
  min-width: 0;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.community-categories .button {
  flex: 0 0 auto;
  color: var(--paper-2);
  background: transparent;
  border-color: var(--line-paper);
}

.community-categories .button.is-active,
.community-categories .button:hover {
  color: var(--ink);
  background: var(--amber);
  border-color: var(--amber);
}

.community-search,
.community-sort,
.community-field {
  display: grid;
  gap: 6px;
  color: var(--paper-2);
  font-size: 10px;
}

.community-search input,
.community-sort select,
.community-field input,
.community-field select,
.community-field textarea,
.community-comment-form textarea,
.report-dialog textarea,
.report-dialog select {
  min-height: 44px;
  padding: 10px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--line-paper);
  font: inherit;
}

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

.community-card {
  display: flex;
  min-height: 225px;
  flex-direction: column;
  padding: 18px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--paper-2);
  box-shadow: 4px 4px 0 var(--night-2);
  cursor: pointer;
}

.community-card:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.community-card .card-title { margin-top: 20px; }
.community-card .card-footer { display: flex; flex-wrap: wrap; gap: 8px 12px; }
.community-card .card-footer .icon-button { margin-left: auto; }

[data-community-next] { margin-top: 18px; }

.community-post-card,
.community-editor,
.community-comment-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  padding: 24px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--paper-2);
  box-shadow: 4px 4px 0 var(--night-2);
}

.community-post-body {
  min-height: 100px;
  white-space: pre-wrap;
  color: #6E5D4B;
  line-height: 1.8;
}

.community-comments { display: grid; gap: 10px; padding-top: 15px; border-top: 2px solid var(--line-paper); }
.community-comments .card-title { margin: 0; font-size: 16px; }
.community-comment-list { display: grid; gap: 8px; }
.community-comment { padding: 12px; background: var(--paper-2); border-left: 4px solid var(--amber); }
.community-comment-body { white-space: pre-wrap; color: #6E5D4B; line-height: 1.6; }
.community-comment small { display: block; margin-top: 8px; }

.community-form-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.report-dialog { width: min(480px, calc(100% - 32px)); padding: 24px; color: var(--ink); background: var(--paper); border: 3px solid var(--ink); }
.report-dialog::backdrop { background: rgba(25, 22, 18, .72); }
.report-dialog form { display: grid; gap: 16px; }
.report-dialog label { display: grid; gap: 6px; font-size: 11px; }

@media (max-width: 960px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 12px 20px;
    padding-block: 14px;
  }

  .site-nav {
    order: 3;
    flex-basis: 100%;
  }

  .hero {
    min-height: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .hero-copy { grid-column: 1 / span 4; }
  .hero-board { grid-column: 5 / -1; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-card:nth-child(2) { transform: none; }
  .guide-card:nth-child(4) { transform: none; }
  .patch-feature { grid-template-columns: 100px 1fr; }
  .patch-feature .button { grid-column: 2; justify-self: start; }
  .patch-stamp { width: 94px; height: 94px; font-size: 17px; }
}

@media (max-width: 680px) {
  .header-inner,
  .site-footer,
  main > .page-section {
    width: min(100% - 32px, 560px);
  }

  .header-inner {
    align-items: flex-start;
  }

  .header-account {
    margin-left: auto;
  }

  .auth-status {
    display: none;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 56px;
  }

  .hero-copy,
  .hero-board {
    grid-column: 1;
  }

  .hero-copy { padding-top: 12px; }
  .hero-board { min-height: 410px; transform: none; }
  h1 { font-size: clamp(40px, 14vw, 66px); }
  h2 { font-size: clamp(31px, 11vw, 44px); }
  .page-section { padding-block: 62px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .section-heading .text-link { align-self: flex-start; }
  .stat-grid,
  .card-grid,
  .launch-section,
  .records-table-wrap { grid-template-columns: 1fr; }
  .community-toolbar { grid-template-columns: 1fr; align-items: stretch; }
  .community-card-grid { grid-template-columns: 1fr; }
  .guide-card:nth-child(3) { background: var(--paper-2); }
  .patch-feature { grid-template-columns: 1fr; gap: 25px; }
  .patch-feature .button { grid-column: auto; }
  .patch-stamp { width: 105px; height: 105px; }
  .launch-section { gap: 28px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .footer-links { justify-content: flex-start; }
  .copyright { display: block; }
  .intro-rule { display: grid; gap: 9px; }
  .intro-rule span,
  .intro-rule span:first-child { padding: 3px 0 3px 12px; border-left: 2px solid var(--brick); }
  .auth-options { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero-board,
  .guide-card:nth-child(2),
  .guide-card:nth-child(4),
  .patch-stamp { transform: none; }
}
