Appsafe: Club

.safety-toggle display: flex; align-items: center; gap: 0.6rem; background: #f0f5f8; padding: 0.3rem 1rem; border-radius: 40px;

.badge.green background: #dff0e8; color: #116b56;

.footer-note text-align: center; margin-top: 2rem; font-size: 0.8rem; color: #6a8e9c; border-top: 1px solid #dde6eb; padding-top: 1.5rem; appsafe club

let currentFilterCategory = "all"; let currentSearchTerm = ""; let currentSafetyThreshold = 0;

.search-box flex: 2; min-width: 200px;

/* hero / intro */ .hero background: white; border-radius: 28px; padding: 2rem 2rem; margin-bottom: 2.5rem; box-shadow: 0 8px 20px rgba(0,0,0,0.02); border: 1px solid #e2edf2;

.safety-toggle label font-weight: 500; font-size: 0.85rem; .safety-toggle display: flex

/* apps grid */ .apps-grid display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.8rem; margin-bottom: 2rem;