/* Inner Page Styles */

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

.message-pro-fca2 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);
}

.message-pro-fca2 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);
}

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

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

.photo_stone_e69d .panel-2cb1 {
    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;
}

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

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

.photo_stone_e69d .panel-2cb1:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section_5a9b.fn-active-a70a {
    color: var(--casino-gold-light);
}

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

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

.first-75f7 {
    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);
}

.first-75f7 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);
}

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

/* Content Cards */
.tooltip-silver-304a {
    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);
}

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

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

.tooltip-silver-304a p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

.cold-dd5a 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 */
.detail_f127 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.easy_768c .plasma_6185:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.selected-2f57 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.image-hot-8a1c {
    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);
}

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

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

.image-hot-8a1c p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.image-hot-8a1c .plasma_6185 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.image-hot-8a1c .plasma_6185:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .message-pro-fca2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .message-pro-fca2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .message-pro-fca2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .photo_stone_e69d {
        justify-content: center;
    }
    
    .list_stone_3154 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .wide_6a24 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .menu-d721 {
        padding: var(--md-spacing-md) 0;
    }
    
    .first-75f7 {
        padding: var(--md-spacing-md);
    }
    
    .grid-glass-f573 {
        padding: var(--md-spacing-md) 0;
    }
    
    .cold-dd5a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .image-hot-8a1c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tertiary_gold_3e95 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .first-75f7 {
        padding: var(--md-spacing-sm);
    }
    
    .tooltip-silver-304a {
        padding: var(--md-spacing-md);
    }
    
    .cold-dd5a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tooltip-silver-304a,
.cold-dd5a,
.image-hot-8a1c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tall-37b5 {
    font-size: 1.5rem;
}

.preview-white-6f7a strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.label-static-0fd1 {
    padding: 30px 0;
}

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

.block-warm-90b3 {
    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;
}

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

.block-warm-90b3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.block-warm-90b3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.hard_ea0a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.disabled_thick_7e52.gradient_pro_4bc2 .content_2ce9 {
    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); }
}

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

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

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

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

.summary-4b1d 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;
}

.summary-4b1d 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);
}

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

.lower_8d6f {
    font-size: 1.2rem;
}

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

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

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

.focus-smooth-90b5 {
    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;
}

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

.focus-smooth-90b5.logo-ab0c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.focus-smooth-90b5.next-5774::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focus-smooth-90b5.pro-e6e0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.focus-smooth-90b5.smooth_ab0f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hero_smooth_4c1a {
    font-size: 1.2rem;
}

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

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

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

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

