@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
:root {
  --bg: oklch(98.4% 0.007 85);
  --tile: oklch(99.5% 0.004 90);
  --text: oklch(21% 0.015 60);
  --muted: oklch(50% 0.015 60);
  --line: oklch(90% 0.01 85);
  --accent: oklch(50% 0.17 27);
  --green: oklch(52% 0.13 155);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: oklch(15% 0.008 60);
    --tile: oklch(22% 0.008 70);
    --text: oklch(93% 0.008 85);
    --muted: oklch(64% 0.012 70);
    --line: oklch(26% 0.01 60);
    --accent: oklch(70% 0.15 27);
    --green: oklch(72% 0.13 155);
  }
}
:root[data-theme="dark"] {
  --bg: oklch(15% 0.008 60);
  --tile: oklch(22% 0.008 70);
  --text: oklch(93% 0.008 85);
  --muted: oklch(64% 0.012 70);
  --line: oklch(26% 0.01 60);
  --accent: oklch(70% 0.15 27);
  --green: oklch(72% 0.13 155);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  background: var(--bg); color: var(--text);
  font-family: "Bricolage Grotesque", system-ui, -apple-system, sans-serif;
  font-size: 16px; line-height: 1.5; font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; transition: color 120ms; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }
ul { list-style: none; }
.wrap { max-width: 64rem; margin: 0 auto; padding: 0 2.5rem; }
@media (max-width: 640px) { .wrap { padding: 0 1.25rem; } }

header { border-bottom: 1px solid var(--line); }
header .wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1.5rem; min-height: 4.25rem; padding-top: 1rem; padding-bottom: 1rem; }
.brand { display: flex; align-items: center; gap: .65rem; font-weight: 600; letter-spacing: -0.01em; font-size: 1.05rem; }
.brand:hover { color: inherit; }
.brand svg { display: block; }
nav ul { display: flex; gap: 1.75rem; }
nav a { color: var(--muted); }
nav a[aria-current] { color: var(--text); }

/* home */
.hero { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 6rem 0 4.5rem; }
.hero h1 { font-size: clamp(2.4rem, 5.5vw, 3.75rem); font-weight: 500; letter-spacing: -0.03em; line-height: 1.02; text-wrap: balance; max-width: 16ch; font-variation-settings: "opsz" 96; }
.dragons { display: flex; gap: .5rem; flex: none; }
.dragons svg { display: block; width: 72px; height: 98px; }
.dragons svg:nth-child(1) { transform: rotate(-5deg) translateY(6px); }
.dragons svg:nth-child(3) { transform: rotate(5deg) translateY(6px); }
@media (max-width: 720px) { .hero { flex-direction: column; align-items: flex-start; padding-top: 4rem; } .dragons svg { width: 56px; height: 76px; } }

.city-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
@media (min-width: 720px) { .city-grid { grid-template-columns: repeat(4, 1fr); column-gap: 2.5rem; } }
.city-grid li { border-bottom: 1px solid var(--line); }
.city-grid a { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .85rem 0; font-weight: 500; }
.city-grid a span { color: var(--muted); font-weight: 400; font-variant-numeric: tabular-nums; font-size: .9rem; }
@media (max-width: 719px) { .city-grid li:nth-child(odd) a { padding-right: 1.25rem; } .city-grid li:nth-child(even) a { padding-left: 1.25rem; } }

/* pages */
.page { padding-top: 5.5rem; }
.page h1 { font-size: clamp(2.4rem, 5.5vw, 3.75rem); font-weight: 500; letter-spacing: -0.03em; line-height: 1.02; font-variation-settings: "opsz" 96; text-wrap: balance; }
.back { display: inline-block; color: var(--muted); margin-bottom: 1.5rem; }
.group { margin-top: 3.5rem; }
.group h2 { display: flex; align-items: baseline; gap: .75rem; font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: .6rem; }
.group h2 span { font-weight: 400; letter-spacing: 0; font-variant-numeric: tabular-nums; }

