/* Inner Page Styles */

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

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

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

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

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

.element_active_3ca9 .paragraph-gas-2d2f {
    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;
}

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

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

.element_active_3ca9 .paragraph-gas-2d2f:hover::before {
    left: 100%;
}

.element_active_3ca9 .paragraph-gas-2d2f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.tooltip-7a18 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

.grid-huge-78a5 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.box-thick-7c8a {
    color: var(--casino-gold-light);
}

.box-thick-7c8a a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.box-thick-7c8a a:hover {
    color: var(--casino-gold-light);
}

.box-thick-7c8a.fn-active-3e1c {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green-9d48 {
    padding: var(--md-spacing-md) 0;
}

.dim-1e91 {
    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%;
}

.dim-1e91 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 */
.dirty-6bf8 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dirty-6bf8 li {
    margin-bottom: var(--md-spacing-xs);
}

.dirty-6bf8 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);
}

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

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

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

.filter-7c45:hover::before {
    left: 100%;
}

.filter-7c45 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;
}

.filter-7c45 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;
}

.filter-7c45 .dim_1174 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.filter-7c45 .dim_1174:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.layout-complex-64e5 {
    margin-top: var(--md-spacing-sm);
}

.first-494a {
    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);
}

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

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

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

.top-984e {
    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);
}

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

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

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

.top-984e .dim_1174 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.top-984e .dim_1174:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .texture_fa47 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .texture_fa47 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .texture_fa47 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .element_active_3ca9 {
        justify-content: center;
    }
    
    .basic_db63 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .column-39e0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .bottom_4bff {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient_c145 {
        padding: var(--md-spacing-md);
    }
    
    .tag-tall-678e {
        padding: var(--md-spacing-md) 0;
    }
    
    .dim-1e91 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .top-984e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .bright_9b25 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gradient_c145 {
        padding: var(--md-spacing-sm);
    }
    
    .dynamic-4a3b {
        padding: var(--md-spacing-md);
    }
    
    .dim-1e91 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dynamic-4a3b,
.dim-1e91,
.top-984e {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.north-8bcd::-webkit-scrollbar {
    width: 8px;
}

.north-8bcd::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.north-8bcd::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.north-8bcd::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

/* Author Section Compact */
.filter-dim-8dca {
    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);
}

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

.clean_ae1d {
    font-size: 1.5rem;
}

.left_7237 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.logo-silver-4f9b {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.picture-e83a strong {
    color: #00ff88;
}

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

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

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

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

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

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

.frame-basic-2d39 {
    text-align: center;
    margin-bottom: 30px;
}

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

.widget_7d53.summary_2961 .new-bc17 {
    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); }
}

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

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

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

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

.hero-5588 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;
}

.hero-5588 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_21d3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.left-b3e3 {
    font-size: 1.2rem;
}

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

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

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

.text-complex-75a4 {
    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;
}

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

.text-complex-75a4.block-bb97::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.text-complex-75a4.top-4380::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.text-complex-75a4.media_afc5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.text-complex-75a4.pressed_bb5a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pro-7fb0 {
    font-size: 1.2rem;
}

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

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

.backdrop-inner-258e {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0;
}

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

.tooltip_8287.hard-bdc4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tooltip_8287.fn-active-3e1c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.purple-7c36 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.label-light-cd65 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.nav-fast-a8ca {
    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;
}

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

