/* Inner Page Styles */

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

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

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

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

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

.upper_2ede .wide-e9cf {
    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;
}

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

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

.upper_2ede .wide-e9cf:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pink-8df9 {
    color: var(--casino-gold-light);
}

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

.pink-8df9 a:hover {
    color: var(--casino-gold-light);
}

.pink-8df9.fn-active-2ac6 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.huge-b528:hover::before {
    left: 100%;
}

.huge-b528 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;
}

.huge-b528 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;
}

.huge-b528 .action-5a5f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.huge-b528 .action-5a5f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.center-6215 .action-5a5f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.center-6215 .action-5a5f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery_517c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gallery_517c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gallery_517c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .upper_2ede {
        justify-content: center;
    }
    
    .aside_medium_fdf0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .module_iron_dc2f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .brown_9e8a {
        padding: var(--md-spacing-md) 0;
    }
    
    .row_2ff3 {
        padding: var(--md-spacing-md);
    }
    
    .pagination_c046 {
        padding: var(--md-spacing-md) 0;
    }
    
    .carousel_hovered_71c6 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .center-6215 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tag-silver-443c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .row_2ff3 {
        padding: var(--md-spacing-sm);
    }
    
    .in-eb36 {
        padding: var(--md-spacing-md);
    }
    
    .carousel_hovered_71c6 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.in-eb36,
.carousel_hovered_71c6,
.center-6215 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.button-90d2::-webkit-scrollbar {
    width: 8px;
}

.button-90d2::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.item_0358 {
    font-size: 1.5rem;
}

.box-in-9347 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.carousel-fast-6c73 {
    padding: 30px 0;
}

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

.thick-72ee {
    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;
}

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

.thick-72ee ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.thick-72ee li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.media_8abc strong {
    color: #00ff88;
}

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

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

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

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

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

.pattern-soft-9f53::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;
}

.breadcrumb-complex-fe25 {
    text-align: center;
    margin-bottom: 30px;
}

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

.dropdown_9643.texture_180c .box_plasma_95ec {
    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); }
}

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

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

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

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

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

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

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

.hidden_bc6a {
    font-size: 1.2rem;
}

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

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

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

.breadcrumb-east-2a11 {
    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;
}

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

.breadcrumb-east-2a11.widget-lite-4029::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.breadcrumb-east-2a11.wood_8ad2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.breadcrumb-east-2a11.border_936a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.breadcrumb-east-2a11.heading_fast_55c3::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notice-iron-70f6 {
    font-size: 1.2rem;
}

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

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

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

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

