.ks-category-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:24px}@media (min-width:640px){.ks-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.ks-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.ks-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.ks-category-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px rgb(0 0 0 / .04);overflow:hidden;transition:box-shadow 0.2s ease,transform 0.2s ease;display:flex;flex-direction:column;height:100%}.ks-category-card:hover{box-shadow:0 8px 22px rgb(0 0 0 / .08);transform:translateY(-1px)}.ks-category-header{display:flex;align-items:center;gap:12px;padding:16px;text-decoration:none}.ks-category-header h3{margin:0;font-size:1rem;font-weight:700}.ks-category-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0}.ks-category-icon svg{width:24px;height:24px}.ks-category-body{padding:16px;display:flex;flex-direction:column;gap:12px;flex:1}.ks-category-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.ks-category-list a{display:flex;align-items:center;gap:8px;color:#4b5563;text-decoration:none;font-size:.95rem}.ks-category-list a:hover{color:#1d4ed8}.ks-category-dot{width:6px;height:6px;border-radius:9999px;background:#d1d5db;flex-shrink:0}.ks-category-view-all{display:inline-flex;align-items:center;gap:6px;color:#2563eb;font-weight:600;text-decoration:none;font-size:.875rem}.ks-category-view-all svg{width:14px;height:14px}.ks-category-view-all:hover{text-decoration:underline}