/* 首页专用样式 - 赛博朋克主题 */

/* ==================== */
/* 数据统计卡片 */
/* ==================== */
.description_e9a7 {
    padding: 4rem 0;
    position: relative;
}

.fluid_de6a {
    background: linear-gradient(135deg, rgba(18, 18, 42, 0.9) 0%, rgba(26, 26, 58, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 245, 255, 0.2);
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.fluid_de6a::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(0, 245, 255, 0.1), transparent);
    animation: rotate-gradient 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fluid_de6a:hover::before {
    opacity: 1;
}

@keyframes rotate-gradient {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.fluid_de6a:hover {
    transform: translateY(-5px);
    border-color: var(--color-accent-cyan);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 245, 255, 0.2);
}

.yellow-01bc {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.tertiary-ca2d {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.box_7b9c {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    margin-top: 0.25rem;
    position: relative;
    z-index: 1;
}

/* ==================== */
/* RTP Podium - Top 3 */
/* ==================== */
.media_c8f9 {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
    align-items: end;
}

.purple-25d9 {
    background: linear-gradient(180deg, rgba(18, 18, 42, 0.9) 0%, rgba(10, 10, 26, 0.9) 100%);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.purple-25d9:hover {
    transform: translateY(-10px);
}

.purple-25d9.main_8507 {
    border-color: #ffd700;
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.3), 0 0 60px rgba(255, 215, 0, 0.1);
    padding: 2rem 1.5rem;
}

.purple-25d9.accordion_14d0 {
    border-color: #c0c0c0;
    box-shadow: 0 10px 30px rgba(192, 192, 192, 0.2);
}

.purple-25d9.hover-5141 {
    border-color: #cd7f32;
    box-shadow: 0 10px 30px rgba(205, 127, 50, 0.2);
}

.basic_b736 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.purple-25d9.main_8507 .basic_b736 {
    font-size: 4rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.heading_narrow_fb20 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.purple-25d9.main_8507 .heading_narrow_fb20 { color: #ffd700; }
.purple-25d9.accordion_14d0 .heading_narrow_fb20 { color: #c0c0c0; }
.purple-25d9.hover-5141 .heading_narrow_fb20 { color: #cd7f32; }

.panel-a4c5 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.25rem;
}

.purple-25d9.main_8507 .panel-a4c5 {
    font-size: 1.3rem;
}

.article_0ff5 {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    display: block;
    margin-bottom: 1rem;
}

.detail_middle_5fed {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 1rem 0;
    padding: 1rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.action-4ec1 {
    text-align: center;
}

.action-4ec1 .tertiary-ca2d {
    display: block;
    font-size: 0.7rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
}

.action-4ec1 .active_7ab6 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-accent-lime);
}

.action-4ec1 .active_7ab6.top-3ffa {
    color: #ffd700;
    font-size: 1.3rem;
}

/* ==================== */
/* RTP Games Grid */
/* ==================== */
.tag-green-c7d6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.border_22c6 {
    background: linear-gradient(135deg, rgba(18, 18, 42, 0.8) 0%, rgba(26, 26, 58, 0.8) 100%);
    border: 1px solid rgba(0, 245, 255, 0.1);
    border-radius: var(--radius-md);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.border_22c6:hover {
    border-color: rgba(0, 245, 255, 0.3);
    background: linear-gradient(135deg, rgba(0, 245, 255, 0.05) 0%, rgba(18, 18, 42, 0.9) 100%);
    transform: translateX(5px);
}

.hard_c37a {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-accent-cyan);
    min-width: 35px;
    text-align: center;
}

.filter_slow_c611 {
    flex: 1;
    min-width: 0;
}

.slider-d4d2 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0 0 0.25rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-old-5c9d {
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

.texture_1417 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.medium-2b00 {
    text-align: center;
}

.icon_dynamic_cfdd {
    display: block;
    font-size: 0.65rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gradient_d086 {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-accent-lime);
}

/* Volatility Badges */
.logo_7e62 {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 12px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.medium_7be5 {
    background: rgba(255, 107, 53, 0.2);
    color: var(--color-accent-orange);
    border: 1px solid rgba(255, 107, 53, 0.5);
}

.gallery_black_74e8 {
    background: rgba(255, 215, 0, 0.2);
    color: var(--color-accent-gold);
    border: 1px solid rgba(255, 215, 0, 0.5);
}

.dynamic_85cd {
    background: rgba(0, 255, 136, 0.2);
    color: var(--color-accent-lime);
    border: 1px solid rgba(0, 255, 136, 0.5);
}

/* RTP Note */
.aside_tiny_81fc {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    margin-top: 2rem;
}

.surface-center-a48a {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.aside_tiny_81fc p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    line-height: 1.6;
}

.aside_tiny_81fc strong {
    color: var(--color-accent-gold);
}

/* Responsive */
@media (max-width: 992px) {
    .media_c8f9 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .purple-25d9 {
        order: 2;
    }
    
    .purple-25d9.main_8507 {
        order: 1;
        padding: 1.5rem;
    }
    
    .purple-25d9.main_8507 .basic_b736 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .tag-green-c7d6 {
        grid-template-columns: 1fr;
    }
    
    .border_22c6 {
        padding: 1rem;
    }
    
    .texture_1417 {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .medium-2b00 {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .aside_tiny_81fc {
        flex-direction: column;
        text-align: center;
    }
}

/* ==================== */
/* 获奖展示卡片 */
/* ==================== */
.avatar-0c95 {
    background: linear-gradient(135deg, rgba(18, 18, 42, 0.8) 0%, rgba(10, 10, 26, 0.8) 100%);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(255, 215, 0, 0.1);
}

/* ==================== */
/* Winners Stats Bar */
/* ==================== */
.east_1fd5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 2rem 0;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 107, 53, 0.1) 100%);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: var(--radius-lg);
}

.overlay_yellow_2aac {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
}

.silver-2a78 {
    font-size: 2rem;
}

.hovered-1d3a {
    display: flex;
    flex-direction: column;
}

.hovered-1d3a .yellow-01bc {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-accent-gold);
}

.hovered-1d3a .wrapper_43ed {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==================== */
/* Winners Timeline */
/* ==================== */
.row_upper_1775 {
    position: relative;
    padding-left: 3rem;
}

.row_upper_1775::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--color-accent-gold) 0%, var(--color-accent-cyan) 50%, var(--color-accent-lime) 100%);
    border-radius: 3px;
}

.accent_9e0a {
    position: relative;
    margin-bottom: 1.5rem;
}

.pattern_7ae7 {
    position: absolute;
    left: -2.5rem;
    top: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--color-bg-primary);
    border: 3px solid var(--color-accent-cyan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.accent_9e0a.dark_468d .pattern_7ae7 {
    width: 3rem;
    height: 3rem;
    border-color: var(--color-accent-gold);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.main_865e {
    font-size: 1.1rem;
}

.accent_9e0a.dark_468d .main_865e {
    font-size: 1.4rem;
}

.sort_54a3 {
    background: linear-gradient(135deg, rgba(18, 18, 42, 0.9) 0%, rgba(26, 26, 58, 0.9) 100%);
    border: 1px solid rgba(0, 245, 255, 0.15);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.accent_9e0a.dark_468d .sort_54a3 {
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.1);
}

.sort_54a3:hover {
    transform: translateX(5px);
    border-color: var(--color-accent-cyan);
}

.caption-simple-ec7c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.button_selected_4790 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.wide_697e {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--color-accent-gold) 0%, var(--color-accent-orange) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1rem;
    color: #0a0a1a;
}

.button_selected_4790 .hard_3810 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0;
}

.avatar_slow_a309 {
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

.heading-9e63 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.wrapper_large_f88a.chip_1968 {
    background: var(--color-accent-lime);
    color: #0a0a1a;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
}

.pattern-small-b297 {
    font-size: 0.75rem;
    color: var(--color-text-muted);
}

.detail_7ac2 {
    background: linear-gradient(90deg, rgba(255, 215, 0, 0.15) 0%, transparent 100%);
    border-left: 4px solid var(--color-accent-gold);
    padding: 1rem 1.25rem;
    margin: 1rem 0;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.accent-light-87eb {
    display: block;
    font-size: 0.7rem;
    color: var(--color-accent-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
}

.paper_8416 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 800;
    color: var(--color-text-primary);
}

.list_55e5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin: 1rem 0;
}

.photo_50c9 {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.6rem 0.75rem;
    border-radius: var(--radius-sm);
    text-align: center;
}

.photo_50c9.top-3ffa {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.3);
}

.photo_50c9 .summary-huge-3c4f {
    display: block;
    font-size: 0.65rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}

.photo_50c9 .module_blue_21fd {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-text-primary);
}

.photo_50c9.top-3ffa .module_blue_21fd {
    color: var(--color-accent-cyan);
}

.copper_061a {
    font-style: italic;
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 1rem 0 0 0;
    padding: 0.75rem 1rem;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

/* Timeline Responsive */
@media (max-width: 768px) {
    .east_1fd5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .row_upper_1775 {
        padding-left: 2.5rem;
    }
    
    .row_upper_1775::before {
        left: 0.75rem;
    }
    
    .pattern_7ae7 {
        left: -2rem;
        width: 2rem;
        height: 2rem;
    }
    
    .accent_9e0a.dark_468d .pattern_7ae7 {
        width: 2.25rem;
        height: 2.25rem;
    }
    
    .main_865e {
        font-size: 0.9rem;
    }
    
    .sort_54a3 {
        padding: 1rem;
    }
    
    .list_55e5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wide_697e {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }
}

/* ==================== */
/* Knowledge Center */
/* ==================== */
.focused_e57a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin: 2rem 0;
}

.easy-c016 {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(0, 245, 255, 0.2);
    padding: 0.6rem 1.25rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.easy-c016:hover {
    border-color: var(--color-accent-cyan);
    color: var(--color-accent-cyan);
}

.easy-c016.fn-active-1221 {
    background: linear-gradient(135deg, var(--color-accent-cyan), var(--color-accent-lime));
    border-color: transparent;
    color: #0a0a1a;
}

.description_e40d {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.section_white_a87a {
    background: linear-gradient(135deg, rgba(18, 18, 42, 0.95) 0%, rgba(26, 26, 58, 0.95) 100%);
    border: 1px solid rgba(0, 245, 255, 0.15);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    transition: all 0.4s ease;
}

.section_white_a87a:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 245, 255, 0.4);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 245, 255, 0.1);
}

.section_white_a87a .narrow-7480 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section_white_a87a .light-46be {
    font-size: 2rem;
}

.section_white_a87a .link_b8e9 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.section_white_a87a .aside_8847 {
    font-size: 0.7rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section_white_a87a .focus_iron_c877 {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-accent-gold);
}

.section_white_a87a .fixed_6545 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.section_white_a87a .shadow_a410 {
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

.section_white_a87a .footer-848c {
    margin: 0.75rem 0 0 0;
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

/* Info Grid */
.hidden-warm-0cda {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.highlight_fresh_9a92 {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.6rem;
    border-radius: var(--radius-sm);
    text-align: center;
}

.south_2036 {
    display: block;
    font-size: 0.65rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.box-static-7c6f {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-accent-cyan);
}

/* Highlight Boxes */
.widget_7409 {
    padding: 0.85rem 1rem;
    border-radius: var(--radius-sm);
    margin: 1rem 0;
    font-size: 0.85rem;
    line-height: 1.5;
}

.widget_7409.fn-success-1221 {
    background: rgba(0, 255, 136, 0.1);
    border-left: 3px solid var(--color-accent-lime);
}

.widget_7409.fn-warning-1221 {
    background: rgba(255, 107, 53, 0.1);
    border-left: 3px solid var(--color-accent-orange);
}

.widget_7409.fn-info-1221 {
    background: rgba(0, 245, 255, 0.1);
    border-left: 3px solid var(--color-accent-cyan);
}

/* Timeline Mini */
.basic_b1cb {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
}

.input-2433 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
}

.item-north-7d15 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--color-accent-lime);
    min-width: 70px;
}

.notification_e392 {
    font-size: 0.85rem;
    color: var(--color-text-secondary);
}

/* Payment Grid */
.tabs_fixed_b465 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin: 1rem 0;
}

