/* Inner Page Styles */

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

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

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

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

.tertiary-dim-2129 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.tertiary-dim-2129 .secondary_35ee {
    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;
}

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

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

.tertiary-dim-2129 .secondary_35ee:hover::before {
    left: 100%;
}

.tertiary-dim-2129 .secondary_35ee:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.dim-1acd {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.active_87a4.fn-active-4c6e {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.preview-smooth-33b0 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search_east_43c7 .cool_7236:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.card_over_770f .cool_7236:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .module_over_a81b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .module_over_a81b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .module_over_a81b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tertiary-dim-2129 {
        justify-content: center;
    }
    
    .dim-1acd {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .down-c833 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .preview-smooth-33b0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .full_3aca {
        padding: var(--md-spacing-md);
    }
    
    .sidebar-d8ce {
        padding: var(--md-spacing-md) 0;
    }
    
    .pagination_lower_1be3 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .card_over_770f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .input_fixed_214b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .full_3aca {
        padding: var(--md-spacing-sm);
    }
    
    .hard_6646 {
        padding: var(--md-spacing-md);
    }
    
    .pagination_lower_1be3 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hard_6646,
.pagination_lower_1be3,
.card_over_770f {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.panel-tiny-7e33 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .content-thick-1996 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .orange-ea18 {
        margin-left: 0;
    }
}

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

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

.background-4475 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

.frame_last_88c4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.copper-35b8 {
    text-align: center;
    margin-bottom: 30px;
}

.blue-1af1 {
    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;
}

.blue-1af1.description_9b8d .sidebar-last-22cf {
    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); }
}

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

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

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

.column-wide-3b89 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-wide-3b89 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;
}

.column-wide-3b89 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);
}

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

.pattern-liquid-c92a {
    font-size: 1.2rem;
}

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

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

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

.slider-1c40 {
    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;
}

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

.slider-1c40.mini-c37d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.slider-1c40.widget_huge_36d7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider-1c40.huge_5d81::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.slider-1c40.logo-black-c791::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.sort-static-a6d9 {
    font-size: 1.2rem;
}

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

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

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

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

.widget_last_a8f8.upper_7cf5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.widget_last_a8f8.fn-active-4c6e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.nav-medium-5b2b {
    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;
}

