/* 全新设计 - 赛博朋克深空主题 */
@charset "UTF-8";

/* Google Fonts - 独特字体选择 */
@import url('https://fonts.popup_1be4.glass-e9b1/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&family=Exo+2:wght@300;400;500;600;700&display=swap');

/* CSS变量 - 全新配色方案 */
:root {
    /* 主色调 - 深空蓝紫 */
    --color-bg-primary: #0a0a1a;
    --color-bg-secondary: #12122a;
    --color-bg-tertiary: #1a1a3a;
    
    /* 强调色 - 霓虹效果 */
    --color-accent-cyan: #00f5ff;
    --color-accent-magenta: #ff00ff;
    --color-accent-gold: #ffd700;
    --color-accent-lime: #00ff88;
    --color-accent-orange: #ff6b35;
    
    /* 渐变 */
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-secondary: linear-gradient(135deg, #00f5ff 0%, #00ff88 100%);
    --gradient-gold: linear-gradient(135deg, #ffd700 0%, #ff6b35 100%);
    --gradient-dark: linear-gradient(180deg, #0a0a1a 0%, #1a1a3a 100%);
    --gradient-card: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    
    /* 文字颜色 */
    --color-text-primary: #ffffff;
    --color-text-secondary: #b8c5d6;
    --color-text-muted: #6b7c93;
    
    /* 边框和阴影 */
    --border-glow: 1px solid rgba(0, 245, 255, 0.3);
    --shadow-neon: 0 0 20px rgba(0, 245, 255, 0.3), 0 0 40px rgba(0, 245, 255, 0.1);
    --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.4);
    
    /* 字体 */
    --font-display: 'Orbitron', sans-serif;
    --font-heading: 'Rajdhani', sans-serif;
    --font-body: 'Exo 2', sans-serif;
    
    /* 尺寸 */
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
}

/* 基础重置 */
*, ::after, ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--gradient-dark);
    background-attachment: fixed;
    color: var(--color-text-primary);
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

/* 动态背景效果 */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 20% 20%, rgba(102, 126, 234, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(118, 75, 162, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(0, 245, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* 网格线背景 */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 245, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 245, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: -1;
}

/* 容器 */
.tooltip-233a {
    width: 100%;
    max-width: 1280px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

@media (min-width: 576px) { .tooltip-233a { max-width: 540px; } }
@media (min-width: 768px) { .tooltip-233a { max-width: 720px; } }
@media (min-width: 992px) { .tooltip-233a { max-width: 960px; } }
@media (min-width: 1200px) { .tooltip-233a { max-width: 1140px; } }
@media (min-width: 1400px) { .tooltip-233a { max-width: 1280px; } }

/* 网格系统 */
.left-fe82 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}

.left-fe82 > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 0.75rem;
}

.status_e5b3 { flex: 0 0 100%; width: 100%; }
.logo-upper-7455 { flex: 0 0 50%; width: 50%; }
.pink-9875 { flex: 0 0 100%; width: 100%; }
.hidden_81ee { flex: 0 0 100%; width: 100%; }
.dropdown_old_e724 { flex: 0 0 100%; width: 100%; }

@media (min-width: 768px) {
    .pink-9875 { flex: 0 0 25%; width: 25%; }
    .hidden_81ee { flex: 0 0 33.333%; width: 33.333%; }
    .dropdown_old_e724 { flex: 0 0 50%; width: 50%; }
}

@media (min-width: 992px) {
    .content-d286 { flex: 0 0 33.333%; width: 33.333%; }
    .gallery_377f { flex: 0 0 50%; width: 50%; }
}

/* 间距工具类 */
.progress-fast-ddda { gap: 1rem; }
.border_5949 { gap: 1.5rem; }
.paragraph-2683 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.blue_f509 { padding-top: 1rem; padding-bottom: 1rem; }
.old_a320 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.tertiary_over_1830 { padding-top: 3rem; padding-bottom: 3rem; }
.info_iron_5e5e { margin-bottom: 1.5rem; }
.action-fd8b { margin-top: 1.5rem; }
.iron_e9d8 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.footer-fast-99e6 { margin-right: 0.5rem; }
.block-focused-322f { margin-right: 1rem; }

/* 文字工具类 */
.media_full_4459 { text-align: center; }
.row-9e99 { color: var(--color-text-primary); }
.dark_df14 { text-decoration: none; }

/* Flex工具类 */
.status-bbcf { display: flex; }
.old_0a70 { justify-content: space-between; }
.slider_old_f377 { justify-content: center; }
.message_44b8 { align-items: center; }

/* 背景工具类 */
.layout-d700 {
    background: var(--gradient-primary);
}

/* 图片 */
.texture-6ba3 {
    max-width: 100%;
    height: auto;
    display: block;
}

.middle_07d2 {
    border-radius: var(--radius-xl);
}

/* 标题样式 */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--color-text-primary);
}

