* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container-wrapper-fluid-j3k9x {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-section-main-nav-z9w4t {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navigation-bar-primary-h7m2p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo-brand-area-r5n8q {
    flex-shrink: 0;
}

.site-title-main-v4k7s a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.site-title-main-v4k7s a:hover {
    color: #00d4ff;
    text-shadow: 0 0 20px rgba(0,212,255,0.5);
}

.menu-list-horizontal-d8p3w {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link-item-b6r9k,
.nav-link-item-c3w7p,
.nav-link-item-e9q4t,
.nav-link-item-f1s8v,
.nav-link-item-g5m2x,
.nav-link-active-t2j5m {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-link-item-b6r9k:hover,
.nav-link-item-c3w7p:hover,
.nav-link-item-e9q4t:hover,
.nav-link-item-f1s8v:hover,
.nav-link-item-g5m2x:hover {
    background: rgba(0,212,255,0.1);
    color: #00d4ff;
}

.nav-link-active-t2j5m {
    background: rgba(0,212,255,0.2);
    color: #00d4ff;
}

.hero-banner-showcase-w6t9n {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background-image-r7m4k {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.4);
}

.hero-content-overlay-y3p8k {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 2rem;
}

.hero-title-large-m4q7r {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.hero-description-text-n8v2s {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.hero-action-buttons-p9k5t {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-primary-cta-l6w3m,
.btn-secondary-outline-q2j8p {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-cta-l6w3m {
    background: linear-gradient(135deg, #00d4ff 0%, #0095ff 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(0,212,255,0.4);
}

.btn-primary-cta-l6w3m:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0,212,255,0.6);
}

.btn-secondary-outline-q2j8p {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-secondary-outline-q2j8p:hover {
    background: #fff;
    color: #1a1a2e;
}

.page-hero-banner-q7m4v {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 6rem 0 4rem;
    text-align: center;
}

.hero-overlay-content-r2p9k {
    color: #fff;
}

.page-title-large-s8v3m {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-subtitle-text-t4q7p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.section-heading-primary-t8q3v {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a1a2e;
}

.featured-anime-section-s4n7p,
.classic-collection-zone-f5r8m,
.news-update-section-m9v4p,
.community-highlight-area-u6k3p {
    padding: 4rem 0;
}

.anime-grid-layout-u2m9w {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.anime-card-item-v6p4k {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.anime-card-item-v6p4k:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.card-image-wrapper-w3t7m {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.card-img-responsive-x9k2p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.anime-card-item-v6p4k:hover .card-img-responsive-x9k2p {
    transform: scale(1.05);
}

.badge-update-status-y4m8r {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0,212,255,0.9);
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.card-content-body-z7p3k {
    padding: 1.5rem;
}

.card-title-anime-a2v9m {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a2e;
}

.card-description-brief-b8k4p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.card-meta-info-c3q7t {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #888;
}

.classic-showcase-grid-g8m3p {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.classic-item-card-h2v7k {
    position: relative;
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.classic-img-cover-i9p4m {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.classic-item-card-h2v7k:hover .classic-img-cover-i9p4m {
    transform: scale(1.1);
}

.classic-overlay-info-j3q8r {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 2rem 1.5rem 1.5rem;
    color: #fff;
}

.classic-title-text-k7m2v {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.classic-year-label-l4p9k {
    font-size: 0.9rem;
    opacity: 0.8;
}

.news-articles-list-n3k8r {
    display: grid;
    gap: 2rem;
}

.news-item-card-o7m2v {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.news-item-card-o7m2v:hover {
    box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}

.news-thumbnail-img-p4q9k {
    width: 300px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
}

.news-content-area-q8v3m {
    padding: 1.5rem;
    flex: 1;
}

.news-title-heading-r2p7k {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a2e;
}

.news-excerpt-text-s9m4p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.news-meta-date-t3v8k {
    font-size: 0.85rem;
    color: #888;
}

.community-cards-grid-v9m7k {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}

.community-card-box-w4p2r {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.community-card-box-w4p2r:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.community-avatar-img-x8v5m {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.community-topic-title-y2k9p {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a2e;
}

.community-preview-text-z7m3v {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.community-stats-bar-a4q8k {
    display: flex;
    gap: 1.5rem;
    font-size: 0.9rem;
    color: #888;
}

.footer-section-main-d5p8m {
    background: #1a1a2e;
    color: #fff;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

.footer-content-grid-e2v9k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-heading-title-g3q7r {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-description-text-h9v2k {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.8;
}

.footer-links-list-i4m8p {
    list-style: none;
}

.footer-link-item-j7q3v {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-link-item-j7q3v:hover {
    opacity: 1;
    color: #00d4ff;
}

.footer-contact-list-k2v9m {
    list-style: none;
}

.contact-item-text-l8p4k {
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.footer-bottom-bar-m5q8r {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    text-align: center;
}

.copyright-text-center-n9v3p {
    font-size: 0.9rem;
    opacity: 0.7;
}

.series-filter-bar-u9m2k {
    padding: 2rem 0;
    background: #fff;
}

.filter-buttons-group-v3p8r {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-btn-active-w7k4m,
.filter-btn-normal-x2v9p {
    padding: 0.7rem 1.8rem;
    border: 2px solid #00d4ff;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn-active-w7k4m {
    background: #00d4ff;
    color: #fff;
}

.filter-btn-normal-x2v9p {
    background: transparent;
    color: #00d4ff;
}

.filter-btn-normal-x2v9p:hover {
    background: #00d4ff;
    color: #fff;
}

.series-listing-main-y8p3k {
    padding: 4rem 0;
}

.series-grid-container-z4m7v {
    display: grid;
    gap: 3rem;
}

.series-card-detailed-a9q2p {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.series-card-detailed-a9q2p:hover {
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
}

.card-poster-wrapper-b3v8k {
    position: relative;
    width: 280px;
    flex-shrink: 0;
}

.card-poster-image-c7m4r {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-badge-status-d2p9k {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(0,212,255,0.9);
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.card-info-section-e8v3m {
    padding: 2rem;
    flex: 1;
}

.card-series-title-f4q7p {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a2e;
}

.card-genre-tags-g9m2v {
    font-size: 0.95rem;
    color: #00d4ff;
    margin-bottom: 1rem;
}

.card-synopsis-text-h3p8k {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.card-metadata-bar-i7v4m {
    display: flex;
    gap: 2rem;
    font-size: 0.9rem;
    color: #888;
}

.ranking-main-section-n7v4p {
    padding: 4rem 0;
}

.ranking-tabs-navigation-o2m9k {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.tab-btn-active-p8q3v,
.tab-btn-normal-q4m7k {
    padding: 0.8rem 2rem;
    border: 2px solid #667eea;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn-active-p8q3v {
    background: #667eea;
    color: #fff;
}

.tab-btn-normal-q4m7k {
    background: transparent;
    color: #667eea;
}

.tab-btn-normal-q4m7k:hover {
    background: #667eea;
    color: #fff;
}

.ranking-list-container-r9p2m {
    display: grid;
    gap: 2rem;
}

.ranking-item-row-s3v8k {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.ranking-item-row-s3v8k:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}

.rank-number-badge-u2q9v {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.rank-gold-w6k3m {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1a1a2e;
}

.rank-silver-h7p4k {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    color: #1a1a2e;
}

.rank-bronze-i2v9m {
    background: linear-gradient(135deg, #cd7f32 0%, #e8a87c 100%);
    color: #fff;
}

.rank-normal-j6m3p {
    background: #f0f0f0;
    color: #666;
}

.rank-poster-thumb-x8p7k {
    width: 100px;
    height: 140px;
    flex-shrink: 0;
}

.rank-img-cover-y4m2v {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.rank-info-details-z9p5k {
    flex: 1;
}

.rank-anime-title-a3v8m {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a1a2e;
}

.rank-genre-label-b7k4p {
    font-size: 0.9rem;
    color: #667eea;
    margin-bottom: 0.8rem;
}

.rank-description-brief-c2m9v {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.rank-stats-column-d8p3k {
    display: flex;
    gap: 2rem;
    flex-shrink: 0;
}

.stat-item-box-e4v7m {
    text-align: center;
}

.stat-label-text-f9k2p {
    display: block;
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.3rem;
}

.stat-value-number-g3m8v {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
}

.news-content-main-area-l4p9k {
    padding: 4rem 0;
}

.news-layout-dual-column-m8v3r {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
}

.news-featured-article-o9m4v {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 3rem;
}

.featured-image-container-p3q8k {
    position: relative;
    height: 400px;
}

.featured-img-large-q7v2m {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-category-badge-r4p9k {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: rgba(102,126,234,0.9);
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.featured-content-body-s8m3v {
    padding: 2rem;
}

.featured-news-title-t2q7p {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.news-meta-info-bar-u9v4k {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #888;
}

.featured-news-content-y8m3k {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.news-articles-listing-z5q8m {
    display: grid;
    gap: 2rem;
}

.news-standard-card-a2v7p {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.news-standard-card-a2v7p:hover {
    box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}

.card-thumbnail-area-b9m3k {
    height: 200px;
}

.card-thumb-image-c4p8v {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-text-content-d7k2m {
    padding: 1.5rem;
}

.card-category-tag-e3v9p {
    display: inline-block;
    background: #667eea;
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.card-news-heading-f8m4k {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.card-news-excerpt-g2p7v {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.card-meta-footer-h9v3m {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #888;
}

.sidebar-widget-box-l3p7k {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.widget-heading-title-m9k4v {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
}

.trending-topics-list-n2v8p {
    list-style: none;
}

.topic-item-row-o7m3k {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.topic-rank-number-p4q9v {
    width: 30px;
    height: 30px;
    background: #667eea;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.topic-link-text-q8k2m {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.topic-link-text-q8k2m:hover {
    color: #667eea;
}

.recommended-items-list-r5v8k {
    display: grid;
    gap: 1rem;
}

.recommend-card-mini-s9p3m {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.recommend-thumb-img-t2k7v {
    width: 80px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.recommend-info-text-u8m4p {
    flex: 1;
}

.recommend-title-small-v3q9k {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #1a1a2e;
}

.recommend-rating-w7v2m {
    font-size: 0.85rem;
    color: #888;
}

.tags-cloud-container-x4p8k {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.tag-item-link-y9m3v {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f0f0f0;
    color: #666;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.tag-item-link-y9m3v:hover {
    background: #667eea;
    color: #fff;
}

.community-topics-section-w2k9m {
    padding: 4rem 0;
}

.topics-category-tabs-x7p4v {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.category-tab-active-y3m8k,
.category-tab-normal-z9v2p {
    padding: 0.8rem 2rem;
    border: 2px solid #764ba2;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-tab-active-y3m8k {
    background: #764ba2;
    color: #fff;
}

.category-tab-normal-z9v2p {
    background: transparent;
    color: #764ba2;
}

.category-tab-normal-z9v2p:hover {
    background: #764ba2;
    color: #fff;
}

.topics-list-container-a4k7m {
    display: grid;
    gap: 2rem;
}

.topic-card-featured-b8p3v,
.topic-card-standard-p7m4k {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.topic-card-featured-b8p3v:hover,
.topic-card-standard-p7m4k:hover {
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
}

.topic-avatar-section-c2m9k {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.avatar-image-round-d7v4p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.topic-content-main-e3k8m {
    flex: 1;
}

.topic-title-heading-f9p2v {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.topic-badge-hot-g4m7k,
.topic-badge-discuss-q3k8v,
.topic-badge-creation-r8v3m,
.topic-badge-question-s4p9k {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-right: 0.8rem;
    font-weight: 600;
}

.topic-badge-hot-g4m7k {
    background: #ff4757;
    color: #fff;
}

.topic-badge-discuss-q3k8v {
    background: #667eea;
    color: #fff;
}

.topic-badge-creation-r8v3m {
    background: #48dbfb;
    color: #fff;
}

.topic-badge-question-s4p9k {
    background: #ffa502;
    color: #fff;
}

.topic-preview-text-h8v3p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.topic-meta-bar-i2k9m {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #888;
}

.meta-stats-group-l9v2k {
    display: flex;
    gap: 1.5rem;
}

.community-stats-showcase-t9v4m {
    padding: 4rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.community-stats-showcase-t9v4m .section-heading-primary-t8q3v {
    color: #fff;
}

.stats-cards-grid-u3p8k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.stat-card-box-v7m2p {
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.stat-icon-wrapper-w2k9v {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.stat-number-large-x8p4m {
    font-size: 2.5rem;
    font-weight: 700;
    color: #764ba2;
    margin-bottom: 0.5rem;
}

.stat-label-text-y3v7k {
    font-size: 1rem;
    color: #666;
}

.about-intro-section-a8p3m {
    padding: 4rem 0;
    background: #fff;
}

.intro-content-layout-b2v9k {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.intro-heading-title-d3k8v {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1a1a2e;
}

.intro-paragraph-text-e9p2m {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.intro-feature-image-g8m3p {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

.mission-vision-section-h5p9m {
    padding: 4rem 0;
    background: #f8f9fa;
}

.mission-cards-grid-i2k7v {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.mission-card-box-j9m4p {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.card-icon-circle-k3v8r {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin: 0 auto 1.5rem;
}

.card-heading-title-l7p2m {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.card-description-text-m4k9v {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
}

.features-showcase-section-n8v3k {
    padding: 4rem 0;
}

.features-grid-layout-o4m9p {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-item-card-p7k2v {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.feature-item-card-p7k2v:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.feature-icon-box-q3v8m {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-title-text-r9p4k {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a2e;
}

.feature-desc-text-s2m7v {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.team-introduction-section-t5v9k {
    padding: 4rem 0;
    background: #f8f9fa;
}

.team-intro-subtitle-u8p3m {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 3rem;
}

.team-members-grid-v2k7p {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.member-card-item-w9m4v {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.member-role-badge-x3v8k {
    display: inline-block;
    background: #667eea;
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.member-name-text-y7p2m {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a2e;
}

.member-desc-text-z4k9v {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.contact-information-section-a9v4p {
    padding: 4rem 0;
}

.contact-content-wrapper-b3k8m {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-item-group-d2m9k {
    margin-bottom: 2rem;
}

.contact-label-text-e8v4p {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a1a2e;
}

.contact-value-text-f3k7m {
    font-size: 1rem;
    color: #666;
}

.message-welcome-text-h4m8k {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.message-description-text-i7p2v {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .menu-list-horizontal-d8p3w {
        flex-direction: column;
        gap: 0.5rem;
    }

    .hero-title-large-m4q7r {
        font-size: 2rem;
    }

    .anime-grid-layout-u2m9w,
    .classic-showcase-grid-g8m3p,
    .community-cards-grid-v9m7k {
        grid-template-columns: 1fr;
    }

    .news-item-card-o7m2v {
        flex-direction: column;
    }

    .news-thumbnail-img-p4q9k {
        width: 100%;
    }

    .series-card-detailed-a9q2p {
        flex-direction: column;
    }

    .card-poster-wrapper-b3v8k {
        width: 100%;
        height: 300px;
    }

    .ranking-item-row-s3v8k {
        flex-direction: column;
        text-align: center;
    }

    .rank-stats-column-d8p3k {
        justify-content: center;
    }

    .news-layout-dual-column-m8v3r {
        grid-template-columns: 1fr;
    }

    .intro-content-layout-b2v9k,
    .contact-content-wrapper-b3k8m {
        grid-template-columns: 1fr;
    }
}