/* Inner Page Styles */

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

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

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

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

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

.container_wide_6c55 .input-inner-83ee {
    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;
}

.container_wide_6c55 .input-inner-83ee::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.container_wide_6c55 .input-inner-83ee:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.container_wide_6c55 .input-inner-83ee:hover::before {
    left: 100%;
}

.container_wide_6c55 .input-inner-83ee:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.soft-7afb {
    color: var(--casino-gold-light);
}

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

.soft-7afb a:hover {
    color: var(--casino-gold-light);
}

.soft-7afb.fn-active-244a {
    color: var(--casino-gold-light);
}

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

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

.lite-4c5e {
    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);
}

.lite-4c5e 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);
}

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

/* Content Cards */
.fixed-c260 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

.tiny-509c {
    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%;
}

.tiny-509c 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 */
.chip-rough-4434 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.list-dim-5e35 {
    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;
}

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

.list-dim-5e35:hover::before {
    left: 100%;
}

.list-dim-5e35 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;
}

.list-dim-5e35 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;
}

.list-dim-5e35 .thumbnail-basic-4fb7 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.list-dim-5e35 .thumbnail-basic-4fb7:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.status-green-263d {
    margin-top: var(--md-spacing-sm);
}

.gallery-left-d1b8 {
    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);
}

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

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

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

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

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

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

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

.left-7329 .thumbnail-basic-4fb7 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.left-7329 .thumbnail-basic-4fb7:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .info_a70f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .info_a70f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .info_a70f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .container_wide_6c55 {
        justify-content: center;
    }
    
    .status-5595 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dim_a1f1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .accordion_hovered_2e24 {
        padding: var(--md-spacing-md) 0;
    }
    
    .lite-4c5e {
        padding: var(--md-spacing-md);
    }
    
    .full-d831 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tiny-509c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .left-7329 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .text_c437 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .lite-4c5e {
        padding: var(--md-spacing-sm);
    }
    
    .fixed-c260 {
        padding: var(--md-spacing-md);
    }
    
    .tiny-509c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fixed-c260,
.tiny-509c,
.left-7329 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.progress-e12c {
    font-size: 1.5rem;
}

.blue_1273 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static-4e73 {
    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;
}

.static-4e73 strong {
    color: #00ff88;
}

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

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

.progress-rough-769d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

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

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

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

.banner-wide-734c {
    text-align: center;
    margin-bottom: 30px;
}

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

.avatar_84c4.hot-0a56 .out_2a38 {
    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); }
}

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

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

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

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

.mask-586b 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;
}

.mask-586b 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);
}

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

.glass-5443 {
    font-size: 1.2rem;
}

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

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

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

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

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

.dirty-7488.avatar_cool_b5ae::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.dirty-7488.tertiary-clean-201d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dirty-7488.slider-liquid-c177::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.dirty-7488.slider_center_a912::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.highlight_1520 {
    font-size: 1.2rem;
}

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

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

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

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

