/* ============================================
   Modern Articles Section Styles
   ForTraders.org Recent-Popular Block
   ============================================ */

.itx-latest-articles-section {
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    padding: 0;
}

/* Background with financial chart - removed */

/* Background chart removed */

.itx-latest-articles-section > * {
    position: relative;
    z-index: 2;
}

/* Дополнительные стили для фона - убрано, используется inline стиль */

/* Background overlay removed */

/* Modern Tabs */
.modern-tabs {
    display: flex;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
    align-items: stretch; /* Выравниваем табы по высоте */
}

.modern-tab {
    background: transparent;
    border: none;
    padding: 17px 28px;
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    margin-right: 0;
    transition: all 0.2s ease;
    position: relative;
    font-family: 'PFD_Regular', sans-serif;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.3;
    min-height: 60px; /* Минимальная высота для выравнивания */
}

.modern-tab:hover {
    color: #333333;
    background-color: #e0e0e0;
}

.modern-tab.active {
    background-color: #333333;
    color: #ffffff;
    font-weight: 600;
}

.modern-tab.active::after {
    display: none;
}

/* Modern Tabs Content */
.modern-tabs-content {
    position: relative;
    padding: 0;
    background: #fff;
}

.modern-tab-panel {
    display: none;
}

.modern-tab-panel.active {
    display: block;
}

/* Articles List (Single Column) */
.articles-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 0; /* Убираем отступ для горизонтальной пагинации */
    margin-right: 0;
    transition: margin 0.5s ease;
}

/* Убираем отступы для популярных статей */
.articles-list.popular-articles {
    margin-right: 0; /* Убираем отступ для горизонтальной пагинации */
    margin-left: 0;
}

.articles-list .article-item {
    padding: 5px 20px;
    margin-top: 15px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.2s ease;
    position: relative;
}

.articles-list .article-item:hover {
    padding: 5px 20px;
    margin-top: 15px;
    border-radius: 6px;
}

.article-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'PFD_Regular', sans-serif;
}

.article-title a {
    color: #333333 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: translateY(0);
    display: inline-block;
}

.article-title a:hover {
    color: #1976d2 !important;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.article-date {
    display: none; /* Скрываем даты в новом дизайне */
}

/* Load More Button */
/* Pagination Dots Only - centered */
.pagination-container {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    transform: none;
    z-index: 10;
    padding: 20px 0;
    border: none;
    transition: all 0.5s ease;
    opacity: 1;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* If no active contests, increase padding */
.pagination-container.no-active-contests {
    padding: 33px 0;
}

.pagination-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
}

.pagination-dot {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    opacity: 0;
    animation: fadeInDot 0.6s ease forwards;
    transform: scale(1);
}

