/* Inner Page Styles */

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

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

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

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

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

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

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

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

.tooltip_80ac .status_stale_5a0a:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pressed-5568.fn-active-e453 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-b24c:hover::before {
    left: 100%;
}

.row-b24c 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;
}

.row-b24c 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;
}

.row-b24c .small-f2e8 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.row-b24c .small-f2e8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.column_current_ebf1 .small-f2e8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.column_current_ebf1 .small-f2e8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .chip_under_3dda {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .chip_under_3dda h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .chip_under_3dda h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tooltip_80ac {
        justify-content: center;
    }
    
    .description_68d5 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .grid_4bdd {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .outline_eed5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .footer_c70e {
        padding: var(--md-spacing-md);
    }
    
    .overlay-south-e7fd {
        padding: var(--md-spacing-md) 0;
    }
    
    .footer-c611 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .column_current_ebf1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .mask_steel_694f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .footer_c70e {
        padding: var(--md-spacing-sm);
    }
    
    .article_next_92fc {
        padding: var(--md-spacing-md);
    }
    
    .footer-c611 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.article_next_92fc,
.footer-c611,
.column_current_ebf1 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.focus-4a75::-webkit-scrollbar {
    width: 8px;
}

.focus-4a75::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.lower-8fe2 {
    font-size: 1.5rem;
}

.layout-a1cd strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.hero-tall-56d7 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.box_easy_5c44 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.feature_0d49.soft-71ca .disabled_924d {
    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); }
}

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

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

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

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

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

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

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

.content_hot_c820 {
    font-size: 1.2rem;
}

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

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

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

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

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

.container_bottom_91b4.notification_2781::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.container_bottom_91b4.thumbnail_fresh_47e4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.container_bottom_91b4.message-b17a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.container_bottom_91b4.tiny-7f6c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.list-d2f6 {
    font-size: 1.2rem;
}

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

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

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

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

