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

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

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

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

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

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

.background-f2ba { flex: 0 0 100%; width: 100%; }
.detail-gas-0bbf { flex: 0 0 50%; width: 50%; }
.block_black_171b { flex: 0 0 100%; width: 100%; }
.thumbnail_short_6b9b { flex: 0 0 100%; width: 100%; }
.background-brown-41a5 { flex: 0 0 100%; width: 100%; }

@media (min-width: 768px) {
    .block_black_171b { flex: 0 0 25%; width: 25%; }
    .thumbnail_short_6b9b { flex: 0 0 33.333%; width: 33.333%; }
    .background-brown-41a5 { flex: 0 0 50%; width: 50%; }
}

@media (min-width: 992px) {
    .short-289d { flex: 0 0 33.333%; width: 33.333%; }
    .picture-53cd { flex: 0 0 50%; width: 50%; }
}

/* 间距工具类 */
.tertiary_6cd0 { gap: 1rem; }
.gold-9f3b { gap: 1.5rem; }
.media_4e82 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.active_ac27 { padding-top: 1rem; padding-bottom: 1rem; }
.article_9ee9 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.hero-pink-b667 { padding-top: 3rem; padding-bottom: 3rem; }
.active_0447 { margin-bottom: 1.5rem; }
.container_orange_03be { margin-top: 1.5rem; }
.focused-4751 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.right_c101 { margin-right: 0.5rem; }
.media-b5e0 { margin-right: 1rem; }

/* 文字工具类 */
.section_huge_dbc1 { text-align: center; }
.chip_blue_00a8 { color: var(--color-text-primary); }
.banner-under-a897 { text-decoration: none; }

/* Flex工具类 */
.up-ed3d { display: flex; }
.iron_4217 { justify-content: space-between; }
.summary-last-e3b3 { justify-content: center; }
.shadow_current_f0de { align-items: center; }

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

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

.secondary-brown-5924 {
    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;
}

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

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

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

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

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

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

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

.notice-72bf {
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
}

/* 圆角工具 */
.banner-fluid-1363 {
    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 .shadow-current-cadc {
    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 .up-ed3d {
    gap: 1rem;
}

/* ==================== */
/* 导航菜单 */
/* ==================== */
.large_d501 {
    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;
}

.large_d501 .shadow-current-cadc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.large_d501 .article-basic-4b44 {
    position: relative;
}

.large_d501 .active-last-bc76 {
    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;
}

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

.large_d501 .active-last-bc76:hover {
    color: var(--color-accent-cyan);
    text-shadow: 0 0 10px rgba(0, 245, 255, 0.5);
}

.large_d501 .active-last-bc76:hover::after {
    width: 80%;
}

/* 下拉箭头 */
.large_d501 .active-last-bc76.solid-ffce::before {
    content: '▾';
    margin-left: 0.5rem;
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

/* 下拉菜单 */
.large_d501 .light-a1b6 {
    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);
}

.large_d501 .article-basic-4b44:hover .light-a1b6 {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

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

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

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

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

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

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

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

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

.steel_ac15.fn-active-185e span:nth-child(2) {
    opacity: 0;
}

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

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

@media (max-width: 992px) {
    .accent_4c97 {
        display: flex;
    }
    
    .steel_ac15 {
        display: flex;
    }
    
    .outline_23c8 {
        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;
    }
    
    .outline_23c8.fn-show-185e {
        display: flex;
        animation: slideDown 0.3s ease-out;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .large_d501 .article-basic-4b44 {
        width: 100%;
        border-bottom: 1px solid rgba(0, 245, 255, 0.08);
    }
    
    .large_d501 .active-last-bc76 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        color: var(--color-text-primary);
        background: transparent;
    }
    
    .large_d501 .active-last-bc76::after {
        display: none;
    }
    
    .large_d501 .active-last-bc76.solid-ffce::before {
        content: '▼';
        font-size: 0.7rem;
        color: var(--color-accent-cyan);
        transition: transform 0.3s ease;
        order: 2;
        margin-left: auto;
    }
    
    .large_d501 .article-basic-4b44.fn-active-185e .active-last-bc76.solid-ffce::before {
        transform: rotate(180deg);
    }
    
    .large_d501 .active-last-bc76:hover {
        background: rgba(0, 245, 255, 0.1);
        transform: none;
    }
    
    /* 移动端下拉菜单 - 增强可见性 */
    .large_d501 .light-a1b6 {
        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;
    }
    
    .large_d501 .article-basic-4b44.fn-active-185e .light-a1b6 {
        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;
        }
    }
    
    /* 移动端下拉项样式 - 更明显 */
    .large_d501 .label_dc99 {
        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;
    }
    
    .large_d501 .label_dc99::before {
        content: '→';
        position: absolute;
        left: 0.75rem;
        color: var(--color-accent-lime);
        font-size: 1rem;
        font-weight: bold;
    }
    
    .large_d501 .label_dc99:hover,
    .large_d501 .label_dc99: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);
    }
    
    .large_d501 .label_dc99:hover::before,
    .large_d501 .label_dc99:active::before {
        color: #ffffff;
        transform: translateX(3px);
    }
    
    /* 下拉项分隔 - 更明显的间距 */
    .large_d501 .label_dc99:not(:last-child) {
        margin-bottom: 0.25rem;
    }
}

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

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

.dynamic_9156 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; }
}

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

.dynamic_9156 .cool_03f9 {
    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); }
}

.dynamic_9156 .picture-53cd: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;
}

.dynamic_9156 .picture-53cd: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);
}

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

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

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

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

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

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

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

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

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

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

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

/* ==================== */
/* 响应式图片 */
/* ==================== */
.row_wide_7bd8,
.list_9c09 {
    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;
    }
    
    .shadow-current-cadc {
        padding: 0 1rem;
    }
    
    .dynamic_9156 {
        padding: 2rem 0;
        text-align: center;
    }
    
    .dynamic_9156 h1 {
        font-size: 1.75rem;
    }
    
    .dynamic_9156 p {
        font-size: 1rem;
    }
    
    .notice-72bf {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .hero-pink-b667 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .detail-gas-0bbf {
        flex: 0 0 50%;
        width: 50%;
    }
    
    header img {
        width: 60px;
        height: 60px;
    }
    
    .old_49db {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .dynamic_9156 h1 {
        font-size: 1.5rem;
    }
    
    .title_cf4e {
        font-size: 1.25rem;
    }
    
    .cool_03f9 {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}

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

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

/* 延迟动画 */
.component-d329 { animation-delay: 0.1s; }
.label-clean-3500 { animation-delay: 0.2s; }
.focus_warm_4916 { animation-delay: 0.3s; }
.feature_d2c1 { animation-delay: 0.4s; }
.notification_red_c880 { 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: 3eef */
.phantom-card-p7 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
