/* Inner Page Styles */

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

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

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

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

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

.active_2ad4 .surface-838f {
    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;
}

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

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

.active_2ad4 .surface-838f:hover::before {
    left: 100%;
}

.active_2ad4 .surface-838f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.description-thick-1bf4 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.out-e414.fn-active-254e {
    color: var(--casino-gold-light);
}

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

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

.mask-fast-2c99 {
    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);
}

.mask-fast-2c99 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);
}

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

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

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

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

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

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

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

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

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

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

.row-left-b3f2 {
    padding: var(--md-spacing-md) 0;
}

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

.first_8711 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 */
.layout-short-3dd3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.layout-short-3dd3 li {
    margin-bottom: var(--md-spacing-xs);
}

.layout-short-3dd3 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);
}

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

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

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

.north-32b0:hover::before {
    left: 100%;
}

.north-32b0 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;
}

.north-32b0 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;
}

.north-32b0 .aside-silver-dc4f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.north-32b0 .aside-silver-dc4f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.card-9fc9 {
    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);
}

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

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

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

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

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

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

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

.center_1e4c .aside-silver-dc4f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.center_1e4c .aside-silver-dc4f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .shade_purple_4ff5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .shade_purple_4ff5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .shade_purple_4ff5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .active_2ad4 {
        justify-content: center;
    }
    
    .new-b8c4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dropdown-huge-b780 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .mask-hard-3e53 {
        padding: var(--md-spacing-md) 0;
    }
    
    .mask-fast-2c99 {
        padding: var(--md-spacing-md);
    }
    
    .slider_ad25 {
        padding: var(--md-spacing-md) 0;
    }
    
    .first_8711 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .center_1e4c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .action-3889 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .mask-fast-2c99 {
        padding: var(--md-spacing-sm);
    }
    
    .link-4b92 {
        padding: var(--md-spacing-md);
    }
    
    .first_8711 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.link-4b92,
.first_8711,
.center_1e4c {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.south-37a2::-webkit-scrollbar {
    width: 8px;
}

.south-37a2::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.accent_b820 {
    font-size: 1.5rem;
}

.north_6b58 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .focus-9dd6 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .last-a2b1 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.south-3689 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.grid-7231.under-f3f3 .paragraph_basic_49b2 {
    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); }
}

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

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

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

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

.focused-2c5f 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;
}

.focused-2c5f 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);
}

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

.background_out_0a0c {
    font-size: 1.2rem;
}

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

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

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

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

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

.table_pink_3b66.hovered_24f3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.table_pink_3b66.column_tall_786b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table_pink_3b66.selected_cfcb::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.table_pink_3b66.widget-lite-ef82::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.button_dirty_0a1b {
    font-size: 1.2rem;
}

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

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

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

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

.border-bright-2488.iron-ad8b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.border-bright-2488.fn-active-254e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.feature-current-7b8a {
    color: #666;
    font-size: 0.8rem;
}

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

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