.outline_a587.outline_56b4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outline_a587.fn-active-a70a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.background-down-6f9e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.notice_white_c488.green-434b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.slow_e397 { border-top: 3px solid #00ccff; }
.layout_bronze_62f5 { border-top: 3px solid #00ff88; }
.primary-1d88 { border-top: 3px solid #d4af37; }
.element_action_de3a { border-top: 3px solid #ff6b6b; }
.iron-5f34 { border-top: 3px solid #8b5cf6; }

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

.banner_1d5b {
    overflow-x: auto;
}

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

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

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

.next-342c td {
    color: #ccc;
}

.next-342c .tabs-9e5d {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.next-342c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.solid-4c1f {
    color: #888;
    font-size: 0.85rem;
}

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

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

.new-9f04 {
    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;
}

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

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

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

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

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

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

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

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

.clean_30a5 {
    font-size: 2rem;
}

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

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

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

.cold-468e {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.background-paper-ca40 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.lite_31a0 {
    font-size: 1.5rem;
}

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

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

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

.filter-basic-3bb8 {
    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;
}

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

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

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

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

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

.block-medium-2e25 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.block-medium-2e25 .container-dirty-3c2b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.status_77b4 .white-be17 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.filter-fixed-9cf5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thick-86e8 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.disabled-01fe {
    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;
}

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

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

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

.heading-c1f3 a {
    color: #ff6b6b;
}

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

.modal-230a {
    max-width: 800px;
    margin: 0 auto;
}

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

.element_advanced_0dde {
    text-align: center;
}

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

.element_advanced_0dde .bronze-281b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.modal-230a > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.hover-upper-3b5f {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-782a {
    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;
}

.column-782a.green-434b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .hover_bronze_d46d {
        flex-direction: column;
    }
    .action-3cf2 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.stone-b858 .over_f047 {
    color: #666;
    margin: 0 8px;
}

.stone-b858 .old_aba8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.preview-white-ee0e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.feature-16e2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.carousel-9398 {
    font-size: 2rem;
}

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

.blue_8f1f strong {
    color: #d4af37;
}

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

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

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

.photo_active_6106 h3,
.summary-5bd9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.accent_soft_1275 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.widget-up-4919 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.element_out_806f h3,
.dirty-e298 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.caption-warm-d40d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.badge-a91e {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.photo_clean_c714 strong {
    color: #d4af37;
}

.silver-30b0 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.upper-5e1d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.upper-5e1d 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;
}

.upper-5e1d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.photo-dark-04b0 strong {
    color: #d4af37;
}

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

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

.cold_1bfe strong {
    color: #00ff88;
}

.cold_1bfe span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.box-short-3abf {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.static-10c0 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.static-10c0 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-fast-5a1d {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.notice-fast-5a1d strong {
    color: #00ff88;
}

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

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

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

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

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

.search-75b8 {
    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;
}

.thick-86e8 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .pagination-c600 {
        flex-direction: column;
    }
    
    .sidebar-3794 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.main-47b8 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .item-59ed {
        padding: 30px 15px;
    }
    
    .item-59ed h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .orange_6cc7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .over-8c08 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .alert_8466 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .alert_8466 .tabs-c96b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .panel_4c0b {
        font-size: 1.3rem;
    }
    
    .chip_4ab5 {
        font-size: 0.7rem;
    }
    
    .button-4477 {
        flex-direction: column;
        gap: 10px;
    }
    
    .button-4477 .plasma_6185 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .outer_97ce {
        display: none;
    }
    
    .description-iron-0c45 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gas_458b {
        padding: 20px 10px;
    }
    
    .hard_95ba {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cold_8542,
    .gallery_new_0acc {
        padding: 15px;
    }
    
    .icon-e08b {
        flex-direction: column;
        gap: 5px;
    }
    
    .row_dim_47ec {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .widget-left-ef49 {
        padding: 30px 10px;
    }
    
    .text-7868 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text-pressed-fdc9 {
        padding: 20px 15px;
    }
    
    .image_old_79bd {
        font-size: 2rem;
    }
    
    .text-pressed-fdc9 h3 {
        font-size: 1.1rem;
    }
    
    .text-pressed-fdc9 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .fast_fd79 {
        padding: 20px 5px;
    }
    
    .fast_fd79 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .article_top_c11c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .next-342c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .next-342c th,
    .next-342c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .component-huge-8502 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .card-out-face {
        padding: 20px 10px;
    }
    
    .highlight-glass-a548 h2 {
        font-size: 1.3rem;
    }
    
    .active_narrow_01c4 {
        font-size: 0.9rem;
    }
    
    .light_3865 h3 {
        font-size: 1.1rem;
    }
    
    .light_3865 p {
        font-size: 0.9rem;
    }
    
    .upper-5e1d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .banner-thick-b0d7 {
        grid-template-columns: 1fr;
    }
    
    .photo-dark-04b0 {
        font-size: 0.85rem;
    }
    
    .component-large-45a8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort_liquid_9451 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .sort_liquid_9451 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .block_cab3 {
        padding: 30px 10px;
    }
    
    .secondary_west_6108 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video_e197 {
        padding: 15px 10px;
    }
    
    .video_e197 h4 {
        font-size: 0.9rem;
    }
    
    .video_e197 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .out-ad4c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .large_c2cd {
        padding: 30px 10px;
    }
    
    .widget-hot-2626 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .left_8278 {
        padding: 15px;
    }
    
    .fast-c3d6 {
        font-size: 0.9rem;
    }
    
    .item-pink-e27d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .item-pink-e27d .breadcrumb-7abf {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .shade-aff1 {
        padding: 30px 10px;
    }
    
    .shade-aff1 h2 {
        font-size: 1.2rem;
    }
    
    .photo-0ad1 {
        gap: 10px;
    }
    
    .image-selected-4697 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .image-selected-4697 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .border_out_c0e0 {
        padding: 30px 10px;
    }
    
    .border_out_c0e0 h2 {
        font-size: 1.2rem;
    }
    
    .new-347e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static_2429 {
        padding: 15px 10px;
    }
    
    .static_2429 h4 {
        font-size: 0.85rem;
    }
    
    .static_2429 p {
        font-size: 0.75rem;
    }
    
    .action-0626 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .heading_eb3d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .text_90bc {
        padding: 20px 10px;
    }
    
    .south_3fe1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .message_93fd,
    .shade_b46a,
    .heading-c1f3 {
        width: 100%;
    }
    
    .message_93fd h3 {
        font-size: 1.1rem;
    }
    
    .message_93fd p {
        font-size: 0.8rem;
    }
    
    .disabled-01fe {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .outline-224e {
        padding: 30px 15px;
    }
    
    .outline-224e h2 {
        font-size: 1.3rem;
    }
    
    .outline-224e p {
        font-size: 0.85rem;
    }
    
    .surface-e635 {
        flex-direction: column;
        gap: 10px;
    }
    
    .surface-e635 .plasma_6185 {
        width: 100%;
    }
    
    .small-52a8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hero_f5e8 {
        padding: 30px 15px;
    }
    
    .popup_55ae {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .backdrop_8c90 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .cool_1992 h4 {
        font-size: 0.9rem;
    }
    
    .cool_1992 a {
        font-size: 0.8rem;
    }
    
    .alert_4785 {
        font-size: 0.8rem;
    }
    
    .disabled-f1c8 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .clean_3f9f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .secondary_down_b219 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7e83 */
.shadow-element-p5 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
