/* Inner Page Styles */

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

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

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

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

.modal-full-13ce {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.modal-full-13ce .gallery-thick-eaa1 {
    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;
}

.modal-full-13ce .gallery-thick-eaa1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.modal-full-13ce .gallery-thick-eaa1:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.modal-full-13ce .gallery-thick-eaa1:hover::before {
    left: 100%;
}

.modal-full-13ce .gallery-thick-eaa1:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.message-east-1d71 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_015b.fn-active-1a9d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-black-9814 {
    padding: var(--md-spacing-md) 0;
}

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

.sort_basic_8bef 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 */
.banner-glass-c5bf {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-glass-c5bf li {
    margin-bottom: var(--md-spacing-xs);
}

.banner-glass-c5bf 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);
}

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

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

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

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

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

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

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

.message_down_ecfe .alert_bright_d084:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.avatar-east-5c3f {
    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);
}

.avatar-east-5c3f:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.chip_hard_f688 .alert_bright_d084:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .secondary_motion_7b17 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .secondary_motion_7b17 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .secondary_motion_7b17 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .modal-full-13ce {
        justify-content: center;
    }
    
    .message-east-1d71 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .steel-16dc {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .gradient-silver-e948 {
        padding: var(--md-spacing-md) 0;
    }
    
    .info_ab83 {
        padding: var(--md-spacing-md);
    }
    
    .dim-7822 {
        padding: var(--md-spacing-md) 0;
    }
    
    .sort_basic_8bef {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .chip_hard_f688 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dropdown-95f4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .info_ab83 {
        padding: var(--md-spacing-sm);
    }
    
    .popup_pro_16d0 {
        padding: var(--md-spacing-md);
    }
    
    .sort_basic_8bef {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.popup_pro_16d0,
.sort_basic_8bef,
.chip_hard_f688 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.rough-167d::-webkit-scrollbar {
    width: 8px;
}

.rough-167d::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.primary-smooth-45f8 {
    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);
}

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

.north_1b76 {
    font-size: 1.5rem;
}

.hovered-33d1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selected_9f48 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.container-6290.section_6a61 .layout-fast-cfc8 {
    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); }
}

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

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

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

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

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

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

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

.item-east-5e6d {
    font-size: 1.2rem;
}

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

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

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

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

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

.tag-a9ad.hot_438a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tag-a9ad.input_last_5071::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag-a9ad.main_out_f816::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tag-a9ad.plasma-34d2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tabs-fluid-219d {
    font-size: 1.2rem;
}

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

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

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

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

