/* Inner Page Styles */

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

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

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

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

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

.simple-3298 .description_7633 {
    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;
}

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

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

.simple-3298 .description_7633:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-3d30 {
    color: var(--casino-gold-light);
}

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

.list-3d30 a:hover {
    color: var(--casino-gold-light);
}

.list-3d30.fn-active-2f58 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_hot_ead9 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 */
.north-58d4 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.north-58d4 li {
    margin-bottom: var(--md-spacing-xs);
}

.north-58d4 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);
}

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

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

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

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

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

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

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

.disabled_silver_f764 .column_4cc7:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.sort-solid-7940 {
    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);
}

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

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

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

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

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

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

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

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

.tag_copper_044f .column_4cc7:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature_liquid_d46b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .feature_liquid_d46b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .feature_liquid_d46b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .simple-3298 {
        justify-content: center;
    }
    
    .next-8f5c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .alert_a928 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .breadcrumb-cold-5e42 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero-bbc2 {
        padding: var(--md-spacing-md);
    }
    
    .header-5592 {
        padding: var(--md-spacing-md) 0;
    }
    
    .outline_hot_ead9 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tag_copper_044f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .cool_206b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hero-bbc2 {
        padding: var(--md-spacing-sm);
    }
    
    .right_ca13 {
        padding: var(--md-spacing-md);
    }
    
    .outline_hot_ead9 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.right_ca13,
.outline_hot_ead9,
.tag_copper_044f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.basic-e737 {
    font-size: 1.5rem;
}

.modal-4df1 strong {
    color: #00ff88;
}

.preview-south-4b0e {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .block_static_6fd0 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .preview-south-4b0e {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_ae2a.south_1f9e .primary_1974 {
    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); }
}

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

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

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

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

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

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

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

.smooth-3101 {
    font-size: 1.2rem;
}

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

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

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

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

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

.focused_7423.widget-1b84::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.focused_7423.sort_rough_4449::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focused_7423.article_copper_9fbf::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.focused_7423.copper-df78::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hidden-wide-640a {
    font-size: 1.2rem;
}

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

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

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

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

.media_action_c169.item-227b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.media_action_c169.fn-active-2f58 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.disabled-warm-13bb {
    color: #666;
    font-size: 0.8rem;
}

.slider-stone-2a63 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

/* Technology Architecture Section */
.thumbnail-336e {
    background: #0a0a0a;
    padding: 60px 0;
}

