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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
}

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

.site-header-k9m3p7x2h5 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-wrap-w5k9m2p6x8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo-section-l3k8m5p9x4 {
    color: #fff;
}

.site-logo-s6k2m9p4x7 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
}

.site-logo-s6k2m9p4x7 a {
    color: #fff;
    text-decoration: none;
}

.site-tagline-t4k7m3p8x2 {
    font-size: 14px;
    opacity: 0.9;
}

.main-navigation-n8k5m3p7x6 .nav-menu-m2k9m6p5x3 {
    display: flex;
    list-style: none;
    gap: 5px;
}

.menu-item-i7k3m8p4x9 a,
.menu-item-i4k9m2p7x5 a,
.menu-item-i6k3m9p8x2 a,
.menu-item-i9k5m7p3x4 a,
.menu-item-i3k8m4p6x9 a,
.menu-item-i5k2m9p7x8 a,
.menu-item-i8k6m3p5x2 a {
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
    display: block;
}

.menu-item-i7k3m8p4x9 a:hover,
.menu-item-i4k9m2p7x5 a:hover,
.menu-item-i6k3m9p8x2 a:hover,
.menu-item-i9k5m7p3x4 a:hover,
.menu-item-i3k8m4p6x9 a:hover,
.menu-item-i5k2m9p7x8 a:hover,
.menu-item-i8k6m3p5x2 a:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.header-actions-a9k4m7p2x6 {
    display: flex;
    gap: 15px;
}

