:root{color-scheme:light;--paper:#f2f6fc;--ink:#253449;--blue:#3158b8;--muted:#5b697c;--grass:#dcebdd;--yellow:#ffd275;--line:#d7e0ec;--white:#fff;--green:#286746;--red:#a43738;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:var(--blue);text-underline-offset:4px}button{color:inherit}button:disabled{cursor:default;opacity:.46}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:4px}[hidden]{display:none!important}h1,h2,h3,.brand{font-family:"Trebuchet MS",system-ui,sans-serif}h1,h2,p{margin-top:0}p{line-height:1.65}.site-header,main,footer{max-width:1140px;margin:auto}.site-header{height:95px;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.brand{display:inline-flex;align-items:center;gap:9px;font-size:25px;font-weight:800;letter-spacing:-.8px;color:var(--ink);text-decoration:none}.brand svg{width:30px;height:30px}.beta{font:500 11px system-ui,sans-serif;letter-spacing:0;color:var(--muted);border:1px solid var(--line);border-radius:5px;padding:3px 6px;margin-left:3px}.site-header nav,footer nav{display:flex;align-items:center;gap:24px}.site-header nav a,footer nav a{text-decoration:none;font-size:14px}.text-button{border:0;background:none;padding:10px 4px;min-height:44px;font-size:14px;color:var(--blue);font-weight:600}.site-header .text-button{color:var(--ink);font-weight:500}main{padding:0 32px}.game-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:44px;align-items:start;background:var(--white);padding:32px;border-radius:23px;border:1px solid #e0e7f0;box-shadow:0 7px 0 #e6ecf5}.board-wrap{position:relative;background:var(--grass);border-radius:17px;padding:19px 19px 29px}.board{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.lot{position:relative;aspect-ratio:1.08;border:1px solid #c5d8c5;border-radius:11px;background:#eef5e9;padding:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;transition:background .12s,border-color .12s}.lot:not(.occupied){background-color:#e7f0e3;background-image:radial-gradient(#bdd0bc .8px,transparent .8px);background-size:9px 9px}.lot.occupied{background:#fbfcf6;border-color:#c6d6bb;box-shadow:0 3px 0 #bfcfbb}.lot svg{width:72%;max-height:75%;pointer-events:none}.lot .place-name{font-size:11px;font-weight:650}.lot .address{position:absolute;top:6px;left:7px;color:#708773;font-size:10px}.lot:not(.occupied) .address{position:static;font-size:12px;color:#758a76;background:#e7f0e3;padding:4px}.lot.selected,.place.selected{outline:3px solid var(--blue);outline-offset:1px;background:#edf1fd}.lot.target{border-color:#718cc2}.lot:hover{background-color:#f7faee}.street-sign{position:absolute;bottom:7px;left:0;right:0;text-align:center;font-size:10px;color:#5d785f;letter-spacing:.3px}.selection-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:58px;padding:7px 0}.selection-bar p{font-size:12px;color:var(--muted);line-height:1.45;margin:0}.selection-bar .text-button{font-size:12px;flex-shrink:0}.place-tray{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;align-items:stretch}.place{min-width:0;border:1px solid #e1e5ec;border-radius:9px;background:#fff;display:flex;align-items:center;flex-direction:column;padding:6px 2px 7px;transition:background .12s}.place svg{width:55px;max-width:100%;height:44px;pointer-events:none}.place-name{font-size:10px;font-weight:600;white-space:nowrap}.place.placed{background:#f3f6fa;color:#718093}.place.placed svg{opacity:.4}.place.placed .place-name:after{content:" ✓"}.place:hover{border-color:#7c94bf}.board-actions{display:flex;gap:10px;align-items:center;margin-top:19px}.secondary,.primary{min-height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;font-weight:600;font-size:12px;padding:10px 14px;display:inline-flex;gap:8px;align-items:center;justify-content:center}.primary{background:var(--blue);color:#fff;border-color:var(--blue);font-size:14px;padding:12px 20px}.primary:hover{background:#23449a}.secondary:hover{background:#edf2fb}.board-actions .text-button{font-size:12px;margin-left:auto}.clues-header{display:flex;align-items:center;gap:12px;justify-content:space-between;margin-top:1px}.clues-header h2{font-size:19px;letter-spacing:-.4px;margin:0}.count-chip{border-radius:5px;padding:5px 7px;background:#eef2f8;font-size:11px;white-space:nowrap;color:var(--muted)}.clue-intro{font-size:12px;color:var(--muted);line-height:1.55;margin:13px 0 19px;max-width:320px}.clues{list-style:none;padding:0;margin:0;display:grid;gap:8px}.clue{display:flex;align-items:start;gap:11px;padding:10px 12px;border:1px solid #e1e7ef;border-radius:8px;background:#f8fafd;font-size:13px;line-height:1.5;min-height:44px}.clue-icon{display:flex;width:19px;height:19px;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#e6ebf2;color:#637085;font-size:12px;margin-top:1px}.clue.met{background:#f1f7f0;border-color:#d2e4d0}.clue.met .clue-icon{color:var(--green);background:#dfeddc}.clue.conflict{background:#fff5f2;border-color:#eed4cd}.clue.conflict .clue-icon{color:var(--red);background:#f8e0d8}.clue-key{display:flex;align-items:center;gap:5px;font-size:10px;color:var(--muted);margin:15px 0 0;flex-wrap:wrap}.key-dot{width:14px;height:14px;border-radius:50%;background:#e6ebf2;text-align:center;line-height:14px;margin-left:5px}.key-dot:first-child{margin-left:0}.key-dot.met{color:var(--green);background:#dfeddc}.key-dot.conflict{color:var(--red);background:#f8e0d8}.practice-box{margin-top:18px}.practice-box a{display:inline-flex;align-items:center;min-height:44px}.practice-box a{font-size:12px;font-weight:650}.completion{display:flex;align-items:center;gap:20px;background:#e2eddc;border:1px solid #c6dbbd;padding:25px 30px;border-radius:16px;margin-top:26px;flex-wrap:wrap}.completion-icon{font-size:52px;color:var(--green)}.completion h2{font-size:24px;letter-spacing:-.6px;margin:0 0 5px}.completion p{font-size:13px;margin:0}.completion .primary{margin-left:auto}.completion #share-status{width:100%;white-space:pre-line;overflow-wrap:anywhere}.below-game{display:flex;align-items:center;gap:14px;padding:26px 0}.below-game label{font-size:12px;white-space:nowrap}.below-game select{width:100%;max-width:290px;background:#fff;border:1px solid var(--line);border-radius:7px;min-height:44px;font-size:12px;padding:10px;color:var(--ink)}footer{display:flex;align-items:center;gap:17px;padding:23px 32px 40px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}footer .small{font-size:18px}footer nav{margin-left:auto;gap:20px}footer nav a,footer .text-button{font-size:12px}.notice{padding:14px 18px;background:#fff3d6;border:1px solid #e5d19a;font-size:13px;border-radius:8px;margin-bottom:20px}.notice.error{background:#fff0ed}.skip-link{position:fixed;top:-70px;left:10px;padding:12px;background:white;z-index:50}.skip-link:focus{top:10px}dialog{border:1px solid var(--line);border-radius:19px;background:var(--white);color:var(--ink);width:min(530px,calc(100% - 30px));padding:32px;box-shadow:0 18px 80px #1a315033;max-height:90vh}dialog::backdrop{background:#1c304777}dialog h2{font-size:28px;letter-spacing:-.8px;margin-bottom:14px;padding-right:18px}dialog p,dialog li{font-size:14px;line-height:1.7}dialog .close-dialog{position:absolute;top:10px;right:10px;border:0;background:none;width:44px;height:44px;font-size:27px;color:var(--muted)}dialog .text-button{margin-left:10px}.how-steps{padding-left:23px;display:grid;gap:14px}.inline-button{text-decoration:none}fieldset{border:0;padding:0;margin:22px 0;display:flex;gap:12px;flex-wrap:wrap}legend{font-weight:650;font-size:14px;margin-bottom:10px}fieldset label{font-size:13px;display:flex;align-items:center;gap:5px;min-height:38px}input[type=radio],input[type=checkbox]{accent-color:var(--blue);width:18px;height:18px}form>label{display:block;font-size:14px;margin-bottom:9px}form>label span{color:var(--muted);font-weight:400}textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;resize:vertical;color:var(--ink);font-size:14px}.fine-print{font-size:11px!important;color:var(--muted)}#feedback-status{margin:14px 0 0}.check-label{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:650;margin:20px 0}.prose{max-width:720px;padding-top:35px;padding-bottom:55px}.prose h1{font-size:38px;letter-spacing:-1.5px}.prose h2{font-size:23px;margin-top:30px}.prose p,.prose li{font-size:15px;line-height:1.8}.prose .lede{font-size:19px;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1000px){.place-tray{grid-template-columns:repeat(9,1fr);gap:4px}.place svg{height:34px}.place-name{font-size:9px}.place{padding:5px 1px}.lot svg{width:76%}.game-layout{gap:38px;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr)}}
@media(max-width:850px){.game-layout{gap:25px;padding:25px;grid-template-columns:minmax(0,1fr) minmax(265px,.9fr)}.board-actions{gap:5px}.board-actions .secondary{padding:10px 8px}.board-actions .text-button{font-size:11px}.clues-header h2{font-size:17px}}
@media(max-width:680px){.site-header{height:76px;padding:0 20px}.brand{font-size:23px}.brand svg{width:27px;height:27px}.site-header nav{gap:13px}.site-header nav a,.site-header .text-button{font-size:12px}.beta{font-size:10px;margin-left:0}main{padding:0 17px}.game-layout{display:block;padding:20px 17px;border-radius:17px}.board-wrap{padding:15px 15px 26px}.board{gap:8px}.lot{aspect-ratio:1.02}.lot .place-name{font-size:10px}.lot svg{width:80%}.place-tray{grid-template-columns:repeat(5,1fr);gap:7px}.place svg{height:41px}.place-name{font-size:10px}.board-actions{gap:8px}.board-actions .secondary{font-size:11px;padding:10px 9px}.board-actions .text-button{font-size:11px}.clue-panel{border-top:1px solid var(--line);margin-top:24px;padding-top:24px}.clues-header h2{font-size:18px}.clue-intro{max-width:none}.clue{font-size:13px;padding:11px 12px}.clue-key{font-size:10px}.below-game{padding:24px 0}.completion{padding:22px;gap:13px}.completion-icon{display:none}.completion h2{font-size:23px}.completion .primary{margin-left:0}.completion .text-button{font-size:12px}footer{padding:20px 20px 30px;gap:15px;align-items:start;flex-wrap:wrap}footer nav{gap:14px;flex-wrap:wrap;align-items:center}footer .brand.small{margin-top:10px}dialog{padding:29px 23px}dialog h2{font-size:26px}.prose{padding-top:25px}.prose h1{font-size:33px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.mobile-clue-bar{display:none}
.place,.lot.occupied{touch-action:pinch-zoom;user-select:none;-webkit-user-select:none;cursor:grab}.drag-source{opacity:.45;cursor:grabbing}.lot.drop-target,.place-tray.drop-target{outline:3px solid var(--blue);outline-offset:3px;background-color:#e5edf9}.drag-ghost{position:fixed;top:0;left:0;z-index:20;width:76px;height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:2px solid var(--blue);border-radius:12px;box-shadow:0 8px 24px #25344933;pointer-events:none;will-change:transform}.drag-ghost svg{width:60px;height:58px}.drag-ghost span{font-size:11px;font-weight:650}
.analytics-consent{max-width:1076px;margin:0 auto 24px;padding:18px 22px;background:#fff8e8;border:1px solid #eadab5;border-radius:12px}.analytics-consent p{font-size:13px;line-height:1.5;margin-bottom:12px}.analytics-consent button{margin-right:10px;min-height:44px}.analytics-consent a{font-size:13px}.analytics-consent [role=status]{margin:8px 0 0}@media(max-width:680px){.analytics-consent{margin:0 17px 20px;padding:16px}.analytics-consent button{margin-bottom:5px}}
@media(min-width:681px){.site-header{height:80px}.play-area{max-width:440px;width:100%;margin:0 auto}.game-layout{grid-template-columns:minmax(0,1fr) minmax(310px,.95fr)}}
@media(max-width:680px){.mobile-clue-bar{position:sticky;top:0;z-index:3;display:flex;align-items:center;gap:7px;background:#fff8e8;border:1px solid #eadab5;border-radius:10px;padding:7px 2px;margin:0 0 13px;box-shadow:0 4px 0 #ffffffaa}.mobile-clue-bar button{border:0;background:none;color:#735823;flex-shrink:0;width:44px;min-height:48px;font-size:29px}.mobile-clue-bar>div{flex:1;min-width:0}.mobile-clue-bar span{font-size:10px;font-weight:650;color:#79663f}.mobile-clue-bar p{font-size:12px;line-height:1.45;margin:3px 0 0}.board-actions .secondary{min-height:44px}}

.game-page{background:#fff;min-height:100vh}
.game-page .site-header,.game-page main,.game-page footer{max-width:900px}
.game-page .site-header{height:68px;padding:0 24px;border-bottom:1px solid var(--line)}
.game-page main{padding:0 24px}
.puzzle-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0 20px}
.puzzle-heading h1{font-size:22px;letter-spacing:-.5px;margin:0 0 5px}
.puzzle-heading p,.puzzle-heading>span{font-size:12px;color:var(--muted);margin:0}
.puzzle-heading>span{white-space:nowrap}
.game-page .game-layout{grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:32px;padding:0;border:0;border-radius:0;box-shadow:none}
.game-page .play-area{max-width:360px;margin:0}
.game-page .board-wrap{padding:12px 12px 24px;border-radius:11px}
.game-page .lot{border-radius:7px;aspect-ratio:1.08}
.game-page .place-tray{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
.game-page .place{min-height:54px;padding:4px 2px}
.game-page .place svg{width:38px;height:32px}
.game-page .place-name{font-size:10px}
.game-page .selection-bar{min-height:48px}
.game-page .board-actions{margin-top:12px}
.game-page .clues{gap:6px}
.game-page .clue{padding:9px 10px;font-size:12px;min-height:40px}
.game-page .clues-header h2{font-size:18px}
.game-page .clue-intro{margin:10px 0 14px}
.game-page .completion{display:grid;justify-items:center;gap:10px;margin-top:18px;padding:20px 16px;border-radius:10px;text-align:center}
.game-page .completion h2{font-size:25px}
.game-page .completion .primary{margin:0;width:100%;max-width:250px}
.game-page .completion .text-button{padding:4px;font-size:12px}
#share-status:empty{display:none}
#next-puzzle{width:100%;border-top:1px solid #c6dbbd;padding-top:14px;margin-top:3px}
#next-puzzle span{display:block;font-size:12px;color:var(--muted)}
#next-puzzle-time{display:block;font-size:27px;font-variant-numeric:tabular-nums;letter-spacing:1px;margin-top:4px}
.game-page .below-game{display:block;padding:20px 0}
.game-page .below-game summary{width:fit-content;min-height:44px;align-content:center;color:var(--blue);font-size:13px;cursor:pointer}
.game-page .below-game summary:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.game-page .below-game>div{display:flex;align-items:center;gap:14px;padding:8px 0}
.game-page footer{padding:16px 24px 26px}
@media(max-width:680px){
  .game-page .site-header{padding:0 16px}
  .game-page main{padding:0 16px}
  .puzzle-heading{padding:18px 0 16px}
  .puzzle-heading h1{font-size:20px}
  .game-page .game-layout{display:block}
  .game-page .play-area{max-width:340px;margin:auto}
  .game-page .clue-panel{margin-top:22px;padding-top:20px}
  .game-page .mobile-clue-bar{padding:4px 2px;margin-bottom:10px}
  .game-page .mobile-clue-bar button{min-height:44px}
  .game-page .mobile-clue-bar p{font-size:12px}
  .game-page .lot .place-name{font-size:10px}
  .game-page footer{padding:16px 16px 24px}
}
