/* Inner Page Styles */

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

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

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

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

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

.full_0c05 .wide-cb71 {
    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;
}

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

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

.full_0c05 .wide-cb71:hover::before {
    left: 100%;
}

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

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

.avatar-5b0e {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dynamic-f053.fn-active-8381 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.over-881a {
    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%;
}

.over-881a 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 */
.inner_fc91 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.shade_right_5afa .lite-497c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.shade_right_5afa .lite-497c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.filter-action-2232 {
    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);
}

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

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

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

.border-fresh-90d2 {
    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);
}

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

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

.border-fresh-90d2 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.border-fresh-90d2 .lite-497c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.border-fresh-90d2 .lite-497c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tag_048c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tag_048c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tag_048c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .full_0c05 {
        justify-content: center;
    }
    
    .avatar-5b0e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .table-7712 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .menu_middle_85be {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup_559e {
        padding: var(--md-spacing-md);
    }
    
    .background-liquid-8a5c {
        padding: var(--md-spacing-md) 0;
    }
    
    .over-881a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .border-fresh-90d2 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .black_e1fc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .popup_559e {
        padding: var(--md-spacing-sm);
    }
    
    .menu-south-b0f6 {
        padding: var(--md-spacing-md);
    }
    
    .over-881a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.menu-south-b0f6,
.over-881a,
.border-fresh-90d2 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

.aside-8a12::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.picture_large_c56c {
    font-size: 1.5rem;
}

.photo-clean-99a2 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .last-2b03 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .input-9a6a {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-7cc0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.prev-1f4d {
    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;
}

.prev-1f4d.form_active_093b .up-c377 {
    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); }
}

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

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

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

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

.layout-bc98 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;
}

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

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

.banner_2ebd {
    font-size: 1.2rem;
}

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

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

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

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

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

.smooth-eb23.pattern_bb45::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.smooth-eb23.wrapper-lower-955c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.smooth-eb23.gold-f1f0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.smooth-eb23.caption-1920::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.sidebar-old-88be {
    font-size: 1.2rem;
}

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

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

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

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

.right-889e.progress_897f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.right-889e.fn-active-8381 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.caption-upper-9b7a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.row-silver-43f3 {
    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;
}

