/* Inner Page Styles */

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

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

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

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

.table-05ef {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.table-05ef .picture_9fcd {
    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;
}

.table-05ef .picture_9fcd::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.table-05ef .picture_9fcd:hover::before {
    left: 100%;
}

.table-05ef .picture_9fcd:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-6dbf {
    color: var(--casino-gold-light);
}

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

.form-6dbf a:hover {
    color: var(--casino-gold-light);
}

.form-6dbf.fn-active-8acc {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-steel-d324 {
    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%;
}

.row-steel-d324 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 */
.huge-16bf {
    list-style: none;
    padding: 0;
    margin: 0;
}

.huge-16bf li {
    margin-bottom: var(--md-spacing-xs);
}

.huge-16bf 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);
}

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

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

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

.badge-north-b4dc:hover::before {
    left: 100%;
}

.badge-north-b4dc 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;
}

.badge-north-b4dc 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;
}

.badge-north-b4dc .hard-b58a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.badge-north-b4dc .hard-b58a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.active-stale-33b4 {
    margin-top: var(--md-spacing-sm);
}

.text-huge-4e5e {
    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);
}

.text-huge-4e5e:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.black-023f {
    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);
}

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

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

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

.black-023f .hard-b58a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.black-023f .hard-b58a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .content_64c0 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .content_64c0 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .content_64c0 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .table-05ef {
        justify-content: center;
    }
    
    .bright_4b83 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .upper_cdf2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .card_dirty_7c5f {
        padding: var(--md-spacing-md) 0;
    }
    
    .banner-cdc3 {
        padding: var(--md-spacing-md);
    }
    
    .pressed_1a2a {
        padding: var(--md-spacing-md) 0;
    }
    
    .row-steel-d324 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .black-023f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .panel-easy-38db {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .banner-cdc3 {
        padding: var(--md-spacing-sm);
    }
    
    .component_d320 {
        padding: var(--md-spacing-md);
    }
    
    .row-steel-d324 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.component_d320,
.row-steel-d324,
.black-023f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hidden_abd4 {
    font-size: 1.5rem;
}

.paragraph-up-6540 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.black-87de {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slow-1014 strong {
    color: #00ff88;
}

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

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

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

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

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

.in-280a::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;
}

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

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

.plasma_2d25.column_732d .focus-e7b0 {
    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); }
}

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

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

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

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

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

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

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

.title-mini-59c3 {
    font-size: 1.2rem;
}

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

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

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

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

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

.first-9151.row_gold_deaa::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.first-9151.list-last-5fcd::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.first-9151.main-center-931c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.first-9151.disabled-1a38::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.accent-dark-423c {
    font-size: 1.2rem;
}

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

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

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

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

