/* Inner Page Styles */

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

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

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

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

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

.widget-d4c3 .form-pro-2535 {
    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;
}

.widget-d4c3 .form-pro-2535::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.widget-d4c3 .form-pro-2535:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.widget-d4c3 .form-pro-2535:hover::before {
    left: 100%;
}

.widget-d4c3 .form-pro-2535:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.shade-47bc {
    margin-bottom: var(--md-spacing-lg);
}

.logo-68f7 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.video_591e.fn-active-6fd6 {
    color: var(--casino-gold-light);
}

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

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

.tall-1a99 {
    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);
}

.tall-1a99 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);
}

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

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

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

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

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

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

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

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

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

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

.new-282b {
    padding: var(--md-spacing-md) 0;
}

.silver-37c0 {
    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%;
}

.silver-37c0 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 */
.button-white-e944 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.button-white-e944 li {
    margin-bottom: var(--md-spacing-xs);
}

.button-white-e944 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);
}

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

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

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

.filter-complex-da52:hover::before {
    left: 100%;
}

.filter-complex-da52 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;
}

.filter-complex-da52 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;
}

.filter-complex-da52 .carousel-west-7079 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.filter-complex-da52 .carousel-west-7079:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.main-brown-1796 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.accordion-old-1137 {
    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);
}

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

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

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

.accordion-old-1137 .carousel-west-7079 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.accordion-old-1137 .carousel-west-7079:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hover_d4ae {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hover_d4ae h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hover_d4ae h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .widget-d4c3 {
        justify-content: center;
    }
    
    .logo-68f7 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .popup-81b7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .input_east_ede5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tall-1a99 {
        padding: var(--md-spacing-md);
    }
    
    .breadcrumb_78bb {
        padding: var(--md-spacing-md) 0;
    }
    
    .silver-37c0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .accordion-old-1137 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .fresh-62ba {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tall-1a99 {
        padding: var(--md-spacing-sm);
    }
    
    .input_492d {
        padding: var(--md-spacing-md);
    }
    
    .silver-37c0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.input_492d,
.silver-37c0,
.accordion-old-1137 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.gas-8aab::-webkit-scrollbar {
    width: 8px;
}

.gas-8aab::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.gas-8aab::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.gas-8aab::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.bronze-4118 {
    font-size: 1.5rem;
}

.chip-out-53ff strong {
    color: #00ff88;
}

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

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

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

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

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

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

.black-7ef8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.black-7ef8 li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.menu-medium-6cc2 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.table_5895 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.advanced-d316.narrow-75a4 .grid-af69 {
    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); }
}

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

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

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

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

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

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

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

.article-dark-4890 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .image-yellow-65ff {
        grid-template-columns: 1fr;
    }
}

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

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

.row_4d2d.fast_ef2c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.row_4d2d.tooltip-medium-6dec::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row_4d2d.message_4347::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.row_4d2d.button_lower_031a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.full-23ec {
    font-size: 1.2rem;
}

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

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

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

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