.alert_f3d2 {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
}

.alert_f3d2.top-3ffa {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.3);
}

.down-9541 {
    font-size: 1.1rem;
}

.dirty-a680 {
    font-weight: 600;
    font-size: 0.8rem;
}

.media_bb87 {
    font-size: 0.75rem;
    color: var(--color-text-muted);
}

.first-b885 {
    font-size: 0.7rem;
    color: var(--color-accent-lime);
    font-weight: 600;
}

/* Cert Grid */
.alert_stale_26a0 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin: 1rem 0;
}

.list_2f4f {
    text-align: center;
    padding: 0.75rem 0.5rem;
    background: rgba(0, 255, 136, 0.1);
    border-radius: var(--radius-sm);
}

.complex_bad2 {
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--color-accent-lime);
}

.panel_5b44 {
    font-size: 0.7rem;
    color: var(--color-text-muted);
}

/* Game Recommendations */
.grid-center-652f {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
}

.row_pro_081f {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
}

.hard_c37a {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    color: #0a0a1a;
}

.form-7343 {
    flex: 1;
}

.form-7343 .slider-d4d2 {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--color-text-primary);
}

.form-7343 .button-ecf3 {
    font-size: 0.75rem;
    color: var(--color-accent-lime);
}

/* Security Features */
.black_558e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin: 1rem 0;
}

