/* Inner Page Styles */

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

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

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

.tooltip_9820 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_focused_e21e {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.info_focused_e21e .center-e1c0 {
    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_focused_e21e .center-e1c0::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.info_focused_e21e .center-e1c0:hover::before {
    left: 100%;
}

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

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

.component_soft_77f5 {
    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_soft_77f5:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

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

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

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

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

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

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

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

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

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

.photo-huge-41fd {
    color: var(--casino-gold-light);
}

.photo-huge-41fd a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.photo-huge-41fd a:hover {
    color: var(--casino-gold-light);
}

.photo-huge-41fd.fn-active-a37d {
    color: var(--casino-gold-light);
}

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

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

.progress-next-c612 {
    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);
}

.progress-next-c612 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.search_92ab 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 */
.text-06fd {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-06fd li {
    margin-bottom: var(--md-spacing-xs);
}

.text-06fd 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);
}

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

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

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

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

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

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

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

.east_17fb .wrapper_middle_e7b1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.title-stone-7b64 {
    margin-top: var(--md-spacing-sm);
}

.accordion-over-e67a {
    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);
}

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

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

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

.picture-thick-c2ac {
    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);
}

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

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

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

.picture-thick-c2ac .wrapper_middle_e7b1 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.picture-thick-c2ac .wrapper_middle_e7b1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tooltip_9820 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tooltip_9820 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tooltip_9820 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .info_focused_e21e {
        justify-content: center;
    }
    
    .component_soft_77f5 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .section_soft_7ab8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .tag_medium_1865 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress-next-c612 {
        padding: var(--md-spacing-md);
    }
    
    .active-warm-65fd {
        padding: var(--md-spacing-md) 0;
    }
    
    .search_92ab {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .picture-thick-c2ac {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .input_purple_d51b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .progress-next-c612 {
        padding: var(--md-spacing-sm);
    }
    
    .fluid-3a34 {
        padding: var(--md-spacing-md);
    }
    
    .search_92ab {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fluid-3a34,
.search_92ab,
.picture-thick-c2ac {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.logo-gold-61f8 {
    font-size: 1.5rem;
}

.over_1437 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .article-center-242e {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .filter_basic_64ac {
        margin-left: 0;
    }
}

/* Main Content Compact */
.message-black-e290 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.accent_slow_5413 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.header_cold_a64e.wrapper_dim_0372 .search_78ec {
    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); }
}

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

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

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

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

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

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

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

.logo_bc60 {
    font-size: 1.2rem;
}

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

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

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

.link-fluid-1856 {
    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;
}

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

.link-fluid-1856.section-new-929c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.link-fluid-1856.dim-de70::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.link-fluid-1856.photo-in-04f2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.link-fluid-1856.dropdown-2e8c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tabs_ea90 {
    font-size: 1.2rem;
}

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

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

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

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

.complex-181f.hover_glass_f928 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.complex-181f.fn-active-a37d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.logo-68ac {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient-ce6b { border-top: 3px solid #00ccff; }
.tabs-wood-a33c { border-top: 3px solid #00ff88; }
.feature_6ad9 { border-top: 3px solid #d4af37; }
.narrow_8053 { border-top: 3px solid #ff6b6b; }
.highlight_easy_33f5 { border-top: 3px solid #8b5cf6; }

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

.component_soft_30f9 {
    overflow-x: auto;
}

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

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

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

.aside_1799 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-bronze-bee6 {
    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;
}

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

.tooltip-thick-3676 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.iron_5d5c {
    font-size: 2rem;
}

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

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

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

.progress-7a31 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.content-small-5335 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.outline_smooth_3df8 {
    font-size: 1.5rem;
}

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

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

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

.link-under-0b97 {
    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;
}

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

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

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

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

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

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

.aside-ca02 .warm-8bfa {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.dim_a9f0 .tiny_602c {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.silver-059c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.photo-gas-b855 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 */
.secondary-stale-0240 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-dim-c689 span {
    color: #666;
    font-size: 0.8rem;
}

.nav-dim-c689 a {
    color: #ff6b6b;
}

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

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

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

.pagination_in_be25 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.south-78cb {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.brown-904b {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .pro-58cb {
        flex-direction: column;
    }
    .dirty-9af3 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.avatar-dark-7e59 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.active_09e0 .bronze_e5b1 {
    color: #666;
    margin: 0 8px;
}

.active_09e0 .input_7634 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.narrow-6c95 {
    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;
}

.pattern-hot-d735 {
    font-size: 2rem;
}

.status-south-836c {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.status-south-836c strong {
    color: #d4af37;
}

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

.menu-57d1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

.small-5d71 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.tooltip-dirty-46ac strong {
    color: #00ff88;
}

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

.content-full-39da {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .content-full-39da {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.large-8cb7 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.aside-6222 strong {
    color: #d4af37;
}

.carousel_black_dde8 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.link-05d1 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.link-05d1 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;
}

.link-05d1 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.carousel_paper_d118 strong {
    color: #d4af37;
}

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

.detail-169a {
    color: #888;
    font-size: 0.9rem;
}

.detail-169a strong {
    color: #00ff88;
}

.detail-169a span {
    color: #d4af37;
}

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

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

.hidden-active-32ba {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .hidden-active-32ba {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

.gallery-8fbc {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-solid-e008 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-solid-e008 li {
    margin-bottom: 5px;
}

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

.dropdown-solid-e008 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.hard-4fc2 {
    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;
}

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

.medium_7686 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .caption-bf15 {
        flex-direction: column;
    }
    
    .soft-e1af {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero-0ccb {
        padding: 30px 15px;
    }
    
    .hero-0ccb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .caption-north-0ec5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .feature_7592 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .frame-black-4524 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .frame-black-4524 .detail_282f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pagination-0ce0 {
        font-size: 1.3rem;
    }
    
    .description-bottom-b42a {
        font-size: 0.7rem;
    }
    
    .pattern-purple-9b08 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pattern-purple-9b08 .wrapper_middle_e7b1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .selected-c4bb {
        display: none;
    }
    
    .row-e80a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gallery_plasma_923a {
        padding: 20px 10px;
    }
    
    .hidden-active-32ba {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .huge_4b56,
    .light_439e {
        padding: 15px;
    }
    
    .photo-f11a {
        flex-direction: column;
        gap: 5px;
    }
    
    .pro_eef3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .panel_21e3 {
        padding: 30px 10px;
    }
    
    .header_da2b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar_cold_79b6 {
        padding: 20px 15px;
    }
    
    .fast-af38 {
        font-size: 2rem;
    }
    
    .avatar_cold_79b6 h3 {
        font-size: 1.1rem;
    }
    
    .avatar_cold_79b6 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .clean-ecb4 {
        padding: 20px 10px;
    }
    
    .progress_1f1f h2 {
        font-size: 1.3rem;
    }
    
    .right-67be {
        font-size: 0.9rem;
    }
    
    .shadow_gas_c265 h3 {
        font-size: 1.1rem;
    }
    
    .shadow_gas_c265 p {
        font-size: 0.9rem;
    }
    
    .link-05d1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .smooth-28f6 {
        grid-template-columns: 1fr;
    }
    
    .carousel_paper_d118 {
        font-size: 0.85rem;
    }
    
    .alert-de44 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active-bf44 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .active-bf44 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .center_7060 {
        padding: 30px 10px;
    }
    
    .icon-5db3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo_out_d237 {
        padding: 15px;
    }
    
    .box_51f6 {
        font-size: 0.9rem;
    }
    
    .liquid_af2e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .liquid_af2e .center-65d2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .thumbnail_ab22 {
        padding: 30px 10px;
    }
    
    .thumbnail_ab22 h2 {
        font-size: 1.2rem;
    }
    
    .advanced-758e {
        gap: 10px;
    }
    
    .easy_04b7 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .easy_04b7 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-db71 {
        padding: 30px 10px;
    }
    
    .breadcrumb-db71 h2 {
        font-size: 1.2rem;
    }
    
    .item_rough_f81d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-bright-c149 {
        padding: 15px 10px;
    }
    
    .hidden-bright-c149 h4 {
        font-size: 0.85rem;
    }
    
    .hidden-bright-c149 p {
        font-size: 0.75rem;
    }
    
    .avatar_0a9a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .medium-2bc1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .banner-5326 {
        padding: 20px 10px;
    }
    
    .caption_mini_dd61 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .widget_0b05,
    .paragraph_paper_e202,
    .nav-dim-c689 {
        width: 100%;
    }
    
    .widget_0b05 h3 {
        font-size: 1.1rem;
    }
    
    .widget_0b05 p {
        font-size: 0.8rem;
    }
    
    .overlay_7ebc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .table-short-11a3 {
        padding: 30px 15px;
    }
    
    .table-short-11a3 h2 {
        font-size: 1.3rem;
    }
    
    .table-short-11a3 p {
        font-size: 0.85rem;
    }
    
    .item_9d3d {
        flex-direction: column;
        gap: 10px;
    }
    
    .item_9d3d .wrapper_middle_e7b1 {
        width: 100%;
    }
    
    .shade-b0c5 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .large_2bba {
        padding: 30px 10px;
    }
    
    .large_2bba h3 {
        font-size: 1.2rem;
    }
    
    .button-9f2d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-thick-c2ac {
        padding: 15px 10px;
    }
    
    .picture-thick-c2ac h4 {
        font-size: 0.85rem;
    }
    
    .picture-thick-c2ac p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .list_1a50 {
        padding: 30px 15px;
    }
    
    .tooltip_purple_afbf {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .thumbnail_1dba {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .dark-973f h4 {
        font-size: 0.9rem;
    }
    
    .dark-973f a {
        font-size: 0.8rem;
    }
    
    .gas_69e3 {
        font-size: 0.8rem;
    }
    
    .status_e609 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .soft-99ee {
        padding: 8px 10px;
    }
    
    .overlay_east_ffd7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .old_1411 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .overlay_east_ffd7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .old_1411 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2f4b */
.promo-block-o5 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
