/* Inner Page Styles */

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

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

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

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

.overlay-539a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.overlay-539a .message-9919 {
    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;
}

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

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

.overlay-539a .message-9919:hover::before {
    left: 100%;
}

.overlay-539a .message-9919:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.last-88e1 {
    color: var(--casino-gold-light);
}

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

.last-88e1 a:hover {
    color: var(--casino-gold-light);
}

.last-88e1.fn-active-fd71 {
    color: var(--casino-gold-light);
}

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

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

.box-outer-f9d2 {
    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);
}

.box-outer-f9d2 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);
}

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

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

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

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

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

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

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

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

/* CTA Section */
.element_287d {
    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-lite-c254 {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

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

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

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

.rough-7fbe li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

/* Promo Cards */
.backdrop-wide-95aa {
    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;
}

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

.backdrop-wide-95aa:hover::before {
    left: 100%;
}

.backdrop-wide-95aa 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;
}

.backdrop-wide-95aa 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;
}

.backdrop-wide-95aa .media-3142 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.backdrop-wide-95aa .media-3142:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hard-b1f3 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.prev-3bea {
    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);
}

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

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

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

.prev-3bea .media-3142 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.prev-3bea .media-3142:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .box_aec0 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .box_aec0 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .box_aec0 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .overlay-539a {
        justify-content: center;
    }
    
    .tertiary_up_aa46 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .basic_d753 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .grid_fixed_dc65 {
        padding: var(--md-spacing-md) 0;
    }
    
    .box-outer-f9d2 {
        padding: var(--md-spacing-md);
    }
    
    .sort-lite-c254 {
        padding: var(--md-spacing-md) 0;
    }
    
    .disabled_last_7179 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .prev-3bea {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accent-steel-b74e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .box-outer-f9d2 {
        padding: var(--md-spacing-sm);
    }
    
    .footer_48c3 {
        padding: var(--md-spacing-md);
    }
    
    .disabled_last_7179 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.footer_48c3,
.disabled_last_7179,
.prev-3bea {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.avatar-hovered-248e::-webkit-scrollbar {
    width: 8px;
}

.avatar-hovered-248e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.avatar-hovered-248e::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.avatar-hovered-248e::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.bright-6cbd {
    font-size: 1.5rem;
}

.cool-ec25 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.info-d0d6 {
    padding: 30px 0;
}

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

.aside-new-8503 {
    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;
}

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

.aside-new-8503 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.aside-new-8503 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.narrow-cd11 strong {
    color: #00ff88;
}

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

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

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

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

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

.slider-4edb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

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

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

.caption_2fd0.preview-narrow-2db1 .heading_right_771c {
    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); }
}

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

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

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

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

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

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

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

.preview-26f9 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .badge-brown-2faf {
        grid-template-columns: 1fr;
    }
}

.thumbnail-cool-74cd {
    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;
}

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

.thumbnail-cool-74cd.static_5f2b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.thumbnail-cool-74cd.badge-be5f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.thumbnail-cool-74cd.widget-gold-fd37::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.thumbnail-cool-74cd.row-4e17::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.article-first-312f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.notification_narrow_5344 {
    font-size: 1.2rem;
}

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

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

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

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

