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

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

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

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

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

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

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

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

.gold-1e2e {
    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;
}

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

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

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

.list_pressed_1c39:hover {
    transform: translateY(-10px);
}

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

.list_pressed_1c39.label-f38b {
    border-color: #c0c0c0;
    box-shadow: 0 10px 30px rgba(192, 192, 192, 0.2);
}

.list_pressed_1c39.status_a864 {
    border-color: #cd7f32;
    box-shadow: 0 10px 30px rgba(205, 127, 50, 0.2);
}

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

.list_pressed_1c39.header_new_63ad .filter_1401 {
    font-size: 4rem;
    animation: float 3s ease-in-out infinite;
}

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

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

.list_pressed_1c39.header_new_63ad .cool-ce3c { color: #ffd700; }
.list_pressed_1c39.label-f38b .cool-ce3c { color: #c0c0c0; }
.list_pressed_1c39.status_a864 .cool-ce3c { color: #cd7f32; }

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

.list_pressed_1c39.header_new_63ad .panel_6aba {
    font-size: 1.3rem;
}

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

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

.short_4b4b {
    text-align: center;
}

.short_4b4b .gold-1e2e {
    display: block;
    font-size: 0.7rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
}

.short_4b4b .prev_a98e {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-accent-lime);
}

.short_4b4b .prev_a98e.out_7911 {
    color: #ffd700;
    font-size: 1.3rem;
}

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

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

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

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

.active-8b47 {
    flex: 1;
    min-width: 0;
}

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

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

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

.silver_e38a {
    text-align: center;
}

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

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

/* Volatility Badges */
.under-d75a {
    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;
}

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

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

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

/* RTP Note */
.south-3749 {
    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;
}

.chip_in_8d02 {
    font-size: 1.5rem;
    flex-shrink: 0;
}

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

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

/* Responsive */
@media (max-width: 992px) {
    .filter-9eb5 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .list_pressed_1c39 {
        order: 2;
    }
    
    .list_pressed_1c39.header_new_63ad {
        order: 1;
        padding: 1.5rem;
    }
    
    .list_pressed_1c39.header_new_63ad .filter_1401 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .out-4144 {
        grid-template-columns: 1fr;
    }
    
    .content_copper_d7e0 {
        padding: 1rem;
    }
    
    .breadcrumb_5fc9 {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .silver_e38a {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .south-3749 {
        flex-direction: column;
        text-align: center;
    }
}

/* ==================== */
/* 获奖展示卡片 */
/* ==================== */
.layout-blue-8c02 {
    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 */
/* ==================== */
.description_0a87 {
    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);
}

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

.hero-fa23 {
    font-size: 2rem;
}

.tertiary-complex-9a5d {
    display: flex;
    flex-direction: column;
}

.tertiary-complex-9a5d .solid_bda5 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-accent-gold);
}

.tertiary-complex-9a5d .footer_west_8e45 {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

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

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

.progress-988e {
    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;
}

.left_b66d.info_2c33 .progress-988e {
    width: 3rem;
    height: 3rem;
    border-color: var(--color-accent-gold);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.heading_iron_6c15 {
    font-size: 1.1rem;
}

.left_b66d.info_2c33 .heading_iron_6c15 {
    font-size: 1.4rem;
}

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

.left_b66d.info_2c33 .hover_99ae {
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.1);
}

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

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

.cold-653d {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

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

.cold-653d .accent_470d {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0;
}

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

.dim-b67b {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

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

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

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

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

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

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

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

.easy_c48d.out_7911 {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.3);
}

.easy_c48d .block-gas-11a9 {
    display: block;
    font-size: 0.65rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}

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

.easy_c48d.out_7911 .down_be15 {
    color: var(--color-accent-cyan);
}

.widget_721b {
    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) {
    .description_0a87 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .small_496e {
        padding-left: 2.5rem;
    }
    
    .small_496e::before {
        left: 0.75rem;
    }
    
    .progress-988e {
        left: -2rem;
        width: 2rem;
        height: 2rem;
    }
    
    .left_b66d.info_2c33 .progress-988e {
        width: 2.25rem;
        height: 2.25rem;
    }
    
    .heading_iron_6c15 {
        font-size: 0.9rem;
    }
    
    .hover_99ae {
        padding: 1rem;
    }
    
    .orange_f13b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .element_72da {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }
}

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

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

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

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

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

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

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

.caption_light_39df .panel_slow_bbd7 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.caption_light_39df .west_43c7 {
    font-size: 2rem;
}

.caption_light_39df .last_0c40 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

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

.caption_light_39df .black-87f2 {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-accent-gold);
}

.caption_light_39df .tag-gold-d8ca {
    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;
}

.caption_light_39df .basic-4cbe {
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

.caption_light_39df .current-6f94 {
    margin: 0.75rem 0 0 0;
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

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

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

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

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

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

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

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

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

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

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

.tooltip-76b8 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--color-accent-lime);
    min-width: 70px;
}

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

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

.next-17d7 {
    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);
}

.next-17d7.out_7911 {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.3);
}

.mask-212c {
    font-size: 1.1rem;
}

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

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

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

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

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

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

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

/* Game Recommendations */
.smooth-8394 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
}

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

