/* Inner Page Styles */

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

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

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

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

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

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

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

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

.warm_246e .iron_b0b3:hover::before {
    left: 100%;
}

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

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

.link-0abc {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-e237.fn-active-d70a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-8f78 {
    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%;
}

.old-8f78 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 */
.caption_pressed_6494 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.avatar-782d:hover::before {
    left: 100%;
}

.avatar-782d 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;
}

.avatar-782d 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;
}

.avatar-782d .gradient-action-b502 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.avatar-782d .gradient-action-b502:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hover-green-5502 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.element_9c7b .gradient-action-b502 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.element_9c7b .gradient-action-b502:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pattern_4c60 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pattern_4c60 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pattern_4c60 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .warm_246e {
        justify-content: center;
    }
    
    .link-0abc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .form-02ff {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .easy_ce2b {
        padding: var(--md-spacing-md) 0;
    }
    
    .highlight_cool_940b {
        padding: var(--md-spacing-md);
    }
    
    .middle_1018 {
        padding: var(--md-spacing-md) 0;
    }
    
    .old-8f78 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .element_9c7b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .modal-2c43 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .highlight_cool_940b {
        padding: var(--md-spacing-sm);
    }
    
    .up-2a46 {
        padding: var(--md-spacing-md);
    }
    
    .old-8f78 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.up-2a46,
.old-8f78,
.element_9c7b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.frame-42dc::-webkit-scrollbar {
    width: 8px;
}

.frame-42dc::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.item-d982 {
    font-size: 1.5rem;
}

.summary-d601 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .iron-3eb3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .preview-8018 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.highlight-west-2e5a {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.item_action_2ad2 strong {
    color: #00ff88;
}

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

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

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

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

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

.breadcrumb-right-5495::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;
}

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

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

.table_basic_82d2.current_bf81 .next-2126 {
    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); }
}

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

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

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

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

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

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

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

.large_2501 {
    font-size: 1.2rem;
}

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

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

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

.component-center-b417 {
    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;
}

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

.component-center-b417.content_ce0d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.component-center-b417.badge_623c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.component-center-b417.list-medium-5547::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.component-center-b417.hard_2ab4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tooltip-91f8 {
    font-size: 1.2rem;
}

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

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

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

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