.copper-6798.breadcrumb_left_4564 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.copper-6798.fn-active-fd71 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.paper-1d1d {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.disabled-mini-6a8f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.header-fast-2393 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.last-897f { border-top: 3px solid #00ccff; }
.feature_6b95 { border-top: 3px solid #00ff88; }
.hard_8e20 { border-top: 3px solid #d4af37; }
.title_e6da { border-top: 3px solid #ff6b6b; }
.surface-hard-b9ee { border-top: 3px solid #8b5cf6; }

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

.focused_52b9 {
    overflow-x: auto;
}

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

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

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

.popup_yellow_15f8 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.notice-red-6f87 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-0a1a {
    font-size: 2rem;
}

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

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

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

.nav-1e79 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.iron-347d {
    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;
}

.iron-347d::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);
}

.footer-79bb {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.secondary-wood-efe4 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.highlight-f087 {
    font-size: 1.5rem;
}

.layout-full-2aaf {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.main-581f strong {
    color: #fff;
    display: block;
}

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

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

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

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

.fresh_0881 .active_bb6a {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.title-clean-edac {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.chip-medium-d35f {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.cold-8675 a {
    color: #ff6b6b;
}

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

.light-44e0 {
    max-width: 800px;
    margin: 0 auto;
}

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

.mask_7d99 {
    text-align: center;
}

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

.mask_7d99 .orange-3e68 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.light-44e0 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.complex-1d16 {
    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;
}

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

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

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

.logo-cold-986f {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.accordion-inner-15a4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .accordion-inner-15a4 {
        flex-direction: column;
    }
    .item_current_da16 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.mask_82ca .dirty_4f77 {
    color: #666;
    margin: 0 8px;
}

.mask_82ca .primary-blue-8e05 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.input-small-81f1 strong {
    color: #d4af37;
    margin-right: 8px;
}

.paragraph-27b4 {
    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;
}

.footer-296c {
    font-size: 2rem;
}

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

.card-1694 strong {
    color: #d4af37;
}

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

.lite-8add {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.nav-selected-4a4b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.module-3cbc strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.tiny_bc0d strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.west-6c3f {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.highlight_d042 h3,
.dim-12bc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.widget_031e strong {
    color: #d4af37;
}

.feature_185f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-old-2934 {
    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;
}

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

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

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

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

.progress_bright_dac1 strong {
    color: #d4af37;
}

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

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

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

.smooth-0688 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.message-selected-2d14 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.huge-5e8e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.notice-top-819b {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-narrow-3655 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.hidden-narrow-3655 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.chip-medium-d35f {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .south-fc90 {
        padding: 30px 15px;
    }
    
    .south-fc90 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .image-6945 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .background_fixed_0120 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .box-897e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .box-897e .dirty-2f8d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .picture_e884 {
        font-size: 1.3rem;
    }
    
    .table_inner_6372 {
        font-size: 0.7rem;
    }
    
    .section-thick-f75d {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-thick-f75d .media-3142 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .summary-8618 {
        display: none;
    }
    
    .popup-fast-98c8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .outer_2cb5 {
        padding: 20px 10px;
    }
    
    .texture_0d38 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_clean_64f6,
    .article_1f62 {
        padding: 15px;
    }
    
    .huge-5e8e {
        flex-direction: column;
        gap: 5px;
    }
    
    .notice-top-819b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .chip-0995 {
        padding: 30px 10px;
    }
    
    .article-bb31 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button-soft-6326 {
        padding: 20px 15px;
    }
    
    .next_2f6a {
        font-size: 2rem;
    }
    
    .button-soft-6326 h3 {
        font-size: 1.1rem;
    }
    
    .button-soft-6326 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .fluid_2416 {
        padding: 20px 5px;
    }
    
    .fluid_2416 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .thumbnail-north-6a77 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .popup_yellow_15f8 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .popup_yellow_15f8 th,
    .popup_yellow_15f8 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .label-848a {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .current-2add {
        padding: 20px 10px;
    }
    
    .accordion-a698 h2 {
        font-size: 1.3rem;
    }
    
    .secondary_focused_1ac4 {
        font-size: 0.9rem;
    }
    
    .sort_liquid_140a h3 {
        font-size: 1.1rem;
    }
    
    .sort_liquid_140a p {
        font-size: 0.9rem;
    }
    
    .fluid_e526 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .block_inner_4216 {
        grid-template-columns: 1fr;
    }
    
    .progress_bright_dac1 {
        font-size: 0.85rem;
    }
    
    .caption_lower_b771 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-old-2934 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .table-old-2934 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .box-d488 {
        padding: 30px 10px;
    }
    
    .dark-0fab {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .rough-eace {
        padding: 15px 10px;
    }
    
    .rough-eace h4 {
        font-size: 0.9rem;
    }
    
    .rough-eace p {
        font-size: 0.75rem;
        display: none;
    }
    
    .form-outer-ab6b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dark-0fab {
        grid-template-columns: 1fr;
    }
    
    .rough-eace p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .first-41b2 {
        padding: 30px 10px;
    }
    
    .description_easy_e30a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paper-0292 {
        padding: 15px;
    }
    
    .out_8709 {
        font-size: 0.9rem;
    }
    
    .thick-1943 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thick-1943 .primary_5d6f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .upper_9593 {
        padding: 30px 10px;
    }
    
    .upper_9593 h2 {
        font-size: 1.2rem;
    }
    
    .progress-stone-14e6 {
        gap: 10px;
    }
    
    .search-0665 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .search-0665 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tall-7fa4 {
        padding: 30px 10px;
    }
    
    .tall-7fa4 h2 {
        font-size: 1.2rem;
    }
    
    .card-up-6416 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cold_0671 {
        padding: 15px 10px;
    }
    
    .cold_0671 h4 {
        font-size: 0.85rem;
    }
    
    .cold_0671 p {
        font-size: 0.75rem;
    }
    
    .pagination-508a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .wide_b624 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gas-d257 {
        padding: 20px 10px;
    }
    
    .east-ca5c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .last_5904,
    .module_d5c3,
    .cold-8675 {
        width: 100%;
    }
    
    .last_5904 h3 {
        font-size: 1.1rem;
    }
    
    .last_5904 p {
        font-size: 0.8rem;
    }
    
    .active_6cc5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .accordion-pressed-f8cb {
        padding: 30px 15px;
    }
    
    .accordion-pressed-f8cb h2 {
        font-size: 1.3rem;
    }
    
    .accordion-pressed-f8cb p {
        font-size: 0.85rem;
    }
    
    .hovered_d2f9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hovered_d2f9 .media-3142 {
        width: 100%;
    }
    
    .right_f45e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .overlay-blue-958f {
        padding: 30px 10px;
    }
    
    .overlay-blue-958f h3 {
        font-size: 1.2rem;
    }
    
    .up_ff57 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .prev-3bea {
        padding: 15px 10px;
    }
    
    .prev-3bea h4 {
        font-size: 0.85rem;
    }
    
    .prev-3bea p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .alert-pressed-595c {
        padding: 30px 15px;
    }
    
    .orange-8045 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .card-cb97 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .liquid_eca5 h4 {
        font-size: 0.9rem;
    }
    
    .liquid_eca5 a {
        font-size: 0.8rem;
    }
    
    .pink-0411 {
        font-size: 0.8rem;
    }
    
    .title-bd3f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .table-6531 {
        padding: 8px 10px;
    }
    
    .image_fast_0c50 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .detail-1c74 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .image_fast_0c50 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .detail-1c74 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: df5d */
.widget-item-s2 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
