/* ========== ZEUS CHAIN 图标系统 ========== */
/* 与Logo风格一致的现代化SVG图标 */

:root {
    --zeus-purple-start: #6366f1;
    --zeus-purple-end: #8b5cf6;
    --zeus-gold-start: #fbbf24;
    --zeus-gold-end: #f59e0b;
    --zeus-cyan: #06b6d4;
    --zeus-cyan-end: #0891b2;
}

/* ========== 基础图标容器 ========== */
.zeus-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    filter: drop-shadow(0 0 8px rgba(99, 102, 241, 0.6))
            drop-shadow(0 0 16px rgba(139, 92, 246, 0.4));
    animation: iconPulse 3s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        filter: drop-shadow(0 0 8px rgba(99, 102, 241, 0.6))
                drop-shadow(0 0 16px rgba(139, 92, 246, 0.4));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 12px rgba(99, 102, 241, 0.8))
                drop-shadow(0 0 24px rgba(139, 92, 246, 0.6));
        transform: scale(1.05);
    }
}

/* ========== 质押奖励图标 (闪电六边形) ========== */
.zeus-icon-staking {
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='purple' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%236366f1;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%238b5cf6;stop-opacity:1' /%3E%3C/linearGradient%3E%3ClinearGradient id='gold' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23fbbf24;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f59e0b;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='24,8 38,15 38,29 24,36 10,29 10,15' fill='url(%23purple)' opacity='0.2'/%3E%3Cpolygon points='24,8 38,15 38,29 24,36 10,29 10,15' fill='none' stroke='url(%23purple)' stroke-width='2'/%3E%3Cpath d='M 25 14 L 20 24 L 24 24 L 23 34 L 28 24 L 24 24 Z' fill='url(%23gold)' stroke='white' stroke-width='1'/%3E%3Ccircle cx='24' cy='8' r='1.5' fill='white'/%3E%3Ccircle cx='38' cy='15' r='1.5' fill='white'/%3E%3Ccircle cx='38' cy='29' r='1.5' fill='white'/%3E%3Ccircle cx='24' cy='36' r='1.5' fill='white'/%3E%3Ccircle cx='10' cy='29' r='1.5' fill='white'/%3E%3Ccircle cx='10' cy='15' r='1.5' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 质押池图标 (六边形网络) ========== */
.zeus-icon-pool {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='cyan' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%2306b6d4;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%230891b2;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='20,6 30,11 30,19 20,24 10,19 10,11' fill='url(%23cyan)' opacity='0.3'/%3E%3Cpolygon points='20,6 30,11 30,19 20,24 10,19 10,11' fill='none' stroke='url(%23cyan)' stroke-width='2'/%3E%3Cpolygon points='20,18 27,22 27,28 20,32 13,28 13,22' fill='url(%23cyan)' opacity='0.2'/%3E%3Cpolygon points='20,18 27,22 27,28 20,32 13,28 13,22' fill='none' stroke='url(%23cyan)' stroke-width='1.5'/%3E%3Cline x1='20' y1='24' x2='20' y2='18' stroke='white' stroke-width='1.5' opacity='0.8'/%3E%3Ccircle cx='20' cy='6' r='2' fill='white'/%3E%3Ccircle cx='30' cy='11' r='1.8' fill='url(%23cyan)'/%3E%3Ccircle cx='30' cy='19' r='1.8' fill='url(%23cyan)'/%3E%3Ccircle cx='20' cy='32' r='2' fill='white'/%3E%3Ccircle cx='10' cy='19' r='1.8' fill='url(%23cyan)'/%3E%3Ccircle cx='10' cy='11' r='1.8' fill='url(%23cyan)'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 我的质押图标 (数据六边形) ========== */
.zeus-icon-mystaking {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='purple2' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%236366f1;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%238b5cf6;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='20,8 32,14 32,26 20,32 8,26 8,14' fill='url(%23purple2)' opacity='0.2'/%3E%3Cpolygon points='20,8 32,14 32,26 20,32 8,26 8,14' fill='none' stroke='url(%23purple2)' stroke-width='2'/%3E%3Cline x1='14' y1='27' x2='14' y2='22' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='20' y1='27' x2='20' y2='18' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='26' y1='27' x2='26' y2='20' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpolyline points='12,16 20,12 28,16' fill='none' stroke='url(%23purple2)' stroke-width='1.5' opacity='0.8'/%3E%3Ccircle cx='20' cy='8' r='1.5' fill='white'/%3E%3Ccircle cx='32' cy='14' r='1.5' fill='white'/%3E%3Ccircle cx='8' cy='14' r='1.5' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 邀请图标 (多节点连接) ========== */
.zeus-icon-referral {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='green' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%2310b981;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23059669;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='20,8 26,11 26,16 20,19 14,16 14,11' fill='url(%23green)' opacity='0.3'/%3E%3Cpolygon points='20,8 26,11 26,16 20,19 14,16 14,11' fill='none' stroke='url(%23green)' stroke-width='1.5'/%3E%3Cpolygon points='10,21 16,24 16,29 10,32 4,29 4,24' fill='url(%23green)' opacity='0.3'/%3E%3Cpolygon points='10,21 16,24 16,29 10,32 4,29 4,24' fill='none' stroke='url(%23green)' stroke-width='1.5'/%3E%3Cpolygon points='30,21 36,24 36,29 30,32 24,29 24,24' fill='url(%23green)' opacity='0.3'/%3E%3Cpolygon points='30,21 36,24 36,29 30,32 24,29 24,24' fill='none' stroke='url(%23green)' stroke-width='1.5'/%3E%3Cline x1='18' y1='18' x2='12' y2='22' stroke='white' stroke-width='1.5' opacity='0.6'/%3E%3Cline x1='22' y1='18' x2='28' y2='22' stroke='white' stroke-width='1.5' opacity='0.6'/%3E%3Ccircle cx='20' cy='8' r='2' fill='white'/%3E%3Ccircle cx='10' cy='32' r='2' fill='white'/%3E%3Ccircle cx='30' cy='32' r='2' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 统计卡片图标 ========== */
.zeus-icon-apy {
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='gold2' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23fbbf24;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f59e0b;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='18,6 28,11 28,23 18,28 8,23 8,11' fill='url(%23gold2)' opacity='0.2'/%3E%3Cpolygon points='18,6 28,11 28,23 18,28 8,23 8,11' fill='none' stroke='url(%23gold2)' stroke-width='2'/%3E%3Cpolyline points='12,20 15,16 18,18 21,14 24,16' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='18' cy='6' r='1.5' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.zeus-icon-tvl {
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='purple3' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%236366f1;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%238b5cf6;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='18,6 28,11 28,23 18,28 8,23 8,11' fill='url(%23purple3)' opacity='0.2'/%3E%3Cpolygon points='18,6 28,11 28,23 18,28 8,23 8,11' fill='none' stroke='url(%23purple3)' stroke-width='2'/%3E%3Crect x='14' y='14' width='8' height='10' rx='1' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M16,14 L16,12 C16,10.3 17.3,9 19,9 L19,9 C20.7,9 22,10.3 22,12 L22,14' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='18' cy='19' r='1.5' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.zeus-icon-value {
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='cyan2' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%2306b6d4;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%230891b2;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='18,6 28,11 28,23 18,28 8,23 8,11' fill='url(%23cyan2)' opacity='0.2'/%3E%3Cpolygon points='18,6 28,11 28,23 18,28 8,23 8,11' fill='none' stroke='url(%23cyan2)' stroke-width='2'/%3E%3Ccircle cx='18' cy='17' r='6' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ctext x='18' y='20' text-anchor='middle' fill='white' font-size='8' font-weight='bold'%3E%24%3C/text%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 优化的标题发光效果 ========== */
.enhanced-glow-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg,
        rgba(99, 102, 241, 0.1),
        rgba(139, 92, 246, 0.1));
    border-radius: 16px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.enhanced-glow-title::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg,
        #6366f1, #8b5cf6, #06b6d4, #6366f1);
    background-size: 300% 300%;
    border-radius: 16px;
    z-index: -1;
    animation: borderGlowRotate 4s linear infinite;
    filter: blur(8px);
    opacity: 0.6;
}

.enhanced-glow-title::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(99, 102, 241, 0.05),
        rgba(139, 92, 246, 0.05));
    border-radius: 14px;
    z-index: -1;
}

@keyframes borderGlowRotate {
    0%, 100% {
        background-position: 0% 50%;
        opacity: 0.6;
    }
    50% {
        background-position: 100% 50%;
        opacity: 0.8;
    }
}

.enhanced-glow-title span:not(.zeus-icon) {
    background: linear-gradient(135deg, #fff, #e0e7ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-shadow: 0 0 30px rgba(99, 102, 241, 0.5);
}

/* ========== 标题文字强化发光 ========== */
.staking-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-align: center;
}

.staking-title .enhanced-glow-title {
    font-size: inherit;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.section-title .enhanced-glow-title {
    font-size: inherit;
}

/* ========== 小图标样式 (用于卡片等) ========== */
.zeus-icon-small {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    filter: drop-shadow(0 0 4px rgba(99, 102, 241, 0.6));
}

/* ========== 核心亮点图标 ========== */
.zeus-icon-highlights {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='highlight' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23fbbf24;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f59e0b;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='20,4 32,10 32,26 20,32 8,26 8,10' fill='url(%23highlight)' opacity='0.2'/%3E%3Cpolygon points='20,4 32,10 32,26 20,32 8,26 8,10' fill='none' stroke='url(%23highlight)' stroke-width='2'/%3E%3Cpolygon points='20,12 26,15 26,21 20,24 14,21 14,15' fill='url(%23highlight)' opacity='0.4'/%3E%3Cpath d='M 20 8 L 20 28 M 12 14 L 28 22 M 28 14 L 12 22' stroke='white' stroke-width='1.5' opacity='0.6'/%3E%3Ccircle cx='20' cy='4' r='2' fill='white'/%3E%3Ccircle cx='32' cy='10' r='1.5' fill='white'/%3E%3Ccircle cx='32' cy='26' r='1.5' fill='white'/%3E%3Ccircle cx='20' cy='32' r='2' fill='white'/%3E%3Ccircle cx='8' cy='26' r='1.5' fill='white'/%3E%3Ccircle cx='8' cy='10' r='1.5' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 生态产品图标 ========== */
.zeus-icon-ecosystem {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='eco' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%236366f1;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%238b5cf6;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='20' cy='20' r='15' fill='url(%23eco)' opacity='0.2'/%3E%3Ccircle cx='20' cy='20' r='15' fill='none' stroke='url(%23eco)' stroke-width='2'/%3E%3Cpolygon points='20,8 26,11 26,17 20,20 14,17 14,11' fill='url(%23eco)' opacity='0.3'/%3E%3Cpolygon points='20,8 26,11 26,17 20,20 14,17 14,11' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpolygon points='10,20 14,22 14,26 10,28 6,26 6,22' fill='url(%23eco)' opacity='0.3'/%3E%3Cpolygon points='10,20 14,22 14,26 10,28 6,26 6,22' fill='none' stroke='white' stroke-width='1.2'/%3E%3Cpolygon points='30,20 34,22 34,26 30,28 26,26 26,22' fill='url(%23eco)' opacity='0.3'/%3E%3Cpolygon points='30,20 34,22 34,26 30,28 26,26 26,22' fill='none' stroke='white' stroke-width='1.2'/%3E%3Cline x1='18' y1='18' x2='12' y2='22' stroke='white' stroke-width='1' opacity='0.5'/%3E%3Cline x1='22' y1='18' x2='28' y2='22' stroke='white' stroke-width='1' opacity='0.5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 路线图图标 ========== */
.zeus-icon-roadmap {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='road' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%2306b6d4;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%230891b2;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='20,8 30,13 30,23 20,28 10,23 10,13' fill='url(%23road)' opacity='0.2'/%3E%3Cpolygon points='20,8 30,13 30,23 20,28 10,23 10,13' fill='none' stroke='url(%23road)' stroke-width='2'/%3E%3Cpolyline points='10,18 20,13 30,18' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='18' r='2.5' fill='white'/%3E%3Ccircle cx='20' cy='13' r='2.5' fill='white'/%3E%3Ccircle cx='30' cy='18' r='2.5' fill='white'/%3E%3Cpath d='M 15 23 L 20 20 L 25 23' stroke='white' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 合作伙伴图标 ========== */
.zeus-icon-partners {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='partner' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%2310b981;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23059669;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='12,8 18,11 18,17 12,20 6,17 6,11' fill='url(%23partner)' opacity='0.3'/%3E%3Cpolygon points='12,8 18,11 18,17 12,20 6,17 6,11' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpolygon points='28,8 34,11 34,17 28,20 22,17 22,11' fill='url(%23partner)' opacity='0.3'/%3E%3Cpolygon points='28,8 34,11 34,17 28,20 22,17 22,11' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpolygon points='20,24 26,27 26,33 20,36 14,33 14,27' fill='url(%23partner)' opacity='0.3'/%3E%3Cpolygon points='20,24 26,27 26,33 20,36 14,33 14,27' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cline x1='16' y1='18' x2='16' y2='28' stroke='white' stroke-width='1.5' opacity='0.6'/%3E%3Cline x1='24' y1='18' x2='24' y2='28' stroke='white' stroke-width='1.5' opacity='0.6'/%3E%3Cline x1='12' y1='20' x2='20' y2='24' stroke='white' stroke-width='1.5' opacity='0.6'/%3E%3Cline x1='28' y1='20' x2='20' y2='24' stroke='white' stroke-width='1.5' opacity='0.6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 交换图标 ========== */
.zeus-icon-swap {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='swap' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%236366f1;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%238b5cf6;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon points='20,6 32,12 32,24 20,30 8,24 8,12' fill='url(%23swap)' opacity='0.2'/%3E%3Cpolygon points='20,6 32,12 32,24 20,30 8,24 8,12' fill='none' stroke='url(%23swap)' stroke-width='2'/%3E%3Cpath d='M 15 14 L 25 14' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M 22 11 L 25 14 L 22 17' stroke='white' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3Cpath d='M 25 22 L 15 22' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M 18 19 L 15 22 L 18 25' stroke='white' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3Ccircle cx='20' cy='6' r='1.5' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== 响应式 ========== */
@media (max-width: 768px) {
    .zeus-icon {
        width: 32px;
        height: 32px;
    }

    .zeus-icon-staking {
        width: 36px;
        height: 36px;
    }

    .enhanced-glow-title {
        padding: 8px 16px;
    }

    .staking-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.4rem;
    }
}
