/* Inner Page Styles */

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

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

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

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

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

.border_glass_c49d .brown-d8f7 {
    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;
}

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

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

.border_glass_c49d .brown-d8f7:hover::before {
    left: 100%;
}

.border_glass_c49d .brown-d8f7:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.over_4bdd.fn-active-87d9 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter-019f {
    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%;
}

.filter-019f 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 */
.border_1154 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.item-inner-ee31:hover::before {
    left: 100%;
}

.item-inner-ee31 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;
}

.item-inner-ee31 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;
}

.item-inner-ee31 .frame_5da3 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.item-inner-ee31 .frame_5da3:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.alert-large-698c {
    margin-top: var(--md-spacing-sm);
}

.detail-iron-30aa {
    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);
}

.detail-iron-30aa:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.inner-964a {
    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);
}

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

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

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

.inner-964a .frame_5da3 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.inner-964a .frame_5da3:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .icon_f67a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .icon_f67a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .icon_f67a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .border_glass_c49d {
        justify-content: center;
    }
    
    .section_last_85cc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .icon-84f4 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dropdown-2079 {
        padding: var(--md-spacing-md) 0;
    }
    
    .background_static_8cd3 {
        padding: var(--md-spacing-md);
    }
    
    .footer_pink_7bcc {
        padding: var(--md-spacing-md) 0;
    }
    
    .filter-019f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .inner-964a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gradient_fdfb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .background_static_8cd3 {
        padding: var(--md-spacing-sm);
    }
    
    .input_6356 {
        padding: var(--md-spacing-md);
    }
    
    .filter-019f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.input_6356,
.filter-019f,
.inner-964a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.thick-aef2::-webkit-scrollbar {
    width: 8px;
}

.thick-aef2::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

.thick-aef2::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.wrapper_2da5 {
    font-size: 1.5rem;
}

.red-59a0 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.gradient-7e45 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-thick-ca99 {
    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;
}

.gallery-thick-ca99 strong {
    color: #00ff88;
}

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

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

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

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

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

.black-31ab::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;
}

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

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

.wrapper_ff6f.south-67ff .primary_blue_dd1c {
    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); }
}

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

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

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

.popup-east-364d {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-east-364d 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;
}

.popup-east-364d 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);
}

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

.up-3186 {
    font-size: 1.2rem;
}

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

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

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

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

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

.sort_4b65.thumbnail-f0a9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.sort_4b65.header-164a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort_4b65.blue-678e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.sort_4b65.banner_steel_7127::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.highlight-liquid-1fe4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.preview_a192 {
    font-size: 1.2rem;
}

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

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

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

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

