/* KING OS V247：熱區框線改細、透明，避免擋住畫面 */
.hot:active,
.hot:focus,
.hot:hover,
.card:active,
.card:focus,
.card:hover,
.btn:active,
.btn:focus,
.btn:hover{
  outline:1px solid rgba(255,226,130,.28)!important;
  outline-offset:-1px!important;
  box-shadow:none!important;
  background:rgba(255,215,80,.035)!important;
}

.debug-hot .hot,
html.debug-hot .hot,
.debug-hot .card,
.debug-hot .btn{
  outline:1px solid rgba(255,215,0,.32)!important;
  outline-offset:-1px!important;
  background:rgba(255,215,0,.045)!important;
}

.king-gamepad-focus,
.focus-ring{
  outline:2px solid rgba(255,220,90,.46)!important;
  outline-offset:-2px!important;
  box-shadow:0 0 10px rgba(255,216,92,.34), inset 0 0 8px rgba(255,216,92,.06)!important;
  background-color:rgba(255,216,92,.045)!important;
  border-radius:10px!important;
}

/* 點擊時仍有可見提示，但不要整塊金色覆蓋 */
a.hot{
  cursor:pointer;
  -webkit-tap-highlight-color:rgba(255,218,90,.12)!important;
}