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

:root {
    --primary-color: #f97316;
    --primary-dark: #ea580c;
    --secondary-color: #8b5cf6;
    --accent-color: #ec4899;
    --bg-color: #0f172a;
    --bg-gradient-start: #1e1b4b;
    --bg-gradient-mid: #3b0764;
    --bg-gradient-end: #701a75;
    --card-bg: #1e293b;
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --border-color: #334155;
    --success-color: #10b981;
    --danger-color: #ef4444;
    --warning-color: #f59e0b;
    --media-glow: rgba(249, 115, 22, 0.15);
    --social-glow: rgba(139, 92, 246, 0.15);
    --content-glow: rgba(236, 72, 153, 0.1);
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-bg-light: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    --blur-strength: 10px;
    --border-radius-sm: 12px;
    --border-radius-md: 20px;
    --border-radius-lg: 30px;
    --grid-size: 30px;
    --grid-opacity: 0.08;
    --grid-opacity-light: 0.12;
}

/* 日夜主题 - 确保优先级高于网站主题 */
/* 通用日夜主题样式 */
body.light-mode {
    --bg-color: #ffffff !important;
    --bg-gradient-start: #f0f0f0 !important;
    --bg-gradient-mid: #ffffff !important;
    --bg-gradient-end: #f0f0f0 !important;
    --card-bg: #ffffff !important;
    --text-primary: #333333 !important;
    --text-secondary: #666666 !important;
    --border-color: #dddddd !important;
    --media-glow: rgba(0, 0, 0, 0.05) !important;
    --social-glow: rgba(0, 0, 0, 0.05) !important;
    --content-glow: rgba(0, 0, 0, 0.05) !important;
    --glass-bg: rgba(255, 255, 255, 0.3) !important;
    --glass-bg-light: rgba(255, 255, 255, 0.5) !important;
    --glass-border: rgba(0, 0, 0, 0.1) !important;
    --blur-strength: 15px !important;
}

/* 特定主题的日夜主题样式 - 确保覆盖所有情况 */
body.home-page.light-mode,
body.theme-default.light-mode,
body.home-page.theme-default.light-mode,
body.theme-spring.light-mode,
body.home-page.theme-spring.light-mode,
body.theme-summer.light-mode,
body.home-page.theme-summer.light-mode,
body.theme-autumn.light-mode,
body.home-page.theme-autumn.light-mode,
body.theme-winter.light-mode,
body.home-page.theme-winter.light-mode,
body.theme-spring_festival.light-mode,
body.home-page.theme-spring_festival.light-mode,
body.theme-qingming.light-mode,
body.home-page.theme-qingming.light-mode,
body.theme-may_day.light-mode,
body.home-page.theme-may_day.light-mode,
body.theme-national_day.light-mode,
body.home-page.theme-national_day.light-mode,
body.theme-mid_autumn.light-mode,
body.home-page.theme-mid_autumn.light-mode,
body.theme-lidong.light-mode,
body.home-page.theme-lidong.light-mode {
    --bg-color: #ffffff !important;
    --bg-gradient-start: #f0f0f0 !important;
    --bg-gradient-mid: #ffffff !important;
    --bg-gradient-end: #f0f0f0 !important;
    --card-bg: #ffffff !important;
    --text-primary: #333333 !important;
    --text-secondary: #666666 !important;
    --border-color: #dddddd !important;
    --media-glow: rgba(0, 0, 0, 0.05) !important;
    --social-glow: rgba(0, 0, 0, 0.05) !important;
    --content-glow: rgba(0, 0, 0, 0.05) !important;
    --glass-bg: rgba(255, 255, 255, 0.3) !important;
    --glass-bg-light: rgba(255, 255, 255, 0.5) !important;
    --glass-border: rgba(0, 0, 0, 0.1) !important;
    --blur-strength: 15px !important;
}

