/* Inner Page Styles */

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

.article-12ac 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);
}

.article-12ac 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);
}

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

.message-dirty-6903 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.message-dirty-6903 .shadow-c9e4 {
    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;
}

.message-dirty-6903 .shadow-c9e4::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.message-dirty-6903 .shadow-c9e4:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.message-dirty-6903 .shadow-c9e4:hover::before {
    left: 100%;
}

.message-dirty-6903 .shadow-c9e4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.slow-2e6e {
    margin-bottom: var(--md-spacing-lg);
}

.table-easy-4d47 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-0729.fn-active-e7d7 {
    color: var(--casino-gold-light);
}

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

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

.hero-744c {
    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);
}

.hero-744c 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.left_ed66 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 */
.block-ab3a {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.brown-62f0:hover::before {
    left: 100%;
}

.brown-62f0 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;
}

.brown-62f0 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;
}

.brown-62f0 .cold_ee5f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.brown-62f0 .cold_ee5f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.search-7fde {
    margin-top: var(--md-spacing-sm);
}

.banner-2a15 {
    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);
}

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

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

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

.hero-23f0 {
    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);
}

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

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

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

.hero-23f0 .cold_ee5f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hero-23f0 .cold_ee5f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-12ac {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .article-12ac h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .article-12ac h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .message-dirty-6903 {
        justify-content: center;
    }
    
    .table-easy-4d47 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .large-319f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .chip_adb7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero-744c {
        padding: var(--md-spacing-md);
    }
    
    .header_plasma_bb45 {
        padding: var(--md-spacing-md) 0;
    }
    
    .left_ed66 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hero-23f0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .preview_3c56 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hero-744c {
        padding: var(--md-spacing-sm);
    }
    
    .grid-46d2 {
        padding: var(--md-spacing-md);
    }
    
    .left_ed66 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.grid-46d2,
.left_ed66,
.hero-23f0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.small-56b5 {
    font-size: 1.5rem;
}

.focused_a6d6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fast-6dbe {
    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;
}

.fast-6dbe strong {
    color: #00ff88;
}

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

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

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

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

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

.caption-south-52dd::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;
}

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

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

.copper_e97a.frame-over-90bb .alert-49b1 {
    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); }
}

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

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

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

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

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

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

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

.chip_thick_52ba {
    font-size: 1.2rem;
}

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

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

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

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

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

.dim_a0c4.mask-fixed-d542::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.dim_a0c4.hard_dbd8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dim_a0c4.up_e9dc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.dim_a0c4.dark-fe78::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.popup_wood_6528 {
    font-size: 1.2rem;
}

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

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

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

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

