/* Inner Page Styles */

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

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

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

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

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

.chip_837c .input-out-17f8 {
    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;
}

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

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

.chip_837c .input-out-17f8:hover::before {
    left: 100%;
}

.chip_837c .input-out-17f8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.down-9b77 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.alert-thick-3a31 {
    color: var(--casino-gold-light);
}

.alert-thick-3a31 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.alert-thick-3a31 a:hover {
    color: var(--casino-gold-light);
}

.alert-thick-3a31.fn-active-c891 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-light-732f {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.notice_top_0e89 .component_4fb1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hover-9d34 {
    margin-top: var(--md-spacing-sm);
}

.list-out-1b78 {
    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);
}

.list-out-1b78:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.gas_f9e0 .component_4fb1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .disabled_current_f3ba {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .disabled_current_f3ba h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .disabled_current_f3ba h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .chip_837c {
        justify-content: center;
    }
    
    .hover_457e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .status_35dc {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .text_1ba3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dirty-7b26 {
        padding: var(--md-spacing-md);
    }
    
    .filter_f1e5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .form_a9c2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gas_f9e0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hot_8021 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .dirty-7b26 {
        padding: var(--md-spacing-sm);
    }
    
    .dirty_c601 {
        padding: var(--md-spacing-md);
    }
    
    .form_a9c2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dirty_c601,
.form_a9c2,
.gas_f9e0 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.image-7c17::-webkit-scrollbar {
    width: 8px;
}

.image-7c17::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.rough_d16e {
    font-size: 1.5rem;
}

.stone_aa37 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.red-1419 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.media_brown_c876 strong {
    color: #00ff88;
}

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

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

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

.tooltip-brown-aebe {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.modal-403d::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;
}

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

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

.message_upper_c9ea.nav-9433 .west-d64f {
    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); }
}

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

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

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

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

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

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

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

.row_2f40 {
    font-size: 1.2rem;
}

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

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

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

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

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

.nav-742a.button_8c37::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.nav-742a.list_8e51::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.nav-742a.gallery-9618::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.nav-742a.gallery-blue-1fe3::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.form_035f {
    font-size: 1.2rem;
}

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

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

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

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

