/* Inner Page Styles */

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

.item-4cbd 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);
}

.item-4cbd 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);
}

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

.card-active-1fd4 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.card-active-1fd4 .background-cb90 {
    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;
}

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

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

.card-active-1fd4 .background-cb90:hover::before {
    left: 100%;
}

.card-active-1fd4 .background-cb90:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.frame-top-c0ea {
    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);
}

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

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

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

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

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

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

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

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

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

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

.left-8423 {
    color: var(--casino-gold-light);
}

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

.left-8423 a:hover {
    color: var(--casino-gold-light);
}

.left-8423.fn-active-0490 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-copper-caae {
    padding: var(--md-spacing-md) 0;
}

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

.overlay-7948 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 */
.paper-6d46 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paper-6d46 li {
    margin-bottom: var(--md-spacing-xs);
}

.paper-6d46 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);
}

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

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

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

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

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

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

.filter_short_5146 .hover-medium-29e8 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.filter_short_5146 .hover-medium-29e8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.easy_3d0d .hover-medium-29e8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.easy_3d0d .hover-medium-29e8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .item-4cbd {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .item-4cbd h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .item-4cbd h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .card-active-1fd4 {
        justify-content: center;
    }
    
    .frame-top-c0ea {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tabs_4f81 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .east-1688 {
        padding: var(--md-spacing-md) 0;
    }
    
    .border_01e5 {
        padding: var(--md-spacing-md);
    }
    
    .center-9d99 {
        padding: var(--md-spacing-md) 0;
    }
    
    .overlay-7948 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .easy_3d0d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hot_9bfa {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .border_01e5 {
        padding: var(--md-spacing-sm);
    }
    
    .thumbnail_wide_ecf0 {
        padding: var(--md-spacing-md);
    }
    
    .overlay-7948 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.thumbnail_wide_ecf0,
.overlay-7948,
.easy_3d0d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.white-17ed {
    font-size: 1.5rem;
}

.picture_c929 strong {
    color: #00ff88;
}

.notification-full-28fe {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .active_4b98 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .notification-full-28fe {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lite_6f88 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.box-plasma-f25a {
    text-align: center;
    margin-bottom: 30px;
}

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

.hard-7cfd.hovered_b377 .dim-443a {
    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); }
}

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

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

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

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

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

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

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

.preview_tiny_8f01 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .gradient-current-02b7 {
        grid-template-columns: 1fr;
    }
}

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

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

.grid_steel_542e.left_8271::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.grid_steel_542e.title-f573::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.grid_steel_542e.light_ca4e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.grid_steel_542e.box-pink-a664::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.title_in_7a78 {
    font-size: 1.2rem;
}

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

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

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

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

.slow-3c30.slider_bc99 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slow-3c30.fn-active-0490 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-current-88d8 {
    text-align: center;
    color: #00ff88;
    font-size: 1.5rem;
    padding: 10px 0;
    opacity: 0.5;
}

.chip_b67c { border-top: 3px solid #00ccff; }
.input_current_ac19 { border-top: 3px solid #00ff88; }
.form-8daa { border-top: 3px solid #d4af37; }
.pagination_831a { border-top: 3px solid #ff6b6b; }
.frame-copper-3c9c { border-top: 3px solid #8b5cf6; }

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

.full_9d52 {
    overflow-x: auto;
}

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

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

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

.search_soft_cb18 td {
    color: #ccc;
}

.search_soft_cb18 .media-384b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.dynamic-8aa3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.soft-2c96 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.icon-in-469e {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.tag-9e03 {
    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;
}

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

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

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

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

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

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

.black-3029 {
    font-size: 2rem;
}

.primary-slow-b984 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

.outline-bottom-8cf7 {
    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;
}

.outline-bottom-8cf7::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);
}

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

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

.outline-bottom-8cf7 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.pagination_b5aa {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.nav-9b68 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.picture-f6fc .block-silver-a5f9 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-cool-80a9 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.outer-a71e {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.outer-a71e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.slider-down-39e3 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.slider-down-39e3 span {
    color: #666;
    font-size: 0.8rem;
}

.slider-down-39e3 a {
    color: #ff6b6b;
}

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

.tabs-focused-ff33 {
    max-width: 800px;
    margin: 0 auto;
}

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

.complex_aadf {
    text-align: center;
}

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

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

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

.tabs-focused-ff33 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.search-91e7 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-6959.up-f45b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .full_7a6f {
        flex-direction: column;
    }
    .progress-pro-c981 {
        transform: rotate(90deg);
    }
}

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

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

.icon-down-4f21 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .icon-down-4f21 {
        grid-template-columns: 1fr;
    }
}

.media-hot-573d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.element_west_6520 .glass_84cc {
    color: #666;
    margin: 0 8px;
}

.element_west_6520 .stale_2321 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.filter_fresh_faee {
    font-size: 2rem;
}

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

.wrapper_last_628e strong {
    color: #d4af37;
}

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

.dim-100f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.pattern-bronze-d49e {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.pattern-pro-1c19 strong {
    color: #d4af37;
    margin-right: 8px;
}

.element-14d3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.filter_hot_66d7 strong {
    color: #00ff88;
}

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

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

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

.panel_3937 h3,
.filter-dynamic-44ad h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.wood-00e2 strong {
    color: #d4af37;
}

.medium-b836 {
    color: #aaa;
}

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

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

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

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

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

.gold-1b60 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-dd5d strong {
    color: #d4af37;
}

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

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

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

.plasma-e351 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.chip-2d17 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.paragraph-old-45f0 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.fixed-5fba {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.fixed-5fba li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.in-369e strong {
    color: #00ff88;
}

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

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

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

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

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

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

.icon-cool-80a9 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.item-01cd {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .button_purple_d986 {
        padding: 30px 15px;
    }
    
    .button_purple_d986 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .mask-090b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .texture_d88e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .detail_82ca {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .detail_82ca .orange_6e1b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .shadow_84a5 {
        font-size: 1.3rem;
    }
    
    .hidden-purple-2afa {
        font-size: 0.7rem;
    }
    
    .motion-6c67 {
        flex-direction: column;
        gap: 10px;
    }
    
    .motion-6c67 .hover-medium-29e8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dropdown-c2d1 {
        display: none;
    }
    
    .container_e4af {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .header_fast_fdba {
        padding: 20px 10px;
    }
    
    .tabs_complex_da39 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar-8528,
    .light-ccb2 {
        padding: 15px;
    }
    
    .paragraph-old-45f0 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tertiary_stale_d6bf {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .message-a399 {
        padding: 20px 5px;
    }
    
    .message-a399 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .left-364e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .search_soft_cb18 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .search_soft_cb18 th,
    .search_soft_cb18 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .gallery-action-ecfe {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .dynamic-833b {
        padding: 20px 10px;
    }
    
    .hero_bottom_1e79 h2 {
        font-size: 1.3rem;
    }
    
    .bronze_f1a9 {
        font-size: 0.9rem;
    }
    
    .hot_4cd2 h3 {
        font-size: 1.1rem;
    }
    
    .hot_4cd2 p {
        font-size: 0.9rem;
    }
    
    .inner_bcb7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .logo_last_1ad8 {
        grid-template-columns: 1fr;
    }
    
    .paragraph-dd5d {
        font-size: 0.85rem;
    }
    
    .texture-792f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link-a09e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .link-a09e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .right_0cf7 {
        padding: 30px 10px;
    }
    
    .tag_ee90 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .module_59e6 {
        padding: 15px 10px;
    }
    
    .module_59e6 h4 {
        font-size: 0.9rem;
    }
    
    .module_59e6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .popup_db83 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .wrapper-right-80ac {
        padding: 30px 10px;
    }
    
    .slider-3f21 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown-out-ec17 {
        padding: 15px;
    }
    
    .current_e06a {
        font-size: 0.9rem;
    }
    
    .column-bright-25bf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .column-bright-25bf .action-8559 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .light_084f {
        padding: 30px 10px;
    }
    
    .light_084f h2 {
        font-size: 1.2rem;
    }
    
    .shade-current-284d {
        gap: 10px;
    }
    
    .section-5962 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .section-5962 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .picture-prev-6d16 {
        padding: 30px 10px;
    }
    
    .picture-prev-6d16 h2 {
        font-size: 1.2rem;
    }
    
    .clean-7d2b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .easy_8f34 {
        padding: 15px 10px;
    }
    
    .easy_8f34 h4 {
        font-size: 0.85rem;
    }
    
    .easy_8f34 p {
        font-size: 0.75rem;
    }
    
    .info-e248 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .simple-42bc {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .filter-short-e825 {
        padding: 20px 10px;
    }
    
    .tiny-61c5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pro_7061,
    .outer-a71e,
    .slider-down-39e3 {
        width: 100%;
    }
    
    .pro_7061 h3 {
        font-size: 1.1rem;
    }
    
    .pro_7061 p {
        font-size: 0.8rem;
    }
    
    .grid_fast_63de {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .caption_f9e4 {
        padding: 30px 15px;
    }
    
    .caption_f9e4 h2 {
        font-size: 1.3rem;
    }
    
    .caption_f9e4 p {
        font-size: 0.85rem;
    }
    
    .title_upper_a516 {
        flex-direction: column;
        gap: 10px;
    }
    
    .title_upper_a516 .hover-medium-29e8 {
        width: 100%;
    }
    
    .surface_huge_b576 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .image-prev-a374 {
        padding: 30px 10px;
    }
    
    .image-prev-a374 h3 {
        font-size: 1.2rem;
    }
    
    .fixed-1b76 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .easy_3d0d {
        padding: 15px 10px;
    }
    
    .easy_3d0d h4 {
        font-size: 0.85rem;
    }
    
    .easy_3d0d p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .focus-14bb {
        padding: 30px 15px;
    }
    
    .tiny-99ff {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .message_thick_ecf3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .detail_cold_6865 h4 {
        font-size: 0.9rem;
    }
    
    .detail_cold_6865 a {
        font-size: 0.8rem;
    }
    
    .motion-d920 {
        font-size: 0.8rem;
    }
    
    .tabs_easy_60b7 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .center_b177 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .info_69ba {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7a9d */
.ghost-box-z6 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