/* 日夜模式下弹窗样式调整 */
body.light-mode .modal-content {
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3), 0 0 40px rgba(249, 115, 22, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

body.light-mode .close {
    background: rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body.light-mode .close:hover {
    background: rgba(239, 68, 68, 0.1) !important;
    border-color: rgba(239, 68, 68, 0.3) !important;
}

/* 日夜模式下搜索框样式 */
body.light-mode .search-box input {
    background: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

body.light-mode .search-box input:focus {
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 0 40px rgba(249, 115, 22, 0.2), 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

/* 日夜模式下搜索按钮样式 */
body.light-mode .search-btn {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.8), rgba(139, 92, 246, 0.8)) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-color: rgba(249, 115, 22, 0.3) !important;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

body.light-mode .search-btn:hover {
    background: linear-gradient(135deg, rgba(249, 115, 22, 1), rgba(139, 92, 246, 1)) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-color: rgba(249, 115, 22, 0.5) !important;
    box-shadow: 0 6px 25px rgba(249, 115, 22, 0.5), 0 0 20px rgba(249, 115, 22, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

/* 日夜模式下创作者卡片样式 */
body.light-mode .creator-card {
    background: rgba(255, 255, 255, 0.6) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

body.light-mode .creator-card:hover {
    background: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(249, 115, 22, 0.3) !important;
    box-shadow: 0 25px 60px rgba(249, 115, 22, 0.2), 0 0 40px rgba(249, 115, 22, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

/* 日夜模式下平台图标样式 */
body.light-mode .platform-icon {
    background: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

body.light-mode .platform-icon:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(249, 115, 22, 0.3) !important;
}

/* 日夜模式下统计卡片样式 */
body.light-mode .stat-item {
    background: rgba(255, 255, 255, 0.6) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

body.light-mode .stat-item:hover {
    background: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(249, 115, 22, 0.3) !important;
}

/* 日夜模式下分类按钮样式 */
body.light-mode .category-btn {
    background: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body.light-mode .category-btn:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(249, 115, 22, 0.3) !important;
}

/* 日夜模式下分页控件样式 */
body.light-mode .pagination {
    background: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body.light-mode .pagination-link {
    background: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body.light-mode .pagination-link:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(249, 115, 22, 0.3) !important;
}

/* 日夜模式下行动按钮样式 */
body.light-mode .action-btn {
    background: rgba(255, 255, 255, 0.6) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body.light-mode .action-btn:hover {
    background: rgba(249, 115, 22, 0.2) !important;
    border-color: rgba(249, 115, 22, 0.4) !important;
}

/* 日夜模式下平台按钮样式 */
body.light-mode .platform-btn {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4)) !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
}

body.light-mode .platform-btn:hover {
    border-color: rgba(249, 115, 22, 0.4) !important;
}

/* 日夜模式下搜索弹窗样式 */
body.light-mode .search-modal-content {
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body.light-mode .search-modal-header {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.08), rgba(139, 92, 246, 0.08)) !important;
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}

/* 日夜模式下结果项样式 */
body.light-mode .modal-result-item {
    background: rgba(255, 255, 255, 0.6) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body.light-mode .modal-result-item:hover {
    border-color: rgba(249, 115, 22, 0.3) !important;
}

/* 日夜模式下加载页面样式 */
body.light-mode .transformer-loader {
    background: #f0f0f0 !important;
}

body.light-mode .transformer-container {
    background: transparent !important;
    border: none !important;
}

/* 日夜模式下按钮文字颜色确保可读性 */
body.light-mode .navbar-btn,
body.light-mode .theme-toggle,
body.light-mode .language-toggle {
    color: #333333 !important;
}

/* 日夜模式下导航链接文字颜色 */
body.light-mode .nav-link {
    color: #333333 !important;
}

body.light-mode .nav-link:hover {
    background: rgba(249, 115, 22, 0.08) !important;
}

/* 日夜模式下 tooltip 样式 */
body.light-mode .nav-link.nav-icon-only::after {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #333333 !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

body.light-mode .nav-link.nav-icon-only::before {
    border-top-color: rgba(255, 255, 255, 0.95) !important;
}

/* 日夜模式下分类指南部分 */
body.light-mode .categories-section,
body.light-mode .creators-section,
body.light-mode .daily-top-section {
    background: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

/* 日夜模式下创作者元信息 */
body.light-mode .creator-views,
body.light-mode .creator-daily-views {
    background: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

/* 日夜模式下创作者分类标签 */
body.light-mode .creator-category {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(139, 92, 246, 0.15)) !important;
    border-color: rgba(249, 115, 22, 0.3) !important;
}

/* 日夜模式下头像占位符 */
body.light-mode .avatar-placeholder {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

/* 日夜模式下模态框内文字 */
body.light-mode .modal-description,
body.light-mode .modal-views,
body.light-mode .modal-category {
    color: #666666 !important;
}

body.light-mode .modal-body h2 {
    color: #333333 !important;
}

/* 日夜模式下平台名称 */
body.light-mode .platform-name {
    color: #333333 !important;
}

body.light-mode .platform-icon:hover .platform-name {
    color: var(--primary-color) !important;
}

/* 日夜模式下创作者名称 */
body.light-mode .creator-name {
    color: #333333 !important;
}

/* 日夜模式下创作者描述 */
body.light-mode .creator-desc {
    color: #666666 !important;
}

body.light-mode .creator-card:hover .creator-desc {
    color: #333333 !important;
}

/* 顶部固定导航栏样式 */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: rgba(30, 41, 59, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -ms-backdrop-filter: blur(30px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(249, 115, 22, 0.1);
    border-bottom-color: rgba(249, 115, 22, 0.2);
}

.navbar-content {
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.navbar-left {
    display: flex;
    align-items: center;
}

.navbar-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 12px;
}

.navbar-logo:hover {
    background: rgba(249, 115, 22, 0.1);
    transform: translateY(-2px);
}

.navbar-logo .logo-icon {
    font-size: 2rem;
    animation: logoBounce 2s ease-in-out infinite;
}

@keyframes logoBounce {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-5px) rotate(5deg);
    }
}

.navbar-logo .site-name {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

@media (max-width: 768px) {
    .navbar-logo .site-name {
        font-size: 1.2rem;
        max-width: 150px;
    }
}

.navbar-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin: 0 20px;
}

.navbar-nav {
    display: flex;
    list-style: none;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    color: var(--text-primary);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* 仅图标导航样式 */
.nav-link.nav-icon-only {
    padding: 12px;
    min-width: 50px;
    justify-content: center;
}

.nav-link.nav-icon-only .nav-icon {
    font-size: 1.5rem;
}

/* 毛玻璃圆角 tooltip 样式 */
.nav-link.nav-icon-only::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: rgba(30, 41, 59, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--text-primary);
    padding: 8px 14px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.nav-link.nav-icon-only:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

/* 小三角指示器 */
.nav-link.nav-icon-only::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-3px);
    border: 6px solid transparent;
    border-top-color: rgba(30, 41, 59, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}

.nav-link.nav-icon-only:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 3px 3px 0 0;
    transition: width 0.3s ease;
}

/* 图标导航模式下隐藏下划线 */
.nav-link.nav-icon-only::before {
    display: none;
}

.nav-link:hover {
    background: rgba(249, 115, 22, 0.1);
    transform: translateY(-2px);
}

.nav-link:hover::before {
    width: 80%;
}

.nav-link.active {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(139, 92, 246, 0.2));
    border: 1px solid rgba(249, 115, 22, 0.3);
}

.nav-link.active::before {
    width: 80%;
}

.nav-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.nav-link:hover .nav-icon {
    transform: scale(1.1) rotate(5deg);
}

.nav-text {
    position: relative;
    z-index: 1;
}

.navbar-right {
    display: flex;
    align-items: center;
}

.navbar-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.navbar-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    background: var(--card-bg);
    color: var(--text-primary);
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar-btn:hover {
    border-color: var(--primary-color);
    background: rgba(249, 115, 22, 0.1);
    box-shadow: 0 5px 20px rgba(249, 115, 22, 0.3);
    transform: translateY(-2px) scale(1.05);
}

.navbar-btn:active {
    transform: translateY(0) scale(0.95);
}

/* 导航栏占位符 */
.navbar-placeholder {
    height: 70px;
    width: 100%;
    flex-shrink: 0;
}

/* 浅色模式下的导航栏 */
body.light-mode .navbar {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

body.light-mode .navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15), 0 0 20px rgba(249, 115, 22, 0.1);
    border-bottom-color: rgba(249, 115, 22, 0.3);
}

body.light-mode .nav-link:hover {
    background: rgba(249, 115, 22, 0.08);
}

body.light-mode .nav-link.active {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(249, 115, 22, 0.4);
}

/* 页尾日夜模式适配 */
body.light-mode .footer-glass {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.light-mode .links-section .footer-links a {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.08);
}

body.light-mode .links-section .footer-links a:hover {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(139, 92, 246, 0.15));
    border-color: rgba(249, 115, 22, 0.3);
}

body.light-mode .sitemap-section .sitemap-list li {
    border-bottom-color: rgba(0, 0, 0, 0.05);
}

body.light-mode .stats-section .visit-counter {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(139, 92, 246, 0.1));
    border-color: rgba(249, 115, 22, 0.25);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.15);
}

body.light-mode .stats-section .visit-counter:hover {
    box-shadow: 0 15px 40px rgba(249, 115, 22, 0.25);
}

body.light-mode .footer-bottom {
    border-top-color: rgba(0, 0, 0, 0.1);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    background: linear-gradient(135deg, var(--bg-gradient-start) 0%, var(--bg-gradient-mid) 50%, var(--bg-gradient-end) 100%);
    background-size: 400% 400%;
    animation: gradientShift 10s ease infinite;
    color: var(--text-primary);
    min-height: 100vh;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
}

/* 增强版网格背景 */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, var(--grid-opacity)) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, var(--grid-opacity)) 1px, transparent 1px);
    background-size: var(--grid-size) var(--grid-size);
    pointer-events: none;
    z-index: 0;
    animation: gridMove 30s linear infinite;
    opacity: 0.6;
}

body.light-mode::before {
    background-image: 
        linear-gradient(rgba(0, 0, 0, var(--grid-opacity-light)) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, var(--grid-opacity-light)) 1px, transparent 1px);
}

