    /* ==================== TATIN RETRO ICONS - ESTILO TARINGA CLÁSICO ==================== */

/* ==================== ICONOS GLOBALES ==================== */
.fa {
    margin-right: 5px;
    vertical-align: middle;
}

/* Iconos en navegación */
.site-header nav a .fa,
.mobile-nav a .fa {
    font-size: 14px;
    margin-right: 6px;
}

/* ==================== HERO STATS ICONS ==================== */
.stat-icon {
    font-size: 28px;
    color: #2196F3;
    display: block;
    margin-bottom: 8px;
}

/* ==================== SECTION ICONS ==================== */
.section-title .fa {
    color: #2196F3;
    margin-right: 8px;
    font-size: 16px;
}

.section-link .fa {
    font-size: 10px;
    margin-left: 4px;
    margin-right: 0;
}

/* ==================== LOADING SPINNER ==================== */
.loading .fa-spinner {
    font-size: 18px;
    color: #2196F3;
    margin-right: 8px;
}

/* ==================== CATEGORÍAS ICONS ==================== */
.category-icon {
    font-size: 32px;
    color: #2196F3;
    margin-bottom: 8px;
    display: block;
}

/* Iconos personalizados por categoría */
.category-tecnologia .category-icon { color: #2196F3; }
.category-humor .category-icon { color: #FFC107; }
.category-noticias .category-icon { color: #F44336; }
.category-deportes .category-icon { color: #4CAF50; }
.category-gaming .category-icon { color: #9C27B0; }
.category-musica .category-icon { color: #FF5722; }
.category-ciencia .category-icon { color: #00BCD4; }
.category-cine .category-icon { color: #E91E63; }

/* ==================== MEDALLAS Y RANKINGS ==================== */
.top-medal {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* Colores de medallas */
.medal-gold {
    color: #FFD700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.medal-silver {
    color: #C0C0C0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.medal-bronze {
    color: #CD7F32;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.medal-regular {
    color: #9E9E9E;
}

/* ==================== BOTONES CON ICONOS ==================== */
.btn .fa,
.btn-foro .fa,
.btn-header .fa {
    margin-right: 5px;
}

.btn-chat-expand .fa {
    font-size: 11px;
    margin-right: 4px;
}

/* ==================== POST ICONS ==================== */
.post-icon {
    display: inline-block;
    font-size: 12px;
    margin-right: 4px;
    color: #757575;
}

.post-views .fa { color: #757575; }
.post-comments .fa { color: #2196F3; }
.post-points .fa { color: #FF9800; }
.post-favorites .fa { color: #F44336; }

/* ==================== USER ICONS ==================== */
.user-icon {
    font-size: 20px;
    color: #2196F3;
}

/* Rangos de usuario con iconos */
.rank-novato .fa { color: #9E9E9E; }
.rank-nfu .fa { color: #2196F3; }
.rank-full .fa { color: #4CAF50; }
.rank-great .fa { color: #FF9800; }
.rank-top .fa { color: #9C27B0; }
.rank-heavy .fa { color: #F44336; }
.rank-elite .fa { color: #FFD700; }

/* ==================== FOOTER ICONS ==================== */
.footer-section h3 .fa,
.footer-section h4 .fa {
    color: #2196F3;
    margin-right: 6px;
}

.footer-section a .fa {
    font-size: 12px;
    margin-right: 6px;
    color: #757575;
}

.footer-section a:hover .fa {
    color: #2196F3;
}

.footer-bottom .fa-heart {
    color: #F44336;
    margin: 0 3px;
}

/* ==================== NOTIFICACIONES ICONS ==================== */
.notif-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border: 1px solid #EEEEEE;
}

/* Tipos de notificaciones */
.notif-like .notif-icon { color: #F44336; background: #FFEBEE; }
.notif-comment .notif-icon { color: #2196F3; background: #E3F2FD; }
.notif-follow .notif-icon { color: #4CAF50; background: #E8F5E9; }
.notif-mention .notif-icon { color: #FF9800; background: #FFF3E0; }
.notif-message .notif-icon { color: #9C27B0; background: #F3E5F5; }

/* ==================== MENSAJES / CHAT ICONS ==================== */
.mensaje-icon {
    font-size: 14px;
    margin-right: 5px;
    color: #757575;
}

.mensaje-enviado .mensaje-icon { color: #4CAF50; }
.mensaje-editado .mensaje-icon { color: #FF9800; }
.mensaje-eliminado .mensaje-icon { color: #F44336; }

/* ==================== REACCIONES ==================== */
.reaccion-icon {
    font-size: 16px;
    margin-right: 3px;
}

/* Colores por tipo de reacción (si usas iconos en vez de emojis) */
.reaccion-like { color: #F44336; }
.reaccion-love { color: #E91E63; }
.reaccion-haha { color: #FFC107; }
.reaccion-wow { color: #FF9800; }
.reaccion-sad { color: #2196F3; }
.reaccion-angry { color: #F44336; }

/* ==================== BADGES Y ETIQUETAS ==================== */
.badge-icon {
    font-size: 11px;
    margin-right: 4px;
}

.badge-sticky .badge-icon { color: #FF9800; }
.badge-locked .badge-icon { color: #F44336; }
.badge-official .badge-icon { color: #4CAF50; }
.badge-hot .badge-icon { color: #FF5722; }

/* ==================== ACCIONES DE USUARIO ==================== */
.action-icon {
    font-size: 13px;
    margin-right: 5px;
}

.btn-editar .action-icon { color: #2196F3; }
.btn-eliminar .action-icon { color: #F44336; }
.btn-reportar .action-icon { color: #FF9800; }
.btn-compartir .action-icon { color: #4CAF50; }

/* ==================== ESTADOS ==================== */
.status-icon {
    font-size: 10px;
    margin-right: 4px;
}

.status-online { color: #4CAF50; }
.status-offline { color: #9E9E9E; }
.status-away { color: #FF9800; }
.status-busy { color: #F44336; }

/* ==================== BREADCRUMBS ==================== */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #757575;
    margin-bottom: 15px;
}

.breadcrumb a {
    color: #2196F3;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .fa {
    font-size: 10px;
    color: #BDBDBD;
}

/* ==================== PUNTOS / KARMA ==================== */
.points-icon {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: bold;
}

.points-positive { color: #4CAF50; }
.points-negative { color: #F44336; }
.points-neutral { color: #757575; }

.points-icon .fa {
    font-size: 14px;
}

/* ==================== DROPDOWN MENUS ==================== */
.dropdown-icon {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.2s;
}

.dropdown-active .dropdown-icon {
    transform: rotate(180deg);
}

/* ==================== TAGS / ETIQUETAS ==================== */
.tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    font-size: 11px;
    margin: 2px;
}

.tag .fa {
    font-size: 10px;
    color: #757575;
}

/* ==================== PAGINACIÓN ==================== */
.pagination {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 20px 0;
}

.pagination a,
.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    color: #2C3E50;
    text-decoration: none;
    font-size: 12px;
}

.pagination a:hover {
    background: #F8F9FA;
    color: #2196F3;
}

.pagination .active {
    background: #2196F3;
    color: white;
    border-color: #2196F3;
}

.pagination .fa {
    font-size: 11px;
}

/* ==================== ICONOS ANIMADOS ==================== */
.icon-pulse {
    animation: iconPulse 2s infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.icon-spin-slow {
    animation: spin 3s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ==================== TOOLTIPS CON ICONOS ==================== */
.tooltip-icon {
    cursor: help;
    color: #757575;
    font-size: 12px;
    margin-left: 4px;
}

.tooltip-icon:hover {
    color: #2196F3;
}

/* ==================== ICONOS ESPECIALES TARINGA ==================== */

/* Iconos de puntos (estilo Taringa original) */
.puntos-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FF9800;
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    margin-right: 4px;
}

/* Icono de "sticky" / post fijado */
.sticky-indicator {
    background: #FFC107;
    color: #5D4037;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Icono de "nuevo" */
.new-indicator {
    background: #F44336;
    color: white;
    padding: 2px 5px;
    font-size: 9px;
    font-weight: bold;
    animation: iconPulse 1.5s infinite;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .stat-icon {
        font-size: 24px;
    }
    
    .category-icon {
        font-size: 28px;
    }
    
    .top-medal {
        font-size: 24px;
        width: 35px;
        height: 35px;
    }
    
    .section-title .fa {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .stat-icon {
        font-size: 20px;
    }
    
    .category-icon {
        font-size: 24px;
    }
    
    .breadcrumb {
        font-size: 11px;
    }
}