h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    letter-spacing: 1px;
}

h3 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}

h4 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}

p {
    margin-bottom: 1rem;
    color: var(--color-text-secondary);
}

a {
    color: var(--color-accent-cyan);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--color-accent-magenta);
    text-shadow: 0 0 10px currentColor;
}

/* 按钮系统 */
.lower_4f63 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.lower_4f63::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.lower_4f63:hover::before {
    left: 100%;
}

.pro_9caf {
    background: var(--gradient-gold);
    color: #0a0a1a;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
}

.pro_9caf:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.6);
    color: #0a0a1a;
}

.filter_next_5b2f {
    background: var(--gradient-secondary);
    color: #0a0a1a;
    box-shadow: 0 4px 20px rgba(0, 255, 136, 0.4);
}

.filter_next_5b2f:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 255, 136, 0.6);
    color: #0a0a1a;
}

.gold-eaf9 {
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
}

/* 圆角工具 */
.highlight-beaa {
    border-radius: var(--radius-sm);
}

/* ==================== */
/* 头部导航 */
/* ==================== */
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
    background: rgba(10, 10, 26, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 245, 255, 0.1);
}

header .tooltip-233a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header img {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 10px rgba(0, 245, 255, 0.5));
    transition: all 0.3s ease;
}

header img:hover {
    filter: drop-shadow(0 0 20px rgba(0, 245, 255, 0.8));
    transform: scale(1.05);
}

header .status-bbcf {
    gap: 1rem;
}

/* ==================== */
/* 导航菜单 */
/* ==================== */
.title_c098 {
    background: linear-gradient(180deg, rgba(18, 18, 42, 0.95) 0%, rgba(10, 10, 26, 0.95) 100%);
    backdrop-filter: blur(20px);
    padding: 0;
    border-bottom: 1px solid rgba(0, 245, 255, 0.1);
    position: relative;
    z-index: 999;
}

.title_c098 .tooltip-233a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.title_c098 .overlay-6c0a {
    position: relative;
}

.title_c098 .secondary-1d78 {
    display: block;
    padding: 1rem 1.5rem;
    color: var(--color-text-secondary);
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.title_c098 .secondary-1d78::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-secondary);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.title_c098 .secondary-1d78:hover {
    color: var(--color-accent-cyan);
    text-shadow: 0 0 10px rgba(0, 245, 255, 0.5);
}

.title_c098 .secondary-1d78:hover::after {
    width: 80%;
}

/* 下拉箭头 */
.title_c098 .secondary-1d78.gradient-light-09ec::before {
    content: '▾';
    margin-left: 0.5rem;
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

/* 下拉菜单 */
.title_c098 .texture-4b0b {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 220px;
    background: linear-gradient(180deg, rgba(18, 18, 42, 0.98) 0%, rgba(10, 10, 26, 0.98) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 245, 255, 0.2);
    border-radius: var(--radius-md);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 245, 255, 0.1);
}

