/* Inner Page Styles */

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

.pattern-stale-72c8 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);
}

.pattern-stale-72c8 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);
}

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

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

.info_smooth_4eb3 .lite-48bb {
    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;
}

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

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

.info_smooth_4eb3 .lite-48bb:hover::before {
    left: 100%;
}

.info_smooth_4eb3 .lite-48bb:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.warm-43ea {
    color: var(--casino-gold-light);
}

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

.warm-43ea a:hover {
    color: var(--casino-gold-light);
}

.warm-43ea.fn-active-cfbd {
    color: var(--casino-gold-light);
}

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

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

.clean-0d46 {
    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);
}

.clean-0d46 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-fe9f:hover::before {
    left: 100%;
}

.row-fe9f 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;
}

.row-fe9f 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;
}

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

.row-fe9f .card_8f19:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.description-under-8079 {
    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);
}

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

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

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

.overlay-black-56c1 {
    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);
}

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

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

.overlay-black-56c1 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.overlay-black-56c1 .card_8f19 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.overlay-black-56c1 .card_8f19:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pattern-stale-72c8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pattern-stale-72c8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pattern-stale-72c8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .info_smooth_4eb3 {
        justify-content: center;
    }
    
    .component_under_9db4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .out_1979 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hard_404e {
        padding: var(--md-spacing-md) 0;
    }
    
    .clean-0d46 {
        padding: var(--md-spacing-md);
    }
    
    .static-4d85 {
        padding: var(--md-spacing-md) 0;
    }
    
    .input_first_3867 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .overlay-black-56c1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .icon-9640 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .clean-0d46 {
        padding: var(--md-spacing-sm);
    }
    
    .picture-current-9118 {
        padding: var(--md-spacing-md);
    }
    
    .input_first_3867 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.picture-current-9118,
.input_first_3867,
.overlay-black-56c1 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.element-advanced-f4da::-webkit-scrollbar {
    width: 8px;
}

.element-advanced-f4da::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.complex_42b4 {
    font-size: 1.5rem;
}

.action-a66d strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.mask-f820 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.top_ea59 strong {
    color: #00ff88;
}

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

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

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

.secondary-4eec {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.tooltip-0782.widget-4977 .dirty-5bf3 {
    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); }
}

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

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

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

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

.hidden-center-64d0 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;
}

.hidden-center-64d0 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);
}

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

.column_18c2 {
    font-size: 1.2rem;
}

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

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

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

.progress-warm-63c1 {
    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;
}

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

.progress-warm-63c1.medium_f113::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.progress-warm-63c1.wood_5e31::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress-warm-63c1.focus_ab3d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.progress-warm-63c1.secondary-c4ce::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dropdown_f24b {
    font-size: 1.2rem;
}

