/* Inner Page Styles */

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

.wide-07af 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);
}

.wide-07af 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);
}

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

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

.thumbnail-dd98 .active-west-4c3f {
    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;
}

.thumbnail-dd98 .active-west-4c3f::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.thumbnail-dd98 .active-west-4c3f:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.thumbnail-dd98 .active-west-4c3f:hover::before {
    left: 100%;
}

.thumbnail-dd98 .active-west-4c3f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-4dd1 {
    color: var(--casino-gold-light);
}

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

.accordion-4dd1 a:hover {
    color: var(--casino-gold-light);
}

.accordion-4dd1.fn-active-e5d4 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.simple_01ba 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 */
.disabled-green-df79 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.disabled-green-df79 li {
    margin-bottom: var(--md-spacing-xs);
}

.disabled-green-df79 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);
}

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

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

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

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

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

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

.photo_91b1 .description-45e4 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.photo_91b1 .description-45e4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.info-east-e33f {
    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);
}

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

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

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

.info-east-e33f .description-45e4 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.info-east-e33f .description-45e4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .wide-07af {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .wide-07af h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .wide-07af h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .thumbnail-dd98 {
        justify-content: center;
    }
    
    .cool_0ea9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hidden_medium_ce18 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .cold_a61b {
        padding: var(--md-spacing-md) 0;
    }
    
    .simple_fef5 {
        padding: var(--md-spacing-md);
    }
    
    .thumbnail_fixed_d097 {
        padding: var(--md-spacing-md) 0;
    }
    
    .simple_01ba {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .info-east-e33f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .complex-2dd6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .simple_fef5 {
        padding: var(--md-spacing-sm);
    }
    
    .bottom-26b2 {
        padding: var(--md-spacing-md);
    }
    
    .simple_01ba {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bottom-26b2,
.simple_01ba,
.info-east-e33f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.last-acc2 {
    font-size: 1.5rem;
}

.shade-5b02 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .link-531d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .text-4b06 {
        margin-left: 0;
    }
}

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

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

.tag-hard-3c5c {
    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;
}

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

.tag-hard-3c5c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.tag-hard-3c5c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.dim-b5c6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.progress_pro_1906.component_a376 .complex_d32b {
    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); }
}

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

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

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

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

.gold-4cdf 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;
}

.gold-4cdf 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);
}

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

.pro-4d5d {
    font-size: 1.2rem;
}

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

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

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

.active-pro-99e1 {
    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;
}

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

.active-pro-99e1.aside-4ac0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active-pro-99e1.feature_easy_e1e6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-pro-99e1.disabled-under-7403::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active-pro-99e1.section_light_8778::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notification-dynamic-75b4 {
    font-size: 1.2rem;
}

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

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

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

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

