/* Inner Page Styles */

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

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

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

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

.grid-glass-b2c0 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.grid-glass-b2c0 .left_71d6 {
    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;
}

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

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

.grid-glass-b2c0 .left_71d6:hover::before {
    left: 100%;
}

.grid-glass-b2c0 .left_71d6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.easy-6993 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.middle_ef5c.fn-active-ae38 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.up_7fa9 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 */
.shade-fresh-b44e {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shade-fresh-b44e li {
    margin-bottom: var(--md-spacing-xs);
}

.shade-fresh-b44e 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);
}

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

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

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

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

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

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

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

.picture_2c95 .mask_60ff:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.frame-ddd8 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.small_b21e .mask_60ff:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .dirty_0544 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .dirty_0544 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .dirty_0544 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .grid-glass-b2c0 {
        justify-content: center;
    }
    
    .easy-6993 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .right-11c1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .background_b799 {
        padding: var(--md-spacing-md) 0;
    }
    
    .chip_pink_4b12 {
        padding: var(--md-spacing-md);
    }
    
    .tertiary-0541 {
        padding: var(--md-spacing-md) 0;
    }
    
    .up_7fa9 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .small_b21e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .selected-cba7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .chip_pink_4b12 {
        padding: var(--md-spacing-sm);
    }
    
    .table-b40e {
        padding: var(--md-spacing-md);
    }
    
    .up_7fa9 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.table-b40e,
.up_7fa9,
.small_b21e {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.motion-071c::-webkit-scrollbar {
    width: 8px;
}

.motion-071c::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.motion-071c::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.motion-071c::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.list_over_efc7 {
    font-size: 1.5rem;
}

.tag_in_d56e strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .picture-d858 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .cold-27ca {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.stale-7778 strong {
    color: #00ff88;
}

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

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

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

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

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

.border-short-8b1a::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;
}

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

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

.middle-da5b.paragraph-be75 .header-b063 {
    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); }
}

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

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

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

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

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

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

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

.component-a3c7 {
    font-size: 1.2rem;
}

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

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

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

