@media (max-width:768px){
  .quick-menu{display:none !important;}
  .quick-menu *{pointer-events:none !important;}
  .mirae-mobile-dock{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1200;
    padding:0 14px calc(10px + env(safe-area-inset-bottom,0px));
  }
  .mirae-mobile-dock-bar{
    max-width:430px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
    background:rgba(255,255,255,.96);
    border:1px solid #dbe5f1;
    border-radius:24px;
    box-shadow:0 12px 28px rgba(7,30,61,.18);
    padding:10px 10px;
    backdrop-filter: blur(8px);
  }
  .mirae-mobile-dock-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-height:58px;
    text-decoration:none;
    color:#0b2f5c;
    border-radius:16px;
    font-size:11px;
    font-weight:800;
    letter-spacing:-.02em;
    line-height:1.2;
  }
  .mirae-mobile-dock-item:active{
    background:#eef5ff;
  }
  .mirae-mobile-dock-icon{
    width:34px;
    height:34px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf5ff;
    color:#2a69b2;
  }
  .mirae-mobile-dock-icon svg{
    width:18px;
    height:18px;
    stroke:currentColor;
    fill:none;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  footer.footer{padding-bottom:calc(108px + env(safe-area-inset-bottom,0px)) !important;}
}
@media (min-width:769px){
  .mirae-mobile-dock{display:none !important;}
}
