/* Inner Page Styles */

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

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

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

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

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

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

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

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

.texture_1475 .heading_4242:hover::before {
    left: 100%;
}

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

.stone-41ac {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.panel_large_77da {
    color: var(--casino-gold-light);
}

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

.panel_large_77da a:hover {
    color: var(--casino-gold-light);
}

.panel_large_77da.fn-active-3621 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.heading-blue-4f99 {
    padding: var(--md-spacing-lg) 0;
}

.media-31bf {
    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);
}

.media-31bf 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);
}

.media-31bf p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

/* Content Cards */
.brown_a1ed {
    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);
}

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

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

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

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

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

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

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

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

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

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

.video_glass_6eae 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 */
.photo_next_ed90 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.easy-e2b3 {
    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;
}

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

.easy-e2b3:hover::before {
    left: 100%;
}

.easy-e2b3 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;
}

.easy-e2b3 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;
}

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

.easy-e2b3 .backdrop_stone_7830:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.item-fec5 .backdrop_stone_7830:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .breadcrumb-d5cd {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .breadcrumb-d5cd h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .breadcrumb-d5cd h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .texture_1475 {
        justify-content: center;
    }
    
    .summary_d44b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .glass-4279 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .heading-blue-4f99 {
        padding: var(--md-spacing-md) 0;
    }
    
    .media-31bf {
        padding: var(--md-spacing-md);
    }
    
    .badge-84c0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .video_glass_6eae {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .item-fec5 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .caption-copper-fd7e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .media-31bf {
        padding: var(--md-spacing-sm);
    }
    
    .brown_a1ed {
        padding: var(--md-spacing-md);
    }
    
    .video_glass_6eae {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.brown_a1ed,
.video_glass_6eae,
.item-fec5 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.paragraph-5b42::-webkit-scrollbar {
    width: 8px;
}

.paragraph-5b42::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.paragraph-5b42::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.paragraph-5b42::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

/* Author Section Compact */
.picture-81c7 {
    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);
}

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

.banner-hovered-ffaa {
    font-size: 1.5rem;
}

.upper-a346 strong {
    color: #00ff88;
}

.fresh-61ed {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .shadow-wood-3a96 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .fresh-61ed {
        margin-left: 0;
    }
}

/* Main Content Compact */
.module-black-ddcd {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.summary-hovered-b1f9 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

.summary-hovered-b1f9 h3 {
    color: #00ff88;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: center;
}

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

.block-lite-15fc {
    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;
}

.block-lite-15fc strong {
    color: #00ff88;
}

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

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

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

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

.video-3e09 {
    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 */
.slow-febd {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

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

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

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

.shade_copper_7a53.sort-fe7d .highlight_last_dcb4 {
    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); }
}

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

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

.silver-31aa {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 15px;
}

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

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

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

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

.input-stale-2004 {
    font-size: 1.2rem;
}

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

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

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

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

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

.module_silver_d169.new-b580::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.module_silver_d169.media-f329::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.module_silver_d169.glass_9802::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.module_silver_d169.filter_cdad::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pagination_5504 {
    font-size: 1.2rem;
}

.secondary-silver-b813 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.gradient_wide_6d58.overlay-1216 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient_wide_6d58.fn-active-3621 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.border_large_b701 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.logo-light-d5d5 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.alert-hot-021b { border-top: 3px solid #00ccff; }
.panel-eae9 { border-top: 3px solid #00ff88; }
.accent-wide-027f { border-top: 3px solid #d4af37; }
.layout_bca0 { border-top: 3px solid #ff6b6b; }
.gas_45e0 { border-top: 3px solid #8b5cf6; }

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

.layout_9462 {
    overflow-x: auto;
}

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

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

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

.module-large-0537 td {
    color: #ccc;
}

.module-large-0537 .carousel-dark-369a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.module-large-0537 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .alert-pro-00d3 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.logo-9cb5 {
    color: #888;
    font-size: 0.85rem;
}

.feature-inner-37eb {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

.article-selected-5a9d {
    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;
}

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

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

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

.tall-faf0 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

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

.plasma-c3ba {
    font-size: 2rem;
}

.green-cf17 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

/* Certifications Timeline */
.mask-full-0a4c {
    background: #0a0a0a;
    padding: 60px 0;
}

.secondary-fixed-6727 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .secondary-fixed-6727::before {
        left: 30px;
    }
}

.text-black-2f78 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

.slider-0d66 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.mask-over-0da3 {
    font-size: 1.5rem;
}

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

.panel-e3f6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

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

.section-stone-8b21 {
    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;
}

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

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

.pattern-liquid-7f61 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.progress_d906 .iron_e0de {
    margin-bottom: 10px;
}

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

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

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

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

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

.east_d3d3 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 */
.motion_a1e2 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.table-prev-ff7f {
    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;
}

.article-red-e33b h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

.row-next-0b65 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.row-956e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.icon_6e48 {
    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;
}

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

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

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

.row_e394 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.row_e394 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.notification_stone_a7df a {
    color: #ff6b6b;
}

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

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

.tabs-fc29 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.grid_7cab {
    text-align: center;
}

.grid_7cab .hero_pro_3bea {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

/* Related Tech Section */
.liquid-544a {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

.liquid-544a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

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

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

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

.container-9a51 {
    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;
}

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

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

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

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

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

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

.summary-short-3ec1 h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

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

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

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

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

.mask-6ee9 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .pro_7a4e {
        flex-direction: column;
    }
    .alert-9d0b {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.east_23da .hot_44db {
    color: #666;
    margin: 0 8px;
}

.east_23da .tabs-paper-499b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.green-8ea7 {
    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;
}

.module_a6bd {
    font-size: 2rem;
}

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

.dropdown_87d5 strong {
    color: #d4af37;
}

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

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

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

.overlay-simple-975b h3,
.hover-down-1f90 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.mini-9fc2 strong {
    color: #d4af37;
    margin-right: 8px;
}

.old-7e4e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.column-hard-67ef strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.copper-4f4f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.bronze_ae8d h3,
.liquid_da82 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.badge-pro-faa7 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.badge-pro-faa7 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.badge-pro-faa7 summary::-webkit-details-marker {
    display: none;
}

.badge-pro-faa7 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

.huge-d2e0 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.input_a841 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.input_a841 strong {
    color: #d4af37;
}

.simple_ea7d {
    color: #aaa;
}

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

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

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

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

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

.article_95f5 {
    max-width: 900px;
    margin: 0 auto;
}

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

.light-d869:last-child {
    border-bottom: none;
}

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

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

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

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

.block_9c2e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

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

.block_9c2e li strong {
    color: #00ff88;
}

.status-liquid-7d2d {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .status-liquid-7d2d {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

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

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

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

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

.input_86e0 strong {
    color: #d4af37;
}

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

.simple-2df5 {
    color: #888;
    font-size: 0.9rem;
}

.simple-2df5 strong {
    color: #00ff88;
}

.simple-2df5 span {
    color: #d4af37;
}

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

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

.preview_active_7a52 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.badge-warm-75e5 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

.bright-65e4 p {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

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

.summary-large-998e {
    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);
}

.accordion-complex-6aaa {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-fast-36a2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item-fast-36a2 li {
    margin-bottom: 5px;
}

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

.item-fast-36a2 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.copper_3814 {
    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;
}

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

.lite-0a34 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.lite-0a34 strong {
    color: #00ff88;
}

.basic-1e63 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.alert-42c0 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.widget-light-557f {
    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;
}

.menu-active-b6a4 {
    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;
}

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

@media (max-width: 768px) {
    .alert-42c0 {
        flex-direction: column;
    }
    
    .widget-light-557f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.hero-inner-2394 {
    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;
}

.hero-inner-2394: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) {
    .hero-inner-2394 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .silver-91fa {
        padding: 30px 15px;
    }
    
    .silver-91fa h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .over-1a5f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .east_f1a3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .solid_0620 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .solid_0620 .description_wide_5063 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .media-827e {
        font-size: 1.3rem;
    }
    
    .banner-145a {
        font-size: 0.7rem;
    }
    
    .layout_dim_851a {
        flex-direction: column;
        gap: 10px;
    }
    
    .layout_dim_851a .backdrop_stone_7830 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .component-bronze-e88d {
        display: none;
    }
    
    .popup-8126 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .yellow_47b5 {
        padding: 20px 10px;
    }
    
    .preview_active_7a52 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search-huge-adda,
    .small_98b9 {
        padding: 15px;
    }
    
    .cool_eaa2 {
        flex-direction: column;
        gap: 5px;
    }
    
    .summary-large-998e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .pagination-fresh-0e3f {
        padding: 30px 10px;
    }
    
    .article_bc7d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .highlight_cold_74bc {
        padding: 20px 15px;
    }
    
    .article-142d {
        font-size: 2rem;
    }
    
    .highlight_cold_74bc h3 {
        font-size: 1.1rem;
    }
    
    .highlight_cold_74bc p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .detail_cool_ac9b {
        padding: 20px 5px;
    }
    
    .detail_cool_ac9b h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .disabled-071f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .module-large-0537 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .module-large-0537 th,
    .module-large-0537 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .button_easy_ba22 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .picture_0bff {
        padding: 20px 10px;
    }
    
    .hard_57b2 h2 {
        font-size: 1.3rem;
    }
    
    .soft-80f8 {
        font-size: 0.9rem;
    }
    
    .light-d869 h3 {
        font-size: 1.1rem;
    }
    
    .light-d869 p {
        font-size: 0.9rem;
    }
    
    .block_9c2e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .link_b4fd {
        grid-template-columns: 1fr;
    }
    
    .input_86e0 {
        font-size: 0.85rem;
    }
    
    .status-liquid-7d2d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop-2233 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .backdrop-2233 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .plasma-1e70 {
        padding: 30px 10px;
    }
    
    .shade_98b2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .last_ac51 {
        padding: 15px 10px;
    }
    
    .last_ac51 h4 {
        font-size: 0.9rem;
    }
    
    .last_ac51 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .silver_f95f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shade_98b2 {
        grid-template-columns: 1fr;
    }
    
    .last_ac51 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .photo_selected_8497 {
        padding: 30px 10px;
    }
    
    .popup-last-b551 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-56a8 {
        padding: 15px;
    }
    
    .search-pink-d9b1 {
        font-size: 0.9rem;
    }
    
    .purple-ba0d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .purple-ba0d .modal-7d6f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .up_625f {
        padding: 30px 10px;
    }
    
    .up_625f h2 {
        font-size: 1.2rem;
    }
    
    .copper_14dd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .upper-929f {
        padding: 15px 10px;
    }
    
    .upper-929f h4 {
        font-size: 0.85rem;
    }
    
    .upper-929f p {
        font-size: 0.75rem;
    }
    
    .glass-032c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hidden_lower_5091 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .icon_6e48 {
        padding: 20px 10px;
    }
    
    .tabs-0f26 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .surface-silver-6579,
    .row_e394,
    .notification_stone_a7df {
        width: 100%;
    }
    
    .surface-silver-6579 h3 {
        font-size: 1.1rem;
    }
    
    .surface-silver-6579 p {
        font-size: 0.8rem;
    }
    
    .image-c0de {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail-93f7 {
        padding: 30px 15px;
    }
    
    .thumbnail-93f7 h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail-93f7 p {
        font-size: 0.85rem;
    }
    
    .focus-active-1fce {
        flex-direction: column;
        gap: 10px;
    }
    
    .focus-active-1fce .backdrop_stone_7830 {
        width: 100%;
    }
    
    .icon_319e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .photo_smooth_18c2 {
        padding: 30px 10px;
    }
    
    .photo_smooth_18c2 h3 {
        font-size: 1.2rem;
    }
    
    .pro-e5da {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item-fec5 {
        padding: 15px 10px;
    }
    
    .item-fec5 h4 {
        font-size: 0.85rem;
    }
    
    .item-fec5 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .footer_old_0ed2 {
        padding: 30px 15px;
    }
    
    .south_f344 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .texture-white-0b4c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hard-06c6 h4 {
        font-size: 0.9rem;
    }
    
    .hard-06c6 a {
        font-size: 0.8rem;
    }
    
    .text_clean_6486 {
        font-size: 0.8rem;
    }
    
    .progress_083c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .block_fixed_501c {
        padding: 8px 10px;
    }
    
    .gold-7ed2 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .summary-blue-dc91 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gold-7ed2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .summary-blue-dc91 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e757 */
.widget-item-q4 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