/* 首页动态背景特效 - 夜间主题 */
body.home-page::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(249, 115, 22, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 50% 10%, rgba(236, 72, 153, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(16, 185, 129, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(245, 158, 11, 0.2) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
    animation: backgroundFloat 15s ease-in-out infinite;
}

/* 毛玻璃效果通用类 */
.glass-effect {
    background: var(--glass-bg);
    backdrop-filter: blur(var(--blur-strength));
    -webkit-backdrop-filter: blur(var(--blur-strength));
    -moz-backdrop-filter: blur(var(--blur-strength));
    -ms-backdrop-filter: blur(var(--blur-strength));
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    border-radius: var(--border-radius-md);
}

.glass-effect-strong {
    background: var(--glass-bg-light);
    backdrop-filter: blur(calc(var(--blur-strength) * 1.5));
    -webkit-backdrop-filter: blur(calc(var(--blur-strength) * 1.5));
    -moz-backdrop-filter: blur(calc(var(--blur-strength) * 1.5));
    -ms-backdrop-filter: blur(calc(var(--blur-strength) * 1.5));
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    border-radius: var(--border-radius-lg);
}

/* 悬浮粒子效果 */
.particles-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.particle:hover {
    background: rgba(249, 115, 22, 0.6);
    transform: scale(1.5);
}

body.light-mode .particle {
    background: rgba(0, 0, 0, 0.2);
}

body.light-mode .particle:hover {
    background: rgba(249, 115, 22, 0.5);
}

/* 核心导航入口样式 - 左侧悬浮 */
.core-nav-container {
    position: fixed;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
    pointer-events: auto;
    padding: 15px 10px;
    background: rgba(30, 41, 59, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.core-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.core-nav-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.3), rgba(139, 92, 246, 0.3));
    opacity: 0;
    transition: opacity 0.2s ease;
    border-radius: 12px;
}

.core-nav-btn:hover::before {
    opacity: 1;
}

.core-nav-btn:hover {
    transform: scale(1.08);
    border-color: rgba(249, 115, 22, 0.5);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4), 0 0 20px rgba(249, 115, 22, 0.3);
}

.core-nav-btn:active {
    transform: scale(1.02);
}

.core-nav-icon {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
    transition: all 0.2s ease;
}

.core-nav-btn:hover .core-nav-icon {
    transform: scale(1.1);
}

/* 核心导航入口 tooltip 样式 - 左侧悬浮毛玻璃圆角 */
.core-nav-btn::after {
    content: attr(title);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    background: rgba(30, 41, 59, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(249, 115, 22, 0.2);
    z-index: 10000;
    margin-left: 10px;
}

.core-nav-btn:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(5px);
}

/* 移动端适配 */
@media (max-width: 768px) {
    .core-nav-container {
        top: auto;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 12px;
        padding: 12px 18px;
    }
    
    .core-nav-btn {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }
    
    .core-nav-btn::after {
        left: 50%;
        top: auto;
        bottom: 100%;
        transform: translateX(-50%) translateY(-8px);
        margin-left: 0;
    }
    
    .core-nav-btn:hover::after {
        transform: translateX(-50%) translateY(-5px);
    }
}

@media (max-width: 480px) {
    .core-nav-container {
        gap: 10px;
        padding: 10px 15px;
    }
    
    .core-nav-btn {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}




/* 首页动态背景特效 - 白天主题 */
body.home-page.light-mode::after {
    background: 
        radial-gradient(circle at 20% 20%, rgba(249, 115, 22, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 50% 10%, rgba(236, 72, 153, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(16, 185, 129, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(245, 158, 11, 0.15) 0%, transparent 40%);
}

@keyframes backgroundFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        opacity: 0.8;
    }
    25% {
        transform: translateY(-20px) rotate(2deg) scale(1.05);
        opacity: 1;
    }
    50% {
        transform: translateY(10px) rotate(0deg) scale(1);
        opacity: 0.9;
    }
    75% {
        transform: translateY(-15px) rotate(-2deg) scale(1.05);
        opacity: 1;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: var(--grid-size) var(--grid-size);
    }
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 15% 75%, var(--media-glow) 0%, transparent 50%),
        radial-gradient(circle at 85% 15%, var(--social-glow) 0%, transparent 50%),
        radial-gradient(circle at 35% 35%, var(--content-glow) 0%, transparent 50%),
        radial-gradient(circle at 65% 65%, rgba(16, 185, 129, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(249, 115, 22, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
    animation: mediaFloat 25s ease-in-out infinite;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 1;
}

/* 页头区域样式 */
.header-section {
    text-align: center;
    padding: 30px 20px 40px;
    animation: fadeInDown 0.8s ease;
    position: relative;
}

.search-section {
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease 0.2s both;
}

/* 增强版搜索框样式 */
.search-box {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}

.search-box input {
    width: 100%;
    padding: 20px 70px 20px 30px;
    font-size: 1.1rem;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--text-primary);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.search-box input::placeholder {
    color: var(--text-secondary);
    opacity: 0.7;
}

.search-box input:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 40px rgba(249, 115, 22, 0.3), 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.header-search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.8), rgba(139, 92, 246, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: white;
    flex-shrink: 0;
}

.header-search-btn:hover {
    background: linear-gradient(135deg, rgba(249, 115, 22, 1), rgba(139, 92, 246, 1));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 6px 25px rgba(249, 115, 22, 0.5), 0 0 20px rgba(249, 115, 22, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.header-search-btn:active {
    transform: translateY(-50%) scale(0.95);
}

/* 统计信息样式 - 增强版 */
.stats-section {
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease 0.3s both;
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.stat-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 25px 40px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 180px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.stat-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(249, 115, 22, 0.15), transparent);
    transform: rotate(45deg);
    animation: statShine 4s ease-in-out infinite;
}

.stat-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.05), rgba(139, 92, 246, 0.05));
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 25px;
}

.stat-item:hover::after {
    opacity: 1;
}

.stat-item:hover {
    transform: translateY(-10px) scale(1.03);
    border-color: rgba(249, 115, 22, 0.4);
    box-shadow: 0 20px 50px rgba(249, 115, 22, 0.3), 0 0 40px rgba(249, 115, 22, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

/* 本站已收录样式 - 增强渐变 */
.stat-item:nth-child(1) .stat-number {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #dc2626 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: statPulse 2s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(249, 115, 22, 0.5));
}

.stat-item:nth-child(1) {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.08), rgba(220, 38, 38, 0.05));
}

.stat-item:nth-child(1):hover {
    border-color: rgba(249, 115, 22, 0.6);
    box-shadow: 0 25px 60px rgba(249, 115, 22, 0.4), 0 0 50px rgba(249, 115, 22, 0.3);
}

/* 今日收录样式 - 增强渐变 */
.stat-item:nth-child(2) .stat-number {
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #0d9488 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: statPulse 2s ease-in-out infinite 0.5s;
    filter: drop-shadow(0 0 10px rgba(16, 185, 129, 0.5));
}

.stat-item:nth-child(2) {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(13, 148, 136, 0.05));
}

.stat-item:nth-child(2):hover {
    border-color: rgba(16, 185, 129, 0.6);
    box-shadow: 0 25px 60px rgba(16, 185, 129, 0.4), 0 0 50px rgba(16, 185, 129, 0.3);
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}

.stat-label {
    display: block;
    font-size: 1rem;
    color: var(--text-secondary);
    font-weight: 500;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-item:hover .stat-label {
    color: var(--text-primary);
    transform: translateY(-2px);
}

/* 统计信息动画 */
@keyframes statShine {
    0% {
        transform: translateX(-100%) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateX(100%) rotate(45deg);
        opacity: 0;
    }
}

@keyframes statPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

/* 分页控件样式 */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
    padding: 20px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--glass-shadow);
}