/* listing rows: name | style | when | where */
.listings { border-top: 1px solid var(--line); }
.row { display: grid; grid-template-columns: minmax(0, 1.4fr) 7.25rem 20rem minmax(0, 1fr); column-gap: 1.5rem; align-items: start; padding: 1rem 0; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.row a { font-weight: 500; font-size: 1.05rem; }
.row .style, .row .where { color: var(--muted); }
.row .when { color: var(--text); display: grid; grid-template-columns: 9rem 10rem; column-gap: .75rem; align-items: baseline; min-width: 0; }
.row .day { white-space: nowrap; }
.row .time { word-wrap: break-word; overflow-wrap: break-word; }
.row .where { min-width: 0; overflow-wrap: break-word; }
@media (max-width: 720px) {
  .row { grid-template-columns: 1fr; row-gap: .15rem; align-items: baseline; }
  .row .style, .row .when, .row .where { display: inline; }
  .row .when { display: inline; grid-template-columns: auto; column-gap: 0; }
  .row .when .time::before { content: none; margin: 0; }
  .row .when .time { margin-left: .35rem; }
  .row .meta { color: var(--muted); }
  .row .meta .when { color: var(--text); }
  .row .meta span + span::before { content: "·"; margin: 0 .5rem; color: var(--muted); }
  .row .style { display: block; margin: .2rem 0 .35rem; }
  .row .meta .style + span::before { content: none; margin: 0; }
}
@media (min-width: 721px) { .row .meta { display: contents; } }

.sponsored { margin-top: 2.5rem; border: 1px solid var(--line); background: var(--tile); border-radius: 10px; padding: 1.35rem 1.5rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1.25rem 1.5rem; align-items: center; }
@media (max-width: 720px) { .sponsored { grid-template-columns: auto 1fr; } .sponsored .polaroid { grid-column: 1 / -1; justify-self: start; } }
.sponsored svg { display: block; width: 40px; height: 54px; }
.sponsored .title { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem .75rem; font-weight: 500; font-size: 1.2rem; }
.sponsored .tag { font-size: .72rem; font-weight: 600; color: var(--accent); letter-spacing: .08em; text-transform: uppercase; }
.sponsored .meta { display: flex; flex-wrap: wrap; gap: 0 1.25rem; color: var(--muted); margin-top: .15rem; font-variant-numeric: tabular-nums; }

/* badges, verified, polaroids */
.badge { display: inline-block; font-size: .8rem; font-weight: 500; line-height: 1.3; padding: .15em .55em .1em; border: 1px solid var(--line); border-radius: 4px; background: var(--tile); box-shadow: 0 2px 0 var(--line); color: var(--text); white-space: nowrap; vertical-align: .1em; }
.stamp { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1.25rem; color: var(--muted); font-size: .9rem; }
.polaroid { --paper: #fdfcf8; display: inline-block; margin: 0; width: 11.5rem; padding: .55rem .55rem 2.1rem; background: var(--paper); box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 10px 24px -12px rgba(0,0,0,.25); transform: rotate(var(--tilt, -2deg)); transition: transform 150ms; }
.polaroid img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; background: var(--line); }
.polaroid.small { width: 6.5rem; padding: .35rem .35rem 1.25rem; }
.polaroids { display: flex; align-items: flex-start; gap: 0; margin-bottom: 2.5rem; padding: .5rem 0 .75rem; }
.polaroids .polaroid:nth-child(1) { --tilt: -3deg; z-index: 1; }
.polaroids .polaroid:nth-child(2) { --tilt: 2.5deg; margin-left: -1.25rem; margin-top: 1.5rem; }
.polaroids .polaroid:hover { transform: rotate(0) scale(1.03); z-index: 2; }
@media (prefers-reduced-motion: reduce) { .polaroid { transition: none; } }

/* listing detail */
.detail { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: 3rem 5rem; margin-top: 2.5rem; }
@media (max-width: 720px) { .detail { grid-template-columns: 1fr; gap: 2.5rem; } }
.detail p { font-size: 1.1rem; line-height: 1.6; max-width: 34rem; text-wrap: pretty; }
.facts { border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.facts div { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.facts dt { color: var(--muted); font-size: .9rem; padding-top: .1rem; }
.facts dd a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line); }
.facts dd a:hover { text-decoration-color: currentColor; }
.facts small { display: block; color: var(--muted); font-size: .9rem; }
.button { display: inline-block; margin-top: 2rem; padding: .7rem 1.2rem; background: var(--accent); border: 1px solid var(--accent); border-radius: 6px; color: var(--bg); font: inherit; font-weight: 500; cursor: pointer; transition: filter 120ms; }
.button:hover { color: var(--bg); filter: brightness(.88); }
.button:focus-visible { outline: 2px solid var(--text); outline-offset: 3px; }

/* contact host modal */
.contact-dialog { width: min(34rem, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); margin: auto; padding: 0; overflow: auto; color: var(--text); background: var(--tile); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 24px 70px rgba(30, 25, 20, .22); }
.contact-dialog::backdrop { background: rgba(25, 21, 18, .58); }
.contact-dialog[open] { animation: contact-in 150ms ease-out; }
.contact-dialog-inner { padding: 1.5rem; }
.contact-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.contact-dialog h2 { font-size: clamp(1.55rem, 4vw, 2rem); font-weight: 520; letter-spacing: -.025em; line-height: 1.1; }
.contact-dialog .contact-listing { margin-top: .35rem; color: var(--muted); }
.contact-close { flex: none; min-width: 2.75rem; min-height: 2.75rem; padding: .55rem .75rem; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 6px; font: inherit; cursor: pointer; }
.contact-close:hover { color: var(--text); border-color: var(--text); }
.contact-form { margin-top: 1.4rem; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; }
.contact-field-full { grid-column: 1 / -1; }
.contact-form label { display: block; }
.contact-form label > span { display: block; margin-bottom: .35rem; color: var(--muted); font-size: .85rem; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 2.75rem; padding: .65rem .75rem; color: var(--text); background: var(--bg); border: 1px solid var(--line); border-radius: 6px; font: inherit; transition: border-color 120ms; }
.contact-form textarea { min-height: 8rem; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--text); }
.contact-form input:focus-visible, .contact-form textarea:focus-visible, .contact-close:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-actions { display: flex; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.contact-actions .button { margin-top: 0; }
.contact-status { min-height: 1.5em; color: var(--muted); font-size: .9rem; }
.contact-status[data-state="success"] { color: var(--green); }
.contact-status[data-state="error"] { color: var(--accent); }
.contact-form [disabled] { cursor: wait; opacity: .68; }
@keyframes contact-in { from { opacity: 0; transform: translateY(.5rem); } }
@media (max-width: 560px) { .contact-fields { grid-template-columns: 1fr; } .contact-dialog-inner { padding: 1.25rem; } .contact-actions { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .contact-dialog[open] { animation: none; } }
.more { margin-top: 5rem; }
.more h2 { font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: .6rem; }
.more ul { border-top: 1px solid var(--line); columns: 2; column-gap: 2.5rem; }
@media (max-width: 640px) { .more ul { columns: 1; } }
.more li { border-bottom: 1px solid var(--line); break-inside: avoid; }
.more a { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; }
.more a span { color: var(--muted); font-size: .9rem; white-space: nowrap; }

/* add a game */
.form { max-width: 36rem; margin-top: 2.5rem; }
.form fieldset { border: 0; border-top: 1px solid var(--line); padding: 1.75rem 0 2.25rem; }
.form legend { font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding: 0 0 1.25rem; float: left; width: 100%; }
.form legend + * { clear: both; }
.form .fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem 1.5rem; clear: both; }
.form .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .form .fields { grid-template-columns: 1fr; } }
.form label { display: block; }
.form label > span { display: block; font-size: .85rem; color: var(--muted); margin-bottom: .35rem; }
.form input:not([type=radio]):not([type=file]), .form select, .form textarea { width: 100%; font: inherit; color: var(--text); background: var(--tile); border: 1px solid var(--line); border-radius: 6px; padding: .6rem .75rem; transition: border-color 120ms; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--text); }
.form textarea { min-height: 7rem; resize: vertical; }
.form select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 1.1rem) 50%, calc(100% - .8rem) 50%; background-size: .3rem .3rem; background-repeat: no-repeat; padding-right: 2.25rem; }
.form .radios { display: flex; gap: 1.5rem; padding-top: .35rem; }
.form .radios label { display: flex; align-items: center; gap: .5rem; }
.form .radios input { accent-color: var(--accent); }
.form .drop { display: flex; align-items: center; justify-content: center; width: 9.5rem; aspect-ratio: 1 / 1.2; border: 1.5px dashed var(--line); border-radius: 2px; color: var(--muted); font-size: .9rem; cursor: pointer; transform: rotate(-2deg); transition: border-color 120ms, color 120ms; }
.drop:hover { border-color: var(--text); color: var(--text); }
.drop input { display: none; }
.form .submit { margin-top: .5rem; padding: .75rem 1.4rem; font: inherit; font-weight: 500; color: var(--bg); background: var(--text); border: 1px solid var(--text); border-radius: 6px; cursor: pointer; transition: background 120ms, border-color 120ms; }
.form .submit:hover { background: var(--accent); border-color: var(--accent); }

