/* Inner Page Styles */

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

.pink-18f2 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);
}

.pink-18f2 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);
}

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

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

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

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

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

.white_bee6 .out_d9cf:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside_d328.fn-active-2ddb {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout_d59a .block_8a03:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.outline-917f {
    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);
}

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

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

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

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

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

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

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

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

.gradient_c0fc .block_8a03:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pink-18f2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pink-18f2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pink-18f2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .white_bee6 {
        justify-content: center;
    }
    
    .easy_f92f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .outline-a66d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dirty_1e51 {
        padding: var(--md-spacing-md) 0;
    }
    
    .paper-1533 {
        padding: var(--md-spacing-md);
    }
    
    .summary-west-c2ed {
        padding: var(--md-spacing-md) 0;
    }
    
    .aside_c198 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gradient_c0fc {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hidden_f9fe {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .paper-1533 {
        padding: var(--md-spacing-sm);
    }
    
    .popup-brown-6239 {
        padding: var(--md-spacing-md);
    }
    
    .aside_c198 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.popup-brown-6239,
.aside_c198,
.gradient_c0fc {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.picture-2ace::-webkit-scrollbar {
    width: 8px;
}

.picture-2ace::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.primary-4dc0 {
    font-size: 1.5rem;
}

.article-cold-8be3 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.logo-static-6201 {
    padding: 30px 0;
}

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

.modal_1a5d {
    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_1a5d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

.pressed-6415 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.outline-338b {
    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;
}

.outline-338b.advanced-14f5 .header-a935 {
    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_2ebe {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

.slider-5283 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;
}

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

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

.description_top_13a0 {
    font-size: 1.2rem;
}

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

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

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

.table-green-d416 {
    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;
}

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

.table-green-d416.bronze-fd02::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.table-green-d416.fluid-0d13::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table-green-d416.gas-3226::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.table-green-d416.rough_7381::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pink_4e86 {
    font-size: 1.2rem;
}

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

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

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

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

.gradient_c0dc.right_aed5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient_c0dc.fn-active-2ddb { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.action-138b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.dark_0a2b { border-top: 3px solid #00ccff; }
.notification_under_11ff { border-top: 3px solid #00ff88; }
.primary_8d3b { border-top: 3px solid #d4af37; }
.badge-7eaa { border-top: 3px solid #ff6b6b; }
.warm-a6ba { border-top: 3px solid #8b5cf6; }

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

.alert_2c12 {
    overflow-x: auto;
}

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

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

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

.box_ee1b td {
    color: #ccc;
}

.box_ee1b .heading-inner-3bcb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.popup-simple-672d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.texture-steel-9acc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border_under_1cb5 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.slider-fresh-2575 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.new-40d4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.hero-gas-c10f {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.alert-ec5c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.upper-70c8 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.heading-96be .input_last_77dc {
    margin-bottom: 10px;
}

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

.heading-96be strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.pro-86e3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.under-9a38 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.hard-3ae6 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.hard-3ae6 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.solid-251e span {
    color: #666;
    font-size: 0.8rem;
}

.solid-251e a {
    color: #ff6b6b;
}

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

.preview-1a83 {
    max-width: 800px;
    margin: 0 auto;
}

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

.article_2171 {
    text-align: center;
}

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

.article_2171 .summary_e23d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.preview-1a83 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.west-3a60 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-dim-246c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.thick-de9a .logo_orange_700d {
    color: #666;
    margin: 0 8px;
}

.thick-de9a .dynamic-17a9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.cold-289e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.accent-next-0cb0 strong {
    color: #d4af37;
    margin-right: 8px;
}

.in-170c {
    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;
}

.image_under_e691 {
    font-size: 2rem;
}

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

.next_6c60 strong {
    color: #d4af37;
}

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

.button-plasma-8e63 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.box-smooth-2e66 h3,
.icon_fast_cb12 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.outer_0711 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.background-fixed-7a2c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

.dark-8ce7 summary::-webkit-details-marker {
    display: none;
}

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

.block-medium-c90a {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.table-5695 strong {
    color: #d4af37;
}

.footer-up-06d0 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh_77d2 strong {
    color: #d4af37;
}

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

.active-431c {
    color: #888;
    font-size: 0.9rem;
}

.active-431c strong {
    color: #00ff88;
}

.active-431c span {
    color: #d4af37;
}

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

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

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

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

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

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

.focus-soft-4da8 {
    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;
}

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

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

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

.steel_6549 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.icon-gas-6f83 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-dirty-08de {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.mask-dirty-08de strong {
    color: #00ff88;
}

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

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

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

.feature-5b66 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .feature-5b66 {
        flex-direction: column;
    }
    
    .blue_b7f0 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.backdrop-liquid-0745 {
    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;
}

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

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

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

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

.progress-black-3c11 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .first-4b02 {
        padding: 30px 15px;
    }
    
    .first-4b02 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .accent_5476 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .media_lower_58e3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .paper_6743 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paper_6743 .photo_last_0cda {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hard-eef2 {
        font-size: 1.3rem;
    }
    
    .logo_old_2871 {
        font-size: 0.7rem;
    }
    
    .shadow_2dc8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .shadow_2dc8 .block_8a03 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .search-4c1e {
        display: none;
    }
    
    .sort-f757 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .photo-next-34bb {
        padding: 20px 10px;
    }
    
    .background-da51 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fast_7627,
    .column-84a8 {
        padding: 15px;
    }
    
    .steel_6549 {
        flex-direction: column;
        gap: 5px;
    }
    
    .icon-gas-6f83 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hidden-blue-198d {
        padding: 30px 10px;
    }
    
    .detail-yellow-b34c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focus_08fb {
        padding: 20px 15px;
    }
    
    .next_58c5 {
        font-size: 2rem;
    }
    
    .focus_08fb h3 {
        font-size: 1.1rem;
    }
    
    .focus_08fb p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .image-8350 {
        padding: 20px 10px;
    }
    
    .filter-wide-3c8e h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail-stone-ae44 {
        font-size: 0.9rem;
    }
    
    .outline_narrow_db7b h3 {
        font-size: 1.1rem;
    }
    
    .outline_narrow_db7b p {
        font-size: 0.9rem;
    }
    
    .gallery_north_35e2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hero_ab92 {
        grid-template-columns: 1fr;
    }
    
    .fresh_77d2 {
        font-size: 0.85rem;
    }
    
    .fluid_3b22 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .current_a930 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .current_a930 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .block_liquid_6aa8 {
        padding: 30px 10px;
    }
    
    .button-8884 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .block-3401 {
        padding: 15px 10px;
    }
    
    .block-3401 h4 {
        font-size: 0.9rem;
    }
    
    .block-3401 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wrapper_cold_790c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .image-a8a1 {
        padding: 30px 10px;
    }
    
    .smooth_a50a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture-2aa9 {
        padding: 15px;
    }
    
    .full-b3b6 {
        font-size: 0.9rem;
    }
    
    .tag-warm-6db7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag-warm-6db7 .black-ce0e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .east_4ad8 {
        padding: 30px 10px;
    }
    
    .east_4ad8 h2 {
        font-size: 1.2rem;
    }
    
    .content-next-0138 {
        gap: 10px;
    }
    
    .highlight_light_ce4b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .highlight_light_ce4b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .focus-03ad {
        padding: 30px 10px;
    }
    
    .focus-03ad h2 {
        font-size: 1.2rem;
    }
    
    .primary-f989 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .liquid-a384 {
        padding: 15px 10px;
    }
    
    .liquid-a384 h4 {
        font-size: 0.85rem;
    }
    
    .liquid-a384 p {
        font-size: 0.75rem;
    }
    
    .light-aa96 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .chip_iron_e4c0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pressed-0e8a {
        padding: 20px 10px;
    }
    
    .tabs-1b0c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .nav_64c3,
    .hard-3ae6,
    .solid-251e {
        width: 100%;
    }
    
    .nav_64c3 h3 {
        font-size: 1.1rem;
    }
    
    .nav_64c3 p {
        font-size: 0.8rem;
    }
    
    .outline_short_9ff1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .stale-242f {
        padding: 30px 15px;
    }
    
    .stale-242f h2 {
        font-size: 1.3rem;
    }
    
    .stale-242f p {
        font-size: 0.85rem;
    }
    
    .full_efcd {
        flex-direction: column;
        gap: 10px;
    }
    
    .full_efcd .block_8a03 {
        width: 100%;
    }
    
    .chip-1206 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .feature_26fa {
        padding: 30px 15px;
    }
    
    .feature-focused-2544 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .article_7a16 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .table_510e h4 {
        font-size: 0.9rem;
    }
    
    .table_510e a {
        font-size: 0.8rem;
    }
    
    .tiny-dd65 {
        font-size: 0.8rem;
    }
    
    .bronze-70dc p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .logo-fresh-0037 {
        padding: 8px 10px;
    }
    
    .shade_light_1257 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .thumbnail_down_7363 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shade_light_1257 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .thumbnail_down_7363 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 315d */
.ghost-box-j9 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
