/* Inner Page Styles */

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

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

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

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

.alert-stone-6bd8 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.alert-stone-6bd8 .pattern_light_256b {
    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;
}

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

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

.alert-stone-6bd8 .pattern_light_256b:hover::before {
    left: 100%;
}

.alert-stone-6bd8 .pattern_light_256b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.notice-right-b121 {
    color: var(--casino-gold-light);
}

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

.notice-right-b121 a:hover {
    color: var(--casino-gold-light);
}

.notice-right-b121.fn-active-de03 {
    color: var(--casino-gold-light);
}

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

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

.old-55f0 {
    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);
}

.old-55f0 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);
}

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

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

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

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

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

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

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

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

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

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

.section-solid-a6ce {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

.dim_3c64 .basic_a9ec {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.dim_3c64 .basic_a9ec:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.dim_5fcd .basic_a9ec:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .component_simple_3efc {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .component_simple_3efc h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .component_simple_3efc h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .alert-stone-6bd8 {
        justify-content: center;
    }
    
    .status_9da4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .mask_7889 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .full-a590 {
        padding: var(--md-spacing-md) 0;
    }
    
    .old-55f0 {
        padding: var(--md-spacing-md);
    }
    
    .background-hovered-a8a3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .container_advanced_5480 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dim_5fcd {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .table-dd22 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .old-55f0 {
        padding: var(--md-spacing-sm);
    }
    
    .narrow_96ca {
        padding: var(--md-spacing-md);
    }
    
    .container_advanced_5480 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.narrow_96ca,
.container_advanced_5480,
.dim_5fcd {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.shadow-bright-4b66::-webkit-scrollbar {
    width: 8px;
}

.shadow-bright-4b66::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

.shadow-bright-4b66::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.brown-7376 {
    font-size: 1.5rem;
}

.down_c196 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.blue-234f {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.container-7bf5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.overlay_abee.smooth-2c12 .gallery_1a12 {
    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); }
}

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

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

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

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

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

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

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

.texture-48d2 {
    font-size: 1.2rem;
}

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

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

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

.pattern-8da3 {
    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;
}

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

.pattern-8da3.advanced_0759::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pattern-8da3.action_1ada::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pattern-8da3.lower_333d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pattern-8da3.overlay-black-929c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.secondary_fixed_b93c {
    font-size: 1.2rem;
}

.pattern-current-455a {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.menu_f5b7.heading-full-201f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.menu_f5b7.fn-active-de03 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.thumbnail-up-7edc {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

.west-5b7a {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.message-5cde {
    background: #0a0a0a;
    padding: 60px 0;
}

.filter-6a6a {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.badge-dynamic-920c { border-top: 3px solid #00ccff; }
.liquid-866b { border-top: 3px solid #00ff88; }
.form_green_1e17 { border-top: 3px solid #d4af37; }
.gradient_bb9a { border-top: 3px solid #ff6b6b; }
.texture-pressed-fe9c { border-top: 3px solid #8b5cf6; }

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

.list_hovered_fe91 {
    overflow-x: auto;
}

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

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

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

.cool_8d62 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.badge-steel-860e {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.photo-4a75 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .content-tall-795c {
        grid-template-columns: 1fr;
    }
}

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

.text-under-75ae {
    font-size: 2rem;
}

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

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

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

.pagination_static_c358 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.advanced-944d {
    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;
}

.advanced-944d::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);
}

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

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

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

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

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

.tooltip-1c32 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.fluid-dd46 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.preview-blue-9d1c {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.preview-blue-9d1c .feature-static-6b9e {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.row-left-169e .shade-medium-e3cc {
    margin-bottom: 10px;
}

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

.row-left-169e strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

@media (max-width: 768px) {
    .hover-small-3eaa {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.badge-84ef {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.stone_a9e4 a {
    color: #ff6b6b;
}

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

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

.alert-focused-1e0f {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.modal_bottom_a45a {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.item-top-a636 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.item-solid-f705 {
    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;
}

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

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

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

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

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

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

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

.frame-yellow-9c55 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .frame-yellow-9c55 {
        flex-direction: column;
    }
    .shade_fae2 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.pagination_west_b105 .alert_blue_184a {
    color: #666;
    margin: 0 8px;
}

.pagination_west_b105 .message_east_acec {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.fixed_a9de {
    font-size: 2rem;
}

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

.notice_hot_94b4 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.outline_light_e863 strong {
    color: #00ff88;
}

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

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

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

.header-next-5b41 h3,
.tiny-d1c9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.status-lite-0ca3 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.status-lite-0ca3 strong {
    color: #d4af37;
}

.short-570a {
    color: #aaa;
}

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

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

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

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

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

.section-next-ff1c {
    max-width: 900px;
    margin: 0 auto;
}

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

.tertiary-03c1:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.logo-medium-90af {
    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;
}

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

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

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

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

.tall_2c79 strong {
    color: #d4af37;
}

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

.primary-rough-b189 {
    color: #888;
    font-size: 0.9rem;
}

.primary-rough-b189 strong {
    color: #00ff88;
}

.primary-rough-b189 span {
    color: #d4af37;
}

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

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

.fresh-038b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.focus-advanced-5832 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.text-smooth-460a {
    color: #999;
    font-size: 0.85rem;
}

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

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

.container-short-2543 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.container-short-2543 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.section-0549 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.border_stale_337c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pattern-daa2 {
        padding: 30px 15px;
    }
    
    .pattern-daa2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .carousel-1dd5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .upper-b171 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .lite-3019 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .lite-3019 .out-b06b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .heading_87cc {
        font-size: 1.3rem;
    }
    
    .nav_6d95 {
        font-size: 0.7rem;
    }
    
    .layout-fluid-a7e0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .layout-fluid-a7e0 .basic_a9ec {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .preview-62ee {
        display: none;
    }
    
    .backdrop-fluid-f623 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .sidebar-f727 {
        padding: 20px 10px;
    }
    
    .fresh-038b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown_warm_2b40,
    .under_fb21 {
        padding: 15px;
    }
    
    .focus-advanced-5832 {
        flex-direction: column;
        gap: 5px;
    }
    
    .disabled_simple_3425 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .label_glass_191d {
        padding: 30px 10px;
    }
    
    .tertiary_blue_face {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status-orange-947b {
        padding: 20px 15px;
    }
    
    .list-pressed-10cc {
        font-size: 2rem;
    }
    
    .status-orange-947b h3 {
        font-size: 1.1rem;
    }
    
    .status-orange-947b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .wood-8180 {
        padding: 20px 10px;
    }
    
    .video_top_d32b h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail-cb88 {
        font-size: 0.9rem;
    }
    
    .tertiary-03c1 h3 {
        font-size: 1.1rem;
    }
    
    .tertiary-03c1 p {
        font-size: 0.9rem;
    }
    
    .content_copper_6702 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .in_10f6 {
        grid-template-columns: 1fr;
    }
    
    .tall_2c79 {
        font-size: 0.85rem;
    }
    
    .hover-huge-3345 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo-medium-90af {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .logo-medium-90af strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .rough-030d {
        padding: 30px 10px;
    }
    
    .bottom-10fc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .content-in-78e3 {
        padding: 15px 10px;
    }
    
    .content-in-78e3 h4 {
        font-size: 0.9rem;
    }
    
    .content-in-78e3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .frame_175c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .bottom-10fc {
        grid-template-columns: 1fr;
    }
    
    .content-in-78e3 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .copper_03f6 {
        padding: 30px 10px;
    }
    
    .heading_32c9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video_b2c1 {
        padding: 15px;
    }
    
    .right_fbcd {
        font-size: 0.9rem;
    }
    
    .gallery-d4a1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gallery-d4a1 .cool-cf32 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hero-05d6 {
        padding: 30px 10px;
    }
    
    .hero-05d6 h2 {
        font-size: 1.2rem;
    }
    
    .basic-b406 {
        gap: 10px;
    }
    
    .main_last_b47f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .main_last_b47f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .slider-narrow-ee02 {
        padding: 30px 10px;
    }
    
    .slider-narrow-ee02 h2 {
        font-size: 1.2rem;
    }
    
    .highlight-gas-86e7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary-dc14 {
        padding: 15px 10px;
    }
    
    .summary-dc14 h4 {
        font-size: 0.85rem;
    }
    
    .summary-dc14 p {
        font-size: 0.75rem;
    }
    
    .mask-focused-55d9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .section-motion-a638 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .highlight-gas-86e7 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .card-3319 {
        padding: 20px 10px;
    }
    
    .progress-short-3703 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .section_bright_0836,
    .form_clean_65db,
    .stone_a9e4 {
        width: 100%;
    }
    
    .section_bright_0836 h3 {
        font-size: 1.1rem;
    }
    
    .section_bright_0836 p {
        font-size: 0.8rem;
    }
    
    .image_7f58 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .search-000b {
        padding: 30px 15px;
    }
    
    .notice_f9ee {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .search-79c1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .search-62ea h4 {
        font-size: 0.9rem;
    }
    
    .search-62ea a {
        font-size: 0.8rem;
    }
    
    .red-8b0a {
        font-size: 0.8rem;
    }
    
    .lite_5950 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .element_over_562b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .item_504e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: fde0 */
.widget-item-x0 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
