/* Inner Page Styles */

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

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

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

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

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

.status_2ed6 .iron-f79f {
    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;
}

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

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

.status_2ed6 .iron-f79f:hover::before {
    left: 100%;
}

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

.feature-out-8c4e {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advanced_91b0.fn-active-8d61 {
    color: var(--casino-gold-light);
}

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

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

.tag-566b {
    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);
}

.tag-566b 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video_hot_dc8f .section-8986 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.video_hot_dc8f .section-8986:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.column-590b {
    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);
}

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

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

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

.column-590b .section-8986 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.column-590b .section-8986:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter_thick_6b21 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .filter_thick_6b21 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .filter_thick_6b21 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .status_2ed6 {
        justify-content: center;
    }
    
    .static-4949 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .grid-orange-c474 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .focus-pressed-b84f {
        padding: var(--md-spacing-md) 0;
    }
    
    .tag-566b {
        padding: var(--md-spacing-md);
    }
    
    .surface_brown_9ef7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar_fresh_4c82 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .column-590b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .header_green_a6b4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tag-566b {
        padding: var(--md-spacing-sm);
    }
    
    .top_cbb4 {
        padding: var(--md-spacing-md);
    }
    
    .avatar_fresh_4c82 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.top_cbb4,
.avatar_fresh_4c82,
.column-590b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tag_7fdd {
    font-size: 1.5rem;
}

.container-orange-c131 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .lite-2b9a {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .tooltip-fluid-e724 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lite_7560 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.sort-be86.block_507c .avatar-fresh-b78d {
    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); }
}

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

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

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

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

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

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

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

.badge-dark-db69 {
    font-size: 1.2rem;
}

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

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

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

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

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

.tabs_green_f1cc.block_66e5::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tabs_green_f1cc.dirty_a253::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tabs_green_f1cc.button_hot_f7f0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tabs_green_f1cc.button-down-1fe6::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.silver-bb8a {
    font-size: 1.2rem;
}

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

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

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

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

