/* Inner Page Styles */

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

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

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

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

.table-narrow-d900 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.table-narrow-d900 .search_bf3d {
    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;
}

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

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

.table-narrow-d900 .search_bf3d:hover::before {
    left: 100%;
}

.table-narrow-d900 .search_bf3d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.media-current-8c72 {
    margin-bottom: var(--md-spacing-lg);
}

.table-wide-8393 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.tag-paper-33f1 {
    color: var(--casino-gold-light);
}

.tag-paper-33f1 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.tag-paper-33f1 a:hover {
    color: var(--casino-gold-light);
}

.tag-paper-33f1.fn-active-f6aa {
    color: var(--casino-gold-light);
}

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

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

.primary-plasma-7171 {
    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);
}

.primary-plasma-7171 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);
}

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

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

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

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

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

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

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

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

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

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

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

.detail-purple-a648 {
    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%;
}

.detail-purple-a648 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 */
.fluid_f7da {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.white-5a8e:hover::before {
    left: 100%;
}

.white-5a8e 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;
}

.white-5a8e 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;
}

.white-5a8e .gas_05bc {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.white-5a8e .gas_05bc:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.dirty-6c4b {
    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);
}

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

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

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

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

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

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

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

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

.soft_0a1e .gas_05bc:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .box_left_c826 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .box_left_c826 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .box_left_c826 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .table-narrow-d900 {
        justify-content: center;
    }
    
    .table-wide-8393 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .copper-5701 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .wrapper-small-c2ea {
        padding: var(--md-spacing-md) 0;
    }
    
    .primary-plasma-7171 {
        padding: var(--md-spacing-md);
    }
    
    .paragraph-complex-f546 {
        padding: var(--md-spacing-md) 0;
    }
    
    .detail-purple-a648 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .soft_0a1e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .notification-small-a9a6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .primary-plasma-7171 {
        padding: var(--md-spacing-sm);
    }
    
    .grid-c812 {
        padding: var(--md-spacing-md);
    }
    
    .detail-purple-a648 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.grid-c812,
.detail-purple-a648,
.soft_0a1e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.main-7734 {
    font-size: 1.5rem;
}

.pattern-fe99 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-f143 strong {
    color: #00ff88;
}

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

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

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

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

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

.widget-5a8f::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;
}

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

.input-33ef {
    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;
}

.input-33ef.active-pink-7030 .disabled-e373 {
    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); }
}

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

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

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

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

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

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

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

.fast-de61 {
    font-size: 1.2rem;
}

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

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

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

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

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

.overlay-e4c3.dark-6c0c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.overlay-e4c3.component_88ef::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.overlay-e4c3.primary_wide_2ce6::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.overlay-e4c3.pressed-7abe::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.east-bd2f {
    font-size: 1.2rem;
}

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

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

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

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

