/* Phase 81: beta readiness guardrails and home/project chrome cleanup */

body.is-home #project-nav,
body.is-home #tab-scroll-left,
body.is-home #tab-scroll-right,
body.is-home #tools-menu-wrap,
body.is-home #mobile-menu-btn,
body.is-home #bottom-nav {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.is-home #project-hub {
  display: block !important;
}

body.is-home .tab.active {
  box-shadow: none !important;
}

#auth-required-note {
  color: #6b7280;
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 14px;
}
