/*!
 * bz-game.css — The Focus Challenge, storefront styles (session 32D)
 *
 * Extracted from the review harness so the Shopify page loads a real, cache-busted asset instead of
 * inline <style>. Harness-only chrome (market switcher, dev note, simulated bar, result stub) is
 * deliberately NOT carried over — those exist to review the game, not to ship it.
 *
 * Colours come from the brand tokens already used across the estate. Brand blue #269BF4 FAILS WCAG
 * as text on white, which is why body copy uses #0A5FB8 (the darker pair) — see
 * memory/feedback_contrast_qc_mandatory.md. Run tools/contrast_qc.py --file against the built page
 * before go-live; against a live CF-Access URL it measures the login page, not the page.
 */:root{--bz-blue:#269BF4;--bz-blue-dark:#0A5FB8;--bz-yellow:#FFC42E;--bz-grey:#6d6e71;--bz-light:#eaeced;--bz-ink:#1d1f21;--bz-radius:14px}*{box-sizing:border-box}.card{background:#fff;border:1px solid #e3e8ee;border-radius:var(--bz-radius);padding:18px;min-height:340px}.bzg-hud{margin-bottom:12px}.bzg-prompt{font-size:18px;font-weight:600;margin:0 0 14px;text-align:center;line-height:1.35}.bzg-pad{width:100%;min-height:190px;border:0;border-radius:var(--bz-radius);font-size:19px;font-weight:700;color:#fff;cursor:pointer;touch-action:manipulation}.bzg-pad--wait{background:var(--bz-grey)}.bzg-pad--go{background:#1b7f4c}.bzg-grid{display:grid;gap:7px}.bzg-cell{aspect-ratio:1/1;border:0;border-radius:9px;cursor:pointer;touch-action:manipulation}.bzg-grid--4{max-width:250px;margin:0 auto;gap:11px}.bzg-tile{aspect-ratio:1/1;border:2px solid #cfd6dd;border-radius:13px;background:#eef2f6;cursor:pointer;transition:background .04s,transform .04s;touch-action:manipulation}.bzg-tile.is-lit{background:var(--bz-yellow);transform:scale(.955);transition:none}.bzg-stroop-word{font-size:44px;font-weight:800;text-align:center;margin:22px 0 26px;letter-spacing:.02em}.bzg-stroop-cap{font-size:15px;font-weight:600;color:#666;letter-spacing:.12em;margin-top:8px}.bzg-sum{font-size:40px;font-weight:800;text-align:center;margin:22px 0 26px}.bzg-opts{display:grid;grid-template-columns:1fr 1fr;gap:9px}.bzg-opt{padding:15px 8px;border:2px solid #cfd6dd;background:#fff;border-radius:11px;font-size:16px;font-weight:700;cursor:pointer;touch-action:manipulation}.bzg-science{text-align:left}.bzg-science__name{margin:0 0 8px;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--bz-blue-dark)}.bzg-science__body{margin:0 0 18px;font-size:17px;line-height:1.55}.bzg-btn{width:100%;padding:14px;border:0;border-radius:11px;background:var(--bz-blue-dark);color:#fff;font-size:16px;font-weight:700;cursor:pointer;touch-action:manipulation}.result h2{margin:0 0 4px;font-size:15px;color:var(--bz-grey);font-weight:600}.result .num{font-size:56px;font-weight:800;line-height:1;margin:0 0 10px;color:var(--bz-blue-dark)}.result .pending{font-size:14px;color:var(--bz-grey);margin:0 0 18px;line-height:1.5}.bzg-round{font-size:1.05rem;font-weight:700;letter-spacing:.08em;color:#0a5fb8}.bzg-clock{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.15rem;font-weight:700;color:#6d6e71;font-variant-numeric:tabular-nums}.bzg-progress{height:5px;background:#e3e8ee;border-radius:3px;overflow:hidden;margin-bottom:14px}.bzg-progress i{display:block;height:100%;background:#0a5fb8;transition:width .25s ease}.bzg-track{position:relative;height:56px;background:#eef2f6;border-radius:10px;margin:26px 0 20px;overflow:hidden}.bzg-zone{position:absolute;top:0;bottom:0;background:#ffc42e8c;border-left:2px solid #FFC42E;border-right:2px solid #FFC42E}.bzg-marker{position:absolute;top:6px;bottom:6px;width:8px;margin-left:-4px;background:#0a5fb8;border-radius:4px}.bzg-marker.is-hit{background:#1b7f4c;box-shadow:0 0 0 4px #1b7f4c38}.bzg-stopbtn{margin-top:4px}.bzg-word{font-size:34px;font-weight:800;text-align:center;letter-spacing:.06em;min-height:92px;display:flex;align-items:center;justify-content:center;color:#1d1f21}.bzg-word--probe{color:#0a5fb8;margin-bottom:14px}.bzg-grid--odd{max-width:330px;margin:0 auto;gap:6px}.bzg-odd{aspect-ratio:1/1;border:0;background:transparent;font-size:26px;line-height:1;cursor:pointer;border-radius:8px;touch-action:manipulation;padding:0}.bzg-odd:active{background:#eef2f6}.bzg-instr{text-align:center;padding:14px 6px 6px}.bzg-instr__name{font-family:inherit;font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;color:#6d6e71;margin:0 0 12px}.bzg-instr__body{font-size:18px;line-height:1.6;margin:0 auto 26px;max-width:340px;color:#1d1f21}.bzg-go{width:172px;height:172px;border:0;border-radius:50%;background:#1b7f4c;color:#fff;font-size:34px;font-weight:800;letter-spacing:.06em;cursor:pointer;font-family:inherit;box-shadow:0 0 #1b7f4c8c;animation:bzgPulse 1.6s ease-out infinite;touch-action:manipulation}.bzg-go:active{transform:scale(.97)}@keyframes bzgPulse{0%{box-shadow:0 0 #1b7f4c80}70%{box-shadow:0 0 0 22px #1b7f4c00}to{box-shadow:0 0 #1b7f4c00}}@media(prefers-reduced-motion:reduce){.bzg-go{animation:none}}.bzg-verdict{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);font-size:56px;font-weight:800;pointer-events:none;opacity:.92}.bzg-verdict.is-ok{color:#1b7f4c}.bzg-verdict.is-no{color:#8a94a0}.card{position:relative}.bzg-ready{height:210px;display:flex;align-items:center;justify-content:center}.bzg-ready:after{content:"+";font-size:44px;font-weight:300;color:#8a94a0;line-height:1;animation:bzgReady .62s ease-out}@keyframes bzgReady{0%{transform:scale(.4);opacity:.3}to{transform:scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){.bzg-ready:after{animation:none}}.bzg-cue{text-align:center;font-size:1rem;font-weight:800;letter-spacing:.14em;padding:8px;border-radius:8px;margin-bottom:16px;color:#1d1f21}.bzg-switchcard{font-size:64px;text-align:center;line-height:1;margin:6px 0 24px}.bzg-stream{font-size:62px;text-align:center;line-height:1;height:96px;display:flex;align-items:center;justify-content:center}.bzg-dotbox{position:relative;height:210px;background:#f4f7fa;border-radius:12px;margin:8px 0 18px}.bzg-dot{position:absolute;width:17px;height:17px;border-radius:50%;background:#0a5fb8}.bzg-field{position:relative;height:110px;background:#f4f7fa;border-radius:12px;margin:8px 0 18px}.bzg-simon-sq{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:10px;visibility:hidden}.bzg-opt--swatch{height:58px}.bzg-linewrap{display:flex;justify-content:center;align-items:center;height:150px}.bzg-line{position:relative;height:8px;background:#0a5fb8;border-radius:4px;cursor:pointer}.bzg-mark{position:absolute;top:-13px;width:3px;height:34px;background:#e0a800;margin-left:-1px}@media(prefers-reduced-motion:reduce){.bzg-tile,.bzg-progress i{transition:none}}.bzg-result{text-align:center;padding:8px 0 4px}.bzg-result__label{margin:0 0 4px;font-size:15px;font-weight:600;color:var(--bz-grey,#6d6e71)}.bzg-result__num{font-size:56px;font-weight:800;line-height:1;margin:0 0 10px;color:var(--bz-blue-dark,#0A5FB8)}.bzg-result__cmp{font-size:15px;line-height:1.55;color:#41474d;margin:0 0 4px}.bzg-segue-host{margin-top:18px}.bzg-stage{position:relative}#bz-game-mount{background:#fff;border:1px solid #e3e8ee;border-radius:var(--bz-radius,14px);padding:18px;min-height:340px;position:relative;max-width:520px;margin:0 auto}.bzg-hud__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:7px}
/*# sourceMappingURL=/cdn/shop/t/23/assets/bz-game.css.map */