.stone-63a7.tabs-in-5a14 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.stone-63a7.fn-active-244a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.block-hard-c3ff {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.caption-6b7f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.red-b7e1.tabs-700d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.element-b206 { border-top: 3px solid #00ccff; }
.under-1da2 { border-top: 3px solid #00ff88; }
.right_9dba { border-top: 3px solid #d4af37; }
.media-d908 { border-top: 3px solid #ff6b6b; }
.menu-91a9 { border-top: 3px solid #8b5cf6; }

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

.footer-7b61 {
    overflow-x: auto;
}

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

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

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

.notice-1b7f td {
    color: #ccc;
}

.notice-1b7f .old_0258 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.notice-1b7f tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-copper-0a56 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.heading-copper-0a56 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.left_f42c {
    font-size: 2rem;
}

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

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

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

.slider-up-c23e {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.advanced-8f16 {
    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;
}

.advanced-8f16::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);
}

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

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

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

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

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

.feature-white-9130 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.panel-e48c {
    font-size: 1.5rem;
}

.tall-918f {
    color: #888;
    font-size: 0.9rem;
}

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

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

.icon-wood-5d71 {
    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;
}

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

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

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

.full_e905 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.south-eef8 .tabs-down-0708 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.backdrop-over-10c3 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.backdrop-over-10c3 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.brown-5ec7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.copper_9818 a {
    color: #ff6b6b;
}

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

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

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

.aside_cd4e {
    text-align: center;
}

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

.aside_cd4e .silver-4e6e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.column-huge-f46f {
    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;
}

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

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

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

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

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

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

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

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

.easy-022d {
    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;
}

.easy-022d.tabs-700d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.huge-8d95 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.content-advanced-78e8 .complex-c4bf {
    color: #666;
    margin: 0 8px;
}

.content-advanced-78e8 .breadcrumb_basic_9d2b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.south-125c strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.logo_8fc8 {
    font-size: 2rem;
}

.menu-red-3e88 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.menu-red-3e88 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.footer-down-357a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.form-easy-842b strong {
    color: #00ff88;
}

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

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

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

.static_7e88 h3,
.logo-770d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.menu-plasma-76a1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.icon-29f4 strong {
    color: #d4af37;
}

.link-6d02 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.left-46dd {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.left-46dd 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;
}

.left-46dd li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.overlay_11d0 strong {
    color: #d4af37;
}

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

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

.rough_baa6 strong {
    color: #00ff88;
}

.rough_baa6 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.panel-hard-0379 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.texture-49e3 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.texture-49e3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.summary-outer-0865 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-outer-0865 li {
    margin-bottom: 5px;
}

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

.summary-outer-0865 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.clean-6d02 {
    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;
}

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

.yellow_27f7 strong {
    color: #00ff88;
}

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

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

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

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

.plasma-9ebd {
    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;
}

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

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

@media (max-width: 768px) {
    .backdrop_190a {
        flex-direction: column;
    }
    
    .plasma-9ebd {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.accordion-019c {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .main_2395 {
        padding: 30px 15px;
    }
    
    .main_2395 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .shadow-f473 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gradient-bc42 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .media-9629 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-9629 .video-top-a7b9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .block_huge_27d9 {
        font-size: 1.3rem;
    }
    
    .mask-4213 {
        font-size: 0.7rem;
    }
    
    .gallery-c8bf {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery-c8bf .thumbnail-basic-4fb7 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .header_ffb0 {
        display: none;
    }
    
    .input-out-94b0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .static-c27f {
        padding: 20px 10px;
    }
    
    .label_e3bb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .title_fresh_be9b,
    .complex-35a2 {
        padding: 15px;
    }
    
    .panel-hard-0379 {
        flex-direction: column;
        gap: 5px;
    }
    
    .menu_83b6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .right_90bd {
        padding: 30px 10px;
    }
    
    .preview-703a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar_over_f9af {
        padding: 20px 15px;
    }
    
    .outer-f0eb {
        font-size: 2rem;
    }
    
    .avatar_over_f9af h3 {
        font-size: 1.1rem;
    }
    
    .avatar_over_f9af p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .black-a976 {
        padding: 20px 5px;
    }
    
    .black-a976 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .media_2bb0 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .notice-1b7f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .notice-1b7f th,
    .notice-1b7f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .gradient-d578 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .nav_hot_e31b {
        padding: 20px 10px;
    }
    
    .picture-last-93dc h2 {
        font-size: 1.3rem;
    }
    
    .link-87c4 {
        font-size: 0.9rem;
    }
    
    .status_hot_bf7b h3 {
        font-size: 1.1rem;
    }
    
    .status_hot_bf7b p {
        font-size: 0.9rem;
    }
    
    .left-46dd li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .surface-7393 {
        grid-template-columns: 1fr;
    }
    
    .overlay_11d0 {
        font-size: 0.85rem;
    }
    
    .feature-static-05f5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column_9ad6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .column_9ad6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-cold-393f {
        padding: 30px 10px;
    }
    
    .simple_c36e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip_a275 {
        padding: 15px 10px;
    }
    
    .tooltip_a275 h4 {
        font-size: 0.9rem;
    }
    
    .tooltip_a275 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .modal_f49c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .slow_66c6 {
        padding: 30px 10px;
    }
    
    .gas-8b39 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fixed-8bc9 {
        padding: 15px;
    }
    
    .steel_943e {
        font-size: 0.9rem;
    }
    
    .message_pressed_b26c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message_pressed_b26c .content_west_683a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-medium-a1f3 {
        padding: 30px 10px;
    }
    
    .breadcrumb-medium-a1f3 h2 {
        font-size: 1.2rem;
    }
    
    .fresh_d30c {
        gap: 10px;
    }
    
    .icon-active-1850 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .icon-active-1850 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .box-soft-16c4 {
        padding: 30px 10px;
    }
    
    .box-soft-16c4 h2 {
        font-size: 1.2rem;
    }
    
    .article_867f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu-9656 {
        padding: 15px 10px;
    }
    
    .menu-9656 h4 {
        font-size: 0.85rem;
    }
    
    .menu-9656 p {
        font-size: 0.75rem;
    }
    
    .nav-7a7c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .heading-85cd {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .section_wood_6717 {
        padding: 20px 10px;
    }
    
    .center-f6f1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .card-b95d,
    .light_f52d,
    .copper_9818 {
        width: 100%;
    }
    
    .card-b95d h3 {
        font-size: 1.1rem;
    }
    
    .card-b95d p {
        font-size: 0.8rem;
    }
    
    .block_05e1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .background_top_d90d {
        padding: 30px 15px;
    }
    
    .background_top_d90d h2 {
        font-size: 1.3rem;
    }
    
    .background_top_d90d p {
        font-size: 0.85rem;
    }
    
    .sort_21f2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sort_21f2 .thumbnail-basic-4fb7 {
        width: 100%;
    }
    
    .backdrop_0ea2 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .description_97c3 {
        padding: 30px 10px;
    }
    
    .description_97c3 h3 {
        font-size: 1.2rem;
    }
    
    .list_pro_5bdf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .left-7329 {
        padding: 15px 10px;
    }
    
    .left-7329 h4 {
        font-size: 0.85rem;
    }
    
    .left-7329 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .text-yellow-9895 {
        padding: 30px 15px;
    }
    
    .pressed_f15e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .focus-a739 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .lower_acae h4 {
        font-size: 0.9rem;
    }
    
    .lower_acae a {
        font-size: 0.8rem;
    }
    
    .gradient_up_c5a7 {
        font-size: 0.8rem;
    }
    
    .paragraph_copper_d769 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .stale_39fd {
        padding: 8px 10px;
    }
    
    .backdrop-d381 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .status-1153 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .backdrop-d381 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .status-1153 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1769 */
.promo-block-h6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
