/* Inner Page Styles */

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

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

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

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

.label-lite-1dc7 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.label-lite-1dc7 .component_fast_8661 {
    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;
}

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

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

.label-lite-1dc7 .component_fast_8661:hover::before {
    left: 100%;
}

.label-lite-1dc7 .component_fast_8661:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.button-right-f47b {
    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);
}

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

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

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

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

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

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

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

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

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

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

.banner-solid-99ca {
    color: var(--casino-gold-light);
}

.banner-solid-99ca a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.banner-solid-99ca a:hover {
    color: var(--casino-gold-light);
}

.banner-solid-99ca.fn-active-6ea3 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.cold-fd90 {
    padding: var(--md-spacing-lg) 0;
}

.menu-bottom-2ccc {
    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);
}

.menu-bottom-2ccc 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);
}

.menu-bottom-2ccc p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.menu-green-c171 {
    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;
}

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

.menu-green-c171:hover::before {
    left: 100%;
}

.menu-green-c171 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;
}

.menu-green-c171 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;
}

.menu-green-c171 .white_11dc {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.menu-green-c171 .white_11dc:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.preview-8ed7 .white_11dc {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.preview-8ed7 .white_11dc:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pagination_small_63cb {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pagination_small_63cb h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pagination_small_63cb h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .label-lite-1dc7 {
        justify-content: center;
    }
    
    .button-right-f47b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .block_fc71 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .cold-fd90 {
        padding: var(--md-spacing-md) 0;
    }
    
    .menu-bottom-2ccc {
        padding: var(--md-spacing-md);
    }
    
    .focus_d9eb {
        padding: var(--md-spacing-md) 0;
    }
    
    .steel-a134 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .preview-8ed7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .icon-thick-c992 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .menu-bottom-2ccc {
        padding: var(--md-spacing-sm);
    }
    
    .mini_2073 {
        padding: var(--md-spacing-md);
    }
    
    .steel-a134 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.mini_2073,
.steel-a134,
.preview-8ed7 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.element_7b06::-webkit-scrollbar {
    width: 8px;
}

.element_7b06::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.preview_0e50 {
    font-size: 1.5rem;
}

.fast_3c0d strong {
    color: #00ff88;
}

.detail-clean-ac6a {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .column_selected_d78d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .detail-clean-ac6a {
        margin-left: 0;
    }
}

/* Main Content Compact */
.over-7df2 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.summary-cold-4438 {
    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;
}

.summary-cold-4438 strong {
    color: #00ff88;
}

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

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

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

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

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

.gradient-complex-07e2::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;
}

.highlight-333e {
    text-align: center;
    margin-bottom: 30px;
}

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

.slow_8ef1.modal-slow-b344 .fluid_7fcc {
    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); }
}

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

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

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

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

.gallery-6228 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;
}

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

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

.text_plasma_33df {
    font-size: 1.2rem;
}

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

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

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

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

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

.message_out_b017.short_9791::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.message_out_b017.backdrop_4516::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.message_out_b017.description_fixed_dbc5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.message_out_b017.hot-3cac::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.down_5781 {
    font-size: 1.2rem;
}

