@media (max-width:768px){

  body{
    font-size:14px;
  }

  /* 상단바 약간 축소 */
  .topbar{
    height:56px !important;
  }

  .top-left{
    font-size:14px;
  }

  /* 우측 보관함 숨김 */
  .right-area{
    display:none !important;
  }

  /* 카드 여백 줄이기 */
  .card{
    padding:12px;
    margin-bottom:12px;
  }

  .dashboard-grid{
    grid-template-columns:1fr !important;
  }

}