/* Shared Menu page styles extracted from vendora-menu/index.html. */
:root { --sab: env(safe-area-inset-bottom, 0px); }
      body { 
          transition: background-color 0.3s; 
          font-family: 'Inter', sans-serif;
          min-height: 100dvh; 
      }
      .feature-disabled { display: none !important; }
      button, .clickable {
          touch-action: manipulation;
          -webkit-tap-highlight-color: transparent;
      }
.custom-scrollbar::-webkit-scrollbar { display: none; }
@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.animate-slide-up { animation: slideUp 0.3s ease-out forwards; }
