/* Inner Page Styles */

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

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

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

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

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

.accordion-b67c .over_56b7 {
    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;
}

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

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

.accordion-b67c .over_56b7:hover::before {
    left: 100%;
}

.accordion-b67c .over_56b7:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.secondary-plasma-9e5a {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.sort_thick_3384.fn-active-25cf {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.component-aa74 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 */
.yellow-de09 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.shade-north-c332:hover::before {
    left: 100%;
}

.shade-north-c332 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;
}

.shade-north-c332 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;
}

.shade-north-c332 .shade_slow_6ca8 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.shade-north-c332 .shade_slow_6ca8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.box-first-30c3 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.sort_5ba3 .shade_slow_6ca8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .text_681b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .text_681b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .text_681b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .accordion-b67c {
        justify-content: center;
    }
    
    .summary-cf80 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .fluid_505a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .row-40b7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .detail-7b1c {
        padding: var(--md-spacing-md);
    }
    
    .link-12d4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .component-aa74 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .sort_5ba3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tertiary_d0a0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .detail-7b1c {
        padding: var(--md-spacing-sm);
    }
    
    .white-2d4c {
        padding: var(--md-spacing-md);
    }
    
    .component-aa74 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.white-2d4c,
.component-aa74,
.sort_5ba3 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.link-simple-8132::-webkit-scrollbar {
    width: 8px;
}

.link-simple-8132::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.link-simple-8132::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.link-simple-8132::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.nav-white-0574 {
    font-size: 1.5rem;
}

.outline_top_4f74 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.gold_650e {
    padding: 30px 0;
}

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

.hot-403c {
    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;
}

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

.hot-403c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.hot-403c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.backdrop-cold-ef1b {
    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;
}

.backdrop-cold-ef1b strong {
    color: #00ff88;
}

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

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

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

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

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

.down-734f::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;
}

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

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

.tiny_200b.paragraph-ae80 .summary_white_97e1 {
    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); }
}

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

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

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

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

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

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

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

.west_702a {
    font-size: 1.2rem;
}

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

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

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

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

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

.summary_51fe.lite_c9fa::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.summary_51fe.tag-672b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.summary_51fe.progress-full-373c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.summary_51fe.accent-acca::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.picture-116f {
    font-size: 1.2rem;
}

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

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

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

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

