/* Inner Page Styles */

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

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

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

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

.row-7fbf {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.row-7fbf .module-4183 {
    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;
}

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

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

.row-7fbf .module-4183:hover::before {
    left: 100%;
}

.row-7fbf .module-4183:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-fb8d.fn-active-08c4 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.dirty-1d95 {
    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-1d95:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

.pattern-left-9332 {
    padding: var(--md-spacing-md) 0;
}

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

.card-2418 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 */
.disabled-next-4397 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.disabled-next-4397 li {
    margin-bottom: var(--md-spacing-xs);
}

.disabled-next-4397 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);
}

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

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

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

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

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

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

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

.easy_aa8f .thumbnail_1c65:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.main-middle-da4f {
    margin-top: var(--md-spacing-sm);
}

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

.badge-ba9a:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.hidden-thick-189b {
    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);
}

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

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

.hidden-thick-189b p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.hidden-thick-189b .thumbnail_1c65 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hidden-thick-189b .thumbnail_1c65:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gas-e339 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gas-e339 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gas-e339 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .row-7fbf {
        justify-content: center;
    }
    
    .tabs-b7db {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .footer-c091 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dropdown-2b6d {
        padding: var(--md-spacing-md) 0;
    }
    
    .surface_44c2 {
        padding: var(--md-spacing-md);
    }
    
    .in-318a {
        padding: var(--md-spacing-md) 0;
    }
    
    .card-2418 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hidden-thick-189b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .panel_copper_b083 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .surface_44c2 {
        padding: var(--md-spacing-sm);
    }
    
    .dirty-1d95 {
        padding: var(--md-spacing-md);
    }
    
    .card-2418 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dirty-1d95,
.card-2418,
.hidden-thick-189b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.border-complex-6215::-webkit-scrollbar {
    width: 8px;
}

.border-complex-6215::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.avatar_bc26 {
    font-size: 1.5rem;
}

.video-bfa0 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.grid-0d9f {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thick_75eb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.menu_1c47.wide-7270 .active-edcb {
    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); }
}

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

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

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

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

.footer-right-0205 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;
}

.footer-right-0205 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);
}

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

.form-26ac {
    font-size: 1.2rem;
}

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

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

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

.fluid-48d5 {
    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;
}

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

.fluid-48d5.text_simple_739a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.fluid-48d5.modal_thick_6c17::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fluid-48d5.fresh-640a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.fluid-48d5.wood_d8cd::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.media-blue-6beb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.media-5f7f {
    font-size: 1.2rem;
}

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

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

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

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

