:root {
  color-scheme: light;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Hiragino Sans", system-ui, sans-serif;
  color: #292725;
  background: #f5ede4;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --coral: #e75b58;
  --coral-dark: #bd3f43;
  --cream: #fffaf4;
  --ink: #292725;
  --muted: #736b65;
  --green: #416f5a;
  --line: #d9cbbf;
  --cork: #d9aa75;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 15% 8%, rgb(255 255 255 / 80%), transparent 23rem),
    linear-gradient(112deg, transparent 0 49%, rgb(121 89 64 / 3%) 50% 51%, transparent 52%) 0 0 /
      42px 42px,
    #f5ede4;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: white;
  background: var(--ink);
  transform: translateY(-110%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
footer,
main {
  width: min(76rem, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header,
.site-header nav,
.brand,
footer,
footer nav,
.footer-brand {
  display: flex;
  align-items: center;
}

.site-header {
  min-height: 4rem;
  justify-content: space-between;
  border-bottom: 1px solid rgb(58 48 42 / 14%);
}

.site-header nav {
  gap: 1.2rem;
  font-size: 0.78rem;
  font-weight: 750;
}

.site-header nav a {
  text-decoration: none;
}

.brand {
  gap: 0.6rem;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand-pin {
  position: relative;
  display: inline-grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  background: var(--coral);
  border-radius: 50% 50% 46% 54%;
  box-shadow: inset 0 -2px 0 rgb(102 34 37 / 20%);
  transform: rotate(-8deg);
}

.brand-pin::before,
.brand-pin::after,
.brand-pin i::before,
.brand-pin i::after {
  position: absolute;
  width: 0.54rem;
  height: 0.82rem;
  content: "";
  background: white;
  border-radius: 0.5rem 0.5rem 0 0;
}

.brand-pin::before {
  left: 0.43rem;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.brand-pin::after {
  right: 0.43rem;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.nav-cta {
  min-height: 2.35rem;
  padding: 0.55rem 0.9rem;
  color: white;
  background: var(--ink);
  border-radius: 0.65rem;
  box-shadow: 0 3px 0 #0e0e0d;
}

.nav-cta:active {
  box-shadow: none;
  transform: translateY(2px);
}

.board-intro {
  display: grid;
  min-height: 10rem;
  padding: 1.4rem 0.35rem;
  align-items: center;
  grid-template-columns: 8rem minmax(0, 1fr) auto;
  gap: 1.4rem;
}

.intro-visual {
  position: relative;
  width: 7.4rem;
  height: 7.4rem;
}

.orbit {
  position: absolute;
  inset: 0.55rem;
  border: 1px dashed rgb(85 72 64 / 27%);
  border-radius: 50%;
  transform: rotate(12deg);
}

.orbit-two {
  inset: 1.4rem 0.15rem;
  transform: rotate(-35deg);
}

.orbit i {
  position: absolute;
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  color: white;
  background: var(--green);
  border-radius: 50%;
  font-size: 0.72rem;
  font-style: normal;
  place-items: center;
  box-shadow: 0 4px 9px rgb(54 64 58 / 20%);
}

.orbit-one i {
  inset: -0.55rem auto auto 1.15rem;
}

.orbit-two i {
  inset: auto 0.2rem -0.55rem auto;
  background: #dfa54a;
}

.orbit-center {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  color: white;
  background:
    radial-gradient(circle at 34% 28%, rgb(255 255 255 / 38%) 0 10%, transparent 11%), var(--coral);
  border-radius: 50%;
  font-size: 1.4rem;
  place-items: center;
  box-shadow: 0 0.7rem 1.4rem rgb(166 58 60 / 22%);
  transform: translate(-50%, -50%);
}

.eyebrow {
  margin: 0 0 0.35rem;
  color: var(--coral-dark);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

h1,
h2,
p {
  max-width: 48rem;
}

h1,
h2 {
  margin: 0;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
}

h2 {
  font-size: 1rem;
}

.board-intro > div:nth-child(2) > p:last-child,
.compact-heading > p:last-child {
  max-width: 38rem;
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.7;
}

.safety-plaque {
  display: flex;
  min-width: 13.5rem;
  padding: 0.75rem 0.9rem;
  align-items: center;
  gap: 0.75rem;
  background: rgb(255 250 244 / 80%);
  border: 1px solid #c9bdb2;
  border-radius: 0.85rem;
  text-decoration: none;
  box-shadow: 0 0.35rem 1.2rem rgb(88 63 47 / 8%);
}

.shield-mark {
  display: grid;
  width: 2.3rem;
  height: 2.5rem;
  flex: 0 0 auto;
  color: white;
  background: var(--green);
  border-radius: 1rem 1rem 1.35rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 900;
  place-items: center;
  clip-path: polygon(50% 0, 94% 17%, 86% 72%, 50% 100%, 14% 72%, 6% 17%);
}

.safety-plaque span:last-child {
  display: grid;
  gap: 0.1rem;
}

.safety-plaque b {
  font-size: 0.78rem;
}

.safety-plaque small {
  color: var(--muted);
  font-size: 0.67rem;
}

.board-workspace {
  display: grid;
  min-height: 39rem;
  margin-bottom: 4rem;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid #bfae9f;
  border-radius: 1.25rem;
  box-shadow:
    0 1.5rem 3.5rem rgb(91 65 48 / 14%),
    inset 0 1px white;
  grid-template-columns: 16.5rem minmax(0, 1fr);
}

.filter-drawer {
  display: flex;
  padding: 1rem;
  gap: 1.15rem;
  flex-direction: column;
  background:
    repeating-linear-gradient(90deg, transparent 0 4px, rgb(75 60 48 / 2%) 5px 6px), #f3e8dc;
  border-right: 1px solid #c8b7aa;
  box-shadow: 0.45rem 0 1rem rgb(80 55 41 / 8%);
}

.drawer-handle {
  display: flex;
  min-height: 2.3rem;
  padding: 0 0.75rem;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: #3b3936;
  border-radius: 0.55rem;
  box-shadow: 0 3px 0 #1e1d1b;
  font-size: 0.75rem;
  font-weight: 850;
}

.drawer-handle a {
  color: #f6c2bb;
  font-size: 0.65rem;
  font-weight: 700;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend,
.select-field > span,
.text-field > span {
  margin-bottom: 0.55rem;
  color: #554d48;
  font-size: 0.7rem;
  font-weight: 850;
}

.dial-choices {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.25rem;
}

.dial-choices label {
  min-width: 0;
}

.dial-choices input,
.segmented-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dial-choices span {
  display: grid;
  min-height: 3.15rem;
  padding: 0.35rem 0.1rem;
  gap: 0.2rem;
  color: #716861;
  background: rgb(255 255 255 / 55%);
  border: 1px solid #d3c5ba;
  border-radius: 0.55rem;
  font-size: 0.58rem;
  font-weight: 750;
  place-items: center;
}

.dial-choices input:checked + span {
  color: white;
  background: var(--coral);
  border-color: var(--coral);
  box-shadow: 0 2px 0 var(--coral-dark);
}

.mini-dial {
  position: relative;
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  background: #fffaf4;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.mini-dial::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1px;
  height: 0.42rem;
  content: "";
  background: currentColor;
  transform: translate(-50%, -100%);
  transform-origin: 50% 100%;
}

.mini-dial.daytime::after {
  transform: translate(-50%, -100%) rotate(90deg);
}

.mini-dial.evening::after {
  transform: translate(-50%, -100%) rotate(135deg);
}

.mini-dial.night::after {
  transform: translate(-50%, -100%) rotate(210deg);
}

.mini-dial.anytime::after {
  width: 0.42rem;
  height: 0.42rem;
  background: currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.select-field,
.text-field {
  display: grid;
}

select,
.text-field input {
  width: 100%;
  min-height: 2.7rem;
  padding: 0.65rem 0.72rem;
  color: var(--ink);
  background: #fffdf9;
  border: 1px solid #cbbcaf;
  border-radius: 0.58rem;
  font-size: 0.78rem;
  box-shadow: inset 0 1px 2px rgb(74 57 44 / 5%);
}

.check-card {
  display: flex;
  min-height: 3rem;
  padding: 0.65rem 0.75rem;
  align-items: center;
  gap: 0.6rem;
  background: rgb(255 255 255 / 55%);
  border: 1px solid #d3c5ba;
  border-radius: 0.6rem;
}

.check-card input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--coral);
}

.check-card > span {
  color: var(--coral);
  font-size: 0.78rem;
}

.check-card b {
  font-size: 0.72rem;
}

.button {
  display: inline-flex;
  min-height: 2.7rem;
  padding: 0.62rem 1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.button.ink {
  color: white;
  background: var(--ink);
  box-shadow: 0 3px 0 #11100f;
}

.button.coral {
  color: white;
  background: var(--coral);
  box-shadow: 0 3px 0 var(--coral-dark);
}

.button.soft {
  color: var(--ink);
  background: #fffaf4;
  border-color: #cbbcaf;
}

.button.line-green {
  color: white;
  background: #178b4e;
  box-shadow: 0 3px 0 #0b6536;
}

.button.large {
  min-height: 3.25rem;
  font-size: 0.86rem;
}

.button:active:not(:disabled) {
  box-shadow: none;
  transform: translateY(2px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #2e76c2;
  outline-offset: 3px;
}

.drawer-rules {
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  color: #70665f;
  font-size: 0.61rem;
}

.rule-dot {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.25rem;
  background: var(--green);
  border-radius: 50%;
}

.cork-board,
.preview-board {
  position: relative;
  padding: 1.15rem;
  background:
    radial-gradient(circle at 20% 30%, rgb(91 56 31 / 16%) 0 1px, transparent 2px) 0 0 / 17px 18px,
    radial-gradient(circle at 80% 60%, rgb(255 255 255 / 20%) 0 1px, transparent 2px) 0 0 / 23px
      21px,
    linear-gradient(95deg, rgb(255 255 255 / 8%), transparent 40%),
    var(--cork);
}

.cork-board::before,
.preview-board::before {
  position: absolute;
  inset: 0.45rem;
  border: 1px solid rgb(85 50 29 / 25%);
  border-radius: 0.7rem;
  content: "";
  pointer-events: none;
}

.board-status {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 2.2rem;
  margin: 0.1rem 0.25rem 1rem;
  padding: 0 0.7rem;
  align-items: center;
  justify-content: space-between;
  color: #57402d;
  background: rgb(255 247 231 / 78%);
  border: 1px solid rgb(94 59 33 / 22%);
  border-radius: 0.5rem;
  font-size: 0.68rem;
  backdrop-filter: blur(2px);
}

.board-status span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
}

.board-status i {
  width: 0.45rem;
  height: 0.45rem;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(65 111 90 / 13%);
}

.board-status strong {
  font-size: 0.72rem;
}

.room-grid {
  position: relative;
  z-index: 1;
  display: grid;
  padding: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.room-card {
  position: relative;
  min-width: 0;
  color: var(--ink);
  background: linear-gradient(transparent 95%, rgb(87 75 65 / 5%) 96%), #fffaf0;
  border: 1px solid #d5c6b5;
  border-radius: 0.3rem 0.3rem 0.75rem 0.35rem;
  box-shadow:
    0.35rem 0.65rem 0.9rem rgb(83 50 28 / 20%),
    inset 0 1px white;
  transform: rotate(-0.7deg);
}

.room-card:nth-child(3n + 2) {
  transform: rotate(0.8deg);
}

.room-card:nth-child(3n) {
  transform: rotate(-0.2deg);
}

.room-card > a,
.room-card > div {
  display: block;
  min-height: 15.5rem;
  padding: 1.2rem 1rem 1rem;
  text-decoration: none;
}

.room-card > a:hover h2 {
  color: var(--coral-dark);
}

.push-pin {
  position: absolute;
  z-index: 2;
  inset: -0.55rem auto auto 50%;
  width: 1.05rem;
  height: 1.05rem;
  background:
    radial-gradient(circle at 34% 27%, rgb(255 255 255 / 70%) 0 15%, transparent 17%), var(--coral);
  border: 1px solid #9d3338;
  border-radius: 50%;
  box-shadow:
    0 0.18rem 0.18rem rgb(80 43 34 / 25%),
    0 0.45rem 0 -0.25rem #6e5645;
  transform: translateX(-50%);
}

.card-topline {
  display: flex;
  min-height: 3.2rem;
  align-items: flex-start;
  justify-content: space-between;
}

.time-dial {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #625c56;
  font-size: 0.64rem;
}

.time-dial > i {
  position: relative;
  display: block;
  width: 2.45rem;
  height: 2.45rem;
  background: #fff;
  border: 2px solid #47433f;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.18rem #efe6d8;
}

.time-dial > i::before,
.time-dial > i::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 2px;
  height: 0.7rem;
  content: "";
  background: var(--coral);
  border-radius: 2px;
  transform: translate(-50%, -100%);
  transform-origin: 50% 100%;
}

.time-dial > i::after {
  height: 0.53rem;
  background: #47433f;
}

.time-dial.daytime > i::before {
  transform: translate(-50%, -100%) rotate(90deg);
}

.time-dial.daytime > i::after {
  transform: translate(-50%, -100%) rotate(15deg);
}

.time-dial.evening > i::before {
  transform: translate(-50%, -100%) rotate(135deg);
}

.time-dial.evening > i::after {
  transform: translate(-50%, -100%) rotate(40deg);
}

.time-dial.night > i::before {
  transform: translate(-50%, -100%) rotate(210deg);
}

.time-dial.night > i::after {
  transform: translate(-50%, -100%) rotate(120deg);
}

.time-dial.anytime > i::before {
  height: 0.38rem;
  transform: translate(-50%, -100%) rotate(55deg);
}

.time-dial.anytime > i::after {
  height: 0.7rem;
  transform: translate(-50%, -100%) rotate(280deg);
}

.time-dial b {
  font-weight: 800;
}

.age-stamp {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  color: var(--green);
  border: 2px solid var(--green);
  border-radius: 50%;
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 900;
  place-items: center;
  transform: rotate(7deg);
}

.room-card h2,
.detail-card h1 {
  min-height: 2.6rem;
  margin: 0.35rem 0 0.7rem;
  font-size: 0.98rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.heart-rail {
  display: grid;
  min-height: 2.2rem;
  padding: 0.4rem 0.5rem;
  align-items: center;
  background: #f0e8dc;
  border: 1px solid #ded1c1;
  border-radius: 0.5rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.4rem;
}

.rail-label {
  color: #776d64;
  font-size: 0.55rem;
  font-weight: 750;
}

.heart-track {
  display: flex;
  min-width: 0;
  justify-content: space-between;
}

.heart-track i {
  color: #d6ccc2;
  font-size: clamp(0.45rem, 0.8vw, 0.62rem);
  font-style: normal;
}

.heart-track i.filled {
  color: var(--coral);
}

.heart-rail strong {
  min-width: 1.25rem;
  color: var(--coral-dark);
  font-family: ui-monospace, monospace;
  font-size: 0.78rem;
  text-align: right;
}

.card-grid {
  display: grid;
  margin-top: 0.75rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.card-grid > span {
  display: flex;
  min-width: 0;
  min-height: 2rem;
  padding: 0.4rem;
  align-items: center;
  gap: 0.4rem;
  color: #5e5751;
  background: rgb(255 255 255 / 55%);
  border: 1px dashed #cfc0b1;
  border-radius: 0.42rem;
  font-size: 0.6rem;
  font-weight: 750;
}

.people-mark {
  position: relative;
  width: 1rem;
  height: 0.65rem;
  flex: 0 0 auto;
  border-bottom: 0.42rem solid var(--green);
  border-radius: 50%;
}

.people-mark::before,
.people-mark::after {
  position: absolute;
  top: -0.22rem;
  width: 0.36rem;
  height: 0.36rem;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.people-mark::before {
  left: 0.05rem;
}

.people-mark::after {
  right: 0.05rem;
}

.door-mark {
  position: relative;
  width: 0.7rem;
  height: 1rem;
  flex: 0 0 auto;
  border: 2px solid var(--green);
  border-bottom: 0;
  border-radius: 0.35rem 0.35rem 0 0;
}

.door-mark::after {
  position: absolute;
  right: 0.05rem;
  bottom: 0.25rem;
  width: 0.13rem;
  height: 0.13rem;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.beginner-ribbon {
  display: inline-flex;
  min-height: 1.5rem;
  margin-top: 0.7rem;
  padding: 0.25rem 0.6rem;
  align-items: center;
  color: #7f5833;
  background: #f8d99c;
  border-radius: 0 0.55rem 0.55rem 0;
  font-size: 0.58rem;
  font-weight: 850;
}

.room-card p {
  margin: 0.65rem 0 0;
  color: #6f665f;
  font-size: 0.64rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.room-card p.muted-note {
  color: #92877d;
}

.empty-board {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 30rem;
  padding: 2rem;
  align-content: center;
  justify-items: center;
  color: #573f2c;
  text-align: center;
}

.empty-cards {
  position: relative;
  width: 12rem;
  height: 7rem;
  margin-bottom: 1.4rem;
}

.empty-cards i {
  position: absolute;
  inset: 0 auto auto 3.4rem;
  width: 5.2rem;
  height: 6.5rem;
  background: rgb(255 250 240 / 72%);
  border: 1px solid rgb(109 72 43 / 25%);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 0.8rem rgb(78 48 28 / 14%);
}

.empty-cards i:first-child {
  transform: rotate(-13deg) translateX(-2.4rem);
}

.empty-cards i:nth-child(2) {
  z-index: 1;
}

.empty-cards i:last-child {
  transform: rotate(13deg) translateX(2.4rem);
}

.empty-cards::after {
  position: absolute;
  z-index: 2;
  inset: -0.4rem auto auto 50%;
  width: 1rem;
  height: 1rem;
  content: "";
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.3rem rgb(81 50 31 / 30%);
  transform: translateX(-50%);
}

.empty-board > div:nth-child(2) {
  display: grid;
  margin-bottom: 1.1rem;
  gap: 0.3rem;
}

.empty-board strong {
  font-size: 0.9rem;
}

.empty-board span {
  font-size: 0.7rem;
}

.compact-heading {
  padding: 2rem 0.25rem 1.35rem;
}

.post-workbench,
.manage-stage,
.guide-page {
  padding-bottom: 4rem;
}

.post-layout {
  display: grid;
  overflow: hidden;
  background: #fffaf4;
  border: 1px solid #c9b9ac;
  border-radius: 1.1rem;
  box-shadow: 0 1.25rem 3rem rgb(89 64 48 / 13%);
  grid-template-columns: minmax(20rem, 0.9fr) minmax(22rem, 1.1fr);
}

.post-form {
  display: flex;
  padding: clamp(1.2rem, 3vw, 2rem);
  gap: 1.15rem;
  flex-direction: column;
  background: repeating-linear-gradient(0deg, transparent 0 27px, rgb(97 79 65 / 4%) 28px), #fffaf4;
  border-right: 1px solid #c9b9ac;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.text-field small {
  margin-top: 0.35rem;
  color: #8a817a;
  font-size: 0.62rem;
  line-height: 1.45;
}

.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.segmented-field > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.segmented-field label span {
  display: grid;
  min-height: 2.7rem;
  color: #625a54;
  background: #fff;
  border: 1px solid #cbbcaf;
  border-radius: 0.58rem;
  font-size: 0.7rem;
  font-weight: 750;
  place-items: center;
}

.segmented-field input:checked + span {
  color: white;
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 2px 0 #2b5140;
}

.check-card.wide {
  background: #fff;
}

.promise-box {
  display: grid;
  padding: 0.9rem;
  gap: 0.7rem;
  background: #eef3ed;
  border: 1px solid #bccdbf;
  border-radius: 0.7rem;
}

.promise-box label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.7rem;
  font-weight: 750;
}

.promise-box input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--green);
}

.form-message {
  min-height: 1.2rem;
  margin: 0;
  color: var(--coral-dark);
  font-size: 0.68rem;
  line-height: 1.5;
}

.form-footnote {
  margin: 0;
  color: #847a73;
  font-size: 0.62rem;
  line-height: 1.55;
  text-align: center;
}

.preview-board {
  display: grid;
  min-height: 44rem;
  padding: clamp(2rem, 6vw, 4rem);
  align-content: center;
  justify-items: center;
}

.preview-label {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.6rem;
  color: #60462f;
  background: rgb(255 248 231 / 76%);
  border-radius: 0.35rem;
  font-family: ui-monospace, monospace;
  font-size: 0.6rem;
  font-weight: 800;
}

.preview-card {
  z-index: 1;
  width: min(22rem, 100%);
  transform: rotate(1deg);
}

.preview-card > div {
  min-height: 18rem;
  padding: 1.5rem 1.3rem;
}

.preview-safety {
  z-index: 1;
  display: flex;
  width: min(22rem, 100%);
  margin-top: 1.4rem;
  padding: 0.75rem;
  align-items: center;
  gap: 0.7rem;
  background: rgb(255 250 240 / 84%);
  border: 1px solid rgb(96 66 42 / 25%);
  border-radius: 0.7rem;
}

.preview-safety .shield-mark {
  width: 2rem;
  height: 2.2rem;
}

.preview-safety p {
  display: grid;
  margin: 0;
  gap: 0.12rem;
  color: #5d5148;
  font-size: 0.61rem;
  line-height: 1.4;
}

.listing-stage {
  min-height: 38rem;
  padding: 1.7rem 0 4rem;
}

.back-link {
  display: inline-block;
  margin-bottom: 1.1rem;
  color: #69615b;
  font-size: 0.72rem;
  font-weight: 750;
}

.listing-focus {
  display: grid;
  min-height: 30rem;
  padding: clamp(1.3rem, 5vw, 3.5rem);
  align-items: center;
  background:
    radial-gradient(circle at 20% 30%, rgb(91 56 31 / 16%) 0 1px, transparent 2px) 0 0 / 17px 18px,
    var(--cork);
  border: 1px solid #b3835a;
  border-radius: 1rem;
  box-shadow: 0 1.4rem 3rem rgb(91 61 42 / 15%);
  grid-template-columns: minmax(18rem, 1fr) minmax(17rem, 0.7fr);
  gap: clamp(1.5rem, 5vw, 4rem);
}

.detail-card {
  width: min(31rem, 100%);
  justify-self: end;
  transform: rotate(-0.8deg);
}

.detail-card > div {
  min-height: 22rem;
  padding: 2rem;
}

.detail-card h1 {
  min-height: auto;
  margin-block: 0.7rem 1rem;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.detail-card .heart-track i {
  font-size: 0.75rem;
}

.join-dock {
  display: flex;
  width: min(20rem, 100%);
  padding: 1.15rem;
  gap: 0.9rem;
  flex-direction: column;
  background: rgb(255 250 244 / 92%);
  border: 1px solid rgb(92 61 40 / 35%);
  border-radius: 0.9rem;
  box-shadow: 0 0.8rem 1.8rem rgb(80 49 30 / 15%);
}

.join-dock > form > .button {
  width: 100%;
}

.manual-seal {
  display: flex;
  padding: 0.65rem;
  align-items: center;
  gap: 0.65rem;
  background: #edf3ee;
  border-radius: 0.65rem;
}

.manual-seal > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  color: white;
  background: var(--green);
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 900;
  place-items: center;
}

.manual-seal p {
  display: grid;
  margin: 0;
  gap: 0.1rem;
  color: #496052;
  font-size: 0.61rem;
  line-height: 1.4;
}

.manual-seal b {
  font-size: 0.69rem;
}

.join-confirmation {
  display: none;
  padding: 0.75rem;
  background: #f6ede1;
  border: 1px dashed #c8ac90;
  border-radius: 0.65rem;
}

.join-confirmation.visible {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.6rem;
}

.join-confirmation p {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
}

.report-toggle,
.delete-button {
  padding: 0.25rem;
  color: #796f68;
  background: none;
  border: 0;
  font-size: 0.65rem;
  text-decoration: underline;
}

.report-form {
  display: grid;
  padding-top: 0.8rem;
  gap: 0.65rem;
  border-top: 1px solid #dfd4cb;
}

.report-form label {
  display: grid;
  gap: 0.35rem;
  color: #6d645e;
  font-size: 0.65rem;
  font-weight: 750;
}

.report-form p {
  margin: 0;
  color: var(--green);
  font-size: 0.65rem;
}

.manage-panel {
  display: grid;
  min-height: 18rem;
  padding: clamp(1.2rem, 5vw, 3rem);
  align-content: center;
  background: #fffaf4;
  border: 1px solid #cbbcaf;
  border-radius: 1rem;
  box-shadow: 0 1.2rem 2.8rem rgb(88 63 48 / 12%);
  grid-template-columns: minmax(16rem, 1fr) minmax(15rem, 0.75fr);
  gap: 1.5rem;
}

.loading-card {
  display: grid;
  max-width: 25rem;
  min-height: 11rem;
  padding: 2rem;
  gap: 0.8rem;
  background: #f4eadf;
  border-radius: 0.8rem;
}

.loading-card i {
  height: 0.7rem;
  background: #ded0c4;
  border-radius: 1rem;
}

.loading-card i:nth-child(2) {
  width: 65%;
}

.loading-card i:last-child {
  width: 80%;
}

.owner-card {
  position: relative;
  padding: 1.5rem;
  background: #fff4df;
  border: 1px solid #d5c1a7;
  border-radius: 0.45rem;
  box-shadow: 0 0.6rem 1.1rem rgb(82 57 38 / 13%);
}

.owner-status {
  display: inline-flex;
  padding: 0.3rem 0.65rem;
  color: white;
  background: var(--green);
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 850;
}

.owner-status.closed {
  background: #81766d;
}

.owner-card h2 {
  margin: 1rem 0;
  font-size: 1.15rem;
}

.owner-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.owner-facts span {
  padding: 0.35rem 0.55rem;
  background: rgb(255 255 255 / 55%);
  border: 1px solid #ddcbb5;
  border-radius: 0.4rem;
  font-size: 0.65rem;
  font-weight: 750;
}

.owner-expiry {
  margin: 1rem 0 0;
  color: #766a60;
  font-size: 0.65rem;
}

.owner-actions {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}

.manage-error,
.manage-complete {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 32rem;
  margin: 0;
  padding: 1.2rem;
  color: #625850;
  background: #f3e9de;
  border-radius: 0.7rem;
  font-size: 0.78rem;
  line-height: 1.7;
  text-align: center;
}

.guide-page {
  max-width: 62rem;
  margin-inline: auto;
}

.rule-board {
  display: grid;
  overflow: hidden;
  background: #fffaf4;
  border: 1px solid #c9baad;
  border-radius: 1rem;
  box-shadow: 0 1.2rem 2.8rem rgb(88 63 48 / 12%);
  grid-template-columns: 1fr 1fr;
}

.rule-card {
  position: relative;
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.rule-card + .rule-card {
  border-left: 1px solid #c9baad;
}

.rule-card > span {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  color: white;
  background: var(--green);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 900;
  place-items: center;
}

.rule-card.blocked > span {
  background: var(--coral);
}

.rule-card h2 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.rule-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.65rem;
  list-style: none;
}

.rule-card li {
  position: relative;
  padding-left: 1.1rem;
  color: #625a54;
  font-size: 0.76rem;
}

.rule-card li::before {
  position: absolute;
  inset: 0.45rem auto auto 0;
  width: 0.4rem;
  height: 0.4rem;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.rule-card.blocked li::before {
  background: var(--coral);
  border-radius: 0;
  transform: rotate(45deg);
}

.safety-steps {
  display: grid;
  margin-top: 1rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.safety-steps > div {
  position: relative;
  display: grid;
  min-height: 12rem;
  padding: 1.2rem;
  justify-items: center;
  background: #fffaf4;
  border: 1px solid #c9baad;
  border-radius: 0.8rem;
}

.safety-steps > div > span {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  color: white;
  background: var(--coral);
  border-radius: 50%;
  font-family: ui-monospace, monospace;
  font-size: 0.65rem;
  font-weight: 900;
  place-items: center;
}

.profile-bubble,
.inspect-mark,
.exit-mark {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  margin-block: 0.5rem;
  background: #e7eee8;
  border-radius: 50%;
}

.profile-bubble::before {
  position: absolute;
  inset: 0.75rem auto auto 50%;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  background: var(--green);
  border-radius: 50%;
  transform: translateX(-50%);
}

.profile-bubble::after {
  position: absolute;
  inset: 2rem auto auto 50%;
  width: 2rem;
  height: 1.2rem;
  content: "";
  background: var(--green);
  border-radius: 1rem 1rem 0.4rem 0.4rem;
  transform: translateX(-50%);
}

.inspect-mark::before {
  position: absolute;
  inset: 0.75rem auto auto 0.75rem;
  width: 1.7rem;
  height: 1.7rem;
  content: "";
  border: 0.35rem solid var(--green);
  border-radius: 50%;
}

.inspect-mark::after {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  width: 1.3rem;
  height: 0.35rem;
  content: "";
  background: var(--green);
  border-radius: 0.3rem;
  transform: rotate(45deg);
}

.exit-mark::before {
  position: absolute;
  inset: 0.7rem auto auto 0.8rem;
  width: 1.8rem;
  height: 2.5rem;
  content: "";
  border: 0.32rem solid var(--green);
  border-right: 0;
}

.exit-mark::after {
  position: absolute;
  top: 1.8rem;
  right: 0.6rem;
  width: 1.9rem;
  height: 0.35rem;
  content: "";
  background: var(--coral);
  box-shadow: 0.65rem -0.5rem 0 -0.08rem var(--coral);
}

.safety-steps p {
  display: grid;
  margin: 0;
  gap: 0.25rem;
  color: #6c635c;
  font-size: 0.68rem;
  line-height: 1.55;
  text-align: center;
}

.safety-steps b {
  color: var(--ink);
  font-size: 0.75rem;
}

.official-note {
  display: grid;
  margin-top: 1rem;
  padding: 1rem;
  align-items: center;
  background: #eaf1eb;
  border: 1px solid #b8cabc;
  border-radius: 0.8rem;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
}

.official-note p {
  margin: 0;
  color: #536458;
  font-size: 0.68rem;
  line-height: 1.55;
}

.official-note a {
  color: var(--green);
  font-size: 0.67rem;
  font-weight: 850;
}

.prose {
  max-width: 50rem;
  margin: 2rem auto 5rem;
  padding: clamp(1.4rem, 5vw, 3rem);
  background: #fffaf4;
  border: 1px solid #c9baad;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.6rem rgb(88 63 48 / 10%);
}

.prose > h1 {
  margin-bottom: 2rem;
}

.prose section + section {
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  border-top: 1px solid #ded2c7;
}

.prose h2 {
  font-size: 0.88rem;
}

.prose p {
  margin: 0.65rem 0 0;
  color: #625a54;
  font-size: 0.78rem;
  line-height: 1.9;
}

.missing-page {
  display: grid;
  min-height: 34rem;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.lost-card {
  display: grid;
  width: 6rem;
  height: 7rem;
  margin-bottom: 1.3rem;
  color: var(--coral);
  background: #fffaf0;
  border: 1px solid #d5c6b5;
  border-radius: 0.35rem;
  font-size: 1.3rem;
  place-items: center;
  box-shadow: 0.4rem 0.7rem 1rem rgb(85 55 35 / 15%);
  transform: rotate(-6deg);
}

.missing-page p {
  margin: 0.65rem 0 1.2rem;
  color: var(--muted);
  font-size: 0.75rem;
}

footer {
  min-height: 7rem;
  padding-block: 1.4rem;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  color: #6c635d;
  border-top: 1px solid rgb(58 48 42 / 14%);
  font-size: 0.68rem;
}

footer nav {
  gap: 1rem;
}

footer > p {
  flex-basis: 100%;
  margin: 0;
  font-size: 0.57rem;
  line-height: 1.5;
}

.footer-brand {
  gap: 0.45rem;
  font-weight: 750;
}

.mini-heart {
  color: var(--coral);
}

@media (max-width: 64rem) {
  .room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-layout {
    grid-template-columns: minmax(19rem, 1fr) minmax(19rem, 0.85fr);
  }

  .preview-board {
    padding-inline: 2rem;
  }
}

@media (max-width: 48rem) {
  .site-header {
    min-height: 3.6rem;
  }

  .site-header nav > a:not(.nav-cta) {
    display: none;
  }

  .board-intro {
    min-height: 9rem;
    grid-template-columns: 5.5rem 1fr;
  }

  .intro-visual {
    width: 5.2rem;
    height: 5.2rem;
  }

  .orbit {
    inset: 0.3rem;
  }

  .orbit-two {
    inset: 1rem 0;
  }

  .orbit-center {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1rem;
  }

  .orbit i {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.55rem;
  }

  .safety-plaque {
    display: none;
  }

  .board-workspace {
    grid-template-columns: 1fr;
  }

  .filter-drawer {
    border-right: 0;
    border-bottom: 1px solid #c8b7aa;
  }

  .drawer-rules {
    margin-top: 0;
  }

  .cork-board {
    min-height: 31rem;
  }

  .post-layout {
    grid-template-columns: 1fr;
  }

  .post-form {
    border-right: 0;
    border-bottom: 1px solid #c9b9ac;
  }

  .preview-board {
    min-height: 34rem;
    padding-block: 3.5rem 2rem;
  }

  .listing-focus {
    grid-template-columns: 1fr;
  }

  .detail-card,
  .join-dock {
    justify-self: center;
  }

  .manage-panel {
    grid-template-columns: 1fr;
  }

  .rule-board {
    grid-template-columns: 1fr;
  }

  .rule-card + .rule-card {
    border-top: 1px solid #c9baad;
    border-left: 0;
  }

  .safety-steps {
    grid-template-columns: 1fr;
  }

  .safety-steps > div {
    min-height: 10rem;
  }

  .official-note {
    grid-template-columns: auto 1fr;
  }

  .official-note a {
    grid-column: 2;
  }
}

@media (max-width: 34rem) {
  .site-header,
  footer,
  main {
    width: min(100% - 1rem, 76rem);
  }

  .brand {
    font-size: 0.82rem;
  }

  .nav-cta {
    min-height: 2.2rem;
    padding-inline: 0.7rem;
    font-size: 0.7rem;
  }

  .board-intro {
    padding-inline: 0;
    grid-template-columns: 4.6rem 1fr;
    gap: 0.8rem;
  }

  .intro-visual {
    width: 4.4rem;
    height: 4.4rem;
  }

  .board-intro h1 {
    font-size: 1.3rem;
  }

  .board-intro > div:nth-child(2) > p:last-child {
    font-size: 0.72rem;
  }

  .board-workspace {
    border-radius: 0.8rem;
  }

  .room-grid {
    grid-template-columns: 1fr;
  }

  .room-card > a {
    min-height: 14.5rem;
  }

  .form-pair {
    grid-template-columns: 1fr;
  }

  .segmented-field > div {
    grid-template-columns: 1fr;
  }

  .preview-board {
    padding-inline: 1.2rem;
  }

  .listing-focus {
    padding: 1.6rem 1rem;
  }

  .detail-card > div {
    padding: 1.4rem;
  }

  .join-confirmation.visible {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
