/* Inner Page Styles */

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

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

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

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

.notification-clean-4d69 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.notification-clean-4d69 .top-4f43 {
    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;
}

.notification-clean-4d69 .top-4f43::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.notification-clean-4d69 .top-4f43:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.notification-clean-4d69 .top-4f43:hover::before {
    left: 100%;
}

.notification-clean-4d69 .top-4f43:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.complex-190e {
    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);
}

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

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

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

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

.sort-inner-1be5 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.text_yellow_a22e.fn-active-362d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dim_4d34 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 */
.tall-18af {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tall-18af li {
    margin-bottom: var(--md-spacing-xs);
}

.tall-18af 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);
}

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

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

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

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

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

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

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

.thick_f338 .warm-ac30:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.picture-tiny-39f1 {
    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);
}

.picture-tiny-39f1:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.banner_easy_6bd9 .warm-ac30:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .disabled-b803 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .disabled-b803 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .disabled-b803 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .notification-clean-4d69 {
        justify-content: center;
    }
    
    .complex-190e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .middle-a2f1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pink-e1b3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hard_986f {
        padding: var(--md-spacing-md);
    }
    
    .focus-f05d {
        padding: var(--md-spacing-md) 0;
    }
    
    .dim_4d34 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .banner_easy_6bd9 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gas_87af {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hard_986f {
        padding: var(--md-spacing-sm);
    }
    
    .modal-1669 {
        padding: var(--md-spacing-md);
    }
    
    .dim_4d34 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.modal-1669,
.dim_4d34,
.banner_easy_6bd9 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.action-1d7e::-webkit-scrollbar {
    width: 8px;
}

.action-1d7e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.action-1d7e::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.action-1d7e::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.photo_93bb {
    font-size: 1.5rem;
}

.feature-9330 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .background-ef5f {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .carousel-complex-1347 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.east_440d strong {
    color: #00ff88;
}

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

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

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

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

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

.wrapper-pink-4719::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;
}

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

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

.picture_hovered_3ca8.fixed_df50 .focus_a02f {
    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); }
}

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

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

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

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

.active-stone-fdba 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;
}

.active-stone-fdba 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);
}

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

.title-huge-ea36 {
    font-size: 1.2rem;
}

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

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

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

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

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

.new_c3fe.gradient-788e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.new_c3fe.first_2cb8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.new_c3fe.dim_a15b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.new_c3fe.photo_0691::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.icon-east-0e88 {
    font-size: 1.2rem;
}

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

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

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

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

