/* CannaOS Mobile Responsive */
@media (max-width: 768px) {
  .sidebar { transform: translateX(-100%); transition: transform 0.3s ease; position: fixed; z-index: 1000; height: 100vh; }
  .sidebar.open { transform: translateX(0); }
  .main-content { margin-left: 0 !important; width: 100% !important; }
  .mobile-menu-btn { display: flex !important; }
  .sidebar-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; }
  .sidebar-overlay.active { display: block; }
  .tab-bar { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .tab-btn { white-space: nowrap; font-size: 11px; padding: 8px 12px; }
  .form-row2 { grid-template-columns: 1fr !important; }
  .card { margin-bottom: 10px; }
  .card-bd { padding: 10px !important; }
  .dashboard-grid { grid-template-columns: 1fr !important; }
  .content-area { padding: 8px !important; }
}
@media (min-width: 769px) {
  .mobile-menu-btn { display: none !important; }
}
.mobile-menu-btn {
  display: none;
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1001;
  background: rgba(10,15,30,0.95);
  border: 1px solid rgba(57,255,110,0.3);
  color: #39ff6e;
  font-size: 20px;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
}
