/* One illustrated game-card family for all four farm activities. */
.farm-games-heading{margin:32px 0 17px;color:#426c4d;font:28px/1.4 Garden,Pretendard,sans-serif;text-align:center}
.home-shell .mode-grid{gap:24px;margin-top:0}
.home-shell .mode-card{--game-accent:#608b45;--game-dark:#456b34;--game-wash:#edf5d7;--game-edge:#b5ce90;min-height:0;background:#fffbed;border:3px solid #fffdf5;outline:2px solid var(--game-edge);box-shadow:0 7px 0 color-mix(in srgb,var(--game-accent) 20%,transparent);text-align:left;isolation:isolate}
.home-shell .mode-card.dual{--game-accent:#d07670;--game-dark:#a65751;--game-wash:#fff0e6;--game-edge:#e9b4a0;background:#fffbed;outline-color:var(--game-edge)}
.home-shell .mode-card.match-home{--game-accent:#c6983f;--game-dark:#9b7130;--game-wash:#fff0c2;--game-edge:#e6cb7e;background:#fffbed}
.home-shell .mode-card.memory-home{--game-accent:#a083be;--game-dark:#795899;--game-wash:#f0e5fa;--game-edge:#cbb5e0;background:#fffbed}
.home-shell .mode-card .mode-illustration{flex:none;aspect-ratio:1.5;background:#d6ecd4;border-bottom:3px solid #f4e4bc;overflow:hidden}
.home-shell .mode-card .mode-illustration::after{height:0;content:none}
.home-shell .mode-card .mode-illustration img{height:100%;width:100%;object-fit:cover;object-position:center;transition:transform .35s ease}
.home-shell .mode-card .mode-scene-badge{top:auto;bottom:13px;left:13px;max-width:calc(100% - 26px);padding:7px 11px;background:#fffbeded;border:2px solid #fffdf5;color:var(--game-dark);font:14px/1.3 Garden,Pretendard,sans-serif;box-shadow:0 3px 7px #3d642720}
.home-shell .mode-card .mode-card-copy{display:flex;flex-direction:column;flex:1;max-width:none;width:100%;padding:23px 25px 25px}
.home-shell .mode-card .mode-label{color:var(--game-dark);font-size:13px;letter-spacing:.2px;line-height:1.5}
.home-shell .mode-card h2.fruit-title{font-size:38px;margin:9px 0 16px;line-height:1.25}
.home-shell .mode-card .portrait-note{width:fit-content;min-height:43px;display:inline-flex;align-items:center;background:var(--game-wash);color:var(--game-dark);border:1px solid var(--game-edge);font:17px/1.5 Garden,Pretendard,sans-serif;border-radius:14px;padding:6px 11px;margin:0}
.home-shell .mode-card p{font-size:18px;line-height:1.75;margin:15px 0 24px;color:#526d58;word-break:keep-all}
.home-shell .mode-card .go{align-self:stretch;display:flex;justify-content:space-between;align-items:center;margin-top:auto;border:2px solid var(--game-edge);border-bottom:4px solid var(--game-accent);border-radius:17px;background:var(--game-wash);color:var(--game-dark);font:21px/1.4 Garden,Pretendard,sans-serif;padding:12px 15px;min-height:58px}
.home-shell .mode-card .go>span{font-size:24px}
.home-shell .mode-card:focus-visible{outline:4px solid #ce9a37;outline-offset:5px}
.home-shell .mode-card:active{transform:translateY(3px);box-shadow:0 3px 0 color-mix(in srgb,var(--game-accent) 20%,transparent)}
@media(hover:hover) and (pointer:fine){.home-shell .mode-card:hover .mode-illustration img{transform:scale(1.035)}}
@media(max-width:850px) and (min-width:651px){.home-shell .mode-card .mode-card-copy{padding:19px 18px 20px}.home-shell .mode-card h2.fruit-title{font-size:34px}.home-shell .mode-card p{font-size:17px}.home-shell .mode-card .portrait-note{font-size:15px}.home-shell .mode-card .go{font-size:19px}}
@media(max-width:650px){.farm-games-heading{font-size:26px}.home-shell .mode-card .mode-illustration{aspect-ratio:1.5}.home-shell .mode-card h2.fruit-title{font-size:36px}.home-shell .mode-card .mode-card-copy{padding:22px}.home-shell .mode-card p{font-size:18px}}
@media(prefers-reduced-motion:reduce){.home-shell .mode-card .mode-illustration img{transition:none}.home-shell .mode-card:hover .mode-illustration img{transform:none}}
