/* Inner Page Styles */

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

.list-down-a1a4 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);
}

.list-down-a1a4 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);
}

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

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

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

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

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

.banner_next_e5ec .notice_32a7:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-647b {
    color: var(--casino-gold-light);
}

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

.preview-647b a:hover {
    color: var(--casino-gold-light);
}

.preview-647b.fn-active-2a09 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module_c5e5 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-eb83 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.new-eb83 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-eb83 a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

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

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

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

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

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

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

.highlight_b203 .gold_ffdf:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.breadcrumb-down-9f18 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.grid_15fd .gold_ffdf:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .list-down-a1a4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .list-down-a1a4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .list-down-a1a4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .banner_next_e5ec {
        justify-content: center;
    }
    
    .background_up_36fb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hidden_bronze_da93 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .surface_slow_e06c {
        padding: var(--md-spacing-md) 0;
    }
    
    .video_dark_abbc {
        padding: var(--md-spacing-md);
    }
    
    .menu-c548 {
        padding: var(--md-spacing-md) 0;
    }
    
    .module_c5e5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .grid_15fd {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .frame_f5be {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .video_dark_abbc {
        padding: var(--md-spacing-sm);
    }
    
    .full-9ae8 {
        padding: var(--md-spacing-md);
    }
    
    .module_c5e5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.full-9ae8,
.module_c5e5,
.grid_15fd {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.pink_2a72 {
    font-size: 1.5rem;
}

.video_6a45 strong {
    color: #00ff88;
}

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

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

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

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

.button-out-6891 {
    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;
}

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

.button-out-6891 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.button-out-6891 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.input_e6a5 strong {
    color: #00ff88;
}

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

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

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

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

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

.east-1c17::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;
}

.black-003b {
    text-align: center;
    margin-bottom: 30px;
}

.bright-3e5e {
    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;
}

.bright-3e5e.backdrop-south-dcff .tooltip_easy_67e8 {
    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); }
}

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

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

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

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

.module-2cc7 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;
}

.module-2cc7 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);
}

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

.bright-c4e4 {
    font-size: 1.2rem;
}

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

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

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

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

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

.slow-f5a6.card_glass_54cc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.slow-f5a6.rough-b2a8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slow-f5a6.logo-prev-d83c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.slow-f5a6.tabs-98d2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.menu-old-2c90 {
    font-size: 1.2rem;
}

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

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

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

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

