/* Inner Page Styles */

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

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

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

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

.label-67d4 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.label-67d4 .button_21ee {
    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;
}

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

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

.label-67d4 .button_21ee:hover::before {
    left: 100%;
}

.label-67d4 .button_21ee:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.summary-stone-3d00 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.photo-bottom-577e {
    color: var(--casino-gold-light);
}

.photo-bottom-577e a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.photo-bottom-577e a:hover {
    color: var(--casino-gold-light);
}

.photo-bottom-577e.fn-active-b376 {
    color: var(--casino-gold-light);
}

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

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

.fast-656e {
    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);
}

.fast-656e 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);
}

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

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

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

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

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

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

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

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

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

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

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

.menu-static-9ba6 {
    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%;
}

.menu-static-9ba6 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 */
.photo_east_5867 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.gas-c8fd:hover::before {
    left: 100%;
}

.gas-c8fd 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;
}

.gas-c8fd 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;
}

.gas-c8fd .center-73cf {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.gas-c8fd .center-73cf:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.thumbnail-hot-06c9 {
    margin-top: var(--md-spacing-sm);
}

.out-da8f {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

.hero_e792 .center-73cf {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hero_e792 .center-73cf:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .old-f403 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .old-f403 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .old-f403 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .label-67d4 {
        justify-content: center;
    }
    
    .dirty_2e63 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .badge_thick_fa32 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .popup_blue_8316 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fast-656e {
        padding: var(--md-spacing-md);
    }
    
    .overlay_d8e3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .menu-static-9ba6 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hero_e792 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .paragraph_9ab4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .fast-656e {
        padding: var(--md-spacing-sm);
    }
    
    .link-simple-bbdd {
        padding: var(--md-spacing-md);
    }
    
    .menu-static-9ba6 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.link-simple-bbdd,
.menu-static-9ba6,
.hero_e792 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.block-e837::-webkit-scrollbar {
    width: 8px;
}

.block-e837::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.panel_6e43 {
    font-size: 1.5rem;
}

.pagination-0068 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .tertiary-down-32a8 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .table_medium_590b {
        margin-left: 0;
    }
}

/* Main Content Compact */
.tertiary-narrow-2e17 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hero_ee93 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.table-8aff {
    text-align: center;
    margin-bottom: 30px;
}

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

.bronze_1e14.message-blue-8b35 .aside-591d {
    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); }
}

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

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

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

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

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

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

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

.component_3006 {
    font-size: 1.2rem;
}

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

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

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

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

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

.header_0a71.chip_4b7f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.header_0a71.warm-41fb::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.header_0a71.description_10a0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.header_0a71.green_40d2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.icon-wide-a15c {
    font-size: 1.2rem;
}

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

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

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

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