footer { margin-top: 8rem; border-top: 1px solid var(--line); }
footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem 1.5rem; min-height: 5rem; padding-top: 1rem; padding-bottom: 1rem; color: var(--muted); font-size: .9rem; }
footer ul { display: flex; gap: 1.5rem; }

/* production completeness */
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .55rem .8rem; background: var(--text); color: var(--bg); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); color: var(--bg); }
.eyebrow { margin-bottom: .75rem; color: var(--accent); font-size: .78rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.lede { max-width: 42rem; margin-top: 1.25rem; color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.home-copy, .home-columns { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 3rem 5rem; padding: 6rem 0; border-bottom: 1px solid var(--line); }
.home-copy h2, .home-columns h2, .prose h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 520; letter-spacing: -.025em; line-height: 1.1; text-wrap: balance; }
.home-copy > div > p:last-child { margin-top: 1.25rem; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.steps { counter-reset: step; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 1.1fr 2fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.steps span { color: var(--muted); }
.prose { max-width: 46rem; color: var(--text); font-size: 1.05rem; line-height: 1.75; }
.prose > * + * { margin-top: 1.25rem; }
.prose h2 { margin-top: 3.25rem; }
.prose h3 { margin-top: 2rem; font-size: 1.15rem; }
.prose ul, .prose ol { padding-left: 1.25rem; list-style: disc; }
.prose li + li { margin-top: .5rem; }
.prose a:not(.button), .directory-note a, .form-note a { text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: .2em; }
.prose a:hover, .directory-note a:hover, .form-note a:hover { text-decoration-color: currentColor; }
.prose.compact h3:first-child { margin-top: 0; }
.prose.compact p { color: var(--muted); }
.directory-note { margin-top: 3rem; padding: 1.25rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: 3rem 5rem; margin-top: 2.5rem; }
.contact-card { align-self: start; padding: 1.5rem; border: 1px solid var(--line); border-radius: 10px; background: var(--tile); }
.contact-address { display: inline-block; margin-bottom: 1.25rem; font-size: 1.1rem; font-weight: 600; }
.contact-card p:last-child { color: var(--muted); font-size: .92rem; }
.form-note { max-width: 32rem; margin-top: 1rem; color: var(--muted); font-size: .85rem; }
footer ul { flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 720px) {
  .home-copy, .home-columns, .contact-grid { grid-template-columns: 1fr; gap: 2.25rem; padding: 4rem 0; }
  .steps li { grid-template-columns: 1fr; gap: .25rem; }
  .contact-grid { margin-top: 2rem; }
  footer .wrap { align-items: flex-start; }
  footer ul { justify-content: flex-start; }
}
@media print { header, footer, .button, .skip-link { display: none !important; } body { background: #fff; color: #000; } .page { padding-top: 1rem; } }
