:root{--wdk-app-dark:#061b3a;--wdk-app-blue:#155eef;--wdk-safe-bottom:env(safe-area-inset-bottom,0px)}
html,body{
  height:auto!important;
  min-height:100%!important;
  max-height:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  position:static!important;
}
body{
  overscroll-behavior:auto!important;
  touch-action:auto!important;
  -webkit-overflow-scrolling:touch!important;
}
.wdk-app-loader{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
@media(max-width:860px){
 body{
   padding-bottom:calc(86px + var(--wdk-safe-bottom))!important;
   min-height:100vh!important;
   overflow-y:auto!important;
   overflow-x:hidden!important;
   position:static!important;
   touch-action:auto!important;
   -webkit-overflow-scrolling:touch!important;
 }
 input,select,textarea,button{font-size:16px!important}
 .container,.wrap,.content,.main,.page,.bi-wrap{
   width:100%!important;
   max-width:100%!important;
   height:auto!important;
   min-height:auto!important;
   max-height:none!important;
 }
 .product-grid,.grid,.cards,.bi-cards,.bi-grid{grid-template-columns:1fr!important}
 table{display:block;overflow-x:auto;white-space:nowrap}
 .btn,button,a.btn{min-height:44px}
 img{max-width:100%}
}
.wdk-bottom-nav{
  position:fixed;
  left:10px;
  right:10px;
  bottom:calc(9px + var(--wdk-safe-bottom));
  z-index:99990;
  height:66px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:4px;
  padding:7px;
  border:1px solid rgba(219,231,255,.55);
  border-radius:24px;
  background:rgba(6,27,58,.92);
  box-shadow:0 18px 55px rgba(0,0,0,.30);
  backdrop-filter:blur(18px);
}
.wdk-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:#dbeafe;border-radius:18px;font-weight:800}
.wdk-bottom-nav a span{font-size:18px;line-height:1}
.wdk-bottom-nav a b{font-size:11px;line-height:1}
.wdk-bottom-nav a.active{background:linear-gradient(135deg,#155eef,#38bdf8);color:#fff}
.wdk-install-btn{
  position:fixed;
  right:16px;
  bottom:calc(88px + var(--wdk-safe-bottom));
  z-index:99991;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#155eef,#38bdf8);
  color:#fff;
  padding:12px 16px;
  font-weight:900;
  box-shadow:0 16px 40px rgba(21,94,239,.35);
}
@media(min-width:861px){.wdk-bottom-nav{display:none}}
@media(display-mode:standalone){.wdk-install-btn{display:none!important}}