.highlight-pink-76ee.east_6e89 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight-pink-76ee.fn-active-b376 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.wrapper-6db0 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.active-981d {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.new-4fc6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.thumbnail_1e19.banner-3d28 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.paragraph_new_bb9b { border-top: 3px solid #00ccff; }
.silver-0467 { border-top: 3px solid #00ff88; }
.frame-fast-b9d5 { border-top: 3px solid #d4af37; }
.mask-4671 { border-top: 3px solid #ff6b6b; }
.chip-9154 { border-top: 3px solid #8b5cf6; }

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

.soft_072b {
    overflow-x: auto;
}

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

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

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

.short-3846 td {
    color: #ccc;
}

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

.short-3846 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .header-old-832c {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.paragraph-wide-405b {
    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;
}

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

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

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

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

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

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

.aside_tiny_72d9 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.panel-1331::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);
}

.gradient-simple-9e61 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.frame-stale-7de7 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.highlight-55dc {
    font-size: 1.5rem;
}

.active-slow-d0f6 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.link_d00e .search-b6ec {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.menu-right-fa95 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.wide-88dc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.card-82cc {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.gold-6b1f {
    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;
}

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

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

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

.clean_b923 a {
    color: #ff6b6b;
}

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

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

.breadcrumb-221a {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.shade_ba74 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-medium-01ff {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.smooth-0210.banner-3d28 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .image-medium-01ff {
        flex-direction: column;
    }
    .down_fc92 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.carousel-upper-1c65 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.popup-up-a96b .large-0363 {
    color: #666;
    margin: 0 8px;
}

.popup-up-a96b .east-d3b2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.card_d90f {
    font-size: 2rem;
}

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

.mask_8949 strong {
    color: #d4af37;
}

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

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

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

.detail-in-cb47 h3,
.west_c452 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.north-5ba3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.large-9f14 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.frame-simple-5bd6 strong {
    color: #00ff88;
}

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

.notice-lower-d398 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.plasma-2a5e h3,
.popup_light_1c88 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.status-fe53 strong {
    color: #d4af37;
}

.warm_21b6 {
    color: #aaa;
}

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

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

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

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

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

.tag-5e7d {
    max-width: 900px;
    margin: 0 auto;
}

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

.label-64b5:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-1797 strong {
    color: #d4af37;
}

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

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

.out_c559 strong {
    color: #00ff88;
}

.out_c559 span {
    color: #d4af37;
}

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

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

.menu-dark-215d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.message-fluid-948f {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.orange-34d1 {
    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);
}

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

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

.input-down-9bb4 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .card-silver-39a4 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.purple_d58f strong {
    color: #00ff88;
}

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

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

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

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

.warm-5c30 {
    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;
}

.element-pink-a6b5 {
    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;
}

.card-82cc {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .dim_6130 {
        flex-direction: column;
    }
    
    .warm-5c30 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.hero-in-4aee {
    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;
}

.hero-in-4aee: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) {
    .hero-in-4aee {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .hero-in-4aee {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .mask-fixed-384e {
        padding: 30px 15px;
    }
    
    .mask-fixed-384e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .row-south-9753 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .logo_complex_0809 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .title-2e91 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title-2e91 .selected-5d93 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .slider-da9a {
        font-size: 1.3rem;
    }
    
    .middle_676c {
        font-size: 0.7rem;
    }
    
    .accent-right-c87a {
        flex-direction: column;
        gap: 10px;
    }
    
    .accent-right-c87a .center-73cf {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hard-0637 {
        display: none;
    }
    
    .hard_38f0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gradient-9938 {
        padding: 20px 10px;
    }
    
    .menu-dark-215d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paragraph_wide_2b62,
    .input-down-9bb4 {
        padding: 15px;
    }
    
    .breadcrumb_outer_ac72 {
        flex-direction: column;
        gap: 5px;
    }
    
    .orange-34d1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .bottom-1494 {
        padding: 30px 10px;
    }
    
    .white-6f28 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .blue_a609 {
        padding: 20px 15px;
    }
    
    .tertiary_0e40 {
        font-size: 2rem;
    }
    
    .blue_a609 h3 {
        font-size: 1.1rem;
    }
    
    .blue_a609 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .thumbnail-dynamic-1c05 {
        padding: 20px 10px;
    }
    
    .block_94d7 h2 {
        font-size: 1.3rem;
    }
    
    .paragraph-warm-36ac {
        font-size: 0.9rem;
    }
    
    .label-64b5 h3 {
        font-size: 1.1rem;
    }
    
    .label-64b5 p {
        font-size: 0.9rem;
    }
    
    .item_bottom_d33c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .gradient_4ce9 {
        grid-template-columns: 1fr;
    }
    
    .highlight-1797 {
        font-size: 0.85rem;
    }
    
    .widget_8203 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hover_c82e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hover_c82e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .background-liquid-0cec {
        padding: 30px 10px;
    }
    
    .widget-fcc9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .current_b492 {
        padding: 15px 10px;
    }
    
    .current_b492 h4 {
        font-size: 0.9rem;
    }
    
    .current_b492 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hot_acc6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .widget-fcc9 {
        grid-template-columns: 1fr;
    }
    
    .current_b492 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .element_under_f183 {
        padding: 30px 10px;
    }
    
    .rough-7535 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hot_0975 {
        padding: 15px;
    }
    
    .black-8530 {
        font-size: 0.9rem;
    }
    
    .picture_pink_d247 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .picture_pink_d247 .down-19fb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .avatar_9ee0 {
        padding: 30px 10px;
    }
    
    .avatar_9ee0 h2 {
        font-size: 1.2rem;
    }
    
    .disabled-action-4a80 {
        gap: 10px;
    }
    
    .photo_hard_f6bc summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .photo_hard_f6bc p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .black_49d9 {
        padding: 30px 10px;
    }
    
    .black_49d9 h2 {
        font-size: 1.2rem;
    }
    
    .active_fd67 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message-basic-fddc {
        padding: 15px 10px;
    }
    
    .message-basic-fddc h4 {
        font-size: 0.85rem;
    }
    
    .message-basic-fddc p {
        font-size: 0.75rem;
    }
    
    .gallery_copper_a328 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notification-299d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .left_9f38 {
        padding: 20px 10px;
    }
    
    .media-5da3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .component_8fa1,
    .preview-eadc,
    .clean_b923 {
        width: 100%;
    }
    
    .component_8fa1 h3 {
        font-size: 1.1rem;
    }
    
    .component_8fa1 p {
        font-size: 0.8rem;
    }
    
    .gold-6b1f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail_short_1ff7 {
        padding: 30px 15px;
    }
    
    .thumbnail_short_1ff7 h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail_short_1ff7 p {
        font-size: 0.85rem;
    }
    
    .focused-8e63 {
        flex-direction: column;
        gap: 10px;
    }
    
    .focused-8e63 .center-73cf {
        width: 100%;
    }
    
    .dim_ff13 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pattern-bright-4dd0 {
        padding: 30px 15px;
    }
    
    .surface_top_120e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .box-silver-d844 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .column_d83d h4 {
        font-size: 0.9rem;
    }
    
    .column_d83d a {
        font-size: 0.8rem;
    }
    
    .lower_6b7c {
        font-size: 0.8rem;
    }
    
    .frame-fast-2ee9 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .yellow_8941 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tag-f32e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a538 */
.shadow-element-y6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
