/* Bimehkar v116 — magazine entertainment page and retro F1 racer. */
.bk114-road-game{position:relative;z-index:2;box-sizing:border-box;width:min(1240px,calc(100% - 40px));margin:38px auto 0;padding:14px 14px 13px;border:1px solid rgba(5,34,89,.14);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(233,243,255,.94));box-shadow:0 24px 58px rgba(5,34,89,.14);direction:rtl}
.bk114-game-head{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:1px 10px 12px;color:#052259}.bk114-game-head>div:first-child{display:flex;align-items:baseline;gap:12px}.bk114-game-head strong{font-size:17px}.bk114-game-head>div:first-child span{color:#667792;font-size:11px}.bk114-game-stats{display:flex;align-items:center;gap:8px}.bk114-game-stats span{min-width:92px;padding:8px 11px;display:flex;align-items:center;justify-content:space-between;gap:9px;border:1px solid rgba(25,121,253,.15);border-radius:10px;background:#f5f9ff;color:#667792;font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.bk114-game-stats b{color:#052259;font-size:14px}
.bk114-game-screen{position:relative;width:100%;aspect-ratio:1200/420;overflow:hidden;border:3px solid #052259;border-radius:20px;background:#052259;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14),0 10px 25px rgba(5,34,89,.15)}
.bk114-game-screen canvas{position:absolute;inset:0;display:block;width:100%;height:100%;image-rendering:pixelated;touch-action:none}
.bk114-game-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;text-align:center;background:linear-gradient(90deg,rgba(5,34,89,.08),rgba(5,34,89,.2),rgba(5,34,89,.08));color:#fff}.bk114-game-overlay[hidden]{display:none!important}.bk114-game-overlay>div{width:min(430px,calc(100% - 24px));padding:20px 24px 18px;display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.25);border-radius:16px;background:rgba(5,34,89,.78);box-shadow:0 16px 38px rgba(1,13,39,.3);backdrop-filter:blur(3px)}
.bk114-game-overlay strong{font-size:clamp(22px,2.7vw,31px);line-height:1.2}.bk114-game-overlay span{max-width:390px;color:rgba(255,255,255,.84);font-size:12px;line-height:1.8}.bk114-game-overlay button{min-width:126px;margin-top:3px;padding:10px 20px;border:2px solid #052259;border-radius:10px;background:#FF8552;color:#052259;font:inherit;font-weight:950;cursor:pointer;box-shadow:4px 4px 0 #FFD400}.bk114-game-overlay.is-crashed>div{border-color:rgba(255,133,82,.62);background:rgba(5,34,89,.88)}.bk114-game-overlay button:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 #FFD400}
.bk114-game-controls{min-height:58px;display:flex;align-items:center;justify-content:center;gap:20px;padding-top:12px;direction:ltr}.bk114-game-controls span{color:#667792;font-size:11px;direction:rtl}.bk114-game-controls button{display:grid;place-items:center;width:62px;height:44px;padding:0;border:2px solid #052259;border-radius:11px;background:#052259;color:#fff;font:900 24px/1 Arial;cursor:pointer;box-shadow:0 6px 13px rgba(5,34,89,.16);touch-action:manipulation;user-select:none}.bk114-game-controls button:hover{border-color:#1979fd;background:#1979fd}.bk114-game-controls button:active{transform:translateY(2px)}.bk114-game-controls button:focus-visible,.bk114-game-overlay button:focus-visible{outline:3px solid #FFD400;outline-offset:3px}

/* The guide launcher and panel have independent fixed anchors. Opening the
   panel therefore cannot alter the button's grid width or horizontal offset. */
.bk94-public-help{
  position:fixed!important;
  inset:auto!important;
  right:22px!important;
  bottom:22px!important;
  width:0!important;
  height:0!important;
  display:block!important;
  z-index:1500!important;
  pointer-events:none!important;
}
.bk94-public-help .bk-public-help-toggle{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  left:auto!important;
  margin:0!important;
  pointer-events:auto!important;
}
.bk94-public-help .bk-public-help-toggle:hover,
.bk94-public-help .bk-public-help-toggle:focus-visible{transform:none!important}
.bk94-public-help .bk97-guide-panel{
  position:fixed!important;
  right:22px!important;
  bottom:82px!important;
  left:auto!important;
  margin:0!important;
  pointer-events:auto!important;
}
.bk94-public-help .bk97-guide-panel[hidden],
.bk94-public-help [data-guide-screen][hidden],
.bk94-public-help [data-guide-result][hidden]{display:none!important}

/* Final search layer shared by admin and superadmin. */
body.bk58-panel-shell .bk55-global-search{overflow:visible!important}
body.bk58-panel-shell .bk106-search-status{padding:12px 14px;color:#667792;font-size:12px;text-align:center}
body.bk58-panel-shell .bk57-search-result[aria-selected="true"]{background:#eef5ff;border-color:rgba(25,121,253,.22)}

@media(max-width:900px){
  .bk114-road-game{width:calc(100% - 40px);margin:30px auto 0;padding:10px;border-radius:24px}.bk114-game-head{min-height:48px;padding:0 5px 9px}.bk114-game-head>div:first-child span{display:none}.bk114-game-stats span{min-width:76px;padding:7px 8px}.bk114-game-screen{border-width:2px;border-radius:17px}
  .bk94-public-help{right:14px!important;bottom:78px!important}
  .bk94-public-help .bk-public-help-toggle{right:14px!important;bottom:78px!important}
  .bk94-public-help .bk97-guide-panel{right:14px!important;bottom:136px!important;width:calc(100vw - 28px)!important;max-height:calc(100dvh - 154px)!important}
}
@media(max-width:600px){
  .bk114-road-game{width:calc(100% - 26px);padding:8px;margin-top:24px;border-radius:20px}.bk114-game-head{display:block;min-height:0;padding:2px 3px 9px}.bk114-game-head>div:first-child{justify-content:space-between}.bk114-game-head strong{font-size:14px}.bk114-game-stats{margin-top:8px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.bk114-game-stats span{min-width:0;padding:6px;font-size:9px}.bk114-game-stats b{font-size:11px}.bk114-game-screen{aspect-ratio:1.85/1;border-radius:14px}.bk114-game-screen canvas{object-fit:fill}.bk114-game-overlay{padding:8px}.bk114-game-overlay>div{padding:14px 12px 12px;gap:5px;border-radius:12px}.bk114-game-overlay strong{font-size:19px}.bk114-game-overlay span{font-size:10px;line-height:1.6}.bk114-game-overlay button{min-width:104px;padding:7px 13px;box-shadow:3px 3px 0 #FFD400}.bk114-game-controls{min-height:52px;gap:13px;padding-top:8px}.bk114-game-controls button{width:58px;height:42px}.bk114-game-controls span{font-size:9px}
}
@media(prefers-reduced-motion:reduce){
  .bk114-game-overlay button,.bk114-game-controls button{transition:none!important}
}

.bk116-fun-nav{border-color:rgba(255,133,82,.42)!important;background:rgba(255,133,82,.12)!important;color:#052259!important}.bk116-fun-nav.is-active{border-color:#FF8552!important;background:#FF8552!important;color:#052259!important}
.bk116-fun-page{min-height:calc(100vh - var(--bk-header-height))}.bk116-fun-hero{padding:10px 0}.bk116-fun-intro{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px 30px}.bk116-fun-intro h1{margin:10px 0 5px;color:#052259;font-size:clamp(30px,4vw,48px);line-height:1.45}.bk116-fun-intro p{max-width:760px;margin:0;color:#687892;font-size:11px;line-height:2}.bk116-fun-intro>a{min-width:130px;min-height:44px;display:grid;place-items:center;border-radius:12px;background:#FF8552;color:#052259;font-size:10px;font-weight:950;box-shadow:4px 4px 0 #FFD400;white-space:nowrap}
.bk116-fun-game-section{padding:10px 0}.bk116-fun-game-section .bk114-road-game{width:100%;margin:0}.bk116-fun-guide{padding:10px 0 24px}.bk116-fun-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.bk116-fun-guide article{min-height:150px;padding:20px}.bk116-fun-guide b{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#eef4ff;color:#1979fd;font-size:10px}.bk116-fun-guide h2{margin:12px 0 5px;color:#052259;font-size:15px}.bk116-fun-guide p{margin:0;color:#687892;font-size:10px;line-height:2}
@media(max-width:760px){.bk116-fun-intro{align-items:flex-start;flex-direction:column;padding:20px}.bk116-fun-intro>a{width:100%}.bk116-fun-guide-grid{grid-template-columns:1fr}.bk116-fun-game-section .bk114-road-game{width:100%;margin:0}.bk116-fun-guide article{min-height:0}}
