/* Inner Page Styles */

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

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

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

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

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

.outer_9d05 .primary-945a {
    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;
}

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

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

.outer_9d05 .primary-945a:hover::before {
    left: 100%;
}

.outer_9d05 .primary-945a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.widget-6fc2 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.fixed-6815 {
    color: var(--casino-gold-light);
}

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

.fixed-6815 a:hover {
    color: var(--casino-gold-light);
}

.fixed-6815.fn-active-9730 {
    color: var(--casino-gold-light);
}

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

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

.pagination-hot-17f0 {
    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);
}

.pagination-hot-17f0 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);
}

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

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

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

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

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

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

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

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

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

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

.north-4e13 {
    padding: var(--md-spacing-md) 0;
}

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

.in_b25d 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 */
.large-3f3a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.large-3f3a li {
    margin-bottom: var(--md-spacing-xs);
}

.large-3f3a 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);
}

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

/* Promo Cards */
.photo-liquid-8f39 {
    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;
}

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

.photo-liquid-8f39:hover::before {
    left: 100%;
}

.photo-liquid-8f39 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;
}

.photo-liquid-8f39 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;
}

.photo-liquid-8f39 .text-hard-1a47 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.photo-liquid-8f39 .text-hard-1a47:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.sort-rough-505e {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.badge_a059 .text-hard-1a47 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.badge_a059 .text-hard-1a47:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hover_4b08 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hover_4b08 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hover_4b08 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .outer_9d05 {
        justify-content: center;
    }
    
    .widget-6fc2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .chip-6005 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .glass_26c3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pagination-hot-17f0 {
        padding: var(--md-spacing-md);
    }
    
    .tooltip_9c38 {
        padding: var(--md-spacing-md) 0;
    }
    
    .in_b25d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .badge_a059 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .slider_7494 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pagination-hot-17f0 {
        padding: var(--md-spacing-sm);
    }
    
    .bottom-c67f {
        padding: var(--md-spacing-md);
    }
    
    .in_b25d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bottom-c67f,
.in_b25d,
.badge_a059 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.green_f443 {
    font-size: 1.5rem;
}

.smooth_6d25 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-last-3848 {
    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;
}

.primary-last-3848 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.mini-3e97 {
    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;
}

.mini-3e97.progress_b869 .dropdown_next_c00f {
    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); }
}

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

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

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

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

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

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

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

.rough_942c {
    font-size: 1.2rem;
}

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

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

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

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

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

.image_5589.bottom_3926::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.image_5589.title-0048::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.image_5589.tertiary-black-9dd2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.image_5589.table_hot_17ed::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.static_6a0f {
    font-size: 1.2rem;
}

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

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

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

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

