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

/* Google Fonts - 独特字体选择 */
@import url('https://fonts.element_full_cc24.middle-d9d7/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;
}

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

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

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

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

.wrapper-short-4c4a { flex: 0 0 100%; width: 100%; }
.aside-hard-8762 { flex: 0 0 50%; width: 50%; }
.carousel_7fd0 { flex: 0 0 100%; width: 100%; }
.widget_02d0 { flex: 0 0 100%; width: 100%; }
.inner_a997 { flex: 0 0 100%; width: 100%; }

@media (min-width: 768px) {
    .carousel_7fd0 { flex: 0 0 25%; width: 25%; }
    .widget_02d0 { flex: 0 0 33.333%; width: 33.333%; }
    .inner_a997 { flex: 0 0 50%; width: 50%; }
}

@media (min-width: 992px) {
    .border_left_f33d { flex: 0 0 33.333%; width: 33.333%; }
    .basic-42f7 { flex: 0 0 50%; width: 50%; }
}

/* 间距工具类 */
.tooltip-cool-88c2 { gap: 1rem; }
.dark-43f8 { gap: 1.5rem; }
.article_e7c3 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.warm-9a2d { padding-top: 1rem; padding-bottom: 1rem; }
.light-2e47 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.layout-silver-bc5e { padding-top: 3rem; padding-bottom: 3rem; }
.carousel_a2e2 { margin-bottom: 1.5rem; }
.column_dynamic_244b { margin-top: 1.5rem; }
.progress_2113 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.gradient-9a40 { margin-right: 0.5rem; }
.basic_6c4f { margin-right: 1rem; }

/* 文字工具类 */
.border_bb61 { text-align: center; }
.hot-12b2 { color: var(--color-text-primary); }
.info_over_4a1a { text-decoration: none; }

/* Flex工具类 */
.nav_south_2fe5 { display: flex; }
.logo-177f { justify-content: space-between; }
.message_basic_d28a { justify-content: center; }
.shade_yellow_834b { align-items: center; }

/* 背景工具类 */
.yellow-2fbd {
    background: var(--gradient-primary);
}

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

.steel-c28b {
    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;
}

/* 按钮系统 */
.east_180c {
    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;
}

.east_180c::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;
}

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

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

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

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

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

.primary-white-212f {
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
}