.link-c1cc {
    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-c1cc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.link-c1cc.accent_north_5fde::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.link-c1cc.active_stone_e8a8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.link-c1cc.fixed_6a62::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.link-c1cc.summary_a835::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.chip-acab {
    font-size: 1.2rem;
}

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

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

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

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

.narrow_e202.prev_51af { background: linear-gradient(90deg, #00ccff, #0088ff); }
.narrow_e202.fn-active-ae38 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.icon-wood-5dd6 {
    color: #666;
    font-size: 0.8rem;
}

.link-hard-290d {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

/* Technology Architecture Section */
.upper-297c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.iron-6c67 {
    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;
}

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

.iron-6c67.pink_721a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.banner_5ce3 { border-top: 3px solid #00ccff; }
.in-349e { border-top: 3px solid #00ff88; }
.left_955a { border-top: 3px solid #d4af37; }
.feature_257e { border-top: 3px solid #ff6b6b; }
.notification_ebaa { border-top: 3px solid #8b5cf6; }

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

.grid-left-cdbc {
    overflow-x: auto;
}

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

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

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

.bronze_7407 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.row-35d0 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

@media (max-width: 576px) {
    .overlay-outer-3c22 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.outline-top-dc0d {
    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;
}

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

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

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

.action-efd0 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.table-plasma-0d3d {
    background: #0a0a0a;
    padding: 60px 0;
}

.text-hard-6ec7 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .text-hard-6ec7::before {
        left: 30px;
    }
}

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

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

.simple-4a83 {
    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;
}

.simple-4a83::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);
}

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

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

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

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

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

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

.outline-smooth-07d0 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.image-f717 strong {
    color: #fff;
    display: block;
}

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

.block-easy-37ba {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.block-easy-37ba .notice-034b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.shadow_small_445d .narrow-504c {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-96a0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.panel-action-aac2 span {
    color: #666;
    font-size: 0.8rem;
}

.panel-action-aac2 a {
    color: #ff6b6b;
}

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

.hard-2b12 {
    max-width: 800px;
    margin: 0 auto;
}

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

.article-last-c82e {
    text-align: center;
}

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

.article-last-c82e .simple_9485 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.hard-2b12 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.carousel-selected-dcea {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tabs-short-f965 {
        flex-direction: column;
    }
    .banner_down_3342 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.center_9fa2 .outline-gold-d400 {
    color: #666;
    margin: 0 8px;
}

.center_9fa2 .layout_09be {
    color: #ff6b6b;
    text-decoration: line-through;
}

.gallery-57d6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.mask-gas-8d07 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.frame_down_1ecb {
    font-size: 2rem;
}

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

.frame-92c9 strong {
    color: #d4af37;
}

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

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

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

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

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

.cold-6d3a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.logo-1b47 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.wide_8a13 strong {
    color: #00ff88;
}

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

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

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

.badge_tall_8b54 h3,
.surface-selected-4237 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.filter_8069 strong {
    color: #d4af37;
}

.out-235d {
    color: #aaa;
}

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

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

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

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

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

.popup-hard-ab8b {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.steel-303d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.steel-303d 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;
}

.steel-303d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.element_ef60 strong {
    color: #d4af37;
}

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

.steel-911a {
    color: #888;
    font-size: 0.9rem;
}

.steel-911a strong {
    color: #00ff88;
}

.steel-911a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.backdrop-selected-5f84 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-49d4 strong {
    color: #00ff88;
}

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

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

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

.layout-red-67a3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .layout-red-67a3 {
        flex-direction: column;
    }
    
    .label_fast_660f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.hover-408a {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .info-out-2a54 {
        padding: 30px 15px;
    }
    
    .info-out-2a54 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .bronze_1817 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .row_outer_b23f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .wrapper-f423 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .wrapper-f423 .component_e512 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .layout_e101 {
        font-size: 1.3rem;
    }
    
    .pressed_dfb3 {
        font-size: 0.7rem;
    }
    
    .list_bottom_e6bc {
        flex-direction: column;
        gap: 10px;
    }
    
    .list_bottom_e6bc .mask_60ff {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .texture_steel_e585 {
        display: none;
    }
    
    .title-orange-02d6 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .disabled_a68a {
        padding: 20px 10px;
    }
    
    .item_68f4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video_c6ec,
    .shadow_3c24 {
        padding: 15px;
    }
    
    .backdrop-selected-5f84 {
        flex-direction: column;
        gap: 5px;
    }
    
    .west-eefd {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hero_down_8bb7 {
        padding: 30px 10px;
    }
    
    .accordion-f7cd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail-silver-4f8f {
        padding: 20px 15px;
    }
    
    .gallery-north-d1b9 {
        font-size: 2rem;
    }
    
    .detail-silver-4f8f h3 {
        font-size: 1.1rem;
    }
    
    .detail-silver-4f8f p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .motion_6fa7 {
        padding: 20px 10px;
    }
    
    .bottom_b2fc h2 {
        font-size: 1.3rem;
    }
    
    .hidden_pink_5b70 {
        font-size: 0.9rem;
    }
    
    .message_7d77 h3 {
        font-size: 1.1rem;
    }
    
    .message_7d77 p {
        font-size: 0.9rem;
    }
    
    .steel-303d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .white_9225 {
        grid-template-columns: 1fr;
    }
    
    .element_ef60 {
        font-size: 0.85rem;
    }
    
    .list_mini_5c63 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card_e912 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .card_e912 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .soft_a549 {
        padding: 30px 10px;
    }
    
    .preview-fluid-d6b8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .active-thick-aa77 {
        padding: 15px 10px;
    }
    
    .active-thick-aa77 h4 {
        font-size: 0.9rem;
    }
    
    .active-thick-aa77 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .disabled_ff34 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .preview-fluid-d6b8 {
        grid-template-columns: 1fr;
    }
    
    .active-thick-aa77 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .action_e689 {
        padding: 30px 10px;
    }
    
    .modal-cd5e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .media_1932 {
        padding: 15px;
    }
    
    .rough_6221 {
        font-size: 0.9rem;
    }
    
    .list_over_7f92 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list_over_7f92 .article-6c18 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .fresh_0805 {
        padding: 30px 10px;
    }
    
    .fresh_0805 h2 {
        font-size: 1.2rem;
    }
    
    .banner-1b6d {
        gap: 10px;
    }
    
    .mask_635f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .mask_635f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .frame_47e4 {
        padding: 30px 10px;
    }
    
    .frame_47e4 h2 {
        font-size: 1.2rem;
    }
    
    .icon-lite-af97 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element-ef58 {
        padding: 15px 10px;
    }
    
    .element-ef58 h4 {
        font-size: 0.85rem;
    }
    
    .element-ef58 p {
        font-size: 0.75rem;
    }
    
    .green_dbbe {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .nav-578a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .icon-7b07 {
        padding: 20px 10px;
    }
    
    .text_ec49 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .box-3228,
    .lower_e757,
    .panel-action-aac2 {
        width: 100%;
    }
    
    .box-3228 h3 {
        font-size: 1.1rem;
    }
    
    .box-3228 p {
        font-size: 0.8rem;
    }
    
    .wrapper_0861 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .notice-5186 {
        padding: 30px 15px;
    }
    
    .notification-smooth-8aec {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .component_white_1da0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .green_203b h4 {
        font-size: 0.9rem;
    }
    
    .green_203b a {
        font-size: 0.8rem;
    }
    
    .hard-835d {
        font-size: 0.8rem;
    }
    
    .light_79c3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .texture-4ff5 {
        padding: 8px 10px;
    }
    
    .tertiary-out-ac61 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .next-3978 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tertiary-out-ac61 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .next-3978 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0b51 */
.phantom-card-l7 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
