/* Inner Page Styles */

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

.iron-61f4 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);
}

.iron-61f4 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);
}

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

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

.overlay-dccf .widget-9f0d {
    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;
}

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

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

.overlay-dccf .widget-9f0d:hover::before {
    left: 100%;
}

.overlay-dccf .widget-9f0d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery_214c.fn-active-587d {
    color: var(--casino-gold-light);
}

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

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

.preview-inner-6477 {
    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);
}

.preview-inner-6477 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-easy-a840:hover::before {
    left: 100%;
}

.dropdown-easy-a840 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;
}

.dropdown-easy-a840 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;
}

.dropdown-easy-a840 .down-b88e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.dropdown-easy-a840 .down-b88e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.gradient_cc72 .down-b88e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.gradient_cc72 .down-b88e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .iron-61f4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .iron-61f4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .iron-61f4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .overlay-dccf {
        justify-content: center;
    }
    
    .mini_682e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .static_8744 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pink_651f {
        padding: var(--md-spacing-md) 0;
    }
    
    .preview-inner-6477 {
        padding: var(--md-spacing-md);
    }
    
    .sidebar_b1e4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .outline_6996 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gradient_cc72 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wide-9825 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .preview-inner-6477 {
        padding: var(--md-spacing-sm);
    }
    
    .warm-2961 {
        padding: var(--md-spacing-md);
    }
    
    .outline_6996 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.warm-2961,
.outline_6996,
.gradient_cc72 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.layout_static_99ab {
    font-size: 1.5rem;
}

.outline_large_ea35 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .slider-right-1dec {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .focused_ee22 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.description-05a9 {
    padding: 30px 0;
}

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

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

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

.middle-8b28 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.middle-8b28 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.pink-0a1f {
    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;
}

.pink-0a1f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.under_ca37.green-8500 .summary_small_89dd {
    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); }
}

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

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

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

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

.accordion-8cdc 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;
}

.accordion-8cdc 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);
}

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

.glass_b476 {
    font-size: 1.2rem;
}

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

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

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

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

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

.tag_4bd3.link_3617::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tag_4bd3.east-b4eb::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag_4bd3.image_306f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tag_4bd3.primary-889a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.block-da59 {
    font-size: 1.2rem;
}

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

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

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

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

