/* Inner Page Styles */

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

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

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

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

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

.lite-a08c .section_ce65 {
    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;
}

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

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

.lite-a08c .section_ce65:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard-c27c.fn-active-0243 {
    color: var(--casino-gold-light);
}

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

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

.tooltip-fixed-6855 {
    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);
}

.tooltip-fixed-6855 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);
}

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

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

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

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

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

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

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

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

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

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

.grid-paper-5495 {
    padding: var(--md-spacing-md) 0;
}

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

.thick_381e 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 */
.south-999f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.south-999f li {
    margin-bottom: var(--md-spacing-xs);
}

.south-999f 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);
}

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

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

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

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

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

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

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

.tooltip_small_fd59 .info-3983:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.bronze_eab8 .info-3983:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hot_59dc {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hot_59dc h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hot_59dc h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .lite-a08c {
        justify-content: center;
    }
    
    .component_c459 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .stone-6224 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .solid-b01c {
        padding: var(--md-spacing-md) 0;
    }
    
    .tooltip-fixed-6855 {
        padding: var(--md-spacing-md);
    }
    
    .glass-dce0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thick_381e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .bronze_eab8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .first_a393 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tooltip-fixed-6855 {
        padding: var(--md-spacing-sm);
    }
    
    .last_6109 {
        padding: var(--md-spacing-md);
    }
    
    .thick_381e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.last_6109,
.thick_381e,
.bronze_eab8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.box_west_faf6 {
    font-size: 1.5rem;
}

.search_aa5d strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .frame-cdf9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .accent-static-bd14 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.next-24d5 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.active_26eb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.slider_wide_3bca.overlay_short_b3ec .logo-outer-50bb {
    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); }
}

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

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

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

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

.input-prev-6766 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;
}

.input-prev-6766 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);
}

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

.down-d16b {
    font-size: 1.2rem;
}

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

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

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

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

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

.info_bronze_724c.paper_9595::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.info_bronze_724c.status_pro_9979::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info_bronze_724c.hidden-1796::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.info_bronze_724c.content_25ad::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.outline-large-242b {
    font-size: 1.2rem;
}

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

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

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

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

