
@font-face {
 font-family: 'Zuume';
 src: url('../assets/fonts/Zuume-Regular.ttf') format('truetype');
 font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
 font-family: 'Zuume';
 src: url('../assets/fonts/Zuume-Bold.ttf') format('truetype');
 font-weight: 700; font-style: normal; font-display: swap;
}
:root {
 --green: #446329; 
 --green-deep: #1d2c12;
 --green-bright: #7bb03f;
 --paper: #ebebeb;
 --ink: #14140f;
 --ink-soft: #4c4c44;
 --rule: rgba(20, 20, 15, 0.22);
 --display: zuume, 'Zuume', 'Haettenschweiler', 'Arial Narrow', system-ui, sans-serif;
 --tile-face: 'Times New Roman', Times, 'Tinos', 'Liberation Serif', serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { min-height: 100%; }
body {
 margin: 0;
 padding: clamp(0.5rem, 3vw, 2rem);
 font-family: var(--tile-face);
 color: var(--paper);
 background:
 linear-gradient(rgba(18, 30, 12, 0.7), rgba(18, 30, 12, 0.78)),
 url('../assets/bg-newspaper.jpg') center / cover fixed no-repeat;
 background-color: var(--green-deep);
}
.gate {
 position: fixed; inset: 0; z-index: 20;
 display: flex; overflow-y: auto;
 padding: 1.5rem;
 background:
 linear-gradient(rgba(18, 30, 12, 0.82), rgba(18, 30, 12, 0.9)),
 url('../assets/bg-newspaper.jpg') center / cover no-repeat;
}
.gate__card {
 margin: auto; flex: none;
 width: min(28rem, 100%);
 padding: 2rem 1.75rem;
 text-align: center;
 color: var(--ink);
 background: url('../assets/paper.jpg') center / cover, var(--paper);
 border: 1px solid rgba(0, 0, 0, 0.35);
 box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.5);
}
.gate__logo { width: min(17rem, 80%); margin-bottom: 1.25rem; filter: drop-shadow(0 2px 3px rgba(0,0,0,.35)); }
.gate h1 { font-family: var(--display); font-weight: 700; font-size: 1.9rem; margin: 0 0 .4rem; text-transform: uppercase; letter-spacing: .01em; }
.gate p { margin: 0 0 1.25rem; color: var(--ink-soft); font-size: .95rem; }
.gate__dob { display: flex; gap: .5rem; justify-content: center; }
.gate__dob label {
 display: flex; flex-direction: column; gap: .3rem;
 font-family: var(--display); font-size: .72rem; letter-spacing: .12em;
 text-transform: uppercase; color: var(--ink-soft);
}
.gate__dob input {
 width: 4rem; padding: .6rem .4rem; text-align: center;
 font-family: var(--tile-face); font-size: 1.15rem; color: var(--ink);
 background: rgba(255, 255, 255, .65);
 border: 1px solid var(--rule); border-radius: 2px;
}
.gate__dob label:last-child input { width: 6rem; }
.gate__error { min-height: 1.2rem; margin: .75rem 0 .25rem; color: #b3241f; font-size: .85rem; }
.gate__card--closed h1 { font-size: 1.6rem; }
.gate__rules {
 margin-top: 1.5rem; padding-top: 1.1rem;
 border-top: 1px solid var(--rule);
 text-align: left;
}
.gate__rules h2 {
 margin: 0 0 .7rem;
 font-family: var(--display); font-weight: 700; font-size: 1.05rem;
 letter-spacing: .1em; text-transform: uppercase; text-align: center;
 color: var(--ink);
}
.gate__rules ul { margin: 0; padding: 0; list-style: none; }
.gate__rules li {
 margin: 0 0 .6rem;
 font-size: .82rem; line-height: 1.45; color: var(--ink-soft);
}
.gate__rules li:last-child { margin-bottom: 0; }
.gate__rules b { color: var(--ink); font-weight: 700; }
#paper { max-width: 68rem; margin: 0 auto; }
.masthead { text-align: center; margin-bottom: clamp(.75rem, 2vw, 1.25rem); }
.masthead__logo {
 width: min(30rem, 88%);
 filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .55));
}
.dateline {
 margin: .5rem auto 0; padding-top: .5rem;
 max-width: min(30rem, 88%);
 border-top: 1px solid rgba(255, 255, 255, .45);
 font-family: var(--display); font-weight: 700;
 font-size: clamp(.85rem, 3.1vw, 1.25rem);
 letter-spacing: .07em; text-transform: uppercase;
 color: rgba(255, 255, 255, .95);
}
.sheet {
 display: grid;
 grid-template-columns: 1fr;
 gap: clamp(1rem, 3vw, 2rem);
 padding: clamp(0.75rem, 3vw, 2rem);
 color: var(--ink);
 background: url('../assets/paper.jpg') center / cover, var(--paper);
 border: 1px solid rgba(0, 0, 0, .4);
 box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, .45);
}
@media (min-width: 50rem) {
 .sheet {
 grid-template-columns: minmax(20rem, 34rem) minmax(15rem, 1fr);
 align-items: start;
 }
}
.sheet__board { display: flex; flex-direction: column; align-items: stretch; gap: .7rem; min-width: 0; }
@media (max-width: 26rem) {
 body { padding: .4rem; }
 .sheet { padding: .55rem; }
}
.sheet--front { display: block; }
.editions__head {
 margin: 0 0 1rem;
 font-family: var(--display); font-weight: 700; text-transform: uppercase;
 font-size: clamp(1.4rem, 5vw, 2rem); letter-spacing: .02em;
 border-bottom: 3px double var(--ink); padding-bottom: .4rem;
}
.editions {
 list-style: none; margin: 0; padding: 0;
 display: grid; gap: 1rem;
 grid-template-columns: 1fr;
}
@media (min-width: 46rem) { .editions { grid-template-columns: repeat(3, 1fr); } }
.edition {
 display: flex; flex-direction: column; gap: .3rem; text-align: left;
 width: 100%; height: 100%; padding: 1.1rem 1rem 1.2rem;
 background: transparent; color: var(--ink);
 border: 1px solid var(--rule); border-top: 3px solid var(--ink);
 border-radius: 0; cursor: pointer;
 font-family: var(--tile-face); letter-spacing: normal; text-transform: none;
}
.edition:hover { background: rgba(0, 0, 0, .05); }
.edition__title {
 display: flex; align-items: baseline; flex-wrap: wrap; gap: .3rem .55rem;
}
.edition__name {
 font-family: var(--display); font-weight: 700; text-transform: uppercase;
 font-size: 1.75rem; line-height: 1;
}
.edition__level {
 font-family: var(--display); font-weight: 700; text-transform: uppercase;
 letter-spacing: .14em; font-size: .68rem; line-height: 1;
 padding: .26rem .5rem .2rem;
 color: var(--paper); background: var(--ink);
 white-space: nowrap;
}
.edition__level[data-level="columnist"] { background: var(--green); }
.edition__level[data-level="publisher"] { background: var(--ink); }
.edition__level[data-level="editor"] { background: #b3241f; }
.edition__spec {
 font-family: var(--display); text-transform: uppercase; letter-spacing: .14em;
 font-size: .7rem; color: var(--ink-soft); margin-bottom: .35rem;
}
.edition__blurb { font-size: .95rem; line-height: 1.4; color: var(--ink); }
.edition__last {
 margin-top: .6rem; align-self: flex-start;
 font-family: var(--display); text-transform: uppercase; letter-spacing: .14em;
 font-size: .65rem; color: var(--paper); background: var(--green);
 padding: .18rem .5rem;
}
.stoppress {
 margin-top: clamp(1rem, 3vw, 1.5rem); padding: 1.75rem 1.5rem; text-align: center;
 color: var(--ink);
 background: url('../assets/paper.jpg') center / cover, var(--paper);
 border: 3px double var(--ink);
 box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .45);
}
.stoppress__kicker { margin: 0; font-family: var(--display); letter-spacing: .3em; text-transform: uppercase; font-size: .75rem; color: #b3241f; }
.stoppress h2 { margin: .2rem 0 .5rem; font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(1.9rem, 7vw, 3rem); line-height: .95; }
.stoppress__time { margin: 0; font-family: var(--display); font-size: 2.6rem; font-weight: 700; }
.stoppress__status {
 min-height: 1.2em; margin: .6rem 0 0;
 font-family: var(--display); text-transform: uppercase; letter-spacing: .12em;
 font-size: .72rem; color: var(--ink-soft);
}
.stoppress .actions { margin-top: .5rem; }
.stoppress__meta { margin: .1rem 0 1.1rem; font-size: .9rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .1em; font-family: var(--display); }
.fatal { padding: 2rem; color: #b3241f; font-size: 1rem; }
@media (prefers-reduced-motion: reduce) {
 .cell, .key { transition: none; }
 .cell.is-flash { animation: none; }
}
.riddle__label {
 margin: 0 0 .35rem;
 font-family: var(--display); font-weight: 700; text-transform: uppercase;
 letter-spacing: .08em; font-size: clamp(.78rem, 2.6vw, .92rem); text-align: center;
 color: var(--ink-soft);
}
.riddle {
 min-height: 2.8em;
 display: flex; align-items: center; justify-content: center;
 margin: 0 0 clamp(.6rem, 1.8vw, 1rem);
 padding: .6rem 1rem;
 border-top: 2px solid var(--ink);
 border-bottom: 2px solid var(--ink);
 font-family: var(--display); font-weight: 700;
 font-size: clamp(1.2rem, 4.6vw, 1.75rem);
 line-height: 1.2; text-align: center; text-wrap: balance;
 color: var(--ink);
}
.row {
 container-type: inline-size;
 break-inside: avoid;
 margin: 0 0 clamp(.6rem, 1.8vw, 1rem);
 padding-bottom: clamp(.5rem, 1.5vw, .8rem);
 border-bottom: 1px solid var(--rule);
}
.row--active { background: rgba(123, 176, 63, .10); }
.row--locked { opacity: .85; }
.row__tray, .row__boxes {
 display: flex; flex-wrap: wrap; gap: clamp(.2rem, .9cqw, .4rem);
 justify-content: center;
}
.row__tray { margin-bottom: .4rem; }
.tile {
 font-family: var(--tile-face);
 font-size: clamp(1rem, 8cqw, 1.6rem);
 width: clamp(1.9rem, 11.5cqw, 2.5rem); height: clamp(1.9rem, 11.5cqw, 2.5rem);
 display: grid; place-items: center;
 padding: 0; cursor: pointer;
 color: var(--ink); background: #fff;
 border: 1px solid var(--ink);
 box-shadow: 1px 1px 0 var(--ink);
}
.tile:disabled { cursor: default; }
.tile--spent { visibility: hidden; box-shadow: none; }
.tile:not(:disabled):hover { background: var(--green-bright); }
.tile:focus-visible, .box:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }
.box {
 font-family: var(--tile-face);
 font-size: clamp(1rem, 8cqw, 1.6rem);
 width: clamp(1.9rem, 11.5cqw, 2.5rem); height: clamp(2.1rem, 12.5cqw, 2.7rem);
 display: grid; place-items: center;
 padding: 0; cursor: pointer;
 color: var(--ink); background: transparent;
 border: 0; border-bottom: 2px solid var(--ink);
}
.box--circled {
 border: 2px solid var(--ink);
 border-radius: 50%;
}
.box--locked { color: var(--ink-soft); }
.row--locked .row__boxes { text-decoration: line-through; text-decoration-thickness: 1px; }
.box--wrong { border-bottom-color: #a4241c; }
.row--wrong .box { animation: nudge .18s ease-in-out 2; }
@keyframes nudge { 50% { transform: translateX(2px); } }
.box__gap { width: clamp(.8rem, 5cqw, 1.4rem); }
.bonus {
 container-type: inline-size;
 margin-top: clamp(1rem, 3vw, 1.6rem);
 padding-top: clamp(.75rem, 2vw, 1.1rem);
 border-top: 3px double var(--ink);
}
.bonus__caption {
 margin: 0 0 .6rem;
 font-family: var(--display); font-weight: 700; text-transform: uppercase;
 letter-spacing: .06em; font-size: .8rem; text-align: center; color: var(--ink-soft);
}
.bonus:not(.bonus--open) .tile,
.bonus:not(.bonus--open) .box { opacity: .45; pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
 .row--wrong .box { animation: none; }
 * { transition-duration: 0.01ms !important; }
}
.sr-only {
 position: absolute; width: 1px; height: 1px;
 margin: -1px; padding: 0; overflow: hidden;
 clip-path: inset(50%); white-space: nowrap; border: 0;
}
.sheet { display: block; }
#play { display: block; max-width: 46rem; margin-inline: auto; }
.checkbar { margin-top: clamp(.9rem, 2.5vw, 1.4rem); text-align: center; }
.checkbar__btn {
 font-family: var(--display); font-weight: 700; text-transform: uppercase;
 letter-spacing: .06em; font-size: .9rem;
 padding: .6rem 1.4rem; cursor: pointer;
 color: var(--paper); background: var(--green);
 border: 2px solid var(--ink);
 box-shadow: 2px 2px 0 var(--ink);
}
.checkbar__btn:hover { background: var(--green-deep); }
.checkbar__btn:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.tile--pending {
 background: transparent;
 border: 1px dashed var(--rule);
 box-shadow: none;
}
.stoppress__again {
 display: inline-block; margin-top: .9rem;
 font-family: var(--display); font-weight: 700; text-transform: uppercase;
 letter-spacing: .06em; font-size: .85rem;
 color: var(--ink); text-underline-offset: 3px;
}
.box__word { display: flex; gap: clamp(.2rem, .9cqw, .4rem); }
.riddlebox {
 margin: 0 0 clamp(.9rem, 2.5vw, 1.4rem);
 padding-bottom: .5rem;
}
.riddle__foot,
.riddle__note {
 margin: 0;
 font-family: var(--display); font-weight: 400; font-style: normal;
 font-size: clamp(.82rem, 2.7vw, .95rem);
 line-height: 1.35;
 text-align: center; text-wrap: balance; color: var(--ink-soft);
}
.checkbar { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }
.checkbar__btn--quiet {
 color: var(--ink); background: transparent;
 box-shadow: none;
}
.checkbar__btn--quiet:hover { background: rgba(20, 20, 15, .08); }
.btn__tag {
 font-family: var(--display); text-transform: uppercase; letter-spacing: .12em;
 font-size: .72rem; opacity: .72;
}
.desk { position: relative; }
.desk > summary { list-style: none; cursor: pointer; display: inline-block; }
.desk > summary::-webkit-details-marker { display: none; }
.desk__menu {
 position: absolute; z-index: 5; left: 50%; transform: translateX(-50%);
 margin-top: .4rem; min-width: 15rem;
 display: flex; flex-direction: column;
 background: #fff; border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink);
}
.desk__item {
 font-family: var(--display); font-size: .88rem; text-align: left;
 padding: .6rem .8rem; cursor: pointer;
 background: transparent; border: 0; border-bottom: 1px solid var(--rule);
 color: var(--ink);
}
.desk__item:last-child { border-bottom: 0; }
.desk__item:hover { background: rgba(123, 176, 63, .25); }
.stoppress__time {
 font-family: var(--display); font-weight: 700;
 font-size: clamp(2rem, 9vw, 3rem); margin: .2rem 0;
}
.stoppress__hints { color: var(--ink-soft); font-size: .9rem; }
.stoppress__share {
 display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap;
 margin-top: .9rem;
}
.backlink { margin: .45rem 0 0; text-align: center; }
.backlink a {
 font-family: var(--display); font-weight: 400; text-transform: uppercase;
 letter-spacing: .07em; font-size: clamp(.7rem, 2.2vw, .8rem);
 color: rgba(255, 255, 255, .8); text-decoration: none;
 padding: .3rem .5rem;
}
.backlink a:hover { color: #fff; text-decoration: underline; }
.backlink a:focus-visible { outline: 2px solid var(--green-bright); outline-offset: 2px; }
.stoppress__again { margin: .9rem .5rem 0; }