.title_green_9430.caption-lower-cbb7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.title_green_9430.fn-active-362d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-7ba4 { border-top: 3px solid #00ccff; }
.filter_advanced_681f { border-top: 3px solid #00ff88; }
.title_small_d8c2 { border-top: 3px solid #d4af37; }
.copper-5738 { border-top: 3px solid #ff6b6b; }
.wrapper_focused_bbd4 { border-top: 3px solid #8b5cf6; }

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

.dropdown_755c {
    overflow-x: auto;
}

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

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

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

.banner_4951 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.modal-46de {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.texture-smooth-b5b0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.current-01c2 p {
    color: #888;
    font-size: 0.9rem;
}

.pagination-fast-cb0b {
    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;
}

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

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

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

.large-f638 {
    font-size: 2rem;
}

.item-old-8d1a strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.item-old-8d1a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.alert-411d {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .alert-411d::before {
        left: 30px;
    }
}

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

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

.column-279a {
    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;
}

.column-279a::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);
}

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

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

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

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

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

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

.list-last-9c1f {
    font-size: 1.5rem;
}

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

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

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

.message-fixed-d4b2 {
    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;
}

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

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

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

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

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

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

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

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

.video-easy-0ce6 .center-2780 {
    margin-bottom: 10px;
}

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

.video-easy-0ce6 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.backdrop-65e4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-next-753b h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.main-next-753b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.sidebar-234d {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.sidebar-234d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.article_current_a4db a {
    color: #ff6b6b;
}

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

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

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

.overlay-c313 {
    text-align: center;
}

.overlay-c313 .layout-west-0940 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-3fc8 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.secondary-3b09 {
    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;
}

.secondary-3b09.pattern_b539 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.dropdown-new-8ae4 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .search-3fc8 {
        flex-direction: column;
    }
    .dropdown-new-8ae4 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.thumbnail_focused_0018 .video-west-1b28 {
    color: #666;
    margin: 0 8px;
}

.thumbnail_focused_0018 .video-8d8d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.gradient-dirty-3f63 {
    font-size: 2rem;
}

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

.carousel_741f strong {
    color: #d4af37;
}

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

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

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

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

.hero-prev-bdcc {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.pattern-old-954a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.picture-next-ab37 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.static-4ab5 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.hover-7fdc {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.pink-5bfa {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.bottom-c9c9 strong {
    color: #d4af37;
}

.feature-3343 {
    color: #aaa;
}

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

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

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

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

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

.component-west-be31 {
    max-width: 900px;
    margin: 0 auto;
}

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

.rough-12b6:last-child {
    border-bottom: none;
}

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

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

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

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

.highlight_action_ba75 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

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

.highlight_action_ba75 li strong {
    color: #00ff88;
}

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

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

.hidden-9e81 {
    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;
}

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

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

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

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

.primary-2d5e strong {
    color: #d4af37;
}

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

.shadow-brown-e755 {
    color: #888;
    font-size: 0.9rem;
}

.shadow-brown-e755 strong {
    color: #00ff88;
}

.shadow-brown-e755 span {
    color: #d4af37;
}

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

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

.picture-48f7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.summary-7e68 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.in-3a94 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.search-179c {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.search-179c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.label-top-8cad ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.label-top-8cad li {
    margin-bottom: 5px;
}

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

.label-top-8cad a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.thumbnail_light_515e strong {
    color: #00ff88;
}

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

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

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

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

.picture-purple-45cf {
    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;
}

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

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

@media (max-width: 768px) {
    .wrapper-f78c {
        flex-direction: column;
    }
    
    .picture-purple-45cf {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .static_aaa4 {
        padding: 30px 15px;
    }
    
    .static_aaa4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .menu_plasma_a5ac {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .focused-1b2c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .widget-mini-2148 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .widget-mini-2148 .steel_5985 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .aside_red_5db0 {
        font-size: 1.3rem;
    }
    
    .nav_47bc {
        font-size: 0.7rem;
    }
    
    .title-narrow-ee2a {
        flex-direction: column;
        gap: 10px;
    }
    
    .title-narrow-ee2a .warm-ac30 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tiny-5874 {
        display: none;
    }
    
    .pro-b26d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .image-2c89 {
        padding: 20px 10px;
    }
    
    .picture-48f7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .aside-cool-b30f,
    .south_5dbb {
        padding: 15px;
    }
    
    .summary-7e68 {
        flex-direction: column;
        gap: 5px;
    }
    
    .highlight_west_1bd1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .aside-purple-45fa {
        padding: 30px 10px;
    }
    
    .under_2ac6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .in_0278 {
        padding: 20px 15px;
    }
    
    .component-dark-8123 {
        font-size: 2rem;
    }
    
    .in_0278 h3 {
        font-size: 1.1rem;
    }
    
    .in_0278 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .sort_9b17 {
        padding: 20px 5px;
    }
    
    .sort_9b17 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .preview-01cc {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .banner_4951 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .banner_4951 th,
    .banner_4951 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .carousel-lite-5873 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .under-6ba6 {
        padding: 20px 10px;
    }
    
    .upper_ea39 h2 {
        font-size: 1.3rem;
    }
    
    .under_b65b {
        font-size: 0.9rem;
    }
    
    .rough-12b6 h3 {
        font-size: 1.1rem;
    }
    
    .rough-12b6 p {
        font-size: 0.9rem;
    }
    
    .highlight_action_ba75 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .iron-5738 {
        grid-template-columns: 1fr;
    }
    
    .primary-2d5e {
        font-size: 0.85rem;
    }
    
    .modal_c3fe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-9e81 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hidden-9e81 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .heading_e710 {
        padding: 30px 10px;
    }
    
    .center-3c0a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout_5b84 {
        padding: 15px 10px;
    }
    
    .layout_5b84 h4 {
        font-size: 0.9rem;
    }
    
    .layout_5b84 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .simple-a2cb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .center-3c0a {
        grid-template-columns: 1fr;
    }
    
    .layout_5b84 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .paper_6cff {
        padding: 30px 10px;
    }
    
    .red-7701 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paragraph-2f76 {
        padding: 15px;
    }
    
    .column-complex-4938 {
        font-size: 0.9rem;
    }
    
    .gradient_first_9461 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient_first_9461 .brown-6bf2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .motion-09c6 {
        padding: 30px 10px;
    }
    
    .motion-09c6 h2 {
        font-size: 1.2rem;
    }
    
    .row_aa70 {
        gap: 10px;
    }
    
    .texture_blue_f009 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .texture_blue_f009 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .brown_4706 {
        padding: 30px 10px;
    }
    
    .brown_4706 h2 {
        font-size: 1.2rem;
    }
    
    .progress-steel-3026 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-1cbc {
        padding: 15px 10px;
    }
    
    .picture-1cbc h4 {
        font-size: 0.85rem;
    }
    
    .picture-1cbc p {
        font-size: 0.75rem;
    }
    
    .row_b371 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tabs_cecf {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dropdown_warm_e164 {
        padding: 20px 10px;
    }
    
    .card_fast_9c4e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .main-next-753b,
    .sidebar-234d,
    .article_current_a4db {
        width: 100%;
    }
    
    .main-next-753b h3 {
        font-size: 1.1rem;
    }
    
    .main-next-753b p {
        font-size: 0.8rem;
    }
    
    .focus-a9d1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tabs_tiny_01b0 {
        padding: 30px 15px;
    }
    
    .tabs_tiny_01b0 h2 {
        font-size: 1.3rem;
    }
    
    .tabs_tiny_01b0 p {
        font-size: 0.85rem;
    }
    
    .center-ec73 {
        flex-direction: column;
        gap: 10px;
    }
    
    .center-ec73 .warm-ac30 {
        width: 100%;
    }
    
    .detail_pressed_90d4 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hovered_6adf {
        padding: 30px 15px;
    }
    
    .grid-43c2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .inner-7931 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .new_1fd1 h4 {
        font-size: 0.9rem;
    }
    
    .new_1fd1 a {
        font-size: 0.8rem;
    }
    
    .blue_377a {
        font-size: 0.8rem;
    }
    
    .hero-faae p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .south_4433 {
        padding: 8px 10px;
    }
    
    .gallery-rough-9e4c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .basic-050b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gallery-rough-9e4c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .basic-050b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 71cb */
.phantom-card-g0 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