.copper-5322.block-soft-873a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.copper-5322.fn-active-c891 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.banner-0ff6 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.white-9bbe {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.video-3a72 { border-top: 3px solid #00ccff; }
.component_liquid_0101 { border-top: 3px solid #00ff88; }
.overlay-full-729e { border-top: 3px solid #d4af37; }
.title-8885 { border-top: 3px solid #ff6b6b; }
.tabs_small_8ed8 { border-top: 3px solid #8b5cf6; }

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

.video_lower_7ea3 {
    overflow-x: auto;
}

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

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

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

.hovered-f864 td {
    color: #ccc;
}

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

.hovered-f864 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow-043f p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.purple_be3c {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.huge-831a {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.warm-5f05 {
    font-size: 1.5rem;
}

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

.pattern-glass-9c80 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .pattern-glass-9c80 {
        grid-template-columns: 1fr;
    }
}

.input-short-56fa {
    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;
}

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

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

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

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

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

.picture-90e6 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.stale_3b85 .footer_dirty_28e6 {
    margin-bottom: 10px;
}

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

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

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

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

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

.motion-6daa 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 */
.hero-gold-693d {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

.action-06b7 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

.orange-99fd {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.alert-06b1 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.list_67ba a {
    color: #ff6b6b;
}

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

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

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

.element-24b5 {
    text-align: center;
}

.element-24b5 .tertiary-right-558d {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.element-24b5 .bottom_21e3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Specs & Comparison Combined */
.active-947c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.container-7f8e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.element_thick_5ce4 .center_3f27 {
    color: #666;
    margin: 0 8px;
}

.element_thick_5ce4 .preview_copper_270b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.prev-a3c7 {
    font-size: 2rem;
}

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

.over-b928 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.top-7f19 strong {
    color: #00ff88;
}

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

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

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

.sort_e6ac h3,
.section-0f58 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.pattern-hard-ceed summary::-webkit-details-marker {
    display: none;
}

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

.rough-914a {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.disabled_cold_24db strong {
    color: #d4af37;
}

.component_upper_7d46 {
    color: #aaa;
}

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

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

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

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

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

.south-1ffc {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .row-inner-8dc0 {
        grid-template-columns: 1fr;
    }
}

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

.mask_light_eb57 strong {
    color: #d4af37;
}

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

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

.steel_1506 strong {
    color: #00ff88;
}

.steel_1506 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short-4ba6 {
    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;
}

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

.paper_3742 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.alert-06b1 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .logo-4af9 {
        padding: 30px 15px;
    }
    
    .logo-4af9 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .secondary-old-5a87 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .gradient-white-cf69 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .fluid-ee2f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fluid-ee2f .fluid_2750 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .advanced_8a28 {
        font-size: 1.3rem;
    }
    
    .filter_29df {
        font-size: 0.7rem;
    }
    
    .main-silver-020a {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-silver-020a .component_4fb1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .picture-right-851a {
        display: none;
    }
    
    .tag-2b88 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .up-a32d {
        padding: 20px 10px;
    }
    
    .element-5500 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary-b9e3,
    .gold-e677 {
        padding: 15px;
    }
    
    .easy_e756 {
        flex-direction: column;
        gap: 5px;
    }
    
    .backdrop_action_cbd2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .slider_1ecc {
        padding: 30px 10px;
    }
    
    .tooltip-last-b727 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .summary_yellow_1198 {
        padding: 20px 15px;
    }
    
    .bronze-a86f {
        font-size: 2rem;
    }
    
    .summary_yellow_1198 h3 {
        font-size: 1.1rem;
    }
    
    .summary_yellow_1198 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .thick_9a74 {
        padding: 20px 10px;
    }
    
    .focus_a120 h2 {
        font-size: 1.3rem;
    }
    
    .wide-2c58 {
        font-size: 0.9rem;
    }
    
    .gradient_gold_0fac h3 {
        font-size: 1.1rem;
    }
    
    .gradient_gold_0fac p {
        font-size: 0.9rem;
    }
    
    .bottom_c283 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .row-inner-8dc0 {
        grid-template-columns: 1fr;
    }
    
    .mask_light_eb57 {
        font-size: 0.85rem;
    }
    
    .button-6c34 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-c9ee {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paragraph-c9ee strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .purple_c994 {
        padding: 30px 10px;
    }
    
    .new_49e7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .icon-1cb6 {
        padding: 15px 10px;
    }
    
    .icon-1cb6 h4 {
        font-size: 0.9rem;
    }
    
    .icon-1cb6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .rough_bef0 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .main_steel_5d11 {
        padding: 30px 10px;
    }
    
    .dropdown-1835 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shade_thick_6e73 {
        padding: 15px;
    }
    
    .glass-ff51 {
        font-size: 0.9rem;
    }
    
    .photo_basic_111e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .photo_basic_111e .row_ad8a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .modal_354a {
        padding: 30px 10px;
    }
    
    .modal_354a h2 {
        font-size: 1.2rem;
    }
    
    .accent-wood-befc {
        gap: 10px;
    }
    
    .tertiary-8ace summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tertiary-8ace p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .hard_dd63 {
        padding: 30px 10px;
    }
    
    .hard_dd63 h2 {
        font-size: 1.2rem;
    }
    
    .tertiary-a46d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stone-d8b6 {
        padding: 15px 10px;
    }
    
    .stone-d8b6 h4 {
        font-size: 0.85rem;
    }
    
    .stone-d8b6 p {
        font-size: 0.75rem;
    }
    
    .chip_warm_3ee2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .advanced-fe32 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .notification_pressed_327e {
        padding: 20px 10px;
    }
    
    .popup_dynamic_e1ca {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .media_f210,
    .backdrop_tall_6ba6,
    .list_67ba {
        width: 100%;
    }
    
    .media_f210 h3 {
        font-size: 1.1rem;
    }
    
    .media_f210 p {
        font-size: 0.8rem;
    }
    
    .pro_0a0e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .cool-a1ac {
        padding: 30px 15px;
    }
    
    .cool-a1ac h2 {
        font-size: 1.3rem;
    }
    
    .cool-a1ac p {
        font-size: 0.85rem;
    }
    
    .disabled_750f {
        flex-direction: column;
        gap: 10px;
    }
    
    .disabled_750f .component_4fb1 {
        width: 100%;
    }
    
    .summary_black_09c5 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .article_black_88d6 {
        padding: 30px 15px;
    }
    
    .form-0536 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .red-6704 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .bronze-1433 h4 {
        font-size: 0.9rem;
    }
    
    .bronze-1433 a {
        font-size: 0.8rem;
    }
    
    .brown_1779 {
        font-size: 0.8rem;
    }
    
    .active_5de9 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .thumbnail_a828 {
        padding: 8px 10px;
    }
    
    .nav-0376 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hover-thick-7df9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .nav-0376 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hover-thick-7df9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 253a */
.phantom-card-e7 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
