/* Shared mobile gaming dock. */
@media(max-width:760px){
 .system-page .bottom-nav.gaming-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));position:fixed;inset:auto 0 0;z-index:50;height:calc(74px + env(safe-area-inset-bottom,0px));padding:0 7px env(safe-area-inset-bottom,0px);isolation:isolate;border:0;border-top:1px solid #f4d486;border-radius:20px 20px 0 0;background:radial-gradient(ellipse at 50% 0,#8f632c80,transparent 62%),linear-gradient(115deg,#493116 0%,#1c180f 24%,#12130e 50%,#1c180f 76%,#493116 100%);box-shadow:0 -5px 22px #32200535,inset 0 1px 0 #fff1ba66,inset 0 -1px 0 #a87822;backdrop-filter:blur(14px)}
 .gaming-nav:before{content:"";position:absolute;inset:0 17px auto;height:1px;background:linear-gradient(90deg,transparent,#d79d3c,#fff7d4,#d79d3c,transparent);box-shadow:0 0 9px #efba58;pointer-events:none}
 .gaming-nav:after{content:"";position:absolute;inset:1px 0 0;z-index:-1;border-radius:inherit;pointer-events:none;background:linear-gradient(110deg,transparent 15%,#efc66c0d 18%,transparent 21%,transparent 79%,#efc66c0d 82%,transparent 85%)}
 .system-page .gaming-nav>a,.system-page .gaming-nav>button{position:relative;min-width:0;min-height:60px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;margin:0;padding:8px 0 7px;background:none;border:0;border-radius:12px;color:#d8bd82;font:400 10px/1.3 Kanit,sans-serif;text-decoration:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color .18s,background .18s}
 .system-page .gaming-nav>a>svg{width:23px;height:23px;stroke-width:1.8;filter:drop-shadow(0 1px 0 #000);color:#e7c77d}
 .system-page .gaming-nav>a:hover,.system-page .gaming-nav>a[aria-current="page"]{color:#fff1bd;background:radial-gradient(ellipse at 50% 30%,#b986302e,transparent 75%)}
 .system-page .gaming-nav>a[aria-current="page"]:after{content:"";position:absolute;bottom:5px;width:17px;height:2px;border-radius:4px;background:#ffe2a0;box-shadow:0 0 7px #e3a63e}
 .system-page .gaming-nav>a[aria-current="page"]>svg{color:#ffe5a3;filter:drop-shadow(0 0 5px #edb95377)}
 .system-page .gaming-nav>.bottom-play{justify-content:flex-end;gap:4px;padding:0 0 9px;overflow:visible;color:#ffe8a7;font-weight:600}
 .play-medallion{position:absolute;bottom:29px;display:grid;place-items:center;width:66px;height:66px;border-radius:50%;border:1px solid #ffe9a7;background:radial-gradient(ellipse at 30% 15%,#fffde1 0%,#ffeaa2 15%,transparent 46%),linear-gradient(135deg,#ffe6a0 0%,#dca638 32%,#f7d779 49%,#a86a14 74%,#f9d783 100%);box-shadow:0 0 0 4px #211c10,0 0 0 5px #ac7c32,0 -4px 18px #f7c35045,0 5px 14px #0008,inset 0 2px 4px #fff7cc,inset 0 -3px 4px #8e540b;transition:transform .18s;isolation:isolate}
 .play-medallion:before{content:"";position:absolute;inset:5px;border:1px solid #fff1af9c;border-radius:50%;box-shadow:inset 0 -1px 3px #8e5e2355}
 .play-medallion:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,transparent 30%,#fff8d499 46%,#fffdf4cc 49%,transparent 63%) -110px 0/110px 100% no-repeat;animation:play-gold-shine 5.5s ease-in-out infinite}
 .system-page .gaming-nav .play-medallion>svg{position:relative;width:40px;height:34px;color:#382609;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 0 #fff0b5);z-index:1}
 .play-medallion>svg circle{fill:currentColor;stroke:none}.play-sparkle{position:absolute;right:1px;top:5px;width:13px;height:13px;background:#fff5c8;clip-path:polygon(50% 0,61% 38%,100% 50%,61% 62%,50% 100%,39% 62%,0 50%,39% 38%);filter:drop-shadow(0 0 3px #fff);z-index:2}
 .play-label{text-shadow:0 1px 3px #000;font-size:12px;letter-spacing:.15px}
 .bottom-play:hover .play-medallion{transform:translateY(-2px)}.bottom-play:active .play-medallion{transform:translateY(1px) scale(.96)}
 .system-page .gaming-nav>:focus-visible{outline:2px solid #ffe6a1;outline-offset:-3px}
 .system-page .site-footer{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))}
 html{scroll-padding-bottom:110px}
 @keyframes play-gold-shine{0%,60%{background-position:-110px 0}88%,100%{background-position:110px 0}}
}
@media(max-width:360px){.system-page .bottom-nav.gaming-nav{padding-inline:3px}.system-page .gaming-nav>a{font-size:9px}.play-medallion{width:62px;height:62px}.system-page .gaming-nav .play-medallion>svg{width:37px;height:31px}}
@media(prefers-reduced-motion:reduce){.play-medallion:after{animation:none}.system-page .gaming-nav>* , .play-medallion{transition:none}}
