/* Inner Page Styles */

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

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

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

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

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

.row_2dfa .surface-038d {
    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;
}

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

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

.row_2dfa .surface-038d:hover::before {
    left: 100%;
}

.row_2dfa .surface-038d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-6e9f {
    color: var(--casino-gold-light);
}

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

.bronze-6e9f a:hover {
    color: var(--casino-gold-light);
}

.bronze-6e9f.fn-active-41e6 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.avatar-steel-4244 {
    padding: var(--md-spacing-lg) 0;
}

.sort-light-21be {
    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);
}

.sort-light-21be 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);
}

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

/* Content Cards */
.dropdown-b8f1 {
    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-b8f1:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

.yellow-60a5 {
    padding: var(--md-spacing-md) 0;
}

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

.text_glass_e796 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 */
.primary-yellow-c5a0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary-yellow-c5a0 li {
    margin-bottom: var(--md-spacing-xs);
}

.primary-yellow-c5a0 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);
}

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

/* Promo Cards */
.wrapper-soft-08cc {
    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;
}

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

.wrapper-soft-08cc:hover::before {
    left: 100%;
}

.wrapper-soft-08cc 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;
}

.wrapper-soft-08cc 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;
}

.wrapper-soft-08cc .column_5d47 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.wrapper-soft-08cc .column_5d47:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.footer_first_44fd {
    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_first_44fd:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.box_mini_47c1 .column_5d47:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .active_a1a6 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .active_a1a6 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .active_a1a6 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .row_2dfa {
        justify-content: center;
    }
    
    .sort_a1bf {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .up-8999 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .avatar-steel-4244 {
        padding: var(--md-spacing-md) 0;
    }
    
    .sort-light-21be {
        padding: var(--md-spacing-md);
    }
    
    .warm-defb {
        padding: var(--md-spacing-md) 0;
    }
    
    .text_glass_e796 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .box_mini_47c1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pattern-white-b7bc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .sort-light-21be {
        padding: var(--md-spacing-sm);
    }
    
    .dropdown-b8f1 {
        padding: var(--md-spacing-md);
    }
    
    .text_glass_e796 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dropdown-b8f1,
.text_glass_e796,
.box_mini_47c1 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.large-90a9::-webkit-scrollbar {
    width: 8px;
}

.large-90a9::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.secondary_selected_663b {
    font-size: 1.5rem;
}

.container-selected-fc1f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-fixed-97c7 {
    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;
}

.layout-fixed-97c7 strong {
    color: #00ff88;
}

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

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

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

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

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

.heading-47a8::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;
}

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

.slow-83d2 {
    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;
}

.slow-83d2.green-5f68 .glass_8272 {
    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); }
}

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

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

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

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

.north-2f8a 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;
}

.north-2f8a 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);
}

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

.header-e964 {
    font-size: 1.2rem;
}

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

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

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

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

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

.pressed_cddb.slider-8cc3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pressed_cddb.light_04b4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pressed_cddb.detail-796b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pressed_cddb.short-a7c3::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.sort-bronze-447f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.hard_d5e5 {
    font-size: 1.2rem;
}

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

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

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

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