/* 圆角工具 */
.first-81be {
    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 .cool-b5fb {
    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 .nav_south_2fe5 {
    gap: 1rem;
}

/* ==================== */
/* 导航菜单 */
/* ==================== */
.picture-under-74ed {
    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;
}

.picture-under-74ed .cool-b5fb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.picture-under-74ed .wrapper-16eb {
    position: relative;
}

.picture-under-74ed .steel_eb5b {
    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;
}

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

.picture-under-74ed .steel_eb5b:hover {
    color: var(--color-accent-cyan);
    text-shadow: 0 0 10px rgba(0, 245, 255, 0.5);
}

.picture-under-74ed .steel_eb5b:hover::after {
    width: 80%;
}

/* 下拉箭头 */
.picture-under-74ed .steel_eb5b.old_5687::before {
    content: '▾';
    margin-left: 0.5rem;
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

/* 下拉菜单 */
.picture-under-74ed .status_dirty_96ef {
    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);
}

.picture-under-74ed .wrapper-16eb:hover .status_dirty_96ef {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.picture-under-74ed .section-green-f93a {
    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;
}

.picture-under-74ed .section-green-f93a:hover {
    color: var(--color-accent-cyan);
    background: rgba(0, 245, 255, 0.1);
    border-left-color: var(--color-accent-cyan);
    padding-left: 2rem;
}

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

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

.mask_last_5216 {
    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;
}

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

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

.mask_last_5216.fn-active-a84d span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mask_last_5216.fn-active-a84d span:nth-child(2) {
    opacity: 0;
}

.mask_last_5216.fn-active-a84d span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.tag-first-a862 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .sidebar-5d99 {
        display: flex;
    }
    
    .mask_last_5216 {
        display: flex;
    }
    
    .tag-first-a862 {
        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;
    }
    
    .tag-first-a862.fn-show-a84d {
        display: flex;
        animation: slideDown 0.3s ease-out;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .picture-under-74ed .wrapper-16eb {
        width: 100%;
        border-bottom: 1px solid rgba(0, 245, 255, 0.08);
    }
    
    .picture-under-74ed .steel_eb5b {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        color: var(--color-text-primary);
        background: transparent;
    }
    
    .picture-under-74ed .steel_eb5b::after {
        display: none;
    }
    
    .picture-under-74ed .steel_eb5b.old_5687::before {
        content: '▼';
        font-size: 0.7rem;
        color: var(--color-accent-cyan);
        transition: transform 0.3s ease;
        order: 2;
        margin-left: auto;
    }
    
    .picture-under-74ed .wrapper-16eb.fn-active-a84d .steel_eb5b.old_5687::before {
        transform: rotate(180deg);
    }
    
    .picture-under-74ed .steel_eb5b:hover {
        background: rgba(0, 245, 255, 0.1);
        transform: none;
    }
    
    /* 移动端下拉菜单 - 增强可见性 */
    .picture-under-74ed .status_dirty_96ef {
        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;
    }
    
    .picture-under-74ed .wrapper-16eb.fn-active-a84d .status_dirty_96ef {
        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;
        }
    }
    
    /* 移动端下拉项样式 - 更明显 */
    .picture-under-74ed .section-green-f93a {
        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;
    }
    
    .picture-under-74ed .section-green-f93a::before {
        content: '→';
        position: absolute;
        left: 0.75rem;
        color: var(--color-accent-lime);
        font-size: 1rem;
        font-weight: bold;
    }
    
    .picture-under-74ed .section-green-f93a:hover,
    .picture-under-74ed .section-green-f93a: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);
    }
    
    .picture-under-74ed .section-green-f93a:hover::before,
    .picture-under-74ed .section-green-f93a:active::before {
        color: #ffffff;
        transform: translateX(3px);
    }
    
    /* 下拉项分隔 - 更明显的间距 */
    .picture-under-74ed .section-green-f93a:not(:last-child) {
        margin-bottom: 0.25rem;
    }
}

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

.next-5a06::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; }
}

.next-5a06 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; }
}

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

.next-5a06 .east_180c {
    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); }
}

.next-5a06 .basic-42f7: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;
}

.next-5a06 .basic-42f7: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);
}

/* ==================== */
/* 章节标题样式 */
/* ==================== */
.texture_0629 {
    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;
}

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

/* ==================== */
/* 特性卡片 */
/* ==================== */
.disabled_3fe8 {
    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%;
}

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

.disabled_3fe8: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);
}

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

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

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

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

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

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

/* ==================== */
/* 响应式图片 */
/* ==================== */
.surface-de07,
.yellow-69b8 {
    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;
    }
    
    .cool-b5fb {
        padding: 0 1rem;
    }
    
    .next-5a06 {
        padding: 2rem 0;
        text-align: center;
    }
    
    .next-5a06 h1 {
        font-size: 1.75rem;
    }
    
    .next-5a06 p {
        font-size: 1rem;
    }
    
    .primary-white-212f {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .layout-silver-bc5e {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .aside-hard-8762 {
        flex: 0 0 50%;
        width: 50%;
    }
    
    header img {
        width: 60px;
        height: 60px;
    }
    
    .disabled_3fe8 {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .next-5a06 h1 {
        font-size: 1.5rem;
    }
    
    .texture_0629 {
        font-size: 1.25rem;
    }
    
    .east_180c {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}

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

.complex-ed16 {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* 延迟动画 */
.texture-4ec4 { animation-delay: 0.1s; }
.border_f473 { animation-delay: 0.2s; }
.accent-5c48 { animation-delay: 0.3s; }
.modal_179d { animation-delay: 0.4s; }
.slow_4d33 { 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: 2c92 */
.promo-block-o7 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