.photo-east-d069 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.module-wood-ffcd { border-top: 3px solid #00ccff; }
.gallery_55dd { border-top: 3px solid #00ff88; }
.form_silver_84b7 { border-top: 3px solid #d4af37; }
.carousel_4dd7 { border-top: 3px solid #ff6b6b; }
.layout-narrow-f950 { border-top: 3px solid #8b5cf6; }

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

.dropdown_07e4 {
    overflow-x: auto;
}

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

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

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

.caption_2971 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-dynamic-52d4 {
    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;
}

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

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

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

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

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

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

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

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

.button_0b9e {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.stone-93fa {
    background: #0a0a0a;
    padding: 60px 0;
}

.heading-60f3 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.narrow-baaf {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.filter-52ac strong {
    color: #fff;
    display: block;
}

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

.item-next-ab0a {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.active-static-3104 .input-over-926c {
    margin-bottom: 10px;
}

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

.active-static-3104 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

@media (max-width: 768px) {
    .tabs-paper-75f5 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.title-999c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fast_bbf4 a {
    color: #ff6b6b;
}

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

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

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

.medium-edbf {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.status-small-bba9 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.backdrop-light-8ff3 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.avatar-yellow-169f {
    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;
}

.avatar-yellow-169f.wood_65b5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .tabs_a2ee {
        flex-direction: column;
    }
    .hidden-05a8 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.card_right_ddf1 .component-bronze-3d5f {
    color: #666;
    margin: 0 8px;
}

.card_right_ddf1 .breadcrumb-5b0a {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.element-6883 {
    font-size: 2rem;
}

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

.active_prev_c6e9 strong {
    color: #d4af37;
}

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

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

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

.photo-8ff5 h3,
.logo_purple_ae1b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.banner-new-c4ff {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tag-89b9 strong {
    color: #00ff88;
}

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

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

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

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

.fresh-1d4b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.orange-210a strong {
    color: #d4af37;
}

.content_e645 {
    color: #aaa;
}

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

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

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

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

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

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

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

.label-9520:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.caption-red-33f4 {
    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;
}

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

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

@media (max-width: 576px) {
    .summary-west-2b30 {
        grid-template-columns: 1fr;
    }
}

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

.border-7318 strong {
    color: #d4af37;
}

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

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

.status_ccda strong {
    color: #00ff88;
}

.status_ccda span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.backdrop-21f3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.menu-lite-58e9 {
    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);
}

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

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

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

.notification-slow-7dac {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.notification-slow-7dac li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-silver-84a2 {
    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;
}

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

.message_light_bad0 strong {
    color: #00ff88;
}

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

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

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

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

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

.fixed_252b {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .label_basic_55c8 {
        flex-direction: column;
    }
    
    .preview-4951 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .primary-old-81f1 {
        padding: 30px 15px;
    }
    
    .primary-old-81f1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .fresh_d3b0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .surface_liquid_c4c7 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .status_large_eead {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .status_large_eead .gas-2ffa {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gradient-dynamic-6b28 {
        font-size: 1.3rem;
    }
    
    .dynamic_4877 {
        font-size: 0.7rem;
    }
    
    .preview_e0ae {
        flex-direction: column;
        gap: 10px;
    }
    
    .preview_e0ae .aside-silver-dc4f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .short_e522 {
        display: none;
    }
    
    .fixed-0897 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .search_south_f5b6 {
        padding: 20px 10px;
    }
    
    .paper-5277 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .block_tiny_97ae,
    .solid-d5c3 {
        padding: 15px;
    }
    
    .backdrop-21f3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .menu-lite-58e9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hero-cool-2c40 {
        padding: 30px 10px;
    }
    
    .label-c5ef {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gradient-old-79b4 {
        padding: 20px 15px;
    }
    
    .popup-steel-0b8e {
        font-size: 2rem;
    }
    
    .gradient-old-79b4 h3 {
        font-size: 1.1rem;
    }
    
    .gradient-old-79b4 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .progress_7f81 {
        padding: 20px 10px;
    }
    
    .list-761a h2 {
        font-size: 1.3rem;
    }
    
    .bright_b238 {
        font-size: 0.9rem;
    }
    
    .label-9520 h3 {
        font-size: 1.1rem;
    }
    
    .label-9520 p {
        font-size: 0.9rem;
    }
    
    .large_a934 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .summary-west-2b30 {
        grid-template-columns: 1fr;
    }
    
    .border-7318 {
        font-size: 0.85rem;
    }
    
    .rough-0f80 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .caption-red-33f4 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .caption-red-33f4 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .component_70cb {
        padding: 30px 10px;
    }
    
    .widget_896c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outer-ebf4 {
        padding: 15px 10px;
    }
    
    .outer-ebf4 h4 {
        font-size: 0.9rem;
    }
    
    .outer-ebf4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .purple-7496 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .widget_896c {
        grid-template-columns: 1fr;
    }
    
    .outer-ebf4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dropdown_upper_1e5b {
        padding: 30px 10px;
    }
    
    .dark-7ed0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_cool_ebfb {
        padding: 15px;
    }
    
    .primary-last-ac1d {
        font-size: 0.9rem;
    }
    
    .carousel-1409 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .carousel-1409 .wrapper-hovered-e688 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .smooth_d942 {
        padding: 30px 10px;
    }
    
    .smooth_d942 h2 {
        font-size: 1.2rem;
    }
    
    .menu_02ac {
        gap: 10px;
    }
    
    .focus-bb32 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .focus-bb32 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .frame-3e06 {
        padding: 30px 10px;
    }
    
    .frame-3e06 h2 {
        font-size: 1.2rem;
    }
    
    .logo_8dfe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-1d59 {
        padding: 15px 10px;
    }
    
    .paragraph-1d59 h4 {
        font-size: 0.85rem;
    }
    
    .paragraph-1d59 p {
        font-size: 0.75rem;
    }
    
    .block_north_5856 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .item-3d94 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .shade-1f09 {
        padding: 20px 10px;
    }
    
    .lite_62fb {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .medium-70ed,
    .text_last_9d16,
    .fast_bbf4 {
        width: 100%;
    }
    
    .medium-70ed h3 {
        font-size: 1.1rem;
    }
    
    .medium-70ed p {
        font-size: 0.8rem;
    }
    
    .large-6556 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .progress_easy_1bbe {
        padding: 30px 15px;
    }
    
    .progress_easy_1bbe h2 {
        font-size: 1.3rem;
    }
    
    .progress_easy_1bbe p {
        font-size: 0.85rem;
    }
    
    .search_light_22d3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .search_light_22d3 .aside-silver-dc4f {
        width: 100%;
    }
    
    .breadcrumb-923b {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gas_4ad7 {
        padding: 30px 15px;
    }
    
    .text-green-c8ba {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .silver-ac1e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .modal-33d0 h4 {
        font-size: 0.9rem;
    }
    
    .modal-33d0 a {
        font-size: 0.8rem;
    }
    
    .video-medium-f5e6 {
        font-size: 0.8rem;
    }
    
    .huge_7df5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .easy-8464 {
        padding: 8px 10px;
    }
    
    .overlay-a148 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .clean-9f65 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .overlay-a148 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean-9f65 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7823 */
.promo-block-v3 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
