:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#1c211d;--muted:#646961;--paper:#f7f5ef;--paper-deep:#ece8dd;--line:#c9c6b9;--green:#176b4b;--green-dark:#0f4d36;--yellow:#bb7910;--red:#b93d35;--serif:"Source Serif 4", Iowan Old Style, Baskerville, Times New Roman, serif;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--focus:#0f4d36;font-family:var(--sans);color:var(--ink);background:var(--paper)}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(/fonts/SourceSerif4-Variable.woff2)format("woff2")}*{box-sizing:border-box}html{background:var(--paper)}body{min-height:100vh;margin:0}button,a{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{min-height:100svh;padding:max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));flex-direction:column;display:flex}.site-header{justify-content:space-between;align-items:center;width:min(100%,72rem);min-height:3rem;margin:0 auto;display:flex}.site-header nav{gap:.25rem;display:flex}.wordmark{min-width:2.75rem;min-height:2.75rem;color:var(--ink);font-family:var(--serif);letter-spacing:-.06em;align-items:center;font-size:1.375rem;font-weight:700;text-decoration:none;display:inline-flex}.wordmark span{font-style:italic;font-weight:400}.icon-button{width:2.75rem;height:2.75rem;color:var(--ink);background:0 0;border:0;border-radius:0;place-items:center;display:inline-grid}.icon-button svg{stroke-width:1.8px;width:1.25rem;height:1.25rem}main{flex:1;width:min(100%,72rem);margin:0 auto;display:grid}.home-view{align-content:start;width:min(100%,54rem);padding:clamp(4rem,14vh,9.5rem) 0 2rem;display:grid}.eyebrow{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700;line-height:1.4}.hero-rule{margin-top:clamp(2rem,6vh,4.5rem)}h1,h2,p{overflow-wrap:anywhere}h1{max-width:14ch;font-family:var(--serif);letter-spacing:-.075em;margin:0;font-size:clamp(3.55rem,11vw,8.2rem);font-weight:500;line-height:.87}h1 em{color:var(--green);font-weight:400}.hero-rule p{max-width:25rem;color:var(--muted);margin:2rem 0 0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.5}.home-actions{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:clamp(2.5rem,7vh,5.25rem);display:flex}.button{text-align:center;border:1px solid #0000;border-radius:0;min-height:2.75rem;padding:.7rem 1rem;font-weight:700;line-height:1.25;text-decoration:none}.button-primary{color:#fff;background:var(--green)}.button-primary span{margin-left:1rem}.button-secondary{color:var(--ink);border-color:var(--ink);background:0 0}.text-button{min-height:2.75rem;color:var(--ink);background:0 0;border:0;border-bottom:1px solid;padding:.5rem 0;font-weight:650}.text-button:disabled{cursor:not-allowed;opacity:.45}.daily-note{color:var(--muted);align-items:flex-start;gap:1rem;margin-top:auto;padding-top:clamp(4rem,15vh,9rem);font-size:.875rem;line-height:1.5;display:flex}.daily-note p{margin:0}.daily-note__line{background:var(--green);flex:none;width:2.5rem;height:1px;margin-top:.65rem}.game-view{text-align:center;width:min(100%,38rem);margin:0 auto;padding:clamp(3rem,10vh,7rem) 0 2rem}.game-status{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;padding-bottom:1rem;display:flex}.game-status__details{align-items:baseline;gap:1rem;display:flex}.joker-status{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.25rem;font-size:.72rem;font-weight:700;display:inline-flex}.joker-status strong{color:var(--ink);font-size:.9rem}.joker-status i{border:1px solid;border-radius:50%;width:.35rem;height:.35rem}.joker-status__pip--used{background:currentColor;transform:rotate(45deg)}.game-round{font-family:var(--sans);letter-spacing:.1em;font-size:.72rem;font-weight:700;line-height:1.4}.timer{color:var(--green);font-family:var(--serif);font-variant-numeric:tabular-nums;font-size:1.8rem}.timer--warning{color:var(--yellow)}.game-instruction{color:var(--muted);margin:3.5rem 0 1.75rem}.game-instruction--invalid{color:var(--red)}.answer-slots{--slot-count:4;grid-template-columns:repeat(var(--slot-count), minmax(0, 1fr));background:0 0;border:0;gap:.55rem;width:100%;min-height:4.75rem;padding:0;display:grid}.answer-slots span{border-bottom:2px solid var(--ink);color:var(--ink);font-family:var(--serif);place-items:center;font-size:clamp(1.6rem,6vw,2.4rem);display:grid}.answer-slots--invalid span{border-color:var(--red)}.answer-slot--selected{background:var(--paper-deep)}.answer-slot--revealed{background:color-mix(in srgb, var(--green) 12%, var(--paper));color:var(--green-dark)!important}.tile-grid{grid-template-columns:repeat(4,minmax(2.75rem,1fr));gap:.65rem;width:min(100%,28rem);margin:2.25rem auto 0;display:grid}.tile{aspect-ratio:1;min-width:2.75rem;min-height:2.75rem;color:var(--ink);background:var(--paper);border:1px solid var(--ink);font-family:var(--serif);border-radius:0;padding:0;font-size:clamp(1.6rem,6vw,2.4rem)}.tile--selected{color:var(--muted);background:var(--paper-deep);border-color:var(--line)}.tile--revealed{cursor:default;color:var(--green-dark);background:color-mix(in srgb, var(--green) 12%, var(--paper));border-style:dashed}.game-help{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.game-hint{color:var(--muted);margin:0;font-size:.875rem}.game-reset{min-height:2.75rem;color:var(--ink);border:1px solid var(--ink);background:0 0;padding:0 1rem;font-weight:650}.game-result{padding-top:5rem}.game-result h1{max-width:12ch;margin:1.5rem auto;font-size:clamp(3rem,10vw,5.5rem)}.game-result p:not(.eyebrow){color:var(--muted);line-height:1.5}.game-result__timing{justify-content:center;gap:2rem;margin:2rem 0;display:flex}.game-result__timing dt{color:var(--muted);font-size:.875rem}.game-result__timing dd{font-family:var(--serif);margin:.25rem 0 0;font-size:1.5rem}.game-result__jokers{margin:0 0 2rem}.game-view--notice h1{margin-inline:auto;font-size:clamp(3rem,10vw,5.5rem)}.dialog{width:min(100% - 2rem,42rem);max-height:min(44rem,100svh - 2rem);color:var(--ink);background:var(--paper);border:1px solid var(--ink);box-shadow:8px 8px 0 var(--ink);padding:0;overflow:auto}.dialog::backdrop{background:#1c211d85}.dialog__header{justify-content:space-between;align-items:center;padding:1rem 1rem 0 1.5rem;display:flex}.dialog__body{padding:1rem 1.5rem 2rem}.dialog h2{font-family:var(--serif);letter-spacing:-.06em;margin:1.5rem 0 2rem;font-size:clamp(2.25rem,8vw,4rem);font-weight:500;line-height:.95}.dialog__body>p{max-width:30rem;color:var(--muted);line-height:1.5}.archive-streak{margin:0 0 1.5rem}.archive-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.archive-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(6.5rem,auto);align-items:center;gap:.75rem;padding:1rem 0;display:grid}.archive-row__date{font-variant-numeric:tabular-nums;line-height:1.35}.archive-row__status,.archive-row__action{text-align:right;justify-self:end;line-height:1.35}.archive-row__status{color:var(--muted);font-style:normal}.archive-row__action{min-width:2.75rem;min-height:2.75rem;color:var(--green-dark);align-items:center;font-weight:650;display:inline-flex}.steps{gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.steps li{grid-template-columns:1.6rem minmax(0,1fr);align-items:start;gap:.4rem .8rem;display:grid}.steps strong{font-family:var(--serif);font-size:1.3rem}.steps p{color:var(--muted);margin:.25rem 0 0;line-height:1.4}.step-number{color:var(--green);font-family:var(--serif);font-size:1.25rem}.mini-tiles,.mini-timer{grid-column:2;gap:.25rem;margin-top:.25rem;display:flex}.mini-tiles b{border:1px solid var(--ink);width:2rem;height:2rem;font-family:var(--serif);place-items:center;font-size:1.1rem;font-weight:500;display:grid}.mini-timer{color:var(--green);font-family:var(--serif);align-items:center;font-size:1.25rem;font-weight:500}.mini-timer svg{stroke-width:1.75px;width:1.5rem;height:1.5rem}.dialog__footer{border-top:1px solid var(--line);padding:1rem 1.5rem 1.5rem}.dialog__footer .button{width:100%}.dialog--small{width:min(100% - 2rem,30rem)}.site-footer{padding:1rem max(1rem, env(safe-area-inset-right)) 2rem;color:var(--muted);gap:1rem;font-size:.875rem;display:flex}.site-footer a{min-width:2.75rem;min-height:2.75rem;color:inherit;align-items:center;display:inline-flex}.legal-view{max-width:44rem}.legal-view h1{font-family:var(--serif);margin:.25rem 0 1.5rem;font-size:clamp(2.5rem,8vw,4.5rem)}.legal-view h2{font-family:var(--serif);letter-spacing:-.04em;margin:2.5rem 0 .75rem;font-size:clamp(1.45rem,4vw,2rem);font-weight:500;line-height:1}.legal-view p,.legal-view address{max-width:38rem;color:var(--muted);line-height:1.55}.legal-view address{font-style:normal}.legal-view a{color:var(--green-dark)}@media (hover:hover){.icon-button:hover{background:var(--paper-deep)}.button-primary:hover{background:var(--green-dark)}.tile:not(.tile--selected):hover,.game-reset:hover{color:#fff;background:var(--green);border-color:var(--green)}}@media (width>=48rem){.app-shell{padding-inline:max(2rem, env(safe-area-inset-right))}.home-view{padding-left:clamp(1rem,8vw,8rem)}.daily-note{margin-left:clamp(1rem,8vw,8rem)}.dialog__body{padding:1rem 2.5rem 2.5rem}.dialog__header{padding-left:2.5rem}.dialog__footer{padding-inline:2.5rem}.steps li{grid-template-columns:1.6rem minmax(0,1fr) auto}.mini-tiles,.mini-timer{grid-area:1/3}}@media (orientation:landscape) and (height<=32rem){.app-shell{padding:max(.5rem, env(safe-area-inset-top)) max(.5rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(.5rem, env(safe-area-inset-left))}.site-header{min-height:2.75rem}.game-view{padding:.5rem 0 1rem}.game-status{padding-bottom:.5rem}.timer{font-size:1.5rem}.game-instruction{margin:.5rem 0}.answer-slots{min-height:2.75rem}.tile-grid{gap:.5rem;width:min(100%,20rem);margin-top:.5rem}.game-help{margin-top:.75rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
