/* Inner Page Styles */

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

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

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

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

.notification-solid-3ece {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.notification-solid-3ece .description_0bb1 {
    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;
}

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

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

.notification-solid-3ece .description_0bb1:hover::before {
    left: 100%;
}

.notification-solid-3ece .description_0bb1:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.popup-dirty-62a3 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.gradient-black-806d {
    color: var(--casino-gold-light);
}

.gradient-black-806d a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.gradient-black-806d a:hover {
    color: var(--casino-gold-light);
}

.gradient-black-806d.fn-active-27de {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.warm-b558 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 */
.last-5880 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.focus_4bf2 .south-3b2f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.focus_4bf2 .south-3b2f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.tooltip-east-f4ce {
    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);
}

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

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

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

.tag-0ee0 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

.tag-0ee0 .south-3b2f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tag-0ee0 .south-3b2f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-7f39 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .form-7f39 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .form-7f39 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .notification-solid-3ece {
        justify-content: center;
    }
    
    .popup-dirty-62a3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .border-new-5bd3 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .first-5b30 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hidden_b7ae {
        padding: var(--md-spacing-md);
    }
    
    .highlight_48a3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .warm-b558 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tag-0ee0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .overlay_6a23 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hidden_b7ae {
        padding: var(--md-spacing-sm);
    }
    
    .message_gas_e178 {
        padding: var(--md-spacing-md);
    }
    
    .warm-b558 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.message_gas_e178,
.warm-b558,
.tag-0ee0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.module-medium-13eb {
    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);
}

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

.popup_up_309c {
    font-size: 1.5rem;
}

.bronze_e588 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.tertiary-white-1558 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.image_d066 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.search-stale-d561 {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-down-5b70 {
    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;
}

.gallery-down-5b70.panel_soft_f8d0 .avatar-d3a6 {
    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); }
}

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

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

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

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

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

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

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

.block_6402 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .widget-silver-9b64 {
        grid-template-columns: 1fr;
    }
}

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

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

.icon-ce8f.avatar_lite_0292::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.icon-ce8f.mask_baa0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.icon-ce8f.focus_hard_e7a6::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.icon-ce8f.next-edf8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.video-yellow-f88b {
    font-size: 1.2rem;
}

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

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

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

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

