/* Inner Page Styles */

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

.hero-cool-e1f6 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);
}

.hero-cool-e1f6 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);
}

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

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

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

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

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

.tooltip_light_fce6 .breadcrumb_ce95:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item_red_09e9.fn-active-ca4c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cold-ab55:hover::before {
    left: 100%;
}

.cold-ab55 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;
}

.cold-ab55 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;
}

.cold-ab55 .notice-hot-4afe {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.cold-ab55 .notice-hot-4afe:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.outline-dirty-2946 {
    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);
}

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

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

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

.outline-dirty-2946 .notice-hot-4afe {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.outline-dirty-2946 .notice-hot-4afe:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-cool-e1f6 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hero-cool-e1f6 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hero-cool-e1f6 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tooltip_light_fce6 {
        justify-content: center;
    }
    
    .backdrop-e789 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .carousel-84ef {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .paper_8f7d {
        padding: var(--md-spacing-md) 0;
    }
    
    .left_1463 {
        padding: var(--md-spacing-md);
    }
    
    .card-861e {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient-3300 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .outline-dirty-2946 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .medium-2a0c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .left_1463 {
        padding: var(--md-spacing-sm);
    }
    
    .badge_5162 {
        padding: var(--md-spacing-md);
    }
    
    .gradient-3300 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.badge_5162,
.gradient-3300,
.outline-dirty-2946 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.banner_north_a11a {
    font-size: 1.5rem;
}

.outline_95a7 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.info-bd01 {
    padding: 30px 0;
}

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

.image-lower-bf29 {
    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;
}

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

.image-lower-bf29 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.image-lower-bf29 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.smooth-76d6 {
    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;
}

.smooth-76d6 strong {
    color: #00ff88;
}

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

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

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

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

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

.footer-hot-b3a7::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;
}

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

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

.notification_narrow_02fc.iron-0044 .outline_over_8a1d {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

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

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

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

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

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

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

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

.clean-229f {
    font-size: 1.2rem;
}

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

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

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

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

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

.row_027e.solid-6dbc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.row_027e.header_tiny_766d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row_027e.top-0dfe::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.row_027e.stale_c6b2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pressed-6939 {
    font-size: 1.2rem;
}

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

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

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

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

.module_orange_347f.hard-40ba { background: linear-gradient(90deg, #00ccff, #0088ff); }
.module_orange_347f.fn-active-ca4c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.status-copper-e07a {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.bronze-86ea {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.fresh-8cf5 { border-top: 3px solid #00ccff; }
.accent_silver_750d { border-top: 3px solid #00ff88; }
.notification_0bc3 { border-top: 3px solid #d4af37; }
.description-thick-4c5a { border-top: 3px solid #ff6b6b; }
.caption_wood_dfc4 { border-top: 3px solid #8b5cf6; }

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

.text_silver_06bf {
    overflow-x: auto;
}

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

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

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

.pressed-4476 td {
    color: #ccc;
}

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

.pressed-4476 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.dropdown-yellow-c504 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.shade-hard-e01d {
    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;
}

.gradient-full-29b4 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.gradient-full-29b4 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.under-8ddf {
    font-size: 2rem;
}

.hidden-solid-2fc9 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.hidden-solid-2fc9 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal_basic_d568 {
    font-size: 1.5rem;
}

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

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

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

.picture-64d8 {
    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;
}

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

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

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

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

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

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

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

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

.soft-5ceb .modal-3e19 {
    margin-bottom: 10px;
}

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

.soft-5ceb strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.column-rough-6f9a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.warm-7c44 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.warm-7c44 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.surface_north_c3fe a {
    color: #ff6b6b;
}

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

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

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

.background_a444 {
    text-align: center;
}

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

.background_a444 .preview-iron-d38c {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iron-1e09 {
    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;
}

.iron-1e09.menu_35fd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .brown_a85f {
        flex-direction: column;
    }
    .medium_1dc4 {
        transform: rotate(90deg);
    }
}

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

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

.widget-red-334f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .widget-red-334f {
        grid-template-columns: 1fr;
    }
}

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

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

.column_d836 .link-dark-630b {
    color: #666;
    margin: 0 8px;
}

.column_d836 .current_ca64 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.chip-hard-da38 {
    font-size: 2rem;
}

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

.notification_e6a2 strong {
    color: #d4af37;
}

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

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

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

.thumbnail-bright-5f39 h3,
.summary_513d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.thumbnail-slow-129c strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.progress_a5d8 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.header-pressed-4f39 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.menu-lite-66ad {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.prev-8b97 strong {
    color: #d4af37;
}

.container-ffac {
    color: #aaa;
}

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

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

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

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

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

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

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

.liquid-86ca:last-child {
    border-bottom: none;
}

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

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

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

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

.brown-1a76 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.brown-1a76 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;
}

.brown-1a76 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.text_ee46 strong {
    color: #d4af37;
}

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

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

.green-db0e strong {
    color: #00ff88;
}

.green-db0e span {
    color: #d4af37;
}

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

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

.active-3e0a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.form-fluid-b294 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.image-f7ca {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.glass-5dcc {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-orange-2c47 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-orange-2c47 li {
    margin-bottom: 5px;
}

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

.banner-orange-2c47 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.info-dirty-d853 strong {
    color: #00ff88;
}

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

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

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

.banner-8fb9 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .banner-8fb9 {
        flex-direction: column;
    }
    
    .aside_bb60 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .next-0301 {
        padding: 30px 15px;
    }
    
    .next-0301 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .container_1057 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .progress_last_3627 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .light_b681 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .light_b681 .list_thick_a0a7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .dim_2981 {
        font-size: 1.3rem;
    }
    
    .title-9a5c {
        font-size: 0.7rem;
    }
    
    .badge-d915 {
        flex-direction: column;
        gap: 10px;
    }
    
    .badge-d915 .notice-hot-4afe {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .input-bronze-93b6 {
        display: none;
    }
    
    .preview_center_4f8a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .notification_ceaf {
        padding: 20px 10px;
    }
    
    .active-3e0a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pink-f64f,
    .thumbnail-plasma-0ffa {
        padding: 15px;
    }
    
    .image-f7ca {
        flex-direction: column;
        gap: 5px;
    }
    
    .glass-5dcc {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wrapper_b601 {
        padding: 30px 10px;
    }
    
    .accordion_a817 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element-1b05 {
        padding: 20px 15px;
    }
    
    .active_pink_94e1 {
        font-size: 2rem;
    }
    
    .element-1b05 h3 {
        font-size: 1.1rem;
    }
    
    .element-1b05 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .black_85ff {
        padding: 20px 10px;
    }
    
    .aside-756d h2 {
        font-size: 1.3rem;
    }
    
    .accordion_8ef7 {
        font-size: 0.9rem;
    }
    
    .liquid-86ca h3 {
        font-size: 1.1rem;
    }
    
    .liquid-86ca p {
        font-size: 0.9rem;
    }
    
    .brown-1a76 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fresh-115d {
        grid-template-columns: 1fr;
    }
    
    .text_ee46 {
        font-size: 0.85rem;
    }
    
    .sort_a20a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small_77b1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .small_77b1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .plasma-ac19 {
        padding: 30px 10px;
    }
    
    .hero-north-3d0e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dark_d93c {
        padding: 15px 10px;
    }
    
    .dark_d93c h4 {
        font-size: 0.9rem;
    }
    
    .dark_d93c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .row_up_3bbc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hero-north-3d0e {
        grid-template-columns: 1fr;
    }
    
    .dark_d93c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .motion-68df {
        padding: 30px 10px;
    }
    
    .card_2a64 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .disabled_full_be8b {
        padding: 15px;
    }
    
    .container_af6f {
        font-size: 0.9rem;
    }
    
    .white-2406 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .white-2406 .video-7af7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .summary-dark-b7b7 {
        padding: 30px 10px;
    }
    
    .summary-dark-b7b7 h2 {
        font-size: 1.2rem;
    }
    
    .detail_brown_5818 {
        gap: 10px;
    }
    
    .mini-e1fd summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .mini-e1fd p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .component_red_595c {
        padding: 30px 10px;
    }
    
    .component_red_595c h2 {
        font-size: 1.2rem;
    }
    
    .filter-6eae {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .yellow-59ca {
        padding: 15px 10px;
    }
    
    .yellow-59ca h4 {
        font-size: 0.85rem;
    }
    
    .yellow-59ca p {
        font-size: 0.75rem;
    }
    
    .old_82e0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .media_dynamic_3a32 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .primary_7020 {
        padding: 20px 10px;
    }
    
    .fixed_095f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .dropdown_6cf6,
    .warm-7c44,
    .surface_north_c3fe {
        width: 100%;
    }
    
    .dropdown_6cf6 h3 {
        font-size: 1.1rem;
    }
    
    .dropdown_6cf6 p {
        font-size: 0.8rem;
    }
    
    .slow_7c8c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .layout_cool_e4cf {
        padding: 30px 15px;
    }
    
    .layout_cool_e4cf h2 {
        font-size: 1.3rem;
    }
    
    .layout_cool_e4cf p {
        font-size: 0.85rem;
    }
    
    .progress_6fdb {
        flex-direction: column;
        gap: 10px;
    }
    
    .progress_6fdb .notice-hot-4afe {
        width: 100%;
    }
    
    .down-3819 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .short-052e {
        padding: 30px 10px;
    }
    
    .short-052e h3 {
        font-size: 1.2rem;
    }
    
    .list_top_32ef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outline-dirty-2946 {
        padding: 15px 10px;
    }
    
    .outline-dirty-2946 h4 {
        font-size: 0.85rem;
    }
    
    .outline-dirty-2946 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .selected-a119 {
        padding: 30px 15px;
    }
    
    .warm_031e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .preview_6352 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .gallery-static-5bc1 h4 {
        font-size: 0.9rem;
    }
    
    .gallery-static-5bc1 a {
        font-size: 0.8rem;
    }
    
    .tabs-9f67 {
        font-size: 0.8rem;
    }
    
    .iron-7aeb p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .logo_dark_65bf {
        padding: 8px 10px;
    }
    
    .mask-lite-53eb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .pattern_fixed_83e7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .mask-lite-53eb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .pattern_fixed_83e7 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: eefb */
.ghost-box-n2 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