/* Анимация появления точек с задержкой */
.pagination-dot:nth-child(1) { animation-delay: 0.1s; }
.pagination-dot:nth-child(2) { animation-delay: 0.2s; }
.pagination-dot:nth-child(3) { animation-delay: 0.3s; }
.pagination-dot:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInDot {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.pagination-dot:hover {
    background: rgba(0, 0, 0, 0.4);
    transform: scale(1.2);
}

.pagination-dot.active {
    background: #F7A600;
    transform: scale(1.3);
    box-shadow: 0 0 0 2px rgba(247, 166, 0, 0.3), 0 0 8px rgba(247, 166, 0, 0.4);
}

.pagination-dot.loading {
    background: #F7A600;
    animation: pulse 1.5s ease-in-out infinite;
}

/* Pagination Arrows - Removed */

@keyframes pulse {
    0%, 100% {
        transform: scale(1.3);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

/* Old load more button styles removed - now using pagination dots */

/* Анимация появления статей */
.article-item {
    opacity: 0;
    transform: translateY(20px);
}

.article-item.animate-in {
    animation: slideInUpSoft 0.8s ease forwards;
}

/* Индикатор загрузки в виде заполняющейся свечи */
.articles-list.loading {
    opacity: 0.8;
    pointer-events: none;
    position: relative;
}

/* Контейнер для свечи загрузки - пустая свеча */
.articles-list.loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 1px;
    z-index: 10;
    box-shadow: 
        0 -12px 0 1px #ddd,
        0 12px 0 1px #ddd;
}

/* Заполняющаяся часть свечи - заливка снизу вверх */
.articles-list.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center bottom;
    width: 6px;
    height: 0px;
    background: linear-gradient(to top, #333, #555);
    border-radius: 1px;
    z-index: 11;
    animation: fillCandlestick 1.5s ease-in-out infinite;
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.4);
}

@keyframes fillCandlestick {
    0% { 
        height: 0px;
        opacity: 0.6;
        transform: translate(-50%, -50%);
    }
    25% { 
        height: 10px;
        opacity: 0.8;
        transform: translate(-50%, -50%);
    }
    50% { 
        height: 20px;
        opacity: 0.9;
        transform: translate(-50%, -50%);
    }
    75% { 
        height: 30px;
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    100% { 
        height: 38px;
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes slideInUpSoft {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.article-item.new-article {
    background: linear-gradient(90deg, #fff3cd 0%, #ffffff 100%);
    border-left: 3px solid #ffd700;
    animation: slideInUpSoft 0.8s ease forwards, highlightPulse 2s ease forwards;
}

.article-item.new-article .article-title a {
    color: #333 !important; /* Принудительно черный цвет для новых статей */
}

/* Принудительные темные цвета для всех заголовков в блоке */
.itx-latest-articles-section .article-title,
.itx-latest-articles-section .article-title a,
.itx-latest-articles-section h1,
.itx-latest-articles-section h2,
.itx-latest-articles-section h3,
.itx-latest-articles-section h4,
.itx-latest-articles-section h5,
.itx-latest-articles-section h6,
.itx-latest-articles-section .article-item .article-title,
.itx-latest-articles-section .article-item .article-title a {
    color: #333 !important;
}

.itx-latest-articles-section .article-title a,
.itx-latest-articles-section .article-item .article-title a {
    display: inline-block;
}

.itx-latest-articles-section .article-title a:hover,
.itx-latest-articles-section .article-item .article-title a:hover {
    color: #1976d2 !important;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Принудительные стили для всех статей - включая новые загружаемые */
.itx-latest-articles-section .article-item .article-title,
.itx-latest-articles-section .article-item .article-title a,
.itx-latest-articles-section .article-item .article-title *,
.itx-latest-articles-section .articles-list .article-item .article-title,
.itx-latest-articles-section .articles-list .article-item .article-title a,
.itx-latest-articles-section .articles-list .article-item .article-title * {
    color: #333 !important;
}

.itx-latest-articles-section .articles-list .article-item .article-title a {
    display: inline-block;
}

.itx-latest-articles-section .article-item .article-title a:hover,
.itx-latest-articles-section .articles-list .article-item .article-title a:hover {
    color: #1976d2 !important;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Специальные стили для новых загружаемых статей */
.itx-latest-articles-section .article-item.new-article .article-title,
.itx-latest-articles-section .article-item.new-article .article-title a,
.itx-latest-articles-section .article-item.new-article .article-title * {
    color: #333 !important;
}

/* Стили для всех заголовков в блоке */
.itx-latest-articles-section h1,
.itx-latest-articles-section h2,
.itx-latest-articles-section h3,
.itx-latest-articles-section h4,
.itx-latest-articles-section h5,
.itx-latest-articles-section h6 {
    color: #333 !important;
}

/* Максимально специфичные правила для новых статей */
.itx-latest-articles-section .articles-list .article-item .article-title a[href],
.itx-latest-articles-section .articles-list .article-item .article-title a:link,
.itx-latest-articles-section .articles-list .article-item .article-title a:visited,
.itx-latest-articles-section .articles-list .article-item .article-title a:active {
    color: #333 !important;
}

.itx-latest-articles-section .articles-list .article-item .article-title a:hover {
    color: #1976d2 !important;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Принудительные стили для всех элементов в статьях */
.itx-latest-articles-section .articles-list .article-item * {
    color: inherit !important;
}

.itx-latest-articles-section .articles-list .article-item .article-title,
.itx-latest-articles-section .articles-list .article-item .article-title * {
    color: #333 !important;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes highlightPulse {
    0% {
        background: linear-gradient(90deg, #fff3cd 0%, #ffffff 100%);
        border-left-color: #ffd700;
    }
    50% {
        background: linear-gradient(90deg, #ffeaa7 0%, #ffffff 100%);
        border-left-color: #fdcb6e;
    }
    100% {
        background: #ffffff;
        border-left-color: #f0f0f0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .itx-latest-articles-section {
        margin-top: 20px;
        border-radius: 8px;
    }
    
    .modern-tabs {
        padding: 0 15px;
        align-items: stretch; /* Сохраняем выравнивание по высоте */
    }
    
    .modern-tab {
        padding: 15px 12px;
        font-size: 16px;
        transition: all 0.3s ease;
        position: relative;
        cursor: pointer;
        border: 2px solid #ddd;
        background: #f8f8f8;
        color: #666;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        min-height: 55px; /* Уменьшаем минимальную высоту для мобильных */
        line-height: 1.2;
    }
    
    .modern-tab:not(.active):active {
        transform: translateY(1px);
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    
    .modern-tab.active {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }
    
    /* Иконка стрелки для неактивной кнопки */
    .modern-tab:not(.active)::after {
        content: '→';
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        opacity: 0.6;
    }
    
    .modern-tabs-content {
        padding: 20px 25px 24px 25px;
    }
    
    .article-title {
        font-size: 16px;
    }
    
    .articles-list {
        margin-left: 0; /* Убираем отступ для горизонтальной пагинации */
        margin-right: 0;
    }
    
    .articles-list.popular-articles {
        margin-left: 0; /* Убираем отступ для горизонтальной пагинации */
        margin-right: 0;
    }
    
    .pagination-container {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        transform: none;
        z-index: 10;
        padding: 15px 0;
        border: none;
        transition: all 0.5s ease;
        opacity: 1;
        pointer-events: auto;
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .pagination-dots {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    
    .pagination-dot {
        width: 8px;
        height: 8px;
        pointer-events: auto;
    }
    
    /* Pagination arrows removed */
    
    .articles-list .article-item {
        padding: 14px 0;
    }
    
    .load-more-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .load-more-container {
        margin-top: 16px;
        padding: 16px 0;
    }
}

@media (max-width: 480px) {
    .modern-tabs {
        flex-direction: row; /* Оставляем горизонтальное расположение */
        gap: 2px;
        padding: 0 10px;
        align-items: stretch; /* Сохраняем выравнивание по высоте */
    }
    
    .modern-tab {
        margin-right: 0;
        border-radius: 6px;
        padding: 12px 8px;
        font-size: 14px;
        min-height: 50px; /* Еще меньше для маленьких экранов */
        line-height: 1.1;
    }
    
    .modern-tabs-content {
        padding: 16px 15px 20px 15px;
    }
    
    .articles-list .article-item {
        padding: 12px 0;
    }
    
    .articles-list .article-item:hover {
        padding: 12px 10px;
    }
    
    .load-more-btn {
        padding: 8px 20px;
        font-size: 13px;
    }
    
    .load-more-container {
        margin-top: 12px;
        padding: 12px 0;
    }
}

/* Дополнительные стили для очень маленьких экранов */
@media (max-width: 360px) {
    .modern-tabs {
        padding: 0 8px;
        gap: 1px;
    }
    
    .modern-tab {
        padding: 10px 6px;
        font-size: 13px;
        min-height: 45px;
        line-height: 1.1;
    }
    
    .modern-tabs-content {
        padding: 12px 10px 16px 10px;
    }
}

@media (max-width: 320px) {
    .modern-tabs {
        padding: 0 5px;
    }
    
    .modern-tab {
        padding: 8px 4px;
        font-size: 12px;
        min-height: 40px;
    }
    
    .modern-tabs-content {
        padding: 10px 8px 14px 8px;
    }
}

/* МАКСИМАЛЬНО СПЕЦИФИЧНЫЕ ПРАВИЛА ДЛЯ ПЕРЕОПРЕДЕЛЕНИЯ ВСЕХ КОНФЛИКТОВ - фон убран, используется inline стиль */

body /* Background overlay removed */

body .itx-latest-articles-section .articles-list .article-item .article-title a {
    color: #333 !important;
    display: inline-block;
}

body .itx-latest-articles-section .articles-list .article-item .article-title a:hover {
    color: #1976d2 !important;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}