.frame_2500.blue_c510 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame_2500.fn-active-f6aa { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.pro-764d {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.button-0f86 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

.hover-fast-7ac7 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.wrapper_active_5393 { border-top: 3px solid #00ccff; }
.menu_tiny_82c9 { border-top: 3px solid #00ff88; }
.avatar-full-1247 { border-top: 3px solid #d4af37; }
.module-da95 { border-top: 3px solid #ff6b6b; }
.accent-8536 { border-top: 3px solid #8b5cf6; }

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

.prev-906e {
    overflow-x: auto;
}

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

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

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

.pressed-32aa td {
    color: #ccc;
}

.pressed-32aa .pagination-north-afcc {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.pressed-32aa tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.red-6f32 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.steel-0f20 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.feature_bronze_44b6 {
    font-size: 2rem;
}

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

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

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

.hover-1a64 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.thumbnail-4d59 {
    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;
}

.thumbnail-4d59::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);
}

.prev-707e {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.shade-fluid-0af8 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.hard-e0b2 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.fixed-3bca strong {
    color: #fff;
    display: block;
}

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

.avatar-198e {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.avatar-198e .main-blue-be02 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.carousel-80be .tabs-7eca {
    margin-bottom: 10px;
}

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

.carousel-80be strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.status-wood-5712 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-b011 a {
    color: #ff6b6b;
}

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

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

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

.left-be78 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-basic-b05e {
    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;
}

.border-basic-b05e.fresh-af6b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.icon-hovered-8149 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.footer-4118 .image-9de7 {
    color: #666;
    margin: 0 8px;
}

.footer-4118 .over-c0e0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.info-liquid-2e1c {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.dark-227f {
    font-size: 2rem;
}

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

.glass-02fc strong {
    color: #d4af37;
}

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

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

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

.form-active-b78e h3,
.inner_f0d6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.notice-south-61b5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.red-3ffa strong {
    color: #d4af37;
    margin-right: 8px;
}

.progress-1d03 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.accent-fast-946b strong {
    color: #00ff88;
}

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

.picture-liquid-b070 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.section-out-1165 h3,
.chip-dc2c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.row-4ca6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.outer-8f45 summary::-webkit-details-marker {
    display: none;
}

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

.alert-tall-3542 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.table_large_ffd8 strong {
    color: #d4af37;
}

.container_paper_8407 {
    color: #aaa;
}

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

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

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

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

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

.detail-advanced-9980 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center_205e strong {
    color: #d4af37;
}

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

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

.panel_top_cae5 strong {
    color: #00ff88;
}

.panel_top_cae5 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paper-7dae ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paper-7dae li {
    margin-bottom: 5px;
}

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

.paper-7dae a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.dropdown-next-55b7 {
    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;
}

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

.table-f8a7 strong {
    color: #00ff88;
}

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

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

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

.media-1fc1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.smooth-6c0b {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .dropdown_8af2 {
        padding: 30px 15px;
    }
    
    .dropdown_8af2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hard-5c7b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tertiary-b642 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .accordion-2272 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accordion-2272 .table_full_1351 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .north_73da {
        font-size: 1.3rem;
    }
    
    .thumbnail-c042 {
        font-size: 0.7rem;
    }
    
    .primary-warm-f091 {
        flex-direction: column;
        gap: 10px;
    }
    
    .primary-warm-f091 .gas_05bc {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .shade_3d4a {
        display: none;
    }
    
    .input_over_068f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .module_414f {
        padding: 20px 10px;
    }
    
    .secondary-3281 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hard_0b9f,
    .accent-d839 {
        padding: 15px;
    }
    
    .active-a31c {
        flex-direction: column;
        gap: 5px;
    }
    
    .dark-a726 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notice_63b6 {
        padding: 30px 10px;
    }
    
    .copper-1435 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tag-b48e {
        padding: 20px 15px;
    }
    
    .progress-pressed-796e {
        font-size: 2rem;
    }
    
    .tag-b48e h3 {
        font-size: 1.1rem;
    }
    
    .tag-b48e p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .sort-north-1312 {
        padding: 20px 5px;
    }
    
    .sort-north-1312 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .section-24e3 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .pressed-32aa {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .pressed-32aa th,
    .pressed-32aa td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .active-8637 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tooltip-29f9 {
        padding: 20px 10px;
    }
    
    .icon-bronze-04c6 h2 {
        font-size: 1.3rem;
    }
    
    .wrapper_11b2 {
        font-size: 0.9rem;
    }
    
    .gallery_stone_e7e4 h3 {
        font-size: 1.1rem;
    }
    
    .gallery_stone_e7e4 p {
        font-size: 0.9rem;
    }
    
    .current_fd4e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .info_4722 {
        grid-template-columns: 1fr;
    }
    
    .center_205e {
        font-size: 0.85rem;
    }
    
    .feature-0cf5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary-cfa9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tertiary-cfa9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .background_new_0f9f {
        padding: 30px 10px;
    }
    
    .message-562f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip_static_f595 {
        padding: 15px 10px;
    }
    
    .tooltip_static_f595 h4 {
        font-size: 0.9rem;
    }
    
    .tooltip_static_f595 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .header-52ed {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .message-562f {
        grid-template-columns: 1fr;
    }
    
    .tooltip_static_f595 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fluid_0909 {
        padding: 30px 10px;
    }
    
    .over_a796 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-c361 {
        padding: 15px;
    }
    
    .overlay-dim-c606 {
        font-size: 0.9rem;
    }
    
    .grid_pink_9ae2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .grid_pink_9ae2 .image_853e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .module-hard-9511 {
        padding: 30px 10px;
    }
    
    .module-hard-9511 h2 {
        font-size: 1.2rem;
    }
    
    .nav_85f0 {
        gap: 10px;
    }
    
    .dynamic_c31d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dynamic_c31d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .paragraph_tiny_4b8c {
        padding: 30px 10px;
    }
    
    .paragraph_tiny_4b8c h2 {
        font-size: 1.2rem;
    }
    
    .summary-55ad {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu-out-9657 {
        padding: 15px 10px;
    }
    
    .menu-out-9657 h4 {
        font-size: 0.85rem;
    }
    
    .menu-out-9657 p {
        font-size: 0.75rem;
    }
    
    .stone-41ac {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .content_right_a980 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pagination_soft_7ede {
        padding: 20px 10px;
    }
    
    .tabs-7e21 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pro-ae08,
    .selected_9608,
    .fresh-b011 {
        width: 100%;
    }
    
    .pro-ae08 h3 {
        font-size: 1.1rem;
    }
    
    .pro-ae08 p {
        font-size: 0.8rem;
    }
    
    .text_under_2c27 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .shadow-motion-341c {
        padding: 30px 15px;
    }
    
    .shadow-motion-341c h2 {
        font-size: 1.3rem;
    }
    
    .shadow-motion-341c p {
        font-size: 0.85rem;
    }
    
    .grid-next-cd66 {
        flex-direction: column;
        gap: 10px;
    }
    
    .grid-next-cd66 .gas_05bc {
        width: 100%;
    }
    
    .yellow_2ec6 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .soft_55b0 {
        padding: 30px 15px;
    }
    
    .fixed_5239 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dropdown_8486 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wood-1c61 h4 {
        font-size: 0.9rem;
    }
    
    .wood-1c61 a {
        font-size: 0.8rem;
    }
    
    .main_liquid_ebc7 {
        font-size: 0.8rem;
    }
    
    .fixed-e9c9 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .outline-c5b2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .right-a39f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9f50 */
.widget-item-h4 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
