/* Inner Page Styles */

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

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

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

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

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

.breadcrumb-d146 .first_19d2 {
    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;
}

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

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

.breadcrumb-d146 .first_19d2:hover::before {
    left: 100%;
}

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

.row-6dc7 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gold-45ea.fn-active-8554 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dirty-92a5 {
    padding: var(--md-spacing-md) 0;
}

.bronze-12ba {
    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%;
}

.bronze-12ba 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 */
.component-glass-10e0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.component-glass-10e0 li {
    margin-bottom: var(--md-spacing-xs);
}

.component-glass-10e0 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);
}

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

/* Promo Cards */
.filter_f4eb {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

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

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

.filter_f4eb h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.filter_f4eb p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

.filter_f4eb .element-dark-a5c0 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.filter_f4eb .element-dark-a5c0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.motion-9456 .element-dark-a5c0 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.motion-9456 .element-dark-a5c0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .huge-a171 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .huge-a171 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .huge-a171 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .breadcrumb-d146 {
        justify-content: center;
    }
    
    .orange_df9b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gallery_huge_7925 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .carousel-a308 {
        padding: var(--md-spacing-md) 0;
    }
    
    .paragraph_f23d {
        padding: var(--md-spacing-md);
    }
    
    .menu-black-79c1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .bronze-12ba {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .motion-9456 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .heading_f3c9 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .paragraph_f23d {
        padding: var(--md-spacing-sm);
    }
    
    .prev-2824 {
        padding: var(--md-spacing-md);
    }
    
    .bronze-12ba {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.prev-2824,
.bronze-12ba,
.motion-9456 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.caption-outer-d742::-webkit-scrollbar {
    width: 8px;
}

.caption-outer-d742::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.gallery-black-2134 {
    font-size: 1.5rem;
}

.small_1304 strong {
    color: #00ff88;
}

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

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

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

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

.fast-61d9 {
    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;
}

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

.fast-61d9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.fast-61d9 li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.banner-bottom-1dc8 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.panel_5a1b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.badge_8539.fluid-bc75 .preview-c852 {
    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); }
}

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

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

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

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

.background-19c8 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;
}

.background-19c8 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);
}

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

.liquid_bda0 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .preview-brown-55f6 {
        grid-template-columns: 1fr;
    }
}

.table-cold-e9b2 {
    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;
}

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

.table-cold-e9b2.easy_c20b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.table-cold-e9b2.info_9cd6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table-cold-e9b2.logo-black-5102::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.table-cold-e9b2.hovered_0291::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.media_west_bd72 {
    font-size: 1.2rem;
}

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

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

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

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

.hard-2ed4.list_90d7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hard-2ed4.fn-active-8554 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.article-steel-13d5 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

