/* Inner Page Styles */

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

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

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

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

.text-soft-582a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.text-soft-582a .content-8eab {
    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;
}

.text-soft-582a .content-8eab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.text-soft-582a .content-8eab:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.text-soft-582a .content-8eab:hover::before {
    left: 100%;
}

.text-soft-582a .content-8eab:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.text-blue-ca1d {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.last_8d6d.fn-active-d08e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary_white_389e 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 */
.outline-out-d56f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outline-out-d56f li {
    margin-bottom: var(--md-spacing-xs);
}

.outline-out-d56f 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);
}

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

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

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

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

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

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

.article_484a .hidden-4964 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.article_484a .hidden-4964:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.easy_40aa .hidden-4964:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .input_copper_03db {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .input_copper_03db h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .input_copper_03db h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .text-soft-582a {
        justify-content: center;
    }
    
    .text-blue-ca1d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .notice_44d8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .small-9d73 {
        padding: var(--md-spacing-md) 0;
    }
    
    .background-c33a {
        padding: var(--md-spacing-md);
    }
    
    .mask_blue_21fc {
        padding: var(--md-spacing-md) 0;
    }
    
    .secondary_white_389e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .easy_40aa {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .panel-small-d2af {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .background-c33a {
        padding: var(--md-spacing-sm);
    }
    
    .hero-fe32 {
        padding: var(--md-spacing-md);
    }
    
    .secondary_white_389e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hero-fe32,
.secondary_white_389e,
.easy_40aa {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.prev_6734 {
    font-size: 1.5rem;
}

.feature-e6ce strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.module-88c9 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.logo_b344 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.current_ce3f.shadow_2b00 .gallery_upper_e6e8 {
    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); }
}

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

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

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

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

.under-2dc4 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;
}

.under-2dc4 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);
}

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

.alert_over_8ba9 {
    font-size: 1.2rem;
}

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

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

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

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

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

.element_upper_9100.frame-c226::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.element_upper_9100.main-6c22::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.element_upper_9100.section-bc4b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.element_upper_9100.item_b851::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.border_gold_370e {
    font-size: 1.2rem;
}

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

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

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

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

