/* Inner Page Styles */

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

.image-purple-bd5c 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);
}

.image-purple-bd5c 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);
}

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

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

.gradient-5606 .carousel_7423 {
    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;
}

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

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

.gradient-5606 .carousel_7423:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-west-7d69 {
    color: var(--casino-gold-light);
}

.wrapper-west-7d69 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.wrapper-west-7d69 a:hover {
    color: var(--casino-gold-light);
}

.wrapper-west-7d69.fn-active-302b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-small-1941 {
    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%;
}

.shadow-small-1941 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 */
.tag-ba5a {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.bright_28a6 .paper_bb04:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.stale-369f {
    margin-top: var(--md-spacing-sm);
}

.caption-red-f98b {
    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);
}

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

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

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

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

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

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

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

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

.solid-0c58 .paper_bb04:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .image-purple-bd5c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .image-purple-bd5c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .image-purple-bd5c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gradient-5606 {
        justify-content: center;
    }
    
    .short_7f1b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .feature-ba2c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .button-daa0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .texture_0989 {
        padding: var(--md-spacing-md);
    }
    
    .sort_211f {
        padding: var(--md-spacing-md) 0;
    }
    
    .shadow-small-1941 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .solid-0c58 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .box-5db6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .texture_0989 {
        padding: var(--md-spacing-sm);
    }
    
    .button-yellow-b276 {
        padding: var(--md-spacing-md);
    }
    
    .shadow-small-1941 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.button-yellow-b276,
.shadow-small-1941,
.solid-0c58 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.button_inner_3409 {
    font-size: 1.5rem;
}

.smooth-960c strong {
    color: #00ff88;
}

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

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

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

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

.gradient-dirty-8be0 {
    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;
}

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

.gradient-dirty-8be0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.gradient-dirty-8be0 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.gradient-a3a6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.paragraph-c62e {
    text-align: center;
    margin-bottom: 30px;
}

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

.tertiary_dark_8e59.slow_439b .table_9604 {
    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); }
}

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

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

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

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

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

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

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

.element_201b {
    font-size: 1.2rem;
}

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

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

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

.progress-warm-8597 {
    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;
}

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

.progress-warm-8597.pink-d856::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.progress-warm-8597.footer-yellow-a1c5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress-warm-8597.texture_0d09::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.progress-warm-8597.accordion-4695::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.panel_7797 {
    font-size: 1.2rem;
}

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

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

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

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

