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

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

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

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

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

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

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

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

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

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

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

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

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

.modal_5724.chip-a60f {
    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;
}

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

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

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

.modal_5724.chip-a60f .liquid_edd1 {
    font-size: 4rem;
    animation: float 3s ease-in-out infinite;
}

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

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

.modal_5724.chip-a60f .old-e957 { color: #ffd700; }
.modal_5724.picture_c062 .old-e957 { color: #c0c0c0; }
.modal_5724.highlight-7239 .old-e957 { color: #cd7f32; }

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

.modal_5724.chip-a60f .video-8ad2 {
    font-size: 1.3rem;
}

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

.logo-full-4eba {
    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);
}

.logo_52ea {
    text-align: center;
}

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

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

.logo_52ea .secondary_static_aae2.new-a09e {
    color: #ffd700;
    font-size: 1.3rem;
}

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

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

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

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

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

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

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

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

.tag-full-1bcf {
    text-align: center;
}

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

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

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

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

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

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

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

.dirty-109a {
    font-size: 1.5rem;
    flex-shrink: 0;
}

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

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

/* Responsive */
@media (max-width: 992px) {
    .chip-f306 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .modal_5724 {
        order: 2;
    }
    
    .modal_5724.chip-a60f {
        order: 1;
        padding: 1.5rem;
    }
    
    .modal_5724.chip-a60f .liquid_edd1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .media_wide_1773 {
        grid-template-columns: 1fr;
    }
    
    .fluid_1089 {
        padding: 1rem;
    }
    
    .accent_smooth_ae24 {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .tag-full-1bcf {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .bronze_56d4 {
        flex-direction: column;
        text-align: center;
    }
}

/* ==================== */
/* 获奖展示卡片 */
/* ==================== */
.next-3aa5 {
    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 */
/* ==================== */
.mask-964a {
    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_155c {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
}

.article_ee07 {
    font-size: 2rem;
}

.mask-d21a {
    display: flex;
    flex-direction: column;
}

.mask-d21a .orange-0712 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-accent-gold);
}

.mask-d21a .badge-under-15c0 {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

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

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

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

.section-da4d.bottom_e98b .clean_8a96 {
    width: 3rem;
    height: 3rem;
    border-color: var(--color-accent-gold);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.advanced-bfac {
    font-size: 1.1rem;
}

.section-da4d.bottom_e98b .advanced-bfac {
    font-size: 1.4rem;
}

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

.section-da4d.bottom_e98b .pro_cb14 {
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.1);
}

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

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

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

.main-gas-f751 {
    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;
}

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

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

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

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

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

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

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

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

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

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

.caption_953e.new-a09e {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.3);
}

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

.caption_953e .container-glass-6341 {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-text-primary);
}

.caption_953e.new-a09e .container-glass-6341 {
    color: var(--color-accent-cyan);
}

.gold_53a8 {
    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) {
    .mask-964a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pagination_9d58 {
        padding-left: 2.5rem;
    }
    
    .pagination_9d58::before {
        left: 0.75rem;
    }
    
    .clean_8a96 {
        left: -2rem;
        width: 2rem;
        height: 2rem;
    }
    
    .section-da4d.bottom_e98b .clean_8a96 {
        width: 2.25rem;
        height: 2.25rem;
    }
    
    .advanced-bfac {
        font-size: 0.9rem;
    }
    
    .pro_cb14 {
        padding: 1rem;
    }
    
    .pro_3459 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .main-gas-f751 {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }
}

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

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

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

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

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

.sidebar-full-5980 {
    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;
}

.sidebar-full-5980: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);
}

.sidebar-full-5980 .list-lower-ab9c {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sidebar-full-5980 .cold-d62e {
    font-size: 2rem;
}

.sidebar-full-5980 .outline_a5e4 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sidebar-full-5980 .avatar-072f {
    font-size: 0.7rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar-full-5980 .avatar-solid-51b6 {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-accent-gold);
}

.sidebar-full-5980 .left-00aa {
    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;
}

.sidebar-full-5980 .main-c893 {
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

.sidebar-full-5980 .in_a689 {
    margin: 0.75rem 0 0 0;
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider_green_df1a.new-a09e {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.3);
}

.menu_3e58 {
    font-size: 1.1rem;
}

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

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

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

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

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

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

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

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

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

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

.text-hard-ab46 {
    flex: 1;
}

.text-hard-ab46 .south_ffe3 {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--color-text-primary);
}

.text-hard-ab46 .slow_aa1c {
    font-size: 0.75rem;
    color: var(--color-accent-lime);
}

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

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

.outline_2a60 {
    font-size: 1.25rem;
}

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

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

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

.picture-162f {
    padding: 1rem;
    border-radius: var(--radius-sm);
}

.picture-162f.row-0aab {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.picture-162f.smooth-f6ec {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.2);
}

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

.picture-162f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

/* VIP Levels */
.summary-up-2c5e {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}

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

.shadow_6138.highlight-7239 { border-left: 3px solid #cd7f32; }
.shadow_6138.picture_c062 { border-left: 3px solid #c0c0c0; }
.shadow_6138.chip-a60f { border-left: 3px solid #ffd700; }
.shadow_6138.static-894f { border-left: 3px solid #e5e4e2; }
.shadow_6138.next_f63e { border-left: 3px solid #00f5ff; }

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

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

.tabs-21ea {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.3rem;
}

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

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

/* Knowledge Center Responsive */
@media (max-width: 768px) {
    .green_3954 {
        grid-template-columns: 1fr;
    }
    
    .wide-c926 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .slider-676f {
        grid-template-columns: 1fr;
    }
    
    .shadow_plasma_42aa {
        grid-template-columns: 1fr;
    }
    
    .popup_dim_60b8 {
        grid-template-columns: 1fr;
    }
    
    .dim_f3fb {
        grid-template-columns: 1fr;
    }
    
    .old-c1b5 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.hover-acd9 {
    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 */
.link-north-ce7a {
    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;
}

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

.secondary_bright_4076 {
    font-size: 1.5rem;
}

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

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

.secondary-orange-88b5 {
    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);
}

.secondary-orange-88b5 span:first-child {
    font-size: 1.1rem;
    flex-shrink: 0;
}

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

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

.active_silver_7e85 {
    font-size: 2.5rem;
}

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

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

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

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

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

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

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

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

/* Safe Gaming Responsive */
@media (max-width: 768px) {
    .background_dirty_271f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .paragraph_current_cbbf {
        grid-template-columns: 1fr;
    }
    
    .dropdown_middle_f0a2 {
        grid-template-columns: 1fr;
    }
    
    .mask_brown_8a5d {
        flex-direction: column;
        text-align: center;
    }
}

.photo-medium-6a67 p {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.photo-medium-6a67 a {
    color: var(--color-accent-cyan);
}

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

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

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

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

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

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

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

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

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

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

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

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

.element-b6ae .box_prev_8985 {
    background: rgba(0, 255, 136, 0.1);
}

.element-b6ae .box_prev_8985 td:first-child {
    color: var(--color-accent-lime);
    font-weight: 700;
}

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

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

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

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

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

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

.module_a851.highlight-7239 { color: #cd7f32; }
.module_a851.picture_c062 { color: #c0c0c0; }
.module_a851.chip-a60f { color: #ffd700; }
.module_a851.static-894f { color: #e5e4e2; }
.module_a851.next_f63e { color: #b9f2ff; }

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

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

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

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

.detail_tall_cb84 .action_75ba {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.secondary_7a77 .module-befe {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

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

.secondary_7a77 .tabs_4ee3 {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    margin-bottom: 0.25rem;
}

.secondary_7a77 .tabs_4ee3 strong {
    color: var(--color-text-primary);
}

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

/* ==================== */
/* 响应式调整 */
/* ==================== */
@media (max-width: 992px) {
    .next-3aa5,
    .tiny-7587,
    .fresh_1803,
    .notification-west-9463 {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .next_fdfe {
        padding: 1.5rem 1rem;
    }
    
    .orange-0712 {
        font-size: 1.75rem;
    }
    
    
    .media_cb74 {
        padding: 1.25rem;
        font-size: 1rem;
    }
    
    .accent_cold_30d7 {
        padding: 0 1.25rem 1.25rem 1.25rem;
    }
    
    .next-6946 {
        min-width: 120px;
    }
    
    .south-504f {
        grid-template-columns: 1fr;
    }
    
    .notification_down_6269 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .orange-0712 {
        font-size: 1.5rem;
    }
    
    .module_c8d5 {
        font-size: 0.85rem;
    }
    
    .media_cb74 {
        font-size: 0.95rem;
    }
    
    .purple_a608 {
        padding: 1.25rem 1rem;
    }
    
    .purple_a608 h2 {
        font-size: 1.25rem;
    }
}

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

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

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

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

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

.section-4013 {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-bronze-d202 {
    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);
}

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

.header-bronze-d202 a:hover {
    color: var(--color-accent-cyan);
}

/* Legal Sections */
.status-hot-d0fd {
    padding-top: 2rem;
}

.status-hot-d0fd .status-south-12df {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    font-style: italic;
    margin-bottom: 1.5rem;
}

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

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

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

/* Footer Responsive */
@media (max-width: 768px) {
    .filter_de78 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .plasma-b841 {
        grid-template-columns: 1fr;
    }
    
    .header-bronze-d202 {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .south_05e6 {
        padding: 0 1rem 2rem;
    }
}

/* css-noise: 2699 */
.promo-block-h5 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
