/* Inner Page Styles */

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

.static-79f7 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);
}

.static-79f7 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);
}

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

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

.white_8973 .glass-d5e4 {
    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;
}

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

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

.white_8973 .glass-d5e4:hover::before {
    left: 100%;
}

.white_8973 .glass-d5e4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.widget-easy-6d3e {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.detail-glass-c547 {
    color: var(--casino-gold-light);
}

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

.detail-glass-c547 a:hover {
    color: var(--casino-gold-light);
}

.detail-glass-c547.fn-active-45db {
    color: var(--casino-gold-light);
}

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

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

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

.logo-stone-ae94 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);
}

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

/* Content Cards */
.dropdown-gas-4f85 {
    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);
}

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

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

.dropdown-gas-4f85 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.list-south-23f4 {
    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;
}

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

.list-south-23f4:hover::before {
    left: 100%;
}

.list-south-23f4 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;
}

.list-south-23f4 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;
}

.list-south-23f4 .menu-7bd5 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.list-south-23f4 .menu-7bd5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.widget-soft-2daa {
    margin-top: var(--md-spacing-sm);
}

.footer-south-e870 {
    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);
}

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

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

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

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

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

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

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

.stone-696b .menu-7bd5 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.stone-696b .menu-7bd5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .static-79f7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .static-79f7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .static-79f7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .white_8973 {
        justify-content: center;
    }
    
    .focused_b847 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .preview_down_a581 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .box-1ab2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .logo-stone-ae94 {
        padding: var(--md-spacing-md);
    }
    
    .summary_0d28 {
        padding: var(--md-spacing-md) 0;
    }
    
    .silver_f71a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .stone-696b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .overlay_13bb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .logo-stone-ae94 {
        padding: var(--md-spacing-sm);
    }
    
    .dropdown-gas-4f85 {
        padding: var(--md-spacing-md);
    }
    
    .silver_f71a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dropdown-gas-4f85,
.silver_f71a,
.stone-696b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.button_3ba1 {
    font-size: 1.5rem;
}

.gallery-1a90 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .disabled-static-14a1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .pink_fd67 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.middle-10fc {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.form-bright-2b53 {
    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;
}

.form-bright-2b53 strong {
    color: #00ff88;
}

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

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

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

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

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

.hard-0efc::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;
}

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

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

.green_f557.orange-66b3 .out_1330 {
    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); }
}

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

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

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

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

.upper-51f3 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;
}

.upper-51f3 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);
}

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

.overlay_a9e2 {
    font-size: 1.2rem;
}

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

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

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

.logo-fluid-5f56 {
    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;
}

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

.logo-fluid-5f56.hard-06e1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.logo-fluid-5f56.badge_narrow_ba65::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.logo-fluid-5f56.layout-dim-2031::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.logo-fluid-5f56.black_9a61::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.clean-4e7e {
    font-size: 1.2rem;
}

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

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

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

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