.nav-fast-a8ca.gradient_dirty_e9f5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.layout_middle_479a { border-top: 3px solid #00ccff; }
.section_230e { border-top: 3px solid #00ff88; }
.wide_a9ed { border-top: 3px solid #d4af37; }
.primary_green_58e7 { border-top: 3px solid #ff6b6b; }
.backdrop-483c { border-top: 3px solid #8b5cf6; }

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

.list_7563 {
    overflow-x: auto;
}

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

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

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

.description_rough_973b td {
    color: #ccc;
}

.description_rough_973b .summary-365f {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.accent-cool-85c7 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.border-active-9689 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.module_fresh_7091 {
    font-size: 2rem;
}

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

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

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

.avatar-copper-4b0c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .avatar-copper-4b0c::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.tabs-1839 {
    font-size: 1.5rem;
}

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

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

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

.full-4b5e {
    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;
}

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

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

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

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

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

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

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

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

.content-simple-32c9 .status_606b {
    margin-bottom: 10px;
}

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

.content-simple-32c9 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.sort-41ca {
    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;
}

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

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

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

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

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

.black-711b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.container-03a0 {
    color: #ccc;
    font-size: 0.85rem;
}

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

.shade-bright-9fd1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.shade_mini_ec82 a {
    color: #ff6b6b;
}

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

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

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

.border_south_5e6d {
    text-align: center;
}

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

.border_south_5e6d .notice-full-0f14 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.module-focused-9589 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .avatar-short-bd5a {
        flex-direction: column;
    }
    .nav_8c0a {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.gradient_99f4 .stone_c256 {
    color: #666;
    margin: 0 8px;
}

.gradient_99f4 .element-338c {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.media-west-1c01 {
    font-size: 2rem;
}

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

.rough-a89b strong {
    color: #d4af37;
}

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

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

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

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

.glass-866b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.stone-9a11 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gallery-3d6b strong {
    color: #d4af37;
    margin-right: 8px;
}

.photo-liquid-372e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.main-complex-07ae strong {
    color: #00ff88;
}

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

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

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

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

.sidebar-purple-32b9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.tooltip-94b2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.mask-b2f0 strong {
    color: #d4af37;
}

.yellow_6b23 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick-5022 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;
}

.thick-5022 li strong {
    color: #00ff88;
}

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

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

.yellow-6f87 {
    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;
}

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

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

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

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

.shade_c3dc strong {
    color: #d4af37;
}

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

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

.progress_in_c021 strong {
    color: #00ff88;
}

.progress_in_c021 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.wrapper-fixed-a662 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.card-lower-dd27 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .progress-gold-59b8 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.box_wood_fbd6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.container-03a0 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .up-db89 {
        flex-direction: column;
    }
    
    .pagination_4bfa {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .message_pressed_705a {
        padding: 30px 15px;
    }
    
    .message_pressed_705a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .red_8037 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .outline_9c86 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .label-steel-9ecc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .label-steel-9ecc .cold-eb71 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .advanced_22b9 {
        font-size: 1.3rem;
    }
    
    .outline-smooth-86c8 {
        font-size: 0.7rem;
    }
    
    .yellow_939b {
        flex-direction: column;
        gap: 10px;
    }
    
    .yellow_939b .dim_1174 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .light-672b {
        display: none;
    }
    
    .video-in-c57c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .button-under-7933 {
        padding: 20px 10px;
    }
    
    .badge_078e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .summary_next_49b4,
    .texture-north-ef8d {
        padding: 15px;
    }
    
    .wrapper-fixed-a662 {
        flex-direction: column;
        gap: 5px;
    }
    
    .label_under_b58a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .backdrop_white_df31 {
        padding: 30px 10px;
    }
    
    .link-5d3e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion-5d3b {
        padding: 20px 15px;
    }
    
    .pattern-in-e764 {
        font-size: 2rem;
    }
    
    .accordion-5d3b h3 {
        font-size: 1.1rem;
    }
    
    .accordion-5d3b p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .progress-liquid-b543 {
        padding: 20px 5px;
    }
    
    .progress-liquid-b543 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .pink-c0f5 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .description_rough_973b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .description_rough_973b th,
    .description_rough_973b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .paragraph-hovered-305c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .chip_red_1bb1 {
        padding: 20px 10px;
    }
    
    .element_ffaa h2 {
        font-size: 1.3rem;
    }
    
    .nav_iron_912b {
        font-size: 0.9rem;
    }
    
    .tertiary_motion_2fd1 h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_motion_2fd1 p {
        font-size: 0.9rem;
    }
    
    .thick-5022 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .label-0458 {
        grid-template-columns: 1fr;
    }
    
    .shade_c3dc {
        font-size: 0.85rem;
    }
    
    .paper-ced0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .yellow-6f87 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .yellow-6f87 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tabs_aac8 {
        padding: 30px 10px;
    }
    
    .stone_3782 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert-motion-97d6 {
        padding: 15px 10px;
    }
    
    .alert-motion-97d6 h4 {
        font-size: 0.9rem;
    }
    
    .alert-motion-97d6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tag_ca46 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .stone_3782 {
        grid-template-columns: 1fr;
    }
    
    .alert-motion-97d6 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .row_large_ebc7 {
        padding: 30px 10px;
    }
    
    .badge-new-87bf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .title-rough-69aa {
        padding: 15px;
    }
    
    .focused_b915 {
        font-size: 0.9rem;
    }
    
    .widget-d7b7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .widget-d7b7 .huge_4aea {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-current-d72a {
        padding: 30px 10px;
    }
    
    .breadcrumb-current-d72a h2 {
        font-size: 1.2rem;
    }
    
    .shade-3e20 {
        gap: 10px;
    }
    
    .clean-3a3d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .clean-3a3d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tabs_47af {
        padding: 30px 10px;
    }
    
    .tabs_47af h2 {
        font-size: 1.2rem;
    }
    
    .fixed-da7e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .main_dirty_a762 {
        padding: 15px 10px;
    }
    
    .main_dirty_a762 h4 {
        font-size: 0.85rem;
    }
    
    .main_dirty_a762 p {
        font-size: 0.75rem;
    }
    
    .pro_bf5f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .banner_350b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .breadcrumb-7a04 {
        padding: 20px 10px;
    }
    
    .shade-bright-9fd1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .banner-d92b,
    .fluid_8d7d,
    .shade_mini_ec82 {
        width: 100%;
    }
    
    .banner-d92b h3 {
        font-size: 1.1rem;
    }
    
    .banner-d92b p {
        font-size: 0.8rem;
    }
    
    .stale-e2de {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tabs_slow_13e2 {
        padding: 30px 15px;
    }
    
    .tabs_slow_13e2 h2 {
        font-size: 1.3rem;
    }
    
    .tabs_slow_13e2 p {
        font-size: 0.85rem;
    }
    
    .selected-d686 {
        flex-direction: column;
        gap: 10px;
    }
    
    .selected-d686 .dim_1174 {
        width: 100%;
    }
    
    .filter-bright-b8b8 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .layout-brown-ee4a {
        padding: 30px 10px;
    }
    
    .layout-brown-ee4a h3 {
        font-size: 1.2rem;
    }
    
    .notification-2ca1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .top-984e {
        padding: 15px 10px;
    }
    
    .top-984e h4 {
        font-size: 0.85rem;
    }
    
    .top-984e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .prev-1196 {
        padding: 30px 15px;
    }
    
    .media_green_4f44 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .section-2165 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .title_mini_da51 h4 {
        font-size: 0.9rem;
    }
    
    .title_mini_da51 a {
        font-size: 0.8rem;
    }
    
    .carousel-8e98 {
        font-size: 0.8rem;
    }
    
    .wide_8336 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .thumbnail-ee70 {
        padding: 8px 10px;
    }
    
    .modal-0c5c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .stale_0860 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .modal-0c5c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .stale_0860 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 84d0 */
.ghost-box-e1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