.upper-1bc6.modal-1a4c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.upper-1bc6.fn-active-1a9d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.glass-ebbb.hover-64f1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.basic-88ab { border-top: 3px solid #00ccff; }
.top-96ce { border-top: 3px solid #00ff88; }
.easy_c9cc { border-top: 3px solid #d4af37; }
.grid_218d { border-top: 3px solid #ff6b6b; }
.next_8ae8 { border-top: 3px solid #8b5cf6; }

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

.shadow-last-4211 {
    overflow-x: auto;
}

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

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

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

.advanced-bec4 td {
    color: #ccc;
}

.advanced-bec4 .basic_71e9 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.short-63ce {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.header-dark-44f6 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.picture-938a {
    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;
}

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

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

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

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

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

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

.shadow_b48c {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-new-180b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.glass-5877 {
    font-size: 1.5rem;
}

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

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

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

.tabs-left-8f5d {
    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;
}

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

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

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

.icon-0367 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.carousel-689f .input_1b45 {
    margin-bottom: 10px;
}

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

.carousel-689f strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.panel-7ca1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.container-outer-89af h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.container-outer-89af p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.nav-1be5 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.logo-7cbb {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.form-easy-2ee0 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.left-4b28 {
    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;
}

.form-easy-2ee0 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.chip_4ce0 a {
    color: #ff6b6b;
}

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

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

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

.hidden-f8ae {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.stone-5a40 {
    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;
}

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

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

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

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

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

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

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

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

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

.active-da27.hover-64f1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.nav-under-1fc8 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .hard-b10f {
        flex-direction: column;
    }
    .under-662f {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.component-b420 .shade_4ba4 {
    color: #666;
    margin: 0 8px;
}

.component-b420 .container_0bde {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.stale-7485 {
    font-size: 2rem;
}

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

.pink-3d15 strong {
    color: #d4af37;
}

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

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

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

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

.heading-middle-3aa4 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.aside-over-eaf8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.disabled_01ad strong {
    color: #00ff88;
}

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

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

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

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

.image-164e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.widget-stone-d365 strong {
    color: #d4af37;
}

.hot_b485 {
    color: #aaa;
}

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

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

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

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

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

.table-top-1f74 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-light-e6c2 {
    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;
}

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

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

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

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

.main_over_be09 strong {
    color: #d4af37;
}

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

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

.disabled_52b1 strong {
    color: #00ff88;
}

.disabled_52b1 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-362b {
    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);
}

.texture-985e {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-selected-75d0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-selected-75d0 li {
    margin-bottom: 5px;
}

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

.block-selected-75d0 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.pattern_31f2 strong {
    color: #00ff88;
}

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

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

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

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

.hard-5f39 {
    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;
}

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

.logo-7cbb {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .shade-a12e {
        flex-direction: column;
    }
    
    .hard-5f39 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .caption-15b6 {
        padding: 30px 15px;
    }
    
    .caption-15b6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .top_5e33 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .section-yellow-a935 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .grid-action-6673 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .grid-action-6673 .background-rough-1473 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .dim_632b {
        font-size: 1.3rem;
    }
    
    .over-8bda {
        font-size: 0.7rem;
    }
    
    .hovered-199e {
        flex-direction: column;
        gap: 10px;
    }
    
    .hovered-199e .alert_bright_d084 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .modal_d3e8 {
        display: none;
    }
    
    .orange-67c8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .active-copper-4bb5 {
        padding: 20px 10px;
    }
    
    .texture_6e8a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .badge-0932,
    .column-f0b5 {
        padding: 15px;
    }
    
    .hot_0c59 {
        flex-direction: column;
        gap: 5px;
    }
    
    .carousel-362b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .feature-in-f360 {
        padding: 30px 10px;
    }
    
    .layout_cold_0a90 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fast_de66 {
        padding: 20px 15px;
    }
    
    .video-bd38 {
        font-size: 2rem;
    }
    
    .fast_de66 h3 {
        font-size: 1.1rem;
    }
    
    .fast_de66 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .title-f9f3 {
        padding: 20px 10px;
    }
    
    .gallery_wide_6967 h2 {
        font-size: 1.3rem;
    }
    
    .liquid_df7d {
        font-size: 0.9rem;
    }
    
    .dim_d802 h3 {
        font-size: 1.1rem;
    }
    
    .dim_d802 p {
        font-size: 0.9rem;
    }
    
    .stale_597b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .in-7d53 {
        grid-template-columns: 1fr;
    }
    
    .main_over_be09 {
        font-size: 0.85rem;
    }
    
    .iron_b4a7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .breadcrumb-light-e6c2 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .breadcrumb-light-e6c2 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dirty_e7f8 {
        padding: 30px 10px;
    }
    
    .up-ac1e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .module-dirty-b5c1 {
        padding: 15px 10px;
    }
    
    .module-dirty-b5c1 h4 {
        font-size: 0.9rem;
    }
    
    .module-dirty-b5c1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .progress-up-d56b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .up-ac1e {
        grid-template-columns: 1fr;
    }
    
    .module-dirty-b5c1 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .accordion-7ebe {
        padding: 30px 10px;
    }
    
    .brown_0d50 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .inner_3877 {
        padding: 15px;
    }
    
    .notification_fa62 {
        font-size: 0.9rem;
    }
    
    .shade-stone-3252 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shade-stone-3252 .motion-6f49 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .sidebar-motion-c787 {
        padding: 30px 10px;
    }
    
    .sidebar-motion-c787 h2 {
        font-size: 1.2rem;
    }
    
    .stale-14a1 {
        gap: 10px;
    }
    
    .list_brown_095d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .list_brown_095d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .sort-e19c {
        padding: 30px 10px;
    }
    
    .sort-e19c h2 {
        font-size: 1.2rem;
    }
    
    .backdrop-plasma-c5a2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pressed_2116 {
        padding: 15px 10px;
    }
    
    .pressed_2116 h4 {
        font-size: 0.85rem;
    }
    
    .pressed_2116 p {
        font-size: 0.75rem;
    }
    
    .article_94a9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .carousel-left-9c69 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .under-8c1f {
        padding: 20px 10px;
    }
    
    .column_current_c2ee {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .shadow-cold-c528,
    .form-easy-2ee0,
    .chip_4ce0 {
        width: 100%;
    }
    
    .shadow-cold-c528 h3 {
        font-size: 1.1rem;
    }
    
    .shadow-cold-c528 p {
        font-size: 0.8rem;
    }
    
    .left-4b28 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .dark-a43f {
        padding: 30px 15px;
    }
    
    .dark-a43f h2 {
        font-size: 1.3rem;
    }
    
    .dark-a43f p {
        font-size: 0.85rem;
    }
    
    .image-complex-282a {
        flex-direction: column;
        gap: 10px;
    }
    
    .image-complex-282a .alert_bright_d084 {
        width: 100%;
    }
    
    .blue_89cf {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .upper_d4f6 {
        padding: 30px 15px;
    }
    
    .tabs_clean_a5a3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .primary_99fb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .next_00ea h4 {
        font-size: 0.9rem;
    }
    
    .next_00ea a {
        font-size: 0.8rem;
    }
    
    .steel_4357 {
        font-size: 0.8rem;
    }
    
    .backdrop-f7b4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .yellow-455f {
        padding: 8px 10px;
    }
    
    .white_167a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .clean-8492 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .white_167a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean-8492 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9f1b */
.shadow-element-r2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