.gradient-tall-93b8.frame_large_46c0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient-tall-93b8.fn-active-0243 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lite-6f5a { border-top: 3px solid #00ccff; }
.banner-32ab { border-top: 3px solid #00ff88; }
.banner_thick_786f { border-top: 3px solid #d4af37; }
.east-32c2 { border-top: 3px solid #ff6b6b; }
.avatar_iron_37b5 { border-top: 3px solid #8b5cf6; }

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

.heading-8e75 {
    overflow-x: auto;
}

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

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

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

.new-f419 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.form-paper-983b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-fresh-caf2 {
    font-size: 2rem;
}

.card-dark-525c strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.card-dark-525c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-rough-d915 {
    font-size: 1.5rem;
}

.gradient-8a15 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.panel-light-f734 {
    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;
}

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

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

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

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

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

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

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

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

.preview-88c6 .gradient-medium-1c87 {
    margin-bottom: 10px;
}

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

.preview-88c6 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-soft-e7e7 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

.liquid-3c2e {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.liquid-3c2e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.dark-369b span {
    color: #666;
    font-size: 0.8rem;
}

.dark-369b a {
    color: #ff6b6b;
}

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

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

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

.title-3c2f {
    text-align: center;
}

.title-3c2f .caption_ba1f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.title-3c2f .backdrop_up_e768 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.hot-626c {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.simple-1afa {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.light-570f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.logo-glass-77fa {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .smooth_7927 {
        flex-direction: column;
    }
    .logo-glass-77fa {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.lite-15ed {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.fixed-11a1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.overlay_wide_3bf8 .carousel-ba43 {
    color: #666;
    margin: 0 8px;
}

.overlay_wide_3bf8 .article-wide-69e0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.next-d283 {
    font-size: 2rem;
}

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

.list-blue-8947 strong {
    color: #d4af37;
}

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

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

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

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

.detail-glass-1e3e {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.heading-silver-9ad7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.green-80e3 strong {
    color: #d4af37;
    margin-right: 8px;
}

.mask-9b52 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.input_762e strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.summary-short-24e1 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

.progress-105d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.photo_3769 strong {
    color: #d4af37;
}

.aside-b9c0 {
    color: #aaa;
}

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

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

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

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

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

.surface-north-736f {
    max-width: 900px;
    margin: 0 auto;
}

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

.basic_ddab:last-child {
    border-bottom: none;
}

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

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

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

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

.caption-solid-7292 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.caption-solid-7292 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;
}

.caption-solid-7292 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.grid-plasma-406b strong {
    color: #d4af37;
}

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

.video-rough-f549 {
    color: #888;
    font-size: 0.9rem;
}

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

.video-rough-f549 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.box-4dcb {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark-8684 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.backdrop_45f0 strong {
    color: #00ff88;
}

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

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

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

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

.next-70f3 {
    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;
}

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

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

@media (max-width: 768px) {
    .gradient_down_aff1 {
        flex-direction: column;
    }
    
    .next-70f3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .article-b0bb {
        padding: 30px 15px;
    }
    
    .article-b0bb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .focus-7583 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .center-9abb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .avatar_8965 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .avatar_8965 .current_4153 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .full_eb7e {
        font-size: 1.3rem;
    }
    
    .silver-f0fc {
        font-size: 0.7rem;
    }
    
    .complex_e181 {
        flex-direction: column;
        gap: 10px;
    }
    
    .complex_e181 .info-3983 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .icon_b4e5 {
        display: none;
    }
    
    .last-e9b1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .disabled-soft-0122 {
        padding: 20px 10px;
    }
    
    .west_ab4c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dynamic_aaf6,
    .bronze_31a1 {
        padding: 15px;
    }
    
    .gallery_mini_1062 {
        flex-direction: column;
        gap: 5px;
    }
    
    .box-4dcb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .liquid-af76 {
        padding: 30px 10px;
    }
    
    .logo_easy_1dcd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern_pressed_1369 {
        padding: 20px 15px;
    }
    
    .article_left_f120 {
        font-size: 2rem;
    }
    
    .pattern_pressed_1369 h3 {
        font-size: 1.1rem;
    }
    
    .pattern_pressed_1369 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .sidebar-0397 {
        padding: 20px 5px;
    }
    
    .sidebar-0397 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .iron_1506 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .new-f419 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .new-f419 th,
    .new-f419 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .black-229c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .input-5a62 {
        padding: 20px 10px;
    }
    
    .sort_inner_0f79 h2 {
        font-size: 1.3rem;
    }
    
    .gas_3ce9 {
        font-size: 0.9rem;
    }
    
    .basic_ddab h3 {
        font-size: 1.1rem;
    }
    
    .basic_ddab p {
        font-size: 0.9rem;
    }
    
    .caption-solid-7292 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .form-down-a424 {
        grid-template-columns: 1fr;
    }
    
    .grid-plasma-406b {
        font-size: 0.85rem;
    }
    
    .pro_1583 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo_under_6c04 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .logo_under_6c04 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .new_ff10 {
        padding: 30px 10px;
    }
    
    .texture-dark-b184 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-wood-a4a6 {
        padding: 15px 10px;
    }
    
    .filter-wood-a4a6 h4 {
        font-size: 0.9rem;
    }
    
    .filter-wood-a4a6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .yellow-50f0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .texture-dark-b184 {
        grid-template-columns: 1fr;
    }
    
    .filter-wood-a4a6 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .card_orange_f968 {
        padding: 30px 10px;
    }
    
    .orange_e0ac {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thick_56e2 {
        padding: 15px;
    }
    
    .red-a288 {
        font-size: 0.9rem;
    }
    
    .green-2c49 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .green-2c49 .highlight-4106 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .popup-bottom-3c67 {
        padding: 30px 10px;
    }
    
    .popup-bottom-3c67 h2 {
        font-size: 1.2rem;
    }
    
    .info-9d8d {
        gap: 10px;
    }
    
    .tag_252b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tag_252b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .table_yellow_dfdd {
        padding: 30px 10px;
    }
    
    .table_yellow_dfdd h2 {
        font-size: 1.2rem;
    }
    
    .smooth-b210 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .caption-02d0 {
        padding: 15px 10px;
    }
    
    .caption-02d0 h4 {
        font-size: 0.85rem;
    }
    
    .caption-02d0 p {
        font-size: 0.75rem;
    }
    
    .wrapper_ddb0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .video_4f1d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .progress-green-9674 {
        padding: 20px 10px;
    }
    
    .stone_116e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .container-soft-e7e7,
    .liquid-3c2e,
    .dark-369b {
        width: 100%;
    }
    
    .container-soft-e7e7 h3 {
        font-size: 1.1rem;
    }
    
    .container-soft-e7e7 p {
        font-size: 0.8rem;
    }
    
    .widget-cb01 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .search_f6d1 {
        padding: 30px 15px;
    }
    
    .search_f6d1 h2 {
        font-size: 1.3rem;
    }
    
    .search_f6d1 p {
        font-size: 0.85rem;
    }
    
    .accordion-fresh-f597 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion-fresh-f597 .info-3983 {
        width: 100%;
    }
    
    .article-right-43e2 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .sort-3a23 {
        padding: 30px 10px;
    }
    
    .sort-3a23 h3 {
        font-size: 1.2rem;
    }
    
    .up-cc37 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bronze_eab8 {
        padding: 15px 10px;
    }
    
    .bronze_eab8 h4 {
        font-size: 0.85rem;
    }
    
    .bronze_eab8 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .cool_233a {
        padding: 30px 15px;
    }
    
    .slow_4b3e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .header-brown-b0c7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .row_pressed_674e h4 {
        font-size: 0.9rem;
    }
    
    .row_pressed_674e a {
        font-size: 0.8rem;
    }
    
    .rough_2822 {
        font-size: 0.8rem;
    }
    
    .bottom_184a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .shadow-next-3f13 {
        padding: 8px 10px;
    }
    
    .block_small_7bbe {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .chip_4851 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .block_small_7bbe {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .chip_4851 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6e95 */
.phantom-card-m4 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.3;
}
