/* Inner Page Styles */

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

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

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

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

.top-36b3 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.top-36b3 .secondary_6c67 {
    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;
}

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

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

.top-36b3 .secondary_6c67:hover::before {
    left: 100%;
}

.top-36b3 .secondary_6c67:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.carousel-998c {
    margin-bottom: var(--md-spacing-lg);
}

.layout-east-ed7e {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade_thick_ce6a.fn-active-60db {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label_0d17 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.mini_4240 .thick-e453:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.frame-ea24 .thick-e453 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.frame-ea24 .thick-e453:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .smooth_a752 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .smooth_a752 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .smooth_a752 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .top-36b3 {
        justify-content: center;
    }
    
    .layout-east-ed7e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .box-fast-b08e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .next-b730 {
        padding: var(--md-spacing-md) 0;
    }
    
    .old_989c {
        padding: var(--md-spacing-md);
    }
    
    .yellow_9cc5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .label_0d17 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .frame-ea24 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .detail_pro_3021 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .old_989c {
        padding: var(--md-spacing-sm);
    }
    
    .nav-89b1 {
        padding: var(--md-spacing-md);
    }
    
    .label_0d17 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.nav-89b1,
.label_0d17,
.frame-ea24 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.item-up-8d4c::-webkit-scrollbar {
    width: 8px;
}

.item-up-8d4c::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

.item-up-8d4c::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.paragraph_full_396f {
    font-size: 1.5rem;
}

.text-9e4d strong {
    color: #00ff88;
}

.detail-bottom-0de4 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .carousel-530f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .detail-bottom-0de4 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight_static_a691 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.highlight_cc98.new-99f0 .video_5e0e {
    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); }
}

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

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

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

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

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

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

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

.primary-copper-536c {
    font-size: 1.2rem;
}

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

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

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

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

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

.stone_1e10.label-a5f9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.stone_1e10.carousel_a6c9::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.stone_1e10.highlight_orange_a16f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.stone_1e10.form-fluid-b3fa::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tooltip_1a43 {
    font-size: 1.2rem;
}

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

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

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

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

