/* Inner Page Styles */

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

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

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

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

.header-6f38 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.header-6f38 .list_ce4f {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

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

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

.header-6f38 .list_ce4f:hover::before {
    left: 100%;
}

.header-6f38 .list_ce4f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box_c8d4.fn-active-582d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status_511e h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.column_f02c {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.column_f02c a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

/* Promo Cards */
.pagination-iron-3f45 {
    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;
}

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

.pagination-iron-3f45:hover::before {
    left: 100%;
}

.pagination-iron-3f45 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;
}

.pagination-iron-3f45 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;
}

.pagination-iron-3f45 .search_dc4e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.pagination-iron-3f45 .search_dc4e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.tertiary_77e7 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.caption-fast-e9a6 {
    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);
}

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

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

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

.caption-fast-e9a6 .search_dc4e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.caption-fast-e9a6 .search_dc4e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .brown-c90b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .brown-c90b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .brown-c90b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .header-6f38 {
        justify-content: center;
    }
    
    .tertiary_advanced_4d75 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .tiny_2ce1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .notification-e2d8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .purple-ca29 {
        padding: var(--md-spacing-md);
    }
    
    .background_05e7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .status_511e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .caption-fast-e9a6 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .banner_1be4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .purple-ca29 {
        padding: var(--md-spacing-sm);
    }
    
    .right-3a5f {
        padding: var(--md-spacing-md);
    }
    
    .status_511e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.right-3a5f,
.status_511e,
.caption-fast-e9a6 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.grid-tiny-eeb7 {
    font-size: 1.5rem;
}

.stone_e409 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs_cb16 strong {
    color: #00ff88;
}

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

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

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

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

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

.alert-pro-d260::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;
}

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

.secondary-55cc {
    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;
}

.secondary-55cc.red-78e6 .current_97f5 {
    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); }
}

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

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

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

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

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

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

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

.action-f3d8 {
    font-size: 1.2rem;
}

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

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

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

.text-light-d985 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.text-light-d985.dim_dd7d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.text-light-d985.large-544c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.text-light-d985.tabs-stale-b52c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.text-light-d985.prev_0096::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.heading-selected-e428 {
    font-size: 1.2rem;
}

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

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

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

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

