/* Inner Page Styles */

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

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

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

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

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

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

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

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

.text_stone_4e32 .info_static_2a83:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-hard-a873 {
    color: var(--casino-gold-light);
}

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

.highlight-hard-a873 a:hover {
    color: var(--casino-gold-light);
}

.highlight-hard-a873.fn-active-a578 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-selected-58e5 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.block_thick_8e36 .tall-cee0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.link-5cb2 {
    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);
}

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

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

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

.component-slow-cccf {
    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);
}

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

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

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

.component-slow-cccf .tall-cee0 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.component-slow-cccf .tall-cee0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .article_d65f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .article_d65f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .article_d65f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .text_stone_4e32 {
        justify-content: center;
    }
    
    .element_hot_2326 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .column_hovered_c0f4 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pink_8e72 {
        padding: var(--md-spacing-md) 0;
    }
    
    .sidebar_0a17 {
        padding: var(--md-spacing-md);
    }
    
    .carousel-old-4d51 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal_active_c962 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .component-slow-cccf {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .light_94d8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .sidebar_0a17 {
        padding: var(--md-spacing-sm);
    }
    
    .card_00c5 {
        padding: var(--md-spacing-md);
    }
    
    .modal_active_c962 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.card_00c5,
.modal_active_c962,
.component-slow-cccf {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.accordion_0017 {
    font-size: 1.5rem;
}

.hover-ab20 strong {
    color: #00ff88;
}

.search-af09 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .hidden-a393 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .search-af09 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.blue-ca66 {
    padding: 30px 0;
}

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

.button-bright-1c3a {
    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;
}

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

.button-bright-1c3a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.button-bright-1c3a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.highlight-0d1d {
    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;
}

.highlight-0d1d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.panel_fluid_b2da.input_739c .accordion-inner-e206 {
    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); }
}

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

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

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

.slider-blue-0c68 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-blue-0c68 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;
}

.slider-blue-0c68 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);
}

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

.background-71ac {
    font-size: 1.2rem;
}

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

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

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

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

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

.west-b0c2.hot_c74e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.west-b0c2.wrapper-8005::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.west-b0c2.section_18b2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.west-b0c2.blue_c537::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.button_basic_9d84 {
    font-size: 1.2rem;
}

.search-26d0 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.old-963a.primary-middle-934f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.old-963a.fn-active-a578 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.smooth-5ee5 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.picture-50c9 {
    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;
}

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

