/* Inner Page Styles */

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

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

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

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

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

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

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

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

.copper_9cb3 .footer_last_c6f1:hover::before {
    left: 100%;
}

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

.message-rough-371c {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade_cold_001d.fn-active-b46b {
    color: var(--casino-gold-light);
}

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

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

.mask-13a8 {
    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);
}

.mask-13a8 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-paper-3351:hover::before {
    left: 100%;
}

.row-paper-3351 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;
}

.row-paper-3351 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;
}

.row-paper-3351 .pagination-ac56 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.row-paper-3351 .pagination-ac56:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.last-0b05 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.container_1781 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

.container_1781 .pagination-ac56:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tertiary_9e4f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tertiary_9e4f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tertiary_9e4f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .copper_9cb3 {
        justify-content: center;
    }
    
    .glass_0f2c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .copper_bcd0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .disabled_last_e55d {
        padding: var(--md-spacing-md) 0;
    }
    
    .mask-13a8 {
        padding: var(--md-spacing-md);
    }
    
    .yellow_117a {
        padding: var(--md-spacing-md) 0;
    }
    
    .hard_1356 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .container_1781 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accent_3bbf {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .mask-13a8 {
        padding: var(--md-spacing-sm);
    }
    
    .tooltip_5de9 {
        padding: var(--md-spacing-md);
    }
    
    .hard_1356 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tooltip_5de9,
.hard_1356,
.container_1781 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.widget-lite-eff5 {
    font-size: 1.5rem;
}

.grid_1b3a strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .message-dark-2a4e {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .center_0303 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge_2704 strong {
    color: #00ff88;
}

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

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

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

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

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

.info-first-18bd::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;
}

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

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

.short_ed07.menu-7973 .hard_713f {
    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); }
}

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

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

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

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

.stone-339c 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;
}

.stone-339c 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);
}

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

.out_729d {
    font-size: 1.2rem;
}

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

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

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

.list-in-4433 {
    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;
}

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

.list-in-4433.wood-ee7a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.list-in-4433.feature_motion_242f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list-in-4433.link-small-09f4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.list-in-4433.focused_ad6d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.active-2204 {
    font-size: 1.2rem;
}

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

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

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

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

.menu_complex_f41b.secondary-e4c2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.menu_complex_f41b.fn-active-b46b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.gallery-lite-fc68 {
    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;
}

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

