.categories-module__VHWF-G__page{background-color:var(--bg-soft);min-height:100vh;padding:4rem 0}.categories-module__VHWF-G__title{text-align:center;background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.categories-module__VHWF-G__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.categories-module__VHWF-G__categoryCard{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.categories-module__VHWF-G__categoryCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-5px)}.categories-module__VHWF-G__categoryName{border-bottom:2px solid var(--bg-soft);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.categories-module__VHWF-G__categoryName a{color:var(--text-main);text-decoration:none;transition:color .2s}.categories-module__VHWF-G__categoryName a:hover{color:var(--primary)}.categories-module__VHWF-G__subList{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.categories-module__VHWF-G__subList li a{color:var(--text-muted);font-size:.95rem;text-decoration:none;transition:all .2s;display:block}.categories-module__VHWF-G__subList li a:hover{color:var(--primary);transform:translate(5px)}@media (max-width:768px){.categories-module__VHWF-G__page{padding:2rem 1rem}.categories-module__VHWF-G__title{margin-bottom:2rem;font-size:1.75rem}.categories-module__VHWF-G__grid{grid-template-columns:1fr}}