.link-84aa {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.photo_3b76.secondary-0a80 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.photo_3b76.fn-active-cfbd { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.easy-523a {
    background: #0a0a0a;
    padding: 60px 0;
}

.notice-simple-82c8 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.tertiary-73f3.background_f067 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.first-a9b1 { border-top: 3px solid #00ccff; }
.focus_dynamic_b05e { border-top: 3px solid #00ff88; }
.alert_steel_9e17 { border-top: 3px solid #d4af37; }
.medium-e71e { border-top: 3px solid #ff6b6b; }
.first_8e93 { border-top: 3px solid #8b5cf6; }

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

.next_eb84 {
    overflow-x: auto;
}

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

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

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

.backdrop-gas-4f4e td {
    color: #ccc;
}

.backdrop-gas-4f4e .menu_fixed_e68e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.backdrop-gas-4f4e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.copper-727c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover-focused-9597 {
    font-size: 2rem;
}

.frame-out-46d2 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.frame-out-46d2 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus_down_3cc2 {
    font-size: 1.5rem;
}

.yellow-68da {
    color: #888;
    font-size: 0.9rem;
}

.summary-bottom-5e53 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .summary-bottom-5e53 {
        grid-template-columns: 1fr;
    }
}

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

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

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

.pattern-copper-35cb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

.nav-7c9b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.nav-7c9b .dropdown-1be4 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.list-motion-6f02 .focus-soft-71f7 {
    margin-bottom: 10px;
}

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

.list-motion-6f02 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.hero-20a8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.hidden-light-6fa8 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.hidden-light-6fa8 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

.pagination-4ee7 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.center-6dcd span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.texture_black_2ebb a {
    color: #ff6b6b;
}

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

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

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

.gas_6249 {
    text-align: center;
}

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

.gas_6249 .image-prev-45e0 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

.shadow-lower-0a06 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.north-7c24 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.summary-30ba {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .last_5bf8 {
        flex-direction: column;
    }
    .highlight-top-f7b1 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.alert-small-1f99 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.breadcrumb_a97a .section-first-8e9d {
    color: #666;
    margin: 0 8px;
}

.breadcrumb_a97a .caption-static-0c6f {
    color: #ff6b6b;
    text-decoration: line-through;
}

.copper-2f50 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.shade-2a33 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.notice-center-beba {
    font-size: 2rem;
}

.content-easy-2d44 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.content-easy-2d44 strong {
    color: #d4af37;
}

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

.media-fast-073b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.gallery-0f56 h3,
.badge_cold_dc57 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.disabled-dim-82de {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.section-stale-b6d5 strong {
    color: #d4af37;
    margin-right: 8px;
}

.avatar-light-c58b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.focus-east-3618 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.small-8d1a {
    background: #0a0a0a;
    padding: 30px 0;
}

.menu-west-35c9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.notification-5ae7 h3,
.outline-0db3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.box-east-61a8 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.box-east-61a8 strong {
    color: #d4af37;
}

.sidebar-f3e7 {
    color: #aaa;
}

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

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

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

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

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

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

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

.mask-5907:last-child {
    border-bottom: none;
}

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

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

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

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

.highlight-steel-df35 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.highlight-steel-df35 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;
}

.highlight-steel-df35 li strong {
    color: #00ff88;
}

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

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

.mask-321c {
    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;
}

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

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

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

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

.backdrop_dc80 strong {
    color: #d4af37;
}

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

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

.content_efba strong {
    color: #00ff88;
}

.content_efba span {
    color: #d4af37;
}

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

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

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

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

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

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

.accordion-0bd4 {
    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;
}

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

.grid-old-2665 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.filter-small-f391 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-north-599f {
    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;
}

.pagination-4ee7 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .plasma_c497 {
        flex-direction: column;
    }
    
    .wood-06fd {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .photo-97b8 {
        padding: 30px 15px;
    }
    
    .photo-97b8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .chip_hard_a1f2 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .layout-silver-7710 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .video-left-df33 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .video-left-df33 .carousel-7bd6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .alert_large_9765 {
        font-size: 1.3rem;
    }
    
    .motion-1029 {
        font-size: 0.7rem;
    }
    
    .popup-1132 {
        flex-direction: column;
        gap: 10px;
    }
    
    .popup-1132 .card_8f19 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .complex-7c6a {
        display: none;
    }
    
    .item_d6b5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .soft-5940 {
        padding: 20px 10px;
    }
    
    .main_wide_5db3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border-27a6,
    .popup-2182 {
        padding: 15px;
    }
    
    .focused_ef81 {
        flex-direction: column;
        gap: 5px;
    }
    
    .glass_d122 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hovered-4c6a {
        padding: 30px 10px;
    }
    
    .yellow_39fc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature_active_053a {
        padding: 20px 15px;
    }
    
    .down_8afd {
        font-size: 2rem;
    }
    
    .feature_active_053a h3 {
        font-size: 1.1rem;
    }
    
    .feature_active_053a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .plasma_a761 {
        padding: 20px 10px;
    }
    
    .section_bottom_0d32 h2 {
        font-size: 1.3rem;
    }
    
    .aside_orange_203d {
        font-size: 0.9rem;
    }
    
    .mask-5907 h3 {
        font-size: 1.1rem;
    }
    
    .mask-5907 p {
        font-size: 0.9rem;
    }
    
    .highlight-steel-df35 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .label_e9c1 {
        grid-template-columns: 1fr;
    }
    
    .backdrop_dc80 {
        font-size: 0.85rem;
    }
    
    .solid-1ec6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask-321c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .mask-321c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .border_6624 {
        padding: 30px 10px;
    }
    
    .summary_fbea {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column_d6e3 {
        padding: 15px 10px;
    }
    
    .column_d6e3 h4 {
        font-size: 0.9rem;
    }
    
    .column_d6e3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hover-gas-89f3 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .mask_9d29 {
        padding: 30px 10px;
    }
    
    .outer-f9fa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .carousel-b68a {
        padding: 15px;
    }
    
    .warm-9830 {
        font-size: 0.9rem;
    }
    
    .feature-center-bb4e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .feature-center-bb4e .fluid_8ea4 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .old-d129 {
        padding: 30px 10px;
    }
    
    .old-d129 h2 {
        font-size: 1.2rem;
    }
    
    .next_04d1 {
        gap: 10px;
    }
    
    .hidden_cb4b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .hidden_cb4b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .item-8e89 {
        padding: 30px 10px;
    }
    
    .item-8e89 h2 {
        font-size: 1.2rem;
    }
    
    .row-purple-22c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list-8a36 {
        padding: 15px 10px;
    }
    
    .list-8a36 h4 {
        font-size: 0.85rem;
    }
    
    .list-8a36 p {
        font-size: 0.75rem;
    }
    
    .cool-9c65 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .module-next-bcdb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .row-purple-22c0 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .detail_529f {
        padding: 20px 10px;
    }
    
    .active_5a99 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .layout_5ceb,
    .center-6dcd,
    .texture_black_2ebb {
        width: 100%;
    }
    
    .layout_5ceb h3 {
        font-size: 1.1rem;
    }
    
    .layout_5ceb p {
        font-size: 0.8rem;
    }
    
    .gradient_static_c03e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .feature_light_9480 {
        padding: 30px 15px;
    }
    
    .feature_light_9480 h2 {
        font-size: 1.3rem;
    }
    
    .feature_light_9480 p {
        font-size: 0.85rem;
    }
    
    .out-7be5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .out-7be5 .card_8f19 {
        width: 100%;
    }
    
    .search_70f9 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .column_ac99 {
        padding: 30px 15px;
    }
    
    .copper_b460 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .backdrop-copper-7cfc {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .orange_67df h4 {
        font-size: 0.9rem;
    }
    
    .orange_67df a {
        font-size: 0.8rem;
    }
    
    .west_d4b3 {
        font-size: 0.8rem;
    }
    
    .tabs-7360 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .title-7381 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .simple_7e1c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1d8b */
.promo-block-t4 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
