/* Inner Page Styles */

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

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

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

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

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

.photo-2334 .image-dirty-d0ec {
    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;
}

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

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

.photo-2334 .image-dirty-d0ec:hover::before {
    left: 100%;
}

.photo-2334 .image-dirty-d0ec:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.heading-selected-40c6 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green_6d97.fn-active-dee7 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.active-stale-8d68 {
    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;
}

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

.active-stale-8d68:hover::before {
    left: 100%;
}

.active-stale-8d68 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;
}

.active-stale-8d68 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;
}

.active-stale-8d68 .mask_86bf {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.active-stale-8d68 .mask_86bf:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip_6287 .mask_86bf:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal_419b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .modal_419b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .modal_419b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .photo-2334 {
        justify-content: center;
    }
    
    .hot_7fe0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .bottom_af03 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .alert_old_263f {
        padding: var(--md-spacing-md) 0;
    }
    
    .paper_86b1 {
        padding: var(--md-spacing-md);
    }
    
    .paper_6f10 {
        padding: var(--md-spacing-md) 0;
    }
    
    .nav_bright_10a3 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tooltip_6287 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .block_6a6a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .paper_86b1 {
        padding: var(--md-spacing-sm);
    }
    
    .main-current-c97e {
        padding: var(--md-spacing-md);
    }
    
    .nav_bright_10a3 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.main-current-c97e,
.nav_bright_10a3,
.tooltip_6287 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.layout_27cf {
    font-size: 1.5rem;
}

.fast-33f9 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.mask-copper-a375 {
    padding: 30px 0;
}

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

.secondary-hard-1fe2 {
    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-hard-1fe2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

.secondary-hard-1fe2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.secondary-hard-1fe2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.caption-gold-5592 {
    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;
}

.caption-gold-5592 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.grid_static_e8de.cold_5ea5 .modal_glass_dbd6 {
    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); }
}

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

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

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

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

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

.card_fdd9 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_lower_6543 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.new-64d6 {
    font-size: 1.2rem;
}

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

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

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

.input-wide-33ee {
    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;
}

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

.input-wide-33ee.in-7152::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.input-wide-33ee.picture_complex_83e7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.input-wide-33ee.preview-medium-13b0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.input-wide-33ee.chip-9806::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.column-complex-5cb1 {
    font-size: 1.2rem;
}

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

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

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

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

