/* Inner Page Styles */

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

.east-0a7a 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);
}

.east-0a7a 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);
}

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

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

.row-a6ae .heading-a1a1 {
    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;
}

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

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

.row-a6ae .heading-a1a1:hover::before {
    left: 100%;
}

.row-a6ae .heading-a1a1:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.table-bottom-294b {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sort_black_cfdf.fn-active-3a51 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex-83fa {
    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%;
}

.complex-83fa 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 */
.shade-f890 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.tall-1813:hover::before {
    left: 100%;
}

.tall-1813 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;
}

.tall-1813 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;
}

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

.tall-1813 .widget_0c29:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.static-469c {
    margin-top: var(--md-spacing-sm);
}

.backdrop-5a1c {
    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);
}

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

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

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

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

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

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

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

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

.texture_68d7 .widget_0c29:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .east-0a7a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .east-0a7a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .east-0a7a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .row-a6ae {
        justify-content: center;
    }
    
    .fluid_1a1c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .wrapper-87d3 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .input_pro_71aa {
        padding: var(--md-spacing-md) 0;
    }
    
    .label_outer_3a2f {
        padding: var(--md-spacing-md);
    }
    
    .link_over_9941 {
        padding: var(--md-spacing-md) 0;
    }
    
    .complex-83fa {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .texture_68d7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wide-6342 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .label_outer_3a2f {
        padding: var(--md-spacing-sm);
    }
    
    .pagination_cad1 {
        padding: var(--md-spacing-md);
    }
    
    .complex-83fa {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pagination_cad1,
.complex-83fa,
.texture_68d7 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.sort-a680 {
    font-size: 1.5rem;
}

.preview-e051 strong {
    color: #00ff88;
}

.media-59eb {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .header-gold-026d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .media-59eb {
        margin-left: 0;
    }
}

/* Main Content Compact */
.paper-041a {
    padding: 30px 0;
}

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

.backdrop-red-c883 {
    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;
}

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

.backdrop-red-c883 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.backdrop-red-c883 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.inner-f3e1 strong {
    color: #00ff88;
}

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

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

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

.active-yellow-13dd {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

.filter-759d {
    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;
}

.filter-759d.small-736e .dim_d4fb {
    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); }
}

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

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

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

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

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

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

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

.block-ba9d {
    font-size: 1.2rem;
}

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

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

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

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

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

.thick-afe4.mask_e042::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.thick-afe4.title-bright-0a24::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.thick-afe4.background-dirty-0367::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.thick-afe4.tertiary_glass_ca4c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.wood_dff4 {
    font-size: 1.2rem;
}

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

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

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

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

.photo-5d6a.selected-c924 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.photo-5d6a.fn-active-3a51 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.carousel-4c9a {
    color: #666;
    font-size: 0.8rem;
}

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

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

.copper-81c6 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.alert-cold-3b47 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.item-f196.iron-1fb4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.filter_out_fa54 { border-top: 3px solid #00ccff; }
.carousel-a2b1 { border-top: 3px solid #00ff88; }
.title_ea86 { border-top: 3px solid #d4af37; }
.purple_b62d { border-top: 3px solid #ff6b6b; }
.cold-12b8 { border-top: 3px solid #8b5cf6; }

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

.list-6b58 {
    overflow-x: auto;
}

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

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

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

.liquid-d70f td {
    color: #ccc;
}

.liquid-d70f .plasma-69d7 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green-232f {
    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;
}

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

.paragraph-074e p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.tiny_638c {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.narrow-956b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-bf88 {
    font-size: 1.5rem;
}

.sort-old-e69a {
    color: #888;
    font-size: 0.9rem;
}

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

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

.gold-0fc7 {
    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;
}

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

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

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

.row-selected-90a4 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.primary_ce68 .picture-429b {
    margin-bottom: 10px;
}

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

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

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

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

@media (max-width: 768px) {
    .carousel-bright-05bb {
        grid-template-columns: 1fr;
    }
}

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

.aside-red-253a {
    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;
}

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

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

.image-iron-151d {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.video-glass-01fa h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.video-glass-01fa p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

.west_2754 a {
    color: #ff6b6b;
}

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

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

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

.detail-glass-2a21 {
    text-align: center;
}

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

.detail-glass-2a21 .footer_e203 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown_ad26.iron-1fb4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .shadow-5f3c {
        flex-direction: column;
    }
    .video_black_0ffb {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.column_e245 .last_941e {
    color: #666;
    margin: 0 8px;
}

.column_e245 .panel_short_bd8c {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.content_selected_2ce4 {
    font-size: 2rem;
}

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

.narrow_6a29 strong {
    color: #d4af37;
}

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

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

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

.purple-a165 h3,
.fixed-de15 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.chip-42f3 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.block-static-f335 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.badge_new_2410 strong {
    color: #00ff88;
}

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

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

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

.slider_19f5 h3,
.article-rough-4d1f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.accent-cold-f0e9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.yellow_0dfd strong {
    color: #d4af37;
}

.layout_6c73 {
    color: #aaa;
}

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

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

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

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

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

.description-732b {
    max-width: 900px;
    margin: 0 auto;
}

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

.fixed-119e:last-child {
    border-bottom: none;
}

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

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

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

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

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

.dropdown-3162 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;
}

.dropdown-3162 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.gallery_wide_0c0c strong {
    color: #d4af37;
}

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

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

.panel_cool_8724 strong {
    color: #00ff88;
}

.panel_cool_8724 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.feature-green-098b {
    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);
}

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

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

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

.sort-fixed-695c {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.sort-fixed-695c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article_slow_4db3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tag-8005 {
        flex-direction: column;
    }
    
    .heading_down_5a1b {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.right-54ac {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .alert-pink-6649 {
        padding: 30px 15px;
    }
    
    .alert-pink-6649 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .section_9f5d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .full_d8f1 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .top_1819 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .top_1819 .content-27f6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .alert_52b2 {
        font-size: 1.3rem;
    }
    
    .card-820e {
        font-size: 0.7rem;
    }
    
    .background_95a8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .background_95a8 .widget_0c29 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .mini_6273 {
        display: none;
    }
    
    .caption-20f9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .list_f64a {
        padding: 20px 10px;
    }
    
    .smooth_716b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .selected-8cbe,
    .out_8afd {
        padding: 15px;
    }
    
    .widget-ce63 {
        flex-direction: column;
        gap: 5px;
    }
    
    .feature-green-098b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .frame_3c54 {
        padding: 30px 10px;
    }
    
    .silver-cbde {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image-fixed-f7c0 {
        padding: 20px 15px;
    }
    
    .lite-ae79 {
        font-size: 2rem;
    }
    
    .image-fixed-f7c0 h3 {
        font-size: 1.1rem;
    }
    
    .image-fixed-f7c0 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .inner-9e88 {
        padding: 20px 5px;
    }
    
    .inner-9e88 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tiny_838f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .liquid-d70f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .liquid-d70f th,
    .liquid-d70f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .carousel-c5d9 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .container_fresh_0902 {
        padding: 20px 10px;
    }
    
    .filter-cold-d22f h2 {
        font-size: 1.3rem;
    }
    
    .paragraph-plasma-8bb9 {
        font-size: 0.9rem;
    }
    
    .fixed-119e h3 {
        font-size: 1.1rem;
    }
    
    .fixed-119e p {
        font-size: 0.9rem;
    }
    
    .dropdown-3162 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .box-wood-fb1b {
        grid-template-columns: 1fr;
    }
    
    .gallery_wide_0c0c {
        font-size: 0.85rem;
    }
    
    .accent-light-86ee {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown_silver_4ac9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dropdown_silver_4ac9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .box-west-7eb4 {
        padding: 30px 10px;
    }
    
    .green_8497 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static_21a6 {
        padding: 15px 10px;
    }
    
    .static_21a6 h4 {
        font-size: 0.9rem;
    }
    
    .static_21a6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .sort_gold_2269 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .outer_efb3 {
        padding: 30px 10px;
    }
    
    .description_7591 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .large_e5b4 {
        padding: 15px;
    }
    
    .up-7631 {
        font-size: 0.9rem;
    }
    
    .wide_39ed {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .wide_39ed .under-cf0c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .nav-18e4 {
        padding: 30px 10px;
    }
    
    .nav-18e4 h2 {
        font-size: 1.2rem;
    }
    
    .simple-59a9 {
        gap: 10px;
    }
    
    .container-e6ce summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .container-e6ce p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .bottom_86a2 {
        padding: 30px 10px;
    }
    
    .bottom_86a2 h2 {
        font-size: 1.2rem;
    }
    
    .title_north_895b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail-dim-f942 {
        padding: 15px 10px;
    }
    
    .thumbnail-dim-f942 h4 {
        font-size: 0.85rem;
    }
    
    .thumbnail-dim-f942 p {
        font-size: 0.75rem;
    }
    
    .aside-pressed-275c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .border_white_8293 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .sidebar-ef70 {
        padding: 20px 10px;
    }
    
    .background-7d78 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .video-glass-01fa,
    .accordion_new_458f,
    .west_2754 {
        width: 100%;
    }
    
    .video-glass-01fa h3 {
        font-size: 1.1rem;
    }
    
    .video-glass-01fa p {
        font-size: 0.8rem;
    }
    
    .article_silver_cd34 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .input-1cae {
        padding: 30px 15px;
    }
    
    .input-1cae h2 {
        font-size: 1.3rem;
    }
    
    .input-1cae p {
        font-size: 0.85rem;
    }
    
    .under_5e04 {
        flex-direction: column;
        gap: 10px;
    }
    
    .under_5e04 .widget_0c29 {
        width: 100%;
    }
    
    .info_hard_8eb6 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .slider_e1a5 {
        padding: 30px 15px;
    }
    
    .pagination-cold-1fe5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .mask-hot-8133 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .notice_8e87 h4 {
        font-size: 0.9rem;
    }
    
    .notice_8e87 a {
        font-size: 0.8rem;
    }
    
    .button_8240 {
        font-size: 0.8rem;
    }
    
    .nav-motion-8af9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .caption-58c6 {
        padding: 8px 10px;
    }
    
    .surface_7bf5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .disabled_rough_74a8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .surface_7bf5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .disabled_rough_74a8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 637c */
.phantom-card-h1 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.3;
}