.paragraph-2f86 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.up-7a03.row-547e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.container_5f44 { border-top: 3px solid #00ccff; }
.footer-focused-06ad { border-top: 3px solid #00ff88; }
.sort-b35d { border-top: 3px solid #d4af37; }
.message_0fdc { border-top: 3px solid #ff6b6b; }
.photo_first_3c59 { border-top: 3px solid #8b5cf6; }

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

.hover_ce8d {
    overflow-x: auto;
}

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

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

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

.breadcrumb_copper_54c8 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.badge-5b80 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.outline-5ddd {
    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;
}

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

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

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

.selected-7c00 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.preview_727c {
    font-size: 2rem;
}

.title-basic-1d74 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.title-basic-1d74 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.shade-44c5 {
    background: #0a0a0a;
    padding: 60px 0;
}

.tooltip-solid-8914 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.aside-81b9 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.dropdown-warm-9ca8 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.static-f3f5 {
    font-size: 1.5rem;
}

.gradient-3f5d {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.column-selected-b5d6 .short-4bfb {
    margin-bottom: 10px;
}

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

.column-selected-b5d6 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

.hot-8aaf 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 */
.breadcrumb-current-667b {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sort-59d1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.badge-west-381f {
    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;
}

.sort-59d1 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.gold_ca03 a {
    color: #ff6b6b;
}

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

.warm-776a {
    max-width: 800px;
    margin: 0 auto;
}

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

.preview-6e87 {
    text-align: center;
}

.preview-6e87 .solid-2b3f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.preview-6e87 .pattern-85e0 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.warm-776a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.badge-motion-ab0c {
    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;
}

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

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

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

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

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

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

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

.modal-focused-7e7b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.lower_7ccc.row-547e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.image-dark-8d06 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .modal-focused-7e7b {
        flex-direction: column;
    }
    .image-dark-8d06 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.header_short_75ff .copper-0419 {
    color: #666;
    margin: 0 8px;
}

.header_short_75ff .wood-d9e1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.avatar-lower-eb29 {
    font-size: 2rem;
}

.accordion-solid-6a72 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.accordion-solid-6a72 strong {
    color: #d4af37;
}

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

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

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

.list-2e8c h3,
.widget-complex-9414 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.next-3a2c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.summary-active-3c56 strong {
    color: #00ff88;
}

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

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

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

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

.cool-3db8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.outline-advanced-cd3b strong {
    color: #d4af37;
}

.aside_light_e5a3 {
    color: #aaa;
}

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

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

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

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

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

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

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

.cool-53a9:last-child {
    border-bottom: none;
}

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

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

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

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

.status-prev-df70 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.status-prev-df70 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;
}

.status-prev-df70 li strong {
    color: #00ff88;
}

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

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

.orange-04cb {
    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;
}

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

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

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

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

.main_bf29 strong {
    color: #d4af37;
}

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

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

.hot-dc70 strong {
    color: #00ff88;
}

.hot-dc70 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.texture-glass-e37c {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gold-8bed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gold-8bed li {
    margin-bottom: 5px;
}

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

.gold-8bed a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.panel-gold-4aee {
    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;
}

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

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

.heading_rough_a643 strong {
    color: #00ff88;
}

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

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

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

.solid-7ba4 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.alert-lower-f7c9 {
    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;
}

.main-top-ff30 {
    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;
}

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

@media (max-width: 768px) {
    .solid-7ba4 {
        flex-direction: column;
    }
    
    .alert-lower-f7c9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .easy_4e75 {
        padding: 30px 15px;
    }
    
    .easy_4e75 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .wrapper-12c6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dynamic-2570 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .center-139c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .center-139c .pagination_42e5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .status_out_6c7a {
        font-size: 1.3rem;
    }
    
    .east-a330 {
        font-size: 0.7rem;
    }
    
    .link_center_97f0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .link_center_97f0 .column_4cc7 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .nav_fbf2 {
        display: none;
    }
    
    .feature-warm-b402 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .highlight-790c {
        padding: 20px 10px;
    }
    
    .modal_fdf3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-center-27ae,
    .left_6403 {
        padding: 15px;
    }
    
    .texture-glass-e37c {
        flex-direction: column;
        gap: 5px;
    }
    
    .input-c20a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .table_solid_740b {
        padding: 30px 10px;
    }
    
    .breadcrumb-bac7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status_easy_4a9c {
        padding: 20px 15px;
    }
    
    .box_f78e {
        font-size: 2rem;
    }
    
    .status_easy_4a9c h3 {
        font-size: 1.1rem;
    }
    
    .status_easy_4a9c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .white-724b {
        padding: 20px 5px;
    }
    
    .white-724b h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .wrapper-pink-f908 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .breadcrumb_copper_54c8 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .breadcrumb_copper_54c8 th,
    .breadcrumb_copper_54c8 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tertiary-focused-2993 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .list_37c7 {
        padding: 20px 10px;
    }
    
    .tall_2789 h2 {
        font-size: 1.3rem;
    }
    
    .modal-92f2 {
        font-size: 0.9rem;
    }
    
    .cool-53a9 h3 {
        font-size: 1.1rem;
    }
    
    .cool-53a9 p {
        font-size: 0.9rem;
    }
    
    .status-prev-df70 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tabs-ef6b {
        grid-template-columns: 1fr;
    }
    
    .main_bf29 {
        font-size: 0.85rem;
    }
    
    .table_a414 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .orange-04cb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .orange-04cb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .widget_0595 {
        padding: 30px 10px;
    }
    
    .narrow-0528 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accordion_7eb5 {
        padding: 15px 10px;
    }
    
    .accordion_7eb5 h4 {
        font-size: 0.9rem;
    }
    
    .accordion_7eb5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .carousel-gas-71e6 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dynamic-edd0 {
        padding: 30px 10px;
    }
    
    .input_fec3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .red-dfc7 {
        padding: 15px;
    }
    
    .white_a0b9 {
        font-size: 0.9rem;
    }
    
    .pagination-95fd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pagination-95fd .surface_old_a51a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gradient_9f02 {
        padding: 30px 10px;
    }
    
    .gradient_9f02 h2 {
        font-size: 1.2rem;
    }
    
    .feature_focused_2616 {
        gap: 10px;
    }
    
    .box-old-42f4 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .box-old-42f4 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .pink-2d0b {
        padding: 30px 10px;
    }
    
    .pink-2d0b h2 {
        font-size: 1.2rem;
    }
    
    .item-copper-ba19 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column_stone_421f {
        padding: 15px 10px;
    }
    
    .column_stone_421f h4 {
        font-size: 0.85rem;
    }
    
    .column_stone_421f p {
        font-size: 0.75rem;
    }
    
    .backdrop_4bab {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notice_57b3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .carousel_top_545e {
        padding: 20px 10px;
    }
    
    .static-e262 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .description-ceac,
    .sort-59d1,
    .gold_ca03 {
        width: 100%;
    }
    
    .description-ceac h3 {
        font-size: 1.1rem;
    }
    
    .description-ceac p {
        font-size: 0.8rem;
    }
    
    .badge-west-381f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .south_8f42 {
        padding: 30px 15px;
    }
    
    .south_8f42 h2 {
        font-size: 1.3rem;
    }
    
    .south_8f42 p {
        font-size: 0.85rem;
    }
    
    .paragraph-outer-2bb4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .paragraph-outer-2bb4 .column_4cc7 {
        width: 100%;
    }
    
    .stale-71ed {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .title-388e {
        padding: 30px 10px;
    }
    
    .title-388e h3 {
        font-size: 1.2rem;
    }
    
    .aside-lower-0306 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag_copper_044f {
        padding: 15px 10px;
    }
    
    .tag_copper_044f h4 {
        font-size: 0.85rem;
    }
    
    .tag_copper_044f p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .outline_small_1c33 {
        padding: 30px 15px;
    }
    
    .column-e653 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .breadcrumb-58bb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .east_a600 h4 {
        font-size: 0.9rem;
    }
    
    .east_a600 a {
        font-size: 0.8rem;
    }
    
    .table_next_77be {
        font-size: 0.8rem;
    }
    
    .tooltip_purple_f196 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .label-prev-0082 {
        padding: 8px 10px;
    }
    
    .background-paper-ffa5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .center-88a5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .background-paper-ffa5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .center-88a5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0525 */
.shadow-element-t5 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
