/* Inner Page Styles */

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

.tertiary-13d2 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);
}

.tertiary-13d2 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);
}

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

.secondary-solid-0f73 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.secondary-solid-0f73 .tiny_6205 {
    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;
}

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

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

.secondary-solid-0f73 .tiny_6205:hover::before {
    left: 100%;
}

.secondary-solid-0f73 .tiny_6205:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.new-526e {
    margin-bottom: var(--md-spacing-lg);
}

.pro-08f7 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion_in_93c4.fn-active-055d {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.white-99cb {
    padding: var(--md-spacing-lg) 0;
}

.accent-87c0 {
    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);
}

.accent-87c0 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_dirty_b311 .current-a7ad:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.copper_048c .current-a7ad:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tertiary-13d2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tertiary-13d2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tertiary-13d2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .secondary-solid-0f73 {
        justify-content: center;
    }
    
    .pro-08f7 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .up-179f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .white-99cb {
        padding: var(--md-spacing-md) 0;
    }
    
    .accent-87c0 {
        padding: var(--md-spacing-md);
    }
    
    .thumbnail-3d42 {
        padding: var(--md-spacing-md) 0;
    }
    
    .block_bright_ccbf {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .copper_048c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .chip_dark_9bd4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .accent-87c0 {
        padding: var(--md-spacing-sm);
    }
    
    .sort-f1ee {
        padding: var(--md-spacing-md);
    }
    
    .block_bright_ccbf {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.sort-f1ee,
.block_bright_ccbf,
.copper_048c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.light_0100 {
    font-size: 1.5rem;
}

.section-static-b68e strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .photo-hot-9e25 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .dim-163c {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block_easy_c9e5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.thumbnail_fe45.prev_af38 .pattern_db8f {
    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); }
}

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

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

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

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

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

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

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

.bronze_1288 {
    font-size: 1.2rem;
}

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

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

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

.paragraph-2a83 {
    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;
}

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

.paragraph-2a83.clean-7314::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.paragraph-2a83.menu_lite_d34a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paragraph-2a83.slow_731f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.paragraph-2a83.old-f727::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dropdown-d565 {
    font-size: 1.2rem;
}

.column-fast-589f {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.main-be9d.copper_3cb3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.main-be9d.fn-active-055d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.thumbnail-fresh-2b5d {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.huge-2676.item-2d2e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.tooltip-bottom-65a2 { border-top: 3px solid #00ccff; }
.hero_cc3b { border-top: 3px solid #00ff88; }
.up-8e44 { border-top: 3px solid #d4af37; }
.tertiary_d3b2 { border-top: 3px solid #ff6b6b; }
.pagination-steel-bdcc { border-top: 3px solid #8b5cf6; }

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

.widget_2f17 {
    overflow-x: auto;
}

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

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

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

.rough_4630 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.breadcrumb-full-6bce {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.highlight-left-c8e1 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.hidden-8a50 p {
    color: #888;
    font-size: 0.9rem;
}

.caption-east-78d2 {
    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_631a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

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

.footer_2d77 {
    font-size: 2rem;
}

.nav-current-07c3 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.nav-current-07c3 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.background-bronze-d648 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.dark-798b {
    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;
}

.dark-798b::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);
}

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

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

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

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

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

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

.upper-7d09 {
    font-size: 1.5rem;
}

.content-39dd {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.west-f2ef strong {
    color: #fff;
    display: block;
}

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

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

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

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

.banner-new-360f .dropdown_large_47f1 {
    margin-bottom: 10px;
}

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

.banner-new-360f strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

.progress-over-3c20 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 */
.banner-hovered-c8f3 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.gallery-first-5f19 {
    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;
}

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

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

.footer-light-4390 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.center-8c55 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.banner-orange-13d8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.banner-orange-13d8 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.element_warm_aa5f a {
    color: #ff6b6b;
}

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

.main-warm-d482 {
    max-width: 800px;
    margin: 0 auto;
}

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

.mask-b405 {
    text-align: center;
}

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

.mask-b405 .element_stone_d445 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.main-warm-d482 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.summary-dark-19b5 {
    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;
}

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

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

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

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

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

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

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

.thumbnail-cold-6b7d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.heading_middle_cf11.item-2d2e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .thumbnail-cold-6b7d {
        flex-direction: column;
    }
    .mini-cf30 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.bronze_ef25 .middle-516e {
    color: #666;
    margin: 0 8px;
}

.bronze_ef25 .outline_2b09 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.gallery_wide_cf0d {
    font-size: 2rem;
}

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

.next_7e42 strong {
    color: #d4af37;
}

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

.carousel-clean-a388 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.gallery-small-0afb h3,
.dim-ab3b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.search-fixed-1c2a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.photo_advanced_de5c strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.card-white-a049 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.current_e07d h3,
.summary-inner-f61b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.slider-large-7bb4 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.slider-large-7bb4 summary::-webkit-details-marker {
    display: none;
}

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

.plasma-70e2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.notice-active-47cd {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.notice-active-47cd strong {
    color: #d4af37;
}

.aside_be42 {
    color: #aaa;
}

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

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

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

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

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

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

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

.brown-26cb:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label_f533 strong {
    color: #d4af37;
}

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

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

.new-acd9 strong {
    color: #00ff88;
}

.new-acd9 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.narrow-7ce5 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.fixed-8d29 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.tabs-under-2801 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tabs-under-2801 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message_18f0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.center-8c55 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.thumbnail-9b42 .popup_iron_0ad7 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .badge_east_f862 {
        padding: 30px 15px;
    }
    
    .badge_east_f862 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .carousel-left-4bda {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .thumbnail-slow-6855 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gallery-new-b516 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gallery-new-b516 .fluid-2b35 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tiny-9c90 {
        font-size: 1.3rem;
    }
    
    .panel_2393 {
        font-size: 0.7rem;
    }
    
    .gallery_bronze_42d4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery_bronze_42d4 .current-a7ad {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .frame-0b24 {
        display: none;
    }
    
    .form_gold_98d0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .last-8a9b {
        padding: 20px 10px;
    }
    
    .sidebar_af0d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wood-76bc,
    .down_c6bf {
        padding: 15px;
    }
    
    .narrow-7ce5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .bottom_0dfa {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .header_solid_2296 {
        padding: 30px 10px;
    }
    
    .stale-d9e6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gold-4ef3 {
        padding: 20px 15px;
    }
    
    .wood_8301 {
        font-size: 2rem;
    }
    
    .gold-4ef3 h3 {
        font-size: 1.1rem;
    }
    
    .gold-4ef3 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .in_a54e {
        padding: 20px 10px;
    }
    
    .item-ae69 h2 {
        font-size: 1.3rem;
    }
    
    .west-1b31 {
        font-size: 0.9rem;
    }
    
    .brown-26cb h3 {
        font-size: 1.1rem;
    }
    
    .brown-26cb p {
        font-size: 0.9rem;
    }
    
    .sidebar_76a3 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .main_wood_44ba {
        grid-template-columns: 1fr;
    }
    
    .label_f533 {
        font-size: 0.85rem;
    }
    
    .shade_eb4e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary_7025 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .secondary_7025 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .under-ad65 {
        padding: 30px 10px;
    }
    
    .pink-2fc4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .middle_ca64 {
        padding: 15px 10px;
    }
    
    .middle_ca64 h4 {
        font-size: 0.9rem;
    }
    
    .middle_ca64 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .title-d39c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pink-2fc4 {
        grid-template-columns: 1fr;
    }
    
    .middle_ca64 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pagination_lite_8645 {
        padding: 30px 10px;
    }
    
    .layout-middle-6913 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery_d37c {
        padding: 15px;
    }
    
    .box_copper_ae82 {
        font-size: 0.9rem;
    }
    
    .surface_114b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface_114b .copper_c39f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .icon_old_e5b2 {
        padding: 30px 10px;
    }
    
    .icon_old_e5b2 h2 {
        font-size: 1.2rem;
    }
    
    .header_south_4b53 {
        gap: 10px;
    }
    
    .wide-db32 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .wide-db32 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .steel-5f63 {
        padding: 30px 10px;
    }
    
    .steel-5f63 h2 {
        font-size: 1.2rem;
    }
    
    .feature-a658 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accordion_1d1f {
        padding: 15px 10px;
    }
    
    .accordion_1d1f h4 {
        font-size: 0.85rem;
    }
    
    .accordion_1d1f p {
        font-size: 0.75rem;
    }
    
    .last-4c07 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .article-yellow-0b97 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .content_333f {
        padding: 20px 10px;
    }
    
    .mask_0391 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .iron_6a68,
    .banner-orange-13d8,
    .element_warm_aa5f {
        width: 100%;
    }
    
    .iron_6a68 h3 {
        font-size: 1.1rem;
    }
    
    .iron_6a68 p {
        font-size: 0.8rem;
    }
    
    .yellow-4511 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .lower_10b7 {
        padding: 30px 15px;
    }
    
    .lower_10b7 h2 {
        font-size: 1.3rem;
    }
    
    .lower_10b7 p {
        font-size: 0.85rem;
    }
    
    .content-2a26 {
        flex-direction: column;
        gap: 10px;
    }
    
    .content-2a26 .current-a7ad {
        width: 100%;
    }
    
    .menu-out-177c {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .carousel-7e4d {
        padding: 30px 10px;
    }
    
    .carousel-7e4d h3 {
        font-size: 1.2rem;
    }
    
    .media-complex-36ed {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .copper_048c {
        padding: 15px 10px;
    }
    
    .copper_048c h4 {
        font-size: 0.85rem;
    }
    
    .copper_048c p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .preview_first_e1bb {
        padding: 30px 15px;
    }
    
    .content-hot-8714 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .easy_d87c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sidebar_0fd1 h4 {
        font-size: 0.9rem;
    }
    
    .sidebar_0fd1 a {
        font-size: 0.8rem;
    }
    
    .text-new-b484 {
        font-size: 0.8rem;
    }
    
    .medium-2575 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .texture_d507 {
        padding: 8px 10px;
    }
    
    .hard-5332 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .shade-next-22c5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hard-5332 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .shade-next-22c5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 57a4 */
.promo-block-m4 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
