/* Inner Page Styles */

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

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

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

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

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

.lower_d92b .gas-a404 {
    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;
}

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

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

.lower_d92b .gas-a404:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark-8787.fn-active-0fc1 {
    color: var(--casino-gold-light);
}

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

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

.focus-green-729a {
    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);
}

.focus-green-729a 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);
}

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

/* Content Cards */
.row-brown-9ec4 {
    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);
}

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

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

.row-brown-9ec4 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

/* CTA Section */
.backdrop-ba6e {
    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-action-cdd3 {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

.slider-hard-e467 {
    padding: var(--md-spacing-md) 0;
}

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

.photo_59c5 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 */
.description-731c {
    list-style: none;
    padding: 0;
    margin: 0;
}

.description-731c li {
    margin-bottom: var(--md-spacing-xs);
}

.description-731c 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);
}

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

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

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

.gas-5659:hover::before {
    left: 100%;
}

.gas-5659 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;
}

.gas-5659 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;
}

.gas-5659 .text-2fbb {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.gas-5659 .text-2fbb:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.highlight_9988 .text-2fbb {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.highlight_9988 .text-2fbb:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .active-huge-2081 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .active-huge-2081 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .active-huge-2081 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .lower_d92b {
        justify-content: center;
    }
    
    .column-3ca5 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .message_lower_8ff6 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .image-eebe {
        padding: var(--md-spacing-md) 0;
    }
    
    .focus-green-729a {
        padding: var(--md-spacing-md);
    }
    
    .menu-action-cdd3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo_59c5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .highlight_9988 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .nav-easy-8516 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .focus-green-729a {
        padding: var(--md-spacing-sm);
    }
    
    .row-brown-9ec4 {
        padding: var(--md-spacing-md);
    }
    
    .photo_59c5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.row-brown-9ec4,
.photo_59c5,
.highlight_9988 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.tooltip-94be::-webkit-scrollbar {
    width: 8px;
}

.tooltip-94be::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.shadow_374e {
    font-size: 1.5rem;
}

.content-cf97 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.solid-5e5a {
    padding: 30px 0;
}

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

.accordion-soft-bc8d {
    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;
}

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

.accordion-soft-bc8d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.accordion-soft-bc8d li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.photo-south-7c4d {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.gallery_0259 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.info-0773.banner_simple_36a1 .stale_994d {
    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); }
}

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

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

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

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

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

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

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

.input-lower-9b30 {
    font-size: 1.2rem;
}

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

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

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

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

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

.article-orange-fd99.panel-cool-3db1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.article-orange-fd99.backdrop_9fc1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article-orange-fd99.progress-north-4857::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.article-orange-fd99.info-831e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.black-c40c {
    font-size: 1.2rem;
}

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

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

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

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

.label_a61b.wrapper-9e25 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label_a61b.fn-active-0fc1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.banner-steel-3902 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.search-461c {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.stone-9aac {
    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;
}

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

.stone-9aac.wrapper-69fd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.status-29d7 { border-top: 3px solid #00ccff; }
.tooltip-up-c679 { border-top: 3px solid #00ff88; }
.complex-6e29 { border-top: 3px solid #d4af37; }
.easy_c6df { border-top: 3px solid #ff6b6b; }
.notice_brown_2923 { border-top: 3px solid #8b5cf6; }

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

.dropdown-cf36 {
    overflow-x: auto;
}

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

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

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

.large-ed77 td {
    color: #ccc;
}

.large-ed77 .shadow_d72d {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_in_a1b8 {
    font-size: 2rem;
}

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

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

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

.caption-middle-66a5 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .caption-middle-66a5::before {
        left: 30px;
    }
}

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

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

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

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

.tag-hard-31a1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.texture-rough-e1d9 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.popup_left_070e {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thick-f38d .frame_white_f37a {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.gas-1be4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.filter-last-9429 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-09a8 {
    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;
}

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

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

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

.brown_9440 a {
    color: #ff6b6b;
}

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

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

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

.chip_e3fd {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.fresh-9f33 {
    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;
}

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

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

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

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

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

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

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

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

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

.short-a254.wrapper-69fd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .bronze-616b {
        flex-direction: column;
    }
    .light_55fb {
        transform: rotate(90deg);
    }
}

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

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

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

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

.mask-43a0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.sort_782c .simple_ac1c {
    color: #666;
    margin: 0 8px;
}

.sort_782c .copper-81ec {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.tiny-22a2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.bright-894c {
    font-size: 2rem;
}

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

.dropdown_a3f3 strong {
    color: #d4af37;
}

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

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

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

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

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

.block-yellow-5668 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.focused-94e1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.list-gold-0051 strong {
    color: #00ff88;
}

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

.iron-68fb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.disabled-d43c h3,
.outline-195c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.in-2cfa {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.badge_easy_39a7 strong {
    color: #d4af37;
}

.plasma_2379 {
    color: #aaa;
}

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

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

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

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

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

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

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

.form-af98:last-child {
    border-bottom: none;
}

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

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

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

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

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

.bronze-bfdc 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;
}

.bronze-bfdc li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.notification-last-19ab strong {
    color: #d4af37;
}

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

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

.input_cold_778b strong {
    color: #00ff88;
}

.input_cold_778b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.description-d248 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.west-b6f5 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.fast_8733 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notice_4568 {
        padding: 30px 15px;
    }
    
    .notice_4568 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .texture-wood-12b9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .bright_9186 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .stone_8960 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .stone_8960 .banner-right-762e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tabs_steel_dbdf {
        font-size: 1.3rem;
    }
    
    .message-afce {
        font-size: 0.7rem;
    }
    
    .backdrop_lite_5e7b {
        flex-direction: column;
        gap: 10px;
    }
    
    .backdrop_lite_5e7b .text-2fbb {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .cool-495d {
        display: none;
    }
    
    .header_motion_d9ef {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .fresh_fd4f {
        padding: 20px 10px;
    }
    
    .last-e706 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gradient_purple_d715,
    .hero_next_9fbe {
        padding: 15px;
    }
    
    .description-d248 {
        flex-direction: column;
        gap: 5px;
    }
    
    .stone-a4ab {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wrapper_6da3 {
        padding: 30px 10px;
    }
    
    .tooltip-inner-c184 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .advanced_0933 {
        padding: 20px 15px;
    }
    
    .wide-8e7a {
        font-size: 2rem;
    }
    
    .advanced_0933 h3 {
        font-size: 1.1rem;
    }
    
    .advanced_0933 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .photo-short-004b {
        padding: 20px 5px;
    }
    
    .photo-short-004b h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .cool_45a4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .large-ed77 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .large-ed77 th,
    .large-ed77 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .button_simple_e2de {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .modal_815f {
        padding: 20px 10px;
    }
    
    .row-hovered-f2a8 h2 {
        font-size: 1.3rem;
    }
    
    .heading_89ac {
        font-size: 0.9rem;
    }
    
    .form-af98 h3 {
        font-size: 1.1rem;
    }
    
    .form-af98 p {
        font-size: 0.9rem;
    }
    
    .bronze-bfdc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pagination-focused-c439 {
        grid-template-columns: 1fr;
    }
    
    .notification-last-19ab {
        font-size: 0.85rem;
    }
    
    .sidebar-wood-ec52 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .overlay_1cb9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .overlay_1cb9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .status_61db {
        padding: 30px 10px;
    }
    
    .photo-ba7a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel_smooth_5e7f {
        padding: 15px 10px;
    }
    
    .carousel_smooth_5e7f h4 {
        font-size: 0.9rem;
    }
    
    .carousel_smooth_5e7f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gallery_mini_0649 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo-ba7a {
        grid-template-columns: 1fr;
    }
    
    .carousel_smooth_5e7f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .picture-ab9f {
        padding: 30px 10px;
    }
    
    .video-bottom-c599 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .prev_dfa8 {
        padding: 15px;
    }
    
    .pattern_d317 {
        font-size: 0.9rem;
    }
    
    .gas_c9a0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gas_c9a0 .black_1514 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .caption-bottom-0f87 {
        padding: 30px 10px;
    }
    
    .caption-bottom-0f87 h2 {
        font-size: 1.2rem;
    }
    
    .red_7194 {
        gap: 10px;
    }
    
    .shadow-hot-dc2a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .shadow-hot-dc2a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .iron_5e3e {
        padding: 30px 10px;
    }
    
    .iron_5e3e h2 {
        font-size: 1.2rem;
    }
    
    .message-cc07 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bottom-973c {
        padding: 15px 10px;
    }
    
    .bottom-973c h4 {
        font-size: 0.85rem;
    }
    
    .bottom-973c p {
        font-size: 0.75rem;
    }
    
    .gradient-easy-d09d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .glass_382d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .easy_1d45 {
        padding: 20px 10px;
    }
    
    .panel-48b2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dropdown-gas-a141,
    .title-d444,
    .brown_9440 {
        width: 100%;
    }
    
    .dropdown-gas-a141 h3 {
        font-size: 1.1rem;
    }
    
    .dropdown-gas-a141 p {
        font-size: 0.8rem;
    }
    
    .fresh-09a8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .status_black_069e {
        padding: 30px 15px;
    }
    
    .status_black_069e h2 {
        font-size: 1.3rem;
    }
    
    .status_black_069e p {
        font-size: 0.85rem;
    }
    
    .full-bd36 {
        flex-direction: column;
        gap: 10px;
    }
    
    .full-bd36 .text-2fbb {
        width: 100%;
    }
    
    .video_f999 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .link_b475 {
        padding: 30px 15px;
    }
    
    .accordion-5d88 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .filter-active-9a30 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .status_d54a h4 {
        font-size: 0.9rem;
    }
    
    .status_d54a a {
        font-size: 0.8rem;
    }
    
    .wide_e66c {
        font-size: 0.8rem;
    }
    
    .layout-bright-a2ec p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .first_e07d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .column_down_3af4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e8fb */
.shadow-element-n9 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
