/* Colorful playroom: shared surfaces, compact type and generous artwork. */
:root{--ink:#233c32;--accent:#168c50;--tint:#eaf6e6;--paper:#fffef9;--line:#deebd7}body{background:#fffdf6;color:var(--ink)}body[data-game=memory]{--accent:#d94279;--tint:#fff0f4}body[data-game=odd]{--accent:#168c50;--tint:#eaf6e6}body[data-game=reaction]{--accent:#e97008;--tint:#fff3d9}body[data-game=sequence]{--accent:#2675df;--tint:#eaf3ff}
header{max-width:1280px;padding:19px 32px;border:0;gap:28px}header>a{font-size:23px;white-space:nowrap;letter-spacing:-.8px}.brand-icon{background:#128452;color:white;box-shadow:0 3px 0 #d4ead3;width:37px;height:37px;border-radius:13px}.brand-dot{color:#168c50}header nav{display:flex;align-items:center;gap:10px;margin-left:auto}header nav a,.nav-menu{font:inherit;font-size:14px;font-weight:700;letter-spacing:0;min-height:42px;padding:10px 19px;border:0;background:transparent;border-radius:24px;color:#34443c;cursor:pointer}.nav-home{background:#e5f3df!important;color:#17764b!important}.nav-menu:hover,header nav a:hover{background:#f0f5e8}.edition{font-size:12px;color:#7b837a}main{max-width:1280px;padding:14px 32px 35px;min-height:calc(100svh - 159px)}
.recommendation{display:grid;grid-template-columns:1fr 1.1fr;gap:8px;align-items:center;padding:28px 34px 28px 48px;min-height:354px;border:1px solid #e5efda;border-radius:32px;background:radial-gradient(ellipse at 80% 20%,#e4f3d8,transparent 65%),#f3f8e9;box-shadow:0 10px 28px #3d77320a;position:relative;overflow:hidden}.recommendation:after{display:none}.recommend-copy{z-index:1}.recommendation .eyebrow{display:inline-flex;background:#d9edca;border:0;padding:8px 15px;margin:0 0 14px;font-size:13px;letter-spacing:0;border-radius:30px;color:#24633c}.recommendation h1{font-size:clamp(30px,3.45vw,45px);line-height:1.3;letter-spacing:-1.8px;margin:0 0 15px;white-space:nowrap;color:#1d3029}.recommendation h1 em{color:#0d7e46;font-style:normal}.recommend-description{font-size:14px;line-height:1.9;max-width:none;color:#687568;margin:0 0 23px}.hero-actions{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.recommendation .recommend-start{width:auto;min-width:215px;font-size:15px;padding:14px 21px;min-height:50px;border-radius:28px;background:linear-gradient(#22af66,#098047);box-shadow:0 4px 0 #076b3c,0 9px 20px #168c5020}.recommend-start span{margin-left:14px}.hero-meta{font-size:12px;font-weight:700;color:#4b7952}.cat-hero{margin:0;position:relative;min-width:0}.cat-hero img{display:block;width:100%;height:auto;max-height:350px;object-fit:contain;mix-blend-mode:multiply}.cat-hero figcaption{position:absolute;right:8px;bottom:5px;transform:rotate(-5deg);background:white;border-radius:24px;padding:9px 16px;font-size:13px;font-weight:700;box-shadow:0 5px 18px #446f3410}
.games-heading{display:flex;align-items:center;gap:20px;justify-content:flex-start;margin:28px 0 15px}.games-heading h2{font-size:23px;letter-spacing:-.8px;margin:0}.games-heading>span{font-size:12px;color:#7c847b}.available-games{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.service-card{--card:#d94279;--wash:#fff0f4;display:flex;flex-direction:column;gap:0;min-width:0;text-align:left;padding:0 0 15px;background:#fffafd;border:1px solid #fce4ec;border-radius:24px;overflow:hidden;box-shadow:0 5px 12px #a1516410;transition:transform .2s,box-shadow .2s}.service-card[data-home-game=odd]{--card:#208f52;--wash:#eef8e9;background:#fcfff9;border-color:#e3f1d9}.service-card[data-home-game=reaction]{--card:#e97108;--wash:#fff4dc;background:#fffefa;border-color:#ffecd1}.service-card[data-home-game=sequence]{--card:#277be8;--wash:#eaf4ff;background:#fbfdff;border-color:#e0edff}.service-card:hover{transform:translateY(-5px);border-color:var(--card);box-shadow:0 12px 24px #314c3b15;background:var(--paper)}.service-card:active{transform:translateY(1px)}.game-art{display:block;width:100%;height:auto;aspect-ratio:1.5;background-image:url('assets/game-icons.png');background-size:200% auto;background-repeat:no-repeat;background-color:var(--wash);border-radius:22px;margin-bottom:15px}.art-memory{background-position:0 0}.art-odd{background-position:100% 0}.art-reaction{background-position:0 100%}.art-sequence{background-position:100% 100%}.service-card-copy{display:block;padding:0 16px;flex:1}.service-card h3{font-size:19px;letter-spacing:-.6px;margin:0 0 7px;color:#273c33}.service-card p{font-size:12px;line-height:1.7;color:#728074;margin:0 0 11px;min-height:41px}.game-badges{display:flex;gap:5px;flex-wrap:wrap}.game-badges span{font-size:11px;line-height:1.5;color:var(--card);background:var(--wash);padding:4px 8px;border-radius:20px;font-weight:600}.service-card .card-play{display:flex;justify-content:center;gap:12px;align-items:center;align-self:stretch;margin:14px 15px 0;padding:10px 12px;min-height:42px;border-radius:22px;color:white;font-size:13px;font-weight:700;background:var(--card);box-shadow:inset 0 1px 0 #ffffff30}.random-start{display:block;width:auto;margin:23px auto 0;min-height:44px;font-size:13px;border:0;background:transparent;padding:10px 22px;color:#69816b;box-shadow:none}.random-start:hover{background:#eef6e7}footer{max-width:1280px;border-color:#e8efdf;padding:22px 32px;font-size:12px;background:#f4f8ec;border-radius:30px 30px 0 0}
.primary{font-size:15px;min-height:51px;border-radius:18px;background:var(--accent);box-shadow:0 4px 0 color-mix(in srgb,var(--accent),#17332b 28%)}.primary:hover{background:var(--accent);filter:brightness(1.07)}.secondary{font-size:14px;min-height:49px;border-radius:17px;border-color:color-mix(in srgb,var(--accent),white 75%)}.play h1{font-size:27px;line-height:1.45}.sub{font-size:13px}.result h1{font-size:28px}.result-cheer{font-size:14px}.score{font-size:70px}.result-card{border-color:var(--line);background:linear-gradient(145deg,#fffefa,var(--tint));box-shadow:0 5px 0 var(--tint)}.odd-detail-dialog{width:calc(100% - 32px);max-width:430px;max-height:calc(100dvh - 40px);border:1px solid #e4ebdc;border-radius:27px;padding:25px;background:#fffef9;color:#283f32;box-shadow:0 24px 80px #163a3438}.odd-detail-dialog::backdrop{background:#183b315c;backdrop-filter:blur(5px)}.odd-detail-dialog h2{font-size:22px}.odd-compare-pair>div{background:#eff7e9;border-color:#dceacf}.picker-icon{font-size:52px}.picker-card{background:#f4faee;border-color:#dcead3;border-radius:20px}.picker-card strong{font-size:15px}.picker-start{color:#19864e}.text-btn{font-size:13px}.service-card{animation:card-arrive .45s backwards}.service-card:nth-child(2){animation-delay:.06s}.service-card:nth-child(3){animation-delay:.12s}.service-card:nth-child(4){animation-delay:.18s}@keyframes card-arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:701px) and (max-width:1000px){.edition{display:none}.recommendation{padding:27px;grid-template-columns:1fr 1fr}.recommendation h1{font-size:33px}.available-games{gap:12px}.service-card-copy{padding:0 12px}.service-card h3{font-size:16px}.game-badges span{font-size:10px}.service-card .card-play{margin-left:11px;margin-right:11px}}
@media(max-width:700px){header{padding:15px 18px;gap:8px}header>a{font-size:19px}.brand-icon{width:29px;height:31px;margin-right:4px;border-radius:10px}.brand-dot,.edition{display:none}header nav{gap:0}header nav a,.nav-menu{font-size:12px;min-height:40px;padding:10px 11px}.nav-menu{padding-right:0}main{padding:7px 16px 28px}.recommendation{display:flex;flex-direction:column;gap:4px;padding:25px 22px 19px;border-radius:27px;min-height:0;text-align:center}.recommend-copy{width:100%}.recommendation .eyebrow{font-size:12px;margin:0 0 12px;padding:7px 13px}.recommendation h1{font-size:34px;letter-spacing:-1.4px;white-space:normal;margin:0 0 10px}.recommend-description{font-size:12px;line-height:1.8;margin:0 0 15px}.cat-hero{order:1;width:100%;max-width:370px}.cat-hero img{height:auto;max-height:230px}.cat-hero figcaption{font-size:11px;bottom:1px;right:0;padding:7px 12px}.hero-actions{justify-content:center;gap:9px}.recommendation .recommend-start{width:100%;max-width:310px;font-size:14px;min-height:47px;padding:12px 18px}.hero-meta{font-size:11px}.games-heading{margin:25px 2px 13px;justify-content:space-between;gap:6px}.games-heading h2{font-size:21px}.games-heading>span{font-size:10px}.available-games{grid-template-columns:1fr;gap:16px}.service-card{display:grid;grid-template-columns:43% minmax(0,1fr);grid-template-rows:1fr auto;padding:0 14px 14px 0;column-gap:13px;border-radius:24px;min-height:183px}.game-art{grid-column:1;grid-row:1/3;align-self:stretch;width:100%;height:100%;aspect-ratio:auto;margin:0;border-radius:22px 0 0 22px;background-size:auto 200%}.service-card-copy{grid-column:2;grid-row:1;padding:17px 0 0}.service-card h3{font-size:18px;margin-bottom:6px}.service-card p{font-size:11px;min-height:0;margin-bottom:9px;line-height:1.65}.game-badges{gap:4px}.game-badges span{font-size:10px;padding:3px 6px}.service-card .card-play{grid-column:2;grid-row:2;margin:12px 0 0;min-height:40px;padding:9px;font-size:12px}.random-start{font-size:11px;margin-top:18px;padding:10px}.play h1{font-size:25px}.play{padding-top:10px}.result h1{font-size:27px}footer{font-size:11px;padding:20px;border-radius:24px 24px 0 0}.odd-detail-dialog h2{font-size:20px}}
@media(max-width:359px){header{padding-inline:12px}header>a{font-size:17px}header nav a,.nav-menu{padding-inline:8px}.recommendation h1{font-size:30px}.service-card{grid-template-columns:40% 1fr;column-gap:10px}.service-card h3{font-size:16px}.games-heading>span{display:none}}
.service-home{max-width:none}.service-card p{display:block}.service-card .card-play{justify-self:stretch;width:auto}.game-art{background-image:none;display:grid;place-items:center;aspect-ratio:auto;height:185px;overflow:hidden}.game-art:before{content:'';display:block;width:min(100%,185px);aspect-ratio:1;background-image:url('assets/game-icons.png');background-size:200% 200%;background-position:var(--art-position)}.art-memory{--art-position:0 0}.art-odd{--art-position:100% 0}.art-reaction{--art-position:0 100%}.art-sequence{--art-position:100% 100%}.recommendation h1,.recommend-description{max-width:none}.recommend-description{padding-right:0}.cat-hero img{border-radius:23px}
@media(max-width:700px){.game-art{height:100%;min-height:168px}.game-art:before{width:100%}.recommendation h1,.recommend-description{max-width:none}.recommendation .recommend-start{margin-top:0}.cat-hero{margin-top:8px}.recommend-description{min-height:0}.cat-hero img{border-radius:18px}}
.picker-start{color:#fff;background:#16834b}.picker-card .game-art{height:92px;min-height:0;border-radius:16px;margin:0;background-color:transparent}.picker-card .game-art:before{width:92px}.picker-card{gap:10px}.picker-card .picker-start{font-size:12px}.picker-card strong{font-size:14px}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
