/* Shared DoDoZo mobile top bar */
.mobile-app-topbar{display:none}
@media (max-width:767px){
  .mobile-app-topbar{
    position:fixed;top:0;left:0;right:0;z-index:9996;height:56px;padding:0 16px;
    display:flex;align-items:center;justify-content:space-between;
    background:rgba(255,255,255,.94);border-bottom:1px solid #eceef3;
    backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)
  }
  .mobile-app-topbar__brand{display:flex;align-items:center;gap:10px;color:#111827;text-decoration:none;min-width:0}
  .mobile-app-topbar__brand img{width:28px;height:28px;display:block;object-fit:contain;border-radius:8px}
  .mobile-app-topbar__brand strong{font-size:17px;line-height:1;font-weight:800;letter-spacing:-.02em}
  .mobile-app-topbar__actions{display:flex;align-items:center;gap:10px}
  .mobile-app-topbar__points{height:34px;padding:0 12px;display:flex;align-items:center;gap:6px;border:0;border-radius:999px;background:#f3f0ff;color:#4f3cc9;font-size:12px;font-weight:750;cursor:pointer}
  .mobile-app-topbar__points:active{transform:scale(.98)}
  .mobile-app-topbar__avatar{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd6fe;border-radius:50%;background:#eeeaff;color:#6c4dff;font-size:14px;font-weight:800;cursor:pointer;overflow:hidden}
  .mobile-app-topbar__avatar img{width:100%;height:100%;object-fit:cover}
}