.title_c098 .overlay-6c0a:hover .texture-4b0b {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.title_c098 .icon_south_6e0d {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.title_c098 .icon_south_6e0d:hover {
    color: var(--color-accent-cyan);
    background: rgba(0, 245, 255, 0.1);
    border-left-color: var(--color-accent-cyan);
    padding-left: 2rem;
}

/* 移动端菜单 */
.caption_2e66 {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem;
}

.caption_2e66 span {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--color-accent-cyan);
    letter-spacing: 2px;
}

.pro-4e64 {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: transparent;
    border: 1px solid rgba(0, 245, 255, 0.3);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.3s ease;
}

.pro-4e64:hover {
    border-color: var(--color-accent-cyan);
    box-shadow: 0 0 15px rgba(0, 245, 255, 0.3);
}

.pro-4e64 span {
    width: 24px;
    height: 2px;
    background: var(--color-accent-cyan);
    transition: all 0.3s ease;
}

.pro-4e64.fn-active-51d0 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.pro-4e64.fn-active-51d0 span:nth-child(2) {
    opacity: 0;
}

.pro-4e64.fn-active-51d0 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.article_liquid_efeb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .caption_2e66 {
        display: flex;
    }
    
    .pro-4e64 {
        display: flex;
    }
    
    .article_liquid_efeb {
        display: none;
        width: 100%;
        flex-direction: column;
        background: linear-gradient(180deg, rgba(18, 18, 42, 0.98) 0%, rgba(10, 10, 26, 0.98) 100%);
        border-top: 1px solid rgba(0, 245, 255, 0.2);
        max-height: 80vh;
        overflow-y: auto;
    }
    
    .article_liquid_efeb.fn-show-51d0 {
        display: flex;
        animation: slideDown 0.3s ease-out;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .title_c098 .overlay-6c0a {
        width: 100%;
        border-bottom: 1px solid rgba(0, 245, 255, 0.08);
    }
    
    .title_c098 .secondary-1d78 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        color: var(--color-text-primary);
        background: transparent;
    }
    
    .title_c098 .secondary-1d78::after {
        display: none;
    }
    
    .title_c098 .secondary-1d78.gradient-light-09ec::before {
        content: '▼';
        font-size: 0.7rem;
        color: var(--color-accent-cyan);
        transition: transform 0.3s ease;
        order: 2;
        margin-left: auto;
    }
    
    .title_c098 .overlay-6c0a.fn-active-51d0 .secondary-1d78.gradient-light-09ec::before {
        transform: rotate(180deg);
    }
    
    .title_c098 .secondary-1d78:hover {
        background: rgba(0, 245, 255, 0.1);
        transform: none;
    }
    
    /* 移动端下拉菜单 - 增强可见性 */
    .title_c098 .texture-4b0b {
        position: static;
        transform: none;
        width: 100%;
        min-width: 100%;
        opacity: 1;
        visibility: visible;
        display: none;
        border: none;
        border-radius: 0;
        background: linear-gradient(180deg, rgba(0, 100, 120, 0.95) 0%, rgba(0, 60, 80, 0.95) 100%);
        box-shadow: inset 0 2px 15px rgba(0, 0, 0, 0.5), 0 4px 20px rgba(0, 0, 0, 0.3);
        padding: 0.75rem 0;
        border-top: 2px solid var(--color-accent-cyan);
        border-bottom: 2px solid var(--color-accent-cyan);
        border-left: 4px solid var(--color-accent-lime);
        margin-left: 0;
    }
    
    .title_c098 .overlay-6c0a.fn-active-51d0 .texture-4b0b {
        display: block;
        animation: slideInDropdown 0.3s ease-out;
    }
    
    @keyframes slideInDropdown {
        from { 
            opacity: 0; 
            transform: translateY(-10px);
            max-height: 0;
        }
        to { 
            opacity: 1; 
            transform: translateY(0);
            max-height: 500px;
        }
    }
    
    /* 移动端下拉项样式 - 更明显 */
    .title_c098 .icon_south_6e0d {
        display: flex;
        align-items: center;
        padding: 1rem 1.5rem 1rem 2.5rem;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none;
        border-left: 4px solid var(--color-accent-cyan);
        transition: all 0.2s ease;
        position: relative;
        background: rgba(0, 0, 0, 0.2);
        margin: 0.25rem 0.5rem;
        border-radius: 8px;
    }
    
    .title_c098 .icon_south_6e0d::before {
        content: '→';
        position: absolute;
        left: 0.75rem;
        color: var(--color-accent-lime);
        font-size: 1rem;
        font-weight: bold;
    }
    
    .title_c098 .icon_south_6e0d:hover,
    .title_c098 .icon_south_6e0d:active {
        background: rgba(0, 245, 255, 0.3);
        color: #ffffff;
        border-left-color: var(--color-accent-lime);
        transform: translateX(5px);
        box-shadow: 0 2px 10px rgba(0, 245, 255, 0.3);
    }
    
    .title_c098 .icon_south_6e0d:hover::before,
    .title_c098 .icon_south_6e0d:active::before {
        color: #ffffff;
        transform: translateX(3px);
    }
    
    /* 下拉项分隔 - 更明显的间距 */
    .title_c098 .icon_south_6e0d:not(:last-child) {
        margin-bottom: 0.25rem;
    }
}

/* ==================== */
/* 英雄区域 */
/* ==================== */
.primary_tall_10cd {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.primary_tall_10cd::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.3) 0%, transparent 70%);
    animation: pulse-glow 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulse-glow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