.section-north-75ac.picture-motion-0dbf { background: linear-gradient(90deg, #00ccff, #0088ff); }
.section-north-75ac.fn-active-582d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.sidebar-out-81f2 {
    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;
}

.sidebar-out-81f2:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.sidebar-out-81f2.simple_5428 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.pagination-2169 { border-top: 3px solid #00ccff; }
.shade-focused-a980 { border-top: 3px solid #00ff88; }
.accent-ca44 { border-top: 3px solid #d4af37; }
.west_fe36 { border-top: 3px solid #ff6b6b; }
.row-eaa9 { border-top: 3px solid #8b5cf6; }

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

.shade_advanced_fc80 {
    overflow-x: auto;
}

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

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

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

.video-cold-c048 td {
    color: #ccc;
}

.video-cold-c048 .glass_fbf6 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.video-cold-c048 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.widget-6877 {
    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-3c89 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.widget-fast-b032 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.message_basic_ddd3 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.yellow-6f67 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.mask-top-0996 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.image-complex-f9b0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.tooltip_copper_945f {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hero_pro_863f .gas-0621 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-553a {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.texture-553a span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.caption-simple-c6b7 span {
    color: #666;
    font-size: 0.8rem;
}

.caption-simple-c6b7 a {
    color: #ff6b6b;
}

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

.hero-8fcb {
    max-width: 800px;
    margin: 0 auto;
}

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

.mini-68c6 {
    text-align: center;
}

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

.mini-68c6 .warm-bb55 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.hero-8fcb > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.disabled-536b {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.up-8b78 {
    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;
}

.up-8b78.simple_5428 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .complex-5951 {
        flex-direction: column;
    }
    .list-75e9 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.progress-soft-5b1e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.out-09b8 .dynamic-03c1 {
    color: #666;
    margin: 0 8px;
}

.out-09b8 .sort-1ac1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.alert-cold-b278 {
    font-size: 2rem;
}

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

.section_8d09 strong {
    color: #d4af37;
}

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

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

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

.overlay_focused_dec4 h3,
.section-0ef6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.gradient-7e9e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.menu-gas-f53d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-784b strong {
    color: #d4af37;
}

.dynamic_add5 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label_soft_9682 strong {
    color: #d4af37;
}

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

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

.item-ee94 strong {
    color: #00ff88;
}

.item-ee94 span {
    color: #d4af37;
}

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

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

.highlight-green-87a1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .highlight-green-87a1 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.label-full-e063 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.old-64d8 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-0c24 li {
    margin-bottom: 5px;
}

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

.liquid-0c24 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.summary_65d1 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

.tag-fresh-7cc4 {
    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;
}

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

.video-c367 strong {
    color: #00ff88;
}

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

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

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

.form-8eab {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.basic-023e {
    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;
}

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

@media (max-width: 768px) {
    .form-8eab {
        flex-direction: column;
    }
    
    .fluid-cd56 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .easy-570d {
        padding: 30px 15px;
    }
    
    .easy-570d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .cold_ca83 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .filter_west_a23a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .widget_cold_04a4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .widget_cold_04a4 .title-bronze-5c4e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .box-6b69 {
        font-size: 1.3rem;
    }
    
    .icon_focused_5326 {
        font-size: 0.7rem;
    }
    
    .shade_26ca {
        flex-direction: column;
        gap: 10px;
    }
    
    .shade_26ca .search_dc4e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .panel-complex-d752 {
        display: none;
    }
    
    .mask-fresh-bdac {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .in_f58a {
        padding: 20px 10px;
    }
    
    .highlight-green-87a1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture-427c,
    .silver_081a {
        padding: 15px;
    }
    
    .tag_fixed_999b {
        flex-direction: column;
        gap: 5px;
    }
    
    .old-64d8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .content-tiny-5b7b {
        padding: 30px 10px;
    }
    
    .accordion-7349 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input_new_5d14 {
        padding: 20px 15px;
    }
    
    .alert-left-f454 {
        font-size: 2rem;
    }
    
    .input_new_5d14 h3 {
        font-size: 1.1rem;
    }
    
    .input_new_5d14 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hover_9a76 {
        padding: 20px 5px;
    }
    
    .hover_9a76 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .description_up_391c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .video-cold-c048 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .video-cold-c048 th,
    .video-cold-c048 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .filter_mini_20c6 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .notification-west-4f54 {
        padding: 20px 10px;
    }
    
    .easy-79d0 h2 {
        font-size: 1.3rem;
    }
    
    .input-8ca8 {
        font-size: 0.9rem;
    }
    
    .out_88d2 h3 {
        font-size: 1.1rem;
    }
    
    .out_88d2 p {
        font-size: 0.9rem;
    }
    
    .huge_e0e4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .south-6003 {
        grid-template-columns: 1fr;
    }
    
    .label_soft_9682 {
        font-size: 0.85rem;
    }
    
    .alert-8678 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .caption_d445 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .caption_d445 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .aside-0112 {
        padding: 30px 10px;
    }
    
    .row_in_7998 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .in-c9a9 {
        padding: 15px 10px;
    }
    
    .in-c9a9 h4 {
        font-size: 0.9rem;
    }
    
    .in-c9a9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tooltip_055f {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .menu-left-3a86 {
        padding: 30px 10px;
    }
    
    .surface-d62b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .full_cf59 {
        padding: 15px;
    }
    
    .last-b5bf {
        font-size: 0.9rem;
    }
    
    .border-993c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .border-993c .texture-copper-966a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .header_d806 {
        padding: 30px 10px;
    }
    
    .header_d806 h2 {
        font-size: 1.2rem;
    }
    
    .header-gold-ec3f {
        gap: 10px;
    }
    
    .notification-1090 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .notification-1090 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .secondary-7af8 {
        padding: 30px 10px;
    }
    
    .secondary-7af8 h2 {
        font-size: 1.2rem;
    }
    
    .hover_bb0e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element-b2cd {
        padding: 15px 10px;
    }
    
    .element-b2cd h4 {
        font-size: 0.85rem;
    }
    
    .element-b2cd p {
        font-size: 0.75rem;
    }
    
    .content-west-f432 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .next_b615 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .button_fast_6c7d {
        padding: 20px 10px;
    }
    
    .first_26f8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .grid-basic-d9a9,
    .texture-553a,
    .caption-simple-c6b7 {
        width: 100%;
    }
    
    .grid-basic-d9a9 h3 {
        font-size: 1.1rem;
    }
    
    .grid-basic-d9a9 p {
        font-size: 0.8rem;
    }
    
    .notification_47c7 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .panel-dim-e84b {
        padding: 30px 15px;
    }
    
    .panel-dim-e84b h2 {
        font-size: 1.3rem;
    }
    
    .panel-dim-e84b p {
        font-size: 0.85rem;
    }
    
    .heading_7756 {
        flex-direction: column;
        gap: 10px;
    }
    
    .heading_7756 .search_dc4e {
        width: 100%;
    }
    
    .description_copper_f00e {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .upper-d98b {
        padding: 30px 15px;
    }
    
    .red_7703 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dropdown_5edd {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .clean_0aeb h4 {
        font-size: 0.9rem;
    }
    
    .clean_0aeb a {
        font-size: 0.8rem;
    }
    
    .hover_plasma_1a09 {
        font-size: 0.8rem;
    }
    
    .notification-cc1a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .heading-581c {
        padding: 8px 10px;
    }
    
    .label_cool_e518 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .up_d8f5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .label_cool_e518 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .up_d8f5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 91b5 */
.promo-block-k2 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