.pagination-link {
    padding: 12px 20px;
    border: 2px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--text-primary);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pagination-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(139, 92, 246, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.pagination-link:hover {
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.pagination-link:hover::before {
    opacity: 1;
}

.pagination-link.active {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-color: transparent;
    color: white;
    box-shadow: 0 6px 25px rgba(249, 115, 22, 0.4), 0 0 20px rgba(249, 115, 22, 0.3);
    transform: translateY(-2px);
}

.pagination-link.active::before {
    opacity: 1;
}

.pagination-ellipsis {
    padding: 12px 18px;
    color: var(--text-secondary);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .header {
        padding: 30px 15px 30px;
    }
    
    .title {
        font-size: 2rem;
    }
    
    .header-actions {
        gap: 15px;
    }
    
    .apply-small-btn {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    .stats-container {
        gap: 20px;
    }
    
    .stat-item {
        padding: 25px 30px;
        min-width: 160px;
        border-radius: 20px;
    }
    
    .stat-number {
        font-size: 2.2rem;
        margin-bottom: 8px;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    /* 搜索框移动端优化 */
    .search-section {
        padding: 0 15px;
    }
    
    .search-box {
        max-width: 100%;
    }
    
    .search-box input {
        padding: 16px 55px 16px 20px;
        font-size: 1rem;
        border-radius: 25px;
    }
    
    .search-btn {
        width: 40px;
        height: 40px;
        right: 6px;
        font-size: 1.1rem;
    }
    
    .pagination {
        gap: 6px;
    }
    
    .pagination-link {
        padding: 8px 14px;
        font-size: 0.85rem;
    }
    
    .pagination-ellipsis {
        padding: 8px 14px;
        font-size: 0.85rem;
    }
    
    /* 弹窗移动端适配 */
    .modal {
        padding: 10px;
    }
    
    .modal-content {
        width: 95%;
        padding: 40px 25px;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .modal-avatar {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px;
    }
    
    .modal-body h2 {
        font-size: 1.8rem;
    }
    
    .modal-description {
        font-size: 1rem;
    }
    
    .modal-platforms {
        gap: 8px;
    }
    
    .modal-platforms a,
    .modal-platform-icon-btn {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .creator-avatar {
        width: 70px;
        height: 70px;
    }
    
    .avatar-placeholder svg {
        width: 35px;
        height: 35px;
    }
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
    .title {
        font-size: 1.6rem;
        gap: 10px;
    }
    
    .logo-icon {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .stats-container {
        gap: 15px;
    }
    
    .stat-item {
        padding: 20px 25px;
        min-width: 140px;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
    
    .search-box input {
        padding: 14px 50px 14px 18px;
        font-size: 0.95rem;
    }
    
    .search-btn {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
    
    /* 弹窗超小屏幕适配 */
    .modal-content {
        width: 98%;
        padding: 30px 20px;
    }
    
    .modal-avatar {
        width: 100px;
        height: 100px;
    }
    
    .modal-body h2 {
        font-size: 1.5rem;
    }
    
    .modal-description {
        font-size: 0.95rem;
    }
    
    /* 页尾超小屏幕适配 */
    .footer-content-compact {
        gap: 12px;
        flex-direction: column;
    }
    
    .xml-sitemap-link {
        font-size: 10px;
    }
    
    .visit-counter-compact {
        padding: 3px 8px;
    }
    
    .visit-number-compact {
        font-size: 12px;
    }
    
    .visit-label-compact {
        font-size: 8px;
    }
}

/* 平板端适配 */
@media (min-width: 769px) and (max-width: 1024px) {
    .floating-actions {
        right: 20px;
    }
    
    .floating-action-btn {
        width: 48px;
        height: 48px;
    }
    
    .modal-content {
        width: 85%;
        max-width: 500px;
    }
    
    .creators-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 20px;
    }
}



.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--card-bg);
    border-radius: 15px;
    margin-top: 10px;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.search-results.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

.search-result-item {
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-result-item:hover {
    background: rgba(99, 102, 241, 0.1);
}

.search-result-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.search-result-item .result-info {
    flex: 1;
}

.search-result-item .result-name {
    font-weight: 600;
    color: var(--text-primary);
}

.search-result-item .result-type {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.platform-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.platform-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px 25px;
    border-radius: var(--border-radius-md);
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    min-width: 100px;
    position: relative;
    overflow: hidden;
    animation: platformSlideIn 0.6s ease forwards;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    box-shadow: var(--glass-shadow);
}

/* 为每个平台图标添加不同的入场延迟 */
.platform-icon:nth-child(1) { animation-delay: 0.5s; }
.platform-icon:nth-child(2) { animation-delay: 0.6s; }
.platform-icon:nth-child(3) { animation-delay: 0.7s; }
.platform-icon:nth-child(4) { animation-delay: 0.8s; }
.platform-icon:nth-child(5) { animation-delay: 0.9s; }
.platform-icon:nth-child(6) { animation-delay: 1s; }
.platform-icon:nth-child(7) { animation-delay: 1.1s; }
.platform-icon:nth-child(8) { animation-delay: 1.2s; }
.platform-icon:nth-child(9) { animation-delay: 1.3s; }
.platform-icon:nth-child(10) { animation-delay: 1.4s; }

.platform-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(249, 115, 22, 0.1), transparent);
    transform: rotate(45deg);
    animation: platformShine 4s ease-in-out infinite;
}

.platform-icon:hover {
    transform: translateY(-12px) scale(1.08);
    box-shadow: 0 20px 50px rgba(249, 115, 22, 0.4), 0 0 30px rgba(249, 115, 22, 0.3);
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.08);
}

.platform-icon:hover .platform-icon-large {
    animation: platformBounce 2s ease-in-out infinite;
}

.platform-icon-large-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.platform-icon:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(249, 115, 22, 0.2);
}

.platform-icon-large {
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.platform-icon-large svg {
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    transition: all 0.3s ease;
}

.platform-icon:hover .platform-icon-large svg {
    transform: scale(1.1) rotate(5deg);
}

.platform-icon-large i {
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.platform-icon:hover .platform-icon-large i {
    transform: scale(1.1) rotate(5deg);
}

.platform-name {
    font-size: 0.9rem;
    color: var(--text-primary);
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.platform-icon:hover .platform-name {
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* 平台图标动画 */
@keyframes platformSlideIn {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes platformShine {
    0% {
        transform: translateX(-100%) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateX(100%) rotate(45deg);
        opacity: 0;
    }
}

@keyframes platformBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes platformPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.03);
        opacity: 0.9;
    }
}

.categories-section {
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease 0.6s both;
    padding: 25px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--glass-shadow);
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.categories {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.category-btn {
    padding: 12px 28px;
    border: 2px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--text-primary);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.category-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(139, 92, 246, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.category-btn:hover {
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.category-btn:hover::before {
    opacity: 1;
}

.category-btn.active {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-color: transparent;
    box-shadow: 0 6px 25px rgba(249, 115, 22, 0.4), 0 0 20px rgba(249, 115, 22, 0.3);
    color: white;
    transform: translateY(-2px);
}

.category-btn.active::before {
    opacity: 1;
}

.daily-top-section {
    animation: fadeInUp 0.8s ease 0.6s both;
    margin-bottom: 50px;
    padding: 30px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(249, 115, 22, 0.3);
    border-radius: var(--border-radius-lg);
    box-shadow: 0 10px 40px rgba(249, 115, 22, 0.2), var(--glass-shadow);
    position: relative;
    overflow: hidden;
}

.daily-top-section::before {
    content: '🔥 今日热门';
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary-color);
    background: rgba(249, 115, 22, 0.15);
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid rgba(249, 115, 22, 0.3);
    z-index: 1;
}

.no-data {
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-top: 30px;
    padding: 40px;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 15px;
    border: 1px solid var(--border-color);
}

.creators-section {
    animation: fadeInUp 0.8s ease 0.8s both;
    padding: 30px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--glass-shadow);
    margin-bottom: 40px;
}

.creators-section:first-of-type {
    margin-top: 40px;
}

.creators-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.daily-top-section .creators-grid {
    gap: 25px;
}

.creator-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeIn 0.5s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.creator-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.1), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.creator-card:hover::before {
    left: 100%;
}

.daily-top-section .creator-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(249, 115, 22, 0.3);
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.daily-top-section .creator-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
    border-radius: 0 4px 4px 0;
    z-index: 1;
}

.creator-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(249, 115, 22, 0.4);
    box-shadow: 0 25px 60px rgba(249, 115, 22, 0.35), 0 0 40px rgba(249, 115, 22, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
}

.daily-top-section .creator-card:hover {
    box-shadow: 0 30px 70px rgba(249, 115, 22, 0.45), 0 0 50px rgba(249, 115, 22, 0.35);
}

.creator-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    display: block;
    background: transparent;
    outline: none;
    padding: 3px;
}

.creator-avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    z-index: -1;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3);
}

.creator-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    margin: 0;
    padding: 0;
}

.creator-avatar:hover img {
    transform: scale(1.2);
}

.modal-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    padding: 4px;
    background: transparent;
}