.short-ce1f.over-8cac { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short-ce1f.fn-active-2ac6 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.item_dark_d1a2.static-164b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.logo-last-415b {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.layout_45fa { border-top: 3px solid #00ccff; }
.accent_left_2441 { border-top: 3px solid #00ff88; }
.feature-inner-157c { border-top: 3px solid #d4af37; }
.medium-d4e2 { border-top: 3px solid #ff6b6b; }
.narrow_c0f6 { border-top: 3px solid #8b5cf6; }

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

.wood-ac42 {
    overflow-x: auto;
}

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

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

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

.column_glass_d701 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.list-steel-f6b0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-stone-458e {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.gas-06f5 {
    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;
}

.gas-06f5::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);
}

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

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

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

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

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

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

.under_e150 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.description-copper-e8ee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.notification-slow-83f4 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.gradient-e174 .video_green_4d2c {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.yellow-28c9 {
    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;
}

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

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

.wrapper-bottom-f73d {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

/* Responsible Banner */
.heading-last-74c1 {
    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;
}

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

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

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

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

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

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

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

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

.component_ec09 a {
    color: #ff6b6b;
}

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

.preview-stale-8e33 {
    max-width: 800px;
    margin: 0 auto;
}

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

.aside-full-a1fa {
    text-align: center;
}

.aside-full-a1fa .panel_middle_8211 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.aside-full-a1fa .list_94e2 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.preview-stale-8e33 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.preview-stale-8e33 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.grid-hot-82e2 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.photo_99c0.static-164b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.notification-stone-70a7 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.progress_cc4e .grid-small-e635 {
    color: #666;
    margin: 0 8px;
}

.progress_cc4e .simple_ee43 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.description-fluid-91fc strong {
    color: #d4af37;
    margin-right: 8px;
}

.purple-5d95 {
    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;
}

.notice-up-ca22 {
    font-size: 2rem;
}

.list-narrow-95fb {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.list-narrow-95fb strong {
    color: #d4af37;
}

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

.bronze-57ad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.accordion-bronze-fc74 h3,
.footer_left_07f5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.heading-glass-668f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.soft-5f32 strong {
    color: #00ff88;
}

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

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

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

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

.widget-32a2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.accordion-hovered-d6c8 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.card_39a1 strong {
    color: #d4af37;
}

.message-3395 {
    color: #aaa;
}

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

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

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

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

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

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

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

.shade-dcfc:last-child {
    border-bottom: none;
}

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

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

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

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

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

.full-2774 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;
}

.full-2774 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.liquid-7dfa strong {
    color: #d4af37;
}

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

.middle-2b55 {
    color: #888;
    font-size: 0.9rem;
}

.middle-2b55 strong {
    color: #00ff88;
}

.middle-2b55 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.copper-296e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.out-89b9 strong {
    color: #00ff88;
}

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

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

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

.container-brown-6502 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .container-brown-6502 {
        flex-direction: column;
    }
    
    .section_d71d {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.backdrop-simple-941f {
    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;
}

.backdrop-simple-941f: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) {
    .backdrop-simple-941f {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .backdrop-simple-941f {
        width: 120px;
        height: 120px;
    }
}

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

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

.card-copper-3bab {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .menu_eed0 {
        padding: 30px 15px;
    }
    
    .menu_eed0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .filter-stale-cb63 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .yellow_7572 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .highlight_dim_2dd7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .highlight_dim_2dd7 .hidden_pink_1698 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .bronze_8a14 {
        font-size: 1.3rem;
    }
    
    .progress-e0d4 {
        font-size: 0.7rem;
    }
    
    .carousel-0af4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .carousel-0af4 .action-5a5f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .footer_f7e8 {
        display: none;
    }
    
    .tooltip-eae1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .accordion_easy_beaf {
        padding: 20px 10px;
    }
    
    .panel_down_ce6a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search-3a50,
    .west_ee64 {
        padding: 15px;
    }
    
    .copper-296e {
        flex-direction: column;
        gap: 5px;
    }
    
    .first-8853 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .content-2260 {
        padding: 30px 10px;
    }
    
    .breadcrumb-motion-5d42 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-68d1 {
        padding: 20px 15px;
    }
    
    .panel-a057 {
        font-size: 2rem;
    }
    
    .feature-68d1 h3 {
        font-size: 1.1rem;
    }
    
    .feature-68d1 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .silver-c197 {
        padding: 20px 10px;
    }
    
    .element-1125 h2 {
        font-size: 1.3rem;
    }
    
    .panel-north-a0d4 {
        font-size: 0.9rem;
    }
    
    .shade-dcfc h3 {
        font-size: 1.1rem;
    }
    
    .shade-dcfc p {
        font-size: 0.9rem;
    }
    
    .full-2774 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .popup-667f {
        grid-template-columns: 1fr;
    }
    
    .liquid-7dfa {
        font-size: 0.85rem;
    }
    
    .main-b447 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar-b193 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .avatar-b193 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .active_silver_acc6 {
        padding: 30px 10px;
    }
    
    .hover-fresh-41d6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus-df28 {
        padding: 15px 10px;
    }
    
    .focus-df28 h4 {
        font-size: 0.9rem;
    }
    
    .focus-df28 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .frame-7c03 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hover-fresh-41d6 {
        grid-template-columns: 1fr;
    }
    
    .focus-df28 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .out_364e {
        padding: 30px 10px;
    }
    
    .info_active_63f4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fixed-0a4e {
        padding: 15px;
    }
    
    .message-f0b3 {
        font-size: 0.9rem;
    }
    
    .search-bronze-be2e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .search-bronze-be2e .surface_active_9fea {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .texture_cc17 {
        padding: 30px 10px;
    }
    
    .texture_cc17 h2 {
        font-size: 1.2rem;
    }
    
    .heading_middle_4a18 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hot-1415 {
        padding: 15px 10px;
    }
    
    .hot-1415 h4 {
        font-size: 0.85rem;
    }
    
    .hot-1415 p {
        font-size: 0.75rem;
    }
    
    .summary_356a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .border-a8f4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .heading-last-74c1 {
        padding: 20px 10px;
    }
    
    .stale-f8e3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer_east_f23f,
    .large-4059,
    .component_ec09 {
        width: 100%;
    }
    
    .footer_east_f23f h3 {
        font-size: 1.1rem;
    }
    
    .footer_east_f23f p {
        font-size: 0.8rem;
    }
    
    .notice_short_41e8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .element-full-e74a {
        padding: 30px 15px;
    }
    
    .element-full-e74a h2 {
        font-size: 1.3rem;
    }
    
    .element-full-e74a p {
        font-size: 0.85rem;
    }
    
    .notice-hard-484c {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice-hard-484c .action-5a5f {
        width: 100%;
    }
    
    .dark-08db {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .aside-f2cf {
        padding: 30px 10px;
    }
    
    .aside-f2cf h3 {
        font-size: 1.2rem;
    }
    
    .carousel_south_5dfd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .center-6215 {
        padding: 15px 10px;
    }
    
    .center-6215 h4 {
        font-size: 0.85rem;
    }
    
    .center-6215 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .highlight_6908 {
        padding: 30px 15px;
    }
    
    .wide_ea4c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .column_copper_e97f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .selected-6234 h4 {
        font-size: 0.9rem;
    }
    
    .selected-6234 a {
        font-size: 0.8rem;
    }
    
    .thumbnail-b990 {
        font-size: 0.8rem;
    }
    
    .inner-cb1c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .popup_d8d0 {
        padding: 8px 10px;
    }
    
    .module-5ddb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .button_over_ecf0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .module-5ddb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .button_over_ecf0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c545 */
.phantom-card-j0 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
