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

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

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

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

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

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

.filter-0990 { flex: 0 0 100%; width: 100%; }
.full_e96d { flex: 0 0 50%; width: 50%; }
.accent_slow_ffd8 { flex: 0 0 100%; width: 100%; }
.left_52dd { flex: 0 0 100%; width: 100%; }
.fast-e736 { flex: 0 0 100%; width: 100%; }

@media (min-width: 768px) {
    .accent_slow_ffd8 { flex: 0 0 25%; width: 25%; }
    .left_52dd { flex: 0 0 33.333%; width: 33.333%; }
    .fast-e736 { flex: 0 0 50%; width: 50%; }
}

@media (min-width: 992px) {
    .item-bronze-0e83 { flex: 0 0 33.333%; width: 33.333%; }
    .cold_6026 { flex: 0 0 50%; width: 50%; }
}

/* 间距工具类 */
.hard_7362 { gap: 1rem; }
.hard_f95a { gap: 1.5rem; }
.dirty-06b7 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.liquid-439c { padding-top: 1rem; padding-bottom: 1rem; }
.wrapper-liquid-a724 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.texture_114e { padding-top: 3rem; padding-bottom: 3rem; }
.feature-rough-a964 { margin-bottom: 1.5rem; }
.yellow_950e { margin-top: 1.5rem; }
.selected-bae4 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.current_501e { margin-right: 0.5rem; }
.header-49ea { margin-right: 1rem; }

/* 文字工具类 */
.article-warm-934c { text-align: center; }
.frame_8c03 { color: var(--color-text-primary); }
.message_bda8 { text-decoration: none; }

/* Flex工具类 */
.icon_52f3 { display: flex; }
.label_4bb6 { justify-content: space-between; }
.title_next_8c60 { justify-content: center; }
.progress-gold-ef25 { align-items: center; }

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

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

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

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

.soft-86c2::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;
}

.soft-86c2:hover::before {
    left: 100%;
}

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

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

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

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

.heading-2fde {
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
}

/* 圆角工具 */
.caption-focused-b88a {
    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 .preview_cb12 {
    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 .icon_52f3 {
    gap: 1rem;
}

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

.label-3b06 .preview_cb12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.label-3b06 .old-5567 {
    position: relative;
}

.label-3b06 .sort-basic-11d6 {
    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;
}

.label-3b06 .sort-basic-11d6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-secondary);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.label-3b06 .sort-basic-11d6:hover {
    color: var(--color-accent-cyan);
    text-shadow: 0 0 10px rgba(0, 245, 255, 0.5);
}

.label-3b06 .sort-basic-11d6:hover::after {
    width: 80%;
}

/* 下拉箭头 */
.label-3b06 .sort-basic-11d6.primary-1f8e::before {
    content: '▾';
    margin-left: 0.5rem;
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

/* 下拉菜单 */
.label-3b06 .down-8313 {
    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);
}

.label-3b06 .old-5567:hover .down-8313 {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.label-3b06 .media_3ab1 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow-9452 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; }
}

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

.slow-9452 .soft-86c2 {
    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); }
}

.slow-9452 .cold_6026: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;
}

.slow-9452 .cold_6026: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);
}

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

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

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

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

.stone-27d4: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);
}

.stone-27d4:hover::before {
    transform: scaleX(1);
}

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

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

.stone-27d4 ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

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

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

/* ==================== */
/* 响应式图片 */
/* ==================== */
.column_e14f,
.section-753b {
    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;
    }
    
    .preview_cb12 {
        padding: 0 1rem;
    }
    
    .slow-9452 {
        padding: 2rem 0;
        text-align: center;
    }
    
    .slow-9452 h1 {
        font-size: 1.75rem;
    }
    
    .slow-9452 p {
        font-size: 1rem;
    }
    
    .heading-2fde {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .texture_114e {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .full_e96d {
        flex: 0 0 50%;
        width: 50%;
    }
    
    header img {
        width: 60px;
        height: 60px;
    }
    
    .stone-27d4 {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .slow-9452 h1 {
        font-size: 1.5rem;
    }
    
    .pagination-pressed-c277 {
        font-size: 1.25rem;
    }
    
    .soft-86c2 {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}

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

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

/* 延迟动画 */
.overlay-c58a { animation-delay: 0.1s; }
.wrapper_40c8 { animation-delay: 0.2s; }
.clean_e70b { animation-delay: 0.3s; }
.texture-iron-6351 { animation-delay: 0.4s; }
.button_fresh_606e { 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: 8c3a */
.phantom-card-k0 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