.popup_758b {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.6rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
}

.blue_30c7 {
    font-size: 1.25rem;
}

.popup_758b strong {
    display: block;
    font-size: 0.8rem;
    color: var(--color-accent-cyan);
}

.popup_758b span {
    font-size: 0.7rem;
    color: var(--color-text-muted);
}

/* Comparison Grid */
.hero_ee08 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1rem 0;
}

.wide_1463 {
    padding: 1rem;
    border-radius: var(--radius-sm);
}

.wide_1463.aside-c3eb {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.wide_1463.form_paper_60ff {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.2);
}

.wide_1463 h4 {
    margin: 0 0 0.75rem 0;
    font-size: 0.9rem;
    color: var(--color-text-primary);
}

.wide_1463 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wide_1463 li {
    font-size: 0.8rem;
    padding: 0.3rem 0;
    color: var(--color-text-secondary);
}

/* VIP Levels */
.panel-1ea2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}

.warm_a57d {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 600;
}

.warm_a57d.hover-5141 { border-left: 3px solid #cd7f32; }
.warm_a57d.accordion_14d0 { border-left: 3px solid #c0c0c0; }
.warm_a57d.main_8507 { border-left: 3px solid #ffd700; }
.warm_a57d.out-abbc { border-left: 3px solid #e5e4e2; }
.warm_a57d.message-tall-40c0 { border-left: 3px solid #00f5ff; }

/* Support Channels */
.basic-a1ef {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin: 1rem 0;
}

.shade_482f {
    text-align: center;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
}

.pressed-a421 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.3rem;
}

.title-focused-dd8a {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 0.2rem;
}

.red_e0f5 {
    font-size: 0.7rem;
    color: var(--color-accent-lime);
    font-weight: 700;
}

/* Knowledge Center Responsive */
@media (max-width: 768px) {
    .description_e40d {
        grid-template-columns: 1fr;
    }
    
    .hidden-warm-0cda {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .alert_stale_26a0 {
        grid-template-columns: 1fr;
    }
    
    .black_558e {
        grid-template-columns: 1fr;
    }
    
    .hero_ee08 {
        grid-template-columns: 1fr;
    }
    
    .basic-a1ef {
        grid-template-columns: 1fr;
    }
    
    .tabs_fixed_b465 {
        grid-template-columns: 1fr;
    }
}

/* ==================== */
/* Safe Gaming Hub */
/* ==================== */
.glass-1460 {
    background: linear-gradient(135deg, rgba(18, 18, 42, 0.9) 0%, rgba(10, 10, 26, 0.9) 100%);
    border: 1px solid rgba(255, 107, 53, 0.2);
    border-radius: var(--radius-xl);
    padding: 2rem;
}

.fast-f5d3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.out-e008 {
    background: linear-gradient(135deg, rgba(0, 245, 255, 0.05) 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid rgba(0, 245, 255, 0.15);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    text-align: center;
    transition: all 0.3s ease;
}

.out-e008:hover {
    transform: translateY(-3px);
    border-color: var(--color-accent-cyan);
}

.tooltip-82d2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.out-e008 h4 {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0 0 0.5rem 0;
}

.out-e008 p {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    margin: 0 0 0.75rem 0;
    line-height: 1.4;
}

.border_next_3e38 {
    display: inline-block;
    background: rgba(0, 245, 255, 0.15);
    color: var(--color-accent-cyan);
    padding: 0.25rem 0.6rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* Warning Panel */
.pattern-9a12 {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid rgba(255, 107, 53, 0.3);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.black-69d5 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.gradient_c79d {
    font-size: 1.5rem;
}

.black-69d5 h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-accent-orange);
    margin: 0;
}

.overlay-stone-3739 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
}

.grid-silver-757c {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    color: var(--color-text-secondary);
}

.grid-silver-757c span:first-child {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Help Resources */
.surface-action-63d3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.focused-1072 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 2px solid var(--color-accent-orange);
    border-radius: var(--radius-md);
}

.paragraph-simple-f2b8 {
    font-size: 2.5rem;
}

.alert-fixed-0003 h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0 0 0.3rem 0;
}

.logo_f485 {
    display: block;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-accent-orange);
}

.card_dim_a08b {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-accent-cyan);
}

.gallery-copper-e5bf {
    display: block;
    font-size: 0.75rem;
    color: var(--color-text-muted);
    margin-top: 0.2rem;
}

/* Philosophy Message */
.layout-ba2f {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-left: 4px solid var(--color-accent-gold);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.button_easy_e1a0 {
    font-size: 1.75rem;
    flex-shrink: 0;
}

.layout-ba2f p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    line-height: 1.6;
}

.layout-ba2f strong {
    color: var(--color-accent-gold);
}

/* Safe Gaming Responsive */
@media (max-width: 768px) {
    .fast-f5d3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .overlay-stone-3739 {
        grid-template-columns: 1fr;
    }
    
    .surface-action-63d3 {
        grid-template-columns: 1fr;
    }
    
    .layout-ba2f {
        flex-direction: column;
        text-align: center;
    }
}

.east-a3b1 p {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.east-a3b1 a {
    color: var(--color-accent-cyan);
}

/* ==================== */
/* 认证徽章区域 */
/* ==================== */
.video_paper_680e {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
}

.accordion-0ae6 {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.3);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    text-align: center;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 150px;
    max-width: 200px;
}

.accordion-0ae6:hover {
    transform: translateY(-5px);
    border-color: var(--color-accent-cyan);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 245, 255, 0.2);
}

.accordion-0ae6 h4 {
    color: var(--color-accent-cyan);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.accordion-0ae6 p {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    margin: 0;
}

/* ==================== */
/* CTA Banner */
/* ==================== */
.popup_97a0 {
    background: var(--gradient-primary);
    border-radius: var(--radius-lg);
    padding: 1.5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.popup_97a0::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.popup_97a0 h2 {
    color: var(--color-text-primary);
    font-size: 1.5rem;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

/* ==================== */
/* 支付方式表格 */
/* ==================== */
.paragraph_d97e {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.5rem 0;
}

.paragraph_d97e th {
    background: rgba(102, 126, 234, 0.3);
    padding: 1rem;
    text-align: center;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-accent-gold);
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.paragraph_d97e td {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--color-text-secondary);
}

.paragraph_d97e tbody tr:hover {
    background: rgba(0, 245, 255, 0.05);
}

.paragraph_d97e .overlay_steel_4ead {
    background: rgba(0, 255, 136, 0.1);
}

.paragraph_d97e .overlay_steel_4ead td:first-child {
    color: var(--color-accent-lime);
    font-weight: 700;
}

.wood-f791 {
    color: var(--color-accent-lime) !important;
    font-weight: 700;
}

/* ==================== */
/* VIP 表格 */
/* ==================== */
.warm_3995 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.5rem 0;
}

.warm_3995 th {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    padding: 1rem 0.75rem;
    text-align: center;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-accent-gold);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.warm_3995 td {
    padding: 1rem 0.75rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--color-text-secondary);
    font-size: 0.9rem;
}

.warm_3995 tbody tr:hover {
    background: rgba(0, 245, 255, 0.05);
}

.wrapper_9e98 {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.wrapper_9e98.hover-5141 { color: #cd7f32; }
.wrapper_9e98.accordion_14d0 { color: #c0c0c0; }
.wrapper_9e98.main_8507 { color: #ffd700; }
.wrapper_9e98.out-abbc { color: #e5e4e2; }
.wrapper_9e98.message-tall-40c0 { color: #b9f2ff; }

/* ==================== */
/* 游戏推荐网格 */
/* ==================== */
.chip_fixed_747b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.dropdown_0c9f {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 245, 255, 0.15);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.dropdown_0c9f:hover {
    transform: translateY(-5px);
    border-color: var(--color-accent-cyan);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 245, 255, 0.1);
}

.dropdown_0c9f h4 {
    color: var(--color-accent-gold);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.dropdown_0c9f .header-old-5c9d {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    margin-bottom: 0.75rem;
}

.dropdown_0c9f .button-ecf3 {
    display: inline-block;
    background: rgba(0, 255, 136, 0.2);
    color: var(--color-accent-lime);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.dropdown_0c9f p {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    margin-bottom: 0;
}

/* ==================== */
/* 联系支持卡片 */
/* ==================== */
.alert_e417 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.mask-15f0 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.mask-15f0:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 255, 136, 0.2);
}

.mask-15f0 .fast-8fca {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.mask-15f0 h4 {
    color: var(--color-accent-lime);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.mask-15f0 .grid_cold_09f8 {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    margin-bottom: 0.25rem;
}

.mask-15f0 .grid_cold_09f8 strong {
    color: var(--color-text-primary);
}

.mask-15f0 .grid_thick_fe46 {
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

/* ==================== */
/* 响应式调整 */
/* ==================== */
@media (max-width: 992px) {
    .avatar-0c95,
    .progress_f944,
    .primary_dynamic_0bf4,
    .north-298a {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .fluid_de6a {
        padding: 1.5rem 1rem;
    }
    
    .yellow-01bc {
        font-size: 1.75rem;
    }
    
    
    .west_32e1 {
        padding: 1.25rem;
        font-size: 1rem;
    }
    
    .hovered-9cfa {
        padding: 0 1.25rem 1.25rem 1.25rem;
    }
    
    .accordion-0ae6 {
        min-width: 120px;
    }
    
    .chip_fixed_747b {
        grid-template-columns: 1fr;
    }
    
    .alert_e417 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .yellow-01bc {
        font-size: 1.5rem;
    }
    
    .tertiary-ca2d {
        font-size: 0.85rem;
    }
    
    .west_32e1 {
        font-size: 0.95rem;
    }
    
    .popup_97a0 {
        padding: 1.25rem 1rem;
    }
    
    .popup_97a0 h2 {
        font-size: 1.25rem;
    }
}

/* ==================== */
/* Trust Signals - E-E-A-T */
/* ==================== */
.grid-stone-8b57 {
    background: linear-gradient(135deg, rgba(18, 18, 42, 0.9) 0%, rgba(10, 10, 26, 0.9) 100%);
    border: 1px solid rgba(0, 245, 255, 0.2);
    border-radius: var(--radius-xl);
    padding: 2rem;
}

.picture-047a {
    text-align: center;
    margin-bottom: 2rem;
}

.gallery-9c2e {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}

.pattern-1005 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 245, 255, 0.15);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    text-align: center;
    transition: all 0.3s ease;
}

.pattern-1005:hover {
    transform: translateY(-3px);
    border-color: var(--color-accent-cyan);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.accent-small-2470 {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.75rem;
}

.footer_e371 {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.footer_e371 strong {
    font-size: 0.9rem;
    color: var(--color-text-primary);
}

.footer_e371 span {
    font-size: 0.75rem;
    color: var(--color-text-muted);
}

.north-083d {
    color: var(--color-accent-lime) !important;
    font-weight: 600;
}

/* ==================== */
/* Footer - E-E-A-T Enhanced */
/* ==================== */
footer {
    background: linear-gradient(180deg, rgba(10, 10, 26, 0.95) 0%, rgba(5, 5, 15, 1) 100%);
    border-top: 1px solid rgba(0, 245, 255, 0.1);
    padding: 3rem 0 2rem;
    margin-top: 3rem;
}

.search_509f {
    text-align: left;
    max-width: 900px;
    margin: 0 auto 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.search_509f h2 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--color-accent-cyan);
    margin-bottom: 1rem;
}

.search_509f h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    color: var(--color-accent-gold);
    margin: 1.5rem 0 0.5rem;
}

.current_d750 p {
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.banner_under_73d3 {
    background: rgba(0, 245, 255, 0.05);
    border-left: 3px solid var(--color-accent-cyan);
    padding: 1rem 1.25rem;
    margin-top: 1.5rem;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.banner_under_73d3 p {
    margin: 0.3rem 0;
    font-size: 0.85rem;
    color: var(--color-text-secondary);
}

.pro_0e41 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.large-6f9f {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
}

.large-6f9f strong {
    display: block;
    font-size: 0.8rem;
    color: var(--color-accent-gold);
    margin-bottom: 0.25rem;
}

.large-6f9f span {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

.hard_9fef {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hard_9fef a {
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.hard_9fef a:hover {
    color: var(--color-accent-cyan);
}

/* Legal Sections */
.hero_fluid_c214 {
    padding-top: 2rem;
}

.hero_fluid_c214 .frame_clean_fa55 {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    font-style: italic;
    margin-bottom: 1.5rem;
}

.hero_fluid_c214 p {
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.lite-b60c {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lite-b60c p {
    color: var(--color-text-muted);
    font-size: 0.85rem;
    margin: 0.5rem 0;
}

/* Footer Responsive */
@media (max-width: 768px) {
    .gallery-9c2e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pro_0e41 {
        grid-template-columns: 1fr;
    }
    
    .hard_9fef {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .search_509f {
        padding: 0 1rem 2rem;
    }
}

/* css-noise: ae13 */
.promo-block-l7 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
