/* Inner Page Styles */

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

.backdrop-977e 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);
}

.backdrop-977e 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);
}

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

.hot-8eca {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hot-8eca .aside_62f8 {
    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;
}

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

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

.hot-8eca .aside_62f8:hover::before {
    left: 100%;
}

.hot-8eca .aside_62f8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress_48d1.fn-active-d7ff {
    color: var(--casino-gold-light);
}

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

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

.focus-copper-62b8 {
    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);
}

.focus-copper-62b8 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);
}

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

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

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

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

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

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

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

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

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

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

.sidebar-up-2c57 {
    padding: var(--md-spacing-md) 0;
}

.label-silver-7ea1 {
    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%;
}

.label-silver-7ea1 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 */
.list_blue_b039 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.icon-dirty-1e1c {
    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;
}

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

.icon-dirty-1e1c:hover::before {
    left: 100%;
}

.icon-dirty-1e1c 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;
}

.icon-dirty-1e1c 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;
}

.icon-dirty-1e1c .disabled_4cf9 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.icon-dirty-1e1c .disabled_4cf9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.title-9c7a {
    margin-top: var(--md-spacing-sm);
}

.background-purple-3d8f {
    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);
}

.background-purple-3d8f:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.button_simple_3b97 .disabled_4cf9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .backdrop-977e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .backdrop-977e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .backdrop-977e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hot-8eca {
        justify-content: center;
    }
    
    .pressed-eb64 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .status_352b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .smooth-2a21 {
        padding: var(--md-spacing-md) 0;
    }
    
    .focus-copper-62b8 {
        padding: var(--md-spacing-md);
    }
    
    .cool-f530 {
        padding: var(--md-spacing-md) 0;
    }
    
    .label-silver-7ea1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .button_simple_3b97 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .over-cbbf {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .focus-copper-62b8 {
        padding: var(--md-spacing-sm);
    }
    
    .fixed_96e6 {
        padding: var(--md-spacing-md);
    }
    
    .label-silver-7ea1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fixed_96e6,
.label-silver-7ea1,
.button_simple_3b97 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tiny-6a1a {
    font-size: 1.5rem;
}

.copper-605b strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .tag-middle-3afa {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .advanced-85de {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal_8696 strong {
    color: #00ff88;
}

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

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

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

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

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

.avatar-1ffb::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;
}

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

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

.accordion_black_850c.primary_short_ea2b .steel_244b {
    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); }
}

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

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

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

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

.table-778a 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;
}

.table-778a 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);
}

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

.carousel-warm-1cbe {
    font-size: 1.2rem;
}

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

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

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

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

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

.footer_inner_ee7b.component_2d34::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.footer_inner_ee7b.mask_a51a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.footer_inner_ee7b.texture-fcc8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.footer_inner_ee7b.accordion-dynamic-b75d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.frame-static-4d63 {
    font-size: 1.2rem;
}

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

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

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

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

