/* Inner Page Styles */

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

.lower-06a1 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);
}

.lower-06a1 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);
}

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

.focus-5244 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.focus-5244 .thumbnail_paper_3638 {
    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;
}

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

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

.focus-5244 .thumbnail_paper_3638:hover::before {
    left: 100%;
}

.focus-5244 .thumbnail_paper_3638:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask_298c.fn-active-427f {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-350d {
    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%;
}

.bottom-350d 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 */
.wrapper_in_bd3b {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.paragraph-6eb7:hover::before {
    left: 100%;
}

.paragraph-6eb7 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;
}

.paragraph-6eb7 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;
}

.paragraph-6eb7 .shadow_short_12af {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.paragraph-6eb7 .shadow_short_12af:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.selected-254a {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.container_10f1 .shadow_short_12af:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .lower-06a1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .lower-06a1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .lower-06a1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .focus-5244 {
        justify-content: center;
    }
    
    .gallery-7b2b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .layout-9826 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .primary-996a {
        padding: var(--md-spacing-md) 0;
    }
    
    .box_b8e4 {
        padding: var(--md-spacing-md);
    }
    
    .disabled_3b8f {
        padding: var(--md-spacing-md) 0;
    }
    
    .bottom-350d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .container_10f1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .text-41fb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .box_b8e4 {
        padding: var(--md-spacing-sm);
    }
    
    .center-ff85 {
        padding: var(--md-spacing-md);
    }
    
    .bottom-350d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.center-ff85,
.bottom-350d,
.container_10f1 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.motion_79cf {
    font-size: 1.5rem;
}

.list_short_6493 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.full-ffac {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thick_2433 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.status-simple-04c7 {
    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;
}

.status-simple-04c7.logo-26fc .dim-f32f {
    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); }
}

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

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

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

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

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

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

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

.accent-3be1 {
    font-size: 1.2rem;
}

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

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

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

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

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

.solid-f3ec.dropdown_8a87::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.solid-f3ec.heading-inner-1b46::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.solid-f3ec.mask_47de::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.solid-f3ec.accent_fixed_78fa::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.popup-a542 {
    font-size: 1.2rem;
}

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

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

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

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

.table-steel-8071.notice-clean-4c4e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table-steel-8071.fn-active-427f { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.border-selected-564c {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

.item-easy-19d0 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.slider-brown-031b {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.photo-medium-6c10 {
    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-medium-6c10:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.photo-medium-6c10.action_7faf {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.highlight_upper_1074 { border-top: 3px solid #00ccff; }
.tiny-55e8 { border-top: 3px solid #00ff88; }
.bottom-8a12 { border-top: 3px solid #d4af37; }
.breadcrumb-dec0 { border-top: 3px solid #ff6b6b; }
.notification-huge-de97 { border-top: 3px solid #8b5cf6; }

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

.easy_1a68 {
    overflow-x: auto;
}

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

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

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

.alert-35e7 td {
    color: #ccc;
}

.alert-35e7 .bronze-1ca7 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.alert-35e7 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.silver_50b1 {
    font-size: 2rem;
}

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

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

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

.primary-solid-cb63 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.form-south-782c {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.footer-upper-5801 {
    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;
}

.footer-upper-5801::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);
}

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

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

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

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

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

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

.hover-fa05 {
    font-size: 1.5rem;
}

.focus-liquid-61d0 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text_wide_90ea .primary-a53f {
    margin-bottom: 10px;
}

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

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

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

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

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

.button-brown-46cf 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 */
.preview-out-cc9c {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.highlight-slow-179c {
    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;
}

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

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

.thumbnail-pink-bef8 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.thumbnail-right-8ba7 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.nav-action-61d8 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.warm-6e75 span {
    color: #666;
    font-size: 0.8rem;
}

.warm-6e75 a {
    color: #ff6b6b;
}

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

.thumbnail-down-31c5 {
    max-width: 800px;
    margin: 0 auto;
}

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

.simple_6910 {
    text-align: center;
}

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

.simple_6910 .motion-7a8d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.thumbnail-down-31c5 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.thumbnail-down-31c5 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.red-2b2e {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.notification-white-5e9f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.block-4de4 {
    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;
}

.block-4de4.action_7faf {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .notification-white-5e9f {
        flex-direction: column;
    }
    .complex-106b {
        transform: rotate(90deg);
    }
}

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

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

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

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

.nav-0a4c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.orange-7d2b .up-f694 {
    color: #666;
    margin: 0 8px;
}

.orange-7d2b .filter-f8f1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.west-01b8 {
    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;
}

.component-ce8c {
    font-size: 2rem;
}

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

.red_ff40 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.modal-864e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.solid_3ef9 strong {
    color: #00ff88;
}

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

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

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

.wrapper-c1b1 h3,
.inner-fea9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.heading-upper-fb37 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.simple_0e79 strong {
    color: #d4af37;
}

.container_d131 {
    color: #aaa;
}

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

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

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

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

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

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

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

.form-b967:last-child {
    border-bottom: none;
}

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

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

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

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

.orange-2aed {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.orange-2aed 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;
}

.orange-2aed li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.cool-a84f strong {
    color: #d4af37;
}

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

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

.notice_cool_7a41 strong {
    color: #00ff88;
}

.notice_cool_7a41 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.tabs-6a2e {
    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);
}

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

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

.hidden-purple-41e4 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.stone-6dcc {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.stone-6dcc li:last-child {
    border-bottom: none;
}

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

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

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

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

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

@media (max-width: 480px) {
    .pattern-west-69c5 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.chip_dim_894d strong {
    color: #00ff88;
}

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

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

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

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

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

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

.nav-action-61d8 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .steel_1449 {
        padding: 30px 15px;
    }
    
    .steel_1449 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .medium-6246 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .notification_26f1 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .primary-advanced-7184 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary-advanced-7184 .container_d854 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .panel_c180 {
        font-size: 1.3rem;
    }
    
    .title_f60e {
        font-size: 0.7rem;
    }
    
    .inner_5764 {
        flex-direction: column;
        gap: 10px;
    }
    
    .inner_5764 .shadow_short_12af {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hidden_dark_71bc {
        display: none;
    }
    
    .box-159e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .list-bottom-b2e9 {
        padding: 20px 10px;
    }
    
    .advanced-e8eb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stone_f07d,
    .hidden-purple-41e4 {
        padding: 15px;
    }
    
    .caption_57a6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tabs-6a2e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .row_short_e399 {
        padding: 30px 10px;
    }
    
    .old-fd38 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search-thick-18c6 {
        padding: 20px 15px;
    }
    
    .yellow-a2f4 {
        font-size: 2rem;
    }
    
    .search-thick-18c6 h3 {
        font-size: 1.1rem;
    }
    
    .search-thick-18c6 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .black-1bc2 {
        padding: 20px 5px;
    }
    
    .black-1bc2 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .accordion-pressed-718b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .alert-35e7 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .alert-35e7 th,
    .alert-35e7 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .dirty-2ea9 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .widget-7858 {
        padding: 20px 10px;
    }
    
    .disabled-full-2559 h2 {
        font-size: 1.3rem;
    }
    
    .info_b079 {
        font-size: 0.9rem;
    }
    
    .form-b967 h3 {
        font-size: 1.1rem;
    }
    
    .form-b967 p {
        font-size: 0.9rem;
    }
    
    .orange-2aed li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .panel-010a {
        grid-template-columns: 1fr;
    }
    
    .cool-a84f {
        font-size: 0.85rem;
    }
    
    .in_4974 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border_3641 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .border_3641 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .copper_4b3d {
        padding: 30px 10px;
    }
    
    .secondary-006c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .main_full_e2a4 {
        padding: 15px 10px;
    }
    
    .main_full_e2a4 h4 {
        font-size: 0.9rem;
    }
    
    .main_full_e2a4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .slider_bronze_66de {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .secondary-006c {
        grid-template-columns: 1fr;
    }
    
    .main_full_e2a4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .detail-814f {
        padding: 30px 10px;
    }
    
    .sidebar-b7cb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link-huge-4f91 {
        padding: 15px;
    }
    
    .orange_b5ea {
        font-size: 0.9rem;
    }
    
    .tertiary-d374 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tertiary-d374 .nav_thick_703b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .container_c15f {
        padding: 30px 10px;
    }
    
    .container_c15f h2 {
        font-size: 1.2rem;
    }
    
    .input-d5b3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .right-448e {
        padding: 15px 10px;
    }
    
    .right-448e h4 {
        font-size: 0.85rem;
    }
    
    .right-448e p {
        font-size: 0.75rem;
    }
    
    .list_cold_7da4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .backdrop-green-4451 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .south_c70b {
        padding: 20px 10px;
    }
    
    .article_2f37 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .sidebar-5009,
    .title_gas_dec0,
    .warm-6e75 {
        width: 100%;
    }
    
    .sidebar-5009 h3 {
        font-size: 1.1rem;
    }
    
    .sidebar-5009 p {
        font-size: 0.8rem;
    }
    
    .disabled_5c5a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .nav-static-7fff {
        padding: 30px 15px;
    }
    
    .nav-static-7fff h2 {
        font-size: 1.3rem;
    }
    
    .nav-static-7fff p {
        font-size: 0.85rem;
    }
    
    .copper_93ac {
        flex-direction: column;
        gap: 10px;
    }
    
    .copper_93ac .shadow_short_12af {
        width: 100%;
    }
    
    .panel-wide-5670 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .button-soft-f511 {
        padding: 30px 10px;
    }
    
    .button-soft-f511 h3 {
        font-size: 1.2rem;
    }
    
    .pressed_5e25 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container_10f1 {
        padding: 15px 10px;
    }
    
    .container_10f1 h4 {
        font-size: 0.85rem;
    }
    
    .container_10f1 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .up-54bc {
        padding: 30px 15px;
    }
    
    .tiny-54f0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .image-871e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .title_47a3 h4 {
        font-size: 0.9rem;
    }
    
    .title_47a3 a {
        font-size: 0.8rem;
    }
    
    .south-31d6 {
        font-size: 0.8rem;
    }
    
    .photo-solid-4a08 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .disabled_active_3201 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .content-4b5e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e218 */
.ghost-box-b0 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.0;
}
