/* Inner Page Styles */

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

.texture_narrow_ed39 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_narrow_ed39 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_narrow_ed39 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

.header-silver-4ca2 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.header-silver-4ca2 .highlight_f442 {
    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;
}

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

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

.header-silver-4ca2 .highlight_f442:hover::before {
    left: 100%;
}

.header-silver-4ca2 .highlight_f442:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.tiny-653d {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wide_c115.fn-active-a60d {
    color: var(--casino-gold-light);
}

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

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

.column-046b {
    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);
}

.column-046b 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.hard-7a5c 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 */
.column_outer_8693 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.up_b89b .carousel-2b82 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.up_b89b .carousel-2b82:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.banner-8a93 {
    margin-top: var(--md-spacing-sm);
}

.container-dark-9823 {
    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);
}

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

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

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

.chip-4f98 {
    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);
}

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

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

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

.chip-4f98 .carousel-2b82 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.chip-4f98 .carousel-2b82:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .texture_narrow_ed39 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .texture_narrow_ed39 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .texture_narrow_ed39 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .header-silver-4ca2 {
        justify-content: center;
    }
    
    .tiny-653d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .silver-4891 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .chip-inner-a825 {
        padding: var(--md-spacing-md) 0;
    }
    
    .column-046b {
        padding: var(--md-spacing-md);
    }
    
    .sort_short_8469 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hard-7a5c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .chip-4f98 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .center_b490 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .column-046b {
        padding: var(--md-spacing-sm);
    }
    
    .dim_b3dd {
        padding: var(--md-spacing-md);
    }
    
    .hard-7a5c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dim_b3dd,
.hard-7a5c,
.chip-4f98 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.purple_75d3 {
    font-size: 1.5rem;
}

.active_aa08 strong {
    color: #00ff88;
}

.active-glass-3555 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .table_7590 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .active-glass-3555 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification_south_57c6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.box-40be {
    text-align: center;
    margin-bottom: 30px;
}

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

.tiny_ff98.pink-d23a .detail_ff73 {
    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); }
}

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

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

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

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

.detail-8c21 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.detail-8c21 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);
}

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

.photo-pressed-f4b2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.tertiary_first_6875.thick-e366::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tertiary_first_6875.icon-warm-4cde::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tertiary_first_6875.primary_easy_18b2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tertiary_first_6875.clean-085c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.avatar_5bb0 {
    font-size: 1.2rem;
}

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

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

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

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

.liquid_38d3.warm_967d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.liquid_38d3.fn-active-a60d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.secondary-cool-1a3c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.pagination-hard-824d {
    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;
}

