/* Inner Page Styles */

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

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

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

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

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

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

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

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

.hovered_35e3 .motion_40e8:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-d880.fn-active-1897 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-6fd6 {
    padding: var(--md-spacing-md) 0;
}

.hidden-red-7d37 {
    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%;
}

.hidden-red-7d37 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 */
.label-gold-248f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.label-gold-248f li {
    margin-bottom: var(--md-spacing-xs);
}

.label-gold-248f 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);
}

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

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

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

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

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

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

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

.gallery_in_376b .north-4989:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.feature-solid-df72 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.full-1d59 {
    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);
}

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

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

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

.full-1d59 .north-4989 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.full-1d59 .north-4989:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .surface_ab6a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .surface_ab6a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .surface_ab6a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hovered_35e3 {
        justify-content: center;
    }
    
    .tiny_af1c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .lite_45c4 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .accordion-e35c {
        padding: var(--md-spacing-md) 0;
    }
    
    .center_54d7 {
        padding: var(--md-spacing-md);
    }
    
    .east_23aa {
        padding: var(--md-spacing-md) 0;
    }
    
    .hidden-red-7d37 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .full-1d59 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .left_59cc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .center_54d7 {
        padding: var(--md-spacing-sm);
    }
    
    .outline-selected-abbe {
        padding: var(--md-spacing-md);
    }
    
    .hidden-red-7d37 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.outline-selected-abbe,
.hidden-red-7d37,
.full-1d59 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.paper_3509 {
    font-size: 1.5rem;
}

.huge_8b70 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .outline-c93b {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .primary-9e92 {
        margin-left: 0;
    }
}

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

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

.out-9d40 {
    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;
}

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

.out-9d40 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.out-9d40 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.highlight-31aa {
    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;
}

.highlight-31aa strong {
    color: #00ff88;
}

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

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

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

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

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

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

.stale-3a1e {
    text-align: center;
    margin-bottom: 30px;
}

.table-huge-3bce {
    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;
}

.table-huge-3bce.cold-26bf .accordion_6553 {
    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); }
}

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

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

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

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

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

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

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

.alert_huge_a906 {
    font-size: 1.2rem;
}

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

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

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

.status-over-e2ae {
    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;
}

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

.status-over-e2ae.alert_hard_fe6f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.status-over-e2ae.first-659d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.status-over-e2ae.header_78dc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.status-over-e2ae.header_clean_fa0d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.tertiary-white-3d75 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.widget_slow_9681 {
    font-size: 1.2rem;
}

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

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

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

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