.inner-c068.old_1433 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.inner-c068.fn-active-e453 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-dark-8ec9 { border-top: 3px solid #00ccff; }
.out-4f29 { border-top: 3px solid #00ff88; }
.pink-97bc { border-top: 3px solid #d4af37; }
.copper-30e2 { border-top: 3px solid #ff6b6b; }
.notice-liquid-0a40 { border-top: 3px solid #8b5cf6; }

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

.grid_e221 {
    overflow-x: auto;
}

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

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

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

.logo-8dbe td {
    color: #ccc;
}

.logo-8dbe .frame-smooth-17e6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.logo-8dbe tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-33c9 p {
    color: #888;
    font-size: 0.9rem;
}

.shadow-up-82d4 {
    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;
}

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

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

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

.static-b8d3 {
    font-size: 2rem;
}

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

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

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

.under-831c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.bronze-3ab5 {
    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;
}

.bronze-3ab5::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);
}

.logo-3d87 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.banner-hard-1b61 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.primary-gas-fcee strong {
    color: #fff;
    display: block;
}

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

.wrapper-simple-4c3f {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.description-first-a0c4 .overlay_smooth_ab01 {
    margin-bottom: 10px;
}

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

.description-first-a0c4 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary_right_1266 a {
    color: #ff6b6b;
}

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

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

.backdrop-top-03d5 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.copper_81d4 {
    text-align: center;
}

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

.copper_81d4 .info-201f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.over-785a {
    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;
}

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

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

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

.popup-first-b892 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.status-dark-89dc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .status-dark-89dc {
        flex-direction: column;
    }
    .north-6952 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.list_under_d230 .pattern_west_044c {
    color: #666;
    margin: 0 8px;
}

.list_under_d230 .shade_a81d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.box-down-9260 {
    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;
}

.dark_9da7 {
    font-size: 2rem;
}

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

.dropdown_green_18c2 strong {
    color: #d4af37;
}

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

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

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

.hard-f7bd h3,
.row-dcdc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.info-6ee4 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.description-lite-2750 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.paragraph-bf1c strong {
    color: #00ff88;
}

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

.left-114b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.hero-new-e450 strong {
    color: #d4af37;
}

.layout-out-b228 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-inner-70d7 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.list-inner-70d7 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;
}

.list-inner-70d7 li strong {
    color: #00ff88;
}

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

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

.hero-fast-9520 {
    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;
}

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

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

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

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

.bottom-e745 strong {
    color: #d4af37;
}

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

.mask-tall-8be2 {
    color: #888;
    font-size: 0.9rem;
}

.mask-tall-8be2 strong {
    color: #00ff88;
}

.mask-tall-8be2 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.mask-black-4820 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.notice-29cb {
    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);
}

.overlay-clean-9f3f {
    color: #999;
    font-size: 0.85rem;
}

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

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

.iron-4a89 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.iron-4a89 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.warm_d211 strong {
    color: #00ff88;
}

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

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

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

.pagination-selected-4c22 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .pagination-selected-4c22 {
        flex-direction: column;
    }
    
    .backdrop_dim_e255 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .secondary-cfc0 {
        padding: 30px 15px;
    }
    
    .secondary-cfc0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pattern-cool-b6f4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .banner_0961 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .top-acc1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .top-acc1 .gold-aed1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .short-ff24 {
        font-size: 1.3rem;
    }
    
    .tertiary_3708 {
        font-size: 0.7rem;
    }
    
    .search_gold_58a6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .search_gold_58a6 .small-f2e8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .gradient_hard_5041 {
        display: none;
    }
    
    .title_short_ed53 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .footer-7e5a {
        padding: 20px 10px;
    }
    
    .row_5434 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .advanced_00c1,
    .caption_8bd5 {
        padding: 15px;
    }
    
    .mask-black-4820 {
        flex-direction: column;
        gap: 5px;
    }
    
    .notice-29cb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .widget_slow_34cd {
        padding: 30px 10px;
    }
    
    .under-28f2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .inner-222b {
        padding: 20px 15px;
    }
    
    .notice-west-6b24 {
        font-size: 2rem;
    }
    
    .inner-222b h3 {
        font-size: 1.1rem;
    }
    
    .inner-222b p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .message_6b31 {
        padding: 20px 5px;
    }
    
    .message_6b31 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .narrow-96fc {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .logo-8dbe {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .logo-8dbe th,
    .logo-8dbe td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .shadow_4fd4 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .aside-lite-4bab {
        padding: 20px 10px;
    }
    
    .sidebar-2b7b h2 {
        font-size: 1.3rem;
    }
    
    .shade_3b51 {
        font-size: 0.9rem;
    }
    
    .thumbnail_slow_16d9 h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail_slow_16d9 p {
        font-size: 0.9rem;
    }
    
    .list-inner-70d7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .yellow_0886 {
        grid-template-columns: 1fr;
    }
    
    .bottom-e745 {
        font-size: 0.85rem;
    }
    
    .icon_b40c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hero-fast-9520 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hero-fast-9520 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .north-b753 {
        padding: 30px 10px;
    }
    
    .simple-3bed {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar_upper_9fa2 {
        padding: 15px 10px;
    }
    
    .sidebar_upper_9fa2 h4 {
        font-size: 0.9rem;
    }
    
    .sidebar_upper_9fa2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .smooth_aeea {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .simple-3bed {
        grid-template-columns: 1fr;
    }
    
    .sidebar_upper_9fa2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .accent_last_f2a7 {
        padding: 30px 10px;
    }
    
    .smooth-e7f3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mask_2f05 {
        padding: 15px;
    }
    
    .white_1704 {
        font-size: 0.9rem;
    }
    
    .glass_e713 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .glass_e713 .banner_tiny_1d4e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .outer_398f {
        padding: 30px 10px;
    }
    
    .outer_398f h2 {
        font-size: 1.2rem;
    }
    
    .outline_fast_aabd {
        gap: 10px;
    }
    
    .row-liquid-634d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .row-liquid-634d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .sort-pressed-87fa {
        padding: 30px 10px;
    }
    
    .sort-pressed-87fa h2 {
        font-size: 1.2rem;
    }
    
    .mask-3cd4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active-a7a9 {
        padding: 15px 10px;
    }
    
    .active-a7a9 h4 {
        font-size: 0.85rem;
    }
    
    .active-a7a9 p {
        font-size: 0.75rem;
    }
    
    .surface-145f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .texture_fa48 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .soft_b0aa {
        padding: 20px 10px;
    }
    
    .orange-93e3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .north_9ddc,
    .bottom_fff5,
    .primary_right_1266 {
        width: 100%;
    }
    
    .north_9ddc h3 {
        font-size: 1.1rem;
    }
    
    .north_9ddc p {
        font-size: 0.8rem;
    }
    
    .thick-a753 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .module_hard_013d {
        padding: 30px 15px;
    }
    
    .module_hard_013d h2 {
        font-size: 1.3rem;
    }
    
    .module_hard_013d p {
        font-size: 0.85rem;
    }
    
    .accordion_large_44cc {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion_large_44cc .small-f2e8 {
        width: 100%;
    }
    
    .filter_0ee0 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .message-b491 {
        padding: 30px 15px;
    }
    
    .right-f817 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .basic_89d5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .column-simple-ea8c h4 {
        font-size: 0.9rem;
    }
    
    .column-simple-ea8c a {
        font-size: 0.8rem;
    }
    
    .header-purple-33f2 {
        font-size: 0.8rem;
    }
    
    .accent_071b p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .button_dim_5fa9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .primary_0022 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 11f7 */
.ghost-box-q7 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