.modal-avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    z-index: -1;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3);
}

.modal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    margin: 0;
    padding: 0;
}

.creator-avatar:hover {
    transform: scale(1.15) rotate(5deg);
}

.creator-avatar:hover::before {
    box-shadow: 0 15px 35px rgba(249, 115, 22, 0.5), 0 0 25px rgba(139, 92, 246, 0.4);
}

.avatar-placeholder {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    border-radius: 50%;
}

.modal-avatar .avatar-placeholder {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
}

.creator-info {
    text-align: center;
    position: relative;
    z-index: 1;
}

.creator-name {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 10px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(249, 115, 22, 0.2);
    transition: all 0.3s ease;
}

.creator-card:hover .creator-name {
    transform: translateY(-2px);
}

.creator-desc {
    color: var(--text-secondary);
    font-size: 0.85rem;
    margin-bottom: 12px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em;
    transition: all 0.3s ease;
}

.creator-card:hover .creator-desc {
    color: var(--text-primary);
}

.creator-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.creator-category {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(139, 92, 246, 0.2));
    color: var(--primary-color);
    padding: 5px 12px;
    border-radius: 18px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(249, 115, 22, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.creator-card:hover .creator-category {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.3), rgba(139, 92, 246, 0.3));
    border-color: rgba(249, 115, 22, 0.5);
    transform: translateY(-2px);
}

.creator-views,
.creator-daily-views {
    color: var(--text-secondary);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.creator-views {
    color: var(--secondary-color);
    border-color: rgba(139, 92, 246, 0.3);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(139, 92, 246, 0.05));
}

.creator-daily-views {
    color: var(--primary-color);
    border-color: rgba(249, 115, 22, 0.3);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(249, 115, 22, 0.05));
    font-weight: 600;
}

.creator-card:hover .creator-views,
.creator-card:hover .creator-daily-views {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.creator-platforms {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}


.platform-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.platform-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(139, 92, 246, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.platform-btn:hover::before {
    opacity: 1;
}

.platform-btn:hover {
    transform: translateY(-5px) scale(1.12);
    border-color: rgba(249, 115, 22, 0.5);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4), 0 0 20px rgba(249, 115, 22, 0.3);
}

.platform-btn:active {
    transform: translateY(-2px) scale(1.08);
}

.platform-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.platform-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(139, 92, 246, 0.2));
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 700;
    border: 2px solid rgba(249, 115, 22, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.platform-more:hover {
    transform: translateY(-3px) scale(1.1);
    border-color: rgba(249, 115, 22, 0.5);
    box-shadow: 0 5px 15px rgba(249, 115, 22, 0.3);
}

.creator-category {
    background: rgba(99, 102, 241, 0.2);
    color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.creator-views {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.creator-daily-views {
    color: var(--primary-color);
    font-size: 0.9rem;
    margin-left: 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: auto;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal.show {
    display: flex;
    opacity: 1;
}

.modal-content {
    background: rgba(30, 41, 59, 0.95);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 30px;
    padding: 50px 40px;
    max-width: 550px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(249, 115, 22, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: none;
    margin: auto;
    flex-shrink: 0;
}

.modal.show .modal-content {
    transform: scale(1);
    opacity: 1;
}

.close {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 2.2rem;
    cursor: pointer;
    color: var(--text-secondary);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.close:hover {
    color: var(--danger-color);
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.3);
    transform: rotate(90deg) scale(1.1);
}

.modal-body {
    text-align: center;
    max-height: 70vh;
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: rgba(249, 115, 22, 0.3);
    border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(249, 115, 22, 0.5);
}

.modal-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 25px;
    overflow: hidden;
    border: 4px solid transparent;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), var(--accent-color)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    box-shadow: 0 15px 40px rgba(249, 115, 22, 0.4), 0 0 30px rgba(249, 115, 22, 0.3);
    animation: avatarFloat 3s ease-in-out infinite;
    opacity: 0;
    transform: translateY(-20px);
}

.modal.show .modal-avatar {
    opacity: 1;
    transform: translateY(0);
    animation: avatarFloat 3s ease-in-out infinite 0.3s both;
}

@keyframes avatarFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.modal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-avatar:hover img {
    transform: scale(1.1);
}

.modal-body h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    letter-spacing: 0.5px;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.modal.show .modal-body h2 {
    opacity: 1;
    transform: translateY(0);
}

.modal-category {
    display: inline-block;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.25), rgba(139, 92, 246, 0.25));
    color: var(--primary-color);
    padding: 8px 22px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 25px;
    border: 1px solid rgba(249, 115, 22, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(249, 115, 22, 0.2);
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}

.modal.show .modal-category {
    opacity: 1;
    transform: translateY(0);
}

.modal-platforms {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}

.modal.show .modal-platforms {
    opacity: 1;
    transform: translateY(0);
}

.modal-platforms a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--primary-color);
    padding: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-platforms a:hover {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.3), rgba(139, 92, 246, 0.3));
    border-color: rgba(249, 115, 22, 0.5);
    color: white;
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 10px 30px rgba(249, 115, 22, 0.4), 0 0 20px rgba(249, 115, 22, 0.3);
}

.modal-platform-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--primary-color);
    padding: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-platform-icon-btn:hover {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.3), rgba(139, 92, 246, 0.3));
    border-color: rgba(249, 115, 22, 0.5);
    color: white;
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 10px 30px rgba(249, 115, 22, 0.4), 0 0 20px rgba(249, 115, 22, 0.3);
}