.list-a1f0.tooltip-outer-d7d1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list-a1f0.fn-active-8d61 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-silver-3d92 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.feature_715a { border-top: 3px solid #00ccff; }
.layout-ccef { border-top: 3px solid #00ff88; }
.photo_1eca { border-top: 3px solid #d4af37; }
.message-small-997f { border-top: 3px solid #ff6b6b; }
.shade_glass_c590 { border-top: 3px solid #8b5cf6; }

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

.container_silver_ef2f {
    overflow-x: auto;
}

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

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

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

.heading-hovered-ab1c td {
    color: #ccc;
}

.heading-hovered-ab1c .dropdown_0e89 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.heading-hovered-ab1c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.item-west-41ed {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.video-center-b813 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.wrapper_ea68 {
    font-size: 2rem;
}

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

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

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

.sort-prev-f8f9 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.tertiary-74b8 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.summary-stone-9e17 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.full-99bf {
    font-size: 1.5rem;
}

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

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

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

.description-438e {
    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;
}

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

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

.tooltip-bright-5dd4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cool-6f29 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.up-ef80 .container-bc73 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.over-8c35 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.tiny-32f6 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.tiny-32f6 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.column-b58c a {
    color: #ff6b6b;
}

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

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

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

.white_5a09 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .soft_0aad {
        flex-direction: column;
    }
    .avatar-hard-7179 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.shadow-copper-be39 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

.badge-cold-7ad5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .badge-cold-7ad5 {
        grid-template-columns: 1fr;
    }
}

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

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

.outline_gas_8dea .nav-bottom-40d5 {
    color: #666;
    margin: 0 8px;
}

.outline_gas_8dea .message-9953 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.secondary_d508 {
    font-size: 2rem;
}

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

.south-f42f strong {
    color: #d4af37;
}

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

.progress-center-6a6b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .progress-center-6a6b {
        grid-template-columns: 1fr;
    }
}

.alert-soft-e72e h3,
.prev-278a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.component-bottom-dcbe strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.badge-iron-8217 strong {
    color: #00ff88;
}

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

.media-9b05 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.detail-current-53f2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.upper-5f88 summary::-webkit-details-marker {
    display: none;
}

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

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

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

.paragraph-north-22ee {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.paragraph-north-22ee strong {
    color: #d4af37;
}

.breadcrumb_lite_5a5b {
    color: #aaa;
}

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

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

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

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

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

.tooltip-lower-4d34 {
    max-width: 900px;
    margin: 0 auto;
}

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

.caption-lite-f768:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.item-3e3e {
    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;
}

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

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

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

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

.heading_be72 strong {
    color: #d4af37;
}

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

.badge-static-65be {
    color: #888;
    font-size: 0.9rem;
}

.badge-static-65be strong {
    color: #00ff88;
}

.badge-static-65be span {
    color: #d4af37;
}

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

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

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

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

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

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

.north-6c5e {
    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;
}

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

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

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

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

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

.link-liquid-5a1a {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-action-4e46 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.background-action-4e46 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .status-d44a {
        padding: 30px 15px;
    }
    
    .status-d44a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .fixed-d64a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .popup-white-54e4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .sort_6b94 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sort_6b94 .in_0a7c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .widget_left_ecb6 {
        font-size: 1.3rem;
    }
    
    .icon_0eb6 {
        font-size: 0.7rem;
    }
    
    .mask_warm_d6cb {
        flex-direction: column;
        gap: 10px;
    }
    
    .mask_warm_d6cb .section-8986 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .progress-large-9b43 {
        display: none;
    }
    
    .photo-c8a3 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .info-8191 {
        padding: 20px 10px;
    }
    
    .west_9fee {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-motion-9629,
    .slider_bronze_7fe0 {
        padding: 15px;
    }
    
    .carousel_first_7e19 {
        flex-direction: column;
        gap: 5px;
    }
    
    .wide_977f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .main-outer-2a77 {
        padding: 30px 10px;
    }
    
    .frame_64f5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-bbfe {
        padding: 20px 15px;
    }
    
    .card-70f4 {
        font-size: 2rem;
    }
    
    .pattern-bbfe h3 {
        font-size: 1.1rem;
    }
    
    .pattern-bbfe p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .image_lower_7ae8 {
        padding: 20px 5px;
    }
    
    .image_lower_7ae8 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .fast_d50f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .heading-hovered-ab1c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .heading-hovered-ab1c th,
    .heading-hovered-ab1c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .icon-liquid-83b7 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .label-dim-0fce {
        padding: 20px 10px;
    }
    
    .pink_72ea h2 {
        font-size: 1.3rem;
    }
    
    .chip_1d4e {
        font-size: 0.9rem;
    }
    
    .caption-lite-f768 h3 {
        font-size: 1.1rem;
    }
    
    .caption-lite-f768 p {
        font-size: 0.9rem;
    }
    
    .media_c5cf li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tag-fluid-c30f {
        grid-template-columns: 1fr;
    }
    
    .heading_be72 {
        font-size: 0.85rem;
    }
    
    .down-fe7e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item-3e3e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .item-3e3e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .logo_1df7 {
        padding: 30px 10px;
    }
    
    .dropdown_cf74 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo_brown_4807 {
        padding: 15px 10px;
    }
    
    .logo_brown_4807 h4 {
        font-size: 0.9rem;
    }
    
    .logo_brown_4807 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .breadcrumb_south_62fb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dropdown_cf74 {
        grid-template-columns: 1fr;
    }
    
    .logo_brown_4807 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .shade-simple-e035 {
        padding: 30px 10px;
    }
    
    .dark-d2bf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview-9dca {
        padding: 15px;
    }
    
    .tall-6445 {
        font-size: 0.9rem;
    }
    
    .full-c05a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .full-c05a .east_d650 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .icon-selected-3cac {
        padding: 30px 10px;
    }
    
    .icon-selected-3cac h2 {
        font-size: 1.2rem;
    }
    
    .primary-ff78 {
        gap: 10px;
    }
    
    .input-current-24b2 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .input-current-24b2 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .fluid_5446 {
        padding: 30px 10px;
    }
    
    .fluid_5446 h2 {
        font-size: 1.2rem;
    }
    
    .list-0fb7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip_1737 {
        padding: 15px 10px;
    }
    
    .tooltip_1737 h4 {
        font-size: 0.85rem;
    }
    
    .tooltip_1737 p {
        font-size: 0.75rem;
    }
    
    .layout_f451 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .east-3a78 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .paragraph-copper-f932 {
        padding: 20px 10px;
    }
    
    .photo-16f9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .overlay_a5f4,
    .tiny-32f6,
    .column-b58c {
        width: 100%;
    }
    
    .overlay_a5f4 h3 {
        font-size: 1.1rem;
    }
    
    .overlay_a5f4 p {
        font-size: 0.8rem;
    }
    
    .north_ded8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .section-73a8 {
        padding: 30px 15px;
    }
    
    .section-73a8 h2 {
        font-size: 1.3rem;
    }
    
    .section-73a8 p {
        font-size: 0.85rem;
    }
    
    .article-hovered-5b1a {
        flex-direction: column;
        gap: 10px;
    }
    
    .article-hovered-5b1a .section-8986 {
        width: 100%;
    }
    
    .panel_6f9e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .input-5219 {
        padding: 30px 10px;
    }
    
    .input-5219 h3 {
        font-size: 1.2rem;
    }
    
    .focused-6249 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-590b {
        padding: 15px 10px;
    }
    
    .column-590b h4 {
        font-size: 0.85rem;
    }
    
    .column-590b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .background_light_304a {
        padding: 30px 15px;
    }
    
    .east_ae09 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tall-b670 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .nav-bronze-31ad h4 {
        font-size: 0.9rem;
    }
    
    .nav-bronze-31ad a {
        font-size: 0.8rem;
    }
    
    .banner-3a00 {
        font-size: 0.8rem;
    }
    
    .notice-bronze-43eb p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .warm_2300 {
        padding: 8px 10px;
    }
    
    .lite-7e7e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .status-in-01cf {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .lite-7e7e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .status-in-01cf {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5a7b */
.promo-block-k9 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
