/* Inner Page Styles */

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

.surface-4fc5 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);
}

.surface-4fc5 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);
}

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

.pattern-stone-0e41 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.pattern-stone-0e41 .picture_bf2f {
    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;
}

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

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

.pattern-stone-0e41 .picture_bf2f:hover::before {
    left: 100%;
}

.pattern-stone-0e41 .picture_bf2f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.picture-lower-fa0a {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-9236.fn-active-5dc6 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-93e4:hover::before {
    left: 100%;
}

.row-93e4 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;
}

.row-93e4 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;
}

.row-93e4 .block_black_bc70 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.row-93e4 .block_black_bc70:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.avatar-7187 .block_black_bc70:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .surface-4fc5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .surface-4fc5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .surface-4fc5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pattern-stone-0e41 {
        justify-content: center;
    }
    
    .green-7f37 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .footer-purple-097d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .outer-0ac8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .status_dark_57b6 {
        padding: var(--md-spacing-md);
    }
    
    .shade-a225 {
        padding: var(--md-spacing-md) 0;
    }
    
    .message_6efe {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .avatar-7187 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .nav-d8d8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .status_dark_57b6 {
        padding: var(--md-spacing-sm);
    }
    
    .block_plasma_4db5 {
        padding: var(--md-spacing-md);
    }
    
    .message_6efe {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.block_plasma_4db5,
.message_6efe,
.avatar-7187 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.thick_2265 {
    font-size: 1.5rem;
}

.sidebar_7638 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.wood-be9e {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.content-a8ac strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.bright_c2de.stale-52a1 .tooltip-stale-aebd {
    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); }
}

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

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

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

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

.active-44f4 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;
}

.active-44f4 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);
}

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

.frame_482d {
    font-size: 1.2rem;
}

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

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

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

.menu-9d04 {
    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;
}

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

.menu-9d04.red-bee3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.menu-9d04.surface-motion-e64f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.menu-9d04.green_73c3::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.menu-9d04.button_ecb9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notification_7f51 {
    font-size: 1.2rem;
}

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

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

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

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