.panel-upper-3ad0.filter_d3f1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.panel-upper-3ad0.fn-active-d7ff { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.shadow-full-d4e3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.primary-6b1f {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.pressed-011d {
    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;
}

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

.pressed-011d.hot_0e68 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.link-3d22 { border-top: 3px solid #00ccff; }
.block_1c3f { border-top: 3px solid #00ff88; }
.accent-red-4835 { border-top: 3px solid #d4af37; }
.paragraph_hard_41b1 { border-top: 3px solid #ff6b6b; }
.frame_silver_6898 { border-top: 3px solid #8b5cf6; }

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

.banner_last_921d {
    overflow-x: auto;
}

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

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

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

.input_9075 td {
    color: #ccc;
}

.input_9075 .filter-basic-abce {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-0066 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.surface-45ff {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.layout-87f8 {
    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;
}

.layout-87f8::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);
}

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

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

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

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

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

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

.rough-ef8b {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.item-selected-aec7 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.column_10cc .current_db1b {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.steel-918a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.border-e727 h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.hovered-e57d {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.hot-0c1f {
    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;
}

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

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

.logo-white-dcd1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.disabled-easy-b7e4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.disabled-easy-b7e4 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.dropdown_next_570e a {
    color: #ff6b6b;
}

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

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

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

.feature-dirty-a4f2 {
    text-align: center;
}

.feature-dirty-a4f2 .blue_4b8a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.feature-dirty-a4f2 .border-0e4e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.title-current-9c17 {
    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;
}

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

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

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

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

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

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

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

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

.gradient-hot-1d3c {
    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;
}

.gradient-hot-1d3c.hot_0e68 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .menu-dynamic-b622 {
        flex-direction: column;
    }
    .popup_narrow_c38b {
        transform: rotate(90deg);
    }
}

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

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

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

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

.media-green-11ac {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.element-115b .pagination-medium-20ca {
    color: #666;
    margin: 0 8px;
}

.element-115b .glass_3343 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.aside-under-3aa4 strong {
    color: #d4af37;
    margin-right: 8px;
}

.paragraph-hard-6baf {
    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;
}

.nav-dynamic-92f4 {
    font-size: 2rem;
}

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

.footer_55c1 strong {
    color: #d4af37;
}

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

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

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

.label-old-79af h3,
.bronze_3121 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.hero-1bc7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.media-7f77 strong {
    color: #d4af37;
    margin-right: 8px;
}

.list-red-089f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.surface_f301 strong {
    color: #00ff88;
}

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

.card-motion-9272 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.shadow-bottom-1f9f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.sidebar-e5fb strong {
    color: #d4af37;
}

.medium_84fa {
    color: #aaa;
}

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

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

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

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

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

.nav-dim-f760 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.frame-current-a9ef {
    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;
}

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

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

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

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

.in_53e2 strong {
    color: #d4af37;
}

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

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

.active_complex_20ff strong {
    color: #00ff88;
}

.active_complex_20ff span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.background-118f {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.breadcrumb-middle-7480 {
    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);
}

.bright-7af1 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.south-81a6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.south-81a6 li {
    margin-bottom: 5px;
}

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

.south-81a6 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.tabs-action-7fb8 {
    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;
}

.row-orange-7f00 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.row-orange-7f00 strong {
    color: #00ff88;
}

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

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

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

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

.motion-34a9 {
    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;
}

.fixed-506e {
    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;
}

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

@media (max-width: 768px) {
    .fresh_ce88 {
        flex-direction: column;
    }
    
    .motion-34a9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .slider_07e2 {
        padding: 30px 15px;
    }
    
    .slider_07e2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .wide-41d8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gallery_top_384a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focused_2ecd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focused_2ecd .gradient_be42 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .active_gas_8aa1 {
        font-size: 1.3rem;
    }
    
    .middle_4404 {
        font-size: 0.7rem;
    }
    
    .gallery_55d4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery_55d4 .disabled_4cf9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .white-45d1 {
        display: none;
    }
    
    .nav-df56 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pink_d815 {
        padding: 20px 10px;
    }
    
    .alert_84b2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid_5571,
    .wrapper_8d81 {
        padding: 15px;
    }
    
    .background-118f {
        flex-direction: column;
        gap: 5px;
    }
    
    .breadcrumb-middle-7480 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .out-4604 {
        padding: 30px 10px;
    }
    
    .silver-3701 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture_large_b0c5 {
        padding: 20px 15px;
    }
    
    .avatar-b625 {
        font-size: 2rem;
    }
    
    .picture_large_b0c5 h3 {
        font-size: 1.1rem;
    }
    
    .picture_large_b0c5 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .feature_c235 {
        padding: 20px 10px;
    }
    
    .chip_b16b h2 {
        font-size: 1.3rem;
    }
    
    .tiny-8f0c {
        font-size: 0.9rem;
    }
    
    .image_plasma_b347 h3 {
        font-size: 1.1rem;
    }
    
    .image_plasma_b347 p {
        font-size: 0.9rem;
    }
    
    .red_c898 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .chip_89fa {
        grid-template-columns: 1fr;
    }
    
    .in_53e2 {
        font-size: 0.85rem;
    }
    
    .simple-939e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-current-a9ef {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .frame-current-a9ef strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .first-8323 {
        padding: 30px 10px;
    }
    
    .right_7e97 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .green_40d6 {
        padding: 15px 10px;
    }
    
    .green_40d6 h4 {
        font-size: 0.9rem;
    }
    
    .green_40d6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .action_8863 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tooltip_5b14 {
        padding: 30px 10px;
    }
    
    .module-first-e348 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail_full_7f21 {
        padding: 15px;
    }
    
    .hard-1bf1 {
        font-size: 0.9rem;
    }
    
    .pagination-smooth-6e4b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pagination-smooth-6e4b .down-173f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .input-south-871e {
        padding: 30px 10px;
    }
    
    .input-south-871e h2 {
        font-size: 1.2rem;
    }
    
    .sidebar-east-347f {
        gap: 10px;
    }
    
    .grid_tiny_25c3 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .grid_tiny_25c3 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .stone_e4f8 {
        padding: 30px 10px;
    }
    
    .stone_e4f8 h2 {
        font-size: 1.2rem;
    }
    
    .card_north_b479 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow-focused-8131 {
        padding: 15px 10px;
    }
    
    .shadow-focused-8131 h4 {
        font-size: 0.85rem;
    }
    
    .shadow-focused-8131 p {
        font-size: 0.75rem;
    }
    
    .hard_19fe {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .pro_5f1a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .mask-smooth-2941 {
        padding: 20px 10px;
    }
    
    .primary-dac4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .east-c2d4,
    .disabled-easy-b7e4,
    .dropdown_next_570e {
        width: 100%;
    }
    
    .east-c2d4 h3 {
        font-size: 1.1rem;
    }
    
    .east-c2d4 p {
        font-size: 0.8rem;
    }
    
    .footer_1ed8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .liquid_dc74 {
        padding: 30px 15px;
    }
    
    .liquid_dc74 h2 {
        font-size: 1.3rem;
    }
    
    .liquid_dc74 p {
        font-size: 0.85rem;
    }
    
    .pink-9766 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pink-9766 .disabled_4cf9 {
        width: 100%;
    }
    
    .left_84f3 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .main-complex-5ac3 {
        padding: 30px 10px;
    }
    
    .main-complex-5ac3 h3 {
        font-size: 1.2rem;
    }
    
    .element-down-f947 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button_simple_3b97 {
        padding: 15px 10px;
    }
    
    .button_simple_3b97 h4 {
        font-size: 0.85rem;
    }
    
    .button_simple_3b97 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .photo-70bf {
        padding: 30px 15px;
    }
    
    .carousel-975f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .upper-398c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hidden_60e4 h4 {
        font-size: 0.9rem;
    }
    
    .hidden_60e4 a {
        font-size: 0.8rem;
    }
    
    .disabled_dirty_be3d {
        font-size: 0.8rem;
    }
    
    .up-6332 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .motion_bbab {
        padding: 8px 10px;
    }
    
    .main-da1b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hero-pro-1bd3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .main-da1b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hero-pro-1bd3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a48d */
.widget-item-q6 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