.content-1959.alert_a7b8 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.content-1959.fn-active-1897 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.main-short-8107 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.outer-461c {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.picture-2861.background-glass-56eb {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.gradient-dirty-7b67 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.search-liquid-04de {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.fast_7a56 { border-top: 3px solid #00ccff; }
.block_dark_252b { border-top: 3px solid #00ff88; }
.red_6a72 { border-top: 3px solid #d4af37; }
.modal-1eeb { border-top: 3px solid #ff6b6b; }
.tabs-red-873a { border-top: 3px solid #8b5cf6; }

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

.outline_0f0d {
    overflow-x: auto;
}

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

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

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

.background_short_3118 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.info-red-67d2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.sort-up-cbe0 {
    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;
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .avatar-outer-6d14 {
        grid-template-columns: 1fr;
    }
}

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

.title_dirty_2eef {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.huge-2b92 {
    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;
}

.huge-2b92::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);
}

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

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

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

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

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

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

.west_7657 {
    font-size: 1.5rem;
}

.form-rough-245c {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.wide-ae07 .shade-simple-2a84 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.wrapper-green-6ec5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

@media (max-width: 768px) {
    .thumbnail-black-05c0 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.stone-49b5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.main-green-2707 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.primary_green_bb4f a {
    color: #ff6b6b;
}

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

.slow-79d5 {
    max-width: 800px;
    margin: 0 auto;
}

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

.panel-a431 {
    text-align: center;
}

.panel-a431 .search-mini-fcb7 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.panel-a431 .gradient-hard-f496 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.slow-79d5 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.hover-orange-18f6 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-8440.background-glass-56eb {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.outline_a0b9 .row-fast-ef59 {
    color: #666;
    margin: 0 8px;
}

.outline_a0b9 .modal-3278 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.sort-626e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.section_green_f000 {
    font-size: 2rem;
}

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

.over_59f1 strong {
    color: #d4af37;
}

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

.panel-2f0a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.texture-6fef h3,
.mini-ca4d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.dark-828b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.static-92ac {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.image_hot_8d30 strong {
    color: #00ff88;
}

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

.media-6bf0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.accordion-610d h3,
.item-first-be0f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.hover-simple-fdc1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.gallery_red_aa8a strong {
    color: #d4af37;
}

.pink-0fa5 {
    color: #aaa;
}

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

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

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

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

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

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

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

.gas-6f35:last-child {
    border-bottom: none;
}

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

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

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

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

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

.new-a14d 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;
}

.new-a14d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tertiary_9510 strong {
    color: #d4af37;
}

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

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

.summary_hard_e0ed strong {
    color: #00ff88;
}

.summary_hard_e0ed span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.item-brown-3ba9 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-1fb8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hidden-1fb8 li {
    margin-bottom: 5px;
}

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

.hidden-1fb8 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.prev_899d strong {
    color: #00ff88;
}

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

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

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

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

.paragraph-2c29 {
    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;
}

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

.main-green-2707 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .slow-c805 {
        flex-direction: column;
    }
    
    .paragraph-2c29 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .alert-9fbc {
        padding: 30px 15px;
    }
    
    .alert-9fbc h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .left_61f7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .surface-old-aeb9 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .feature_2ea6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .feature_2ea6 .black_6b3a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hovered-3ff6 {
        font-size: 1.3rem;
    }
    
    .accent_3343 {
        font-size: 0.7rem;
    }
    
    .right_9b41 {
        flex-direction: column;
        gap: 10px;
    }
    
    .right_9b41 .north-4989 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .picture_dark_b045 {
        display: none;
    }
    
    .container_0abd {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .sort-upper-832f {
        padding: 20px 10px;
    }
    
    .stale_418f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget-lower-9561,
    .background_0a3a {
        padding: 15px;
    }
    
    .shade_def9 {
        flex-direction: column;
        gap: 5px;
    }
    
    .highlight_center_cfde {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .modal-e225 {
        padding: 30px 10px;
    }
    
    .slider_focused_c9c2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hidden_74d0 {
        padding: 20px 15px;
    }
    
    .tertiary-dark-99cb {
        font-size: 2rem;
    }
    
    .hidden_74d0 h3 {
        font-size: 1.1rem;
    }
    
    .hidden_74d0 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .texture-fast-4c6e {
        padding: 20px 5px;
    }
    
    .texture-fast-4c6e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .notification_dec8 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .background_short_3118 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .background_short_3118 th,
    .background_short_3118 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .popup-dirty-887e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .video-d70a {
        padding: 20px 10px;
    }
    
    .form-basic-078e h2 {
        font-size: 1.3rem;
    }
    
    .header_right_2817 {
        font-size: 0.9rem;
    }
    
    .gas-6f35 h3 {
        font-size: 1.1rem;
    }
    
    .gas-6f35 p {
        font-size: 0.9rem;
    }
    
    .new-a14d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .feature-1e9e {
        grid-template-columns: 1fr;
    }
    
    .tertiary_9510 {
        font-size: 0.85rem;
    }
    
    .wrapper_ed59 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav-e7d9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .nav-e7d9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dim-a44d {
        padding: 30px 10px;
    }
    
    .texture_short_2671 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .secondary_4b27 {
        padding: 15px 10px;
    }
    
    .secondary_4b27 h4 {
        font-size: 0.9rem;
    }
    
    .secondary_4b27 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .fast-f547 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .wide_6322 {
        padding: 30px 10px;
    }
    
    .highlight_06c6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown_3e3a {
        padding: 15px;
    }
    
    .bright_5553 {
        font-size: 0.9rem;
    }
    
    .panel-5dac {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .panel-5dac .list-8ce7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .short-a26e {
        padding: 30px 10px;
    }
    
    .short-a26e h2 {
        font-size: 1.2rem;
    }
    
    .row-paper-4424 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .green_c787 {
        padding: 15px 10px;
    }
    
    .green_c787 h4 {
        font-size: 0.85rem;
    }
    
    .green_c787 p {
        font-size: 0.75rem;
    }
    
    .tag-ea58 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .menu_e770 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .description_white_a4f7 {
        padding: 20px 10px;
    }
    
    .nav-thick-5834 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .item_red_ec9f,
    .basic_6399,
    .primary_green_bb4f {
        width: 100%;
    }
    
    .item_red_ec9f h3 {
        font-size: 1.1rem;
    }
    
    .item_red_ec9f p {
        font-size: 0.8rem;
    }
    
    .carousel_pink_aa01 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wood_0b94 {
        padding: 30px 15px;
    }
    
    .wood_0b94 h2 {
        font-size: 1.3rem;
    }
    
    .wood_0b94 p {
        font-size: 0.85rem;
    }
    
    .lower_58ce {
        flex-direction: column;
        gap: 10px;
    }
    
    .lower_58ce .north-4989 {
        width: 100%;
    }
    
    .slow-dea4 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .pagination-current-90d8 {
        padding: 30px 10px;
    }
    
    .pagination-current-90d8 h3 {
        font-size: 1.2rem;
    }
    
    .plasma_ea22 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .full-1d59 {
        padding: 15px 10px;
    }
    
    .full-1d59 h4 {
        font-size: 0.85rem;
    }
    
    .full-1d59 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .static-fd76 {
        padding: 30px 15px;
    }
    
    .disabled_04c7 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .header-3f1e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .soft_b8be h4 {
        font-size: 0.9rem;
    }
    
    .soft_b8be a {
        font-size: 0.8rem;
    }
    
    .nav-left-1352 {
        font-size: 0.8rem;
    }
    
    .tabs_wood_ff7a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .up-a060 {
        padding: 8px 10px;
    }
    
    .surface-motion-c1b7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .gold_5678 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .surface-motion-c1b7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .gold_5678 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: cd22 */
.promo-block-d9 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
