/* Inner Page Styles */

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

.video-red-4ec5 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);
}

.video-red-4ec5 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);
}

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

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

.layout-a935 .first-135f {
    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;
}

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

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

.layout-a935 .first-135f:hover::before {
    left: 100%;
}

.layout-a935 .first-135f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-f469.fn-active-334e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_12f0 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 */
.wide-42f0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wide-42f0 li {
    margin-bottom: var(--md-spacing-xs);
}

.wide-42f0 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);
}

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

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

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

.description-light-d006:hover::before {
    left: 100%;
}

.description-light-d006 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;
}

.description-light-d006 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;
}

.description-light-d006 .tertiary-be49 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.description-light-d006 .tertiary-be49:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.shade-lite-c1ee {
    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);
}

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

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

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

.huge-25a8 {
    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);
}

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

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

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

.huge-25a8 .tertiary-be49 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.huge-25a8 .tertiary-be49:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .video-red-4ec5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .video-red-4ec5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .video-red-4ec5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .layout-a935 {
        justify-content: center;
    }
    
    .thumbnail-df94 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .paragraph-ee35 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .static_bc1f {
        padding: var(--md-spacing-md) 0;
    }
    
    .detail-abef {
        padding: var(--md-spacing-md);
    }
    
    .chip-87db {
        padding: var(--md-spacing-md) 0;
    }
    
    .outline_12f0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .huge-25a8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .icon-easy-b4a2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .detail-abef {
        padding: var(--md-spacing-sm);
    }
    
    .info-hard-0590 {
        padding: var(--md-spacing-md);
    }
    
    .outline_12f0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.info-hard-0590,
.outline_12f0,
.huge-25a8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.avatar-mini-8b46 {
    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);
}

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

.tiny-8199 {
    font-size: 1.5rem;
}

.dropdown_443d strong {
    color: #00ff88;
}

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

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

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

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

.light-2ca0 {
    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;
}

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

.light-2ca0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.light-2ca0 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.texture_580d strong {
    color: #00ff88;
}

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

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

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

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

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

.aside-paper-6394::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;
}

.old-275a {
    text-align: center;
    margin-bottom: 30px;
}

.progress-middle-0e64 {
    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;
}

.progress-middle-0e64.status_c294 .iron_47a3 {
    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); }
}

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

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

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

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

.column-0f98 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-0f98 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);
}

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

.description-down-ccfe {
    font-size: 1.2rem;
}

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

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

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

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

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

.static-002a.gradient-722f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.static-002a.static-a5a6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.static-002a.over-e2b0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.static-002a.bottom_156e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.highlight_19f5 {
    font-size: 1.2rem;
}

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

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

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

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

