/* Inner Page Styles */

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

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

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

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

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

.pagination_ab9e .video-basic-d3dd {
    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;
}

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

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

.pagination_ab9e .video-basic-d3dd:hover::before {
    left: 100%;
}

.pagination_ab9e .video-basic-d3dd:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.notice-lower-6970 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.filter-white-dd4b {
    color: var(--casino-gold-light);
}

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

.filter-white-dd4b a:hover {
    color: var(--casino-gold-light);
}

.filter-white-dd4b.fn-active-123a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-warm-d01d {
    padding: var(--md-spacing-md) 0;
}

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

.copper_8227 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 */
.thumbnail-5e5a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnail-5e5a li {
    margin-bottom: var(--md-spacing-xs);
}

.thumbnail-5e5a 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);
}

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

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

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

.pressed-4b5f:hover::before {
    left: 100%;
}

.pressed-4b5f 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;
}

.pressed-4b5f 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;
}

.pressed-4b5f .photo_c730 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.pressed-4b5f .photo_c730:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.pressed_6082 .photo_c730:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .layout-5485 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .layout-5485 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .layout-5485 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pagination_ab9e {
        justify-content: center;
    }
    
    .paragraph_cff3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .bright-6224 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .over-e2ff {
        padding: var(--md-spacing-md) 0;
    }
    
    .module_b884 {
        padding: var(--md-spacing-md);
    }
    
    .section_ae73 {
        padding: var(--md-spacing-md) 0;
    }
    
    .copper_8227 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .pressed_6082 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .outline-bronze-08d1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .module_b884 {
        padding: var(--md-spacing-sm);
    }
    
    .liquid_a33f {
        padding: var(--md-spacing-md);
    }
    
    .copper_8227 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.liquid_a33f,
.copper_8227,
.pressed_6082 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.element-6a54 {
    font-size: 1.5rem;
}

.copper_7884 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.link-1fa2 {
    padding: 30px 0;
}

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

.column-0b26 {
    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;
}

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

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

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

.column-0b26 li:last-child {
    border-bottom: none;
}

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

@media (max-width: 576px) {
    .pagination-dark-381e {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.wrapper_c559 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.picture-1fea {
    text-align: center;
    margin-bottom: 30px;
}

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

.list-2472.description_wood_c9c6 .layout_black_6ada {
    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); }
}

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

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

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

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

.out-13cb 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;
}

.out-13cb 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);
}

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

.prev-f4f3 {
    font-size: 1.2rem;
}

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

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

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

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

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

.gallery-dc16.sort-east-cfba::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gallery-dc16.summary-aa0a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gallery-dc16.bottom_d404::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gallery-dc16.icon-tall-807f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.selected-14bd {
    font-size: 1.2rem;
}

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

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

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

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

