/* Inner Page Styles */

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

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

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

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

.block-white-946f {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.block-white-946f .label-static-a883 {
    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;
}

.block-white-946f .label-static-a883::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.block-white-946f .label-static-a883:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.block-white-946f .label-static-a883:hover::before {
    left: 100%;
}

.block-white-946f .label-static-a883:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.avatar-huge-4a18 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.status-active-76a5 {
    color: var(--casino-gold-light);
}

.status-active-76a5 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.status-active-76a5 a:hover {
    color: var(--casino-gold-light);
}

.status-active-76a5.fn-active-df78 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-bright-277c {
    padding: var(--md-spacing-md) 0;
}

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

.thumbnail_1e23 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 */
.white-3f43 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.white-3f43 li {
    margin-bottom: var(--md-spacing-xs);
}

.white-3f43 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);
}

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

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

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

.medium-d717:hover::before {
    left: 100%;
}

.medium-d717 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;
}

.medium-d717 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;
}

.medium-d717 .advanced-6150 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.medium-d717 .advanced-6150:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.label-smooth-1f76 {
    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);
}

.label-smooth-1f76:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.tabs_left_f771 .advanced-6150:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .background_inner_aca0 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .background_inner_aca0 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .background_inner_aca0 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .block-white-946f {
        justify-content: center;
    }
    
    .avatar-huge-4a18 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .steel-6840 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .description-full-83fd {
        padding: var(--md-spacing-md) 0;
    }
    
    .panel_f67f {
        padding: var(--md-spacing-md);
    }
    
    .rough-5a30 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thumbnail_1e23 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tabs_left_f771 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .in-b8ed {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .panel_f67f {
        padding: var(--md-spacing-sm);
    }
    
    .sort-ce60 {
        padding: var(--md-spacing-md);
    }
    
    .thumbnail_1e23 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.sort-ce60,
.thumbnail_1e23,
.tabs_left_f771 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.photo-large-71ca {
    font-size: 1.5rem;
}

.cool-ca85 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .dropdown-cold-9c7f {
        grid-template-columns: 1fr;
    }
}

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

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

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

.alert-current-9574 {
    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;
}

.alert-current-9574 strong {
    color: #00ff88;
}

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

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

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

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

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

.pattern-paper-4e03::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;
}

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

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

.list_hard_e3f2.shade_gas_0051 .hovered_18d3 {
    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); }
}

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

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

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

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

.tag-6a47 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;
}

.tag-6a47 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);
}

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

.paper-19c7 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .header-cool-24d9 {
        grid-template-columns: 1fr;
    }
}

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

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

.hard_7f89.black_5666::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hard_7f89.title_85f3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hard_7f89.hover-ee8c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hard_7f89.wrapper_2985::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.warm-6c75 {
    font-size: 1.2rem;
}

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

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

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

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

