/* Inner Page Styles */

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

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

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

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

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

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

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

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

.right_4bb0 .texture_7e24:hover::before {
    left: 100%;
}

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

.clean-4abd {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.pagination-6eaa {
    color: var(--casino-gold-light);
}

.pagination-6eaa a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.pagination-6eaa a:hover {
    color: var(--casino-gold-light);
}

.pagination-6eaa.fn-active-eb56 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static_944f .dark_2d62:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.badge-huge-1b2e {
    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);
}

.badge-huge-1b2e:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.form-lower-48c3 {
    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);
}

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

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

.form-lower-48c3 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.form-lower-48c3 .dark_2d62 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.form-lower-48c3 .dark_2d62:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .rough-0696 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .rough-0696 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .rough-0696 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .right_4bb0 {
        justify-content: center;
    }
    
    .rough_d6d6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .search-7c5c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .description-61a4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame_hot_163d {
        padding: var(--md-spacing-md);
    }
    
    .tertiary-c8ae {
        padding: var(--md-spacing-md) 0;
    }
    
    .pagination_c3ee {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .form-lower-48c3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hard_5ccd {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .frame_hot_163d {
        padding: var(--md-spacing-sm);
    }
    
    .pattern_eb5c {
        padding: var(--md-spacing-md);
    }
    
    .pagination_c3ee {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pattern_eb5c,
.pagination_c3ee,
.form-lower-48c3 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.main-steel-11a0 {
    font-size: 1.5rem;
}

.column-bb74 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.tiny-89a4 {
    padding: 30px 0;
}

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

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

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

.block-iron-fe09 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.block-iron-fe09 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.selected_51ed strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.sidebar-9eb5 {
    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;
}

.sidebar-9eb5.new_a5e5 .short-5bec {
    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); }
}

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

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

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

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

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

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

.heading-bronze-3407 {
    font-size: 1.2rem;
}

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

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

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

.blue-9aae {
    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;
}

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

.blue-9aae.secondary-out-5d0c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.blue-9aae.hot-739d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.blue-9aae.cold-250e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.blue-9aae.wrapper-25ae::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.lower-d3c8 {
    font-size: 1.2rem;
}

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

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

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

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

.widget-fbaf.focused_f9e3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.widget-fbaf.fn-active-eb56 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.header-5ebc {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.widget-dim-b22b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.hidden-clean-f30d {
    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;
}

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

.hidden-clean-f30d.video-537f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.next_33e7 { border-top: 3px solid #00ccff; }
.action-e227 { border-top: 3px solid #00ff88; }
.south-1887 { border-top: 3px solid #d4af37; }
.picture-4796 { border-top: 3px solid #ff6b6b; }
.form-da0f { border-top: 3px solid #8b5cf6; }

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

.secondary_pink_835e {
    overflow-x: auto;
}

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

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

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

.search-complex-2840 td {
    color: #ccc;
}

.search-complex-2840 .notice-copper-7c16 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.search-complex-2840 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-static-07ac {
    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;
}

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

.border-light-d9b4 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.nav_small_7b47 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link_blue_6643 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.dropdown-last-465d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.button-focused-acfb strong {
    color: #fff;
    display: block;
}

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

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

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

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

.notice_black_b6eb .new_e5bc {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.chip-top-ecea {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.border-east-d4ba {
    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;
}

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

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

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

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

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

.tooltip-basic-dbcc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.container-4806 {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

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

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

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

.nav-47b9 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.nav-47b9 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.list-paper-e8d6 span {
    color: #666;
    font-size: 0.8rem;
}

.list-paper-e8d6 a {
    color: #ff6b6b;
}

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

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

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

.south_a5ad {
    text-align: center;
}

.south_a5ad .filter-old-d7f4 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.south_a5ad .shadow_3c68 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.shade-large-f57b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short_51fd.video-537f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.dynamic-77a3 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.gold-1a7f .west_28b8 {
    color: #666;
    margin: 0 8px;
}

.gold-1a7f .status-steel-fc9a {
    color: #ff6b6b;
    text-decoration: line-through;
}

.nav-narrow-2ade {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.carousel-left-d8cd {
    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;
}

.item_c1c1 {
    font-size: 2rem;
}

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

.status-pressed-ef33 strong {
    color: #d4af37;
}

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

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

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

.advanced-751b h3,
.feature-active-adbe h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.surface-steel-0e1f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.preview-0ef6 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.tabs_2452 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.fixed-1ac7 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.list-4376 strong {
    color: #d4af37;
}

.info-7434 {
    color: #aaa;
}

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

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

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

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

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

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

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

.picture-dim-44c1:last-child {
    border-bottom: none;
}

.picture-dim-44c1 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.picture-dim-44c1 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.silver-7796 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;
}

.silver-7796 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.south-90a7 strong {
    color: #d4af37;
}

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

.photo-502a {
    color: #888;
    font-size: 0.9rem;
}

.photo-502a strong {
    color: #00ff88;
}

.photo-502a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.block-5d4e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-21fc {
    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;
}

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

.frame-9304 strong {
    color: #00ff88;
}

.popup-current-2a8d {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

.easy-94e0 {
    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;
}

.block-cold-82b7 {
    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;
}

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

@media (max-width: 768px) {
    .mask_cool_8ec9 {
        flex-direction: column;
    }
    
    .easy-94e0 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.paragraph-warm-b1cc {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .focus-dea2 {
        padding: 30px 15px;
    }
    
    .focus-dea2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .slider-action-f162 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .overlay_4603 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .large-8b74 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .large-8b74 .section_f535 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .avatar-f57d {
        font-size: 1.3rem;
    }
    
    .small-fea7 {
        font-size: 0.7rem;
    }
    
    .up_231a {
        flex-direction: column;
        gap: 10px;
    }
    
    .up_231a .dark_2d62 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .prev-2cb1 {
        display: none;
    }
    
    .photo-f46c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .video-aece {
        padding: 20px 10px;
    }
    
    .hover_0eea {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion-mini-f35b,
    .purple_51d7 {
        padding: 15px;
    }
    
    .block-5d4e {
        flex-direction: column;
        gap: 5px;
    }
    
    .middle_15f0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .green-d18d {
        padding: 30px 10px;
    }
    
    .black-4487 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shade_huge_c232 {
        padding: 20px 15px;
    }
    
    .shadow_b0d6 {
        font-size: 2rem;
    }
    
    .shade_huge_c232 h3 {
        font-size: 1.1rem;
    }
    
    .shade_huge_c232 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .old-52e0 {
        padding: 20px 5px;
    }
    
    .old-52e0 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .light_db1f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .search-complex-2840 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .search-complex-2840 th,
    .search-complex-2840 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .narrow-8785 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .warm-e320 {
        padding: 20px 10px;
    }
    
    .row_fc03 h2 {
        font-size: 1.3rem;
    }
    
    .title_38b3 {
        font-size: 0.9rem;
    }
    
    .picture-dim-44c1 h3 {
        font-size: 1.1rem;
    }
    
    .picture-dim-44c1 p {
        font-size: 0.9rem;
    }
    
    .silver-7796 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .down-f496 {
        grid-template-columns: 1fr;
    }
    
    .south-90a7 {
        font-size: 0.85rem;
    }
    
    .center_ba35 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu-left-b163 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .menu-left-b163 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .small_62d8 {
        padding: 30px 10px;
    }
    
    .badge_yellow_d220 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop-605b {
        padding: 15px 10px;
    }
    
    .backdrop-605b h4 {
        font-size: 0.9rem;
    }
    
    .backdrop-605b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hovered_2764 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .badge_yellow_d220 {
        grid-template-columns: 1fr;
    }
    
    .backdrop-605b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tabs_focused_1544 {
        padding: 30px 10px;
    }
    
    .badge_last_1b70 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary_soft_b287 {
        padding: 15px;
    }
    
    .purple-6250 {
        font-size: 0.9rem;
    }
    
    .prev_e30f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .prev_e30f .label-13f2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .layout_4eb6 {
        padding: 30px 10px;
    }
    
    .layout_4eb6 h2 {
        font-size: 1.2rem;
    }
    
    .secondary-a4d6 {
        gap: 10px;
    }
    
    .complex-7e6a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .complex-7e6a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .red_dbc4 {
        padding: 30px 10px;
    }
    
    .red_dbc4 h2 {
        font-size: 1.2rem;
    }
    
    .article-8cc5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .in-c45d {
        padding: 15px 10px;
    }
    
    .in-c45d h4 {
        font-size: 0.85rem;
    }
    
    .in-c45d p {
        font-size: 0.75rem;
    }
    
    .alert-prev-987e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .article-up-fa76 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .container-4806 {
        padding: 20px 10px;
    }
    
    .wrapper_easy_ca82 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .primary-medium-cc23,
    .nav-47b9,
    .list-paper-e8d6 {
        width: 100%;
    }
    
    .primary-medium-cc23 h3 {
        font-size: 1.1rem;
    }
    
    .primary-medium-cc23 p {
        font-size: 0.8rem;
    }
    
    .pattern-west-fe8a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .border_342a {
        padding: 30px 15px;
    }
    
    .border_342a h2 {
        font-size: 1.3rem;
    }
    
    .border_342a p {
        font-size: 0.85rem;
    }
    
    .dim-c148 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dim-c148 .dark_2d62 {
        width: 100%;
    }
    
    .mask-brown-bc90 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .progress-20b5 {
        padding: 30px 10px;
    }
    
    .progress-20b5 h3 {
        font-size: 1.2rem;
    }
    
    .out_083e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-lower-48c3 {
        padding: 15px 10px;
    }
    
    .form-lower-48c3 h4 {
        font-size: 0.85rem;
    }
    
    .form-lower-48c3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .iron-0011 {
        padding: 30px 15px;
    }
    
    .menu_gold_6bcb {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pressed-a7ce {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .chip-active-a0b5 h4 {
        font-size: 0.9rem;
    }
    
    .chip-active-a0b5 a {
        font-size: 0.8rem;
    }
    
    .bronze_a4ce {
        font-size: 0.8rem;
    }
    
    .content_dd4d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .copper_70c3 {
        padding: 8px 10px;
    }
    
    .active_3c3b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .badge-2d97 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .active_3c3b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .badge-2d97 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: bd5f */
.ghost-box-z2 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