.mini-3243 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.progress-rough-084b.sidebar_small_6c6b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress-rough-084b.fn-active-6ea3 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.bright-1c5d {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.icon-bronze-6c13 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.gradient-f102.hover-left-ea2d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.warm-bc22 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.backdrop_hot_fe08 { border-top: 3px solid #00ccff; }
.selected_50d5 { border-top: 3px solid #00ff88; }
.copper_4b6e { border-top: 3px solid #d4af37; }
.gold_41ee { border-top: 3px solid #ff6b6b; }
.light-b037 { border-top: 3px solid #8b5cf6; }

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

.content-east-293b {
    overflow-x: auto;
}

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

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

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

.selected-f851 td {
    color: #ccc;
}

.selected-f851 .heading_motion_4396 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.selected-f851 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

.description-in-75fb {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

.title-f7cd {
    font-size: 2rem;
}

.notification-0b80 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

/* Certifications Timeline */
.hidden-glass-e9f1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.advanced_f810 {
    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_f810::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);
}

.fresh-e121 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.orange-717c {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.tabs-upper-99f1 {
    font-size: 1.5rem;
}

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

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

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

.preview-slow-9489 {
    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;
}

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

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

.hover-0b73 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

.brown-1cbc {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.brown-1cbc .banner-gas-b1f6 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.table-copper-226e .advanced-02c1 {
    margin-bottom: 10px;
}

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

.table-copper-226e strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.filter-tiny-a4a9 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tag-outer-5f4d {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.background_white_167b a {
    color: #ff6b6b;
}

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

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

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

.caption-full-ecf0 {
    text-align: center;
}

.caption-full-ecf0 .footer-3a6c {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.caption-full-ecf0 .pagination_last_5836 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.old-2fb0 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

.old-2fb0 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.item_2a61.hover-left-ea2d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.tag-85a5 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.full_0170 .up-0212 {
    color: #666;
    margin: 0 8px;
}

.full_0170 .menu_6e48 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.pagination-bottom-a335 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.detail_black_1ef4 {
    font-size: 2rem;
}

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

.picture-ddba strong {
    color: #d4af37;
}

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

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

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

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

.right-65b9 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.summary-hard-27f4 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.background_hard_3e83 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.avatar_prev_ae6b {
    background: #0a0a0a;
    padding: 30px 0;
}

.gas-9c4f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.avatar_over_d5f2 h3,
.down-2e69 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.column-prev-0bc6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.picture_red_5120 summary::-webkit-details-marker {
    display: none;
}

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

.focus-7501 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.shade_advanced_e58b strong {
    color: #d4af37;
}

.input_0b0c {
    color: #aaa;
}

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

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

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

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

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

.modal-bright-6a8e {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.wide-e88c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

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

.search-5bc8 {
    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;
}

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

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

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

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

.outer-4dd4 strong {
    color: #d4af37;
}

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

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

.accordion_pro_3e94 strong {
    color: #00ff88;
}

.accordion_pro_3e94 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.alert_1072 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.grid-hot-eeab {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.grid-hot-eeab li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-top-7d05 {
    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;
}

.section-276b {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.section-276b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.tag-outer-5f4d {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .paper-071a {
        padding: 30px 15px;
    }
    
    .paper-071a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .icon_pro_76dd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .aside_light_b359 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hidden_large_412a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hidden_large_412a .left_3ddc {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .progress-dirty-caff {
        font-size: 1.3rem;
    }
    
    .solid_418f {
        font-size: 0.7rem;
    }
    
    .box-3a01 {
        flex-direction: column;
        gap: 10px;
    }
    
    .box-3a01 .white_11dc {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .form-59cc {
        display: none;
    }
    
    .tabs_b144 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .banner_west_418c {
        padding: 20px 10px;
    }
    
    .dropdown-ae98 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow-9c30,
    .texture-d6ed {
        padding: 15px;
    }
    
    .menu_stale_4dcf {
        flex-direction: column;
        gap: 5px;
    }
    
    .next-b0a3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notification_434b {
        padding: 30px 10px;
    }
    
    .panel_fresh_5ad7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wide-f7f5 {
        padding: 20px 15px;
    }
    
    .red-4bdd {
        font-size: 2rem;
    }
    
    .wide-f7f5 h3 {
        font-size: 1.1rem;
    }
    
    .wide-f7f5 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .iron-a700 {
        padding: 20px 5px;
    }
    
    .iron-a700 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .layout-1e88 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .selected-f851 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .selected-f851 th,
    .selected-f851 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .breadcrumb_gas_b2e5 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .inner-cb49 {
        padding: 20px 10px;
    }
    
    .main_a721 h2 {
        font-size: 1.3rem;
    }
    
    .header-27aa {
        font-size: 0.9rem;
    }
    
    .in_1cb5 h3 {
        font-size: 1.1rem;
    }
    
    .in_1cb5 p {
        font-size: 0.9rem;
    }
    
    .tag_355a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .badge_77db {
        grid-template-columns: 1fr;
    }
    
    .outer-4dd4 {
        font-size: 0.85rem;
    }
    
    .wide-e88c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search-5bc8 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .search-5bc8 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .popup-fluid-1be3 {
        padding: 30px 10px;
    }
    
    .shade_silver_e1a8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery_f498 {
        padding: 15px 10px;
    }
    
    .gallery_f498 h4 {
        font-size: 0.9rem;
    }
    
    .gallery_f498 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hard-d1b7 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tag_next_24c7 {
        padding: 30px 10px;
    }
    
    .shadow-top-ed5f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs-cbcd {
        padding: 15px;
    }
    
    .tabs-pink-67f4 {
        font-size: 0.9rem;
    }
    
    .list_thick_913d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list_thick_913d .accordion-651d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .filter_new_4d0d {
        padding: 30px 10px;
    }
    
    .filter_new_4d0d h2 {
        font-size: 1.2rem;
    }
    
    .status_12a0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-92c1 {
        padding: 15px 10px;
    }
    
    .column-92c1 h4 {
        font-size: 0.85rem;
    }
    
    .column-92c1 p {
        font-size: 0.75rem;
    }
    
    .photo-fresh-9ffc {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .input-7545 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .nav-72ac {
        padding: 20px 10px;
    }
    
    .button-2ee2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .module_5f01,
    .primary-0210,
    .background_white_167b {
        width: 100%;
    }
    
    .module_5f01 h3 {
        font-size: 1.1rem;
    }
    
    .module_5f01 p {
        font-size: 0.8rem;
    }
    
    .inner_5c67 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .simple_53f0 {
        padding: 30px 15px;
    }
    
    .simple_53f0 h2 {
        font-size: 1.3rem;
    }
    
    .simple_53f0 p {
        font-size: 0.85rem;
    }
    
    .label_silver_6b8c {
        flex-direction: column;
        gap: 10px;
    }
    
    .label_silver_6b8c .white_11dc {
        width: 100%;
    }
    
    .main_fe39 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .black_b294 {
        padding: 30px 10px;
    }
    
    .black_b294 h3 {
        font-size: 1.2rem;
    }
    
    .new-78d4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .preview-8ed7 {
        padding: 15px 10px;
    }
    
    .preview-8ed7 h4 {
        font-size: 0.85rem;
    }
    
    .preview-8ed7 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .container-1890 {
        padding: 30px 15px;
    }
    
    .panel-dynamic-3850 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .wrapper_f7a3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .panel-dbe2 h4 {
        font-size: 0.9rem;
    }
    
    .panel-dbe2 a {
        font-size: 0.8rem;
    }
    
    .list-inner-46a4 {
        font-size: 0.8rem;
    }
    
    .description_dim_235a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .fixed-35a8 {
        padding: 8px 10px;
    }
    
    .soft_d719 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .picture_204b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .soft_d719 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .picture_204b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 49fb */
.ghost-box-q5 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