.picture-50c9.stone-acc4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.cool-288f { border-top: 3px solid #00ccff; }
.dropdown-130a { border-top: 3px solid #00ff88; }
.disabled_silver_097d { border-top: 3px solid #d4af37; }
.pagination_2a9c { border-top: 3px solid #ff6b6b; }
.aside_2d65 { border-top: 3px solid #8b5cf6; }

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

.focused_7eab {
    overflow-x: auto;
}

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

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

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

.background-out-cbc4 td {
    color: #ccc;
}

.background-out-cbc4 .alert_plasma_2c74 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-black-609a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .accordion-black-609a {
        grid-template-columns: 1fr;
    }
}

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

.status_b5b0 {
    font-size: 2rem;
}

.backdrop-fixed-1220 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.shade-bc5d {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.tabs-4d17 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.form-25a8 {
    font-size: 1.5rem;
}

.first-3f78 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.footer-5931 strong {
    color: #fff;
    display: block;
}

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

.item-red-d15a {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.current-0846 .block_7b6f {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.row-48a9 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.nav-fresh-1952 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.paragraph-4ba4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.paragraph-4ba4 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.highlight_slow_a329 a {
    color: #ff6b6b;
}

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

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

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

.banner-2018 {
    text-align: center;
}

.banner-2018 .smooth-3fe4 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.banner-2018 .black-140b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.panel_c4e5 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

.photo-pro-30db {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.under-4c53 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

.aside-current-023a h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .disabled-896c {
        flex-direction: column;
    }
    .gold-5641 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.filter-fluid-7b8b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.progress_0b99 .accent_8a07 {
    color: #666;
    margin: 0 8px;
}

.progress_0b99 .label_stone_267c {
    color: #ff6b6b;
    text-decoration: line-through;
}

.border-short-bbc6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.slider-2eee {
    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;
}

.tag-c3f4 {
    font-size: 2rem;
}

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

.sidebar-7a2b strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.action-17f1 strong {
    color: #d4af37;
    margin-right: 8px;
}

.widget-west-646e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.fluid_efd1 strong {
    color: #00ff88;
}

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

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

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

.badge-short-1d09 h3,
.copper-7d98 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.frame-active-bbe6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.dropdown-f2eb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.pressed-c713 strong {
    color: #d4af37;
}

.pagination-cold-a3cb {
    color: #aaa;
}

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

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

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

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

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

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

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

.notification-8d46:last-child {
    border-bottom: none;
}

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

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

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

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

.background-91ea {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.background-91ea 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;
}

.background-91ea li strong {
    color: #00ff88;
}

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

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

.wrapper-8e1a {
    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;
}

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

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

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

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

.fast_a8cc strong {
    color: #d4af37;
}

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

.table-large-945f {
    color: #888;
    font-size: 0.9rem;
}

.table-large-945f strong {
    color: #00ff88;
}

.table-large-945f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header-pressed-8b03 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-16df ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-16df li {
    margin-bottom: 5px;
}

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

.nav-16df a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.brown-73e0 {
    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;
}

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

.gallery_gold_a530 strong {
    color: #00ff88;
}

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

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

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

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

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

.footer-3e1e {
    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;
}

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

@media (max-width: 768px) {
    .info-c653 {
        flex-direction: column;
    }
    
    .gradient-6000 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .liquid_6de1 {
        padding: 30px 15px;
    }
    
    .liquid_6de1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .mask-941e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .in-de12 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .image_0137 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image_0137 .iron_4cc9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .accent_ecfb {
        font-size: 1.3rem;
    }
    
    .hero-fixed-4017 {
        font-size: 0.7rem;
    }
    
    .list-medium-26d2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .list-medium-26d2 .tall-cee0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .backdrop_black_ac35 {
        display: none;
    }
    
    .backdrop-up-75d4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .container-5dc1 {
        padding: 20px 10px;
    }
    
    .pattern-1266 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row_right_40e2,
    .icon_easy_48ef {
        padding: 15px;
    }
    
    .hot_752c {
        flex-direction: column;
        gap: 5px;
    }
    
    .primary_motion_13b0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .silver-10f3 {
        padding: 30px 10px;
    }
    
    .slider_narrow_b3e4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_6c41 {
        padding: 20px 15px;
    }
    
    .huge-07c0 {
        font-size: 2rem;
    }
    
    .icon_6c41 h3 {
        font-size: 1.1rem;
    }
    
    .icon_6c41 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .filter-hard-5802 {
        padding: 20px 5px;
    }
    
    .filter-hard-5802 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .center_fcbf {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .background-out-cbc4 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .background-out-cbc4 th,
    .background-out-cbc4 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .red-08d3 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .current-bed8 {
        padding: 20px 10px;
    }
    
    .frame_under_7da4 h2 {
        font-size: 1.3rem;
    }
    
    .picture-e369 {
        font-size: 0.9rem;
    }
    
    .notification-8d46 h3 {
        font-size: 1.1rem;
    }
    
    .notification-8d46 p {
        font-size: 0.9rem;
    }
    
    .background-91ea li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .section_3ba1 {
        grid-template-columns: 1fr;
    }
    
    .fast_a8cc {
        font-size: 0.85rem;
    }
    
    .title-slow-d102 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wrapper-8e1a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .wrapper-8e1a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hovered-54d6 {
        padding: 30px 10px;
    }
    
    .banner-motion-883c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination-prev-c6ab {
        padding: 15px 10px;
    }
    
    .pagination-prev-c6ab h4 {
        font-size: 0.9rem;
    }
    
    .pagination-prev-c6ab p {
        font-size: 0.75rem;
        display: none;
    }
    
    .filter-active-6051 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .banner-motion-883c {
        grid-template-columns: 1fr;
    }
    
    .pagination-prev-c6ab p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .grid_in_edb3 {
        padding: 30px 10px;
    }
    
    .item-pink-d630 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focus_cool_a85a {
        padding: 15px;
    }
    
    .tiny-f43e {
        font-size: 0.9rem;
    }
    
    .media-c25c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-c25c .fresh-09b8 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .center_eff8 {
        padding: 30px 10px;
    }
    
    .center_eff8 h2 {
        font-size: 1.2rem;
    }
    
    .banner-purple-53cc {
        gap: 10px;
    }
    
    .nav-323f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .nav-323f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .mini_abf8 {
        padding: 30px 10px;
    }
    
    .mini_abf8 h2 {
        font-size: 1.2rem;
    }
    
    .center-73a6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outline_purple_296f {
        padding: 15px 10px;
    }
    
    .outline_purple_296f h4 {
        font-size: 0.85rem;
    }
    
    .outline_purple_296f p {
        font-size: 0.75rem;
    }
    
    .card-fixed-5d4e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tooltip_e95d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .table-07cf {
        padding: 20px 10px;
    }
    
    .wrapper-ceba {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tiny-4747,
    .paragraph-4ba4,
    .highlight_slow_a329 {
        width: 100%;
    }
    
    .tiny-4747 h3 {
        font-size: 1.1rem;
    }
    
    .tiny-4747 p {
        font-size: 0.8rem;
    }
    
    .link_wide_bbce {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .copper_1d56 {
        padding: 30px 10px;
    }
    
    .copper_1d56 h3 {
        font-size: 1.2rem;
    }
    
    .huge_b1ee {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .component-slow-cccf {
        padding: 15px 10px;
    }
    
    .component-slow-cccf h4 {
        font-size: 0.85rem;
    }
    
    .component-slow-cccf p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .mini-e575 {
        padding: 30px 15px;
    }
    
    .smooth-e9bd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .banner_e20c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .search_lite_339f h4 {
        font-size: 0.9rem;
    }
    
    .search_lite_339f a {
        font-size: 0.8rem;
    }
    
    .box_60ac {
        font-size: 0.8rem;
    }
    
    .heading-37f9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .banner-outer-6d4b {
        padding: 8px 10px;
    }
    
    .grid_pro_4b99 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .banner-7ddd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .grid_pro_4b99 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .banner-7ddd {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f7ab */
.phantom-card-a1 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