.widget-bronze-652a {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.progress_fresh_a7a3 { border-top: 3px solid #00ccff; }
.gradient-small-423c { border-top: 3px solid #00ff88; }
.summary-4a5c { border-top: 3px solid #d4af37; }
.notice-4704 { border-top: 3px solid #ff6b6b; }
.wood-60e9 { border-top: 3px solid #8b5cf6; }

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

.carousel-2259 {
    overflow-x: auto;
}

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

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

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

.full_e71a td {
    color: #ccc;
}

.full_e71a .list-819e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.preview-76fe {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.preview-5ef5 {
    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;
}

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

.menu-981d p {
    color: #888;
    font-size: 0.9rem;
}

.feature_medium_9a4c {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

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

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

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

.tabs-40ab {
    font-size: 2rem;
}

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

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

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

.label-011a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.list-center-b6f5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.widget-3c86 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail_tall_3f22 .pattern-rough-8a63 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.image-white-e54f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.button-5d4f {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.complex-93d6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.medium-722b {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.aside-hard-bde4 span {
    color: #666;
    font-size: 0.8rem;
}

.aside-hard-bde4 a {
    color: #ff6b6b;
}

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

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

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

.smooth-8244 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.avatar-old-9f89 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.plasma-88ef {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .picture-inner-e4ab {
        flex-direction: column;
    }
    .frame-c021 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.cold-25ba {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.hot-b395 .hovered-edeb {
    color: #666;
    margin: 0 8px;
}

.hot-b395 .white_b26a {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.item_light_632a {
    font-size: 2rem;
}

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

.section_stale_7375 strong {
    color: #d4af37;
}

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

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

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

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

.module-over-2d82 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.widget_cold_73f2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-11c5 strong {
    color: #d4af37;
}

.mask_d556 {
    color: #aaa;
}

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

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

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

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

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

.shadow-2b30 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-4c58 strong {
    color: #d4af37;
}

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

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

.modal_fresh_c9d8 strong {
    color: #00ff88;
}

.modal_fresh_c9d8 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.element-white-87ee {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.slider-white-0ca1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.slider-first-9b7b {
    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);
}

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

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

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

.hidden-current-768a {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.hidden-current-768a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_dark_0d3c strong {
    color: #00ff88;
}

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

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

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

.logo-south-d2ca {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.notice-42bb {
    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;
}

.medium-722b {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .logo-south-d2ca {
        flex-direction: column;
    }
    
    .notice_up_e45e {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .background_cd7b {
        padding: 30px 15px;
    }
    
    .background_cd7b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .layout_full_d6de {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .avatar_large_ff97 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .active_right_2c19 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .active_right_2c19 .outer-3c5c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .photo-lite-acc3 {
        font-size: 1.3rem;
    }
    
    .notice-7504 {
        font-size: 0.7rem;
    }
    
    .video_08d7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .video_08d7 .element-dark-a5c0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .easy_65c3 {
        display: none;
    }
    
    .gallery-down-d638 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .highlight-6aa6 {
        padding: 20px 10px;
    }
    
    .layout_213f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid_glass_182c,
    .hero_simple_3c99 {
        padding: 15px;
    }
    
    .slider-white-0ca1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .slider-first-9b7b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dropdown_next_a5d7 {
        padding: 30px 10px;
    }
    
    .icon-7754 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article-motion-be39 {
        padding: 20px 15px;
    }
    
    .background-inner-2b4d {
        font-size: 2rem;
    }
    
    .article-motion-be39 h3 {
        font-size: 1.1rem;
    }
    
    .article-motion-be39 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .accordion_3794 {
        padding: 20px 5px;
    }
    
    .accordion_3794 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .pressed-ba40 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .full_e71a {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .full_e71a th,
    .full_e71a td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .content-4e2c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .summary_a9e4 {
        padding: 20px 10px;
    }
    
    .carousel_7197 h2 {
        font-size: 1.3rem;
    }
    
    .hot_5620 {
        font-size: 0.9rem;
    }
    
    .simple_6062 h3 {
        font-size: 1.1rem;
    }
    
    .simple_6062 p {
        font-size: 0.9rem;
    }
    
    .advanced_af89 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hero_basic_b9a2 {
        grid-template-columns: 1fr;
    }
    
    .slider-4c58 {
        font-size: 0.85rem;
    }
    
    .column_yellow_35a6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box_25bb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .box_25bb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .white_008e {
        padding: 30px 10px;
    }
    
    .overlay-72b5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container-cold-9dc8 {
        padding: 15px 10px;
    }
    
    .container-cold-9dc8 h4 {
        font-size: 0.9rem;
    }
    
    .container-cold-9dc8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .table_49fd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .overlay-72b5 {
        grid-template-columns: 1fr;
    }
    
    .container-cold-9dc8 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .message-soft-378e {
        padding: 30px 10px;
    }
    
    .south_2a0d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table_79fe {
        padding: 15px;
    }
    
    .tertiary_new_c726 {
        font-size: 0.9rem;
    }
    
    .picture_last_fd6d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .picture_last_fd6d .clean-e6c4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .badge-fresh-ac8e {
        padding: 30px 10px;
    }
    
    .badge-fresh-ac8e h2 {
        font-size: 1.2rem;
    }
    
    .dropdown-hard-7506 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small_a1c3 {
        padding: 15px 10px;
    }
    
    .small_a1c3 h4 {
        font-size: 0.85rem;
    }
    
    .small_a1c3 p {
        font-size: 0.75rem;
    }
    
    .gradient-smooth-adca {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .element-7bd3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .iron_8e0c {
        padding: 20px 10px;
    }
    
    .item_d03f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hover_lower_11e5,
    .thick_f961,
    .aside-hard-bde4 {
        width: 100%;
    }
    
    .hover_lower_11e5 h3 {
        font-size: 1.1rem;
    }
    
    .hover_lower_11e5 p {
        font-size: 0.8rem;
    }
    
    .north-fe33 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .warm-230d {
        padding: 30px 15px;
    }
    
    .warm-230d h2 {
        font-size: 1.3rem;
    }
    
    .warm-230d p {
        font-size: 0.85rem;
    }
    
    .left_05c3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .left_05c3 .element-dark-a5c0 {
        width: 100%;
    }
    
    .action_1542 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .advanced-1bd0 {
        padding: 30px 15px;
    }
    
    .border-brown-ba21 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .input_silver_393c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .info_south_339e h4 {
        font-size: 0.9rem;
    }
    
    .info_south_339e a {
        font-size: 0.8rem;
    }
    
    .popup_e09f {
        font-size: 0.8rem;
    }
    
    .avatar-d696 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .solid_5b2a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tag_plasma_d20e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8082 */
.widget-item-j1 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.3;
}