.upper-8155.badge-fluid-52a0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.upper-8155.fn-active-41e6 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.detail-hot-6396 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.red-2a47 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.top-3d3e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.clean-835f { border-top: 3px solid #00ccff; }
.input-455f { border-top: 3px solid #00ff88; }
.tag_out_d9a7 { border-top: 3px solid #d4af37; }
.slow-21f0 { border-top: 3px solid #ff6b6b; }
.tall-5672 { border-top: 3px solid #8b5cf6; }

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

.item-bronze-7a7c {
    overflow-x: auto;
}

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

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

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

.shade_tiny_18a9 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fluid-1a39 {
    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;
}

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

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

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

.huge-f87f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.banner-9dfa {
    background: #0a0a0a;
    padding: 60px 0;
}

.pagination-37d3 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.picture-top-307d {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.disabled-slow-4681 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.layout_fresh_ff37 .east-93f6 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.avatar-63e0 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.copper-6371 a {
    color: #ff6b6b;
}

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

.preview-east-bd5b {
    max-width: 800px;
    margin: 0 auto;
}

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

.menu-hard-fefb {
    text-align: center;
}

.menu-hard-fefb .widget_hard_34a5 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.menu-hard-fefb .wide_23f3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.preview-east-bd5b > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.frame_dynamic_2b1b {
    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_dynamic_2b1b:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    background: rgba(0, 255, 136, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .main-e2bc {
        flex-direction: column;
    }
    .popup-2630 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.outline-0545 .description_lite_87d7 {
    color: #666;
    margin: 0 8px;
}

.outline-0545 .over_57e3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.header_bronze_ed15 {
    font-size: 2rem;
}

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

.table_focused_57c6 strong {
    color: #d4af37;
}

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

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

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

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

.tag-basic-b08e {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.logo-clean-2cf6 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.pink_403b strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.brown-6f92 {
    background: #0a0a0a;
    padding: 30px 0;
}

.slow-478a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.tag-over-f318 strong {
    color: #d4af37;
}

.input-dynamic-d2d3 {
    color: #aaa;
}

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

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

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

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

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

.red-4d40 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dirty_f121 strong {
    color: #d4af37;
}

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

.thumbnail-iron-a794 {
    color: #888;
    font-size: 0.9rem;
}

.thumbnail-iron-a794 strong {
    color: #00ff88;
}

.thumbnail-iron-a794 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.sidebar-silver-0a17 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.mini-3dc4 {
    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);
}

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

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

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

.link-active-7003 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.link-active-7003 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-middle-e794 {
    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;
}

.search-light-72e0 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.search-light-72e0 strong {
    color: #00ff88;
}

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

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

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

.stone-57d9 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .stone-57d9 {
        flex-direction: column;
    }
    
    .link_selected_40e9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.outline-stone-b252 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .sidebar-plasma-bf89 {
        padding: 30px 15px;
    }
    
    .sidebar-plasma-bf89 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .column-b8ce {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .bottom_03f4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .search-e489 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .search-e489 .in_1509 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .inner-86b0 {
        font-size: 1.3rem;
    }
    
    .notice-5147 {
        font-size: 0.7rem;
    }
    
    .search_11c0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .search_11c0 .column_5d47 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .last_dbd0 {
        display: none;
    }
    
    .detail-focused-e13a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .status_da37 {
        padding: 20px 10px;
    }
    
    .active_7b22 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal_middle_774a,
    .progress_yellow_1d1b {
        padding: 15px;
    }
    
    .sidebar-silver-0a17 {
        flex-direction: column;
        gap: 5px;
    }
    
    .mini-3dc4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .static_bbee {
        padding: 30px 10px;
    }
    
    .media_clean_a00e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .current-aaa1 {
        padding: 20px 15px;
    }
    
    .white_b6d2 {
        font-size: 2rem;
    }
    
    .current-aaa1 h3 {
        font-size: 1.1rem;
    }
    
    .current-aaa1 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .solid_2421 {
        padding: 20px 10px;
    }
    
    .caption-c3fa h2 {
        font-size: 1.3rem;
    }
    
    .border_center_7723 {
        font-size: 0.9rem;
    }
    
    .plasma_efd2 h3 {
        font-size: 1.1rem;
    }
    
    .plasma_efd2 p {
        font-size: 0.9rem;
    }
    
    .medium_98fc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .mini_3f12 {
        grid-template-columns: 1fr;
    }
    
    .dirty_f121 {
        font-size: 0.85rem;
    }
    
    .outline_hovered_d0a7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info_tiny_7615 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .info_tiny_7615 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .frame_center_dc0f {
        padding: 30px 10px;
    }
    
    .south-f573 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cool-e632 {
        padding: 15px 10px;
    }
    
    .cool-e632 h4 {
        font-size: 0.9rem;
    }
    
    .cool-e632 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .box-upper-ab29 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .south-f573 {
        grid-template-columns: 1fr;
    }
    
    .cool-e632 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .avatar_99d6 {
        padding: 30px 10px;
    }
    
    .thumbnail-2db9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow_78c9 {
        padding: 15px;
    }
    
    .modal_mini_561a {
        font-size: 0.9rem;
    }
    
    .paper-4d2a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paper-4d2a .panel-cold-7993 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .backdrop-bfec {
        padding: 30px 10px;
    }
    
    .backdrop-bfec h2 {
        font-size: 1.2rem;
    }
    
    .avatar_4ff4 {
        gap: 10px;
    }
    
    .backdrop-47bb summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .backdrop-47bb p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .focus_5434 {
        padding: 30px 10px;
    }
    
    .focus_5434 h2 {
        font-size: 1.2rem;
    }
    
    .button-steel-656d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .caption_pro_3633 {
        padding: 15px 10px;
    }
    
    .caption_pro_3633 h4 {
        font-size: 0.85rem;
    }
    
    .caption_pro_3633 p {
        font-size: 0.75rem;
    }
    
    .advanced-3da2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .action_6e69 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .button-steel-656d {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .avatar_6627 {
        padding: 20px 10px;
    }
    
    .section_4b22 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .mask-44dc,
    .active_d66d,
    .copper-6371 {
        width: 100%;
    }
    
    .mask-44dc h3 {
        font-size: 1.1rem;
    }
    
    .mask-44dc p {
        font-size: 0.8rem;
    }
    
    .card-cf75 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tooltip-f367 {
        padding: 30px 10px;
    }
    
    .tooltip-f367 h3 {
        font-size: 1.2rem;
    }
    
    .article-left-d7d2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box_mini_47c1 {
        padding: 15px 10px;
    }
    
    .box_mini_47c1 h4 {
        font-size: 0.85rem;
    }
    
    .box_mini_47c1 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .stone_31c1 {
        padding: 30px 15px;
    }
    
    .next-48bd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .article_middle_cfc9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .rough_d446 h4 {
        font-size: 0.9rem;
    }
    
    .rough_d446 a {
        font-size: 0.8rem;
    }
    
    .input-fixed-8fb5 {
        font-size: 0.8rem;
    }
    
    .aside_middle_1b5b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .secondary-west-9d0a {
        padding: 8px 10px;
    }
    
    .motion_9cdb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .highlight-smooth-15e6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .motion_9cdb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .highlight-smooth-15e6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5e17 */
.phantom-card-t0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