.progress_soft_4f07.under-dc78 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress_soft_4f07.fn-active-d70a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.secondary-08f5 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-a7aa { border-top: 3px solid #00ccff; }
.yellow_0d80 { border-top: 3px solid #00ff88; }
.badge_805c { border-top: 3px solid #d4af37; }
.south_a065 { border-top: 3px solid #ff6b6b; }
.container_019d { border-top: 3px solid #8b5cf6; }

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

.info_31de {
    overflow-x: auto;
}

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

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

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

.table-silver-02f9 td {
    color: #ccc;
}

.table-silver-02f9 .input_d019 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.table-silver-02f9 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-hard-4305 {
    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;
}

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

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

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

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

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

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

.text-ac2f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.menu-middle-b79c {
    background: #0a0a0a;
    padding: 60px 0;
}

.gallery-6da0 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.video-c428 {
    font-size: 1.5rem;
}

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

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

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

.secondary-current-f56d {
    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;
}

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

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

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

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

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

.static-3b89 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.tertiary_in_dc83 .orange_059a {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.modal-paper-cc56 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.section-hot-8763 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.active-right-0d05 span {
    color: #666;
    font-size: 0.8rem;
}

.active-right-0d05 a {
    color: #ff6b6b;
}

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

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

.module-paper-6fb3 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.active_south_e0dc {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-glass-5a2b {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .search-0fee {
        flex-direction: column;
    }
    .up-a56c {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.video-963e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.message-south-145a .tag_plasma_e6fc {
    color: #666;
    margin: 0 8px;
}

.message-south-145a .feature-7222 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.component-medium-076d {
    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;
}

.row_tall_d4a8 {
    font-size: 2rem;
}

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

.primary_current_4ada strong {
    color: #d4af37;
}

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

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

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

.tabs_7c2d h3,
.icon-east-9e74 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.footer-south-142e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.bright_1f01 strong {
    color: #00ff88;
}

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

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

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

.iron-2541 h3,
.image-steel-e842 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.container-c99f strong {
    color: #d4af37;
}

.filter-active-a678 {
    color: #aaa;
}

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

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

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

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

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

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

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

.dynamic-34bf:last-child {
    border-bottom: none;
}

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

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

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

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

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

.block-fccf 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;
}

.block-fccf li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.paragraph_up_5554 strong {
    color: #d4af37;
}

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

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

.yellow_33b0 strong {
    color: #00ff88;
}

.yellow_33b0 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.container-4e35 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .thumbnail-rough-3b73 {
        grid-template-columns: 1fr;
    }
}

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

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

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

.gallery-acb9 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.info-fc20 strong {
    color: #00ff88;
}

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

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

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

.chip-7cc5 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.section-hot-8763 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .chip-7cc5 {
        flex-direction: column;
    }
    
    .shade-fe77 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .row_selected_27c6 {
        padding: 30px 15px;
    }
    
    .row_selected_27c6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .cool-4dca {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .stone-8a97 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .media_0051 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media_0051 .pink_171a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .column_f397 {
        font-size: 1.3rem;
    }
    
    .accent-active-aefd {
        font-size: 0.7rem;
    }
    
    .light-696a {
        flex-direction: column;
        gap: 10px;
    }
    
    .light-696a .gradient-action-b502 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .background-b21d {
        display: none;
    }
    
    .new_4c27 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gallery-short-3d42 {
        padding: 20px 10px;
    }
    
    .center_1311 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .aside_cd30,
    .disabled_prev_35cd {
        padding: 15px;
    }
    
    .video_simple_f18c {
        flex-direction: column;
        gap: 5px;
    }
    
    .tabs_west_7755 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .layout_b3ae {
        padding: 30px 10px;
    }
    
    .chip_1029 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .full-7fd8 {
        padding: 20px 15px;
    }
    
    .paper-8cf3 {
        font-size: 2rem;
    }
    
    .full-7fd8 h3 {
        font-size: 1.1rem;
    }
    
    .full-7fd8 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .solid-379a {
        padding: 20px 5px;
    }
    
    .solid-379a h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .glass_99e0 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .table-silver-02f9 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .table-silver-02f9 th,
    .table-silver-02f9 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .footer-wide-e885 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .border-2b81 {
        padding: 20px 10px;
    }
    
    .pagination_5bf6 h2 {
        font-size: 1.3rem;
    }
    
    .title_32fa {
        font-size: 0.9rem;
    }
    
    .dynamic-34bf h3 {
        font-size: 1.1rem;
    }
    
    .dynamic-34bf p {
        font-size: 0.9rem;
    }
    
    .block-fccf li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .dark-a094 {
        grid-template-columns: 1fr;
    }
    
    .paragraph_up_5554 {
        font-size: 0.85rem;
    }
    
    .gold_7c8b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-abf0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paragraph-abf0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .orange_a152 {
        padding: 30px 10px;
    }
    
    .up_2607 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border-6781 {
        padding: 15px 10px;
    }
    
    .border-6781 h4 {
        font-size: 0.9rem;
    }
    
    .border-6781 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .search-c623 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .logo_tiny_ea95 {
        padding: 30px 10px;
    }
    
    .hot_1315 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focus-b964 {
        padding: 15px;
    }
    
    .texture_d473 {
        font-size: 0.9rem;
    }
    
    .glass_9995 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .glass_9995 .west-22bb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .header-c5f0 {
        padding: 30px 10px;
    }
    
    .header-c5f0 h2 {
        font-size: 1.2rem;
    }
    
    .selected-bf74 {
        gap: 10px;
    }
    
    .tooltip-b6b2 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tooltip-b6b2 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .shadow_outer_82d8 {
        padding: 30px 10px;
    }
    
    .shadow_outer_82d8 h2 {
        font-size: 1.2rem;
    }
    
    .in_ebe2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_f93d {
        padding: 15px 10px;
    }
    
    .description_f93d h4 {
        font-size: 0.85rem;
    }
    
    .description_f93d p {
        font-size: 0.75rem;
    }
    
    .white-49df {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .status_0a35 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .item_clean_90e3 {
        padding: 20px 10px;
    }
    
    .link-3b4e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .logo-pro-becc,
    .link_wood_2f7c,
    .active-right-0d05 {
        width: 100%;
    }
    
    .logo-pro-becc h3 {
        font-size: 1.1rem;
    }
    
    .logo-pro-becc p {
        font-size: 0.8rem;
    }
    
    .accordion_lite_13a0 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .info_8cd0 {
        padding: 30px 15px;
    }
    
    .info_8cd0 h2 {
        font-size: 1.3rem;
    }
    
    .info_8cd0 p {
        font-size: 0.85rem;
    }
    
    .tabs-6b25 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tabs-6b25 .gradient-action-b502 {
        width: 100%;
    }
    
    .silver_235c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .action-72d4 {
        padding: 30px 15px;
    }
    
    .tooltip_1f0c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .aside_a41b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .footer-next-ba9d h4 {
        font-size: 0.9rem;
    }
    
    .footer-next-ba9d a {
        font-size: 0.8rem;
    }
    
    .card_6370 {
        font-size: 0.8rem;
    }
    
    .shade-right-d300 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .badge-719b {
        padding: 8px 10px;
    }
    
    .wide-9183 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .wrapper_first_7886 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wide-9183 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .wrapper_first_7886 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 72e5 */
.widget-item-s8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
