﻿/* Translator Group Page Styles */

.translator-group-main {
    padding: 20px 0;
    background: #0f0f0f;
    color: #fff;
}

.translator-group-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.translator-group-container h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #13667a;
}

.translator-group-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.6;
}

.server-group-banner {
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.server-badge {
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9em;
}

.server-info .server-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.official-website-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.official-website-link:hover {
    background: #fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.official-website-link svg {
    width: 12px;
    height: 12px;
}

.server-info .server-stats {
    font-size: 1em;
    opacity: 0.9;
}

.translator-group-manga h2,
.chapters-list h2 {
    font-size: 2em;
    margin: 40px 0 20px 0;
    color: #13667a;
}

.manga-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.manga-item {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.manga-thumbnail {
    width: 100%;
    aspect-ratio: 3 / 4;
    
    border-radius: 8px;
    margin-bottom: 15px;
}

.manga-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 77, 79, 0.2);
}

.manga-item h3 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.manga-item h3 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.manga-item h3 a:hover {
    color: #13667a;
}

.chapter-count {
    color: #ccc;
    font-size: 0.9em;
    margin: 0;
}

.read-link {
    display: inline-block;
    background: #13667a;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.read-link:hover {
    background: #e04343;
    color: #fff;
    text-decoration: none;
}

.chapters-list {
    margin-top: 40px;
}

.chapter-item {
    background: #1a1a1a;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    transition: background 0.3s ease;
}

.chapter-item:hover {
    background: #252525;
}

.chapter-item a {
    color: #13667a;
    text-decoration: none;
    font-size: 1.1em;
    display: block;
}

.chapter-item a:hover {
    color: #13667a;
    text-decoration: underline;
}

.chapter-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.manga-title {
    display: block;
    font-size: 0.9em;
    color: #ccc;
    font-style: italic;
}

.hidden-chapter {
    display: none;
}

.show-more-container {
    text-align: center;
    margin-top: 20px;
}

.show-more-btn {
    background: #13667a;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.show-more-btn:hover {
    background: #e04343;
}

/* Translator Groups List Styles */
.translator-groups-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.translator-list-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #0f0f0f;
    color: #fff;
}

.translator-list-page h2 {
    color: #13667a;
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
}

.translator-seo-content {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #13667a;
}

.translator-seo-content p {
    margin: 10px 0;
    line-height: 1.6;
    color: #ccc;
}

.translator-list-page h1 {
    color: #13667a;
    text-align: center;
    margin: 30px 0 10px 0;
}

.translator-list-page > p {
    text-align: center;
    color: #ccc;
    margin-bottom: 30px;
}

.translator-group-card {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.translator-group-card:hover {
    border-color: #13667a;
    box-shadow: 0 4px 16px rgba(3, 199, 90, 0.2);
    transform: translateY(-2px);
}

.translator-group-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.translator-group-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.translator-group-name a {
    color: #13667a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.translator-group-name a:hover {
    color: #02a84a;
    text-decoration: underline;
}

.translator-group-stats {
    text-align: right;
}

.manga-count {
    background: #13667a;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.translator-group-description {
    color: #ccc;
    font-size: 14px;
    line-height: 1.4;
}

.no-translator-groups {
    text-align: center;
    padding: 40px;
    color: #666;
}

@media (max-width: 768px) {
    .translator-groups-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .translator-group-card {
        padding: 16px;
    }
    
    .translator-group-header {
        flex-direction: column;
        gap: 8px;
    }
    
    .translator-group-stats {
        text-align: left;
    }
}

/* Pagination Styles */
.translator-pagination {
    margin: 40px 0;
    text-align: center;
}

.translator-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    background: #1a1a1a;
    color: #13667a;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.translator-pagination .page-numbers:hover,
.translator-pagination .page-numbers.current {
    background: #13667a;
    color: white;
    border-color: #13667a;
}

.translator-pagination .page-numbers.prev,
.translator-pagination .page-numbers.next {
    font-weight: bold;
}
