/* Inner Page Styles */

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

.texture-hot-a61d 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);
}

.texture-hot-a61d 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);
}

.texture-hot-a61d 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_dark_bbd3 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.overlay_dark_bbd3 .widget_f4ff {
    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_dark_bbd3 .widget_f4ff::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.overlay_dark_bbd3 .widget_f4ff:hover::before {
    left: 100%;
}

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

.primary-48dd {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_under_c312.fn-active-3a9c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination_mini_7023 .table-6a5b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.pagination_mini_7023 .table-6a5b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.nav_7631 .table-6a5b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.nav_7631 .table-6a5b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .texture-hot-a61d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .texture-hot-a61d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .texture-hot-a61d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .overlay_dark_bbd3 {
        justify-content: center;
    }
    
    .label_narrow_b19b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pagination_bronze_21c3 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .mask_pro_3381 {
        padding: var(--md-spacing-md) 0;
    }
    
    .cold_2d25 {
        padding: var(--md-spacing-md);
    }
    
    .cool_3c6f {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup_slow_436a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .nav_7631 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wood_ca7a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .cold_2d25 {
        padding: var(--md-spacing-sm);
    }
    
    .hero-old-aa3b {
        padding: var(--md-spacing-md);
    }
    
    .popup_slow_436a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hero-old-aa3b,
.popup_slow_436a,
.nav_7631 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.surface-bottom-0c44::-webkit-scrollbar {
    width: 8px;
}

.surface-bottom-0c44::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.surface-bottom-0c44::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.surface-bottom-0c44::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.icon-bf6c {
    font-size: 1.5rem;
}

.hero-eceb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-e04c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.message-dynamic-b9e9 {
    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;
}

.message-dynamic-b9e9.static-8039 .box-upper-45b7 {
    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); }
}

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

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

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

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

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

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

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

.video-white-0082 {
    font-size: 1.2rem;
}

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

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

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

.detail-south-ea65 {
    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;
}

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

.detail-south-ea65.paragraph_pink_b8ff::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.detail-south-ea65.tag_motion_8484::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.detail-south-ea65.solid-d34c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.detail-south-ea65.container_silver_d9c5::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.footer-smooth-3b2b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.texture-huge-5cc2 {
    font-size: 1.2rem;
}

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

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

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

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

.main-fcc6.grid-fluid-f712 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.main-fcc6.fn-active-3a9c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.accent-motion-d631 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.north-9dce {
    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;
}

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

.north-9dce.outline-6ae3 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

.gradient-smooth-101c {
    text-align: center;
    color: #00ff88;
    font-size: 1.5rem;
    padding: 10px 0;
    opacity: 0.5;
}

.liquid-bdb5 { border-top: 3px solid #00ccff; }
.panel_936c { border-top: 3px solid #00ff88; }
.cold_d6eb { border-top: 3px solid #d4af37; }
.basic-565e { border-top: 3px solid #ff6b6b; }
.module-6f95 { border-top: 3px solid #8b5cf6; }

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

.notice-3e52 {
    overflow-x: auto;
}

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

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

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

.overlay-f06d td {
    color: #ccc;
}

.overlay-f06d .box_dim_fb7a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-gold-e44f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.search-steel-a601 {
    background: #0a0a0a;
    padding: 60px 0;
}

.surface-lite-dc2a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gas_03ed {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .notification-stale-6b32 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.progress-57ff .sort_d3ca {
    margin-bottom: 10px;
}

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

.progress-57ff strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.description-1ed7 {
    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;
}

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

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

.tag-8f0d {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.orange-42a8 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.caption-north-1ff4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

.mask-dirty-b3ff span {
    color: #666;
    font-size: 0.8rem;
}

.mask-dirty-b3ff a {
    color: #ff6b6b;
}

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

.tabs-upper-e6c2 {
    max-width: 800px;
    margin: 0 auto;
}

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

.thick_da24 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.silver-0cbd {
    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;
}

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

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

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

.hard-4fd6 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.preview-red-40de {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.lite_206c.outline-6ae3 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.chip-action-2c14 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .preview-red-40de {
        flex-direction: column;
    }
    .solid-546c {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.old-68fd {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.complex-5d47 .badge_old_3307 {
    color: #666;
    margin: 0 8px;
}

.complex-5d47 .paragraph_west_3ac9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.out-863e {
    font-size: 2rem;
}

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

.wide-a53b strong {
    color: #d4af37;
}

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

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

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

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

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

.lower-260d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.medium-b854 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.info-medium-4931 strong {
    color: #d4af37;
}

.breadcrumb-bada {
    color: #aaa;
}

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

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

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

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

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

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

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

.iron-6392:last-child {
    border-bottom: none;
}

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

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

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

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

.chip-dynamic-2e12 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.chip-dynamic-2e12 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;
}

.chip-dynamic-2e12 li strong {
    color: #00ff88;
}

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

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

.form-iron-0a3c {
    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;
}

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

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

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

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

.info-pink-34a5 strong {
    color: #d4af37;
}

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

.caption-gold-e193 {
    color: #888;
    font-size: 0.9rem;
}

.caption-gold-e193 strong {
    color: #00ff88;
}

.caption-gold-e193 span {
    color: #d4af37;
}

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

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

.gradient-first-7868 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.light_7634 {
    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-rough-2e7d h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.full-31bb {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.badge-action-02fd {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.list-5e86 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .info-steel-3f98 {
        grid-template-columns: 1fr;
    }
}

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

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

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

.rough-9215 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.center_2546 strong {
    color: #00ff88;
}

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

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

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

.info-bronze-534f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.item-tiny-2f1a {
    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;
}

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

@media (max-width: 768px) {
    .info-bronze-534f {
        flex-direction: column;
    }
    
    .plasma-7af6 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tabs-ce31 {
        padding: 30px 15px;
    }
    
    .tabs-ce31 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .simple_5137 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .caption-fast-16c4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .disabled_3bc2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .disabled_3bc2 .alert-thick-aad5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .widget_fluid_50fb {
        font-size: 1.3rem;
    }
    
    .caption-bright-5f6f {
        font-size: 0.7rem;
    }
    
    .primary-e998 {
        flex-direction: column;
        gap: 10px;
    }
    
    .primary-e998 .table-6a5b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .glass-11e2 {
        display: none;
    }
    
    .summary_b0d7 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .lite-b1ec {
        padding: 20px 10px;
    }
    
    .gradient-first-7868 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .north-c5bf,
    .upper_38a9 {
        padding: 15px;
    }
    
    .badge-action-02fd {
        flex-direction: column;
        gap: 5px;
    }
    
    .backdrop-b807 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .aside-a038 {
        padding: 30px 10px;
    }
    
    .link-8725 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status-cb7e {
        padding: 20px 15px;
    }
    
    .east-82d3 {
        font-size: 2rem;
    }
    
    .status-cb7e h3 {
        font-size: 1.1rem;
    }
    
    .status-cb7e p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .notification-wide-aa97 {
        padding: 20px 5px;
    }
    
    .notification-wide-aa97 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .info_e928 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .overlay-f06d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .overlay-f06d th,
    .overlay-f06d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .warm-6b57 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .title_short_b8aa {
        padding: 20px 10px;
    }
    
    .silver_df34 h2 {
        font-size: 1.3rem;
    }
    
    .link_pressed_e471 {
        font-size: 0.9rem;
    }
    
    .iron-6392 h3 {
        font-size: 1.1rem;
    }
    
    .iron-6392 p {
        font-size: 0.9rem;
    }
    
    .chip-dynamic-2e12 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .border_bright_d7b2 {
        grid-template-columns: 1fr;
    }
    
    .info-pink-34a5 {
        font-size: 0.85rem;
    }
    
    .tabs_tiny_a197 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-iron-0a3c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .form-iron-0a3c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .modal-68fc {
        padding: 30px 10px;
    }
    
    .component-complex-d3f6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget-hard-9081 {
        padding: 15px 10px;
    }
    
    .widget-hard-9081 h4 {
        font-size: 0.9rem;
    }
    
    .widget-hard-9081 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .slider_50d9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .component-complex-d3f6 {
        grid-template-columns: 1fr;
    }
    
    .widget-hard-9081 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .card_smooth_3b5d {
        padding: 30px 10px;
    }
    
    .icon_fast_8917 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .complex-ab13 {
        padding: 15px;
    }
    
    .white_8ace {
        font-size: 0.9rem;
    }
    
    .yellow_1e3c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .yellow_1e3c .heading_red_6aa0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .preview-small-7b4f {
        padding: 30px 10px;
    }
    
    .preview-small-7b4f h2 {
        font-size: 1.2rem;
    }
    
    .grid_advanced_88b0 {
        gap: 10px;
    }
    
    .button-gold-e026 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .button-gold-e026 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .layout_9235 {
        padding: 30px 10px;
    }
    
    .layout_9235 h2 {
        font-size: 1.2rem;
    }
    
    .block-gas-854f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pressed_c5d0 {
        padding: 15px 10px;
    }
    
    .pressed_c5d0 h4 {
        font-size: 0.85rem;
    }
    
    .pressed_c5d0 p {
        font-size: 0.75rem;
    }
    
    .pattern-bright-ab1f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .top-db7d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .block-gas-854f {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .layout-a267 {
        padding: 20px 10px;
    }
    
    .caption-north-1ff4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .heading-2079,
    .top_c2bf,
    .mask-dirty-b3ff {
        width: 100%;
    }
    
    .heading-2079 h3 {
        font-size: 1.1rem;
    }
    
    .heading-2079 p {
        font-size: 0.8rem;
    }
    
    .silver-ee23 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .header_f469 {
        padding: 30px 15px;
    }
    
    .header_f469 h2 {
        font-size: 1.3rem;
    }
    
    .header_f469 p {
        font-size: 0.85rem;
    }
    
    .texture-pro-e20f {
        flex-direction: column;
        gap: 10px;
    }
    
    .texture-pro-e20f .table-6a5b {
        width: 100%;
    }
    
    .bottom-d5c9 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .sort_81d6 {
        padding: 30px 15px;
    }
    
    .column_soft_332c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .active-6713 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .caption-fe87 h4 {
        font-size: 0.9rem;
    }
    
    .caption-fe87 a {
        font-size: 0.8rem;
    }
    
    .pro_53e1 {
        font-size: 0.8rem;
    }
    
    .input_old_46ad p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .widget-07ff {
        padding: 8px 10px;
    }
    
    .gas-23ca {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .brown_0153 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gas-23ca {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .brown_0153 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7c59 */
.shadow-element-r4 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