.hidden-6c5e.logo_d6e8 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hidden-6c5e.fn-active-d08e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.preview-plasma-285d {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.tiny-66c4 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.media-cold-3c9c {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.highlight-iron-66e7 { border-top: 3px solid #00ccff; }
.text_fluid_61ef { border-top: 3px solid #00ff88; }
.right_d3bb { border-top: 3px solid #d4af37; }
.tag-stone-daad { border-top: 3px solid #ff6b6b; }
.menu-blue-a161 { border-top: 3px solid #8b5cf6; }

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

.icon-purple-5dce {
    overflow-x: auto;
}

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

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

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

.plasma-d5ce td {
    color: #ccc;
}

.plasma-d5ce .chip-124e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_4ab5 {
    font-size: 2rem;
}

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

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

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

.article-medium-1c62 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .article-medium-1c62::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

.box-wide-9dd2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.brown-8b0f {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.active-9ff4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.bottom-718f {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.gas_6365 .table_8573 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal_ad78 a {
    color: #ff6b6b;
}

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

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

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

.tag_f7ab {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-current-f69d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.lite_03b4 .table_advanced_1cfc {
    color: #666;
    margin: 0 8px;
}

.lite_03b4 .bottom_5333 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.item-fluid-9ed1 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.description_out_8ef4 {
    font-size: 2rem;
}

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

.east_0777 strong {
    color: #d4af37;
}

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

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

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

.message_cool_fe8e h3,
.secondary-green-f8f7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.purple-053a {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.next-0aef strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.sort_pro_bbe4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

.accordion-bright-3c37 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.accordion-bright-3c37 strong {
    color: #d4af37;
}

.brown-8b3a {
    color: #aaa;
}

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

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

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

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

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

.detail-plasma-4953 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.box-gas-a28e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.box-gas-a28e 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;
}

.box-gas-a28e li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.new-dbe5 strong {
    color: #d4af37;
}

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

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

.list_c5dc strong {
    color: #00ff88;
}

.list_c5dc span {
    color: #d4af37;
}

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

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

.info-4bb6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.tooltip-69c4 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.image-west-aff9 {
    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);
}

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

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

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

.notice-tiny-e97a {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout_inner_3f0d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .wood-d6f9 {
        padding: 30px 15px;
    }
    
    .wood-d6f9 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .border-0348 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .blue_1a9a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .top_f53e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .top_f53e .description-63f3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .video_7875 {
        font-size: 1.3rem;
    }
    
    .hover_mini_4c1e {
        font-size: 0.7rem;
    }
    
    .east_01d4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .east_01d4 .hidden-4964 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pressed_8702 {
        display: none;
    }
    
    .progress_bf51 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .short-fed0 {
        padding: 20px 10px;
    }
    
    .info-4bb6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pressed-9a3d,
    .text_d072 {
        padding: 15px;
    }
    
    .tooltip-69c4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .image-west-aff9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .old-b26c {
        padding: 30px 10px;
    }
    
    .dynamic_c1fb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .light-072d {
        padding: 20px 15px;
    }
    
    .dirty-662a {
        font-size: 2rem;
    }
    
    .light-072d h3 {
        font-size: 1.1rem;
    }
    
    .light-072d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .popup-9cd3 {
        padding: 20px 10px;
    }
    
    .pattern_bottom_2e6a h2 {
        font-size: 1.3rem;
    }
    
    .medium_0345 {
        font-size: 0.9rem;
    }
    
    .mask_e134 h3 {
        font-size: 1.1rem;
    }
    
    .mask_e134 p {
        font-size: 0.9rem;
    }
    
    .box-gas-a28e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active-cc4b {
        grid-template-columns: 1fr;
    }
    
    .new-dbe5 {
        font-size: 0.85rem;
    }
    
    .shade_fixed_c470 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form_new_f422 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .form_new_f422 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .large_fd49 {
        padding: 30px 10px;
    }
    
    .outline-simple-7dc9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .next-9e8f {
        padding: 15px 10px;
    }
    
    .next-9e8f h4 {
        font-size: 0.9rem;
    }
    
    .next-9e8f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .alert-center-d0f0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .outline-simple-7dc9 {
        grid-template-columns: 1fr;
    }
    
    .next-9e8f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hidden-last-fb3e {
        padding: 30px 10px;
    }
    
    .bottom_4c24 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .item-784c {
        padding: 15px;
    }
    
    .description_4080 {
        font-size: 0.9rem;
    }
    
    .action_ddc9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .action_ddc9 .aside-8e10 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .icon-7446 {
        padding: 30px 10px;
    }
    
    .icon-7446 h2 {
        font-size: 1.2rem;
    }
    
    .mask-in-34af {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .breadcrumb-0dd0 {
        padding: 15px 10px;
    }
    
    .breadcrumb-0dd0 h4 {
        font-size: 0.85rem;
    }
    
    .breadcrumb-0dd0 p {
        font-size: 0.75rem;
    }
    
    .old_236a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .backdrop-a1ff {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .mask-in-34af {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .fresh_f092 {
        padding: 20px 10px;
    }
    
    .tertiary_wood_09c8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .bronze-4a52,
    .thumbnail_black_e2c9,
    .modal_ad78 {
        width: 100%;
    }
    
    .bronze-4a52 h3 {
        font-size: 1.1rem;
    }
    
    .bronze-4a52 p {
        font-size: 0.8rem;
    }
    
    .stone_d9ae {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .outer-47f4 {
        padding: 30px 15px;
    }
    
    .outer-47f4 h2 {
        font-size: 1.3rem;
    }
    
    .outer-47f4 p {
        font-size: 0.85rem;
    }
    
    .row_bottom_f52c {
        flex-direction: column;
        gap: 10px;
    }
    
    .row_bottom_f52c .hidden-4964 {
        width: 100%;
    }
    
    .notification-dark-ecee {
        width: 60px;
        height: 60px;
    }
}

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

@media (max-width: 480px) {
    .gradient-stale-3b68 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .highlight-2202 {
        padding: 30px 15px;
    }
    
    .form_a67b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .nav-small-f5ea {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .list-0ff6 h4 {
        font-size: 0.9rem;
    }
    
    .list-0ff6 a {
        font-size: 0.8rem;
    }
    
    .caption_115e {
        font-size: 0.8rem;
    }
    
    .notification-4537 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .primary-69c6 {
        padding: 8px 10px;
    }
    
    .left-ebd6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tag_072b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .left-ebd6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tag_072b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 09c1 */
.widget-item-m7 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
