.playground-page{background:var(--bg);color:var(--ink)}.playground-page-hero{padding-top:160px;padding-bottom:55px}.playground-page-eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:500}.playground-page-eyebrow>span{width:7px;height:7px;background:var(--signal);border-radius:50%}.playground-page-hero h1{font-family:var(--font-sans);font-size:clamp(52px,6.5vw,92px);line-height:1.06;letter-spacing:-.06em;font-weight:450;margin:32px 0}.playground-page-hero h1>span{color:var(--muted)}.playground-page-intro{display:flex;justify-content:space-between;align-items:end;gap:35px}.playground-page-intro p{max-width:620px;color:var(--muted);font-size:19px;line-height:1.7}.playground-page-intro a{display:inline-flex;align-items:center;gap:28px;white-space:nowrap;font-size:14px;border-bottom:1px solid var(--hairline-strong);padding-bottom:9px}.playground-hero-notes{display:flex;flex-wrap:wrap;gap:25px;font-size:11px;color:var(--muted);margin-top:36px}.playground-hero-notes span{display:flex;align-items:center;gap:9px}.playground-games{padding-bottom:60px;scroll-margin-top:110px}.playground-tabs{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:60px}.playground-tabs>button{display:flex;align-items:center;gap:18px;border:1px solid var(--hairline);border-radius:8px;padding:24px;text-align:left;cursor:pointer;background:var(--bg-raised);color:var(--ink);transition:border-color .2s,background .2s}.playground-tabs>button[aria-selected=true]{border-color:var(--signal);background:color-mix(in srgb,var(--signal) 9%,var(--bg-raised))}.playground-tabs>button>svg:first-child{color:var(--signal)}.playground-tabs>button>svg:last-child{margin-left:auto}.playground-tabs strong{display:block;font-size:18px;font-weight:500;letter-spacing:-.025em}.playground-tabs small{display:block;font-size:12px;color:var(--muted);margin-top:5px}.playground-collection [hidden]{display:none!important}.playground-page .playground-heading h2{font-family:var(--font-sans);font-weight:450;letter-spacing:-.045em;font-size:clamp(32px,4vw,52px)}.memory-status,.playground-page .game-status{min-height:24px;color:var(--muted);font-size:12px;line-height:1.6;margin-top:17px}.playground-page .signal-game .game-board canvas{aspect-ratio:16/9;object-fit:contain}.playground-page .signal-game .game-overlay .lab-button{background:#e6f0ff;color:#102441}.memory-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;border:1px solid var(--hairline-strong);border-radius:12px 12px 0 0;background:var(--bg-raised)}.memory-game-name{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.1em;color:var(--signal)}.memory-toolbar dl{display:flex;gap:30px}.memory-toolbar dl>div{display:flex;align-items:center;gap:10px}.memory-toolbar dt{font-size:12px;color:var(--muted)}.memory-toolbar dd{font-family:var(--font-mono);font-size:16px;color:var(--ink)}.memory-toolbar dd>span{color:var(--muted);font-size:12px;margin-left:3px}.memory-stage{position:relative;background:color-mix(in srgb,var(--signal) 4%,var(--bg));border-inline:1px solid var(--hairline-strong);padding:40px}.memory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:740px;margin:0 auto}.memory-card{position:relative;aspect-ratio:1.22;border:1px solid var(--hairline-strong);border-radius:9px;cursor:pointer;background:var(--bg-raised);color:var(--signal);transition:background .18s,border-color .18s,transform .18s;overflow:hidden}.memory-card:hover:not([aria-disabled=true]){border-color:var(--signal);transform:translateY(-2px)}.memory-card:focus-visible{outline:3px solid var(--signal);outline-offset:3px;z-index:1}.memory-card[aria-disabled=true]{cursor:default}.memory-card-back,.memory-card-front{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition:opacity .2s,transform .2s;backface-visibility:hidden}.memory-card-back>span{font-size:37px;font-weight:300;line-height:1;color:color-mix(in srgb,var(--signal) 55%,var(--bg-raised))}.memory-card-back>small{font-size:9px;color:var(--muted);position:absolute;left:13px;bottom:10px;font-family:var(--font-mono)}.memory-card-front{opacity:0;transform:scale(.85)}.memory-card-front>svg{width:34px;height:34px}.memory-card-front>small{font-size:11px;letter-spacing:.025em}.memory-card.is-open{background:color-mix(in srgb,var(--signal) 12%,var(--bg-raised));border-color:var(--signal)}.memory-card.is-open .memory-card-back{opacity:0;transform:scale(1.15)}.memory-card.is-open .memory-card-front{opacity:1;transform:none}.memory-card.is-matched{border-color:color-mix(in srgb,var(--signal) 30%,transparent);background:color-mix(in srgb,var(--signal) 5%,var(--bg))}.memory-card.is-matched .memory-card-front{opacity:.65}.memory-card-front>.memory-match-check{position:absolute;top:10px;right:10px;width:13px;height:13px}.memory-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:19px;text-align:center;padding:32px;background:color-mix(in srgb,var(--bg) 91%,transparent);backdrop-filter:blur(5px)}.memory-overlay .eyebrow{font-size:10px;color:var(--signal)}.memory-overlay h3{font-family:var(--font-sans);font-size:clamp(27px,3.2vw,43px);letter-spacing:-.045em;line-height:1.15;max-width:13ch;font-weight:450}.memory-overlay p{max-width:360px;color:var(--muted);font-size:14px;line-height:1.7}.memory-overlay .lab-button{margin-top:5px;background:var(--ink);color:var(--bg)}.memory-controls{display:flex;align-items:center;gap:10px;border:1px solid var(--hairline-strong);border-radius:0 0 12px 12px;padding:16px 24px;background:var(--bg-raised)}.memory-controls p{font-size:12px;line-height:1.6;color:var(--muted);margin-right:auto}.memory-controls>button{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border:1px solid var(--hairline-strong);border-radius:6px;cursor:pointer}.memory-controls>button:disabled{opacity:.35;cursor:default}.playground-afterword{padding:35px 0 120px}.playground-afterword>div{border-top:1px solid var(--hairline-strong);padding-top:38px}.playground-afterword>div>div{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin:28px 0}.playground-afterword h2{font-family:var(--font-sans);font-size:clamp(40px,5vw,70px);letter-spacing:-.055em;line-height:1.08;font-weight:450}.playground-afterword>div>div>p{font-size:18px;color:var(--muted);line-height:1.75;max-width:480px}.playground-afterword a{display:inline-flex;align-items:center;gap:30px;font-size:14px;border-bottom:1px solid var(--ink);padding:12px 0}@media(max-width:700px){.playground-page-hero{padding-top:128px;padding-bottom:35px}.playground-page-hero h1{font-size:clamp(44px,8vw,60px);margin:26px 0}.playground-page-intro{display:block}.playground-page-intro p{font-size:17px}.playground-page-intro a{margin-top:25px}.playground-hero-notes{gap:15px;font-size:10px;margin-top:30px}.playground-tabs{gap:10px;margin-bottom:40px}.playground-tabs>button{padding:17px 14px;gap:10px}.playground-tabs>button>svg:last-child{display:none}.playground-tabs strong{font-size:16px}.playground-tabs small{font-size:10px}.memory-toolbar{padding:16px 18px;gap:15px}.memory-toolbar dl{gap:15px}.memory-toolbar dl>div{display:block}.memory-toolbar dt{font-size:10px;margin-bottom:5px}.memory-toolbar dd{font-size:15px}.memory-stage{padding:18px}.memory-grid{gap:9px}.memory-card{aspect-ratio:.9;border-radius:6px}.memory-card-back>span{font-size:28px}.memory-card-back>small{left:8px;bottom:7px}.memory-card-front>svg{width:26px;height:26px}.memory-card-front>small{font-size:8px}.memory-card-front{gap:7px}.memory-overlay{padding:24px;gap:14px}.memory-overlay h3{font-size:30px}.memory-overlay p{font-size:13px}.memory-controls{padding:12px;flex-wrap:wrap}.memory-controls p{font-size:10px;flex:1}.playground-page .game-overlay h3{font-size:clamp(20px,4vw,28px)}.playground-page .game-board .game-overlay{gap:13px}.playground-page .game-overlay .eyebrow{display:none}.playground-afterword{padding-bottom:75px}.playground-afterword>div>div{grid-template-columns:1fr;gap:25px}.playground-afterword>div>div>p{font-size:17px}}.playground-page-hero{padding-top:140px;padding-bottom:36px;max-width:1040px}.playground-page-hero h1{font-size:clamp(42px,4.8vw,66px);margin:24px 0}.playground-page-intro p{font-size:16px;max-width:540px}.playground-hero-notes{margin-top:25px}.playground-collection{max-width:760px;margin-inline:auto}.playground-tabs{gap:12px;margin-bottom:24px}.playground-tabs>button{padding:16px 18px;gap:13px}.playground-tabs strong{font-size:16px}.playground-tabs small{font-size:10px}.playground-page .playground-heading{margin-bottom:20px;gap:20px}.playground-page .playground-heading h2{font-size:30px;margin-top:12px}.playground-page .playground-heading .eyebrow{font-size:9px}.playground-page .playground-heading>p{font-size:12px;max-width:230px}.playground-page .memory-toolbar{padding:14px 20px}.playground-page .memory-toolbar dl{gap:24px}.playground-page .memory-stage{padding:20px}.playground-page .memory-grid{max-width:420px;gap:10px}.playground-page .memory-card{aspect-ratio:1.2}.playground-page .memory-card-front>svg{width:27px;height:27px}.playground-page .memory-card-front>small{font-size:9px}.playground-page .memory-controls{padding:10px 16px}.playground-page .memory-overlay{gap:14px;padding:24px}.playground-page .memory-overlay h3{font-size:32px}.playground-page .memory-overlay p{font-size:12px;max-width:300px}.playground-afterword{max-width:1040px;padding-top:10px;padding-bottom:80px}.playground-afterword h2{font-size:clamp(34px,4vw,48px)}.playground-afterword>div>div>p{font-size:16px}.signal-game.is-compact .game-toolbar{padding:12px 17px;font-size:11px;border-radius:9px 9px 0 0}.signal-game.is-compact .game-toolbar>div{gap:20px}.signal-game.is-compact .game-name{letter-spacing:.12em}.signal-game.is-compact .game-board canvas{aspect-ratio:16/9;object-fit:contain}.signal-game.is-compact .game-overlay{gap:17px;padding:20px;transition:background .25s,backdrop-filter .25s}.signal-game.is-compact .game-overlay h3{font-family:var(--font-sans);font-size:clamp(21px,2.3vw,29px);font-weight:450;line-height:1.18;max-width:18ch;margin:0}.signal-game.is-compact .game-overlay .eyebrow{font-size:9px}.signal-game.is-compact .game-overlay .lab-button{min-height:44px;padding:10px 17px;font-size:12px}.signal-game.is-compact .game-controls{padding:9px 12px;gap:8px;border-radius:0 0 9px 9px;flex-wrap:wrap}.signal-game.is-compact .game-movement{flex:1;max-width:240px;min-width:100px;width:auto}.signal-game.is-compact .game-controls>span{font-size:10px;margin-left:auto;margin-right:5px}.signal-game.is-compact .game-controls>button{width:44px;height:44px}.signal-game.is-compact .game-status{font-size:10px;line-height:1.6;min-height:16px;margin-top:10px}.signal-game.is-compact:focus-within .game-controls,.signal-game.is-compact:focus-within .game-toolbar,.signal-game.is-compact:hover .game-controls,.signal-game.is-compact:hover .game-toolbar{border-color:var(--signal)}.signal-game.is-compact .game-board canvas:focus-visible{outline:2px solid var(--signal);outline-offset:-4px}.signal-game.is-compact :is(button,input):focus-visible{outline:2px solid var(--signal);outline-offset:3px}.homepage-game-section{padding:72px 0;border-block:1px solid var(--hairline);background:var(--bg-sunk)}.homepage-game-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);align-items:center;gap:75px}.homepage-game-copy{max-width:430px}.homepage-game-eyebrow{display:flex;gap:9px;align-items:center;text-transform:uppercase;font-size:10px;letter-spacing:.1em;color:var(--muted)}.homepage-game-eyebrow>span{width:6px;height:6px;border-radius:50%;background:var(--signal)}.homepage-game-copy h2{font-family:var(--font-sans);font-size:clamp(34px,4vw,52px);line-height:1.12;letter-spacing:-.05em;font-weight:450;margin:23px 0}.homepage-game-copy h2>span{color:var(--muted)}.homepage-game-copy>p:not(.homepage-game-eyebrow){font-size:15px;line-height:1.8;color:var(--muted);max-width:360px}.homepage-game-inputs{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:var(--muted);font-size:10px}.homepage-game-inputs>span{display:flex;align-items:center;gap:7px}.homepage-game-more{display:inline-flex;align-items:center;gap:19px;margin-top:31px;font-size:12px;color:var(--ink)}.homepage-game-more svg{transition:transform .2s}.homepage-game-more:hover svg{transform:translate(3px,-3px)}.homepage-game-player{width:100%;max-width:560px;justify-self:end;min-width:0}.homepage-game-player .signal-game.is-compact .game-controls>span{order:4;width:100%;text-align:center;margin:0;font-size:9px}.homepage-game-player .signal-game.is-compact .game-movement{max-width:none}.homepage-game-player:focus-within .signal-game[data-status=ready] .game-overlay,.homepage-game-player:hover .signal-game[data-status=ready] .game-overlay{backdrop-filter:blur(2px);background:#08112091}@media(max-width:800px){.homepage-game-layout{grid-template-columns:1fr;gap:30px}.homepage-game-player{max-width:560px;justify-self:start}.homepage-game-copy{max-width:580px}.homepage-game-copy>p:not(.homepage-game-eyebrow){max-width:440px}.homepage-game-copy h2{font-size:40px}.homepage-game-inputs{margin-top:20px}.homepage-game-more{margin-top:22px}.homepage-game-section{padding:54px 0}}@media(max-width:700px){.playground-page-hero{padding-top:122px;padding-bottom:30px}.playground-page-hero h1{font-size:clamp(38px,8vw,50px);margin:22px 0}.playground-page-intro p{font-size:15px}.playground-page-intro a{font-size:12px;margin-top:20px}.playground-hero-notes{gap:13px;font-size:9px;margin-top:22px}.playground-tabs{gap:9px;margin-bottom:20px}.playground-tabs>button{padding:13px 12px;gap:9px}.playground-tabs strong{font-size:14px}.playground-tabs small{font-size:9px}.playground-tabs>button>svg:first-child{width:18px;height:18px}.playground-page .playground-heading h2{font-size:26px;margin-top:10px}.playground-page .playground-heading>p{margin-top:12px;font-size:11px;max-width:100%}.playground-page .memory-toolbar{padding:12px}.playground-page .memory-toolbar dl{gap:15px}.playground-page .memory-stage{padding:13px}.playground-page .memory-grid{gap:8px;max-width:360px}.playground-page .memory-card{aspect-ratio:1}.playground-page .memory-card-front>svg{width:24px;height:24px}.playground-page .memory-card-front>small{font-size:8px}.playground-page .memory-overlay h3{font-size:27px}.playground-page .memory-overlay p{font-size:11px;max-width:260px}.playground-page .memory-overlay{padding:20px;gap:12px}.playground-page .memory-controls{padding:9px}.playground-page .memory-controls p{font-size:9px}.playground-games{padding-bottom:36px}.playground-afterword{padding-bottom:60px}.playground-afterword>div>div{gap:20px}.playground-afterword>div>div>p{font-size:15px}.signal-game.is-compact .game-overlay .eyebrow{display:none}.signal-game.is-compact .game-overlay{gap:14px;padding:18px}.signal-game.is-compact .game-overlay h3{font-size:21px}.signal-game.is-compact .game-toolbar{padding:12px;font-size:10px}.signal-game.is-compact .game-controls>span{order:4;width:100%;text-align:center;margin:0;font-size:9px}.signal-game.is-compact .game-controls>button{width:44px;height:44px}.homepage-game-copy h2{font-size:36px;margin:20px 0}.homepage-game-copy>p:not(.homepage-game-eyebrow){font-size:14px}.homepage-game-section{padding:48px 0}}@media(prefers-reduced-motion:reduce){.homepage-game-section *,.playground-page *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}