.status_5dc7.wide-f4f1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.status_5dc7.fn-active-6fd6 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.top-08b4 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.west-27ef {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.east-3b36 {
    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;
}

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

.east-3b36.panel-9d7a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.advanced_c3bf { border-top: 3px solid #00ccff; }
.north-7293 { border-top: 3px solid #00ff88; }
.menu_paper_f04c { border-top: 3px solid #d4af37; }
.thumbnail-5b7d { border-top: 3px solid #ff6b6b; }
.notice_hard_a56c { border-top: 3px solid #8b5cf6; }

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

.stone-9814 {
    overflow-x: auto;
}

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

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

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

.iron_0cd1 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.smooth-6a3e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.up_5a0a {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.row-36ea {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.hard-6e7d {
    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;
}

.hard-6e7d::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);
}

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

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

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

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

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

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

.slider_bottom_2b0a {
    font-size: 1.5rem;
}

.disabled-light-ca8d {
    color: #888;
    font-size: 0.9rem;
}

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

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

.carousel-0b58 {
    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;
}

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

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

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

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

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

.frame-5a8b {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.frame-5a8b .summary-517f {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.block_easy_deb6 .top-8e45 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-gold-e382 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.text-gas-04ee {
    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;
}

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

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

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

.content-copper-699e {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-lower-3cc5 {
    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;
}

.content-copper-699e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.texture-middle-1a8b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.texture-middle-1a8b span {
    color: #666;
    font-size: 0.8rem;
}

.texture-middle-1a8b a {
    color: #ff6b6b;
}

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

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

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

.image_4b86 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.gradient-wide-1329 {
    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;
}

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

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

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

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

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

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

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

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

.surface-active-6d25 {
    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;
}

.surface-active-6d25.panel-9d7a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.focus-stale-ac7f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.motion-8842 .brown-ae23 {
    color: #666;
    margin: 0 8px;
}

.motion-8842 .preview-3f24 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.list_baa2 {
    font-size: 2rem;
}

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

.advanced-7239 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.brown-05f8 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.feature-paper-555c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.carousel-607d h3,
.video_liquid_023b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.cool_24a8 strong {
    color: #d4af37;
}

.complex_2595 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.paper-87dd {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.paper-87dd 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;
}

.paper-87dd li strong {
    color: #00ff88;
}

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

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

.surface-slow-c7bf {
    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;
}

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

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

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

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

.alert-upper-2124 strong {
    color: #d4af37;
}

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

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

.short_1d73 strong {
    color: #00ff88;
}

.short_1d73 span {
    color: #d4af37;
}

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

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

.tabs-static-b29e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.heading-selected-bd96 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.backdrop-static-1d4e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .secondary-orange-836b {
        grid-template-columns: 1fr;
    }
}

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

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

.border-cool-b8d7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.border-cool-b8d7 li {
    margin-bottom: 5px;
}

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

.border-cool-b8d7 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

.column-green-42a2 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.column-green-42a2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.main-871f {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .message-dim-a777 {
        padding: 30px 15px;
    }
    
    .message-dim-a777 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .progress_warm_37e0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pink_0f93 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pro_88fd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pro_88fd .preview_f9b0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .highlight_south_e7d1 {
        font-size: 1.3rem;
    }
    
    .gallery-5857 {
        font-size: 0.7rem;
    }
    
    .title-f7ee {
        flex-direction: column;
        gap: 10px;
    }
    
    .title-f7ee .carousel-west-7079 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .filter-orange-fcd4 {
        display: none;
    }
    
    .pro-be2e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .label_tall_ae08 {
        padding: 20px 10px;
    }
    
    .tabs-static-b29e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .badge_hovered_d34d,
    .paragraph-bf5c {
        padding: 15px;
    }
    
    .backdrop-static-1d4e {
        flex-direction: column;
        gap: 5px;
    }
    
    .yellow-3303 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .caption-8116 {
        padding: 30px 10px;
    }
    
    .label_warm_78f9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .item_steel_4e44 {
        padding: 20px 15px;
    }
    
    .image-a1c5 {
        font-size: 2rem;
    }
    
    .item_steel_4e44 h3 {
        font-size: 1.1rem;
    }
    
    .item_steel_4e44 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .progress-soft-0c5e {
        padding: 20px 10px;
    }
    
    .tooltip-lite-5643 h2 {
        font-size: 1.3rem;
    }
    
    .message-c991 {
        font-size: 0.9rem;
    }
    
    .down_8b6b h3 {
        font-size: 1.1rem;
    }
    
    .down_8b6b p {
        font-size: 0.9rem;
    }
    
    .paper-87dd li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .dropdown_in_b8b6 {
        grid-template-columns: 1fr;
    }
    
    .alert-upper-2124 {
        font-size: 0.85rem;
    }
    
    .banner-1d92 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface-slow-c7bf {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .surface-slow-c7bf strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .section-d275 {
        padding: 30px 10px;
    }
    
    .content_iron_4197 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .old-957a {
        padding: 15px 10px;
    }
    
    .old-957a h4 {
        font-size: 0.9rem;
    }
    
    .old-957a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .info_5fef {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .content_iron_4197 {
        grid-template-columns: 1fr;
    }
    
    .old-957a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .message_45f7 {
        padding: 30px 10px;
    }
    
    .paragraph-92b4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .media_d525 {
        padding: 15px;
    }
    
    .brown_a7be {
        font-size: 0.9rem;
    }
    
    .stone-d674 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .stone-d674 .grid-683f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .link-large-914b {
        padding: 30px 10px;
    }
    
    .link-large-914b h2 {
        font-size: 1.2rem;
    }
    
    .form-36e2 {
        gap: 10px;
    }
    
    .input-solid-3a09 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .input-solid-3a09 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .carousel-last-935a {
        padding: 30px 10px;
    }
    
    .carousel-last-935a h2 {
        font-size: 1.2rem;
    }
    
    .short-7cd5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cold_aa55 {
        padding: 15px 10px;
    }
    
    .cold_aa55 h4 {
        font-size: 0.85rem;
    }
    
    .cold_aa55 p {
        font-size: 0.75rem;
    }
    
    .summary_dcfc {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shadow_white_51f8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .text-gas-04ee {
        padding: 20px 10px;
    }
    
    .table-steel-f34a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .texture_mini_6be2,
    .content-copper-699e,
    .texture-middle-1a8b {
        width: 100%;
    }
    
    .texture_mini_6be2 h3 {
        font-size: 1.1rem;
    }
    
    .texture_mini_6be2 p {
        font-size: 0.8rem;
    }
    
    .filter-lower-3cc5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .heading-hard-1367 {
        padding: 30px 15px;
    }
    
    .heading-hard-1367 h2 {
        font-size: 1.3rem;
    }
    
    .heading-hard-1367 p {
        font-size: 0.85rem;
    }
    
    .in-32b6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .in-32b6 .carousel-west-7079 {
        width: 100%;
    }
    
    .breadcrumb_43fd {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .background-outer-ba64 {
        padding: 30px 15px;
    }
    
    .static_8d76 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .card-9e3d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .layout_liquid_7abd h4 {
        font-size: 0.9rem;
    }
    
    .layout_liquid_7abd a {
        font-size: 0.8rem;
    }
    
    .warm_ad1e {
        font-size: 0.8rem;
    }
    
    .hard_2850 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .paper-7dae {
        padding: 8px 10px;
    }
    
    .thumbnail-6ece {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .description-f625 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thumbnail-6ece {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .description-f625 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c9d1 */
.widget-item-p0 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