.pagination-hard-824d:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.pagination-hard-824d.avatar_huge_df21 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.advanced_7475 { border-top: 3px solid #00ccff; }
.element_38a1 { border-top: 3px solid #00ff88; }
.hero-hard-de4d { border-top: 3px solid #d4af37; }
.secondary-ce54 { border-top: 3px solid #ff6b6b; }
.column_old_aef3 { border-top: 3px solid #8b5cf6; }

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

.block_current_6fc3 {
    overflow-x: auto;
}

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

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

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

.table-green-cb32 td {
    color: #ccc;
}

.table-green-cb32 .mask-plasma-6bdd {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.table-green-cb32 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-fresh-25c7 {
    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;
}

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

.outer-54e0 p {
    color: #888;
    font-size: 0.9rem;
}

.status-purple-8abb {
    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;
}

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

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

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

.feature-b90b {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.notice-down-5433 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.description-mini-925c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.wrapper-9562 .notice-under-455d {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.nav-outer-b69f .breadcrumb_silver_fd45 {
    margin-bottom: 10px;
}

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

.nav-outer-b69f strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow_07fa a {
    color: #ff6b6b;
}

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

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

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

.rough_7508 {
    text-align: center;
}

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

.rough_7508 .gallery-085d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.summary-in-c9c3 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .popup-fixed-ec3d {
        flex-direction: column;
    }
    .background_b05c {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.title-4131 .right_b48e {
    color: #666;
    margin: 0 8px;
}

.title-4131 .preview_838d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.input-motion-b7f8 {
    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;
}

.pagination_7377 {
    font-size: 2rem;
}

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

.avatar_169c strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.column-fast-d2aa strong {
    color: #00ff88;
}

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

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

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

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

.main-static-0709 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.hard-0cf8 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.panel_bronze_e949 strong {
    color: #d4af37;
}

.focused_324f {
    color: #aaa;
}

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

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

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

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

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

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

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

.center-cd41:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.heading-outer-2247 {
    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;
}

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

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

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

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

.photo_rough_8ad7 strong {
    color: #d4af37;
}

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

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

.message_active_eec4 strong {
    color: #00ff88;
}

.message_active_eec4 span {
    color: #d4af37;
}

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

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

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

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

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

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

.layout-soft-6904 {
    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;
}

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

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

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

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

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

.dynamic-373e {
    color: #999;
    font-size: 0.85rem;
}

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

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

.section-9e13 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.section-9e13 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.slow-9bc1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slow-9bc1 li {
    margin-bottom: 5px;
}

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

.slow-9bc1 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.easy_90fb strong {
    color: #00ff88;
}

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

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

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

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

.disabled-glass-61ce {
    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;
}

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

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

@media (max-width: 768px) {
    .tiny_79fa {
        flex-direction: column;
    }
    
    .disabled-glass-61ce {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.up-63f7 .picture_black_2575 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .complex_4a81 {
        padding: 30px 15px;
    }
    
    .complex_4a81 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .soft-c602 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .widget_fd87 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .grid-outer-910e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .grid-outer-910e .row_ed83 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .up_02c3 {
        font-size: 1.3rem;
    }
    
    .prev-b108 {
        font-size: 0.7rem;
    }
    
    .dark-118a {
        flex-direction: column;
        gap: 10px;
    }
    
    .dark-118a .carousel-2b82 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .title-rough-594b {
        display: none;
    }
    
    .dynamic_e7c7 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .orange-7169 {
        padding: 20px 10px;
    }
    
    .south-5656 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid-silver-6c05,
    .east-6106 {
        padding: 15px;
    }
    
    .photo_lite_d589 {
        flex-direction: column;
        gap: 5px;
    }
    
    .cool_3e01 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .brown-8689 {
        padding: 30px 10px;
    }
    
    .notice-up-b86e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container-bf52 {
        padding: 20px 15px;
    }
    
    .input_8782 {
        font-size: 2rem;
    }
    
    .container-bf52 h3 {
        font-size: 1.1rem;
    }
    
    .container-bf52 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .current-53b5 {
        padding: 20px 5px;
    }
    
    .current-53b5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .title_liquid_9c48 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .table-green-cb32 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .table-green-cb32 th,
    .table-green-cb32 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .pattern-first-f681 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .border-a62c {
        padding: 20px 10px;
    }
    
    .notification-next-11a1 h2 {
        font-size: 1.3rem;
    }
    
    .content-hot-71fe {
        font-size: 0.9rem;
    }
    
    .center-cd41 h3 {
        font-size: 1.1rem;
    }
    
    .center-cd41 p {
        font-size: 0.9rem;
    }
    
    .avatar_light_c6c7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .paper-e884 {
        grid-template-columns: 1fr;
    }
    
    .photo_rough_8ad7 {
        font-size: 0.85rem;
    }
    
    .full-3f01 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading-outer-2247 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .heading-outer-2247 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .steel-3480 {
        padding: 30px 10px;
    }
    
    .detail-b455 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .soft_8175 {
        padding: 15px 10px;
    }
    
    .soft_8175 h4 {
        font-size: 0.9rem;
    }
    
    .soft_8175 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .complex_c56e {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .current_27b7 {
        padding: 30px 10px;
    }
    
    .fixed-71e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .outer_76a3 {
        padding: 15px;
    }
    
    .video-easy-b650 {
        font-size: 0.9rem;
    }
    
    .new_b506 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .new_b506 .message-clean-a4ba {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gradient-clean-2a7d {
        padding: 30px 10px;
    }
    
    .gradient-clean-2a7d h2 {
        font-size: 1.2rem;
    }
    
    .accordion_f0b1 {
        gap: 10px;
    }
    
    .main_fixed_ec63 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .main_fixed_ec63 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .copper_6d20 {
        padding: 30px 10px;
    }
    
    .copper_6d20 h2 {
        font-size: 1.2rem;
    }
    
    .caption_easy_62a9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .warm-0199 {
        padding: 15px 10px;
    }
    
    .warm-0199 h4 {
        font-size: 0.85rem;
    }
    
    .warm-0199 p {
        font-size: 0.75rem;
    }
    
    .pattern_simple_0b5c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .black-21d3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .filter_fast_38f9 {
        padding: 20px 10px;
    }
    
    .tall_d40d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .widget_299e,
    .backdrop-3441,
    .slow_07fa {
        width: 100%;
    }
    
    .widget_299e h3 {
        font-size: 1.1rem;
    }
    
    .widget_299e p {
        font-size: 0.8rem;
    }
    
    .tooltip_d452 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .pink_c714 {
        padding: 30px 15px;
    }
    
    .pink_c714 h2 {
        font-size: 1.3rem;
    }
    
    .pink_c714 p {
        font-size: 0.85rem;
    }
    
    .upper-cab1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .upper-cab1 .carousel-2b82 {
        width: 100%;
    }
    
    .hero-4850 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .filter-copper-30ee {
        padding: 30px 10px;
    }
    
    .filter-copper-30ee h3 {
        font-size: 1.2rem;
    }
    
    .frame_4a52 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .chip-4f98 {
        padding: 15px 10px;
    }
    
    .chip-4f98 h4 {
        font-size: 0.85rem;
    }
    
    .chip-4f98 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .section_stone_4bd2 {
        padding: 30px 15px;
    }
    
    .input_outer_61d1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .button-complex-c7ef {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .input-prev-4669 h4 {
        font-size: 0.9rem;
    }
    
    .input-prev-4669 a {
        font-size: 0.8rem;
    }
    
    .detail-5070 {
        font-size: 0.8rem;
    }
    
    .progress_1ba9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .pagination-4f3e {
        padding: 8px 10px;
    }
    
    .pro-ed2a {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .dirty-897c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pro-ed2a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dirty-897c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 30ba */
.widget-item-v6 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.3;
}