.border-85e4.shade_7ead { background: linear-gradient(90deg, #00ccff, #0088ff); }
.border-85e4.fn-active-e5d4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.static-2ac3 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-lite-2da7 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.logo-short-fb29 { border-top: 3px solid #00ccff; }
.image-dark-c2ba { border-top: 3px solid #00ff88; }
.new_48d7 { border-top: 3px solid #d4af37; }
.header-motion-31e2 { border-top: 3px solid #ff6b6b; }
.footer_fast_58dd { border-top: 3px solid #8b5cf6; }

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

.info-gold-1c8e {
    overflow-x: auto;
}

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

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

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

.preview_cef1 td {
    color: #ccc;
}

.preview_cef1 .sidebar-b40c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.popup-5ef5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.accent-765a {
    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;
}

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

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

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

.popup-right-fa20 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.popup_a740 {
    font-size: 2rem;
}

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

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

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

.smooth-83b9 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.avatar-selected-0ba0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.description-outer-4480 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.feature_out_1e20 {
    font-size: 1.5rem;
}

.thumbnail-complex-e8ef {
    color: #888;
    font-size: 0.9rem;
}

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

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

.advanced-8d50 {
    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;
}

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

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

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

.secondary-6385 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.progress_wide_b43c .mask_8071 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.frame-medium-ec3b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.in-4a76 {
    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;
}

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

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

.glass-46b6 span {
    color: #666;
    font-size: 0.8rem;
}

.glass-46b6 a {
    color: #ff6b6b;
}

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

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

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

.selected-7143 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-clean-40bd {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.hot-1bc0 {
    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;
}

.hot-1bc0.inner_ad9f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.title_df92 .pro_da92 {
    color: #666;
    margin: 0 8px;
}

.title_df92 .basic_2fda {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.first-4be7 {
    font-size: 2rem;
}

.mask-red-33ae {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.mask-red-33ae strong {
    color: #d4af37;
}

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

.button-9f96 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.accent-08a7 h3,
.widget-mini-6a16 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.mask_d81b strong {
    color: #00ff88;
}

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

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

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

.backdrop-4174 h3,
.chip-95d2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.next-fd4e strong {
    color: #d4af37;
}

.sort-3514 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-black-6a52 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.icon-black-6a52 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;
}

.icon-black-6a52 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.mask-motion-1747 strong {
    color: #d4af37;
}

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

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

.badge_286b strong {
    color: #00ff88;
}

.badge_286b span {
    color: #d4af37;
}

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

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

.active-17e1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.accent-756b {
    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;
}

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

.slider-west-1f7c {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-up-17d9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-up-17d9 li {
    margin-bottom: 5px;
}

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

.text-up-17d9 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.modal-1a3b {
    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;
}

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

.title_dim_4700 strong {
    color: #00ff88;
}

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

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

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

.search-6e47 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .search-6e47 {
        flex-direction: column;
    }
    
    .banner_a60e {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .image-right-64cb {
        padding: 30px 15px;
    }
    
    .image-right-64cb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .down_8da6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .down_5ec8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .fluid_67a8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fluid_67a8 .panel-bright-548d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .soft_ab9a {
        font-size: 1.3rem;
    }
    
    .filter_lite_93cc {
        font-size: 0.7rem;
    }
    
    .widget_warm_c835 {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget_warm_c835 .description-45e4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .badge-out-a4a0 {
        display: none;
    }
    
    .shadow-iron-8c39 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .label-40e9 {
        padding: 20px 10px;
    }
    
    .active-17e1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list_0ca0,
    .lite_2236 {
        padding: 15px;
    }
    
    .form_brown_524f {
        flex-direction: column;
        gap: 5px;
    }
    
    .description_2cf5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gradient_1085 {
        padding: 30px 10px;
    }
    
    .container_wide_14e6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thumbnail_complex_0c2c {
        padding: 20px 15px;
    }
    
    .mini-b801 {
        font-size: 2rem;
    }
    
    .thumbnail_complex_0c2c h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail_complex_0c2c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .thick-0bef {
        padding: 20px 10px;
    }
    
    .image-3a88 h2 {
        font-size: 1.3rem;
    }
    
    .container_gas_b7e3 {
        font-size: 0.9rem;
    }
    
    .message_b9ad h3 {
        font-size: 1.1rem;
    }
    
    .message_b9ad p {
        font-size: 0.9rem;
    }
    
    .icon-black-6a52 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .white-c9bb {
        grid-template-columns: 1fr;
    }
    
    .mask-motion-1747 {
        font-size: 0.85rem;
    }
    
    .easy_4031 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .action-dbcc {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .action-dbcc strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .table_lite_8134 {
        padding: 30px 10px;
    }
    
    .module_1b83 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pink-073c {
        padding: 15px 10px;
    }
    
    .pink-073c h4 {
        font-size: 0.9rem;
    }
    
    .pink-073c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .up-9819 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .module_1b83 {
        grid-template-columns: 1fr;
    }
    
    .pink-073c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dropdown_down_0d1d {
        padding: 30px 10px;
    }
    
    .progress-0682 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bronze_00e3 {
        padding: 15px;
    }
    
    .hot-9132 {
        font-size: 0.9rem;
    }
    
    .sidebar-6836 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sidebar-6836 .backdrop-cd7d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .accordion-fluid-6a7c {
        padding: 30px 10px;
    }
    
    .accordion-fluid-6a7c h2 {
        font-size: 1.2rem;
    }
    
    .fixed_7faa {
        gap: 10px;
    }
    
    .slider-pressed-760d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .slider-pressed-760d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .center_4abd {
        padding: 30px 10px;
    }
    
    .center_4abd h2 {
        font-size: 1.2rem;
    }
    
    .advanced-c6d1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid-9ea1 {
        padding: 15px 10px;
    }
    
    .grid-9ea1 h4 {
        font-size: 0.85rem;
    }
    
    .grid-9ea1 p {
        font-size: 0.75rem;
    }
    
    .alert_04c5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tooltip-0913 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .under_d089 {
        padding: 20px 10px;
    }
    
    .text-ae32 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .upper-525b,
    .preview_green_43fd,
    .glass-46b6 {
        width: 100%;
    }
    
    .upper-525b h3 {
        font-size: 1.1rem;
    }
    
    .upper-525b p {
        font-size: 0.8rem;
    }
    
    .in-4a76 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .table-large-91b0 {
        padding: 30px 15px;
    }
    
    .table-large-91b0 h2 {
        font-size: 1.3rem;
    }
    
    .table-large-91b0 p {
        font-size: 0.85rem;
    }
    
    .caption-wide-1c46 {
        flex-direction: column;
        gap: 10px;
    }
    
    .caption-wide-1c46 .description-45e4 {
        width: 100%;
    }
    
    .texture_d42b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .component-4dec {
        padding: 30px 10px;
    }
    
    .component-4dec h3 {
        font-size: 1.2rem;
    }
    
    .nav-5e47 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info-east-e33f {
        padding: 15px 10px;
    }
    
    .info-east-e33f h4 {
        font-size: 0.85rem;
    }
    
    .info-east-e33f p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .alert-center-e5e9 {
        padding: 30px 15px;
    }
    
    .top_d5f8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dark-b66d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .disabled-7f3a h4 {
        font-size: 0.9rem;
    }
    
    .disabled-7f3a a {
        font-size: 0.8rem;
    }
    
    .status-9cd5 {
        font-size: 0.8rem;
    }
    
    .picture-88c8 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .upper-113f {
        padding: 8px 10px;
    }
    
    .out-75d6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tag-2414 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .out-75d6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tag-2414 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3885 */
.shadow-element-v1 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
