/* Inner Page Styles */

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

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

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

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

.dynamic-04e0 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.dynamic-04e0 .photo_gas_d06a {
    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;
}

.dynamic-04e0 .photo_gas_d06a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.dynamic-04e0 .photo_gas_d06a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.dynamic-04e0 .photo_gas_d06a:hover::before {
    left: 100%;
}

.dynamic-04e0 .photo_gas_d06a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article_silver_8d1e.fn-active-26b6 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-7fdf {
    padding: var(--md-spacing-md) 0;
}

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

.stone-7ef4 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 */
.status-4988 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.icon_narrow_b1ad .top-cc03 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.icon_narrow_b1ad .top-cc03:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.section-7b1a {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.box-40a6 {
    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);
}

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

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

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

.box-40a6 .top-cc03 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.box-40a6 .top-cc03:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .smooth_6248 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .smooth_6248 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .smooth_6248 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .dynamic-04e0 {
        justify-content: center;
    }
    
    .disabled_62a7 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .filter_8b83 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pagination_af18 {
        padding: var(--md-spacing-md) 0;
    }
    
    .steel_d6ce {
        padding: var(--md-spacing-md);
    }
    
    .text-0d7b {
        padding: var(--md-spacing-md) 0;
    }
    
    .stone-7ef4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .box-40a6 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .warm_c3cf {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .steel_d6ce {
        padding: var(--md-spacing-sm);
    }
    
    .avatar-f439 {
        padding: var(--md-spacing-md);
    }
    
    .stone-7ef4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.avatar-f439,
.stone-7ef4,
.box-40a6 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.feature-41eb::-webkit-scrollbar {
    width: 8px;
}

.feature-41eb::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.hard_f888 {
    font-size: 1.5rem;
}

.search-old-2268 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-5138 strong {
    color: #00ff88;
}

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

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

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

.focus-top-639d {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.main-c98b.hot-9ea7 .top-2dd3 {
    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); }
}

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

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

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

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

.content-edff 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;
}

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

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

.down_bffb {
    font-size: 1.2rem;
}

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

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

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

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

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

.section_huge_d5b2.yellow-7fa0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.section_huge_d5b2.disabled-selected-7e3f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.section_huge_d5b2.picture-fc02::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.section_huge_d5b2.smooth-da19::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.item_wood_89f9 {
    font-size: 1.2rem;
}

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

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

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

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