.new-e741.icon-hard-6467 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.new-e741.fn-active-587d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.block-west-ffac {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.tabs-pro-366b {
    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;
}

.tabs-pro-366b:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.tabs-pro-366b.feature-bcbe {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.gas_9465 { border-top: 3px solid #00ccff; }
.caption-short-5b99 { border-top: 3px solid #00ff88; }
.card_c0db { border-top: 3px solid #d4af37; }
.prev_499f { border-top: 3px solid #ff6b6b; }
.secondary-dark-6423 { border-top: 3px solid #8b5cf6; }

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

.new_ff68 {
    overflow-x: auto;
}

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

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

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

.top-55c2 td {
    color: #ccc;
}

.top-55c2 .link_f5c6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.top-55c2 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

.pagination-full-11e0 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.block-easy-54a8 {
    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;
}

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

.gas-6e57 {
    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;
}

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

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

.tabs-9eb1 {
    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;
}

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

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

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

.mask-0a90 {
    font-size: 2rem;
}

.footer-b06f strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.slow-51b7 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.disabled-advanced-fa45 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.advanced_5598 {
    font-size: 1.5rem;
}

.steel-939b {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.gradient-wide-0db7 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.warm-6bcb .first_2168 {
    margin-bottom: 10px;
}

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

.warm-6bcb strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.white-3a25 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.carousel-mini-1c98 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

.text-525a span {
    color: #666;
    font-size: 0.8rem;
}

.text-525a a {
    color: #ff6b6b;
}

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

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

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

.message_4ee9 {
    text-align: center;
}

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

.message_4ee9 .dropdown-left-e64a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.copper-36c5 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Specs & Comparison Combined */
.narrow-38d6 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.hover_dc45 .texture_1ca5 {
    color: #666;
    margin: 0 8px;
}

.hover_dc45 .texture_red_bf80 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.heading-fast-680c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.outline-tall-646a {
    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;
}

.box-459b {
    font-size: 2rem;
}

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

.texture_complex_c8d7 strong {
    color: #d4af37;
}

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

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

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

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

.chip-5b4c {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.shade-810a strong {
    color: #00ff88;
}

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

.input-slow-837c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .input-slow-837c {
        grid-template-columns: 1fr;
    }
}

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

.prev-00e6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.paragraph_simple_caa5 strong {
    color: #d4af37;
}

.message_4ac1 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slider-under-ff6b {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.slider-under-ff6b 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;
}

.slider-under-ff6b li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hard-17c8 strong {
    color: #d4af37;
}

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

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

.yellow_ed83 strong {
    color: #00ff88;
}

.yellow_ed83 span {
    color: #d4af37;
}

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

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

.brown-9c5e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.slider-fluid-50af {
    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;
}

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

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

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

.picture-4b9f {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.media-inner-c323 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.outer-155b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.outer-155b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption_gas_6051 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pattern-advanced-ce47 {
        padding: 30px 15px;
    }
    
    .pattern-advanced-ce47 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .sort-upper-91f1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .wrapper_orange_cdbd {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .narrow_0e03 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .narrow_0e03 .accordion_911b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .narrow-563f {
        font-size: 1.3rem;
    }
    
    .surface_solid_7a65 {
        font-size: 0.7rem;
    }
    
    .list_green_fda6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .list_green_fda6 .down-b88e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .component-d1b7 {
        display: none;
    }
    
    .hero-46d1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .south-d113 {
        padding: 20px 10px;
    }
    
    .brown-9c5e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slow_20a1,
    .popup_dbb0 {
        padding: 15px;
    }
    
    .picture-4b9f {
        flex-direction: column;
        gap: 5px;
    }
    
    .status_43c3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .column_1c2b {
        padding: 30px 10px;
    }
    
    .article_1bed {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status-inner-ec52 {
        padding: 20px 15px;
    }
    
    .active_60ff {
        font-size: 2rem;
    }
    
    .status-inner-ec52 h3 {
        font-size: 1.1rem;
    }
    
    .status-inner-ec52 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hard-8f92 {
        padding: 20px 5px;
    }
    
    .hard-8f92 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .backdrop_bright_cdce {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .top-55c2 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .top-55c2 th,
    .top-55c2 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .accent_over_2d81 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .banner-7f38 {
        padding: 20px 10px;
    }
    
    .highlight-hot-53d3 h2 {
        font-size: 1.3rem;
    }
    
    .static-601b {
        font-size: 0.9rem;
    }
    
    .silver_362f h3 {
        font-size: 1.1rem;
    }
    
    .silver_362f p {
        font-size: 0.9rem;
    }
    
    .slider-under-ff6b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .caption_4f0c {
        grid-template-columns: 1fr;
    }
    
    .hard-17c8 {
        font-size: 0.85rem;
    }
    
    .texture_9939 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hard-5e1c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hard-5e1c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .grid-selected-6f43 {
        padding: 30px 10px;
    }
    
    .summary_medium_9cf7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message-de64 {
        padding: 15px 10px;
    }
    
    .message-de64 h4 {
        font-size: 0.9rem;
    }
    
    .message-de64 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .description-f651 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .cool-6115 {
        padding: 30px 10px;
    }
    
    .left-f314 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tertiary-5de7 {
        padding: 15px;
    }
    
    .message-outer-8df5 {
        font-size: 0.9rem;
    }
    
    .pressed_1700 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pressed_1700 .article-5256 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .current_2add {
        padding: 30px 10px;
    }
    
    .current_2add h2 {
        font-size: 1.2rem;
    }
    
    .carousel-7b5e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge-70fe {
        padding: 15px 10px;
    }
    
    .huge-70fe h4 {
        font-size: 0.85rem;
    }
    
    .huge-70fe p {
        font-size: 0.75rem;
    }
    
    .progress-bbad {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .backdrop_clean_21eb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .description_gold_49bf {
        padding: 20px 10px;
    }
    
    .status-797d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .carousel-mini-1c98,
    .narrow_34dc,
    .text-525a {
        width: 100%;
    }
    
    .carousel-mini-1c98 h3 {
        font-size: 1.1rem;
    }
    
    .carousel-mini-1c98 p {
        font-size: 0.8rem;
    }
    
    .accordion_ccfb {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .clean_3eff {
        padding: 30px 15px;
    }
    
    .clean_3eff h2 {
        font-size: 1.3rem;
    }
    
    .clean_3eff p {
        font-size: 0.85rem;
    }
    
    .west_2a14 {
        flex-direction: column;
        gap: 10px;
    }
    
    .west_2a14 .down-b88e {
        width: 100%;
    }
    
    .purple-8de0 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .blue-c2d4 {
        padding: 30px 15px;
    }
    
    .content-orange-46c6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .input_677a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .badge_a6d6 h4 {
        font-size: 0.9rem;
    }
    
    .badge_a6d6 a {
        font-size: 0.8rem;
    }
    
    .in-08e1 {
        font-size: 0.8rem;
    }
    
    .link-slow-d372 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .text_stale_ac3c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .button_fast_3530 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: af78 */
.ghost-box-t3 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