.dark-d245.info-229f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dark-d245.fn-active-123a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-792d { border-top: 3px solid #00ccff; }
.module_1b2d { border-top: 3px solid #00ff88; }
.main_715f { border-top: 3px solid #d4af37; }
.gradient_0ab6 { border-top: 3px solid #ff6b6b; }
.form_lite_4dc6 { border-top: 3px solid #8b5cf6; }

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

.brown_ec35 {
    overflow-x: auto;
}

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

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

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

.avatar_6301 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-hard-a196 p {
    color: #888;
    font-size: 0.9rem;
}

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

.text-fixed-0ba5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .text-fixed-0ba5 {
        grid-template-columns: 1fr;
    }
}

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

.button_7ee8 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.hover-6a0e {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.sort-wide-49ae {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.caption-gas-15b6 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.frame_0ac4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.clean-c659 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.simple-cf5d .secondary_lower_9ee0 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-dim-7fff h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.wrapper-dim-7fff p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

.cool_76a8 a {
    color: #ff6b6b;
}

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

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

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

.stone-c834 {
    text-align: center;
}

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

.stone-c834 .background-55d9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

.footer-narrow-695a {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.status-tall-d5f3 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.accent-65b6 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

/* Specs & Comparison Combined */
.nav-focused-8fad {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.tabs-6361 .surface_slow_12ba {
    color: #666;
    margin: 0 8px;
}

.tabs-6361 .pagination_ebfc {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.top-a599 {
    font-size: 2rem;
}

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

.container_8c67 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.sort-left-8765 strong {
    color: #00ff88;
}

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

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

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

.light-1d89 h3,
.pattern-086d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.media_6507 strong {
    color: #d4af37;
}

.popup-8b09 {
    color: #aaa;
}

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

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

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

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

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

.dropdown-lower-2ca3 {
    max-width: 900px;
    margin: 0 auto;
}

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

.description-3086:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

.highlight-silver-6c94 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

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

.title-fluid-2f33 {
    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;
}

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

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

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

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

.easy_72ca strong {
    color: #d4af37;
}

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

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

.heading_e660 strong {
    color: #00ff88;
}

.heading_e660 span {
    color: #d4af37;
}

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

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

.section-gas-e07a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.heading-prev-39f0 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

.column-liquid-2bbd {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-3cd4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.liquid-3cd4 li {
    margin-bottom: 5px;
}

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

.liquid-3cd4 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.left-9caf {
    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;
}

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

.shadow-6635 strong {
    color: #00ff88;
}

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

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

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

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

.gallery-iron-3b6e {
    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;
}

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

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

@media (max-width: 768px) {
    .section_large_b810 {
        flex-direction: column;
    }
    
    .gallery-iron-3b6e {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .preview-hard-b48c {
        padding: 30px 15px;
    }
    
    .preview-hard-b48c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .bronze-aba4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .alert-55fb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .wrapper-69b8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .wrapper-69b8 .card-dim-550b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .west_9ef9 {
        font-size: 1.3rem;
    }
    
    .static_83f0 {
        font-size: 0.7rem;
    }
    
    .tabs-tall-88d5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tabs-tall-88d5 .photo_c730 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .layout-pink-dbcb {
        display: none;
    }
    
    .right_f9aa {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .notification_c309 {
        padding: 20px 10px;
    }
    
    .section-gas-e07a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .next_e8a1,
    .content-next-b3ef {
        padding: 15px;
    }
    
    .active-b515 {
        flex-direction: column;
        gap: 5px;
    }
    
    .mask_8322 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .accordion_6081 {
        padding: 30px 10px;
    }
    
    .detail-hot-fdb9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hot_b910 {
        padding: 20px 15px;
    }
    
    .current-001d {
        font-size: 2rem;
    }
    
    .hot_b910 h3 {
        font-size: 1.1rem;
    }
    
    .hot_b910 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tertiary_upper_b94b {
        padding: 20px 10px;
    }
    
    .last_aae7 h2 {
        font-size: 1.3rem;
    }
    
    .motion-e05d {
        font-size: 0.9rem;
    }
    
    .description-3086 h3 {
        font-size: 1.1rem;
    }
    
    .description-3086 p {
        font-size: 0.9rem;
    }
    
    .icon_lower_0206 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pro-7bf5 {
        grid-template-columns: 1fr;
    }
    
    .easy_72ca {
        font-size: 0.85rem;
    }
    
    .highlight-silver-6c94 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title-fluid-2f33 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .title-fluid-2f33 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .header_5396 {
        padding: 30px 10px;
    }
    
    .disabled-liquid-eb26 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .yellow_fda1 {
        padding: 15px 10px;
    }
    
    .yellow_fda1 h4 {
        font-size: 0.9rem;
    }
    
    .yellow_fda1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .accent_thick_5d96 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .disabled-liquid-eb26 {
        grid-template-columns: 1fr;
    }
    
    .yellow_fda1 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .info_427d {
        padding: 30px 10px;
    }
    
    .progress-over-c5f1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower_a56a {
        padding: 15px;
    }
    
    .active_aa08 {
        font-size: 0.9rem;
    }
    
    .surface_stale_7d0a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface_stale_7d0a .menu-hot-aaf2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .thumbnail-steel-2c82 {
        padding: 30px 10px;
    }
    
    .thumbnail-steel-2c82 h2 {
        font-size: 1.2rem;
    }
    
    .chip-motion-a9b3 {
        gap: 10px;
    }
    
    .breadcrumb_steel_18e1 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .breadcrumb_steel_18e1 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .notice-e1a7 {
        padding: 30px 10px;
    }
    
    .notice-e1a7 h2 {
        font-size: 1.2rem;
    }
    
    .row-a798 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box-west-2ce0 {
        padding: 15px 10px;
    }
    
    .box-west-2ce0 h4 {
        font-size: 0.85rem;
    }
    
    .box-west-2ce0 p {
        font-size: 0.75rem;
    }
    
    .up_248f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .footer_silver_e05c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hidden_short_7fa0 {
        padding: 20px 10px;
    }
    
    .wood_415d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .wrapper-dim-7fff,
    .button-f0c9,
    .cool_76a8 {
        width: 100%;
    }
    
    .wrapper-dim-7fff h3 {
        font-size: 1.1rem;
    }
    
    .wrapper-dim-7fff p {
        font-size: 0.8rem;
    }
    
    .component_1106 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .aside_slow_b664 {
        padding: 30px 15px;
    }
    
    .aside_slow_b664 h2 {
        font-size: 1.3rem;
    }
    
    .aside_slow_b664 p {
        font-size: 0.85rem;
    }
    
    .bottom-74d1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .bottom-74d1 .photo_c730 {
        width: 100%;
    }
    
    .content_pro_31ce {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .element_57bd {
        padding: 30px 10px;
    }
    
    .element_57bd h3 {
        font-size: 1.2rem;
    }
    
    .warm-4cb5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pressed_6082 {
        padding: 15px 10px;
    }
    
    .pressed_6082 h4 {
        font-size: 0.85rem;
    }
    
    .pressed_6082 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .focused_98e0 {
        padding: 30px 15px;
    }
    
    .border_inner_7022 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hidden_d90f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .panel-tall-1801 h4 {
        font-size: 0.9rem;
    }
    
    .panel-tall-1801 a {
        font-size: 0.8rem;
    }
    
    .short_0e51 {
        font-size: 0.8rem;
    }
    
    .row-rough-aa4e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .primary-wide-b3f4 {
        padding: 8px 10px;
    }
    
    .fresh_585e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .avatar-outer-f02f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .fresh_585e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .avatar-outer-f02f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5551 */
.ghost-box-h5 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