.top_3064.hidden_761b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.top_3064.fn-active-26b6 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.button-26df {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.mask-49fb {
    background: #0a0a0a;
    padding: 60px 0;
}

.hard-488b {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.stone-8a6d {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.logo-stone-8882 {
    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;
}

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

.logo-stone-8882.media_basic_80b9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.disabled-next-51c1 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.prev_7616 { border-top: 3px solid #00ccff; }
.icon_3f38 { border-top: 3px solid #00ff88; }
.tag_b96b { border-top: 3px solid #d4af37; }
.overlay_narrow_df99 { border-top: 3px solid #ff6b6b; }
.heading_9a20 { border-top: 3px solid #8b5cf6; }

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

.feature_upper_654b {
    overflow-x: auto;
}

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

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

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

.image_f1d0 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.row-mini-2c5f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.link-new-8a33 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.hard-1ab5 {
    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;
}

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

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

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

.inner_80a6 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.dark-60cf {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.shadow-5d85 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.under-c390 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.east-b696 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.active-0e63 .card_stone_4269 {
    margin-bottom: 10px;
}

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

.active-0e63 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.gradient-west-1ccd {
    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;
}

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

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

.dark-5f76 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.border-slow-c3ad {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.full-506c {
    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;
}

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

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

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

.text_a91a a {
    color: #ff6b6b;
}

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

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

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

.primary-f368 {
    text-align: center;
}

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

.primary-f368 .pro_9e27 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.hovered-58c6 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.notification-glass-139e {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .huge-6ba3 {
        flex-direction: column;
    }
    .notification-glass-139e {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.rough_ce08 .large-ef72 {
    color: #666;
    margin: 0 8px;
}

.rough_ce08 .accent-55b5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.form-purple-d9a5 {
    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;
}

.menu-f0fd {
    font-size: 2rem;
}

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

.widget-2163 strong {
    color: #d4af37;
}

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

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

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

.hard-e52b h3,
.north-2598 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.backdrop-8fb6 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.outline-next-43d7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.yellow_97ec h3,
.cool-8b27 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.widget-white-5eac summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.widget-white-5eac summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.gallery-efaf strong {
    color: #d4af37;
}

.mask-tall-107a {
    color: #aaa;
}

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

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

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

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

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

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

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

.clean-6162:last-child {
    border-bottom: none;
}

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

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

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

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

.hot-24b3 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.hot-24b3 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;
}

.hot-24b3 li strong {
    color: #00ff88;
}

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

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

.purple-79e7 {
    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;
}

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

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

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

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

.container_4a5a strong {
    color: #d4af37;
}

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

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

.thick_d926 strong {
    color: #00ff88;
}

.thick_d926 span {
    color: #d4af37;
}

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

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

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

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

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

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

.bottom-4a68 {
    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;
}

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

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

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

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

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

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

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

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

.short-f58c {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sort_8f04 strong {
    color: #00ff88;
}

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

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

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

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

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

.paragraph-906f {
    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;
}

.border-slow-c3ad {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .outline_thick_ed97 {
        flex-direction: column;
    }
    
    .hidden-ef90 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.tag-left-1cb0 {
    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;
}

.tag-left-1cb0: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) {
    .tag-left-1cb0 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .tag-left-1cb0 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .overlay_brown_e0e2 {
        padding: 30px 15px;
    }
    
    .overlay_brown_e0e2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .upper-68ea {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hidden-up-df9d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .complex-3887 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .complex-3887 .accordion_32b6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .content-small-a2b5 {
        font-size: 1.3rem;
    }
    
    .outer-f420 {
        font-size: 0.7rem;
    }
    
    .under_329e {
        flex-direction: column;
        gap: 10px;
    }
    
    .under_329e .top-cc03 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .overlay_yellow_d561 {
        display: none;
    }
    
    .message_last_2ffd {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .article-action-0c79 {
        padding: 20px 10px;
    }
    
    .active-2144 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle-e77e,
    .orange-38bc {
        padding: 15px;
    }
    
    .hard_badf {
        flex-direction: column;
        gap: 5px;
    }
    
    .focused_be3c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .description_2c0a {
        padding: 30px 10px;
    }
    
    .first-0ff3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion-motion-e05a {
        padding: 20px 15px;
    }
    
    .blue_de3b {
        font-size: 2rem;
    }
    
    .accordion-motion-e05a h3 {
        font-size: 1.1rem;
    }
    
    .accordion-motion-e05a p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .banner-bd26 {
        padding: 20px 5px;
    }
    
    .banner-bd26 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .dropdown-96b5 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .image_f1d0 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .image_f1d0 th,
    .image_f1d0 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .shade_c7bb {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .top_2581 {
        padding: 20px 10px;
    }
    
    .sort_e450 h2 {
        font-size: 1.3rem;
    }
    
    .action-b9e6 {
        font-size: 0.9rem;
    }
    
    .clean-6162 h3 {
        font-size: 1.1rem;
    }
    
    .clean-6162 p {
        font-size: 0.9rem;
    }
    
    .hot-24b3 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .purple-ef25 {
        grid-template-columns: 1fr;
    }
    
    .container_4a5a {
        font-size: 0.85rem;
    }
    
    .shade-6bc3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .purple-79e7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .purple-79e7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .component_bronze_f4ab {
        padding: 30px 10px;
    }
    
    .plasma_da4a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-2d8c {
        padding: 15px 10px;
    }
    
    .progress-2d8c h4 {
        font-size: 0.9rem;
    }
    
    .progress-2d8c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .block_iron_893d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .plasma_da4a {
        grid-template-columns: 1fr;
    }
    
    .progress-2d8c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .simple-1dbc {
        padding: 30px 10px;
    }
    
    .header_upper_b916 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .old_b207 {
        padding: 15px;
    }
    
    .title_2a68 {
        font-size: 0.9rem;
    }
    
    .notice-gold-b367 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notice-gold-b367 .grid-52af {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .basic-703a {
        padding: 20px 10px;
    }
    
    .list-d4f1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .light-43a7,
    .thick-b7cd,
    .text_a91a {
        width: 100%;
    }
    
    .light-43a7 h3 {
        font-size: 1.1rem;
    }
    
    .light-43a7 p {
        font-size: 0.8rem;
    }
    
    .full-506c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .frame_60c2 {
        padding: 30px 15px;
    }
    
    .frame_60c2 h2 {
        font-size: 1.3rem;
    }
    
    .frame_60c2 p {
        font-size: 0.85rem;
    }
    
    .section-6058 {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-6058 .top-cc03 {
        width: 100%;
    }
    
    .search-full-e483 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .module-stale-92de {
        padding: 30px 10px;
    }
    
    .module-stale-92de h3 {
        font-size: 1.2rem;
    }
    
    .pagination_ea5d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box-40a6 {
        padding: 15px 10px;
    }
    
    .box-40a6 h4 {
        font-size: 0.85rem;
    }
    
    .box-40a6 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .element-4494 {
        padding: 30px 15px;
    }
    
    .lite-71ad {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .media_d20e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .heading-advanced-3f2b h4 {
        font-size: 0.9rem;
    }
    
    .heading-advanced-3f2b a {
        font-size: 0.8rem;
    }
    
    .carousel_1752 {
        font-size: 0.8rem;
    }
    
    .modal_6b26 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .media-simple-6a56 {
        padding: 8px 10px;
    }
    
    .sidebar-small-fc1b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .logo-old-9fbb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .sidebar-small-fc1b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .logo-old-9fbb {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8d74 */
.widget-item-h2 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
