/* Teknoloji Logoları - Simple Icons CDN */
.tech-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.tech-logo-sm {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Emoji Icons */
.emoji-icon {
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
}

.tech-logo-sm+.emoji-icon,
.emoji-icon.tech-logo-sm {
    font-size: 1.25rem;
}

/* Kategori kartlarında logo stilleri */
.category-card .tech-logo {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* Dark mode'da logo renkleri */
body.dark-mode .tech-logo {
    filter: brightness(1.2);
}