.pattern_steel_0967.nav_liquid_0b6d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pattern_steel_0967.fn-active-dee7 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.focus-7fde {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.bottom-41a1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.main-91c7 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.detail-over-6a55 { border-top: 3px solid #00ccff; }
.liquid-0d58 { border-top: 3px solid #00ff88; }
.list-next-7915 { border-top: 3px solid #d4af37; }
.plasma-19c2 { border-top: 3px solid #ff6b6b; }
.narrow_0e6a { border-top: 3px solid #8b5cf6; }

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

.button-middle-fded {
    overflow-x: auto;
}

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

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

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

.title-copper-a5d2 td {
    color: #ccc;
}

.title-copper-a5d2 .module-large-f453 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.title-copper-a5d2 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.pagination-green-4bb4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.photo-0d10 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.text-9dc0 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.grid-rough-5a87 {
    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;
}

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

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

.surface_basic_2188 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

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

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

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

.notice_1637 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-gas-20cc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.wood-1dcd {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.gradient_fast_d869 {
    font-size: 1.5rem;
}

.outline-paper-5c35 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.slider-advanced-ac21 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.north-cea3 .item_orange_0dba {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsible Banner */
.shadow-hard-025c {
    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;
}

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

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

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

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

.gallery-last-97f8 {
    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;
}

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

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

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

.east_eed7 a {
    color: #ff6b6b;
}

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

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

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

.hidden-full-ddb2 {
    text-align: center;
}

.hidden-full-ddb2 .secondary-8101 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.hidden-full-ddb2 .sidebar_d7b2 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-complex-250f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

.notification-3f3d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .detail-complex-250f {
        flex-direction: column;
    }
    .overlay-9bb5 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.image-9c97 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.widget_031b .media-dynamic-8fcf {
    color: #666;
    margin: 0 8px;
}

.widget_031b .texture-pro-45cd {
    color: #ff6b6b;
    text-decoration: line-through;
}

.footer-red-36d4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.mask-red-f71d {
    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-purple-c6f5 {
    font-size: 2rem;
}

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

.focus-upper-fc62 strong {
    color: #d4af37;
}

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

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

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

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

.outline-498f {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.article-top-5b63 strong {
    color: #00ff88;
}

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

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

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

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

.pressed-3b89 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.link-center-a43e summary::-webkit-details-marker {
    display: none;
}

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

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

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

.paper-3c87 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.paper-3c87 strong {
    color: #d4af37;
}

.text_full_319d {
    color: #aaa;
}

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

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

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

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

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

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

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

.out-4967:last-child {
    border-bottom: none;
}

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

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

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

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

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

.white-e723 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;
}

.white-e723 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.form_8d72 strong {
    color: #d4af37;
}

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

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

.surface_b4d7 strong {
    color: #00ff88;
}

.surface_b4d7 span {
    color: #d4af37;
}

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

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

.button-fixed-3803 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.focus-east-67f1 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-steel-8f17 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.border-steel-8f17 li {
    margin-bottom: 5px;
}

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

.border-steel-8f17 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.liquid-cdc9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.accordion-solid-120f {
    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;
}

.accordion-solid-120f: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) {
    .accordion-solid-120f {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notification_bdb7 {
        padding: 30px 15px;
    }
    
    .notification_bdb7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .detail-copper-d439 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .liquid_1396 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .footer-c86d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .footer-c86d .accordion_6fb1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .row-0cad {
        font-size: 1.3rem;
    }
    
    .container-2bd1 {
        font-size: 0.7rem;
    }
    
    .progress-03b2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .progress-03b2 .mask_86bf {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .icon_7a60 {
        display: none;
    }
    
    .easy_e70f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .fluid_dceb {
        padding: 20px 10px;
    }
    
    .button-fixed-3803 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .solid-44a4,
    .copper_7818 {
        padding: 15px;
    }
    
    .section_gas_20b5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .gradient_1ac3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .red-d4e3 {
        padding: 30px 10px;
    }
    
    .surface-iron-2c24 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .east_9594 {
        padding: 20px 15px;
    }
    
    .upper_1695 {
        font-size: 2rem;
    }
    
    .east_9594 h3 {
        font-size: 1.1rem;
    }
    
    .east_9594 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .complex_ed73 {
        padding: 20px 5px;
    }
    
    .complex_ed73 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .slider-05a5 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .title-copper-a5d2 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .title-copper-a5d2 th,
    .title-copper-a5d2 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .item-3b0c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .slider_32e8 {
        padding: 20px 10px;
    }
    
    .panel_dirty_4abb h2 {
        font-size: 1.3rem;
    }
    
    .wrapper-last-8e56 {
        font-size: 0.9rem;
    }
    
    .out-4967 h3 {
        font-size: 1.1rem;
    }
    
    .out-4967 p {
        font-size: 0.9rem;
    }
    
    .white-e723 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .module-large-5919 {
        grid-template-columns: 1fr;
    }
    
    .form_8d72 {
        font-size: 0.85rem;
    }
    
    .image_9897 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video_c46c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .video_c46c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dim-bb32 {
        padding: 30px 10px;
    }
    
    .info-glass-8256 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop_thick_2e02 {
        padding: 15px 10px;
    }
    
    .backdrop_thick_2e02 h4 {
        font-size: 0.9rem;
    }
    
    .backdrop_thick_2e02 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .message-8b97 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info-glass-8256 {
        grid-template-columns: 1fr;
    }
    
    .backdrop_thick_2e02 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hero_slow_010d {
        padding: 30px 10px;
    }
    
    .complex-4233 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .item_bottom_b52f {
        padding: 15px;
    }
    
    .stone-c174 {
        font-size: 0.9rem;
    }
    
    .description-west-86e4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .description-west-86e4 .footer_focused_3690 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .icon_78e4 {
        padding: 30px 10px;
    }
    
    .icon_78e4 h2 {
        font-size: 1.2rem;
    }
    
    .sort-96d4 {
        gap: 10px;
    }
    
    .notice_f31c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .notice_f31c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .gold_aede {
        padding: 30px 10px;
    }
    
    .gold_aede h2 {
        font-size: 1.2rem;
    }
    
    .list_blue_9f8c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .rough-aa6e {
        padding: 15px 10px;
    }
    
    .rough-aa6e h4 {
        font-size: 0.85rem;
    }
    
    .rough-aa6e p {
        font-size: 0.75rem;
    }
    
    .alert-motion-7100 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .active_01a0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .shadow-hard-025c {
        padding: 20px 10px;
    }
    
    .tag_short_4dda {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .outline_d4c0,
    .orange-bc30,
    .east_eed7 {
        width: 100%;
    }
    
    .outline_d4c0 h3 {
        font-size: 1.1rem;
    }
    
    .outline_d4c0 p {
        font-size: 0.8rem;
    }
    
    .gallery-last-97f8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .copper_f3b2 {
        padding: 30px 15px;
    }
    
    .copper_f3b2 h2 {
        font-size: 1.3rem;
    }
    
    .copper_f3b2 p {
        font-size: 0.85rem;
    }
    
    .pressed-701d {
        flex-direction: column;
        gap: 10px;
    }
    
    .pressed-701d .mask_86bf {
        width: 100%;
    }
    
    .banner_a59c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .footer-soft-9262 {
        padding: 30px 15px;
    }
    
    .center_7ec9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .preview_0f02 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .steel-fa5c h4 {
        font-size: 0.9rem;
    }
    
    .steel-fa5c a {
        font-size: 0.8rem;
    }
    
    .picture-af78 {
        font-size: 0.8rem;
    }
    
    .secondary_5728 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .purple_12d3 {
        padding: 8px 10px;
    }
    
    .element-motion-f01b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .accordion_short_7916 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .element-motion-f01b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accordion_short_7916 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4d2e */
.widget-item-t5 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