.gallery_first_62ac.picture-01eb { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gallery_first_62ac.fn-active-87d9 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.carousel-87cd {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.detail-c532.thumbnail-clean-52c9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.layout_0fe3 { border-top: 3px solid #00ccff; }
.badge_stale_d344 { border-top: 3px solid #00ff88; }
.layout-4c93 { border-top: 3px solid #d4af37; }
.advanced-7a13 { border-top: 3px solid #ff6b6b; }
.up_3a67 { border-top: 3px solid #8b5cf6; }

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

.header_easy_f148 {
    overflow-x: auto;
}

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

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

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

.gradient_upper_c280 td {
    color: #ccc;
}

.gradient_upper_c280 .button-50b0 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.progress-static-8c5a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.logo-dirty-1e2b {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

.wrapper-soft-5173 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.out-6571 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.bright-ccf3::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);
}

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

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

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

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

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

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

.table-c5b5 {
    font-size: 1.5rem;
}

.section-dim-3d82 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.stone-018d .frame-over-df6d {
    margin-bottom: 10px;
}

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

.stone-018d strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.shade-cold-6c42 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.fresh-339a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.component-55e9 {
    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;
}

.fresh-339a span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.filter_easy_2a27 a {
    color: #ff6b6b;
}

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

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

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

.bright-885f {
    text-align: center;
}

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

.bright-885f .icon-mini-95b9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.footer-soft-a436 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.alert-up-0378 {
    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;
}

.alert-up-0378.thumbnail-clean-52c9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .purple_b3f3 {
        flex-direction: column;
    }
    .pattern-eb41 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.disabled-new-eb63 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.avatar_7707 .fast-f826 {
    color: #666;
    margin: 0 8px;
}

.avatar_7707 .status-steel-3c3a {
    color: #ff6b6b;
    text-decoration: line-through;
}

.banner-hard-dcd0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.down-3e4f strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.chip-full-debf {
    font-size: 2rem;
}

.component-wood-037c {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.component-wood-037c strong {
    color: #d4af37;
}

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

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

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

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

.header-active-b999 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.tabs-old-42ab strong {
    color: #d4af37;
    margin-right: 8px;
}

.preview-large-5187 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.carousel-next-d20c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

.chip-large-9ebe {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.chip-large-9ebe strong {
    color: #d4af37;
}

.sort-2a41 {
    color: #aaa;
}

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

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

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

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

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

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

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

.clean-d337:last-child {
    border-bottom: none;
}

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

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

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

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

.search-fast-b324 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.search-fast-b324 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;
}

.search-fast-b324 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.overlay-tall-0bd6 strong {
    color: #d4af37;
}

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

.component-advanced-1cbe {
    color: #888;
    font-size: 0.9rem;
}

.component-advanced-1cbe strong {
    color: #00ff88;
}

.component-advanced-1cbe span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.icon-bottom-842d h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.description-top-25f3 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.dropdown-pro-b263 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-orange-c1a0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-orange-c1a0 li {
    margin-bottom: 5px;
}

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

.table-orange-c1a0 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.paragraph_790e strong {
    color: #00ff88;
}

.detail-fixed-4fe5 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.search-medium-aec8 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.easy-6e4d {
    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;
}

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

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

@media (max-width: 768px) {
    .search-medium-aec8 {
        flex-direction: column;
    }
    
    .easy-6e4d {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.detail-8e32 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .notice-soft-cdb6 {
        padding: 30px 15px;
    }
    
    .notice-soft-cdb6 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .blue_1d1e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .layout-3753 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .motion_58be {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .motion_58be .popup-fd1e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .background-90a5 {
        font-size: 1.3rem;
    }
    
    .element-c349 {
        font-size: 0.7rem;
    }
    
    .east_eda0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .east_eda0 .frame_5da3 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .paper-1a32 {
        display: none;
    }
    
    .layout-last-36b9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .smooth_a908 {
        padding: 20px 10px;
    }
    
    .last_8cc1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid-2591,
    .search_2951 {
        padding: 15px;
    }
    
    .row_d392 {
        flex-direction: column;
        gap: 5px;
    }
    
    .huge-7044 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .accent-4b89 {
        padding: 30px 10px;
    }
    
    .lower_ed71 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused_f5a9 {
        padding: 20px 15px;
    }
    
    .alert_fluid_68b3 {
        font-size: 2rem;
    }
    
    .focused_f5a9 h3 {
        font-size: 1.1rem;
    }
    
    .focused_f5a9 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .blue-6020 {
        padding: 20px 10px;
    }
    
    .panel-e144 h2 {
        font-size: 1.3rem;
    }
    
    .tabs-2987 {
        font-size: 0.9rem;
    }
    
    .clean-d337 h3 {
        font-size: 1.1rem;
    }
    
    .clean-d337 p {
        font-size: 0.9rem;
    }
    
    .search-fast-b324 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .content_complex_0569 {
        grid-template-columns: 1fr;
    }
    
    .overlay-tall-0bd6 {
        font-size: 0.85rem;
    }
    
    .gold-7574 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner_2824 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .inner_2824 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .active-south-d723 {
        padding: 30px 10px;
    }
    
    .wrapper_c725 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-green-ae05 {
        padding: 15px 10px;
    }
    
    .progress-green-ae05 h4 {
        font-size: 0.9rem;
    }
    
    .progress-green-ae05 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .bronze-f983 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wrapper_c725 {
        grid-template-columns: 1fr;
    }
    
    .progress-green-ae05 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .mask_1b29 {
        padding: 30px 10px;
    }
    
    .lite-fd15 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_c5e5 {
        padding: 15px;
    }
    
    .image_smooth_87bd {
        font-size: 0.9rem;
    }
    
    .sort_ef28 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sort_ef28 .outline_purple_fb32 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .pagination_61ae {
        padding: 30px 10px;
    }
    
    .pagination_61ae h2 {
        font-size: 1.2rem;
    }
    
    .panel-3d30 {
        gap: 10px;
    }
    
    .gradient-brown-7f03 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .gradient-brown-7f03 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .progress_5135 {
        padding: 30px 10px;
    }
    
    .progress_5135 h2 {
        font-size: 1.2rem;
    }
    
    .pressed-dbec {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small_8b1b {
        padding: 15px 10px;
    }
    
    .small_8b1b h4 {
        font-size: 0.85rem;
    }
    
    .small_8b1b p {
        font-size: 0.75rem;
    }
    
    .banner-e049 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .fixed_5200 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tertiary-blue-ecd5 {
        padding: 20px 10px;
    }
    
    .rough-1848 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .block_solid_c937,
    .fresh-339a,
    .filter_easy_2a27 {
        width: 100%;
    }
    
    .block_solid_c937 h3 {
        font-size: 1.1rem;
    }
    
    .block_solid_c937 p {
        font-size: 0.8rem;
    }
    
    .component-55e9 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .in-40c0 {
        padding: 30px 10px;
    }
    
    .in-40c0 h3 {
        font-size: 1.2rem;
    }
    
    .fluid_e949 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner-964a {
        padding: 15px 10px;
    }
    
    .inner-964a h4 {
        font-size: 0.85rem;
    }
    
    .inner-964a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .north-af5a {
        padding: 30px 15px;
    }
    
    .card-adf3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .preview-b3b6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .gold_bebd h4 {
        font-size: 0.9rem;
    }
    
    .gold_bebd a {
        font-size: 0.8rem;
    }
    
    .copper_294d {
        font-size: 0.8rem;
    }
    
    .modal-3def p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .surface_d8c3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tooltip_pink_642b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 99f3 */
.promo-block-l5 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
