/* Original visual assets created for Fruit Jelly Town. */
.orchard-hero{height:126px;border-radius:21px;overflow:hidden;position:relative;margin:-3px 0 12px;background:#e9c46a url('/art/orchard-hero.png') center 52%/cover no-repeat;box-shadow:0 9px 20px #af754538}.orchard-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#3827179c 0%,#593b233b 51%,transparent 75%)}.hero-copy{position:relative;z-index:1;display:grid;align-content:center;height:100%;padding:15px 17px;color:#fff;text-shadow:0 2px 6px #362212b8}.hero-copy span{font-size:10px;letter-spacing:1.3px;font-weight:900;color:#ffe0a1}.hero-copy strong{font-size:20px;margin:3px 0}.hero-copy small{font-size:10px;font-weight:700;color:#fff4db}

/* The board now uses the six painted jelly-fruit sprites rather than CSS circles. */
.gem{display:block;width:94%;aspect-ratio:1;background-image:url('/art/jelly-sprites.png');background-size:300% 200%;background-repeat:no-repeat;filter:drop-shadow(0 2px 1px #6239236b);box-shadow:none;border-radius:0}.gem::after{display:none}.gem[data-type="0"]{background-position:0 0}.gem[data-type="1"]{background-position:50% 0}.gem[data-type="2"]{background-position:100% 0}.gem[data-type="3"]{background-position:0 100%}.gem[data-type="4"]{background-position:50% 100%}.gem[data-type="5"]{background-position:100% 100%}