.modal-platform-icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.modal-description {
    color: var(--text-secondary);
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 1.05rem;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
}

.modal.show .modal-description {
    opacity: 1;
    transform: translateY(0);
}

.modal-views {
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(249, 115, 22, 0.3);
    display: inline-block;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
}

.modal.show .modal-views {
    opacity: 1;
    transform: translateY(0);
}

.modal-views strong {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-right: 5px;
}

.modal-platform-icon {
    font-size: 5rem;
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}

.modal-platform-link {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.modal-platform-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.4);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

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

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

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes titleAnimation {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(249, 115, 22, 0));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 15px rgba(249, 115, 22, 0.5));
    }
}

@keyframes mediaFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.7;
    }
    25% {
        transform: translateY(-15px) rotate(1deg);
        opacity: 0.9;
    }
    50% {
        transform: translateY(5px) rotate(0deg);
        opacity: 0.8;
    }
    75% {
        transform: translateY(-10px) rotate(-1deg);
        opacity: 0.9;
    }
}

.footer {
    margin-top: 40px;
    padding: 0;
    animation: fadeInUp 0.8s ease;
    position: relative;
}

.footer-glass {
    max-width: 1400px;
    margin: 0 auto;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--glass-shadow);
    padding: 10px 10px;
    max-height: 55px;
    position: relative;
    overflow: hidden;
}

.footer-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--primary-color) 20%, 
        var(--secondary-color) 50%, 
        var(--accent-color) 80%, 
        transparent 100%);
    border-radius: 2px 2px 0 0;
}

.footer-content-compact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 10px;
    flex-wrap: wrap;
}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xml-sitemap-link {
    color: var(--text-secondary);
    font-size: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.xml-sitemap-link:hover {
    color: var(--primary-color);
    border-color: rgba(249, 115, 22, 0.3);
    background: rgba(249, 115, 22, 0.1);
    transform: translateY(-1px);
}

.visit-counter-compact {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(249, 115, 22, 0.25);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.15);
    transition: all 0.3s ease;
}

.visit-counter-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.25);
    border-color: rgba(249, 115, 22, 0.4);
}

.visit-number-compact {
    font-size: 14px;
    font-weight: 900;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #dc2626 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    animation: numberPulse 2s ease-in-out infinite;
}

.visit-label-compact {
    font-size: 10px;
    color: var(--text-secondary);
    font-weight: 500;
    white-space: nowrap;
}

.footer-beian,
.footer-domain {
    font-size: 10px;
    color: var(--text-secondary);
    white-space: nowrap;
}

.beian-link {
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.beian-link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .title {
        font-size: 2rem;
    }
    
    .creators-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }
    
    .platform-icons {
        gap: 8px;
    }
    
    .platform-icon {
        padding: 8px;
        min-width: 50px;
        font-size: 0.7rem;
    }
    
    .footer-glass {
        padding: 10px 8px;
        max-height: 75px;
    }
    
    .footer-content-compact {
        gap: 8px;
        padding: 0 8px;
        flex-direction: column;
    }
    
    .xml-sitemap-link {
        font-size: 9px;
        padding: 3px 6px;
    }
    
    .visit-number-compact {
        font-size: 13px;
    }
    
    .visit-label-compact {
        font-size: 9px;
    }
    
    .footer-beian,
    .footer-domain {
        font-size: 9px;
    }
    
    .platform-icon-large {
        font-size: 0.9rem;
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }
    
    .platform-icon-large svg {
        width: 100%;
        height: 100%;
    }
    
    .platform-icon-large i {
        font-size: 0.9rem;
    }
    
    .platform-icon-small {
        font-size: 0.8rem;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }
    
    .platform-icon-small svg {
        width: 100%;
        height: 100%;
        max-width: 20px;
        max-height: 20px;
    }
    
    .platform-icon-small i {
        font-size: 0.8rem;
    }
    
    .platform-name {
        font-size: 0.8rem;
    }
    
    /* 导航栏响应式调整 */
    .navbar-content {
        padding: 0 15px;
    }
    
    .navbar-logo .site-name {
        font-size: 1.2rem;
    }
    
    .navbar-logo .logo-icon {
        font-size: 1.5rem;
    }
    
    .navbar-center {
        display: none;
    }
    
    .navbar-right {
        margin-left: auto;
    }
    
    .navbar-btn {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
}

.category-guide-link {
    margin-top: 10px;
    text-align: right;
}

.category-guide-link a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.category-guide-link a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* 分类指南页面样式 */
.category-guide-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    animation: fadeInUp 0.8s ease;
}

.guide-card {
    background: var(--card-bg);
    border-radius: 25px;
    padding: 40px;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.guide-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.guide-intro {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.category-section {
    margin-bottom: 60px;
}

.category-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-primary);
    border-left: 5px solid var(--primary-color);
    padding-left: 20px;
}

.category-description {
    font-size: 1rem;
    color: var(--text-secondary);
    margin-bottom: 30px;
    line-height: 1.6;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.category-card {
    background: rgba(30, 41, 59, 0.5);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.category-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color);
    box-shadow: 0 15px 35px rgba(99, 102, 241, 0.3);
}

.category-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.category-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.category-icon {
    font-size: 2rem;
    line-height: 1;
}

.category-card-content {
    color: var(--text-secondary);
    line-height: 1.6;
}

.category-card-content p {
    margin: 0;
}

.guide-footer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.btn-apply-now,
.btn-back-home {
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-apply-now {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    box-shadow: 0 5px 20px rgba(99, 102, 241, 0.4);
}

.btn-apply-now:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.5);
}

.btn-back-home {
    background: var(--card-bg);
    color: var(--text-primary);
    border: 1px solid var(--border-color);
}

.btn-back-home:hover {
    transform: translateY(-3px);
    border-color: var(--primary-color);
    box-shadow: 0 5px 20px rgba(99, 102, 241, 0.3);
}

/* 搜索功能样式 */
.search-container {
    position: relative;
    max-width: 600px;
    margin: 30px auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

/* 确保按钮大小一致 */
.search-btn,
.clear-btn {
    flex-shrink: 0;
}

.search-input {
    flex: 1;
    padding: 15px 20px;
    font-size: 1rem;
    border: 2px solid var(--border-color);
    border-radius: 25px;
    background: var(--card-bg);
    color: var(--text-primary);
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.3);
}

.search-btn,
.clear-btn {
    padding: 15px 25px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
    text-align: center;
}

.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-color));
}

.clear-btn {
    background: var(--card-bg);
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}

.clear-btn:hover {
    border-color: var(--primary-color);
    background: rgba(99, 102, 241, 0.1);
}

/* 遮罩层样式 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.overlay.show {
    display: block;
    opacity: 1;
}

/* 搜索弹窗样式 */
.search-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleIn 0.3s ease;
}

.search-modal-content {
    background: var(--card-bg);
    border-radius: 25px;
    border: 1px solid var(--border-color);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.search-modal-header {
    padding: 25px 30px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(139, 92, 246, 0.1));
}

.search-modal-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: var(--text-primary);
}

.close-modal-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.close-modal-btn:hover {
    color: var(--danger-color);
    background: rgba(239, 68, 68, 0.1);
}

.search-modal-body {
    padding: 30px;
    flex: 1;
    overflow-y: auto;
}

.search-modal-footer {
    padding: 20px 30px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-end;
}