.outline-4e08.menu_91fc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outline-4e08.fn-active-25cf { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.dynamic-8f4c {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.surface-dirty-13cb {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.notification_motion_63e0.center-5b08 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

.title-clean-545c {
    text-align: center;
    color: #00ff88;
    font-size: 1.5rem;
    padding: 10px 0;
    opacity: 0.5;
}

.detail_03d8 { border-top: 3px solid #00ccff; }
.pattern-5dac { border-top: 3px solid #00ff88; }
.notice-a1f7 { border-top: 3px solid #d4af37; }
.status-new-2c3e { border-top: 3px solid #ff6b6b; }
.breadcrumb-thick-c09e { border-top: 3px solid #8b5cf6; }

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

.grid_in_eb89 {
    overflow-x: auto;
}

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

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

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

.input-pink-406d td {
    color: #ccc;
}

.input-pink-406d .top_16e2 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.input-pink-406d tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.shade-1a0f {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.static-e089 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.layout-stone-964a {
    background: #0a0a0a;
    padding: 60px 0;
}

.pressed-513e {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.status-paper-5ffe {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.link-52ed {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.logo-active-b3a8 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.logo-active-b3a8 .title-slow-eed1 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.tag_outer_dee3 .motion-fe13 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.dropdown-85cf {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.tooltip-new-e79f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.text-pressed-e009 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.old-495b span {
    color: #666;
    font-size: 0.8rem;
}

.old-495b a {
    color: #ff6b6b;
}

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

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

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

.focused-8d0a {
    text-align: center;
}

.focused-8d0a .tertiary-b3c0 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.focused-8d0a .soft-25a0 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-east-805c {
    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;
}

.avatar-east-805c.center-5b08 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .texture-b85a {
        flex-direction: column;
    }
    .hidden-c5cd {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.image_46b4 .popup_hovered_5a35 {
    color: #666;
    margin: 0 8px;
}

.image_46b4 .button-c6e2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.message-f31a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.red-64f7 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.overlay-176e strong {
    color: #00ff88;
}

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

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

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

.media_medium_1946 h3,
.thick-45bd h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.footer_872f strong {
    color: #d4af37;
}

.module-thick-9a01 {
    color: #aaa;
}

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

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

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

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

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

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

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

.caption-solid-8c45:last-child {
    border-bottom: none;
}

.caption-solid-8c45 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

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

.small-10bf {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.small-10bf 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;
}

.small-10bf li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .component-top-5a8b {
        grid-template-columns: 1fr;
    }
}

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

.footer-under-1bc3 strong {
    color: #d4af37;
}

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

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

.filter_1fde strong {
    color: #00ff88;
}

.filter_1fde span {
    color: #d4af37;
}

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

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

.list-657e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.pink-9cf9 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.feature-out-2901 {
    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);
}

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

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

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

.full-6dd3 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.full-6dd3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification_right_a00b strong {
    color: #00ff88;
}

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

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

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

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

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

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

.text-pressed-e009 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .liquid-0df0 {
        padding: 30px 15px;
    }
    
    .liquid-0df0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .fresh_50cd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .info-7c81 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .paper_af0d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paper_af0d .picture-0fc5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .upper-9835 {
        font-size: 1.3rem;
    }
    
    .hover-1700 {
        font-size: 0.7rem;
    }
    
    .outer_3df0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .outer_3df0 .shade_slow_6ca8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .south_e0dd {
        display: none;
    }
    
    .list-copper-2bf4 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .table-71bb {
        padding: 20px 10px;
    }
    
    .list-657e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row-silver-d0cf,
    .menu_0e64 {
        padding: 15px;
    }
    
    .stone_ad70 {
        flex-direction: column;
        gap: 5px;
    }
    
    .feature-out-2901 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tall-a357 {
        padding: 30px 10px;
    }
    
    .caption_over_62d9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress-left-e87c {
        padding: 20px 15px;
    }
    
    .slider-top-9206 {
        font-size: 2rem;
    }
    
    .progress-left-e87c h3 {
        font-size: 1.1rem;
    }
    
    .progress-left-e87c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .module-pink-645c {
        padding: 20px 5px;
    }
    
    .module-pink-645c h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .dynamic_dd2a {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .input-pink-406d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .input-pink-406d th,
    .input-pink-406d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .notification-da4d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .old-c6b4 {
        padding: 20px 10px;
    }
    
    .message-3150 h2 {
        font-size: 1.3rem;
    }
    
    .hero_new_e73a {
        font-size: 0.9rem;
    }
    
    .caption-solid-8c45 h3 {
        font-size: 1.1rem;
    }
    
    .caption-solid-8c45 p {
        font-size: 0.9rem;
    }
    
    .small-10bf li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .component-top-5a8b {
        grid-template-columns: 1fr;
    }
    
    .footer-under-1bc3 {
        font-size: 0.85rem;
    }
    
    .video-f399 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .out_d10f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .out_d10f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .green_ec04 {
        padding: 30px 10px;
    }
    
    .title_3391 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .primary-in-8b4f {
        padding: 15px 10px;
    }
    
    .primary-in-8b4f h4 {
        font-size: 0.9rem;
    }
    
    .primary-in-8b4f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .banner-dim-c6d5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .title_3391 {
        grid-template-columns: 1fr;
    }
    
    .primary-in-8b4f p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focus-gold-ef26 {
        padding: 30px 10px;
    }
    
    .green_8668 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dirty_50f5 {
        padding: 15px;
    }
    
    .shadow_6671 {
        font-size: 0.9rem;
    }
    
    .picture-b03c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .picture-b03c .heading_action_ca6e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .lite_be92 {
        padding: 30px 10px;
    }
    
    .lite_be92 h2 {
        font-size: 1.2rem;
    }
    
    .shade-warm-751c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-fbfa {
        padding: 15px 10px;
    }
    
    .pattern-fbfa h4 {
        font-size: 0.85rem;
    }
    
    .pattern-fbfa p {
        font-size: 0.75rem;
    }
    
    .sort_bronze_d8d9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .next_3a42 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .container-5952 {
        padding: 20px 10px;
    }
    
    .dark_489c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .carousel_47fe,
    .wrapper_yellow_1793,
    .old-495b {
        width: 100%;
    }
    
    .carousel_47fe h3 {
        font-size: 1.1rem;
    }
    
    .carousel_47fe p {
        font-size: 0.8rem;
    }
    
    .bright_700c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .focused-bcb6 {
        padding: 30px 10px;
    }
    
    .focused-bcb6 h3 {
        font-size: 1.2rem;
    }
    
    .small_b1d7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort_5ba3 {
        padding: 15px 10px;
    }
    
    .sort_5ba3 h4 {
        font-size: 0.85rem;
    }
    
    .sort_5ba3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .title_5b2e {
        padding: 30px 15px;
    }
    
    .paper-ea99 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dynamic-1ebb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .preview-d50e h4 {
        font-size: 0.9rem;
    }
    
    .preview-d50e a {
        font-size: 0.8rem;
    }
    
    .advanced-56a2 {
        font-size: 0.8rem;
    }
    
    .dropdown-e80f p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .hero_7625 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .content_dirty_d217 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 32a7 */
.promo-block-z3 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
}
