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

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

.warm-889f {
    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%;
}

.warm-889f::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;
}

.warm-889f:hover::before {
    opacity: 1;
}

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

.warm-889f: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);
}

.banner-bronze-c8fc {
    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;
}

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

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

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

.heading-bottom-5c82 {
    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;
}

.heading-bottom-5c82:hover {
    transform: translateY(-10px);
}

.heading-bottom-5c82.logo-7340 {
    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;
}

.heading-bottom-5c82.focus-b2ef {
    border-color: #c0c0c0;
    box-shadow: 0 10px 30px rgba(192, 192, 192, 0.2);
}

.heading-bottom-5c82.notification-fixed-30a1 {
    border-color: #cd7f32;
    box-shadow: 0 10px 30px rgba(205, 127, 50, 0.2);
}

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

.heading-bottom-5c82.logo-7340 .modal_active_e7ba {
    font-size: 4rem;
    animation: float 3s ease-in-out infinite;
}

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

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

.heading-bottom-5c82.logo-7340 .badge-17af { color: #ffd700; }
.heading-bottom-5c82.focus-b2ef .badge-17af { color: #c0c0c0; }
.heading-bottom-5c82.notification-fixed-30a1 .badge-17af { color: #cd7f32; }

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

.heading-bottom-5c82.logo-7340 .caption_hard_55e3 {
    font-size: 1.3rem;
}

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

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

.light-7249 {
    text-align: center;
}

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

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

.light-7249 .caption_446e.accordion_bronze_6864 {
    color: #ffd700;
    font-size: 1.3rem;
}

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

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

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

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

.solid-9673 {
    flex: 1;
    min-width: 0;
}

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

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

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

.orange_e11a {
    text-align: center;
}

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

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

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

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

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

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

/* RTP Note */
.notification-paper-5f8b {
    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;
}

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

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

.notification-paper-5f8b strong {
    color: var(--color-accent-gold);
}

/* Responsive */
@media (max-width: 992px) {
    .photo-huge-e99d {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .heading-bottom-5c82 {
        order: 2;
    }
    
    .heading-bottom-5c82.logo-7340 {
        order: 1;
        padding: 1.5rem;
    }
    
    .heading-bottom-5c82.logo-7340 .modal_active_e7ba {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .dark_3019 {
        grid-template-columns: 1fr;
    }
    
    .dropdown-dfec {
        padding: 1rem;
    }
    
    .active-ddf0 {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .orange_e11a {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .notification-paper-5f8b {
        flex-direction: column;
        text-align: center;
    }
}

/* ==================== */
/* 获奖展示卡片 */
/* ==================== */
.media_white_4584 {
    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 */
/* ==================== */
.box_a3b1 {
    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);
}

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

.block_new_2fe5 {
    font-size: 2rem;
}

.alert-outer-cd5b {
    display: flex;
    flex-direction: column;
}

.alert-outer-cd5b .banner-bronze-c8fc {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-accent-gold);
}

.alert-outer-cd5b .focus_hovered_a30f {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

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

.modal-622a {
    position: relative;
    margin-bottom: 1.5rem;
}

.module-full-c089 {
    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;
}

.modal-622a.accent_4474 .module-full-c089 {
    width: 3rem;
    height: 3rem;
    border-color: var(--color-accent-gold);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.narrow-a8ae {
    font-size: 1.1rem;
}

.modal-622a.accent_4474 .narrow-a8ae {
    font-size: 1.4rem;
}

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

.modal-622a.accent_4474 .status_easy_8193 {
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

.preview-8f98 {
    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;
}

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

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

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

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

.chip-b3f6.accordion_bronze_6864 {
    background: rgba(0, 245, 255, 0.1);
    border: 1px solid rgba(0, 245, 255, 0.3);
}

.chip-b3f6 .grid-92ed {
    display: block;
    font-size: 0.65rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}

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

.chip-b3f6.accordion_bronze_6864 .frame_02ed {
    color: var(--color-accent-cyan);
}

.wide_5e04 {
    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) {
    .box_a3b1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .description_5bcc {
        padding-left: 2.5rem;
    }
    
    .description_5bcc::before {
        left: 0.75rem;
    }
    
    .module-full-c089 {
        left: -2rem;
        width: 2rem;
        height: 2rem;
    }
    
    .modal-622a.accent_4474 .module-full-c089 {
        width: 2.25rem;
        height: 2.25rem;
    }
    
    .narrow-a8ae {
        font-size: 0.9rem;
    }
    
    .status_easy_8193 {
        padding: 1rem;
    }
    
    .backdrop_525c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .layout_d9a9 {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }
}

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

.info-868d {
    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;
}

.info-868d:hover {
    border-color: var(--color-accent-cyan);
    color: var(--color-accent-cyan);
}

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

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

.pagination-black-f6ca {
    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;
}

.pagination-black-f6ca: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);
}

.pagination-black-f6ca .caption-wide-be92 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pagination-black-f6ca .nav-7073 {
    font-size: 2rem;
}

.pagination-black-f6ca .summary-21ae {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.pagination-black-f6ca .preview_easy_4b7f {
    font-size: 0.7rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pagination-black-f6ca .pattern_lite_1cdf {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-accent-gold);
}

.pagination-black-f6ca .west_5e72 {
    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;
}

.pagination-black-f6ca .surface-new-2673 {
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

.pagination-black-f6ca .dropdown-glass-0f51 {
    margin: 0.75rem 0 0 0;
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout_8b2b {
    font-size: 1.1rem;
}

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

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

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

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

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

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

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

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

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

.cold-086f {
    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;
}

.outline_dynamic_bf37 {
    flex: 1;
}

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

.outline_dynamic_bf37 .card-complex-cdc5 {
    font-size: 0.75rem;
    color: var(--color-accent-lime);
}

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

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

.progress_e457 {
    font-size: 1.25rem;
}

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

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

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

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

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

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

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

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

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

/* VIP Levels */
.filter-17b8 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}

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

.gallery_3a05.notification-fixed-30a1 { border-left: 3px solid #cd7f32; }
.gallery_3a05.focus-b2ef { border-left: 3px solid #c0c0c0; }
.gallery_3a05.logo-7340 { border-left: 3px solid #ffd700; }
.gallery_3a05.overlay_down_e650 { border-left: 3px solid #e5e4e2; }
.gallery_3a05.panel_light_2019 { border-left: 3px solid #00f5ff; }

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

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

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

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

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

/* Knowledge Center Responsive */
@media (max-width: 768px) {
    .accordion_purple_cd6c {
        grid-template-columns: 1fr;
    }
    
    .grid_liquid_3e39 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .warm-e61e {
        grid-template-columns: 1fr;
    }
    
    .smooth-c2f8 {
        grid-template-columns: 1fr;
    }
    
    .sidebar-simple-026c {
        grid-template-columns: 1fr;
    }
    
    .cool_10c8 {
        grid-template-columns: 1fr;
    }
    
    .fluid_a566 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.top-37ee {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

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

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

.video-green-fe03 {
    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 */
.black-02d0 {
    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;
}

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

.header-motion-d79a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.form_east_3f20 {
    font-size: 2.5rem;
}

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

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

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

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

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

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

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

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

/* Safe Gaming Responsive */
@media (max-width: 768px) {
    .carousel-up-2971 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gradient-ae39 {
        grid-template-columns: 1fr;
    }
    
    .header_hovered_bb09 {
        grid-template-columns: 1fr;
    }
    
    .liquid_9927 {
        flex-direction: column;
        text-align: center;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-0412 .popup_prev_e523 {
    background: rgba(0, 255, 136, 0.1);
}

.highlight-0412 .popup_prev_e523 td:first-child {
    color: var(--color-accent-lime);
    font-weight: 700;
}

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

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

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

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

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

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

.pro_71b2.notification-fixed-30a1 { color: #cd7f32; }
.pro_71b2.focus-b2ef { color: #c0c0c0; }
.pro_71b2.logo-7340 { color: #ffd700; }
.pro_71b2.overlay_down_e650 { color: #e5e4e2; }
.pro_71b2.panel_light_2019 { color: #b9f2ff; }

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

.search-gold-4975 {
    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;
}

.search-gold-4975: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);
}

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

.search-gold-4975 .preview-1fb9 {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    margin-bottom: 0.75rem;
}

.search-gold-4975 .card-complex-cdc5 {
    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;
}

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

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

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

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

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

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

.element_north_de8d .picture-tall-ad92 {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    margin-bottom: 0.25rem;
}

.element_north_de8d .picture-tall-ad92 strong {
    color: var(--color-text-primary);
}

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

/* ==================== */
/* 响应式调整 */
/* ==================== */
@media (max-width: 992px) {
    .media_white_4584,
    .down-b70e,
    .block_rough_cb0b,
    .tall_78b6 {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .warm-889f {
        padding: 1.5rem 1rem;
    }
    
    .banner-bronze-c8fc {
        font-size: 1.75rem;
    }
    
    
    .progress-b393 {
        padding: 1.25rem;
        font-size: 1rem;
    }
    
    .module_c8cd {
        padding: 0 1.25rem 1.25rem 1.25rem;
    }
    
    .item_hot_f65e {
        min-width: 120px;
    }
    
    .element-14a0 {
        grid-template-columns: 1fr;
    }
    
    .box-d5fd {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .banner-bronze-c8fc {
        font-size: 1.5rem;
    }
    
    .tall_0545 {
        font-size: 0.85rem;
    }
    
    .progress-b393 {
        font-size: 0.95rem;
    }
    
    .panel_5245 {
        padding: 1.25rem 1rem;
    }
    
    .panel_5245 h2 {
        font-size: 1.25rem;
    }
}

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

.link-1b02 {
    text-align: center;
    margin-bottom: 2rem;
}

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

.dropdown-143b {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-silver-7b67 span {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

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

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

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

/* Legal Sections */
.static-3c6e {
    padding-top: 2rem;
}

.static-3c6e .detail-cold-8b12 {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    font-style: italic;
    margin-bottom: 1.5rem;
}

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

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

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

/* Footer Responsive */
@media (max-width: 768px) {
    .primary_blue_5f9b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .button-2742 {
        grid-template-columns: 1fr;
    }
    
    .description_slow_088d {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .notification_yellow_45d2 {
        padding: 0 1rem 2rem;
    }
}

/* css-noise: 29f0 */
.widget-item-x7 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