.clear-modal-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--card-bg);
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}

.clear-modal-btn:hover {
    border-color: var(--primary-color);
    background: rgba(99, 102, 241, 0.1);
}

.modal-result-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    margin-bottom: 15px;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 15px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.modal-result-item:hover {
    transform: translateY(-3px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3);
}

.modal-result-icon {
    font-size: 2rem;
    line-height: 1;
    min-width: 40px;
}

.modal-result-content {
    flex: 1;
}

.modal-result-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-primary);
}

.modal-result-content p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

mark {
    background: linear-gradient(120deg, rgba(249, 115, 22, 0.3), rgba(139, 92, 246, 0.3));
    color: var(--text-primary);
    padding: 2px 4px;
    border-radius: 4px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .category-guide-section {
        padding: 20px 15px;
    }

    .guide-card {
        padding: 25px;
    }

    .guide-title {
        font-size: 1.8rem;
    }

    .guide-intro {
        font-size: 1rem;
    }

    .category-title {
        font-size: 1.4rem;
    }

    .category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .category-card {
        padding: 20px;
    }

    .category-card-title {
        font-size: 1.1rem;
    }

    .category-icon {
        font-size: 1.8rem;
    }

    .guide-footer {
        flex-direction: column;
        align-items: center;
    }

    .btn-apply-now,
    .btn-back-home {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .search-container {
        flex-direction: column;
        padding: 0 15px;
    }

    .search-btn,
    .clear-btn {
        width: 100%;
    }

    .search-results {
        margin: 20px 15px;
        padding: 20px;
    }

    .search-result-item {
        flex-direction: column;
        text-align: center;
    }

    .result-icon {
        margin: 0 auto;
    }
    
    /* 移动端弹窗调整 */
    .search-modal {
        width: 95%;
        max-height: 90vh;
    }
    
    .search-modal-content {
        border-radius: 15px;
    }
    
    .search-modal-header {
        padding: 20px 25px;
    }
    
    .search-modal-body {
        padding: 20px;
    }
    
    .search-modal-footer {
        padding: 15px 20px;
    }
    
    .modal-result-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .modal-result-icon {
        margin: 0 auto;
    }
}

/* 主题样式 */

/* 默认主题 */
body.theme-default {
    --primary-color: #f97316;
    --primary-dark: #ea580c;
    --secondary-color: #8b5cf6;
    --accent-color: #ec4899;
    --bg-color: #0f172a;
    --bg-gradient-start: #1e1b4b;
    --bg-gradient-mid: #3b0764;
    --bg-gradient-end: #701a75;
    --card-bg: #1e293b;
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --border-color: #334155;
    --success-color: #10b981;
    --danger-color: #ef4444;
    --warning-color: #f59e0b;
    --media-glow: rgba(249, 115, 22, 0.15);
    --social-glow: rgba(139, 92, 246, 0.15);
    --content-glow: rgba(236, 72, 153, 0.1);
}

/* 春季主题 - 修改为默认深色，light-mode为浅色 */
body.theme-spring {
    --primary-color: #4caf50;
    --primary-dark: #388e3c;
    --secondary-color: #8bc34a;
    --accent-color: #cddc39;
    --bg-color: #1a2e1a;
    --bg-gradient-start: #1e3a1e;
    --bg-gradient-mid: #2a422a;
    --bg-gradient-end: #1a2e1a;
    --card-bg: #2a422a;
    --text-primary: #8bc34a;
    --text-secondary: #4caf50;
    --border-color: #388e3c;
    --success-color: #4caf50;
    --danger-color: #f44336;
    --warning-color: #ff9800;
    --media-glow: rgba(76, 175, 80, 0.15);
    --social-glow: rgba(139, 195, 74, 0.15);
    --content-glow: rgba(205, 220, 57, 0.1);
}

/* 夏季主题 - 修改为默认深色，light-mode为浅色 */
body.theme-summer {
    --primary-color: #2196f3;
    --primary-dark: #1976d2;
    --secondary-color: #03a9f4;
    --accent-color: #ff9800;
    --bg-color: #1a2332;
    --bg-gradient-start: #1e2a3f;
    --bg-gradient-mid: #2a374c;
    --bg-gradient-end: #1a2332;
    --card-bg: #2a374c;
    --text-primary: #64b5f6;
    --text-secondary: #2196f3;
    --border-color: #1976d2;
    --success-color: #4caf50;
    --danger-color: #f44336;
    --warning-color: #ff9800;
    --media-glow: rgba(33, 150, 243, 0.15);
    --social-glow: rgba(3, 169, 244, 0.15);
    --content-glow: rgba(255, 152, 0, 0.1);
}

/* 秋季主题 */
body.theme-autumn {
    --primary-color: #ff6b35;
    --primary-dark: #e65100;
    --secondary-color: #f7931e;
    --accent-color: #d84315;
    --bg-color: #2d1b00;
    --bg-gradient-start: #4a2c00;
    --bg-gradient-mid: #6d4c41;
    --bg-gradient-end: #3e2723;
    --card-bg: #4a2c00;
    --text-primary: #ffcc80;
    --text-secondary: #ffab91;
    --border-color: #8d6e63;
    --success-color: #4caf50;
    --danger-color: #f44336;
    --warning-color: #ffeb3b;
    --media-glow: rgba(255, 107, 53, 0.15);
    --social-glow: rgba(247, 147, 30, 0.15);
    --content-glow: rgba(216, 67, 21, 0.1);
}

/* 冬季主题 */
body.theme-winter {
    --primary-color: #64ffda;
    --primary-dark: #4fd1c5;
    --secondary-color: #8892b0;
    --accent-color: #a8b2d1;
    --bg-color: #0a192f;
    --bg-gradient-start: #172a45;
    --bg-gradient-mid: #233554;
    --bg-gradient-end: #0f172a;
    --card-bg: #172a45;
    --text-primary: #ccd6f6;
    --text-secondary: #8892b0;
    --border-color: #233554;
    --success-color: #64ffda;
    --danger-color: #ff5252;
    --warning-color: #ffd740;
    --media-glow: rgba(100, 255, 218, 0.15);
    --social-glow: rgba(136, 146, 176, 0.15);
    --content-glow: rgba(168, 178, 209, 0.1);
}

/* 春节主题 */
body.theme-spring_festival {
    --primary-color: #e53935;
    --primary-dark: #b71c1c;
    --secondary-color: #ffd700;
    --accent-color: #ffeb3b;
    --bg-color: #2d1b00;
    --bg-gradient-start: #3d2300;
    --bg-gradient-mid: #4a2c00;
    --bg-gradient-end: #3d2300;
    --card-bg: #1a1a2e;
    --text-primary: #ffffff;
    --text-secondary: #e0e0e0;
    --border-color: #ffd700;
    --success-color: #4caf50;
    --danger-color: #e53935;
    --warning-color: #ffeb3b;
    --media-glow: rgba(255, 0, 0, 0.1);
    --social-glow: rgba(255, 215, 0, 0.1);
    --content-glow: rgba(255, 255, 0, 0.08);
}

/* 清明主题 - 修改为默认深色，light-mode为浅色 */
body.theme-qingming {
    --primary-color: #9c27b0;
    --primary-dark: #6a0080;
    --secondary-color: #ba68c8;
    --accent-color: #ce93d8;
    --bg-color: #1a1a2e;
    --bg-gradient-start: #16213e;
    --bg-gradient-mid: #0f3460;
    --bg-gradient-end: #1a1a2e;
    --card-bg: #16213e;
    --text-primary: #ba68c8;
    --text-secondary: #ce93d8;
    --border-color: #6a0080;
    --success-color: #4caf50;
    --danger-color: #f44336;
    --warning-color: #ff9800;
    --media-glow: rgba(156, 39, 176, 0.15);
    --social-glow: rgba(186, 104, 200, 0.15);
    --content-glow: rgba(206, 147, 216, 0.1);
}

/* 五一主题 - 修改为默认深色，light-mode为浅色 */
body.theme-may_day {
    --primary-color: #2196f3;
    --primary-dark: #1565c0;
    --secondary-color: #64b5f6;
    --accent-color: #90caf9;
    --bg-color: #1a2332;
    --bg-gradient-start: #1e2a3f;
    --bg-gradient-mid: #2a374c;
    --bg-gradient-end: #1a2332;
    --card-bg: #2a374c;
    --text-primary: #64b5f6;
    --text-secondary: #90caf9;
    --border-color: #1565c0;
    --success-color: #4caf50;
    --danger-color: #f44336;
    --warning-color: #ff9800;
    --media-glow: rgba(33, 150, 243, 0.15);
    --social-glow: rgba(100, 181, 246, 0.15);
    --content-glow: rgba(144, 202, 249, 0.1);
}

/* 国庆主题 - 修改为默认深色，light-mode为浅色 */
body.theme-national_day {
    --primary-color: #dc143c;
    --primary-dark: #8b0000;
    --secondary-color: #006400;
    --accent-color: #ff8c00;
    --bg-color: #2d0000;
    --bg-gradient-start: #3a0000;
    --bg-gradient-mid: #4a0000;
    --bg-gradient-end: #2d0000;
    --card-bg: #4a0000;
    --text-primary: #ff6b6b;
    --text-secondary: #dc143c;
    --border-color: #8b0000;
    --success-color: #228b22;
    --danger-color: #dc143c;
    --warning-color: #ff8c00;
    --media-glow: rgba(220, 20, 60, 0.15);
    --social-glow: rgba(0, 100, 0, 0.15);
    --content-glow: rgba(255, 140, 0, 0.1);
}

/* 中秋主题 - 修改为默认深色，light-mode为浅色 */
body.theme-mid_autumn {
    --primary-color: #ff9800;
    --primary-dark: #f57c00;
    --secondary-color: #ffb74d;
    --accent-color: #ffcc80;
    --bg-color: #2d1b00;
    --bg-gradient-start: #4a2c00;
    --bg-gradient-mid: #6d4c41;
    --bg-gradient-end: #3e2723;
    --card-bg: #4a2c00;
    --text-primary: #ffcc80;
    --text-secondary: #ffb74d;
    --border-color: #8d6e63;
    --success-color: #4caf50;
    --danger-color: #f44336;
    --warning-color: #ffeb3b;
    --media-glow: rgba(255, 152, 0, 0.15);
    --social-glow: rgba(255, 183, 77, 0.15);
    --content-glow: rgba(255, 204, 128, 0.1);
}

/* 立冬主题 - 修改为默认深色，light-mode为浅色 */
body.theme-lidong {
    --primary-color: #1976d2;
    --primary-dark: #0d47a1;
    --secondary-color: #42a5f5;
    --accent-color: #64b5f6;
    --bg-color: #0a192f;
    --bg-gradient-start: #172a45;
    --bg-gradient-mid: #233554;
    --bg-gradient-end: #0f172a;
    --card-bg: #172a45;
    --text-primary: #64b5f6;
    --text-secondary: #42a5f5;
    --border-color: #233554;
    --success-color: #4caf50;
    --danger-color: #f44336;
    --warning-color: #ff9800;
    --media-glow: rgba(25, 118, 210, 0.15);
    --social-glow: rgba(66, 165, 245, 0.15);
    --content-glow: rgba(100, 181, 246, 0.1);
}

/* 太极八卦阴阳鱼加载页面样式 */
.transformer-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: opacity 1s ease, visibility 1s ease;
}

