/* Inner Page Styles */

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

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

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

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

.hero-0c46 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hero-0c46 .block_fluid_8216 {
    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;
}

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

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

.hero-0c46 .block_fluid_8216:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.west_ecc1.fn-active-355c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.card-north-8d7f {
    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;
}

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

.card-north-8d7f:hover::before {
    left: 100%;
}

.card-north-8d7f 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;
}

.card-north-8d7f 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;
}

.card-north-8d7f .disabled-last-9830 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.card-north-8d7f .disabled-last-9830:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.tag_e3ea .disabled-last-9830 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tag_e3ea .disabled-last-9830:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sort_7ddc {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .sort_7ddc h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .sort_7ddc h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hero-0c46 {
        justify-content: center;
    }
    
    .caption_new_2f69 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .smooth_d382 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .header-237b {
        padding: var(--md-spacing-md) 0;
    }
    
    .icon-4132 {
        padding: var(--md-spacing-md);
    }
    
    .thumbnail_pressed_d04e {
        padding: var(--md-spacing-md) 0;
    }
    
    .current-c1df {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tag_e3ea {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gas-53fb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .icon-4132 {
        padding: var(--md-spacing-sm);
    }
    
    .west-0645 {
        padding: var(--md-spacing-md);
    }
    
    .current-c1df {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.west-0645,
.current-c1df,
.tag_e3ea {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.accent_steel_9f7f {
    font-size: 1.5rem;
}

.center_4388 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.active-huge-74eb {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail_590c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.list_0189.description_dim_776a .chip-ad11 {
    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); }
}

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

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

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

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

.status-12cb 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;
}

.status-12cb 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);
}

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

.container-5a26 {
    font-size: 1.2rem;
}

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

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

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

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

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

.wrapper_5269.sort-247a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.wrapper_5269.tall-8636::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wrapper_5269.upper-7752::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.wrapper_5269.avatar-ed94::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pressed_7bc9 {
    font-size: 1.2rem;
}

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

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

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

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

.center_b09d.accent-outer-a6c3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.center_b09d.fn-active-355c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture_selected_bc1a { border-top: 3px solid #00ccff; }
.upper-c621 { border-top: 3px solid #00ff88; }
.tabs_plasma_3dbb { border-top: 3px solid #d4af37; }
.nav-57e2 { border-top: 3px solid #ff6b6b; }
.action-a5f5 { border-top: 3px solid #8b5cf6; }

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

.footer_motion_0002 {
    overflow-x: auto;
}

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

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

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

.badge-3b38 td {
    color: #ccc;
}

.badge-3b38 .form-aa84 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.badge-3b38 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro_22b1 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.label-east-7e3c {
    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;
}

.label-east-7e3c::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);
}

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

.label-east-7e3c h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.label-east-7e3c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.badge-a000 {
    font-size: 1.5rem;
}

.action-5c3d {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.footer-d423 strong {
    color: #fff;
    display: block;
}

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

.element-up-dab9 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.form_selected_0a36 .summary-static-c667 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.module-5b48 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.carousel-66f2 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.action-9d3b {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.up-9d4f {
    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;
}

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

.feature-huge-56fc p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.feature-huge-56fc span {
    color: #666;
    font-size: 0.8rem;
}

.feature-huge-56fc a {
    color: #ff6b6b;
}

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

.progress-medium-e9e0 {
    max-width: 800px;
    margin: 0 auto;
}

.input-smooth-6cb4 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.section_569d {
    text-align: center;
}

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

.section_569d .warm-10fe {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.progress-medium-e9e0 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.accent-inner-0d7c {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-motion-a79e {
    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;
}

.wrapper-motion-a79e.layout_red_3178 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.widget-fluid-de9e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .glass-02be {
        flex-direction: column;
    }
    .surface-a60c {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.notice-under-681a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.text-easy-2c73 .pagination_80d3 {
    color: #666;
    margin: 0 8px;
}

.text-easy-2c73 .focus-92c2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.status-c029 {
    font-size: 2rem;
}

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

.form_old_3088 strong {
    color: #d4af37;
}

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

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

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

.gallery-e440 h3,
.media-rough-c35b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.feature-red-19a7 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.gallery-hard-99f3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.disabled_mini_c4ee strong {
    color: #00ff88;
}

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

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

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

.icon-lower-eca2 h3,
.basic-13bc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.surface-7a81 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.orange_448f strong {
    color: #d4af37;
}

.info-south-32d7 {
    color: #aaa;
}

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

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

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

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

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

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

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

.background-blue-b3a6:last-child {
    border-bottom: none;
}

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

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

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

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

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

.form-e3c4 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;
}

.form-e3c4 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.easy_d1ef strong {
    color: #d4af37;
}

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

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

.row-7998 strong {
    color: #00ff88;
}

.row-7998 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.preview-gold-9702 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.first-23a1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-ad6d li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.wide_715c {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

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

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

.steel_b02a strong {
    color: #00ff88;
}

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

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

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

.item-fresh-2ea0 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.action-9d3b {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .item-fresh-2ea0 {
        flex-direction: column;
    }
    
    .gas_d084 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .text_e796 {
        padding: 30px 15px;
    }
    
    .text_e796 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .progress_steel_fd37 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .video-3d04 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .simple_f80f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .simple_f80f .frame-inner-b2e7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pagination_0767 {
        font-size: 1.3rem;
    }
    
    .block-c036 {
        font-size: 0.7rem;
    }
    
    .hovered-e53b {
        flex-direction: column;
        gap: 10px;
    }
    
    .hovered-e53b .disabled-last-9830 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .upper_015b {
        display: none;
    }
    
    .primary_15a4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .button-south-cdfb {
        padding: 20px 10px;
    }
    
    .image_ed3b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo_9be2,
    .label_b2a3 {
        padding: 15px;
    }
    
    .first-23a1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .picture_24e8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tall_659b {
        padding: 30px 10px;
    }
    
    .north_8f7f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid-e2c1 {
        padding: 20px 15px;
    }
    
    .message-small-b079 {
        font-size: 2rem;
    }
    
    .liquid-e2c1 h3 {
        font-size: 1.1rem;
    }
    
    .liquid-e2c1 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .component_blue_ff53 {
        padding: 20px 10px;
    }
    
    .column_6a62 h2 {
        font-size: 1.3rem;
    }
    
    .solid_7514 {
        font-size: 0.9rem;
    }
    
    .background-blue-b3a6 h3 {
        font-size: 1.1rem;
    }
    
    .background-blue-b3a6 p {
        font-size: 0.9rem;
    }
    
    .form-e3c4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .advanced_d6b8 {
        grid-template-columns: 1fr;
    }
    
    .easy_d1ef {
        font-size: 0.85rem;
    }
    
    .copper_1334 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pro-cb64 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pro-cb64 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hidden-a908 {
        padding: 30px 10px;
    }
    
    .highlight_thick_a06d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box-silver-8145 {
        padding: 15px 10px;
    }
    
    .box-silver-8145 h4 {
        font-size: 0.9rem;
    }
    
    .box-silver-8145 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gradient-lite-ed1a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .highlight_thick_a06d {
        grid-template-columns: 1fr;
    }
    
    .box-silver-8145 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tertiary-585f {
        padding: 30px 10px;
    }
    
    .dark_0ba8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tag_8b25 {
        padding: 15px;
    }
    
    .message-8db7 {
        font-size: 0.9rem;
    }
    
    .active_inner_2273 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .active_inner_2273 .gradient_9621 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .smooth_f93d {
        padding: 30px 10px;
    }
    
    .smooth_f93d h2 {
        font-size: 1.2rem;
    }
    
    .description-silver-8b27 {
        gap: 10px;
    }
    
    .summary-bfeb summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .summary-bfeb p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .input_2038 {
        padding: 30px 10px;
    }
    
    .input_2038 h2 {
        font-size: 1.2rem;
    }
    
    .primary-advanced-b821 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .texture-8ab2 {
        padding: 15px 10px;
    }
    
    .texture-8ab2 h4 {
        font-size: 0.85rem;
    }
    
    .texture-8ab2 p {
        font-size: 0.75rem;
    }
    
    .table_orange_738b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .panel_full_b1de {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .disabled-6b71 {
        padding: 20px 10px;
    }
    
    .main-focused-e975 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .down_035f,
    .fluid_9369,
    .feature-huge-56fc {
        width: 100%;
    }
    
    .down_035f h3 {
        font-size: 1.1rem;
    }
    
    .down_035f p {
        font-size: 0.8rem;
    }
    
    .up-9d4f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .content-gold-2f8e {
        padding: 30px 15px;
    }
    
    .content-gold-2f8e h2 {
        font-size: 1.3rem;
    }
    
    .content-gold-2f8e p {
        font-size: 0.85rem;
    }
    
    .green_4851 {
        flex-direction: column;
        gap: 10px;
    }
    
    .green_4851 .disabled-last-9830 {
        width: 100%;
    }
    
    .shadow_red_f141 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .dropdown_7c2d {
        padding: 30px 15px;
    }
    
    .menu-east-b313 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hard_6802 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .button-b391 h4 {
        font-size: 0.9rem;
    }
    
    .button-b391 a {
        font-size: 0.8rem;
    }
    
    .nav_f60e {
        font-size: 0.8rem;
    }
    
    .container-dae9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .border_ac17 {
        padding: 8px 10px;
    }
    
    .complex-a8f1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .wrapper_soft_e2e6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .complex-a8f1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .wrapper_soft_e2e6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6323 */
.promo-block-e1 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
