/* Inner Page Styles */

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

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

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

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

.gallery-pro-7e93 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.gallery-pro-7e93 .under_4a89 {
    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;
}

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

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

.gallery-pro-7e93 .under_4a89:hover::before {
    left: 100%;
}

.gallery-pro-7e93 .under_4a89:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.shade-dynamic-b90d {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup_light_ab88.fn-active-7260 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item_right_8274 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 */
.media-2d0d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.media-2d0d li {
    margin-bottom: var(--md-spacing-xs);
}

.media-2d0d 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);
}

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

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

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

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

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

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

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

.tooltip_upper_3b27 .gas_8a02:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.static_9125 .gas_8a02:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner_dark_f13a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .banner_dark_f13a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .banner_dark_f13a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gallery-pro-7e93 {
        justify-content: center;
    }
    
    .shade-dynamic-b90d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .search-advanced-2ea8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hard-d551 {
        padding: var(--md-spacing-md) 0;
    }
    
    .basic_2bec {
        padding: var(--md-spacing-md);
    }
    
    .new_db4f {
        padding: var(--md-spacing-md) 0;
    }
    
    .item_right_8274 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .static_9125 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .mask_brown_2d28 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .basic_2bec {
        padding: var(--md-spacing-sm);
    }
    
    .status-dabe {
        padding: var(--md-spacing-md);
    }
    
    .item_right_8274 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.status-dabe,
.item_right_8274,
.static_9125 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.row-2a0d {
    font-size: 1.5rem;
}

.picture_6e66 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .icon-cool-93d1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .focus-mini-a121 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.list-c2a5 {
    padding: 30px 0;
}

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

.hidden-390d {
    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;
}

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

.hidden-390d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.hidden-390d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.accordion-f6c7 strong {
    color: #00ff88;
}

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

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

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

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

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

.gradient-4c3e::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;
}

.down-1a5b {
    text-align: center;
    margin-bottom: 30px;
}

.button-pink-ffad {
    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;
}

.button-pink-ffad.title-c4d8 .section_e13a {
    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); }
}

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

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

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

.widget-pro-2a4d {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-pro-2a4d 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;
}

.widget-pro-2a4d 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);
}

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

.button_fresh_33d4 {
    font-size: 1.2rem;
}

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

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

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

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

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

.accordion_hovered_a1c8.white-dc5b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.accordion_hovered_a1c8.input_next_48b4::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accordion_hovered_a1c8.stale_eee4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.accordion_hovered_a1c8.progress_bf35::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tag_fluid_ee46 {
    font-size: 1.2rem;
}

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

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

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

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

.orange_35c5.status_next_9a87 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.orange_35c5.fn-active-7260 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.component-old-4f21 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.article-green-5fda {
    background: #0a0a0a;
    padding: 60px 0;
}

.smooth-2a99 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.hover-rough-019f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.paper-52b1 {
    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;
}

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