.transformer-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.transformer-container {
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.taiji-container {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
}

/* 太极阴阳鱼主体 */
.taiji-symbol {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff 50%, #000 50%);
    animation: taijiRotate 8s linear infinite;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(249, 115, 22, 0.5);
}

.taiji-symbol::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #fff;
    border: 25px solid #000;
    box-sizing: border-box;
}

.taiji-symbol::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #000;
    border: 25px solid #fff;
    box-sizing: border-box;
}

/* 阴阳鱼眼 */
.taiji-eye {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.yang-eye {
    top: 25%;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.yin-eye {
    bottom: 25%;
    background: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* 八卦符号外圈 */
.bagua-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    pointer-events: none;
}

.bagua-circle {
    position: relative;
    width: 100%;
    height: 100%;
    animation: baguaRotate 8s linear infinite reverse;
}

.bagua-line {
    position: absolute;
    font-size: 28px;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(249, 115, 22, 0.8);
    transform-origin: center center;
}

.bagua-line.line1 { top: 0; left: 50%; transform: translate(-50%, -50%) rotate(0deg); }
.bagua-line.line2 { top: 25%; right: 0; transform: translate(50%, -50%) rotate(45deg); }
.bagua-line.line3 { right: 0; bottom: 25%; transform: translate(50%, 50%) rotate(90deg); }
.bagua-line.line4 { right: 25%; bottom: 0; transform: translate(50%, 50%) rotate(135deg); }
.bagua-line.line5 { left: 25%; bottom: 0; transform: translate(-50%, 50%) rotate(-135deg); }
.bagua-line.line6 { left: 0; bottom: 25%; transform: translate(-50%, 50%) rotate(-90deg); }
.bagua-line.line7 { left: 0; top: 25%; transform: translate(-50%, -50%) rotate(-45deg); }
.bagua-line.line8 { top: 0; left: 50%; transform: translate(-50%, -50%) rotate(180deg); }

/* 呼吸式缩放动画 */
.taiji-container {
    animation: taijiBreath 2s ease-in-out infinite;
}

@keyframes taijiRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes baguaRotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes taijiBreath {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.transformer-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 20px;
    animation: textPulse 1.5s ease-in-out infinite;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.transformer-progress {
    width: 100%;
    height: 10px;
    background: var(--border-color);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}

.transformer-progress-bar {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 5px;
    animation: progressFill 3s ease-in-out forwards;
}

/* 八卦旋转动画 - 已废弃，保留以防兼容性问题 */
@keyframes baguaRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 文字脉冲动画 */
@keyframes textPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

/* 进度条填充动画 */
@keyframes progressFill {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .transformer-container {
        padding: 30px 20px;
        margin: 0 20px;
    }
    
    .taiji-container {
        width: 150px;
        height: 150px;
    }
    
    .bagua-wrapper {
        width: 220px;
        height: 220px;
    }
    
    .bagua-line {
        font-size: 22px;
    }
    
    .taiji-eye {
        width: 22px;
        height: 22px;
    }
    
    .transformer-text {
        font-size: 0.9rem;
        max-width: 80%;
    }
}

.table-platform-icon-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.platform-icon-small-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