.lite-a984.header_fc74 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lite-a984.fn-active-df78 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.filter-out-91a5 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.thumbnail_green_b0b8.breadcrumb-dim-035a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.brown_7a66 { border-top: 3px solid #00ccff; }
.notice-5862 { border-top: 3px solid #00ff88; }
.preview_motion_4036 { border-top: 3px solid #d4af37; }
.article-fa2e { border-top: 3px solid #ff6b6b; }
.notification_dirty_bd76 { border-top: 3px solid #8b5cf6; }

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

.down-1f83 {
    overflow-x: auto;
}

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

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

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

.input_5587 td {
    color: #ccc;
}

.input_5587 .hover-49e1 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.tooltip-static-6aee {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-purple-5ee1 p {
    color: #888;
    font-size: 0.9rem;
}

.progress-hovered-ca4c {
    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;
}

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

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

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

.hot_b249 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.text-4b78 {
    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;
}

.text-4b78::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);
}

.column-dirty-97c3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.hot-7562 {
    font-size: 1.5rem;
}

.module-2d41 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.caption-0b43 {
    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;
}

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

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

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

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

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

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

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

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

.basic_a714 .header-west-d9c4 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.thick-16a6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex-43b4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.complex-43b4 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.component-old-8095 span {
    color: #666;
    font-size: 0.8rem;
}

.component-old-8095 a {
    color: #ff6b6b;
}

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

.gradient-539a {
    max-width: 800px;
    margin: 0 auto;
}

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

.banner_31dc {
    text-align: center;
}

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

.banner_31dc .element-4ae3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture_250a.breadcrumb-dim-035a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.center-300a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .first_2c0d {
        flex-direction: column;
    }
    .focus-976e {
        transform: rotate(90deg);
    }
}

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

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

.title-up-9f11 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

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

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

.stale_ef0c .description_top_dae9 {
    color: #666;
    margin: 0 8px;
}

.stale_ef0c .tooltip_cold_01a3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.sort-soft-db71 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.hover-wide-bab0 {
    font-size: 2rem;
}

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

.preview_56ed strong {
    color: #d4af37;
}

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

.box-medium-57ae {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .box-medium-57ae {
        grid-template-columns: 1fr;
    }
}

.detail-428c h3,
.simple_bfef h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.huge-26e7 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.small-969a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.nav-cool-a85d strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.cool-1af5 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.element-6fb5 strong {
    color: #d4af37;
}

.border-2d59 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-0093 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;
}

.mask-0093 li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .caption-fresh-325f {
        grid-template-columns: 1fr;
    }
}

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

.static_e777 strong {
    color: #d4af37;
}

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

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

.header-a9ed strong {
    color: #00ff88;
}

.header-a9ed span {
    color: #d4af37;
}

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

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

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

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

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

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

.label-8d76 {
    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;
}

.progress-iron-2adb h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.hidden-167d {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.disabled-pressed-8c63 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-5044 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.image_e11b strong {
    color: #00ff88;
}

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

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

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

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

.element-down-e802 {
    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;
}

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

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

@media (max-width: 768px) {
    .item_pink_4905 {
        flex-direction: column;
    }
    
    .element-down-e802 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.content-short-152b {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .logo-dynamic-da50 {
        padding: 30px 15px;
    }
    
    .logo-dynamic-da50 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .form-2d1d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .chip_inner_267b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .alert_bright_5ead {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .alert_bright_5ead .hover_active_62da {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .focused_e15d {
        font-size: 1.3rem;
    }
    
    .icon-156b {
        font-size: 0.7rem;
    }
    
    .heading-complex-a24b {
        flex-direction: column;
        gap: 10px;
    }
    
    .heading-complex-a24b .advanced-6150 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .static-89fa {
        display: none;
    }
    
    .preview_6042 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .image-1a3c {
        padding: 20px 10px;
    }
    
    .next_3a02 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .alert-d54a,
    .badge-0f81 {
        padding: 15px;
    }
    
    .shadow-a666 {
        flex-direction: column;
        gap: 5px;
    }
    
    .disabled-pressed-8c63 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .fluid-9fd9 {
        padding: 30px 10px;
    }
    
    .accordion-7fc9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tag-917e {
        padding: 20px 15px;
    }
    
    .dropdown_north_5535 {
        font-size: 2rem;
    }
    
    .tag-917e h3 {
        font-size: 1.1rem;
    }
    
    .tag-917e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .inner-f243 {
        padding: 20px 10px;
    }
    
    .popup-wide-9273 h2 {
        font-size: 1.3rem;
    }
    
    .paragraph-546f {
        font-size: 0.9rem;
    }
    
    .popup_cold_67c0 h3 {
        font-size: 1.1rem;
    }
    
    .popup_cold_67c0 p {
        font-size: 0.9rem;
    }
    
    .mask-0093 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .caption-fresh-325f {
        grid-template-columns: 1fr;
    }
    
    .static_e777 {
        font-size: 0.85rem;
    }
    
    .pattern-9ce6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_south_6165 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .nav_south_6165 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tertiary_fixed_9595 {
        padding: 30px 10px;
    }
    
    .picture-44cc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel-complex-92bc {
        padding: 15px 10px;
    }
    
    .panel-complex-92bc h4 {
        font-size: 0.9rem;
    }
    
    .panel-complex-92bc p {
        font-size: 0.75rem;
        display: none;
    }
    
    .section-brown-a6ea {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .picture-44cc {
        grid-template-columns: 1fr;
    }
    
    .panel-complex-92bc p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .element_f65a {
        padding: 30px 10px;
    }
    
    .first_2a22 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .last_791b {
        padding: 15px;
    }
    
    .overlay_ad4b {
        font-size: 0.9rem;
    }
    
    .list_f08d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list_f08d .item_7a80 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .module-hot-d726 {
        padding: 30px 10px;
    }
    
    .module-hot-d726 h2 {
        font-size: 1.2rem;
    }
    
    .hero-south-904e {
        gap: 10px;
    }
    
    .layout-dcfa summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .layout-dcfa p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .video_out_3575 {
        padding: 30px 10px;
    }
    
    .video_out_3575 h2 {
        font-size: 1.2rem;
    }
    
    .accent-red-eca1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout_white_567e {
        padding: 15px 10px;
    }
    
    .layout_white_567e h4 {
        font-size: 0.85rem;
    }
    
    .layout_white_567e p {
        font-size: 0.75rem;
    }
    
    .glass-87d7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .section-0831 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .nav-action-e6a5 {
        padding: 20px 10px;
    }
    
    .item-333e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .top-faf5,
    .complex-43b4,
    .component-old-8095 {
        width: 100%;
    }
    
    .top-faf5 h3 {
        font-size: 1.1rem;
    }
    
    .top-faf5 p {
        font-size: 0.8rem;
    }
    
    .middle_0b5e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .brown-865a {
        padding: 30px 15px;
    }
    
    .brown-865a h2 {
        font-size: 1.3rem;
    }
    
    .brown-865a p {
        font-size: 0.85rem;
    }
    
    .preview_3af7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .preview_3af7 .advanced-6150 {
        width: 100%;
    }
    
    .list-4ec7 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .table_complex_e6c1 {
        padding: 30px 10px;
    }
    
    .table_complex_e6c1 h3 {
        font-size: 1.2rem;
    }
    
    .menu-wood-44fc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs_left_f771 {
        padding: 15px 10px;
    }
    
    .tabs_left_f771 h4 {
        font-size: 0.85rem;
    }
    
    .tabs_left_f771 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .menu-wood-44fc {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .filter_stale_386c {
        padding: 30px 15px;
    }
    
    .bottom_be75 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .paragraph-huge-1bcf {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .photo_left_f49a h4 {
        font-size: 0.9rem;
    }
    
    .photo_left_f49a a {
        font-size: 0.8rem;
    }
    
    .status_soft_ce17 {
        font-size: 0.8rem;
    }
    
    .surface-aab9 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .component-cb01 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accordion_558c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8da6 */
.widget-item-l9 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.3;
}