.header-dark-9503.article_61e7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.header-dark-9503.fn-active-9730 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.wrapper-purple-5606 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.logo-active-e14d {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.text-right-91af {
    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;
}

.text-right-91af:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.text-right-91af.detail-a7ca {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.next-fff3 { border-top: 3px solid #00ccff; }
.inner-d1ae { border-top: 3px solid #00ff88; }
.footer_hot_ba76 { border-top: 3px solid #d4af37; }
.down-9286 { border-top: 3px solid #ff6b6b; }
.notice_f22a { border-top: 3px solid #8b5cf6; }

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

.mask_white_10bc {
    overflow-x: auto;
}

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

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

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

.gallery-ea97 td {
    color: #ccc;
}

.gallery-ea97 .carousel-1bea {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.accent-29d3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-full-1e40 {
    font-size: 2rem;
}

.hovered-60f9 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

.plasma-6af6 {
    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;
}

.plasma-6af6::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);
}

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

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

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

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

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

.prev-02c1 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.table-041e {
    font-size: 1.5rem;
}

.tabs-green-42f6 {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .hidden-pink-399d {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.alert_e065 .label-next-322b {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.description-662c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.thumbnail-40c8 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-fa6e {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.wrapper-fa6e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.border_selected_7902 a {
    color: #ff6b6b;
}

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

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

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

.cool-cdd0 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.accent-fixed-2f0f {
    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;
}

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

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

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

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

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

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

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

.feature-mini-85f6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .feature-mini-85f6 {
        flex-direction: column;
    }
    .hidden_light_8414 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.gallery-wide-a34f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.component-7c2c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tiny-b945 .hero_static_2594 {
    color: #666;
    margin: 0 8px;
}

.tiny-b945 .dark_34b9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.aside-over-1684 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.primary-hard-f5ea strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.pro_ce36 {
    font-size: 2rem;
}

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

.video_next_e1bb strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.input_light_7919 strong {
    color: #00ff88;
}

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

.title-hard-9483 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.alert-slow-baf9 h3,
.over-0ebe h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.slider-south-b302 strong {
    color: #d4af37;
}

.iron-f506 {
    color: #aaa;
}

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

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

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

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

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

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

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

.row-464d:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex_08d5 strong {
    color: #d4af37;
}

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

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

.table_bd2c strong {
    color: #00ff88;
}

.table_bd2c span {
    color: #d4af37;
}

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

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

.tabs-full-dbe5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.small-49f3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.backdrop-pressed-2cd0 {
    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);
}

.blue-55df {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient-6e94 strong {
    color: #00ff88;
}

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

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

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

.smooth-23e2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .smooth-23e2 {
        flex-direction: column;
    }
    
    .logo_plasma_d7c1 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .section-east-d05c {
        padding: 30px 15px;
    }
    
    .section-east-d05c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tabs-6fa7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gas_2d86 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .alert-0b39 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .alert-0b39 .hero-west-2dfa {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .mini-e028 {
        font-size: 1.3rem;
    }
    
    .under_8f54 {
        font-size: 0.7rem;
    }
    
    .large-efb1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .large-efb1 .text-hard-1a47 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .gradient-fd40 {
        display: none;
    }
    
    .dynamic-f4cb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tabs-active-6b68 {
        padding: 20px 10px;
    }
    
    .tabs-full-dbe5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .popup-a69b,
    .accent_medium_27cd {
        padding: 15px;
    }
    
    .small-49f3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .backdrop-pressed-2cd0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dynamic_b943 {
        padding: 30px 10px;
    }
    
    .focus-64a8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status_3964 {
        padding: 20px 15px;
    }
    
    .shadow-in-596b {
        font-size: 2rem;
    }
    
    .status_3964 h3 {
        font-size: 1.1rem;
    }
    
    .status_3964 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .focus-fixed-5e27 {
        padding: 20px 5px;
    }
    
    .focus-fixed-5e27 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .north-f53a {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .gallery-ea97 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .gallery-ea97 th,
    .gallery-ea97 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .carousel_right_2806 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .video-2cc3 {
        padding: 20px 10px;
    }
    
    .accent-51c7 h2 {
        font-size: 1.3rem;
    }
    
    .input_pro_5290 {
        font-size: 0.9rem;
    }
    
    .row-464d h3 {
        font-size: 1.1rem;
    }
    
    .row-464d p {
        font-size: 0.9rem;
    }
    
    .link_east_3cbf li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .center_3e54 {
        grid-template-columns: 1fr;
    }
    
    .complex_08d5 {
        font-size: 0.85rem;
    }
    
    .preview-hard-ce71 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_9a2f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .nav_9a2f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .stale-bf7d {
        padding: 30px 10px;
    }
    
    .wide-368d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider-easy-cb02 {
        padding: 15px 10px;
    }
    
    .slider-easy-cb02 h4 {
        font-size: 0.9rem;
    }
    
    .slider-easy-cb02 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .widget-hot-19ce {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wide-368d {
        grid-template-columns: 1fr;
    }
    
    .slider-easy-cb02 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .frame-lower-f7c7 {
        padding: 30px 10px;
    }
    
    .pattern-medium-9f66 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .inner-dc2d {
        padding: 15px;
    }
    
    .button-d1a0 {
        font-size: 0.9rem;
    }
    
    .large_69d2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .large_69d2 .feature-right-352d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .brown_a179 {
        padding: 30px 10px;
    }
    
    .brown_a179 h2 {
        font-size: 1.2rem;
    }
    
    .mask_9f78 {
        gap: 10px;
    }
    
    .slider_thick_1eef summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .slider_thick_1eef p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .summary_62d4 {
        padding: 30px 10px;
    }
    
    .summary_62d4 h2 {
        font-size: 1.2rem;
    }
    
    .mask_65e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-ed90 {
        padding: 15px 10px;
    }
    
    .table-ed90 h4 {
        font-size: 0.85rem;
    }
    
    .table-ed90 p {
        font-size: 0.75rem;
    }
    
    .motion-b444 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .border-e1c0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .complex_faca {
        padding: 20px 10px;
    }
    
    .short-dcc7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .chip-d88f,
    .wrapper-fa6e,
    .border_selected_7902 {
        width: 100%;
    }
    
    .chip-d88f h3 {
        font-size: 1.1rem;
    }
    
    .chip-d88f p {
        font-size: 0.8rem;
    }
    
    .preview_b02c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hidden_steel_c5ef {
        padding: 30px 15px;
    }
    
    .hidden_steel_c5ef h2 {
        font-size: 1.3rem;
    }
    
    .hidden_steel_c5ef p {
        font-size: 0.85rem;
    }
    
    .column-0c1d {
        flex-direction: column;
        gap: 10px;
    }
    
    .column-0c1d .text-hard-1a47 {
        width: 100%;
    }
    
    .content_pressed_bf63 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .row_white_8e1c {
        padding: 30px 10px;
    }
    
    .row_white_8e1c h3 {
        font-size: 1.2rem;
    }
    
    .gallery-5924 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_a059 {
        padding: 15px 10px;
    }
    
    .badge_a059 h4 {
        font-size: 0.85rem;
    }
    
    .badge_a059 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .element-dim-c590 {
        padding: 30px 15px;
    }
    
    .paragraph_07e2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .input-98e1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fresh_140f h4 {
        font-size: 0.9rem;
    }
    
    .fresh_140f a {
        font-size: 0.8rem;
    }
    
    .first-b6e3 {
        font-size: 0.8rem;
    }
    
    .frame-3a24 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .backdrop-1951 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .feature_current_d950 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3101 */
.shadow-element-q2 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