.gallery-lite-fc68.photo_bright_17b0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.status_f7c4 { border-top: 3px solid #00ccff; }
.detail_88f8 { border-top: 3px solid #00ff88; }
.glass-ff2f { border-top: 3px solid #d4af37; }
.element_8e2b { border-top: 3px solid #ff6b6b; }
.fresh-29a1 { border-top: 3px solid #8b5cf6; }

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

.element_3c9c {
    overflow-x: auto;
}

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

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

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

.footer-east-dd26 td {
    color: #ccc;
}

.footer-east-dd26 .hero_d53e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.footer-east-dd26 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.gallery-upper-d73f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent_3097 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.pagination-easy-e847 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.image-0c58 {
    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;
}

.image-0c58::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);
}

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

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

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

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

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

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

.surface_light_a2a1 {
    font-size: 1.5rem;
}

.accordion-tiny-af7d {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.full-3e8f strong {
    color: #fff;
    display: block;
}

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

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

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

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

.yellow-0b6b .tertiary-38d5 {
    margin-bottom: 10px;
}

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

.yellow-0b6b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.description-black-0cb1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.notice-basic-5fff p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.pagination-advanced-4a16 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.pagination-advanced-4a16 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.north_1a74 a {
    color: #ff6b6b;
}

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

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

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

.gradient-narrow-f548 {
    text-align: center;
}

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

.gradient-narrow-f548 .button_99c3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.dark-1a18 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.form-huge-3bb1 {
    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;
}

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

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

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

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

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

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

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

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

.disabled-mini-23b3 {
    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;
}

.disabled-mini-23b3.photo_bright_17b0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .chip-bright-ef3f {
        flex-direction: column;
    }
    .main-134b {
        transform: rotate(90deg);
    }
}

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

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

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

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

.focus-thick-f36d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.sort-wide-901b .shade_huge_4bb5 {
    color: #666;
    margin: 0 8px;
}

.sort-wide-901b .lower-702b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.badge-steel-b77c {
    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;
}

.complex_dd31 {
    font-size: 2rem;
}

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

.message-01bc strong {
    color: #d4af37;
}

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

.tooltip-iron-3117 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

.middle-085c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.banner_out_3762 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.green-3bc4 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.element-aedd h3,
.tertiary-lower-dffa h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.box-mini-d9eb summary::-webkit-details-marker {
    display: none;
}

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

.old-3c0f {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.notice_8eb9 strong {
    color: #d4af37;
}

.outline_8b5b {
    color: #aaa;
}

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

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

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

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

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

.shade-91f2 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.outline_0372 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.column_f064 strong {
    color: #d4af37;
}

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

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

.paragraph_6d3b strong {
    color: #00ff88;
}

.paragraph_6d3b span {
    color: #d4af37;
}

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

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

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

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

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

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

.tertiary-inner-1153 {
    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;
}

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

.column-right-b638 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.form-hard-acaa {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard-b9bd strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.title-thick-1268 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .box_e20a {
        padding: 30px 15px;
    }
    
    .box_e20a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .media_f5e3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .slider-1295 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pagination_last_5156 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pagination_last_5156 .feature_2ded {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .brown-6008 {
        font-size: 1.3rem;
    }
    
    .old_f30f {
        font-size: 0.7rem;
    }
    
    .motion_744c {
        flex-direction: column;
        gap: 10px;
    }
    
    .motion_744c .pagination-ac56 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .highlight-c63f {
        display: none;
    }
    
    .card_orange_16fa {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .block-55fb {
        padding: 20px 10px;
    }
    
    .nav_7283 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .content-red-bb50,
    .disabled_soft_a9bc {
        padding: 15px;
    }
    
    .border_first_2078 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hidden_b994 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .title_2d3f {
        padding: 30px 10px;
    }
    
    .outline-top-ced1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dark-cee0 {
        padding: 20px 15px;
    }
    
    .item-7508 {
        font-size: 2rem;
    }
    
    .dark-cee0 h3 {
        font-size: 1.1rem;
    }
    
    .dark-cee0 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .easy_f640 {
        padding: 20px 5px;
    }
    
    .easy_f640 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .thumbnail_old_07cd {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .footer-east-dd26 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .footer-east-dd26 th,
    .footer-east-dd26 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tag-9e98 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .container-complex-6b1c {
        padding: 20px 10px;
    }
    
    .status_stone_e450 h2 {
        font-size: 1.3rem;
    }
    
    .column-white-9583 {
        font-size: 0.9rem;
    }
    
    .message_93ec h3 {
        font-size: 1.1rem;
    }
    
    .message_93ec p {
        font-size: 0.9rem;
    }
    
    .outline_0372 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notice-gas-1695 {
        grid-template-columns: 1fr;
    }
    
    .column_f064 {
        font-size: 0.85rem;
    }
    
    .article-top-ff4b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort_6b73 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .sort_6b73 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dynamic-9201 {
        padding: 30px 10px;
    }
    
    .box_d2f8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search_fixed_34cb {
        padding: 15px 10px;
    }
    
    .search_fixed_34cb h4 {
        font-size: 0.9rem;
    }
    
    .search_fixed_34cb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .media-ed53 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .badge-35d4 {
        padding: 30px 10px;
    }
    
    .aside-smooth-2f79 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .description_liquid_bbeb {
        padding: 15px;
    }
    
    .backdrop-narrow-0aac {
        font-size: 0.9rem;
    }
    
    .backdrop_43b8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .backdrop_43b8 .tertiary-febf {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .footer_tall_7dd1 {
        padding: 30px 10px;
    }
    
    .footer_tall_7dd1 h2 {
        font-size: 1.2rem;
    }
    
    .brown_0a06 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wide-d890 {
        padding: 15px 10px;
    }
    
    .wide-d890 h4 {
        font-size: 0.85rem;
    }
    
    .wide-d890 p {
        font-size: 0.75rem;
    }
    
    .glass-ac71 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tiny_4584 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .button_e182 {
        padding: 20px 10px;
    }
    
    .layout-9ca2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .notice-basic-5fff,
    .pagination-advanced-4a16,
    .north_1a74 {
        width: 100%;
    }
    
    .notice-basic-5fff h3 {
        font-size: 1.1rem;
    }
    
    .notice-basic-5fff p {
        font-size: 0.8rem;
    }
    
    .item_39e4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .carousel_out_6243 {
        padding: 30px 15px;
    }
    
    .carousel_out_6243 h2 {
        font-size: 1.3rem;
    }
    
    .carousel_out_6243 p {
        font-size: 0.85rem;
    }
    
    .shadow_in_3bd1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .shadow_in_3bd1 .pagination-ac56 {
        width: 100%;
    }
    
    .notification_f090 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .over_6352 {
        padding: 30px 10px;
    }
    
    .over_6352 h3 {
        font-size: 1.2rem;
    }
    
    .alert-9aca {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container_1781 {
        padding: 15px 10px;
    }
    
    .container_1781 h4 {
        font-size: 0.85rem;
    }
    
    .container_1781 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .link_af23 {
        padding: 30px 15px;
    }
    
    .element_6abf {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .link-center-b871 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .column_aa65 h4 {
        font-size: 0.9rem;
    }
    
    .column_aa65 a {
        font-size: 0.8rem;
    }
    
    .input-fluid-d0be {
        font-size: 0.8rem;
    }
    
    .grid-north-8848 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .slider-fresh-d26d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .blue_8a63 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 81bd */
.ghost-box-e8 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