.menu-copper-4298.glass-c900 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.menu-copper-4298.fn-active-08c4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.dropdown-1dbb {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.orange-33dc { border-top: 3px solid #00ccff; }
.popup-huge-0b99 { border-top: 3px solid #00ff88; }
.table-a229 { border-top: 3px solid #d4af37; }
.image_931e { border-top: 3px solid #ff6b6b; }
.item-gas-aad2 { border-top: 3px solid #8b5cf6; }

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

.paragraph_easy_bdf2 {
    overflow-x: auto;
}

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

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

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

.upper_d905 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.right-4d65 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.widget-9a4b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.input_3db7 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.card-brown-526d {
    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;
}

.card-brown-526d::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);
}

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

.card-brown-526d h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

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

.banner_solid_56c0 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.secondary-e7e2 strong {
    color: #fff;
    display: block;
}

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

.active-top-3187 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.wide_ac75 .popup_5160 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.photo-544b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.mask-49e7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

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

.tabs-out-b066 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.search-stone-0c0c span {
    color: #666;
    font-size: 0.8rem;
}

.search-stone-0c0c a {
    color: #ff6b6b;
}

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

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

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

.background_fresh_3f38 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.info-south-ff36 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.detail-middle-cd9b {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .sidebar-fast-e576 {
        flex-direction: column;
    }
    .pagination_3816 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.wrapper-31aa {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.content_d7aa .center_1e84 {
    color: #666;
    margin: 0 8px;
}

.content_d7aa .iron_cdfb {
    color: #ff6b6b;
    text-decoration: line-through;
}

.tertiary-basic-a261 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.north_1ec4 {
    font-size: 2rem;
}

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

.description-f452 strong {
    color: #d4af37;
}

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

.picture-58e8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.tag-narrow-b732 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.description-49c5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.logo_top_b516 strong {
    color: #00ff88;
}

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

.input-fresh-a5b0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.accordion-6a8b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.row-58d6 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.plasma-b938 strong {
    color: #d4af37;
}

.bottom-ac8c {
    color: #aaa;
}

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

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

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

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

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

.tabs-4e6e {
    max-width: 900px;
    margin: 0 auto;
}

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

.modal-d24a:last-child {
    border-bottom: none;
}

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

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

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

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

.surface-lite-a13f {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.surface-lite-a13f 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;
}

.surface-lite-a13f li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.info_0a67 strong {
    color: #d4af37;
}

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

.accent-up-b1e9 {
    color: #888;
    font-size: 0.9rem;
}

.accent-up-b1e9 strong {
    color: #00ff88;
}

.accent-up-b1e9 span {
    color: #d4af37;
}

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

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

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

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

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

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

.chip_hovered_d906 {
    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_clean_9f25 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.widget-advanced-d8ce {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.wood-706d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.wood-706d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.gallery-1d80 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-1d80 li {
    margin-bottom: 5px;
}

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

.gallery-1d80 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.header-top-658d {
    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;
}

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

.south_262d strong {
    color: #00ff88;
}

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

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

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

.video-hard-f9c7 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.tabs-out-b066 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .video-hard-f9c7 {
        flex-direction: column;
    }
    
    .texture-9821 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .primary_hard_a1a0 {
        padding: 30px 15px;
    }
    
    .primary_hard_a1a0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dropdown-0707 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .east-7ce8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .main_a457 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .main_a457 .dynamic-e8d4 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hard-5583 {
        font-size: 1.3rem;
    }
    
    .bottom-3dda {
        font-size: 0.7rem;
    }
    
    .highlight_focused_2952 {
        flex-direction: column;
        gap: 10px;
    }
    
    .highlight_focused_2952 .thumbnail_1c65 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .black_d5be {
        display: none;
    }
    
    .slider_dd76 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .container-1be4 {
        padding: 20px 10px;
    }
    
    .west-b8d0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notice_center_0f88,
    .filter-7826 {
        padding: 15px;
    }
    
    .hard-9a60 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tooltip_large_53b8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .description-3a28 {
        padding: 30px 10px;
    }
    
    .full_a337 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list-complex-80b0 {
        padding: 20px 15px;
    }
    
    .table_5b78 {
        font-size: 2rem;
    }
    
    .list-complex-80b0 h3 {
        font-size: 1.1rem;
    }
    
    .list-complex-80b0 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .shade-fluid-99f1 {
        padding: 20px 5px;
    }
    
    .shade-fluid-99f1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .summary_35d4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .upper_d905 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .upper_d905 th,
    .upper_d905 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .progress-light-15f2 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .video_77ff {
        padding: 20px 10px;
    }
    
    .tertiary_pressed_d0cc h2 {
        font-size: 1.3rem;
    }
    
    .alert_steel_2550 {
        font-size: 0.9rem;
    }
    
    .modal-d24a h3 {
        font-size: 1.1rem;
    }
    
    .modal-d24a p {
        font-size: 0.9rem;
    }
    
    .surface-lite-a13f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .background-1538 {
        grid-template-columns: 1fr;
    }
    
    .info_0a67 {
        font-size: 0.85rem;
    }
    
    .focus-3fc1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paper-cc4f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .paper-cc4f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hero_west_b6e1 {
        padding: 30px 10px;
    }
    
    .title-tall-0220 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-hard-ec0a {
        padding: 15px 10px;
    }
    
    .filter-hard-ec0a h4 {
        font-size: 0.9rem;
    }
    
    .filter-hard-ec0a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .brown-3dad {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .title-tall-0220 {
        grid-template-columns: 1fr;
    }
    
    .filter-hard-ec0a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .surface-selected-a10d {
        padding: 30px 10px;
    }
    
    .outer_8838 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .brown-a6b7 {
        padding: 15px;
    }
    
    .filter_light_1a9b {
        font-size: 0.9rem;
    }
    
    .south_b72c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .south_b72c .next_117d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-b2d8 {
        padding: 30px 10px;
    }
    
    .breadcrumb-b2d8 h2 {
        font-size: 1.2rem;
    }
    
    .surface_out_10c1 {
        gap: 10px;
    }
    
    .east-1280 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .east-1280 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .huge-d82b {
        padding: 30px 10px;
    }
    
    .huge-d82b h2 {
        font-size: 1.2rem;
    }
    
    .layout-dim-7e82 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter_orange_8ff4 {
        padding: 15px 10px;
    }
    
    .filter_orange_8ff4 h4 {
        font-size: 0.85rem;
    }
    
    .filter_orange_8ff4 p {
        font-size: 0.75rem;
    }
    
    .progress-small-69c9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .item_7b71 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .layout-dim-7e82 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tabs_thick_801e {
        padding: 20px 10px;
    }
    
    .hidden-top-bde2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .picture_iron_2cf4,
    .component_paper_e05c,
    .search-stone-0c0c {
        width: 100%;
    }
    
    .picture_iron_2cf4 h3 {
        font-size: 1.1rem;
    }
    
    .picture_iron_2cf4 p {
        font-size: 0.8rem;
    }
    
    .box_ef04 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .border-62f7 {
        padding: 30px 10px;
    }
    
    .border-62f7 h3 {
        font-size: 1.2rem;
    }
    
    .hidden_short_a6ba {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-thick-189b {
        padding: 15px 10px;
    }
    
    .hidden-thick-189b h4 {
        font-size: 0.85rem;
    }
    
    .hidden-thick-189b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .search_2254 {
        padding: 30px 15px;
    }
    
    .prev-764b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .menu_dynamic_3fd3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .description-c529 h4 {
        font-size: 0.9rem;
    }
    
    .description-c529 a {
        font-size: 0.8rem;
    }
    
    .steel-266a {
        font-size: 0.8rem;
    }
    
    .button_medium_06ea p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .mask-right-2abc {
        padding: 8px 10px;
    }
    
    .banner_action_88a5 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .dynamic_e4fc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .banner_action_88a5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dynamic_e4fc {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4aa0 */
.ghost-box-v0 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