.new-e6bf.gradient-a7d2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.new-e6bf.fn-active-302b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.progress-hovered-7ad9 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.texture_dc1f.pro_5f44 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.static_cb6a { border-top: 3px solid #00ccff; }
.text-smooth-dbf3 { border-top: 3px solid #00ff88; }
.tooltip_6105 { border-top: 3px solid #d4af37; }
.module_right_22b8 { border-top: 3px solid #ff6b6b; }
.layout-c6a9 { border-top: 3px solid #8b5cf6; }

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

.aside-8e56 {
    overflow-x: auto;
}

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

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

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

.glass-a270 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-pro-7d83 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.breadcrumb-pro-7d83 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.sort-c9db {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery_current_ad40 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.silver-b629 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.hidden-0425 .content_selected_1102 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.description-red-14ad {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.input-top-4b67 {
    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;
}

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

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

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

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

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

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

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

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

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

/* Responsible Banner */
.banner-rough-3a21 {
    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;
}

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

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

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

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

.form_e35e {
    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_05be span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.hot-4a6a span {
    color: #666;
    font-size: 0.8rem;
}

.hot-4a6a a {
    color: #ff6b6b;
}

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

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

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

.hidden-5797 {
    text-align: center;
}

.hidden-5797 .accordion-rough-d6e6 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.hidden-5797 .row_f952 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.green-4b89 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.component-small-03b8 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.active_top_7ead.pro_5f44 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.yellow-846b {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .component-small-03b8 {
        flex-direction: column;
    }
    .banner_529c {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.medium-7d5e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.thumbnail_bd51 .up-220a {
    color: #666;
    margin: 0 8px;
}

.thumbnail_bd51 .focus-pressed-c4a9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.outline-under-7707 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.slider-dirty-0517 {
    font-size: 2rem;
}

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

.left-9141 strong {
    color: #d4af37;
}

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

.primary-bright-a1cf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.photo_60e3 h3,
.element-55ea h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.dark-06bd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.picture_a7c0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-8643 strong {
    color: #d4af37;
}

.thick_11a2 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .tabs-motion-30d9 {
        grid-template-columns: 1fr;
    }
}

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

.narrow_146d strong {
    color: #d4af37;
}

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

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

.label-e4a1 strong {
    color: #00ff88;
}

.label-e4a1 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hovered-a47c li {
    margin-bottom: 5px;
}

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

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

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

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

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

.fresh-5f73 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .frame_clean_86da {
        flex-direction: column;
    }
    
    .inner-c9ad {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.tooltip-dynamic-f2f0 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .preview-c6f4 {
        padding: 30px 15px;
    }
    
    .preview-c6f4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .frame-warm-a98f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .description_a977 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .component-bronze-b018 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .component-bronze-b018 .border-easy-6e6f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .progress-0d39 {
        font-size: 1.3rem;
    }
    
    .middle-c8e2 {
        font-size: 0.7rem;
    }
    
    .accordion-east-f12d {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion-east-f12d .paper_bb04 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .huge-d04f {
        display: none;
    }
    
    .status-4a65 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .footer_2cd5 {
        padding: 20px 10px;
    }
    
    .card_dace {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .filter_plasma_b54b,
    .shade-static-f4cd {
        padding: 15px;
    }
    
    .texture-f132 {
        flex-direction: column;
        gap: 5px;
    }
    
    .wrapper_prev_e2d4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .layout-brown-59fb {
        padding: 30px 10px;
    }
    
    .over-4018 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .frame-fe10 {
        padding: 20px 15px;
    }
    
    .disabled_pink_63e9 {
        font-size: 2rem;
    }
    
    .frame-fe10 h3 {
        font-size: 1.1rem;
    }
    
    .frame-fe10 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .detail-dc76 {
        padding: 20px 10px;
    }
    
    .fixed-310c h2 {
        font-size: 1.3rem;
    }
    
    .slider_592c {
        font-size: 0.9rem;
    }
    
    .middle_a67b h3 {
        font-size: 1.1rem;
    }
    
    .middle_a67b p {
        font-size: 0.9rem;
    }
    
    .detail_orange_401a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tabs-motion-30d9 {
        grid-template-columns: 1fr;
    }
    
    .narrow_146d {
        font-size: 0.85rem;
    }
    
    .focused_5c00 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget_7761 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .widget_7761 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .up_aad7 {
        padding: 30px 10px;
    }
    
    .thumbnail-0844 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article-fea8 {
        padding: 15px 10px;
    }
    
    .article-fea8 h4 {
        font-size: 0.9rem;
    }
    
    .article-fea8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .medium_c08e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thumbnail-0844 {
        grid-template-columns: 1fr;
    }
    
    .article-fea8 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .breadcrumb_center_fcf0 {
        padding: 30px 10px;
    }
    
    .photo_brown_7ba6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pagination-4fae {
        padding: 15px;
    }
    
    .photo-hard-5802 {
        font-size: 0.9rem;
    }
    
    .section_2966 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .section_2966 .action-f5b0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .alert-solid-b624 {
        padding: 30px 10px;
    }
    
    .alert-solid-b624 h2 {
        font-size: 1.2rem;
    }
    
    .pressed-d969 {
        gap: 10px;
    }
    
    .surface-958a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .surface-958a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-136d {
        padding: 30px 10px;
    }
    
    .breadcrumb-136d h2 {
        font-size: 1.2rem;
    }
    
    .heading-3c36 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade_0c1f {
        padding: 15px 10px;
    }
    
    .shade_0c1f h4 {
        font-size: 0.85rem;
    }
    
    .shade_0c1f p {
        font-size: 0.75rem;
    }
    
    .orange_d1db {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .clean-9bd3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .banner-rough-3a21 {
        padding: 20px 10px;
    }
    
    .mask-2404 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tooltip_d627,
    .pagination_05be,
    .hot-4a6a {
        width: 100%;
    }
    
    .tooltip_d627 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_d627 p {
        font-size: 0.8rem;
    }
    
    .form_e35e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .highlight-light-462c {
        padding: 30px 15px;
    }
    
    .highlight-light-462c h2 {
        font-size: 1.3rem;
    }
    
    .highlight-light-462c p {
        font-size: 0.85rem;
    }
    
    .fresh-fbd0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fresh-fbd0 .paper_bb04 {
        width: 100%;
    }
    
    .static_0894 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .thick-e230 {
        padding: 30px 10px;
    }
    
    .thick-e230 h3 {
        font-size: 1.2rem;
    }
    
    .aside-f44a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid-0c58 {
        padding: 15px 10px;
    }
    
    .solid-0c58 h4 {
        font-size: 0.85rem;
    }
    
    .solid-0c58 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .action-92ef {
        padding: 30px 15px;
    }
    
    .background-8227 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .button_4942 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .search_18c4 h4 {
        font-size: 0.9rem;
    }
    
    .search_18c4 a {
        font-size: 0.8rem;
    }
    
    .left_abcd {
        font-size: 0.8rem;
    }
    
    .up-1b84 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .green-2bf9 {
        padding: 8px 10px;
    }
    
    .pattern-31c9 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .link_full_9d23 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pattern-31c9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .link_full_9d23 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 19dd */
.widget-item-r1 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