.over-845b.dark-1630 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.over-845b.fn-active-27de { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.thumbnail-6f92 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.icon-up-b414 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.title-7103 { border-top: 3px solid #00ccff; }
.gallery-upper-5d2e { border-top: 3px solid #00ff88; }
.fluid_a119 { border-top: 3px solid #d4af37; }
.texture_dim_2bb3 { border-top: 3px solid #ff6b6b; }
.advanced_3e4c { border-top: 3px solid #8b5cf6; }

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

.component-large-6069 {
    overflow-x: auto;
}

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

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

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

.hard_0787 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-orange-1c77 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.gallery-orange-1c77 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.bronze_a8f8 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.aside-right-5696 {
    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;
}

.aside-right-5696::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);
}

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

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

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

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

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

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

.summary_3129 {
    font-size: 1.5rem;
}

.notification-09cf {
    color: #888;
    font-size: 0.9rem;
}

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

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

.nav-rough-5375 {
    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;
}

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

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

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

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

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

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

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

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

.basic_e0c8 .steel-aa2a {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.border-slow-b519 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-medium-50a2 {
    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;
}

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

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

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

.rough-d50a a {
    color: #ff6b6b;
}

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

.link-narrow-1e79 {
    max-width: 800px;
    margin: 0 auto;
}

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

.sidebar-stale-5daf {
    text-align: center;
}

.sidebar-stale-5daf .pressed_aa91 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.sidebar-stale-5daf .pattern_slow_fae9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.link-narrow-1e79 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.link-narrow-1e79 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .media_aae6 {
        flex-direction: column;
    }
    .article_white_0648 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.sidebar-cac7 .slow-9d85 {
    color: #666;
    margin: 0 8px;
}

.sidebar-cac7 .content_next_9df2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.alert-wide-4267 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.north-720b {
    font-size: 2rem;
}

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

.column_b2d6 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.main-0da0 strong {
    color: #d4af37;
    margin-right: 8px;
}

.paragraph-0d33 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.outline_9382 strong {
    color: #00ff88;
}

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

.white-7de3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

.alert-3b2d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.header_fast_ccad strong {
    color: #d4af37;
}

.slider_copper_f5b4 {
    color: #aaa;
}

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

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

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

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

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

.hero-selected-a02c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.alert-033f {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.alert-033f 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;
}

.alert-033f li strong {
    color: #00ff88;
}

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

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

.paper-13f6 {
    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;
}

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

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

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

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

.last_178a strong {
    color: #d4af37;
}

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

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

.message-bd01 strong {
    color: #00ff88;
}

.message-bd01 span {
    color: #d4af37;
}

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

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

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

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

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

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

.row-65cf {
    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;
}

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

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

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

.breadcrumb-fluid-271c {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.primary-tall-4a81 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-0c09 li {
    margin-bottom: 5px;
}

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

.next-0c09 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.overlay-6ac6 strong {
    color: #00ff88;
}

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

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

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

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

.row-wood-56fd {
    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;
}

.border-mini-22cd {
    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;
}

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

@media (max-width: 768px) {
    .container_e91c {
        flex-direction: column;
    }
    
    .row-wood-56fd {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .brown-845e {
        padding: 30px 15px;
    }
    
    .brown-845e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .banner-4e95 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .grid-d9f6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tabs-9153 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-9153 .soft-9863 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .form-4429 {
        font-size: 1.3rem;
    }
    
    .accent_selected_cd41 {
        font-size: 0.7rem;
    }
    
    .frame-fresh-1462 {
        flex-direction: column;
        gap: 10px;
    }
    
    .frame-fresh-1462 .south-3b2f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .link-west-6145 {
        display: none;
    }
    
    .gallery-south-10f4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .label-prev-caf4 {
        padding: 20px 10px;
    }
    
    .west-ddbc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .down_8c67,
    .frame_a6a2 {
        padding: 15px;
    }
    
    .breadcrumb-fluid-271c {
        flex-direction: column;
        gap: 5px;
    }
    
    .primary-tall-4a81 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .upper_4fdd {
        padding: 30px 10px;
    }
    
    .footer_hovered_0383 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image_small_3298 {
        padding: 20px 15px;
    }
    
    .title_0be9 {
        font-size: 2rem;
    }
    
    .image_small_3298 h3 {
        font-size: 1.1rem;
    }
    
    .image_small_3298 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .mask_large_a1ba {
        padding: 20px 10px;
    }
    
    .bronze-2bda h2 {
        font-size: 1.3rem;
    }
    
    .card_hot_cdc4 {
        font-size: 0.9rem;
    }
    
    .media_iron_92b4 h3 {
        font-size: 1.1rem;
    }
    
    .media_iron_92b4 p {
        font-size: 0.9rem;
    }
    
    .alert-033f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .footer-b294 {
        grid-template-columns: 1fr;
    }
    
    .last_178a {
        font-size: 0.85rem;
    }
    
    .panel-9f35 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paper-13f6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paper-13f6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tabs-6433 {
        padding: 30px 10px;
    }
    
    .tag_prev_844e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .yellow-c6a0 {
        padding: 15px 10px;
    }
    
    .yellow-c6a0 h4 {
        font-size: 0.9rem;
    }
    
    .yellow-c6a0 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .huge-238e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tag_prev_844e {
        grid-template-columns: 1fr;
    }
    
    .yellow-c6a0 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .label-383c {
        padding: 30px 10px;
    }
    
    .article_liquid_f773 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar-next-cf33 {
        padding: 15px;
    }
    
    .panel-e922 {
        font-size: 0.9rem;
    }
    
    .icon_pressed_fbe8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon_pressed_fbe8 .mask-lite-45c0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .surface_9659 {
        padding: 30px 10px;
    }
    
    .surface_9659 h2 {
        font-size: 1.2rem;
    }
    
    .thick-5a83 {
        gap: 10px;
    }
    
    .accordion-b225 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .accordion-b225 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .focus_0b3b {
        padding: 30px 10px;
    }
    
    .focus_0b3b h2 {
        font-size: 1.2rem;
    }
    
    .block_da1d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip-a361 {
        padding: 15px 10px;
    }
    
    .tooltip-a361 h4 {
        font-size: 0.85rem;
    }
    
    .tooltip-a361 p {
        font-size: 0.75rem;
    }
    
    .link-ce74 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .main_in_051a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .east_99e3 {
        padding: 20px 10px;
    }
    
    .primary_5c1a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pressed_00aa,
    .action_779e,
    .rough-d50a {
        width: 100%;
    }
    
    .pressed_00aa h3 {
        font-size: 1.1rem;
    }
    
    .pressed_00aa p {
        font-size: 0.8rem;
    }
    
    .accent-medium-50a2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .container_98a4 {
        padding: 30px 15px;
    }
    
    .container_98a4 h2 {
        font-size: 1.3rem;
    }
    
    .container_98a4 p {
        font-size: 0.85rem;
    }
    
    .tiny-2253 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tiny-2253 .south-3b2f {
        width: 100%;
    }
    
    .prev_17c3 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .copper-dfc4 {
        padding: 30px 10px;
    }
    
    .copper-dfc4 h3 {
        font-size: 1.2rem;
    }
    
    .search-middle-b987 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag-0ee0 {
        padding: 15px 10px;
    }
    
    .tag-0ee0 h4 {
        font-size: 0.85rem;
    }
    
    .tag-0ee0 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .input-bfc3 {
        padding: 30px 15px;
    }
    
    .pro_56a7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gallery_copper_232f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .nav_medium_c898 h4 {
        font-size: 0.9rem;
    }
    
    .nav_medium_c898 a {
        font-size: 0.8rem;
    }
    
    .east_9a3f {
        font-size: 0.8rem;
    }
    
    .dropdown-9fc3 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .primary-ca35 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .surface_d722 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 644e */
.widget-item-j2 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