.feature-c7fb.pattern_3696 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.feature-c7fb.fn-active-60db { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.active-slow-95e9 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-pro-96ce {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.rough_2a95 { border-top: 3px solid #00ccff; }
.icon_1f08 { border-top: 3px solid #00ff88; }
.breadcrumb_white_5eef { border-top: 3px solid #d4af37; }
.easy_738f { border-top: 3px solid #ff6b6b; }
.stone_12a4 { border-top: 3px solid #8b5cf6; }

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

.preview-outer-0778 {
    overflow-x: auto;
}

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

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

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

.highlight_old_25d4 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.badge-990e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.main-dirty-f5e5 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.green_1f7f {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.title-dim-3a94 {
    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;
}

.title-dim-3a94::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);
}

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

.title-dim-3a94 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.title-dim-3a94 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.row-light-9b14 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .secondary-advanced-266f {
        grid-template-columns: 1fr;
    }
}

.list-right-4dde {
    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;
}

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

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

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

.avatar-a457 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.wrapper_short_083c .progress-stone-1130 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.menu-mini-c4f3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsible Banner */
.icon-40fb {
    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;
}

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

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

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

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

.photo-dark-42e8 {
    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;
}

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

.link-plasma-9be3 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.link-plasma-9be3 span {
    color: #666;
    font-size: 0.8rem;
}

.link-plasma-9be3 a {
    color: #ff6b6b;
}

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

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

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

.banner-3fdc {
    text-align: center;
}

.banner-3fdc .full-44e8 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.banner-3fdc .article_fresh_aae8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-959a {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.nav-right-ae84 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.preview_lite_1d66 .banner_002e {
    color: #666;
    margin: 0 8px;
}

.preview_lite_1d66 .hard_1d09 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.tooltip-74a3 {
    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;
}

.disabled-pressed-e6f6 {
    font-size: 2rem;
}

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

.down-4c27 strong {
    color: #d4af37;
}

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

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

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

.caption-45c0 h3,
.section_70ef h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.current-6be3 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.sort-old-e7bd strong {
    color: #00ff88;
}

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

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

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

.clean-2f63 h3,
.pattern_brown_d1ef h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.label-3506 strong {
    color: #d4af37;
}

.footer-fe93 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-motion-5b39 {
    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;
}

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

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

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

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

.highlight-dda6 strong {
    color: #d4af37;
}

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

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

.picture_small_d824 strong {
    color: #00ff88;
}

.picture_small_d824 span {
    color: #d4af37;
}

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

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

.thumbnail-green-0a8b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .thumbnail-green-0a8b {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.footer-inner-ff04 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-f91e {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

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

.row_simple_e7c2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .silver_2904 {
        padding: 30px 15px;
    }
    
    .silver_2904 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .large_596b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .grid_e28f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .menu-small-67a8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .menu-small-67a8 .photo_81e3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .fluid_ea18 {
        font-size: 1.3rem;
    }
    
    .mask-up-05d0 {
        font-size: 0.7rem;
    }
    
    .surface_93d9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .surface_93d9 .thick-e453 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .text_5efc {
        display: none;
    }
    
    .gas-622d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .stone-6b68 {
        padding: 20px 10px;
    }
    
    .thumbnail-green-0a8b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .badge_7329,
    .aside-7a6e {
        padding: 15px;
    }
    
    .footer-inner-ff04 {
        flex-direction: column;
        gap: 5px;
    }
    
    .description_white_97ec {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .highlight-8a39 {
        padding: 30px 10px;
    }
    
    .item-7c7f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .short_31d4 {
        padding: 20px 15px;
    }
    
    .article-warm-3696 {
        font-size: 2rem;
    }
    
    .short_31d4 h3 {
        font-size: 1.1rem;
    }
    
    .short_31d4 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .up_4f29 {
        padding: 20px 10px;
    }
    
    .hard-f67f h2 {
        font-size: 1.3rem;
    }
    
    .row-8b69 {
        font-size: 0.9rem;
    }
    
    .tag_b05d h3 {
        font-size: 1.1rem;
    }
    
    .tag_b05d p {
        font-size: 0.9rem;
    }
    
    .pattern_down_1521 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .simple_75c9 {
        grid-template-columns: 1fr;
    }
    
    .highlight-dda6 {
        font-size: 0.85rem;
    }
    
    .status-cbb0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery-motion-5b39 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gallery-motion-5b39 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tag-7f7d {
        padding: 30px 10px;
    }
    
    .breadcrumb-8bc6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .caption_fd0b {
        padding: 15px 10px;
    }
    
    .caption_fd0b h4 {
        font-size: 0.9rem;
    }
    
    .caption_fd0b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .badge-purple-38e5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb-8bc6 {
        grid-template-columns: 1fr;
    }
    
    .caption_fd0b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .highlight_up_58c4 {
        padding: 30px 10px;
    }
    
    .card-1abd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav-prev-d14c {
        padding: 15px;
    }
    
    .progress_purple_ea1a {
        font-size: 0.9rem;
    }
    
    .secondary-5b24 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .secondary-5b24 .carousel_1a8e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .layout_086a {
        padding: 30px 10px;
    }
    
    .layout_086a h2 {
        font-size: 1.2rem;
    }
    
    .brown-4aff {
        gap: 10px;
    }
    
    .basic_8412 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .basic_8412 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .description_4e3e {
        padding: 30px 10px;
    }
    
    .description_4e3e h2 {
        font-size: 1.2rem;
    }
    
    .current-fd5c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info-c628 {
        padding: 15px 10px;
    }
    
    .info-c628 h4 {
        font-size: 0.85rem;
    }
    
    .info-c628 p {
        font-size: 0.75rem;
    }
    
    .table_8fbd {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .mini-5a6d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .icon-40fb {
        padding: 20px 10px;
    }
    
    .shade_e481 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .header_south_79a7,
    .logo_out_f6db,
    .link-plasma-9be3 {
        width: 100%;
    }
    
    .header_south_79a7 h3 {
        font-size: 1.1rem;
    }
    
    .header_south_79a7 p {
        font-size: 0.8rem;
    }
    
    .photo-dark-42e8 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .sidebar_8f9d {
        padding: 30px 15px;
    }
    
    .sidebar_8f9d h2 {
        font-size: 1.3rem;
    }
    
    .sidebar_8f9d p {
        font-size: 0.85rem;
    }
    
    .border_1ce9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .border_1ce9 .thick-e453 {
        width: 100%;
    }
    
    .bright_bf51 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .hidden_mini_b4b2 {
        padding: 30px 10px;
    }
    
    .hidden_mini_b4b2 h3 {
        font-size: 1.2rem;
    }
    
    .preview-first-28dd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-ea24 {
        padding: 15px 10px;
    }
    
    .frame-ea24 h4 {
        font-size: 0.85rem;
    }
    
    .frame-ea24 p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .preview-first-28dd {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .sort-eecd {
        padding: 30px 15px;
    }
    
    .inner_d1a5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .glass_cdeb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .tall_ba24 h4 {
        font-size: 0.9rem;
    }
    
    .tall_ba24 a {
        font-size: 0.8rem;
    }
    
    .notification_smooth_32fa {
        font-size: 0.8rem;
    }
    
    .background-2597 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .blue-6055 {
        padding: 8px 10px;
    }
    
    .label_0b02 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hard-75ae {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .label_0b02 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hard-75ae {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: dd03 */
.phantom-card-k1 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