.nav-medium-5b2b:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.nav-medium-5b2b.footer-59a3 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.blue-f6fe { border-top: 3px solid #00ccff; }
.center-487b { border-top: 3px solid #00ff88; }
.logo_e1b0 { border-top: 3px solid #d4af37; }
.overlay-east-0994 { border-top: 3px solid #ff6b6b; }
.paper_4b25 { border-top: 3px solid #8b5cf6; }

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

.carousel_over_7877 {
    overflow-x: auto;
}

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

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

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

.thumbnail_static_b95c td {
    color: #ccc;
}

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

.thumbnail_static_b95c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.table-8cf6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-short-1c0d {
    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;
}

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

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

.primary-hard-0884 {
    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;
}

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

@media (max-width: 768px) {
    .feature-hard-9ef1 {
        grid-template-columns: 1fr;
    }
}

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

.gradient_dd6b {
    font-size: 2rem;
}

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

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

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

.alert-cold-9221 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget_e93c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.texture-complex-dc06 .accordion-82d5 {
    margin-bottom: 10px;
}

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

.texture-complex-dc06 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard_aaf4 a {
    color: #ff6b6b;
}

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

.alert-active-08b0 {
    max-width: 800px;
    margin: 0 auto;
}

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

.dirty_793b {
    text-align: center;
}

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

.dirty_793b .box-7e7e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.alert-active-08b0 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.alert-active-08b0 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.light-1a19 {
    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;
}

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

.sidebar-selected-47d2 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.focus-bronze-611b {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.slider-8b34 {
    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;
}

.slider-8b34.footer-59a3 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .summary-fast-add1 {
        flex-direction: column;
    }
    .gas-6a37 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.rough_6b1c .sidebar_9617 {
    color: #666;
    margin: 0 8px;
}

.rough_6b1c .button-dim-e99f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.header-middle-f820 {
    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;
}

.status_a6f6 {
    font-size: 2rem;
}

.item-blue-6b39 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.item-blue-6b39 strong {
    color: #d4af37;
}

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

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

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

.out-f2f9 h3,
.description-bronze-b668 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.notice-left-3126 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.logo_e3b1 strong {
    color: #00ff88;
}

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

.block-26da {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.action-a4c4 strong {
    color: #d4af37;
}

.filter-fcc4 {
    color: #aaa;
}

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

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

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

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

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

.element-static-979f {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.bottom-aa96 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;
}

.bottom-aa96 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.outer-a2d8 strong {
    color: #d4af37;
}

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

.focus-down-d0f1 {
    color: #888;
    font-size: 0.9rem;
}

.focus-down-d0f1 strong {
    color: #00ff88;
}

.focus-down-d0f1 span {
    color: #d4af37;
}

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

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

.photo-top-5a04 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.bronze-183a {
    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;
}

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

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

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

.hidden-active-4ee0 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.nav-08a7 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-hard-3c08 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-hard-3c08 li {
    margin-bottom: 5px;
}

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

.article-hard-3c08 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.sidebar_center_caad strong {
    color: #00ff88;
}

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

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

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

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

.list-over-52a5 {
    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;
}

.narrow-438a {
    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;
}

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

@media (max-width: 768px) {
    .stone-3650 {
        flex-direction: column;
    }
    
    .list-over-52a5 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .carousel-764a {
        padding: 30px 15px;
    }
    
    .carousel-764a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .bottom-652f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .static-8607 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .slow-da3e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slow-da3e .green-f60c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .light_8a5b {
        font-size: 1.3rem;
    }
    
    .border-active-b8c1 {
        font-size: 0.7rem;
    }
    
    .grid-1b87 {
        flex-direction: column;
        gap: 10px;
    }
    
    .grid-1b87 .cool_7236 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .brown-5f0d {
        display: none;
    }
    
    .menu-3921 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .frame_action_e9db {
        padding: 20px 10px;
    }
    
    .photo-top-5a04 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stone-b8f1,
    .huge_d426 {
        padding: 15px;
    }
    
    .hidden-active-4ee0 {
        flex-direction: column;
        gap: 5px;
    }
    
    .nav-08a7 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .sidebar_middle_4b6d {
        padding: 30px 10px;
    }
    
    .table_f755 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module_dark_0f36 {
        padding: 20px 15px;
    }
    
    .carousel-cold-480d {
        font-size: 2rem;
    }
    
    .module_dark_0f36 h3 {
        font-size: 1.1rem;
    }
    
    .module_dark_0f36 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .message_dae7 {
        padding: 20px 10px;
    }
    
    .inner_b46f h2 {
        font-size: 1.3rem;
    }
    
    .button_4789 {
        font-size: 0.9rem;
    }
    
    .table_f54f h3 {
        font-size: 1.1rem;
    }
    
    .table_f54f p {
        font-size: 0.9rem;
    }
    
    .bottom-aa96 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .feature-d9e3 {
        grid-template-columns: 1fr;
    }
    
    .outer-a2d8 {
        font-size: 0.85rem;
    }
    
    .message-short-4315 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header_b7d7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .header_b7d7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tooltip-center-7448 {
        padding: 30px 10px;
    }
    
    .accordion_7753 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .new_a1e0 {
        padding: 15px 10px;
    }
    
    .new_a1e0 h4 {
        font-size: 0.9rem;
    }
    
    .new_a1e0 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .silver_2490 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .nav-up-08ed {
        padding: 30px 10px;
    }
    
    .up-3def {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused-40c6 {
        padding: 15px;
    }
    
    .bronze_d928 {
        font-size: 0.9rem;
    }
    
    .light_bf2c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .light_bf2c .surface_upper_3945 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .overlay-bronze-a88b {
        padding: 30px 10px;
    }
    
    .overlay-bronze-a88b h2 {
        font-size: 1.2rem;
    }
    
    .feature-b92d {
        gap: 10px;
    }
    
    .block_0b96 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .block_0b96 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .active-6f11 {
        padding: 30px 10px;
    }
    
    .active-6f11 h2 {
        font-size: 1.2rem;
    }
    
    .simple_e23d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .content_1842 {
        padding: 15px 10px;
    }
    
    .content_1842 h4 {
        font-size: 0.85rem;
    }
    
    .content_1842 p {
        font-size: 0.75rem;
    }
    
    .green-03cd {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gold-8822 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .fixed_8d50 {
        padding: 20px 10px;
    }
    
    .info_7241 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .first_fdd1,
    .slider_middle_80b3,
    .hard_aaf4 {
        width: 100%;
    }
    
    .first_fdd1 h3 {
        font-size: 1.1rem;
    }
    
    .first_fdd1 p {
        font-size: 0.8rem;
    }
    
    .overlay_2e5f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .heading-d5b2 {
        padding: 30px 15px;
    }
    
    .heading-d5b2 h2 {
        font-size: 1.3rem;
    }
    
    .heading-d5b2 p {
        font-size: 0.85rem;
    }
    
    .narrow-1062 {
        flex-direction: column;
        gap: 10px;
    }
    
    .narrow-1062 .cool_7236 {
        width: 100%;
    }
    
    .element-clean-4973 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .preview-6fff {
        padding: 30px 10px;
    }
    
    .preview-6fff h3 {
        font-size: 1.2rem;
    }
    
    .footer-large-adc9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card_over_770f {
        padding: 15px 10px;
    }
    
    .card_over_770f h4 {
        font-size: 0.85rem;
    }
    
    .card_over_770f p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .row-5bbe {
        padding: 30px 15px;
    }
    
    .primary_blue_691f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .thumbnail_last_9db2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .shadow-iron-dcdd h4 {
        font-size: 0.9rem;
    }
    
    .shadow-iron-dcdd a {
        font-size: 0.8rem;
    }
    
    .card_wide_a31f {
        font-size: 0.8rem;
    }
    
    .orange-fe91 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .bright-1078 {
        padding: 8px 10px;
    }
    
    .action-479d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .sidebar_306e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .action-479d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .sidebar_306e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6f38 */
.widget-item-b6 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