.mini_4920.footer-7848 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.mini_4920.fn-active-e7d7 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.article-green-d70e {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.cold-8a60 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.article-slow-a944 { border-top: 3px solid #00ccff; }
.layout-current-08ef { border-top: 3px solid #00ff88; }
.progress_d086 { border-top: 3px solid #d4af37; }
.preview-fresh-a3c9 { border-top: 3px solid #ff6b6b; }
.white-2cdb { border-top: 3px solid #8b5cf6; }

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

.filter-silver-bac7 {
    overflow-x: auto;
}

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

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

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

.frame-lite-477b td {
    color: #ccc;
}

.frame-lite-477b .white-3a95 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.frame-lite-477b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

.feature-light-9a6a {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.frame-white-2389 {
    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;
}

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

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

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

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

.form-upper-d79e {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

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

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

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

.panel-full-8161 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading_2a8b {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-red-e753 .button_white_4486 {
    margin-bottom: 10px;
}

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

.thumbnail-red-e753 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

@media (max-width: 768px) {
    .box-complex-6cf4 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.card-6c20 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.active-9c33 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.widget-dirty-f424 {
    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;
}

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

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

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

.button-d1d0 a {
    color: #ff6b6b;
}

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

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

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

.accent_9a40 {
    text-align: center;
}

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

.accent_9a40 .gallery-428e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.widget-tiny-41c2 {
    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;
}

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

.title-warm-20a9 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.media-top-143b {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .carousel_ad08 {
        flex-direction: column;
    }
    .short_4852 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.wide_0a38 .purple-9bdc {
    color: #666;
    margin: 0 8px;
}

.wide_0a38 .column_8a79 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.article-huge-9b72 strong {
    color: #d4af37;
    margin-right: 8px;
}

.notice-green-b9cc {
    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;
}

.preview-2ac9 {
    font-size: 2rem;
}

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

.title_purple_d02b strong {
    color: #d4af37;
}

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

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

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

.search_6ffb h3,
.highlight-action-bdd8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.icon-448c {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.grid_rough_9acf strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.notice-4d12 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

.large-23ea summary::-webkit-details-marker {
    display: none;
}

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

.copper-0deb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.white-ba33 strong {
    color: #d4af37;
}

.item_aa59 {
    color: #aaa;
}

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

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

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

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

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

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

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

.detail-iron-75f0:last-child {
    border-bottom: none;
}

.detail-iron-75f0 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.detail-iron-75f0 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.sidebar-ede9 strong {
    color: #d4af37;
}

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

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

.status_fd0a strong {
    color: #00ff88;
}

.status_fd0a span {
    color: #d4af37;
}

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

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

.accent-small-5f43 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.medium-8ed5 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

.background_north_7c86 {
    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_dab0 {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.over_d608 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.active-9c33 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .outer-1f53 {
        padding: 30px 15px;
    }
    
    .outer-1f53 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .logo-huge-8fa3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .fast_189a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus_first_9f65 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus_first_9f65 .tabs_78a3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .panel-paper-141c {
        font-size: 1.3rem;
    }
    
    .background-6e92 {
        font-size: 0.7rem;
    }
    
    .column-paper-7d88 {
        flex-direction: column;
        gap: 10px;
    }
    
    .column-paper-7d88 .cold_ee5f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .soft_f393 {
        display: none;
    }
    
    .surface_glass_0d5c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .left_cdd5 {
        padding: 20px 10px;
    }
    
    .accent-small-5f43 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notice_96ab,
    .text_4299 {
        padding: 15px;
    }
    
    .feature-e90a {
        flex-direction: column;
        gap: 5px;
    }
    
    .rough-7220 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .liquid-b075 {
        padding: 30px 10px;
    }
    
    .texture_f568 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-north-cca8 {
        padding: 20px 15px;
    }
    
    .box_1bbe {
        font-size: 2rem;
    }
    
    .layout-north-cca8 h3 {
        font-size: 1.1rem;
    }
    
    .layout-north-cca8 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .middle-d6b5 {
        padding: 20px 5px;
    }
    
    .middle-d6b5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .label-8c96 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .frame-lite-477b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .frame-lite-477b th,
    .frame-lite-477b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .panel-6c74 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .detail_37a1 {
        padding: 20px 10px;
    }
    
    .video-b863 h2 {
        font-size: 1.3rem;
    }
    
    .block_cc66 {
        font-size: 0.9rem;
    }
    
    .detail-iron-75f0 h3 {
        font-size: 1.1rem;
    }
    
    .detail-iron-75f0 p {
        font-size: 0.9rem;
    }
    
    .element_liquid_83c4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .block_a184 {
        grid-template-columns: 1fr;
    }
    
    .sidebar-ede9 {
        font-size: 0.85rem;
    }
    
    .out-b0e0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_70f3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .item_70f3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .short-097c {
        padding: 30px 10px;
    }
    
    .status-focused-517f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hard_1a5d {
        padding: 15px 10px;
    }
    
    .hard_1a5d h4 {
        font-size: 0.9rem;
    }
    
    .hard_1a5d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .complex_7a00 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .status-focused-517f {
        grid-template-columns: 1fr;
    }
    
    .hard_1a5d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .selected-4f22 {
        padding: 30px 10px;
    }
    
    .aside_544f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused_a457 {
        padding: 15px;
    }
    
    .widget_c6d0 {
        font-size: 0.9rem;
    }
    
    .block-1133 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .block-1133 .box-fast-8ce4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .grid_cold_865d {
        padding: 30px 10px;
    }
    
    .grid_cold_865d h2 {
        font-size: 1.2rem;
    }
    
    .glass_018d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tiny-6aa9 {
        padding: 15px 10px;
    }
    
    .tiny-6aa9 h4 {
        font-size: 0.85rem;
    }
    
    .tiny-6aa9 p {
        font-size: 0.75rem;
    }
    
    .sidebar-c2c4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .column_tiny_c873 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .nav_wood_6c4e {
        padding: 20px 10px;
    }
    
    .solid_2c0d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .notice-liquid-f1e1,
    .iron_4860,
    .button-d1d0 {
        width: 100%;
    }
    
    .notice-liquid-f1e1 h3 {
        font-size: 1.1rem;
    }
    
    .notice-liquid-f1e1 p {
        font-size: 0.8rem;
    }
    
    .widget-dirty-f424 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .middle_4664 {
        padding: 30px 15px;
    }
    
    .middle_4664 h2 {
        font-size: 1.3rem;
    }
    
    .middle_4664 p {
        font-size: 0.85rem;
    }
    
    .footer-eca1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-eca1 .cold_ee5f {
        width: 100%;
    }
    
    .media_north_cef2 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .block-out-6ea2 {
        padding: 30px 10px;
    }
    
    .block-out-6ea2 h3 {
        font-size: 1.2rem;
    }
    
    .icon-basic-157f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hero-23f0 {
        padding: 15px 10px;
    }
    
    .hero-23f0 h4 {
        font-size: 0.85rem;
    }
    
    .hero-23f0 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .icon-basic-157f {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .media-bc74 {
        padding: 30px 15px;
    }
    
    .hover_c38f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .caption_0503 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .badge_f092 h4 {
        font-size: 0.9rem;
    }
    
    .badge_f092 a {
        font-size: 0.8rem;
    }
    
    .backdrop-over-4a71 {
        font-size: 0.8rem;
    }
    
    .focused-73cf p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .frame-1404 {
        padding: 8px 10px;
    }
    
    .search-gold-e5e0 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tag-mini-8b33 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .search-gold-e5e0 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tag-mini-8b33 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 844e */
.shadow-element-t1 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