.gallery_selected_531a.wrapper-motion-32ad { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gallery_selected_531a.fn-active-8acc { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.pattern-easy-ac03 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.complex_20e1.image-north-2f1a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.main-active-35a0 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.orange_8c6b { border-top: 3px solid #00ccff; }
.large_2d6e { border-top: 3px solid #00ff88; }
.feature-7c54 { border-top: 3px solid #d4af37; }
.hover-56ab { border-top: 3px solid #ff6b6b; }
.gradient-12df { border-top: 3px solid #8b5cf6; }

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

.fluid-1e2d {
    overflow-x: auto;
}

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

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

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

.clean-d5d8 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.title-active-9010 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.iron-64ab {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.hero-13eb {
    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;
}

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

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

.caption-smooth-644d h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.caption-smooth-644d p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.tertiary_bronze_ef6d {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.button-purple-da85 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.status_green_4033 {
    font-size: 1.5rem;
}

.message-easy-4cbd {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.secondary_center_ce55 .new-6bb2 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.shadow-up-6e95 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.wrapper-narrow-9541 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.border-medium-227b {
    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;
}

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

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

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

.yellow-164e {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.yellow-164e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.video_7fb2 a {
    color: #ff6b6b;
}

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

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

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

.tag_fcf8 {
    text-align: center;
}

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

.tag_fcf8 .gas-18fe {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-mini-2ff6 {
    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;
}

.hidden-mini-2ff6.image-north-2f1a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.link_77a9 .slider_6eee {
    color: #666;
    margin: 0 8px;
}

.link_77a9 .last_b2bf {
    color: #ff6b6b;
    text-decoration: line-through;
}

.tooltip-lite-4abd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.sort-short-dcb6 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.carousel_46ee {
    font-size: 2rem;
}

.progress-blue-54a5 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.progress-blue-54a5 strong {
    color: #d4af37;
}

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

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

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

.secondary-626e h3,
.old-49a4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.silver-24eb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.mask-top-ad29 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.tag-wood-9217 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.smooth_268b strong {
    color: #d4af37;
}

.highlight-17f3 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-7fbe {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.text-7fbe 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;
}

.text-7fbe li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.slider-698b strong {
    color: #d4af37;
}

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

.form-08c0 {
    color: #888;
    font-size: 0.9rem;
}

.form-08c0 strong {
    color: #00ff88;
}

.form-08c0 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.picture-steel-a7dc {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-narrow-047d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay-narrow-047d li {
    margin-bottom: 5px;
}

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

.overlay-narrow-047d a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.grid-04ce {
    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;
}

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

.gradient_fb60 strong {
    color: #00ff88;
}

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

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

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

.tag-13c8 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.active-small-ca6c {
    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;
}

.east-785d {
    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;
}

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

@media (max-width: 768px) {
    .tag-13c8 {
        flex-direction: column;
    }
    
    .active-small-ca6c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .section_6021 {
        padding: 30px 15px;
    }
    
    .section_6021 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .warm_4078 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .frame_dim_d389 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tooltip-d4d2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tooltip-d4d2 .action_74fe {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .blue_bfe9 {
        font-size: 1.3rem;
    }
    
    .grid-d3db {
        font-size: 0.7rem;
    }
    
    .first-df02 {
        flex-direction: column;
        gap: 10px;
    }
    
    .first-df02 .hard-b58a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .outline_71eb {
        display: none;
    }
    
    .green-7ae5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .disabled_blue_f085 {
        padding: 20px 10px;
    }
    
    .label_fluid_f75a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .advanced-67d5,
    .smooth-e65d {
        padding: 15px;
    }
    
    .basic_0a90 {
        flex-direction: column;
        gap: 5px;
    }
    
    .slow-fb77 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .yellow-56aa {
        padding: 30px 10px;
    }
    
    .button-ee6a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table-7aca {
        padding: 20px 15px;
    }
    
    .aside_pink_ad18 {
        font-size: 2rem;
    }
    
    .table-7aca h3 {
        font-size: 1.1rem;
    }
    
    .table-7aca p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .notice_8ba8 {
        padding: 20px 10px;
    }
    
    .notice_0ac6 h2 {
        font-size: 1.3rem;
    }
    
    .message-5d5f {
        font-size: 0.9rem;
    }
    
    .card_e4c9 h3 {
        font-size: 1.1rem;
    }
    
    .card_e4c9 p {
        font-size: 0.9rem;
    }
    
    .text-7fbe li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .module_90a3 {
        grid-template-columns: 1fr;
    }
    
    .slider-698b {
        font-size: 0.85rem;
    }
    
    .cold_8156 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .simple_5387 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .simple_5387 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .orange_0dfe {
        padding: 30px 10px;
    }
    
    .pattern-beac {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list-cool-8640 {
        padding: 15px 10px;
    }
    
    .list-cool-8640 h4 {
        font-size: 0.9rem;
    }
    
    .list-cool-8640 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .title_071c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pattern-beac {
        grid-template-columns: 1fr;
    }
    
    .list-cool-8640 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .aside-d282 {
        padding: 30px 10px;
    }
    
    .video-e0e4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border-6940 {
        padding: 15px;
    }
    
    .primary-hard-0f5d {
        font-size: 0.9rem;
    }
    
    .breadcrumb_4dc7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .breadcrumb_4dc7 .shade-inner-3b11 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .border-medium-227b {
        padding: 20px 10px;
    }
    
    .detail-edaa {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .liquid-ee79,
    .yellow-164e,
    .video_7fb2 {
        width: 100%;
    }
    
    .liquid-ee79 h3 {
        font-size: 1.1rem;
    }
    
    .liquid-ee79 p {
        font-size: 0.8rem;
    }
    
    .shade_black_5666 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .image-first-0251 {
        padding: 30px 15px;
    }
    
    .image-first-0251 h2 {
        font-size: 1.3rem;
    }
    
    .image-first-0251 p {
        font-size: 0.85rem;
    }
    
    .notification_a168 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification_a168 .hard-b58a {
        width: 100%;
    }
    
    .alert-e696 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .badge-stone-ac32 {
        padding: 30px 10px;
    }
    
    .badge-stone-ac32 h3 {
        font-size: 1.2rem;
    }
    
    .filter-233d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black-023f {
        padding: 15px 10px;
    }
    
    .black-023f h4 {
        font-size: 0.85rem;
    }
    
    .black-023f p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .easy-573d {
        padding: 30px 15px;
    }
    
    .link-ca28 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .popup-paper-b1f1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .selected_4e0c h4 {
        font-size: 0.9rem;
    }
    
    .selected_4e0c a {
        font-size: 0.8rem;
    }
    
    .highlight-726b {
        font-size: 0.8rem;
    }
    
    .solid_0a61 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .progress_322f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .shadow_glass_9f73 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a3e2 */
.shadow-element-t3 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