.paper-52b1.bronze_b747 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.pagination_7e14 { border-top: 3px solid #00ccff; }
.south-354e { border-top: 3px solid #00ff88; }
.green-7e5d { border-top: 3px solid #d4af37; }
.surface_8593 { border-top: 3px solid #ff6b6b; }
.active-small-8ddf { border-top: 3px solid #8b5cf6; }

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

.short-cefc {
    overflow-x: auto;
}

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

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

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

.message_hovered_1675 td {
    color: #ccc;
}

.message_hovered_1675 .light-a408 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.message_hovered_1675 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.primary-down-a18e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.panel-small-fc9e {
    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;
}

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

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

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

.search-07eb p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.down-fa99 {
    font-size: 2rem;
}

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

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

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

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

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

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

.popup-tiny-211c {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

.title-5bf0 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.sort-small-0ca5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.caption_c9a3 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.out-9086 .frame_first_c12d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.huge-574c {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.huge-574c span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.heading-4c8a span {
    color: #666;
    font-size: 0.8rem;
}

.heading-4c8a a {
    color: #ff6b6b;
}

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

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

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

.clean_f5f7 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.feature-north-2473 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .motion-537a {
        flex-direction: column;
    }
    .image_35ea {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.fixed_6b06 .picture_easy_d739 {
    color: #666;
    margin: 0 8px;
}

.fixed_6b06 .selected-ede3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.overlay-0dff {
    font-size: 2rem;
}

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

.thumbnail_fixed_9385 strong {
    color: #d4af37;
}

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

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

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

.hero_c902 h3,
.slow-6f57 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.tertiary-440d {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.thumbnail-66dc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.shadow_first_c9d4 strong {
    color: #00ff88;
}

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

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

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

.media-rough-32b3 h3,
.bottom-11d8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.media-hard-73b7 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.media-hard-73b7 summary::-webkit-details-marker {
    display: none;
}

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

.card-warm-c82b {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.basic-4690 strong {
    color: #d4af37;
}

.pagination_dd49 {
    color: #aaa;
}

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

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

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

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

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

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

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

.description-upper-b9d2:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-419d strong {
    color: #d4af37;
}

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

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

.tooltip_aa80 strong {
    color: #00ff88;
}

.tooltip_aa80 span {
    color: #d4af37;
}

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

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

.carousel-slow-7318 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.component-prev-13cf {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.media-next-180b {
    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;
}

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

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

.iron-053a strong {
    color: #00ff88;
}

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

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

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

.accent-yellow-e5de {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .accent-yellow-e5de {
        flex-direction: column;
    }
    
    .notification-cbf8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.breadcrumb-large-267b {
    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;
}

.breadcrumb-large-267b: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) {
    .breadcrumb-large-267b {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .breadcrumb-large-267b {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notice_hot_1bb3 {
        padding: 30px 15px;
    }
    
    .notice_hot_1bb3 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .paragraph_7480 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .modal_3ee3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus-wide-47c6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus-wide-47c6 .backdrop-small-f78e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .large-4431 {
        font-size: 1.3rem;
    }
    
    .aside_54e4 {
        font-size: 0.7rem;
    }
    
    .disabled_1e76 {
        flex-direction: column;
        gap: 10px;
    }
    
    .disabled_1e76 .gas_8a02 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .backdrop-c4ad {
        display: none;
    }
    
    .slider-efda {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .inner-7154 {
        padding: 20px 10px;
    }
    
    .carousel-slow-7318 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .brown-07ec,
    .shadow-yellow-db39 {
        padding: 15px;
    }
    
    .box_5723 {
        flex-direction: column;
        gap: 5px;
    }
    
    .paragraph-1197 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tag-f234 {
        padding: 30px 10px;
    }
    
    .hard-14f3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .west-0e24 {
        padding: 20px 15px;
    }
    
    .medium_f070 {
        font-size: 2rem;
    }
    
    .west-0e24 h3 {
        font-size: 1.1rem;
    }
    
    .west-0e24 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .image_fluid_0f6b {
        padding: 20px 10px;
    }
    
    .paragraph_orange_adf2 h2 {
        font-size: 1.3rem;
    }
    
    .wood-9f95 {
        font-size: 0.9rem;
    }
    
    .description-upper-b9d2 h3 {
        font-size: 1.1rem;
    }
    
    .description-upper-b9d2 p {
        font-size: 0.9rem;
    }
    
    .wrapper_light_66c1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active_e5e2 {
        grid-template-columns: 1fr;
    }
    
    .accent-419d {
        font-size: 0.85rem;
    }
    
    .wrapper_db45 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media_f456 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .media_f456 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .box-fluid-280a {
        padding: 30px 10px;
    }
    
    .basic-7d4f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-2f95 {
        padding: 15px 10px;
    }
    
    .filter-2f95 h4 {
        font-size: 0.9rem;
    }
    
    .filter-2f95 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .module_right_4a71 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .basic-7d4f {
        grid-template-columns: 1fr;
    }
    
    .filter-2f95 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dark-cf86 {
        padding: 30px 10px;
    }
    
    .widget_9a78 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gas-a827 {
        padding: 15px;
    }
    
    .content-d495 {
        font-size: 0.9rem;
    }
    
    .red-b20a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .red-b20a .tiny-b20a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .widget-2456 {
        padding: 30px 10px;
    }
    
    .widget-2456 h2 {
        font-size: 1.2rem;
    }
    
    .filter-simple-d8dc {
        gap: 10px;
    }
    
    .text_middle_e580 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .text_middle_e580 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .message_97a3 {
        padding: 30px 10px;
    }
    
    .message_97a3 h2 {
        font-size: 1.2rem;
    }
    
    .element_left_5a02 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fast-3581 {
        padding: 15px 10px;
    }
    
    .fast-3581 h4 {
        font-size: 0.85rem;
    }
    
    .fast-3581 p {
        font-size: 0.75rem;
    }
    
    .thumbnail-69c1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hot-3c35 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hero_45dd {
        padding: 20px 10px;
    }
    
    .outer-8a12 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tooltip_narrow_84f7,
    .huge-574c,
    .heading-4c8a {
        width: 100%;
    }
    
    .tooltip_narrow_84f7 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_narrow_84f7 p {
        font-size: 0.8rem;
    }
    
    .solid-1640 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hidden-02dd {
        padding: 30px 15px;
    }
    
    .hidden-02dd h2 {
        font-size: 1.3rem;
    }
    
    .hidden-02dd p {
        font-size: 0.85rem;
    }
    
    .mini_511d {
        flex-direction: column;
        gap: 10px;
    }
    
    .mini_511d .gas_8a02 {
        width: 100%;
    }
    
    .active_dae2 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .box-fast-ed81 {
        padding: 30px 10px;
    }
    
    .box-fast-ed81 h3 {
        font-size: 1.2rem;
    }
    
    .medium-46d9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static_9125 {
        padding: 15px 10px;
    }
    
    .static_9125 h4 {
        font-size: 0.85rem;
    }
    
    .static_9125 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .link-5b7b {
        padding: 30px 15px;
    }
    
    .layout-south-2fa3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .old_12de {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .simple-6d34 h4 {
        font-size: 0.9rem;
    }
    
    .simple-6d34 a {
        font-size: 0.8rem;
    }
    
    .west-65fb {
        font-size: 0.8rem;
    }
    
    .slider-right-53ac p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hover-narrow-8e77 {
        padding: 8px 10px;
    }
    
    .under-8b01 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .bright-1b8e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .under-8b01 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .bright-1b8e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2855 */
.phantom-card-a0 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