.primary_tall_10cd h1 {
    background: linear-gradient(135deg, #fff 0%, var(--color-accent-cyan) 50%, var(--color-accent-magenta) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    animation: text-shimmer 3s ease-in-out infinite;
    background-size: 200% auto;
}

@keyframes text-shimmer {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

.primary_tall_10cd p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--color-text-secondary);
    margin-bottom: 2rem;
}

.primary_tall_10cd .lower_4f63 {
    animation: button-glow 2s ease-in-out infinite;
}

@keyframes button-glow {
    0%, 100% { box-shadow: 0 4px 20px rgba(0, 255, 136, 0.4); }
    50% { box-shadow: 0 4px 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(0, 255, 136, 0.3); }
}

.primary_tall_10cd .gallery_377f:last-child img {
    border-radius: var(--radius-xl);
    border: 2px solid rgba(0, 245, 255, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 245, 255, 0.2);
    transition: all 0.5s ease;
}

.primary_tall_10cd .gallery_377f:last-child img:hover {
    transform: scale(1.02) rotate(1deg);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 245, 255, 0.3);
}

/* ==================== */
/* 章节标题样式 */
/* ==================== */
.button-8f10 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 700;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    text-align: center;
}

.sort_simple_815b {
    font-size: 1.1rem;
    color: var(--color-text-muted);
    margin-bottom: 2rem;
    text-align: center;
}

/* ==================== */
/* 特性卡片 */
/* ==================== */
.fluid_8c5f {
    background: linear-gradient(135deg, rgba(18, 18, 42, 0.8) 0%, rgba(26, 26, 58, 0.8) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 245, 255, 0.15);
    border-radius: var(--radius-lg);
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.fluid_8c5f::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-secondary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.fluid_8c5f:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 245, 255, 0.4);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 245, 255, 0.1);
}

.fluid_8c5f:hover::before {
    transform: scaleX(1);
}

.fluid_8c5f h3 {
    color: var(--color-accent-cyan);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.fluid_8c5f p {
    color: var(--color-text-secondary);
    line-height: 1.7;
}

.fluid_8c5f ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

.fluid_8c5f ul li {
    padding: 0.5rem 0;
    color: var(--color-text-secondary);
    position: relative;
    padding-left: 1.5rem;
}

.fluid_8c5f ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--color-accent-lime);
}

/* ==================== */
/* 响应式图片 */
/* ==================== */
.alert_cd76,
.box-db9a {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(0, 245, 255, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    margin: 1.5rem auto;
    display: block;
}

/* ==================== */
/* 页脚 */
/* ==================== */
footer {
    background: linear-gradient(180deg, rgba(10, 10, 26, 0.9) 0%, rgba(5, 5, 15, 1) 100%);
    border-top: 1px solid rgba(0, 245, 255, 0.1);
    padding: 2rem 0;
    margin-top: 4rem;
}

footer a {
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
}

footer a:hover {
    color: var(--color-accent-cyan);
    text-shadow: 0 0 10px rgba(0, 245, 255, 0.5);
}

/* ==================== */
/* 移动端适配 */
/* ==================== */
@media (max-width: 768px) {
    body {
        font-size: 0.95rem;
    }
    
    .tooltip-233a {
        padding: 0 1rem;
    }
    
    .primary_tall_10cd {
        padding: 2rem 0;
        text-align: center;
    }
    
    .primary_tall_10cd h1 {
        font-size: 1.75rem;
    }
    
    .primary_tall_10cd p {
        font-size: 1rem;
    }
    
    .gold-eaf9 {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .tertiary_over_1830 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .logo-upper-7455 {
        flex: 0 0 50%;
        width: 50%;
    }
    
    header img {
        width: 60px;
        height: 60px;
    }
    
    .fluid_8c5f {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .primary_tall_10cd h1 {
        font-size: 1.5rem;
    }
    
    .button-8f10 {
        font-size: 1.25rem;
    }
    
    .lower_4f63 {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* ==================== */
/* 动画类 */
/* ==================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.light-54eb {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* 延迟动画 */
.complex-c7ef { animation-delay: 0.1s; }
.border_large_8dea { animation-delay: 0.2s; }
.grid_ae20 { animation-delay: 0.3s; }
.panel_full_917b { animation-delay: 0.4s; }
.article_3906 { animation-delay: 0.5s; }

/* ==================== */
/* 滚动条样式 */
/* ==================== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--color-bg-primary);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--color-accent-cyan) 0%, var(--color-accent-magenta) 100%);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-accent-cyan);
}

/* css-noise: dc98 */
.widget-item-l0 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
