:root { --ink: #13313a; --ocean: #1a7180; --cream: #fffaf0; --sun: #ffd35e; --line: rgba(19,49,58,.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; color: var(--ink); background: linear-gradient(180deg, #e7f4ef 0 410px, var(--cream) 410px); }
a { color: inherit; }
.site-header { width: min(1180px,calc(100% - 48px)); min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin: 0 auto; }.site-header > p { margin: 0; color: #477179; font-size: 16px; font-weight: 800; }.brand { display: grid; width: max-content; color: var(--ocean); font-size: 12px; font-weight: 900; letter-spacing: .14em; line-height: .82; text-decoration: none; }.brand strong { font-size: 27px; letter-spacing: .04em; }.grownups-link { justify-self: end; min-height: 47px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid rgba(26,113,128,.25); border-radius: 999px; color: #195c69; background: rgba(255,255,255,.72); font-size: 15px; font-weight: 800; text-decoration: none; }
.launchpad, .favorites, .shelf-shell { width: min(1180px,calc(100% - 48px)); margin: 0 auto; }.launchpad { padding: 12px 0 24px; }.launchpad h1 { margin: 0 0 18px; font-size: clamp(38px,5.5vw,64px); line-height: .92; letter-spacing: -.055em; }.doors { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }.door { position: relative; min-height: 290px; overflow: hidden; display: grid; align-items: end; padding: 0; border: 0; border-radius: 26px; color: #fff; background: #396e73; box-shadow: 0 8px 0 rgba(19,49,58,.14); cursor: pointer; text-align: left; transition: transform .18s ease, box-shadow .18s ease; }.door:hover, .door:focus-visible, .door.is-active { transform: translateY(-5px); box-shadow: 0 14px 0 rgba(19,49,58,.16); }.door.is-active { outline: 5px solid #ffd35e; outline-offset: -5px; }.door img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.door:nth-child(1) img { object-position: center; }.door:nth-child(2) img { object-position: center; background: #d6eef1; }.door:nth-child(3) img { object-position: center; background: #f7d46d; }.door::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,30,36,.76), rgba(8,30,36,.03) 72%); }.door > span { position: relative; z-index: 1; padding: 22px; }.door strong, .door small { display: block; }.door strong { font-size: clamp(34px,4vw,51px); line-height: .88; letter-spacing: -.045em; }.door small { margin-top: 7px; font-size: 17px; font-weight: 700; }
.favorites { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; padding: 24px 0 42px; }.section-kicker { margin: 0; color: var(--ocean); font-size: 12px; font-weight: 900; letter-spacing: .14em; }.favorites h2 { margin: 6px 0 0; font-size: 28px; line-height: 1; letter-spacing: -.04em; }.shortcut-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.shortcut { min-height: 92px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 12px; overflow: hidden; padding: 10px 15px 10px 10px; border-radius: 19px; color: var(--ink); text-decoration: none; box-shadow: 0 6px 0 rgba(19,49,58,.13); transition: transform .18s ease, box-shadow .18s ease; }.shortcut:hover, .shortcut:focus-visible, .story-feature:hover, .story-feature:focus-visible, .make-feature:hover, .make-feature:focus-visible { transform: translateY(-4px); box-shadow: 0 11px 0 rgba(19,49,58,.16); }.shortcut-ready { background: #d8f5ec; }.shortcut-mixer { background: #ffe2a6; }.shortcut img { width: 70px; height: 70px; object-fit: cover; border-radius: 13px; background: rgba(255,255,255,.45); }.shortcut strong, .shortcut small { display: block; }.shortcut strong { font-size: 22px; line-height: 1; }.shortcut small { margin-top: 5px; font-size: 14px; font-weight: 700; line-height: 1.1; }.shortcut b { font-size: 24px; }
.shelf-shell { margin-bottom: 70px; }.shelf { min-height: 455px; padding: 46px; border-radius: 30px; background: #f3ecde; animation: shelf-in .3s both ease-out; }.shelf[hidden] { display: none; }.shelf-heading { max-width: 670px; }.shelf-heading h2 { margin: 10px 0 12px; font-size: clamp(42px,6vw,74px); line-height: .88; letter-spacing: -.06em; }.shelf-heading > p:last-child { margin: 0; font-size: 19px; font-weight: 600; line-height: 1.3; }.story-feature { position: relative; min-height: 300px; display: block; overflow: hidden; margin-top: 32px; border-radius: 22px; color: #fff; text-decoration: none; box-shadow: 0 8px 0 rgba(19,49,58,.15); transition: transform .18s ease, box-shadow .18s ease; }.story-photo-grid { position: absolute; inset: 0; display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; }.story-photo-grid img { width: 100%; height: 100%; object-fit: cover; }.story-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,30,43,.74), rgba(20,30,43,.08)); }.story-feature > span { position: absolute; z-index: 1; left: 38px; bottom: 36px; display: grid; gap: 7px; }.story-feature small { font-size: 13px; font-weight: 900; letter-spacing: .12em; }.story-feature strong { max-width: 420px; font-size: clamp(36px,5vw,62px); line-height: .9; letter-spacing: -.05em; }.story-feature b, .make-feature b { width: max-content; margin-top: 6px; font-size: 17px; }.story-feature i, .make-feature i { font-style: normal; font-size: 24px; }
#shelf-play { color: #fff; background: #176f7b; }.play-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 32px; }.play-group { min-height: 210px; display: grid; grid-template-columns: 105px 1fr; gap: 16px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.27); border-radius: 19px; background: rgba(255,255,255,.1); }.play-group img { width: 105px; height: 124px; object-fit: cover; border-radius: 14px; background: #f8f2dd; }.play-group p { margin: 0 0 5px; color: var(--sun); font-size: 11px; font-weight: 900; letter-spacing: .1em; }.play-group h3 { margin: 0; font-size: clamp(24px,2.8vw,35px); line-height: .95; letter-spacing: -.04em; }.play-group div > span { display: block; margin-top: 8px; font-size: 15px; font-weight: 600; line-height: 1.2; }.play-group > a { width: max-content; min-height: 39px; display: inline-flex; align-items: center; gap: 7px; grid-column: 2; color: #fff; font-size: 15px; font-weight: 900; text-decoration: none; }.play-group nav { grid-column: 2; display: flex; flex-wrap: wrap; gap: 7px; }.play-group nav a { min-height: 36px; display: inline-flex; align-items: center; padding: 5px 9px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }.play-group a:hover, .play-group a:focus-visible { color: var(--sun); }
#shelf-make { background: #f7df96; }.make-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 32px; }.make-feature { position: relative; min-height: 310px; overflow: hidden; display: block; border-radius: 21px; color: #fff; text-decoration: none; box-shadow: 0 8px 0 rgba(19,49,58,.16); transition: transform .18s ease, box-shadow .18s ease; }.make-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.make-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,38,45,.76), rgba(12,38,45,.02) 66%); }.make-feature > span { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 23px; display: grid; gap: 6px; }.make-feature small { font-weight: 900; letter-spacing: .1em; }.make-feature strong { font-size: clamp(31px,3.7vw,48px); line-height: .91; letter-spacing: -.05em; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; width: min(1180px,calc(100% - 48px)); margin: 0 auto; padding: 25px 0 max(36px,env(safe-area-inset-bottom)); border-top: 1px solid var(--line); color: #31575d; font-size: 15px; font-weight: 700; }.site-footer p { margin: 0; }.site-footer nav { display: flex; flex-wrap: wrap; gap: 10px 20px; }.site-footer a { min-height: 28px; text-decoration-thickness: 2px; text-underline-offset: 3px; }
:focus-visible { outline: 4px solid #102d37; outline-offset: 4px; } @keyframes shelf-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 820px) { .site-header { width: min(100% - 32px,680px); grid-template-columns: 1fr auto; }.site-header > p { display: none; }.doors, .play-groups, .make-grid { grid-template-columns: 1fr; }.door { min-height: 220px; }.door img { object-position: center 42%; }.favorites { grid-template-columns: 1fr; }.shelf { padding: 32px; } }
@media (max-width: 600px) { body { background: linear-gradient(180deg, #e7f4ef 0 290px, var(--cream) 290px); }.site-header, .launchpad, .favorites, .shelf-shell, .site-footer { width: min(100% - 32px,680px); }.grownups-link span:last-child { display: none; }.launchpad { padding-top: 8px; }.launchpad h1 { font-size: 43px; }.doors { gap: 10px; }.door { min-height: 168px; border-radius: 20px; }.door > span { padding: 16px; }.door strong { font-size: 34px; }.door small { font-size: 15px; }.favorites { padding: 22px 0 34px; gap: 12px; }.shortcut-row { grid-template-columns: 1fr; }.shelf-shell { margin-bottom: 48px; }.shelf { min-height: 0; padding: 24px 18px; border-radius: 22px; }.shelf-heading h2 { font-size: 42px; }.shelf-heading > p:last-child { font-size: 17px; }.story-feature { min-height: 335px; margin-top: 24px; }.story-photo-grid { grid-template-columns: repeat(2,1fr); }.story-feature > span { left: 21px; bottom: 24px; }.play-groups { margin-top: 24px; gap: 11px; }.play-group { min-height: 0; grid-template-columns: 78px 1fr; gap: 12px; padding: 15px; }.play-group img { width: 78px; height: 105px; }.play-group h3 { font-size: 26px; }.play-group > a, .play-group nav { grid-column: 1 / -1; }.make-grid { margin-top: 24px; }.make-feature { min-height: 280px; }.site-footer { display: grid; }.site-footer nav { gap: 8px 16px; } }
.compact-shelf-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 21px; }.compact-shelf-heading h2 { margin: 0; font-size: clamp(36px,4.2vw,55px); line-height: .92; letter-spacing: -.055em; }.shelf-back { min-height: 48px; padding: 0 15px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: #fff; background: rgba(255,255,255,.12); font: inherit; font-size: 15px; font-weight: 900; cursor: pointer; }.game-tiles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }.game-tile { position: relative; min-height: 184px; overflow: hidden; display: grid; align-items: end; border-radius: 19px; color: #fff; background: #255a63; box-shadow: 0 6px 0 rgba(9,40,46,.25); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }.game-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.game-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,30,36,.82),rgba(8,30,36,.02) 68%); }.game-tile strong { position: relative; z-index: 1; padding: 16px; font-size: clamp(21px,2.2vw,29px); line-height: .95; letter-spacing: -.035em; }.game-tile:hover, .game-tile:focus-visible { transform: translateY(-4px); box-shadow: 0 11px 0 rgba(9,40,46,.3); }.shortcut { min-height: 116px; grid-template-columns: 96px 1fr auto; }.shortcut img { width: 96px; height: 96px; }.shortcut strong { font-size: 25px; }.shortcut small { font-size: 15px; }.shortcut b { padding: 8px; }
.shelf-heading .shelf-back { margin-bottom: 20px; }.shelf-back-dark { border-color: rgba(19,49,58,.27); color: var(--ink); background: rgba(255,255,255,.55); }
@media (max-width: 920px) { .site-header { width: min(100% - 32px,900px); }.doors { grid-template-columns: repeat(3,minmax(0,1fr)); }.door { min-height: 210px; }.favorites { width: min(100% - 32px,900px); }.shelf-shell { width: min(100% - 32px,900px); }.game-tiles { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 600px) { .doors { grid-template-columns: 1fr; }.compact-shelf-heading { display: grid; gap: 12px; }.compact-shelf-heading h2 { font-size: 42px; }.game-tiles { grid-template-columns: 1fr; gap: 12px; }.game-tile { min-height: 190px; }.shortcut { min-height: 100px; grid-template-columns: 78px 1fr auto; }.shortcut img { width: 78px; height: 78px; }.shortcut strong { font-size: 22px; } }
@media (min-width: 821px) { .favorites > .section-kicker, .favorites > h2 { grid-column: 1; }.shortcut-row { grid-column: 2; grid-row: 1 / span 2; } }
@media (max-width: 820px) { .favorites > .section-kicker, .favorites > h2, .shortcut-row { grid-column: auto; grid-row: auto; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