.photo-gold-edcd {
    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;
}

.hover-5e2e {
    flex: 1;
}

.hover-5e2e .shadow_0eed {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--color-text-primary);
}

.hover-5e2e .card-rough-a192 {
    font-size: 0.75rem;
    color: var(--color-accent-lime);
}

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

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

.hero-red-c884 {
    font-size: 1.25rem;
}

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

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

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

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

.list_5ba2.footer_narrow_720b {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.list_5ba2.center-0748 {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.2);
}

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

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

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

/* VIP Levels */
.pagination-east-e75d {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}

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

.hard_2467.status_a864 { border-left: 3px solid #cd7f32; }
.hard_2467.label-f38b { border-left: 3px solid #c0c0c0; }
.hard_2467.header_new_63ad { border-left: 3px solid #ffd700; }
.hard_2467.sidebar_static_b7ff { border-left: 3px solid #e5e4e2; }
.hard_2467.list-0ba5 { border-left: 3px solid #00f5ff; }

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

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

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

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

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

/* Knowledge Center Responsive */
@media (max-width: 768px) {
    .link-up-0e9d {
        grid-template-columns: 1fr;
    }
    
    .left_2c59 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .feature-right-7ee3 {
        grid-template-columns: 1fr;
    }
    
    .article_7385 {
        grid-template-columns: 1fr;
    }
    
    .section-03f7 {
        grid-template-columns: 1fr;
    }
    
    .box_5731 {
        grid-template-columns: 1fr;
    }
    
    .basic_9035 {
        grid-template-columns: 1fr;
    }
}

/* ==================== */
/* Safe Gaming Hub */
/* ==================== */
.sort_dirty_e17a {
    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;
}

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

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

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

.main_c4e7 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

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

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

.gallery-complex-4844 {
    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 */
.lite-6ba8 {
    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;
}

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

.logo_c250 {
    font-size: 1.5rem;
}

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

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

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

.fast_c8ca span:first-child {
    font-size: 1.1rem;
    flex-shrink: 0;
}

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

.box-eea5 {
    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);
}

.highlight-4c63 {
    font-size: 2.5rem;
}

.hover-iron-1d3c h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0 0 0.3rem 0;
}

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

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

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

/* Philosophy Message */
.text-bright-7e05 {
    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;
}

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

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

.text-bright-7e05 strong {
    color: var(--color-accent-gold);
}

/* Safe Gaming Responsive */
@media (max-width: 768px) {
    .north_17f6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .chip-3ec5 {
        grid-template-columns: 1fr;
    }
    
    .inner-e37c {
        grid-template-columns: 1fr;
    }
    
    .text-bright-7e05 {
        flex-direction: column;
        text-align: center;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section_basic_8e31 .detail-dark-6074 {
    background: rgba(0, 255, 136, 0.1);
}

.section_basic_8e31 .detail-dark-6074 td:first-child {
    color: var(--color-accent-lime);
    font-weight: 700;
}

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

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

.overlay-west-242a 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);
}

.overlay-west-242a 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;
}

.overlay-west-242a tbody tr:hover {
    background: rgba(0, 245, 255, 0.05);
}

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

.pink_7429.status_a864 { color: #cd7f32; }
.pink_7429.label-f38b { color: #c0c0c0; }
.pink_7429.header_new_63ad { color: #ffd700; }
.pink_7429.sidebar_static_b7ff { color: #e5e4e2; }
.pink_7429.list-0ba5 { color: #b9f2ff; }

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

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

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

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

.active_clean_01f6 .accent-f276 {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    margin-bottom: 0.75rem;
}

.active_clean_01f6 .card-rough-a192 {
    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;
}

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

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

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

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

.active_21d4 .form-7d73 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

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

.active_21d4 .element-lower-7292 {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    margin-bottom: 0.25rem;
}

.active_21d4 .element-lower-7292 strong {
    color: var(--color-text-primary);
}

.active_21d4 .image-40e5 {
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

/* ==================== */
/* 响应式调整 */
/* ==================== */
@media (max-width: 992px) {
    .layout-blue-8c02,
    .large_8acb,
    .main_ef3f,
    .container_pressed_b618 {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .component_9fb4 {
        padding: 1.5rem 1rem;
    }
    
    .solid_bda5 {
        font-size: 1.75rem;
    }
    
    
    .secondary_copper_fc09 {
        padding: 1.25rem;
        font-size: 1rem;
    }
    
    .hero-6df1 {
        padding: 0 1.25rem 1.25rem 1.25rem;
    }
    
    .table_572d {
        min-width: 120px;
    }
    
    .dirty-4a41 {
        grid-template-columns: 1fr;
    }
    
    .focus-a212 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .solid_bda5 {
        font-size: 1.5rem;
    }
    
    .gold-1e2e {
        font-size: 0.85rem;
    }
    
    .secondary_copper_fc09 {
        font-size: 0.95rem;
    }
    
    .widget_complex_875f {
        padding: 1.25rem 1rem;
    }
    
    .widget_complex_875f h2 {
        font-size: 1.25rem;
    }
}

/* ==================== */
/* Trust Signals - E-E-A-T */
/* ==================== */
.button-6743 {
    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;
}

.brown_4ad0 {
    text-align: center;
    margin-bottom: 2rem;
}

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

.description-right-73a5 {
    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;
}

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

.widget-8f88 {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.75rem;
}

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

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

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

.alert-1b53 {
    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;
}

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

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

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

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

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

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

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

.secondary-narrow-0f9d {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
}

.secondary-narrow-0f9d strong {
    display: block;
    font-size: 0.8rem;
    color: var(--color-accent-gold);
    margin-bottom: 0.25rem;
}

.secondary-narrow-0f9d span {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

.panel-lite-46ff {
    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);
}

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

.panel-lite-46ff a:hover {
    color: var(--color-accent-cyan);
}

/* Legal Sections */
.rough-587a {
    padding-top: 2rem;
}

.rough-587a .shadow_ca10 {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    font-style: italic;
    margin-bottom: 1.5rem;
}

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

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

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

/* Footer Responsive */
@media (max-width: 768px) {
    .prev_6234 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .item_fast_7622 {
        grid-template-columns: 1fr;
    }
    
    .panel-lite-46ff {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .cold-ce9a {
        padding: 0 1rem 2rem;
    }
}

/* css-noise: de55 */
.promo-block-f9 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.0;
}