.stone_f968.light_7b36 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.stone_f968.fn-active-5dc6 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.gallery-clean-de3d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.left_735c.badge-pro-24d0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.silver_d687 { border-top: 3px solid #00ccff; }
.white_2cd5 { border-top: 3px solid #00ff88; }
.link_6e35 { border-top: 3px solid #d4af37; }
.block-368c { border-top: 3px solid #ff6b6b; }
.right_f81b { border-top: 3px solid #8b5cf6; }

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

.focused-a6f7 {
    overflow-x: auto;
}

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

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

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

.container_b7f3 td {
    color: #ccc;
}

.container_b7f3 .caption-warm-5b8a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner-06aa {
    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;
}

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

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

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

.pattern_dynamic_e41b {
    font-size: 2rem;
}

.tabs-25fe strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

/* Certifications Timeline */
.tertiary-1d6f {
    background: #0a0a0a;
    padding: 60px 0;
}

.gallery-4fdc {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.chip-4cbf {
    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;
}

.chip-4cbf::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);
}

.large-b4f2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.module-64cc {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.text-action-22b5 {
    font-size: 1.5rem;
}

.item-303d {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .form-current-88e2 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.steel-9373 strong {
    color: #fff;
    display: block;
}

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

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

.accordion-e38e .hover-small-b92e {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.advanced_3cc6 .aside-eb4a {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.tooltip-simple-a99d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.shadow-under-4115 {
    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;
}

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

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

.description-upper-e28a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

/* Responsible Banner */
.icon-stale-36fa {
    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;
}

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

.text-gold-22c2 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.text-gold-22c2 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.notice-simple-22b6 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.notice-simple-22b6 span {
    color: #666;
    font-size: 0.8rem;
}

.notice-simple-22b6 a {
    color: #ff6b6b;
}

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

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

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

.surface-708a {
    text-align: center;
}

.surface-708a .hovered-6675 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.surface-708a .hover-15c8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.silver-94f7 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary_out_23d2.badge-pro-24d0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.secondary-fixed-b960 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.shade-0517 .gradient-0625 {
    color: #666;
    margin: 0 8px;
}

.shade-0517 .video-prev-a421 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.hidden-15b6 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.wrapper-dim-9f44 {
    font-size: 2rem;
}

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

.component_ced8 strong {
    color: #d4af37;
}

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

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

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

.tag-huge-44fb h3,
.mask-simple-f504 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.chip-pressed-e868 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.west-00bc strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.gallery-hovered-af71 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.shadow-cool-3a61 h3,
.middle_72cf h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.button-stone-f081 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.white_6318 strong {
    color: #d4af37;
}

.image_static_95c6 {
    color: #aaa;
}

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

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

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

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

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

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

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

.east-2443:last-child {
    border-bottom: none;
}

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

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

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

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

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

.badge-4008 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;
}

.badge-4008 li strong {
    color: #00ff88;
}

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

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

.status-89e3 {
    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;
}

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

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

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

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

.texture-a7f0 strong {
    color: #d4af37;
}

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

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

.in_1221 strong {
    color: #00ff88;
}

.in_1221 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.container-968a {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-40a5 strong {
    color: #00ff88;
}

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

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

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

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

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

.thumbnail-first-d644 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .texture_right_6f6d {
        padding: 30px 15px;
    }
    
    .texture_right_6f6d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .rough-53b5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .layout-cold-49eb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .video-advanced-1132 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .video-advanced-1132 .primary-321d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tiny_a8ed {
        font-size: 1.3rem;
    }
    
    .active_a0ab {
        font-size: 0.7rem;
    }
    
    .picture_27e7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .picture_27e7 .block_black_bc70 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .soft-7b08 {
        display: none;
    }
    
    .mask_black_fc2a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .content_a0c0 {
        padding: 20px 10px;
    }
    
    .hovered_b44a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fast-5e75,
    .basic_1646 {
        padding: 15px;
    }
    
    .nav_right_a8cd {
        flex-direction: column;
        gap: 5px;
    }
    
    .inner_1299 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .highlight_89bf {
        padding: 30px 10px;
    }
    
    .stale-c5f8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dark_7ae6 {
        padding: 20px 15px;
    }
    
    .static_4b7c {
        font-size: 2rem;
    }
    
    .dark_7ae6 h3 {
        font-size: 1.1rem;
    }
    
    .dark_7ae6 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .form-4631 {
        padding: 20px 10px;
    }
    
    .left-f4ea h2 {
        font-size: 1.3rem;
    }
    
    .under-dffe {
        font-size: 0.9rem;
    }
    
    .east-2443 h3 {
        font-size: 1.1rem;
    }
    
    .east-2443 p {
        font-size: 0.9rem;
    }
    
    .badge-4008 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active_c502 {
        grid-template-columns: 1fr;
    }
    
    .texture-a7f0 {
        font-size: 0.85rem;
    }
    
    .banner_outer_28b6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-89e3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .status-89e3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .sort_lite_c5b3 {
        padding: 30px 10px;
    }
    
    .search_over_25b0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout_steel_c723 {
        padding: 15px 10px;
    }
    
    .layout_steel_c723 h4 {
        font-size: 0.9rem;
    }
    
    .layout_steel_c723 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .item-98be {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .table-7fb6 {
        padding: 30px 10px;
    }
    
    .block_smooth_dbf1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview-0e84 {
        padding: 15px;
    }
    
    .action-b77e {
        font-size: 0.9rem;
    }
    
    .list_08df {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list_08df .text_8231 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .notice-action-19de {
        padding: 30px 10px;
    }
    
    .notice-action-19de h2 {
        font-size: 1.2rem;
    }
    
    .list_cfc7 {
        gap: 10px;
    }
    
    .form_steel_9ff2 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .form_steel_9ff2 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .image_iron_8685 {
        padding: 30px 10px;
    }
    
    .image_iron_8685 h2 {
        font-size: 1.2rem;
    }
    
    .filter_outer_6758 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table_808f {
        padding: 15px 10px;
    }
    
    .table_808f h4 {
        font-size: 0.85rem;
    }
    
    .table_808f p {
        font-size: 0.75rem;
    }
    
    .main-light-1448 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notice_6c17 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .icon-stale-36fa {
        padding: 20px 10px;
    }
    
    .photo_south_f4c4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .text-gold-22c2,
    .iron-f134,
    .notice-simple-22b6 {
        width: 100%;
    }
    
    .text-gold-22c2 h3 {
        font-size: 1.1rem;
    }
    
    .text-gold-22c2 p {
        font-size: 0.8rem;
    }
    
    .menu-d2d1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .menu_6ac6 {
        padding: 30px 15px;
    }
    
    .menu_6ac6 h2 {
        font-size: 1.3rem;
    }
    
    .menu_6ac6 p {
        font-size: 0.85rem;
    }
    
    .inner-c65c {
        flex-direction: column;
        gap: 10px;
    }
    
    .inner-c65c .block_black_bc70 {
        width: 100%;
    }
    
    .card-55dd {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .upper_6546 {
        padding: 30px 10px;
    }
    
    .upper_6546 h3 {
        font-size: 1.2rem;
    }
    
    .dropdown-short-5fc8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar-7187 {
        padding: 15px 10px;
    }
    
    .avatar-7187 h4 {
        font-size: 0.85rem;
    }
    
    .avatar-7187 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dropdown-short-5fc8 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .modal_bottom_5296 {
        padding: 30px 15px;
    }
    
    .info-80e9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tabs-up-c7ee {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .new-2e38 h4 {
        font-size: 0.9rem;
    }
    
    .new-2e38 a {
        font-size: 0.8rem;
    }
    
    .pressed_4628 {
        font-size: 0.8rem;
    }
    
    .new-d59d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .overlay_hovered_618c {
        padding: 8px 10px;
    }
    
    .pagination-glass-6069 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .logo-wide-ffbb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pagination-glass-6069 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .logo-wide-ffbb {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: dab4 */
.phantom-card-a3 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.1;
}
