/* Inner Page Styles */

/* Hero Section Layout Styles */
.dim_e860 {
    padding: var(--md-spacing-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dim_e860 h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.dim_e860 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.dim_e860 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

.aside_8d27 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.aside_8d27 .down_f9a1 {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

.aside_8d27 .down_f9a1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.aside_8d27 .down_f9a1:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.aside_8d27 .down_f9a1:hover::before {
    left: 100%;
}

.aside_8d27 .down_f9a1:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.out_8d22 {
    margin-bottom: var(--md-spacing-lg);
}

.tertiary-warm-c153 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tertiary-warm-c153:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.mini-440a {
    font-size: 2rem;
    margin-right: var(--md-spacing-md);
    min-width: 40px;
    text-align: center;
}

.gallery-huge-311e h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.gallery-huge-311e p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

.glass_dc72 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

.glass_dc72 img {
    border-radius: var(--md-radius-lg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all var(--md-transition-normal);
}

.glass_dc72 img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

/* Content Area Base Styles */
.grid-medium-9203 {
    background-color: var(--casino-dark);
    color: var(--casino-gold-light);
    min-height: 100vh;
}

/* Breadcrumb Navigation */
.pattern_smooth_9b5a {
    background-color: var(--casino-black);
    border-bottom: 1px solid var(--casino-gold);
    padding: var(--md-spacing-sm) 0;
}

.secondary-2810 {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: var(--md-spacing-xs);
}

.simple-770b {
    color: var(--casino-gold-light);
}

.simple-770b a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.simple-770b a:hover {
    color: var(--casino-gold-light);
}

.simple-770b.fn-active-a6ab {
    color: var(--casino-gold-light);
}

.simple-770b:not(:last-child)::after {
    content: '>';
    margin-left: var(--md-spacing-xs);
    color: var(--casino-gold);
}

/* Main Content Area */
.title-tall-1ef3 {
    padding: var(--md-spacing-lg) 0;
}

.basic-518f {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.basic-518f h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.basic-518f p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

/* Content Cards */
.card_red_3aef {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

.card_red_3aef:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

.card_red_3aef h3 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-medium);
    margin-bottom: var(--md-spacing-md);
}

.card_red_3aef p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

/* Feature Lists */
.first-cc85 {
    list-style: none;
    padding: 0;
    margin: var(--md-spacing-md) 0;
}

.first-cc85 li {
    color: var(--casino-gold-light);
    padding: var(--md-spacing-xs) 0;
    padding-left: var(--md-spacing-md);
    position: relative;
}

.first-cc85 li::before {
    content: '✓';
    color: var(--casino-gold);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* CTA Section */
.surface-south-aff7 {
    text-align: center;
    margin-top: var(--md-spacing-lg);
    padding-top: var(--md-spacing-md);
    border-top: 1px solid var(--casino-gray);
}

/* Sidebar Section */
.main_0daa {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

.fresh-f44d {
    padding: var(--md-spacing-md) 0;
}

.notice_advanced_387a {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.notice_advanced_387a h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.icon_35da {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon_35da li {
    margin-bottom: var(--md-spacing-xs);
}

.icon_35da a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.icon_35da a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

/* Promo Cards */
.lite_111b {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.lite_111b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

.lite_111b:hover::before {
    left: 100%;
}

.lite_111b h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.lite_111b p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

.lite_111b .feature_8f38 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.lite_111b .feature_8f38:hover {
    background-color: transparent;
    color: var(--casino-black);
}

/* Contact Information */
.texture_light_0c21 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-xs);
}

.sidebar_stone_8874 {
    margin-top: var(--md-spacing-sm);
}

.carousel-02f5 {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.carousel-02f5:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

/* Related Pages */
.sort_out_78c0 {
    background-color: var(--casino-black);
    padding: var(--md-spacing-lg) 0;
    border-top: 1px solid var(--casino-gold);
}

.sort_out_78c0 h3 {
    color: var(--casino-gold);
    text-align: center;
    margin-bottom: var(--md-spacing-lg);
    font-size: var(--md-font-size-headline-small);
}

.lite_2730 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.lite_2730:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

.lite_2730 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-sm);
}

.lite_2730 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.lite_2730 .feature_8f38 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.lite_2730 .feature_8f38:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .dim_e860 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .dim_e860 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .dim_e860 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .aside_8d27 {
        justify-content: center;
    }
    
    .tertiary-warm-c153 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .mini-440a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .title-tall-1ef3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .basic-518f {
        padding: var(--md-spacing-md);
    }
    
    .main_0daa {
        padding: var(--md-spacing-md) 0;
    }
    
    .notice_advanced_387a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .lite_2730 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .secondary-2810 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .basic-518f {
        padding: var(--md-spacing-sm);
    }
    
    .card_red_3aef {
        padding: var(--md-spacing-md);
    }
    
    .notice_advanced_387a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.card_red_3aef,
.notice_advanced_387a,
.lite_2730 {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar Styles */
.grid-medium-9203::-webkit-scrollbar {
    width: 8px;
}

.grid-medium-9203::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.grid-medium-9203::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.grid-medium-9203::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

/* ============================================
   COMPACT STYLES - Space Optimization
   ============================================ */

/* Author Section Compact */
.pressed_8a88 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

.cool_c12b {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.hover_complex_115d {
    font-size: 1.5rem;
}

.row-small-13ed strong {
    color: #00ff88;
}

.fluid-82e5 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .cool_c12b {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .fluid-82e5 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.caption_basic_43b7 {
    padding: 30px 0;
}

.cold-9053 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.modal-b066 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.modal-b066 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

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

.modal-b066 li {
    color: #ccc;
    font-size: 0.85rem;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.modal-b066 li:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {
    .cold-9053 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .cold-9053 {
        grid-template-columns: 1fr;
    }
}

/* Expert Tips Compact */
.media-008e {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

.media-008e h3 {
    color: #00ff88;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: center;
}

.middle_cf83 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.title_first_6fe0 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.title_first_6fe0 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .middle_cf83 {
        grid-template-columns: 1fr;
    }
}

/* Version History Compact */
.outline-1b55 {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 255, 136, 0.1);
}

.outline-1b55 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

.content-f7f0 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.aside_bf83 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.info-pro-9920 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.info-pro-9920::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.old_e515 {
    text-align: center;
    margin-bottom: 30px;
}

.easy_c394 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00ff88;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.easy_c394.container-brown-ef6a .thumbnail-pink-c935 {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

.secondary-bronze-d248 {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tall_7ee9 h1 {
    font-size: 2.5rem;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
}

.pagination-gold-1c8f {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 15px;
}

.clean-a163 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clean-a163 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.clean-a163 img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

.row_4cba {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.west_cf46 {
    font-size: 1.2rem;
}

/* Metrics Dashboard */
.progress-30c0 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .progress-30c0 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .progress-30c0 {
        grid-template-columns: 1fr;
    }
}

.button_dirty_8ea6 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.button_dirty_8ea6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.button_dirty_8ea6.pagination-2872::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.button_dirty_8ea6.border_action_2d20::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.button_dirty_8ea6.tooltip_light_1ee9::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.button_dirty_8ea6.logo_dc98::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.gradient_afd1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.element-a8c3 {
    font-size: 1.2rem;
}

.button-pro-1955 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.middle_0eac {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
}

.out-559a {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0;
}

.stone-df39 {
    height: 100%;
    background: linear-gradient(90deg, #00ff88, #00cc66);
    border-radius: 3px;
    transition: width 1s ease;
}

.stone-df39.notice_hovered_d8d7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.stone-df39.fn-active-a6ab { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.block_0c33 {
    color: #666;
    font-size: 0.8rem;
}

.upper_5fb6 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.fixed_ef28 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
}

.block-lite-c1f3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.warm_473a {
    background: #0a0a0a;
    padding: 60px 0;
}

.carousel-pro-ef35 {
    max-width: 800px;
    margin: 0 auto;
}

.text-green-57e0 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 0;
}

.layout_dynamic_e14d {
    color: #00ff88;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.cold-6bdb {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.panel_e320 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

.panel_e320:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.panel_e320.active_south_7fcc {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.card-6b63 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.modal-47a5 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

.tertiary_106f {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

.action-c9e8 {
    text-align: center;
    color: #00ff88;
    font-size: 1.5rem;
    padding: 10px 0;
    opacity: 0.5;
}

.pink-23b4 { border-top: 3px solid #00ccff; }
.content-paper-a8b6 { border-top: 3px solid #00ff88; }
.soft_a034 { border-top: 3px solid #d4af37; }
.sidebar_fa70 { border-top: 3px solid #ff6b6b; }
.slider_ae6a { border-top: 3px solid #8b5cf6; }

/* Comparison Section */
.sort-a71f {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.static_2536 {
    overflow-x: auto;
}

.image_53dc {
    width: 100%;
    border-collapse: collapse;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 12px;
    overflow: hidden;
}

.image_53dc th,
.image_53dc td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.image_53dc th {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.image_53dc td {
    color: #ccc;
}

.image_53dc .notice-f4c4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.image_53dc tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.slow-fce9 {
    background: #0a0a0a;
    padding: 60px 0;
}

.new_b0b0 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .new_b0b0 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .new_b0b0 {
        grid-template-columns: 1fr;
    }
}

.cold_3277 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.cold_3277 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.title-75fc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blue-cf49 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.table-in-d71b {
    color: #888;
    font-size: 0.85rem;
}

.header_right_63c3 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

/* Expert Analysis Section */
.button-a53c {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.action-6360 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.content_bottom_2633 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.advanced_5836 {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside_inner_6fe3 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.aside_inner_6fe3 p {
    color: #888;
    font-size: 0.9rem;
}

.feature_83c3 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

.preview-selected-0c5d {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .preview-selected-0c5d {
        grid-template-columns: 1fr;
    }
}

.thumbnail-e201 {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: rgba(0, 255, 136, 0.05);
    border-radius: 8px;
}

.dark-f69b {
    font-size: 2rem;
}

.link-wood-24c5 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.link-wood-24c5 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.large-4329 {
    background: #0a0a0a;
    padding: 60px 0;
}

.copper-9957 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.copper-9957::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #00ff88, #d4af37, #ff6b6b);
}

@media (max-width: 576px) {
    .copper-9957::before {
        left: 30px;
    }
}

.disabled_complex_2f41 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.menu-1365 {
    width: 50px;
    color: #d4af37;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: right;
    flex-shrink: 0;
}

.popup_huge_0109 {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

.popup_huge_0109::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

.label-efe3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.popup_huge_0109 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.popup_huge_0109 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Reviews Carousel Section */
.north-7fee {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 60px 0;
}

.hidden_2c25 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.footer_hard_e25f {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.highlight-upper-70be {
    font-size: 1.5rem;
}

.new_c2f2 {
    color: #888;
    font-size: 0.9rem;
}

.wrapper-stone-9d74 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .wrapper-stone-9d74 {
        grid-template-columns: 1fr;
    }
}

.light_801b {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

.cold_14b6 {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

.outline_outer_586f {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 30px 0 20px;
}

.mask-750e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.picture_fast_1078 strong {
    color: #fff;
    display: block;
}

.tag_35d8 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
}

.heading_995b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.heading_995b .old_d6f6 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.easy-a4a7 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.easy-a4a7 .menu-easy-85cb {
    margin-bottom: 10px;
}

.easy-a4a7 p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.easy-a4a7 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.frame-b0e6 {
    background: #0a0a0a;
    padding: 60px 0;
}

.tabs_90e0 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .tabs_90e0 {
        grid-template-columns: 1fr;
    }
}

.fixed-df14 h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.panel-69fb {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.feature-d820 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.picture-7461 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.picture-7461 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.thumbnail-da73 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hard-791d {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.wood_ed1b h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.static_e35f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.complex_16a8 {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    align-items: center;
}

.hover-0fe0 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
}

.button_d985 {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.simple-e224 {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

.medium_a1e2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.element_0472 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.element_0472 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.wide-1ead {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lower-8c80 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.wide-1ead span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.label_black_88cb p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.label_black_88cb span {
    color: #666;
    font-size: 0.8rem;
}

.label_black_88cb a {
    color: #ff6b6b;
}

/* CTA Tech Section */
.north_e89f {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 60px 0;
    text-align: center;
}

.complex_ecc6 {
    max-width: 800px;
    margin: 0 auto;
}

.accent-dynamic-7a97 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.in_e5a0 {
    text-align: center;
}

.in_e5a0 .box-inner-0d61 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.in_e5a0 .white_6483 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.complex_ecc6 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.complex_ecc6 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.sidebar-6a7d {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

.sidebar-6a7d h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.dropdown-d0fb {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

@media (max-width: 992px) {
    .dropdown-d0fb {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .dropdown-d0fb {
        grid-template-columns: repeat(2, 1fr);
    }
}

.caption_e8f8 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.caption_e8f8:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    background: rgba(0, 255, 136, 0.05);
}

.background_c345 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

.cool_dacc {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 3px;
}

.outline_b3a8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

/* ============================================
   PLATFORM PAGE - ULTRA COMPACT STYLES
   ============================================ */

/* Architecture Flow - Horizontal */
.main-center-e1fa {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 30px 0;
}

.main-center-e1fa h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

.primary_e6f2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.slider-6315 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

.slider-6315.active_south_7fcc {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.border-6fec {
    display: block;
    color: #00ff88;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.complex_7b00 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.text_62af {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .primary_e6f2 {
        flex-direction: column;
    }
    .text_62af {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.copper-9738 {
    background: #0a0a0a;
    padding: 30px 0;
}

.copper-9738 h2 {
    color: #00ff88;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
}

.avatar_a031 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .avatar_a031 {
        grid-template-columns: 1fr;
    }
}

.message_d4d4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero-83be {
    background: rgba(0, 255, 136, 0.1);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.85rem;
    color: #00ff88;
}

.hero-83be .secondary_7f6e {
    color: #666;
    margin: 0 8px;
}

.hero-83be .plasma-b381 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.disabled_cold_4ae8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tall_a42c {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.tall_a42c strong {
    color: #d4af37;
    margin-right: 8px;
}

.popup_last_36d5 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.active_silver_ff9b {
    font-size: 2rem;
}

.table-c185 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.table-c185 strong {
    color: #d4af37;
}

/* Certs & Reviews Combined */
.under_9717 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 30px 0;
}

.small-224d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .small-224d {
        grid-template-columns: 1fr;
    }
}

.tooltip-e47b h3,
.search-d75b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.action-e9b4 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.highlight-ef4c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dynamic_599b {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.dynamic_599b strong {
    color: #d4af37;
    margin-right: 8px;
}

.overlay_a760 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.text_dark_79ad {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #ccc;
}

.text_dark_79ad strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.caption-next-5b9b {
    background: #0a0a0a;
    padding: 30px 0;
}

.info_e997 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .info_e997 {
        grid-template-columns: 1fr;
    }
}

.bronze_19dd h3,
.modal-fast-9286 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.light-b34c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title-778b {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.title-778b summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.title-778b summary::-webkit-details-marker {
    display: none;
}

.title-778b p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

.border-0e8d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.message_inner_708d {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.content-medium-86af {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.content-medium-86af strong {
    color: #d4af37;
}

.video_e5ac {
    color: #aaa;
}

/* ============================================
   SEO ARTICLE CONTENT STYLES
   ============================================ */

.link-e804 {
    background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
    padding: 50px 0;
}

.selected_c985 {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.selected_c985 h2 {
    color: #00ff88;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.info_stale_7b4d {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.table-pro-a98f {
    max-width: 900px;
    margin: 0 auto;
}

.main_slow_16a9 {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.main_slow_16a9:last-child {
    border-bottom: none;
}

.main_slow_16a9 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.main_slow_16a9 p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.main_slow_16a9 p a {
    color: #00ff88;
    text-decoration: none;
    border-bottom: 1px dotted #00ff88;
    transition: all 0.3s ease;
}

.main_slow_16a9 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.slider-old-384a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.slider-old-384a li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

.slider-old-384a li strong {
    color: #00ff88;
}

.column-huge-9ae3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .column-huge-9ae3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.surface_efd3 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

.surface_efd3 strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

.blue-1258 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

@media (max-width: 576px) {
    .blue-1258 {
        grid-template-columns: 1fr;
    }
}

.detail_e136 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.9rem;
    color: #ccc;
}

.detail_e136 strong {
    color: #d4af37;
}

.hovered_fb9a {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

.video-current-db03 {
    color: #888;
    font-size: 0.9rem;
}

.video-current-db03 strong {
    color: #00ff88;
}

.video-current-db03 span {
    color: #d4af37;
}

/* ============================================
   E-E-A-T AUTHOR & EDITORIAL SECTION
   ============================================ */

.active-bottom-36f5 {
    background: linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.status-south-8a9e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .status-south-8a9e {
        grid-template-columns: 1fr;
    }
}

.nav-b4dd {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.huge_cfb8 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top_6508 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.panel_easy_b162 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.blue_6dd9 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

.hidden-up-f15b p {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.wrapper_warm_c40e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.hard_8bbf {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.primary-bronze-dc0d {
    color: #999;
    font-size: 0.85rem;
}

.shade-f984 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.shade-f984 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.accent_9ca4 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.accent_9ca4 li {
    color: #bbb;
    font-size: 0.85rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.accent_9ca4 li:last-child {
    border-bottom: none;
}

.gold_4434 {
    color: #888;
    font-size: 0.8rem;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Methodology & Sources Section */
.basic-83d5 {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

.frame_black_70ba {
    background: rgba(212, 175, 55, 0.05);
    border-radius: 10px;
    padding: 20px !important;
}

.grid-916d {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .grid-916d {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .grid-916d {
        grid-template-columns: 1fr;
    }
}

.last_c432 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px;
}

.last_c432 strong {
    color: #d4af37;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
}

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

.last_c432 li {
    margin-bottom: 5px;
}

.last_c432 a {
    color: #00ff88;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.last_c432 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.shadow-iron-5630 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

.backdrop_bf9a {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.plasma-eab8 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.plasma-eab8 strong {
    color: #00ff88;
}

.secondary-63b7 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

/* Update History Section */
.avatar_current_4076 {
    background: rgba(20, 20, 35, 0.6);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.avatar_current_4076 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.soft_211b {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.complex_16a8 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

.hover-0fe0 {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

.button_d985 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .soft_211b {
        flex-direction: column;
    }
    
    .complex_16a8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ============================================
   HERO LOGO CONTAINER
   ============================================ */

.banner_current_f40f {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}

.column_dim_5950 {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.column_dim_5950:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .column_dim_5950 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .column_dim_5950 {
        width: 120px;
        height: 120px;
    }
}

/* ============================================
   MOBILE RESPONSIVE FIXES - SLOT PAGE
   ============================================ */

/* Global overflow fix */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

.outline_silver_4324 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .up_9d4c {
        padding: 30px 15px;
    }
    
    .up_9d4c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .thumbnail-6962 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .fluid-3f05 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gradient-gas-54ed {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient-gas-54ed .bottom-bcef {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .carousel_ba92 {
        font-size: 1.3rem;
    }
    
    .north-7ca7 {
        font-size: 0.7rem;
    }
    
    .gallery_clean_a7f5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery_clean_a7f5 .feature_8f38 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .widget_right_47e7 {
        display: none;
    }
    
    .list_306b {
        display: none;
    }
}

/* Author Badge Mobile */
@media (max-width: 768px) {
    .row_4cba {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.8rem;
        padding: 10px;
        gap: 5px;
    }
}

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .active-bottom-36f5 {
        padding: 20px 10px;
    }
    
    .status-south-8a9e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav-b4dd,
    .shade-f984 {
        padding: 15px;
    }
    
    .wrapper_warm_c40e {
        flex-direction: column;
        gap: 5px;
    }
    
    .hard_8bbf {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .logo-orange-a275 {
        padding: 30px 10px;
    }
    
    .copper_e93f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info_9fb7 {
        padding: 20px 15px;
    }
    
    .action_231b {
        font-size: 2rem;
    }
    
    .info_9fb7 h3 {
        font-size: 1.1rem;
    }
    
    .info_9fb7 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .sort-a71f {
        padding: 20px 5px;
    }
    
    .sort-a71f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .summary_liquid_f9d9 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .image_53dc {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .image_53dc th,
    .image_53dc td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .lower-6940 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .link-e804 {
        padding: 20px 10px;
    }
    
    .selected_c985 h2 {
        font-size: 1.3rem;
    }
    
    .info_stale_7b4d {
        font-size: 0.9rem;
    }
    
    .main_slow_16a9 h3 {
        font-size: 1.1rem;
    }
    
    .main_slow_16a9 p {
        font-size: 0.9rem;
    }
    
    .slider-old-384a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .blue-1258 {
        grid-template-columns: 1fr;
    }
    
    .detail_e136 {
        font-size: 0.85rem;
    }
    
    .column-huge-9ae3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface_efd3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .surface_efd3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .bright-61f8 {
        padding: 30px 10px;
    }
    
    .gallery-medium-ea10 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort_0116 {
        padding: 15px 10px;
    }
    
    .sort_0116 h4 {
        font-size: 0.9rem;
    }
    
    .sort_0116 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .dynamic-0cd7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gallery-medium-ea10 {
        grid-template-columns: 1fr;
    }
    
    .sort_0116 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .progress-down-6ea7 {
        padding: 30px 10px;
    }
    
    .element-action-149a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress_paper_a19b {
        padding: 15px;
    }
    
    .frame_a77c {
        font-size: 0.9rem;
    }
    
    .info-orange-6145 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info-orange-6145 .hidden_last_bea7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .menu_action_06ce {
        padding: 30px 10px;
    }
    
    .menu_action_06ce h2 {
        font-size: 1.2rem;
    }
    
    .background_pink_37a1 {
        gap: 10px;
    }
    
    .title_3a01 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .title_3a01 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .dirty_c764 {
        padding: 30px 10px;
    }
    
    .dirty_c764 h2 {
        font-size: 1.2rem;
    }
    
    .outline-advanced-7a8e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border_red_869c {
        padding: 15px 10px;
    }
    
    .border_red_869c h4 {
        font-size: 0.85rem;
    }
    
    .border_red_869c p {
        font-size: 0.75rem;
    }
    
    .notice_ca26 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .component-simple-85c3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .outline-advanced-7a8e {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .simple-e224 {
        padding: 20px 10px;
    }
    
    .medium_a1e2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .element_0472,
    .wide-1ead,
    .label_black_88cb {
        width: 100%;
    }
    
    .element_0472 h3 {
        font-size: 1.1rem;
    }
    
    .element_0472 p {
        font-size: 0.8rem;
    }
    
    .lower-8c80 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .surface_fixed_e126 {
        padding: 30px 15px;
    }
    
    .surface_fixed_e126 h2 {
        font-size: 1.3rem;
    }
    
    .surface_fixed_e126 p {
        font-size: 0.85rem;
    }
    
    .panel-80af {
        flex-direction: column;
        gap: 10px;
    }
    
    .panel-80af .feature_8f38 {
        width: 100%;
    }
    
    .alert-small-1d4c {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .active_right_f05a {
        padding: 30px 10px;
    }
    
    .active_right_f05a h3 {
        font-size: 1.2rem;
    }
    
    .icon-blue-7df4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lite_2730 {
        padding: 15px 10px;
    }
    
    .lite_2730 h4 {
        font-size: 0.85rem;
    }
    
    .lite_2730 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .icon-blue-7df4 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .highlight_red_053c {
        padding: 30px 15px;
    }
    
    .element-glass-9b5b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .row-bronze-0297 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .filter-13f1 h4 {
        font-size: 0.9rem;
    }
    
    .filter-13f1 a {
        font-size: 0.8rem;
    }
    
    .list-old-17fb {
        font-size: 0.8rem;
    }
    
    .module_hard_3e1f p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .element-glass-9b5b {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Top Bar Mobile */
@media (max-width: 768px) {
    .small_a04c {
        padding: 8px 10px;
    }
    
    .item-2e4d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .static-e59a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .item-2e4d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .static-e59a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6572 */
.ghost-box-i1 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