.row-silver-43f3:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.row-silver-43f3.form_steel_c9d1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.alert-medium-6c35 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.grid-f1da { border-top: 3px solid #00ccff; }
.accent_9234 { border-top: 3px solid #00ff88; }
.highlight_9229 { border-top: 3px solid #d4af37; }
.module-b7c7 { border-top: 3px solid #ff6b6b; }
.slider-2b77 { border-top: 3px solid #8b5cf6; }

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

.tag_prev_e3ef {
    overflow-x: auto;
}

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

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

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

.highlight_upper_f5a5 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.title-dim-cb73 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-small-2e9e h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.modal-small-2e9e p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.alert_soft_8e4f {
    font-size: 2rem;
}

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

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

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

.detail-689d {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bright_099b {
    font-size: 1.5rem;
}

.content-north-b358 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.cold-eb1e strong {
    color: #fff;
    display: block;
}

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

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

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

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

.module-49b4 .easy_9cc5 {
    margin-bottom: 10px;
}

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

.module-49b4 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.clean-775b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.banner-fluid-776f h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.banner-fluid-776f p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.frame-complex-1c37 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.frame-complex-1c37 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.summary-soft-5b8c span {
    color: #666;
    font-size: 0.8rem;
}

.summary-soft-5b8c a {
    color: #ff6b6b;
}

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

.panel-hard-baf8 {
    max-width: 800px;
    margin: 0 auto;
}

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

.plasma_0966 {
    text-align: center;
}

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

.plasma_0966 .label-selected-140c {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.panel-hard-baf8 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wood-c894 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

.slow-87c4 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .wood-c894 {
        flex-direction: column;
    }
    .box-stone-ceb7 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.media-last-4cc4 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.orange-2768 .pink-7291 {
    color: #666;
    margin: 0 8px;
}

.orange-2768 .input_cold_afbf {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.table_a7ef {
    font-size: 2rem;
}

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

.west-6989 strong {
    color: #d4af37;
}

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

.modal-hovered-81fa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .modal-hovered-81fa {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

.photo-4dc1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.header_1c0e strong {
    color: #00ff88;
}

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

.hidden-gold-89fb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.layout-basic-a6c4 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.banner-8acd strong {
    color: #d4af37;
}

.article-aabb {
    color: #aaa;
}

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

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

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

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

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

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

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

.message-5215:last-child {
    border-bottom: none;
}

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

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

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

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

.banner-9fbe {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.banner-9fbe 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;
}

.banner-9fbe li strong {
    color: #00ff88;
}

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

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

.list-narrow-6e08 {
    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;
}

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

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

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

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

.button-45e1 strong {
    color: #d4af37;
}

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

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

.banner-c757 strong {
    color: #00ff88;
}

.banner-c757 span {
    color: #d4af37;
}

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

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

.search-middle-f339 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.upper-32cf {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.card-orange-1cec {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.simple-d126 li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.outline-plasma-92c0 {
    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;
}

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

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

.surface_4699 strong {
    color: #00ff88;
}

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

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

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

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

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

.card-new-d960 {
    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;
}

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

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

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

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

.advanced-4c66 {
    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;
}

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.block-narrow-5bdb .footer-dafa {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tabs_cool_55e5 {
        padding: 30px 15px;
    }
    
    .tabs_cool_55e5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .orange-9573 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tall-ca39 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .menu_e345 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .menu_e345 .focus_dc0c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .mini_639d {
        font-size: 1.3rem;
    }
    
    .mini-129c {
        font-size: 0.7rem;
    }
    
    .hidden_8dd2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hidden_8dd2 .lite-497c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .backdrop_130e {
        display: none;
    }
    
    .image_up_466e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .wrapper-tiny-7022 {
        padding: 20px 10px;
    }
    
    .search-middle-f339 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .badge_lite_03b3,
    .list_narrow_d5a6 {
        padding: 15px;
    }
    
    .card-orange-1cec {
        flex-direction: column;
        gap: 5px;
    }
    
    .tabs_tiny_dd56 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .media-d567 {
        padding: 30px 10px;
    }
    
    .overlay-east-02ef {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active_6079 {
        padding: 20px 15px;
    }
    
    .background-d348 {
        font-size: 2rem;
    }
    
    .active_6079 h3 {
        font-size: 1.1rem;
    }
    
    .active_6079 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .plasma_81b8 {
        padding: 20px 10px;
    }
    
    .north-04c2 h2 {
        font-size: 1.3rem;
    }
    
    .narrow-b4be {
        font-size: 0.9rem;
    }
    
    .message-5215 h3 {
        font-size: 1.1rem;
    }
    
    .message-5215 p {
        font-size: 0.9rem;
    }
    
    .banner-9fbe li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .search_south_3643 {
        grid-template-columns: 1fr;
    }
    
    .button-45e1 {
        font-size: 0.85rem;
    }
    
    .search_dark_f806 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list-narrow-6e08 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .list-narrow-6e08 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .alert-1c34 {
        padding: 30px 10px;
    }
    
    .top_dec6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lite_9cc8 {
        padding: 15px 10px;
    }
    
    .lite_9cc8 h4 {
        font-size: 0.9rem;
    }
    
    .lite_9cc8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .notification_top_6cf8 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pattern_4c43 {
        padding: 30px 10px;
    }
    
    .photo-6c90 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gradient_60c2 {
        padding: 15px;
    }
    
    .lite_9ec8 {
        font-size: 0.9rem;
    }
    
    .short-19bc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .short-19bc .outline_f055 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .item_8fc5 {
        padding: 30px 10px;
    }
    
    .item_8fc5 h2 {
        font-size: 1.2rem;
    }
    
    .message-blue-1583 {
        gap: 10px;
    }
    
    .orange_aa5c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .orange_aa5c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .pattern_2dd2 {
        padding: 30px 10px;
    }
    
    .pattern_2dd2 h2 {
        font-size: 1.2rem;
    }
    
    .status_middle_a91d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination-bottom-aa49 {
        padding: 15px 10px;
    }
    
    .pagination-bottom-aa49 h4 {
        font-size: 0.85rem;
    }
    
    .pagination-bottom-aa49 p {
        font-size: 0.75rem;
    }
    
    .column-light-a799 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .disabled-fast-3c29 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .iron-3523 {
        padding: 20px 10px;
    }
    
    .box_aa35 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tertiary-1f4a,
    .frame-complex-1c37,
    .summary-soft-5b8c {
        width: 100%;
    }
    
    .tertiary-1f4a h3 {
        font-size: 1.1rem;
    }
    
    .tertiary-1f4a p {
        font-size: 0.8rem;
    }
    
    .content_2d42 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .selected-d0e8 {
        padding: 30px 15px;
    }
    
    .selected-d0e8 h2 {
        font-size: 1.3rem;
    }
    
    .selected-d0e8 p {
        font-size: 0.85rem;
    }
    
    .slider_638c {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider_638c .lite-497c {
        width: 100%;
    }
    
    .pattern_pink_52a7 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .thumbnail_dark_698d {
        padding: 30px 10px;
    }
    
    .thumbnail_dark_698d h3 {
        font-size: 1.2rem;
    }
    
    .widget_plasma_7e32 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border-fresh-90d2 {
        padding: 15px 10px;
    }
    
    .border-fresh-90d2 h4 {
        font-size: 0.85rem;
    }
    
    .border-fresh-90d2 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .selected-e007 {
        padding: 30px 15px;
    }
    
    .background-875b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .media_south_fd42 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .banner_ec79 h4 {
        font-size: 0.9rem;
    }
    
    .banner_ec79 a {
        font-size: 0.8rem;
    }
    
    .content_hard_ae5e {
        font-size: 0.8rem;
    }
    
    .section-gold-7e1d p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .center-31a8 {
        padding: 8px 10px;
    }
    
    .breadcrumb_active_052e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .static_528b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb_active_052e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .static_528b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8ba9 */
.phantom-card-o1 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
