@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600&family=Nunito:wght@400;600;700;800;900&display=swap');
:root{--wg-ink:#183255;--wg-muted:#506783;--wg-blue:#235ad9;--wg-blue-deep:#173f9e;--wg-line:#cfdef4;--wg-yellow:#ffcf55;--wg-pink:#ef7d9e;--wg-teal:#098e89;--wg-bg:#eaf3ff;--wg-display:'Fredoka',system-ui,sans-serif;--wg-body:'Nunito',system-ui,sans-serif;color-scheme:light}
*{box-sizing:border-box}.wg-page{margin:0;min-height:100vh;background:radial-gradient(ellipse at 0 30%,#d4e8ff 0,transparent 48%),radial-gradient(ellipse at 100% 8%,#ffe3ec 0,transparent 32%),#eaf3ff;color:var(--wg-ink);font-family:var(--wg-body);font-size:16px;line-height:1.5}.wg-page h1,.wg-page h2,.wg-page h3{font-family:var(--wg-display);font-weight:500;letter-spacing:-.02em;line-height:1.15}.wg-page button,.wg-page input,.wg-page select{font-family:var(--wg-body)}.wg-page button{touch-action:manipulation}.wg-page [hidden]{display:none!important}.wg-page a,.wg-page button{-webkit-tap-highlight-color:transparent}.wg-page a:focus-visible,.wg-page button:focus-visible,.wg-page input:focus-visible,.wg-page select:focus-visible{outline:3px solid var(--wg-blue);outline-offset:4px}.wg-skip{position:absolute;left:16px;top:-100px;z-index:10000;background:white;padding:12px;border-radius:10px}.wg-skip:focus{top:12px}.wg-header{width:min(1180px,calc(100% - 64px));margin:0 auto!important;padding:25px 0 22px!important;display:flex!important;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #bfd3ee80}.wg-brand{display:inline-flex;align-items:center;gap:0;font-family:var(--wg-display);font-size:1.6rem;font-weight:500;line-height:1;color:var(--wg-ink);text-decoration:none;white-space:nowrap}.wg-brand-mark{display:grid;place-items:center;width:43px;height:43px;margin-right:11px;background:var(--wg-blue);color:var(--wg-yellow);font-size:2.1rem;border-radius:13px;transform:rotate(-7deg);box-shadow:0 3px 0 #173f9e}.wg-brand-dot{color:#dd4677}.wg-nav{display:flex;gap:6px;flex-wrap:wrap}.wg-nav a{padding:10px 16px;border-radius:13px;text-decoration:none;color:#4e6583;font-size:.95rem;font-weight:900;white-space:nowrap}.wg-nav a:hover{background:#fff9}.wg-nav a[aria-current=page]{color:var(--wg-blue);background:#fff;box-shadow:0 3px 0 #cfdef4}.wg-main{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:30px 0 10px}.wg-eyebrow{margin:0 0 12px;font-size:.8rem;letter-spacing:.11em;font-weight:900;color:#476793}.wg-eyebrow span{color:#ac7804}.wg-lead{font-size:1.1rem;line-height:1.65;color:var(--wg-muted);font-weight:700;margin:16px 0}.home-intro{display:grid;grid-template-columns:1fr 280px;gap:20px;align-items:center;min-height:200px;padding:4px 8px 24px}.home-intro h1{font-size:clamp(2.5rem,4.5vw,3.6rem);margin:0}.home-art{height:185px;display:grid;place-items:center}.home-art img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.home-art>span{font-size:3.5rem}.game-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.game-card{display:flex;flex-direction:column;background:white;border:2px solid var(--wg-line);border-radius:27px;overflow:hidden;text-decoration:none;color:var(--wg-ink);box-shadow:0 8px 0 #d3e2f7;transition:transform .18s,box-shadow .18s}.game-card:hover{transform:translateY(-5px);box-shadow:0 12px 0 #c7daf3}.card-scene{height:152px;display:flex;align-items:center;justify-content:center;position:relative;gap:9px;margin:10px 10px 0;border-radius:18px;background:#ffe5ed}.card-scene>span:first-child:not(.letter-tile){font-size:5.1rem;transform:rotate(-8deg)}.card-scene .scene-mini{position:absolute;right:26px;bottom:25px;font-size:2.2rem;color:#c54875;transform:rotate(10deg)}.word-card .card-scene{background:#fff3d0}.map-card .card-scene{background:#d8f3ed}.letter-tile{width:62px;height:67px;display:grid;place-items:center;border:2px solid #dcac35;border-bottom-width:5px;border-radius:14px;background:#ffcf55;color:#5c4200;font:500 2.8rem var(--wg-display);transform:rotate(-8deg)}.letter-tile:nth-child(2){background:var(--wg-blue);color:white;border-color:#173f9e;transform:translateY(-9px) rotate(5deg)}.letter-tile:nth-child(3){transform:rotate(9deg)}.card-copy{padding:25px 25px 24px;display:flex;flex-direction:column;flex:1}.card-kicker{font-size:.75rem;font-weight:900;letter-spacing:.085em;color:#8f3760}.word-card .card-kicker{color:#856004}.map-card .card-kicker{color:#156e66}.card-copy h2{font-size:2rem;margin:10px 0 11px}.card-copy p{color:var(--wg-muted);font-size:1rem;line-height:1.6;margin:0 0 20px;flex:1}.card-meta{font-size:.85rem;font-weight:800;color:#64758c;margin-bottom:21px}.card-play{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #e4ebf7;color:var(--wg-blue);font-weight:900;font-size:1.05rem}.card-play>span{font-size:1.5rem;line-height:1}.wg-footer{width:min(1180px,calc(100% - 64px));max-width:none;display:flex;justify-content:space-between;align-items:center;gap:18px;margin:36px auto 0;padding:22px 0 26px;color:#5d7490;font-size:.9rem;font-weight:700}.wg-footer a{color:#435f84;text-decoration:none}.wg-footer a:hover{text-decoration:underline}.game-heading{text-align:center;padding:8px 0 30px}.game-heading h1{font-size:2.65rem;margin:5px 0 10px}.game-heading>p:last-child{margin:0;color:var(--wg-muted);font-weight:700}.wg-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 20px;border:2px solid #1c4ab6;border-bottom:5px solid #173f9e;border-radius:15px;background:var(--wg-blue);color:white;font:900 1rem var(--wg-body);text-decoration:none;cursor:pointer}.wg-button:hover{background:#194dc8}.wg-button.secondary{background:white;color:var(--wg-blue);border-color:#c5d7f5;border-bottom-color:#b6ccee}.back-link{color:#43628a;font-weight:800;text-decoration:none;font-size:.9rem}.back-link:hover{color:var(--wg-blue)}.county-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.county-card{background:white;border:2px solid var(--wg-line);border-radius:26px;box-shadow:0 8px 0 #d3e2f7;overflow:hidden;color:var(--wg-ink);text-decoration:none;transition:transform .18s}.county-card:hover{transform:translateY(-4px)}.county-card>div:last-child{padding:24px}.county-card h2{font-size:1.8rem;margin:9px 0 12px}.county-card p{font-size:1rem;color:var(--wg-muted);min-height:75px;margin:0 0 20px;line-height:1.6}.county-card .card-kicker{color:#38778e}.county-outline{height:210px;margin:10px 10px 0;border-radius:17px;background:#def3f0;display:grid;place-items:center}.county-outline img{width:100%;height:100%;padding:18px}.county-miami-dade .county-outline{background:#ffe5ed}.county-palm-beach .county-outline{background:#fff2cb}.map-source{color:#667d95;font-size:.85rem;text-align:center;margin:32px 0 0}@media(max-width:900px){.wg-header,.wg-main,.wg-footer{width:calc(100% - 36px)}.game-cards,.county-cards{gap:15px}.card-copy{padding:20px}.card-copy h2{font-size:1.75rem}.card-scene{height:130px}.letter-tile{width:48px;height:58px}.home-intro{grid-template-columns:1fr 200px}.home-art{height:160px}.wg-nav a{padding:9px 11px}.county-card>div:last-child{padding:19px}}@media(max-width:700px){.wg-header{flex-wrap:wrap;padding:18px 0!important;gap:18px}.wg-brand{font-size:1.5rem}.wg-nav{width:100%;justify-content:space-between;gap:5px}.wg-nav a{text-align:center;flex:1;padding:9px 8px;font-size:.9rem}.wg-main{padding-top:24px}.home-intro{grid-template-columns:1fr 125px;min-height:145px;padding:0 0 20px;gap:6px}.home-intro h1{font-size:2.35rem}.home-intro .wg-eyebrow{font-size:.7rem;letter-spacing:.05em}.wg-lead{font-size:.95rem;margin:10px 0 0}.home-art{height:140px}.game-cards,.county-cards{grid-template-columns:1fr;gap:21px}.game-card{display:grid;grid-template-columns:120px 1fr;overflow:visible}.card-scene{height:calc(100% - 20px);margin:10px 0 10px 10px;border-radius:16px;min-height:195px}.card-scene>span:first-child:not(.letter-tile){font-size:3.5rem}.card-scene .scene-mini{font-size:1.5rem;right:10px;bottom:35px}.card-copy{padding:22px 18px}.card-copy h2{margin:7px 0;font-size:1.65rem}.card-copy p{font-size:.95rem;margin:0 0 10px}.card-meta{font-size:.75rem;margin-bottom:12px}.card-kicker{font-size:.67rem;letter-spacing:.055em}.card-play{padding-top:10px;font-size:.95rem}.letter-scene{flex-wrap:wrap;align-content:center;gap:6px;padding:10px}.letter-tile{width:40px;height:46px;font-size:2rem}.letter-tile:nth-child(2){transform:rotate(5deg)}.letter-tile:nth-child(3){display:none}.wg-footer{margin-top:26px;font-size:.8rem;gap:12px}.game-heading h1{font-size:2.2rem}.game-heading p:last-child{font-size:.95rem}.county-card{display:grid;grid-template-columns:125px 1fr}.county-outline{height:auto;min-height:215px;margin:10px 0 10px 10px}.county-outline img{padding:10px}.county-card p{min-height:0;margin-bottom:15px}.county-card h2{font-size:1.65rem}.county-card>div:last-child{padding:22px 18px}.county-card .card-kicker{font-size:.7rem}}@media(max-width:390px){.home-intro{grid-template-columns:1fr}.home-art{display:none}.game-card{grid-template-columns:95px 1fr}.card-scene>span:first-child:not(.letter-tile){font-size:3rem}.letter-tile{width:42px}.letter-tile:nth-child(2){display:none}.county-card{grid-template-columns:95px 1fr}.wg-footer{font-size:.75rem}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
