Appsafe Club -

.nav-links a:hover color: #ffcd3c;

.modal-content background: white; max-width: 450px; width: 90%; border-radius: 32px; padding: 1.8rem; position: relative; animation: fadeUp 0.2s ease; appsafe club

@media (max-width: 700px) .logo-area flex-direction: column; .filters-panel flex-direction: column; align-items: stretch; </style> </head> <body> .nav-links a:hover color: #ffcd3c

// category filter buttons const catBtns = document.querySelectorAll(".cat-btn"); catBtns.forEach(btn => btn.addEventListener("click", () => catBtns.forEach(b => b.classList.remove("active")); btn.classList.add("active"); currentFilterCategory = btn.getAttribute("data-cat"); renderApps(); ); ); .modal-content background: white

.detail-list li margin: 0.8rem 0; border-bottom: 1px solid #edf2f5; padding-bottom: 0.5rem;