.glass_3f44.pagination-0dba { background: linear-gradient(90deg, #00ccff, #0088ff); }
.glass_3f44.fn-active-2a09 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.component-in-92a0 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.modal-pressed-0ce6 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.outline-red-aa8a {
    background: #0a0a0a;
    padding: 60px 0;
}

.notice-glass-799e {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.gallery-67dd {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.list-hot-b227 {
    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;
}

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

.list-hot-b227.summary_brown_3527 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.avatar-63a2 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.center_9900 { border-top: 3px solid #00ccff; }
.detail-lower-5621 { border-top: 3px solid #00ff88; }
.link-b4ba { border-top: 3px solid #d4af37; }
.dirty_8548 { border-top: 3px solid #ff6b6b; }
.green_0ad4 { border-top: 3px solid #8b5cf6; }

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

.left-d8d2 {
    overflow-x: auto;
}

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

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

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

.dropdown-aeef td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.gas-7d0e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

@media (max-width: 576px) {
    .image-wood-97a8 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mini_050d {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.accordion-pink-4d72 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.button-plasma-eba4 {
    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;
}

.button-plasma-eba4::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);
}

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

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

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

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

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

.column-selected-e934 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.highlight-a63e {
    font-size: 1.5rem;
}

.header-dirty-2a67 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.carousel-advanced-866f {
    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;
}

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

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

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

.logo-5905 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.badge-orange-da18 .aside_b586 {
    margin-bottom: 10px;
}

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

.badge-orange-da18 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.dark-04bf {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.alert-560a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.dark-4e03 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.small_9879 a {
    color: #ff6b6b;
}

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

.narrow-2a60 {
    max-width: 800px;
    margin: 0 auto;
}

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

.link-fixed-d9f2 {
    text-align: center;
}

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

.link-fixed-d9f2 .video-middle-869f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.narrow-2a60 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.hero-complex-7114 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.media-last-2dd0 {
    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;
}

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

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

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

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

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

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

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

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

.wide-8d6c {
    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;
}

.wide-8d6c.summary_brown_3527 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .grid-thick-dc3f {
        flex-direction: column;
    }
    .border-95c3 {
        transform: rotate(90deg);
    }
}

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

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

.media-warm-41a0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

.component-paper-4155 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.icon_57e4 .nav_037f {
    color: #666;
    margin: 0 8px;
}

.icon_57e4 .card_5223 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.sort_00a9 {
    font-size: 2rem;
}

.container-bronze-750d {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.container-bronze-750d strong {
    color: #d4af37;
}

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

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

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

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

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

.hidden-soft-6fee {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.heading-plasma-f12e strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.text-stone-29c7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.gradient-87fb h3,
.highlight-72ce h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.accordion-a899 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.accordion-a899 strong {
    color: #d4af37;
}

.grid-daf2 {
    color: #aaa;
}

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

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

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

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

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

.tertiary-1fd1 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.purple-3d31 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.purple-3d31 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;
}

.purple-3d31 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.heading_30a4 strong {
    color: #d4af37;
}

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

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

.shade_up_e6f1 strong {
    color: #00ff88;
}

.shade_up_e6f1 span {
    color: #d4af37;
}

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

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

.footer-steel-e899 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.purple-3a83 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.search-soft-67b3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.shade-over-7950 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link_c42f strong {
    color: #00ff88;
}

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

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

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

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

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

.advanced-9b8c {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pink-9fca {
        padding: 30px 15px;
    }
    
    .pink-9fca h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .menu_south_499e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .banner-462c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hidden-9083 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hidden-9083 .description_68b0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hard_1313 {
        font-size: 1.3rem;
    }
    
    .breadcrumb-7a94 {
        font-size: 0.7rem;
    }
    
    .static_d81b {
        flex-direction: column;
        gap: 10px;
    }
    
    .static_d81b .gold_ffdf {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .modal_2f8b {
        display: none;
    }
    
    .action-4a3c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tabs_d6db {
        padding: 20px 10px;
    }
    
    .footer-steel-e899 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress_ca61,
    .under_7fda {
        padding: 15px;
    }
    
    .search-soft-67b3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .shade-over-7950 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .article_pro_6a35 {
        padding: 30px 10px;
    }
    
    .avatar-c173 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .first_72e9 {
        padding: 20px 15px;
    }
    
    .picture-e94a {
        font-size: 2rem;
    }
    
    .first_72e9 h3 {
        font-size: 1.1rem;
    }
    
    .first_72e9 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .notice-f98c {
        padding: 20px 10px;
    }
    
    .tooltip-hard-f442 h2 {
        font-size: 1.3rem;
    }
    
    .top_a24d {
        font-size: 0.9rem;
    }
    
    .main_4cc2 h3 {
        font-size: 1.1rem;
    }
    
    .main_4cc2 p {
        font-size: 0.9rem;
    }
    
    .purple-3d31 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .black_7240 {
        grid-template-columns: 1fr;
    }
    
    .heading_30a4 {
        font-size: 0.85rem;
    }
    
    .focused-f6bc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_bebc {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .status_bebc strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .heading-old-fa62 {
        padding: 30px 10px;
    }
    
    .shade_current_7e4e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .breadcrumb-lower-0ba4 {
        padding: 15px 10px;
    }
    
    .breadcrumb-lower-0ba4 h4 {
        font-size: 0.9rem;
    }
    
    .breadcrumb-lower-0ba4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .disabled_c44d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shade_current_7e4e {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb-lower-0ba4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .aside_lower_7e33 {
        padding: 30px 10px;
    }
    
    .badge-left-658e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .aside_2da3 {
        padding: 15px;
    }
    
    .label_middle_c897 {
        font-size: 0.9rem;
    }
    
    .message-hard-0924 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message-hard-0924 .frame_blue_3b86 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .input-pink-5728 {
        padding: 30px 10px;
    }
    
    .input-pink-5728 h2 {
        font-size: 1.2rem;
    }
    
    .old-605c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail-e492 {
        padding: 15px 10px;
    }
    
    .detail-e492 h4 {
        font-size: 0.85rem;
    }
    
    .detail-e492 p {
        font-size: 0.75rem;
    }
    
    .tertiary_d2b2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .column-ef3d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .widget_a5e7 {
        padding: 20px 10px;
    }
    
    .smooth-9fa1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gradient_tiny_afb4,
    .new-b428,
    .small_9879 {
        width: 100%;
    }
    
    .gradient_tiny_afb4 h3 {
        font-size: 1.1rem;
    }
    
    .gradient_tiny_afb4 p {
        font-size: 0.8rem;
    }
    
    .media_70e9 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .disabled-d7f2 {
        padding: 30px 15px;
    }
    
    .disabled-d7f2 h2 {
        font-size: 1.3rem;
    }
    
    .disabled-d7f2 p {
        font-size: 0.85rem;
    }
    
    .logo-outer-df67 {
        flex-direction: column;
        gap: 10px;
    }
    
    .logo-outer-df67 .gold_ffdf {
        width: 100%;
    }
    
    .message-out-6cc7 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .media-full-0c9b {
        padding: 30px 15px;
    }
    
    .description_static_0d6a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .module-9820 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .content-f231 h4 {
        font-size: 0.9rem;
    }
    
    .content-f231 a {
        font-size: 0.8rem;
    }
    
    .chip-789e {
        font-size: 0.8rem;
    }
    
    .hover_south_e5a6 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .badge_prev_96c7 {
        padding: 8px 10px;
    }
    
    .container-advanced-4fdd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .overlay-e6a6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .container-advanced-4fdd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .overlay-e6a6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b168 */
.ghost-box-h9 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
