.page_page__ZU32B{min-height:100vh}.Categories_section__mEpig{padding:4rem 0;background:var(--gray-50)}.Categories_header__r4VgD{text-align:center;margin-bottom:2.5rem}.Categories_title__G5mvp{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.Categories_subtitle__gEzrA{font-size:.875rem;color:var(--gray-500)}.Categories_grid__9K2NQ{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.Categories_card___NdMP{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:white;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:all .2s ease;text-decoration:none;color:inherit;position:relative;overflow:hidden}.Categories_card___NdMP:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent-color);opacity:0;transition:opacity .2s ease}.Categories_card___NdMP:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Categories_card___NdMP:hover:before{opacity:1}.Categories_icon__CeNtt{font-size:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:color-mix(in srgb,var(--accent-color) 10%,transparent)}.Categories_info__ShhQc{flex:1 1}.Categories_name__dkv7_{font-size:1rem;font-weight:600;margin:0 0 .25rem}.Categories_count__aALOp{font-size:.813rem;color:var(--gray-500)}.Categories_arrow__DmN_e{font-size:1.25rem;color:var(--gray-400);transition:all .2s ease}.Categories_card___NdMP:hover .Categories_arrow__DmN_e{color:var(--accent-color);transform:translateX(4px)}@media (max-width:1024px){.Categories_grid__9K2NQ{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Categories_grid__9K2NQ{grid-template-columns:1fr}}@media (prefers-color-scheme:dark){.Categories_section__mEpig{background:var(--gray-900)}.Categories_card___NdMP{background:var(--card-bg)}}