.btn-search-b3k8m5p9x7,
.btn-login-b6k2m8p4x3,
.btn-register-b4k9m7p3x5 {
    padding: 10px 25px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-register-b4k9m7p3x5 {
    background: #fff;
    color: #667eea;
}

.btn-search-b3k8m5p9x7:hover,
.btn-login-b6k2m8p4x3:hover,
.btn-register-b4k9m7p3x5:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.hero-banner-h7k3m9p5x8 {
    padding: 80px 0;
    background: linear-gradient(to bottom, #667eea, #764ba2);
}

.hero-slider-s2k9m6p4x7 {
    position: relative;
}

.slide-item-i8k5m3p7x9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.slide-content-c5k9m2p8x6 {
    color: #fff;
}

.slide-title-t3k7m9p4x8 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease;
}

.slide-desc-d9k4m7p2x5 {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
    animation: fadeInUp 1s ease;
}

.slide-buttons-b6k3m8p5x9 {
    display: flex;
    gap: 20px;
    animation: fadeInUp 1.2s ease;
}

.btn-primary-p8k5m2p9x4,
.btn-secondary-s4k9m6p3x7 {
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary-p8k5m2p9x4 {
    background: #fff;
    color: #667eea;
}

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

.btn-primary-p8k5m2p9x4:hover,
.btn-secondary-s4k9m6p3x7:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.slide-image-i7k2m9p5x3 {
    animation: fadeInRight 1s ease;
}

.banner-img-b9k4m7p2x6 {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.featured-dramas-f9k5m3p7x2 {
    padding: 80px 0;
    background: #fff;
}

.section-heading-h6k3m9p5x8,
.section-heading-h8k5m2p9x4 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    color: #1a202c;
}

.section-subtitle-s4k8m7p2x9 {
    text-align: center;
    font-size: 18px;
    color: #718096;
    margin-bottom: 60px;
}

.dramas-grid-g7k3m9p5x6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.drama-card-c5k9m2p8x4,
.drama-card-c2k9m7p4x8,
.drama-card-c9k5m3p7x2,
.drama-card-c4k9m7p2x8,
.drama-card-c7k3m9p5x8,
.drama-card-c9k5m2p7x4 {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.drama-card-c5k9m2p8x4:hover,
.drama-card-c2k9m7p4x8:hover,
.drama-card-c9k5m3p7x2:hover,
.drama-card-c4k9m7p2x8:hover,
.drama-card-c7k3m9p5x8:hover,
.drama-card-c9k5m2p7x4:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.card-thumb-t8k5m3p9x7,
.card-thumb-t5k8m3p9x6,
.card-thumb-t4k8m6p3x9,
.card-thumb-t6k3m8p5x9,
.card-thumb-t2k9m7p4x6,
.card-thumb-t3k8m5p7x9 {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.thumb-img-i6k2m9p4x8,
.thumb-img-i9k4m7p2x5,
.thumb-img-i7k2m9p5x8,
.thumb-img-i2k9m7p4x5,
.thumb-img-i5k9m3p8x7,
.thumb-img-i6k2m9p4x8 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.drama-card-c5k9m2p8x4:hover .thumb-img-i6k2m9p4x8,
.drama-card-c2k9m7p4x8:hover .thumb-img-i9k4m7p2x5,
.drama-card-c9k5m3p7x2:hover .thumb-img-i7k2m9p5x8,
.drama-card-c4k9m7p2x8:hover .thumb-img-i2k9m7p4x5,
.drama-card-c7k3m9p5x8:hover .thumb-img-i5k9m3p8x7,
.drama-card-c9k5m2p7x4:hover .thumb-img-i6k2m9p4x8 {
    transform: scale(1.1);
}

.card-overlay-o3k8m5p7x9,
.card-overlay-o6k3m8p5x9,
.card-overlay-o5k9m3p8x4,
.card-overlay-o8k5m3p9x7,
.card-overlay-o4k8m6p3x9,
.card-overlay-o7k3m9p5x2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.drama-card-c5k9m2p8x4:hover .card-overlay-o3k8m5p7x9,
.drama-card-c2k9m7p4x8:hover .card-overlay-o6k3m8p5x9,
.drama-card-c9k5m3p7x2:hover .card-overlay-o5k9m3p8x4,
.drama-card-c4k9m7p2x8:hover .card-overlay-o8k5m3p9x7,
.drama-card-c7k3m9p5x8:hover .card-overlay-o4k8m6p3x9,
.drama-card-c9k5m2p7x4:hover .card-overlay-o7k3m9p5x2 {
    opacity: 1;
}

.play-icon-p9k4m7p2x6,
.play-icon-p4k9m2p7x8,
.play-icon-p3k8m5p7x9,
.play-icon-p5k9m2p7x4,
.play-icon-p6k3m8p5x2,
.play-icon-p4k9m6p3x7 {
    font-size: 60px;
    color: #fff;
}

.episode-badge-e5k9m3p8x2,
.episode-badge-e8k5m3p9x7,
.episode-badge-e6k2m9p4x7,
.episode-badge-e3k8m5p7x9,
.episode-badge-e9k4m7p2x5,
.episode-badge-e5k8m2p9x4 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #667eea;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.card-info-i2k9m7p4x5,
.card-info-i7k3m9p5x2,
.card-info-i8k5m3p9x6,
.card-info-i9k4m7p3x8,
.card-info-i3k8m5p7x9,
.card-info-i2k9m7p4x5 {
    padding: 25px;
}

.drama-title-t7k3m9p5x8,
.drama-title-t3k8m5p7x9,
.drama-title-t9k4m7p2x5,
.drama-title-t4k9m6p3x7,
.drama-title-t7k2m9p4x8,
.drama-title-t9k4m7p3x6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.drama-title-t7k3m9p5x8 a,
.drama-title-t3k8m5p7x9 a,
.drama-title-t9k4m7p2x5 a,
.drama-title-t4k9m6p3x7 a,
.drama-title-t7k2m9p4x8 a,
.drama-title-t9k4m7p3x6 a {
    color: #1a202c;
    text-decoration: none;
}

.drama-meta-m4k8m6p3x9,
.drama-meta-m9k4m7p2x6,
.drama-meta-m3k9m6p4x8,
.drama-meta-m7k3m9p5x2,
.drama-meta-m5k9m2p8x6,
.drama-meta-m8k5m3p9x7 {
    font-size: 13px;
    color: #718096;
    margin-bottom: 10px;
}

.drama-desc-d9k5m2p7x4,
.drama-desc-d5k9m3p8x4,
.drama-desc-d2k9m7p4x5,
.drama-desc-d6k3m8p5x9,
.drama-desc-d8k5m3p9x4,
.drama-desc-d3k9m6p4x8 {
    font-size: 14px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 15px;
}

.drama-tags-t6k3m8p5x9,
.drama-tags-t2k9m7p4x8,
.drama-tags-t7k3m9p5x8,
.drama-tags-t8k5m2p9x4,
.drama-tags-t4k9m7p3x8,
.drama-tags-t5k9m2p8x4 {
    display: flex;
    gap: 8px;
}

.tag-item-t8k5m2p9x7,
.tag-item-t3k9m7p4x6,
.tag-item-t6k3m8p5x9,
.tag-item-t4k9m2p7x5,
.tag-item-t5k9m2p8x4,
.tag-item-t9k4m7p3x6,
.tag-item-t3k9m7p4x6,
.tag-item-t5k2m9p8x3,
.tag-item-t2k9m7p4x5,
.tag-item-t7k3m9p5x8,
.tag-item-t4k9m7p2x6 {
    padding: 5px 12px;
    background: #edf2f7;
    color: #667eea;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.hot-topics-h5k9m3p8x7 {
    padding: 80px 0;
    background: #f7fafc;
}

.topics-layout-l6k3m9p5x8 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.topic-card-c9k5m3p7x6,
.topic-card-c6k3m8p5x9 {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.topic-card-c9k5m3p7x6:hover,
.topic-card-c6k3m8p5x9:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.topic-header-h7k3m9p5x8,
.topic-header-h4k9m7p2x5 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.user-avatar-a5k9m2p8x4,
.user-avatar-a8k5m3p9x7 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-name-n6k2m9p4x8,
.user-name-n9k4m7p3x6 {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
}

.post-time-t9k4m7p3x5,
.post-time-t5k9m2p8x4 {
    font-size: 13px;
    color: #a0aec0;
}

.topic-title-t2k9m7p4x8,
.topic-title-t7k3m9p5x8 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.topic-title-t2k9m7p4x8 a,
.topic-title-t7k3m9p5x8 a {
    color: #1a202c;
    text-decoration: none;
}

.topic-excerpt-e8k5m3p9x7,
.topic-excerpt-e3k8m5p7x9 {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
}

.topic-meta-m4k9m6p3x8,
.topic-meta-m6k3m9p5x2 {
    display: flex;
    gap: 25px;
    font-size: 14px;
    color: #718096;
}

.sidebar-widget-w8k5m2p9x4,
.sidebar-widget-w3k8m5p7x9 {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

.widget-title-t6k3m9p5x8,
.widget-title-t9k4m7p2x6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a202c;
}

.tags-cloud-c4k9m7p2x5 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-link-l7k3m9p5x8,
.tag-link-l9k4m7p3x6,
.tag-link-l3k8m5p7x9,
.tag-link-l5k9m2p8x4,
.tag-link-l2k9m7p4x8,
.tag-link-l8k5m3p9x7 {
    padding: 8px 18px;
    background: #edf2f7;
    color: #667eea;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tag-link-l7k3m9p5x8:hover,
.tag-link-l9k4m7p3x6:hover,
.tag-link-l3k8m5p7x9:hover,
.tag-link-l5k9m2p8x4:hover,
.tag-link-l2k9m7p4x8:hover,
.tag-link-l8k5m3p9x7:hover {
    background: #667eea;
    color: #fff;
    transform: translateY(-2px);
}

.site-footer-f3k8m5p7x9 {
    background: #2d3748;
    color: #cbd5e0;
    padding: 60px 0 30px;
}

.footer-grid-g6k3m9p5x8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-heading-h9k4m7p3x6,
.footer-heading-h4k9m6p3x8,
.footer-heading-h3k8m5p7x9 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.footer-text-t8k5m3p9x7 {
    line-height: 1.8;
    font-size: 14px;
}

.footer-links-l7k3m9p5x2,
.footer-links-l5k9m2p8x4 {
    list-style: none;
}

.footer-links-l7k3m9p5x2 li,
.footer-links-l5k9m2p8x4 li {
    margin-bottom: 12px;
}

.footer-links-l7k3m9p5x2 a,
.footer-links-l5k9m2p8x4 a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links-l7k3m9p5x2 a:hover,
.footer-links-l5k9m2p8x4 a:hover {
    color: #fff;
}

.footer-bottom-b5k9m3p8x7 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #4a5568;
}

.copyright-c2k9m7p4x8 {
    font-size: 14px;
    color: #a0aec0;
}

.back-to-top-b8k5m3p9x6 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #667eea;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(102,126,234,0.4);
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.back-to-top-b8k5m3p9x6.show {
    opacity: 1;
    pointer-events: all;
}

.back-to-top-b8k5m3p9x6:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102,126,234,0.5);
}

.top-arrow-a4k9m7p2x5 {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .header-wrap-w5k9m2p6x8 {
        flex-direction: column;
        gap: 15px;
    }
    
    .nav-menu-m2k9m6p5x3 {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .slide-item-i8k5m3p7x9 {
        grid-template-columns: 1fr;
    }
    
    .dramas-grid-g7k3m9p5x6 {
        grid-template-columns: 1fr;
    }
    
    .topics-layout-l6k3m9p5x8 {
        grid-template-columns: 1fr;
    }
    
    .footer-grid-g6k3m9p5x8 {
        grid-template-columns: 1fr;
    }
}
