:root{--paper:#f5f3ed;--ink:#242b26;--muted:#637067;--line:#d8ddd1;--green:#204e3b;--lime:#d7ed94;--orange:#f2b78e;--purple:#ddd1f0;--white:#fffefa;--radius:22px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #a04416;outline-offset:4px}button{border:0}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.045em}p{line-height:1.65}a{text-underline-offset:4px}.wrap{max-width:1180px;margin:auto;padding:0 30px}.skip{position:absolute;left:20px;top:-80px;padding:15px;background:white;z-index:10}.skip:focus{top:10px}.topbar{border-bottom:1px solid var(--line)}.header{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{text-decoration:none;display:flex;gap:11px;align-items:center}.brand-mark{font-size:35px;color:var(--green);line-height:1}.brand strong{font-family:Georgia,serif;font-size:23px;letter-spacing:-1px}.brand small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:3px;margin-top:4px}.nav{display:flex;gap:24px;align-items:center;font-size:13px}.nav a{text-decoration:none}.nav .selected{background:var(--green);color:white;padding:11px 19px;border-radius:30px}.eyebrow{font-size:11px;font-weight:bold;letter-spacing:2px;text-transform:uppercase;color:var(--green)}.hero{padding:54px 0 42px;display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:center}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,5.8vw,75px);font-weight:normal;line-height:1.03;margin:17px 0 22px}.hero h1 em{color:var(--green)}.hero p{max-width:440px;color:var(--muted);font-size:16px}.hero-actions{margin-top:26px;display:flex;gap:15px;align-items:center}.primary,.secondary{display:inline-flex;justify-content:center;align-items:center;gap:12px;padding:14px 22px;border-radius:30px;text-decoration:none;font-size:14px;font-weight:bold;min-height:46px}.primary{background:var(--green);color:white}.primary:hover{background:#153a2a}.secondary{background:#e7ebe1;color:var(--ink)}.secondary:hover{background:#dce3d2}.hero-note{font-size:12px;color:var(--muted)}.feature{background:var(--lime);border:1px solid #c6d98b;border-radius:var(--radius);padding:27px;position:relative;overflow:hidden}.feature-top{display:flex;align-items:center;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:1.3px}.pill{background:#ffffff82;padding:7px 10px;border-radius:20px}.feature h2{font-size:26px;margin:22px 0 6px}.feature p{font-size:13px;color:#425233}.mini-tiles{display:flex;justify-content:center;gap:13px;padding:26px 0}.mini-tiles span{display:grid;place-items:center;width:65px;height:70px;border-radius:12px;background:var(--white);box-shadow:0 5px 0 #acbd73;font-size:32px;font-family:Georgia,serif;transform:rotate(-7deg)}.mini-tiles span:nth-child(2){transform:rotate(6deg)}.mini-tiles span:nth-child(3){transform:rotate(-3deg)}.feature-link{display:flex;justify-content:space-between;font-size:13px;font-weight:bold;text-decoration:none;border-top:1px solid #abbc74;padding-top:17px}.ad{display:none;margin:18px 0 38px;min-height:100px;text-align:center;padding:12px;border:1px solid var(--line);border-radius:10px;background:#eeeee8;color:#788078}.ad.visible{display:block}.ad-label{display:block;font-size:9px;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.ad.preview{display:block;background:repeating-linear-gradient(135deg,#eeeee8,#eeeee8 8px,#f1f1eb 8px,#f1f1eb 16px)}.ad.preview p{font-size:12px;margin:16px}.section-top{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:30px 0 22px}.section-top h2{font-size:32px;font-family:Georgia,serif;font-weight:normal}.section-top p{font-size:13px;color:var(--muted);margin-top:6px}.filters{display:flex;gap:6px;flex-wrap:wrap}.filter{border:1px solid var(--line);padding:9px 14px;border-radius:24px;background:transparent;font-size:12px;min-height:38px}.filter[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--white);display:flex;flex-direction:column}.card[hidden]{display:none}.card-art{height:163px;display:flex;align-items:center;justify-content:center;gap:9px;overflow:hidden}.card-art .art-tile{display:grid;place-items:center;width:51px;height:58px;background:#ffffffd9;border-radius:9px;box-shadow:0 4px 0 #00000014;font-family:Georgia,serif;font-size:29px;transform:rotate(-7deg)}.card-art .art-tile:nth-child(2n){transform:rotate(7deg);margin-top:18px}.green-art{background:#dcebad}.orange-art{background:#f1c6a7}.purple-art{background:#ddd3ee}.card-body{padding:24px;display:flex;flex-direction:column;flex:1}.card-meta{font-size:10px;text-transform:uppercase;letter-spacing:1.4px;color:var(--muted);margin-bottom:12px}.card h3{font-size:23px;margin-bottom:9px}.card p{font-size:14px;color:var(--muted);margin-bottom:24px}.card-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.card-bottom a{background:var(--ink);color:white;padding:11px 17px;border-radius:25px;text-decoration:none;font-size:12px;font-weight:bold}.card-bottom span{font-size:11px;color:var(--muted)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:35px 0 45px}.about-grid h2{font-family:Georgia,serif;font-size:30px;font-weight:normal;margin-bottom:13px}.about-grid p{font-size:14px;color:var(--muted)}.about-panel{padding:28px;border:1px solid var(--line);border-radius:var(--radius)}.about-panel ul{padding-left:19px;color:var(--muted);font-size:14px;line-height:1.9}.support{background:var(--green);color:white;border-radius:var(--radius);padding:32px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:45px}.support h2{font-family:Georgia,serif;font-size:30px;font-weight:normal;margin-bottom:6px}.support p{color:#d1decd;font-size:14px;max-width:600px}.support a{background:var(--lime);color:var(--ink);flex-shrink:0}.support[hidden]{display:none}.footer{border-top:1px solid var(--line);padding:25px 0 32px}.footer-inner{display:flex;justify-content:space-between;gap:25px;font-size:11px;color:var(--muted);line-height:1.8}.footer nav{display:flex;gap:19px;flex-wrap:wrap}.game-heading{padding:35px 0 22px;max-width:720px;margin:auto}.back{display:inline-block;font-size:12px;color:var(--muted);margin-bottom:24px}.game-heading h1{font-family:Georgia,serif;font-size:45px;font-weight:normal;margin:10px 0}.game-heading p{font-size:15px;color:var(--muted)}.game-layout{max-width:720px;margin:auto}.game-panel{border:1px solid var(--line);background:var(--white);border-radius:var(--radius);padding:28px;margin-bottom:24px;text-align:center}.toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:24px}.toolbar span{font-size:12px;color:var(--muted)}.mode{display:flex;gap:5px}.mode button{padding:10px 13px;border-radius:22px;font-size:12px;background:#edf0e8;color:var(--ink)}.mode button[aria-pressed=true]{background:var(--green);color:white}.target-label{font-size:11px;text-transform:uppercase;letter-spacing:2px;color:var(--muted)}.target{font-family:Georgia,serif;font-size:70px;color:var(--green);line-height:1.2;margin:8px 0 18px}.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:360px;margin:20px auto}.tile{min-height:72px;border:1px solid #cbd4bd;background:#edf2e3;border-radius:12px;font-family:Georgia,serif;font-size:32px;color:var(--ink)}.tile:hover:not(:disabled){background:#e1eccb}.tile[aria-pressed=true]{background:var(--green);color:white;border-color:var(--green)}.selection{min-height:27px;color:var(--muted);font-size:15px}.status{min-height:52px;display:grid;place-items:center;margin:15px 0;font-size:15px;line-height:1.5;color:var(--green);font-weight:bold}.game-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.game-actions button{font-size:13px}.instructions{border-top:1px solid var(--line);margin-top:26px;padding-top:20px;text-align:left;font-size:13px;color:var(--muted);line-height:1.7}.instructions summary{cursor:pointer;font-weight:bold;color:var(--ink);min-height:30px}.instructions p{margin-top:8px}.letters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:25px 0}.letter{background:#f4d6bc;min-width:42px;padding:13px 9px;border-radius:9px;font-family:Georgia,serif;font-size:28px}.word-clue{font-size:16px;max-width:420px;margin:auto}.answer-row{display:flex;max-width:400px;margin:20px auto;gap:9px}.answer-row input{min-width:0;width:100%;border:1px solid #b4bfae;border-radius:10px;padding:13px;text-transform:uppercase;letter-spacing:2px}.answer-row button{border-radius:10px}.memory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:420px;margin:20px auto}.memory-card{aspect-ratio:1;border-radius:12px;background:#e6dff0;border:1px solid #cfc2e1;color:#534369;font-size:33px}.memory-card.face{background:#fff9e6}.memory-card.matched{background:#e3edcf;border-color:#bfd099;color:#325936}.memory-card:hover:not(:disabled){filter:brightness(.96)}.memory-card:disabled{opacity:1}.game-ad{margin-top:165px}.more-games{margin:35px 0 45px}.more-games h2{font-family:Georgia,serif;font-weight:normal;font-size:28px;margin-bottom:15px}.more-links{display:flex;gap:10px;flex-wrap:wrap}.more-links a{padding:13px 18px;border:1px solid var(--line);border-radius:24px;font-size:13px;text-decoration:none;background:var(--white)}.storage-note{font-size:11px;color:var(--muted);margin:15px 0}.stats-strip{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:19px 0;margin-bottom:30px;color:var(--muted);font-size:12px}.stats-strip strong{color:var(--ink)}.preview-banner{background:#fff0c8;font-size:12px;padding:10px;text-align:center}.preview-banner[hidden]{display:none}.empty{padding:25px;color:var(--muted)}[hidden]{display:none!important}
@media(max-width:760px){.wrap{padding:0 20px}.header{min-height:78px}.brand strong{font-size:20px}.brand small{font-size:8px}.nav{gap:10px}.nav .home-link{display:none}.hero{grid-template-columns:1fr;gap:28px;padding-top:34px}.hero h1{font-size:53px}.hero p{font-size:15px}.hero-actions{flex-wrap:wrap}.feature{padding:23px}.cards{grid-template-columns:1fr}.card{display:grid;grid-template-columns:115px 1fr}.card-art{height:100%;min-height:230px;flex-wrap:wrap;gap:6px;padding:30px 12px}.card-art .art-tile{width:34px;height:40px;font-size:23px}.card-body{padding:20px}.card h3{font-size:22px}.card p{font-size:13px}.card-meta{font-size:9px}.section-top{align-items:start;flex-direction:column;gap:15px}.about-grid{grid-template-columns:1fr;gap:18px}.support{flex-direction:column;align-items:start;padding:25px}.footer-inner{flex-direction:column;gap:15px}.stats-strip{font-size:11px;flex-wrap:wrap}.game-heading h1{font-size:38px}.game-panel{padding:20px 16px}.toolbar{align-items:start;gap:10px}.mode button{padding:9px 10px}.toolbar span{font-size:11px;max-width:100px;text-align:right}.tile{min-height:66px}.letter{min-width:31px;padding:11px 7px;font-size:24px}.letters{gap:6px}.answer-row .primary{padding:12px}.memory-grid{gap:8px}.game-heading{padding-top:25px}.hero-note{font-size:11px}}
@media(prefers-reduced-motion:no-preference){.card{transition:transform .2s}.card:hover{transform:translateY(-3px)}.tile,.memory-card{transition:background .15s}}