.title_b49c.alert_87b9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title_b49c.fn-active-45db { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.avatar-747b {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.bronze_9b2a.dropdown-lower-d203 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.list-thick-b95e { border-top: 3px solid #00ccff; }
.button-a2a9 { border-top: 3px solid #00ff88; }
.east-bc0d { border-top: 3px solid #d4af37; }
.card-stale-277a { border-top: 3px solid #ff6b6b; }
.search-a8ed { border-top: 3px solid #8b5cf6; }

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

.hero_fixed_4ee4 {
    overflow-x: auto;
}

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

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

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

.avatar-advanced-81fe td {
    color: #ccc;
}

.avatar-advanced-81fe .column_12a2 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.avatar-advanced-81fe tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover-huge-cb30 {
    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;
}

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

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

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

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

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

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

.thumbnail_5d4f {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-8f48 {
    font-size: 1.5rem;
}

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

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

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

.border-new-8556 {
    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;
}

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

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

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

.glass-9f44 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.wide-085f .pattern-4851 {
    margin-bottom: 10px;
}

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

.wide-085f strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.tabs-basic-5d8c {
    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;
}

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

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

.dynamic-5e75 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.link-upper-057a h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.link-upper-057a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

.lower_a912 a {
    color: #ff6b6b;
}

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

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

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

.overlay-solid-64ba {
    text-align: center;
}

.overlay-solid-64ba .table_bottom_8a32 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.overlay-solid-64ba .surface_4463 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.main-dark-843e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.box-gas-5a1a {
    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;
}

.box-gas-5a1a.dropdown-lower-d203 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .surface_mini_6929 {
        flex-direction: column;
    }
    .block-8cd5 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.filter-29f5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.paper-f671 .prev_56b9 {
    color: #666;
    margin: 0 8px;
}

.paper-f671 .narrow_dc08 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.current-a993 {
    font-size: 2rem;
}

.layout-next-656b {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.layout-next-656b strong {
    color: #d4af37;
}

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

.active-790d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.advanced-8fd3 h3,
.preview_center_045b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.footer-old-8e14 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tag_0b7f strong {
    color: #00ff88;
}

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

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

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

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

.active-0e93 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.sort-liquid-e185 strong {
    color: #d4af37;
}

.avatar-3d31 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-6077 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;
}

.card-6077 li strong {
    color: #00ff88;
}

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

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

.logo_lite_2886 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

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

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

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

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

.nav-9701 strong {
    color: #d4af37;
}

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

.image-down-2a28 {
    color: #888;
    font-size: 0.9rem;
}

.image-down-2a28 strong {
    color: #00ff88;
}

.image-down-2a28 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.picture-under-1bd9 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .block-in-95dc {
        grid-template-columns: 1fr;
    }
}

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

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

.pressed-2aa6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pressed-2aa6 li {
    margin-bottom: 5px;
}

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

.pressed-2aa6 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.module-pink-73e9 {
    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;
}

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

.footer-bdcf strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.block-new-930c {
    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;
}

.block-new-930c: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) {
    .block-new-930c {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .block-new-930c {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .orange-95d8 {
        padding: 30px 15px;
    }
    
    .orange-95d8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .label-iron-75b9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gradient_north_9849 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .primary-308e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary-308e .alert_yellow_0dc7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .frame-4300 {
        font-size: 1.3rem;
    }
    
    .footer_red_7712 {
        font-size: 0.7rem;
    }
    
    .sort-dirty-3f1a {
        flex-direction: column;
        gap: 10px;
    }
    
    .sort-dirty-3f1a .menu-7bd5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .focused-05d3 {
        display: none;
    }
    
    .gallery-d260 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .link_pro_860e {
        padding: 20px 10px;
    }
    
    .green_52e9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hovered_af0f,
    .stone-602d {
        padding: 15px;
    }
    
    .label-bd7c {
        flex-direction: column;
        gap: 5px;
    }
    
    .image-hot-c1fc {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .focus_5f6b {
        padding: 30px 10px;
    }
    
    .surface-middle-e83d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid_center_e345 {
        padding: 20px 15px;
    }
    
    .aside_1b32 {
        font-size: 2rem;
    }
    
    .grid_center_e345 h3 {
        font-size: 1.1rem;
    }
    
    .grid_center_e345 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .block-pro-2872 {
        padding: 20px 5px;
    }
    
    .block-pro-2872 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .media_focused_a5f9 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .avatar-advanced-81fe {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .avatar-advanced-81fe th,
    .avatar-advanced-81fe td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .filter-f280 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .layout_cbe2 {
        padding: 20px 10px;
    }
    
    .pressed_9fc9 h2 {
        font-size: 1.3rem;
    }
    
    .surface-old-c461 {
        font-size: 0.9rem;
    }
    
    .red_5719 h3 {
        font-size: 1.1rem;
    }
    
    .red_5719 p {
        font-size: 0.9rem;
    }
    
    .card-6077 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .card-east-e54d {
        grid-template-columns: 1fr;
    }
    
    .nav-9701 {
        font-size: 0.85rem;
    }
    
    .section-solid-b044 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo_lite_2886 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .logo_lite_2886 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thick-3e84 {
        padding: 30px 10px;
    }
    
    .backdrop_b015 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .main_first_4b41 {
        padding: 15px 10px;
    }
    
    .main_first_4b41 h4 {
        font-size: 0.9rem;
    }
    
    .main_first_4b41 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .table-d91b {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pagination-a805 {
        padding: 30px 10px;
    }
    
    .link-action-f61c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture_basic_1714 {
        padding: 15px;
    }
    
    .slider-small-8af7 {
        font-size: 0.9rem;
    }
    
    .message_tall_8b5f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message_tall_8b5f .advanced-fe8d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .down-66ab {
        padding: 30px 10px;
    }
    
    .down-66ab h2 {
        font-size: 1.2rem;
    }
    
    .gold-404b {
        gap: 10px;
    }
    
    .header-a046 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .header-a046 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .list-22fe {
        padding: 30px 10px;
    }
    
    .list-22fe h2 {
        font-size: 1.2rem;
    }
    
    .small_eb23 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hard-c419 {
        padding: 15px 10px;
    }
    
    .hard-c419 h4 {
        font-size: 0.85rem;
    }
    
    .hard-c419 p {
        font-size: 0.75rem;
    }
    
    .rough_c597 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .primary_hard_b429 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .primary-218e {
        padding: 20px 10px;
    }
    
    .red_b427 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .link-upper-057a,
    .easy_d634,
    .lower_a912 {
        width: 100%;
    }
    
    .link-upper-057a h3 {
        font-size: 1.1rem;
    }
    
    .link-upper-057a p {
        font-size: 0.8rem;
    }
    
    .heading_dynamic_e019 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tag-371e {
        padding: 30px 15px;
    }
    
    .tag-371e h2 {
        font-size: 1.3rem;
    }
    
    .tag-371e p {
        font-size: 0.85rem;
    }
    
    .last-5fb2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .last-5fb2 .menu-7bd5 {
        width: 100%;
    }
    
    .blue_fe09 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .image_d7ec {
        padding: 30px 10px;
    }
    
    .image_d7ec h3 {
        font-size: 1.2rem;
    }
    
    .gallery-f45b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stone-696b {
        padding: 15px 10px;
    }
    
    .stone-696b h4 {
        font-size: 0.85rem;
    }
    
    .stone-696b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .shadow-active-283a {
        padding: 30px 15px;
    }
    
    .layout-9679 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .pagination_ed41 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hero-old-140d h4 {
        font-size: 0.9rem;
    }
    
    .hero-old-140d a {
        font-size: 0.8rem;
    }
    
    .box_huge_3482 {
        font-size: 0.8rem;
    }
    
    .notice_bffa p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .avatar-16f1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tiny_3a0f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1633 */
.widget-item-w1 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.3;
}