.pagination_advanced_7a2d.large_022a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pagination_advanced_7a2d.fn-active-334e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.backdrop-057c {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.sidebar-23db {
    background: #0a0a0a;
    padding: 60px 0;
}

.title-83a8 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.link-0341.preview-action-03a2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.icon-fluid-97ef {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.tabs-ed2d { border-top: 3px solid #00ccff; }
.menu_static_aed9 { border-top: 3px solid #00ff88; }
.complex_8189 { border-top: 3px solid #d4af37; }
.sidebar-4a3a { border-top: 3px solid #ff6b6b; }
.border-8504 { border-top: 3px solid #8b5cf6; }

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

.table-smooth-c93d {
    overflow-x: auto;
}

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

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

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

.carousel-c06b td {
    color: #ccc;
}

.carousel-c06b .surface-22c4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.primary-5f40 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.grid_glass_0bfb {
    font-size: 2rem;
}

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

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

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

.image-under-568a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .image-under-568a::before {
        left: 30px;
    }
}

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

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

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

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

.header-yellow-d1fd {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.white_2f7e {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.button-e74d .media-silver-2c66 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.hover_blue_bb45 .thumbnail-dynamic-3651 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.description-solid-09a5 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.description-solid-09a5 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

.backdrop-8f2e {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.container-soft-2c81 {
    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;
}

.banner-lite-199d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.caption-rough-35a7 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.caption-rough-35a7 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.chip_dfaf a {
    color: #ff6b6b;
}

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

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

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

.hard-bb48 {
    text-align: center;
}

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

.hard-bb48 .article-black-169a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.content-33a2 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern_5a49.preview-action-03a2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .block-2139 {
        flex-direction: column;
    }
    .backdrop-811d {
        transform: rotate(90deg);
    }
}

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

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

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

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

.caption-in-9457 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.footer-old-5fc2 .over-b555 {
    color: #666;
    margin: 0 8px;
}

.footer-old-5fc2 .link-dim-752b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.shade-west-dd00 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.menu_3721 {
    font-size: 2rem;
}

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

.alert_0ab7 strong {
    color: #d4af37;
}

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

.breadcrumb-yellow-291f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .breadcrumb-yellow-291f {
        grid-template-columns: 1fr;
    }
}

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

.chip-green-3c56 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.texture-action-0902 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.section-green-9ae4 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.static-9f1b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.heading-1ae6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.light_88db strong {
    color: #d4af37;
}

.gradient-3bc5 {
    color: #aaa;
}

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

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

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

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

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

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

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

.surface-right-5a2c:last-child {
    border-bottom: none;
}

.surface-right-5a2c h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.surface-right-5a2c p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.orange-532f {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.orange-532f li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

.orange-532f li strong {
    color: #00ff88;
}

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

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

.label-786e {
    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;
}

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

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

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

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

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

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

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

.badge-c849 strong {
    color: #00ff88;
}

.badge-c849 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-paper-a00a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.input-paper-a00a li {
    margin-bottom: 5px;
}

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

.input-paper-a00a a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.progress-solid-7169 strong {
    color: #00ff88;
}

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

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

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

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

.dropdown-bronze-d3d3 {
    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;
}

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

.backdrop-8f2e {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .search_8151 {
        flex-direction: column;
    }
    
    .dropdown-bronze-d3d3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .fluid-54a3 {
        padding: 30px 15px;
    }
    
    .fluid-54a3 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .orange_f951 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .modal_wood_0914 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .column_white_0920 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .column_white_0920 .soft_95f7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hidden-5cfd {
        font-size: 1.3rem;
    }
    
    .west_cacd {
        font-size: 0.7rem;
    }
    
    .component-707e {
        flex-direction: column;
        gap: 10px;
    }
    
    .component-707e .tertiary-be49 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .aside_817c {
        display: none;
    }
    
    .grid_6086 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .easy_0413 {
        padding: 20px 10px;
    }
    
    .plasma_4a3d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tooltip_a86f,
    .label_wood_d9a6 {
        padding: 15px;
    }
    
    .pattern_e807 {
        flex-direction: column;
        gap: 5px;
    }
    
    .stone-6582 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .white_901b {
        padding: 30px 10px;
    }
    
    .column-3de3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .outline_stale_a458 {
        padding: 20px 15px;
    }
    
    .layout-dd93 {
        font-size: 2rem;
    }
    
    .outline_stale_a458 h3 {
        font-size: 1.1rem;
    }
    
    .outline_stale_a458 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .wrapper_1a39 {
        padding: 20px 10px;
    }
    
    .container-full-8949 h2 {
        font-size: 1.3rem;
    }
    
    .focus_full_ba7c {
        font-size: 0.9rem;
    }
    
    .surface-right-5a2c h3 {
        font-size: 1.1rem;
    }
    
    .surface-right-5a2c p {
        font-size: 0.9rem;
    }
    
    .orange-532f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pagination_prev_e151 {
        grid-template-columns: 1fr;
    }
    
    .outer-fcb2 {
        font-size: 0.85rem;
    }
    
    .row-f44d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .label-786e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .label-786e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .panel-5148 {
        padding: 30px 10px;
    }
    
    .photo-e59f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .background-large-d8c4 {
        padding: 15px 10px;
    }
    
    .background-large-d8c4 h4 {
        font-size: 0.9rem;
    }
    
    .background-large-d8c4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .main-out-1fcd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo-e59f {
        grid-template-columns: 1fr;
    }
    
    .background-large-d8c4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .image_e79f {
        padding: 30px 10px;
    }
    
    .nav_upper_ed68 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status-lower-b0ca {
        padding: 15px;
    }
    
    .image-5a15 {
        font-size: 0.9rem;
    }
    
    .full-ad3a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .full-ad3a .progress_orange_a53e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tertiary-north-4ed6 {
        padding: 30px 10px;
    }
    
    .tertiary-north-4ed6 h2 {
        font-size: 1.2rem;
    }
    
    .new_a953 {
        gap: 10px;
    }
    
    .up-6a49 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .up-6a49 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tall-48eb {
        padding: 30px 10px;
    }
    
    .tall-48eb h2 {
        font-size: 1.2rem;
    }
    
    .bronze-c98d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hot_b39b {
        padding: 15px 10px;
    }
    
    .hot_b39b h4 {
        font-size: 0.85rem;
    }
    
    .hot_b39b p {
        font-size: 0.75rem;
    }
    
    .easy-4208 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .summary_small_c81f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .container-soft-2c81 {
        padding: 20px 10px;
    }
    
    .banner-lite-199d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .green_8de1,
    .caption-rough-35a7,
    .chip_dfaf {
        width: 100%;
    }
    
    .green_8de1 h3 {
        font-size: 1.1rem;
    }
    
    .green_8de1 p {
        font-size: 0.8rem;
    }
    
    .right_f456 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .element-bright-ec75 {
        padding: 30px 15px;
    }
    
    .element-bright-ec75 h2 {
        font-size: 1.3rem;
    }
    
    .element-bright-ec75 p {
        font-size: 0.85rem;
    }
    
    .soft-0672 {
        flex-direction: column;
        gap: 10px;
    }
    
    .soft-0672 .tertiary-be49 {
        width: 100%;
    }
    
    .thumbnail-gold-3479 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .accordion_motion_3cb7 {
        padding: 30px 10px;
    }
    
    .accordion_motion_3cb7 h3 {
        font-size: 1.2rem;
    }
    
    .solid_30ea {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .huge-25a8 {
        padding: 15px 10px;
    }
    
    .huge-25a8 h4 {
        font-size: 0.85rem;
    }
    
    .huge-25a8 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .heading-outer-07ba {
        padding: 30px 15px;
    }
    
    .tooltip-fe4c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .iron_f5f4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .paragraph_advanced_3d72 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph_advanced_3d72 a {
        font-size: 0.8rem;
    }
    
    .mask_focused_3422 {
        font-size: 0.8rem;
    }
    
    .grid_upper_f1ae p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .accent_red_1fed {
        padding: 8px 10px;
    }
    
    .chip-light-028e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .element_slow_e52b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .chip-light-028e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .element_slow_e52b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1d3a */
.promo-block-z1 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.0;
}
