/* Inner Page Styles */

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

.frame-yellow-886a 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);
}

.frame-yellow-886a 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);
}

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

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

.narrow_5dbb .description-lower-2a63 {
    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;
}

.narrow_5dbb .description-lower-2a63::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.narrow_5dbb .description-lower-2a63:hover::before {
    left: 100%;
}

.narrow_5dbb .description-lower-2a63:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

.summary-3332 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-3332 img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

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

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

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

.progress-simple-8f08 {
    color: var(--casino-gold-light);
}

.progress-simple-8f08 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.progress-simple-8f08 a:hover {
    color: var(--casino-gold-light);
}

.progress-simple-8f08.fn-active-8c28 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gas-7fc7 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 */
.tabs_easy_b00f {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.item-white-e95a {
    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-white-e95a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

.item-white-e95a:hover::before {
    left: 100%;
}

.item-white-e95a 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-white-e95a 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-white-e95a .upper_54ac {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.item-white-e95a .upper_54ac:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.active-5cc2 {
    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);
}

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

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

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

.active-5cc2 .upper_54ac {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.active-5cc2 .upper_54ac:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .frame-yellow-886a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .frame-yellow-886a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .frame-yellow-886a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .narrow_5dbb {
        justify-content: center;
    }
    
    .narrow_76ba {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .narrow_db7a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .notice_out_9070 {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar_863d {
        padding: var(--md-spacing-md);
    }
    
    .heading-purple-762b {
        padding: var(--md-spacing-md) 0;
    }
    
    .gas-7fc7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .active-5cc2 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .stone-463c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .avatar_863d {
        padding: var(--md-spacing-sm);
    }
    
    .box-large-c2c9 {
        padding: var(--md-spacing-md);
    }
    
    .gas-7fc7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.box-large-c2c9,
.gas-7fc7,
.active-5cc2 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.box-wood-4d45 {
    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);
}

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

.text-next-b5b9 {
    font-size: 1.5rem;
}

.list_c0ef strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.sidebar-motion-d839 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-8907 strong {
    color: #00ff88;
}

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

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

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

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

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

.sidebar-short-f2f0::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;
}

.inner-0ce6 {
    text-align: center;
    margin-bottom: 30px;
}

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

.full-a62e.tabs-mini-cd7d .primary_red_8bdc {
    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); }
}

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

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

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

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

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

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

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

.hidden-east-eaea {
    font-size: 1.2rem;
}

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

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

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

.sort-dark-5cdb {
    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-dark-5cdb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.sort-dark-5cdb.bottom-1546::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.sort-dark-5cdb.mask-dirty-6450::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort-dark-5cdb.slider_2fdd::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.sort-dark-5cdb.table-c8e2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.content-dark-f4a5 {
    font-size: 1.2rem;
}

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

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

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

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

.thumbnail-huge-3388.info-470e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.thumbnail-huge-3388.fn-active-8c28 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.search-96e0 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.footer-5575 { border-top: 3px solid #00ccff; }
.layout_2d4e { border-top: 3px solid #00ff88; }
.panel_753f { border-top: 3px solid #d4af37; }
.outline_wide_6a6c { border-top: 3px solid #ff6b6b; }
.focus-40dc { border-top: 3px solid #8b5cf6; }

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

.label-plasma-1e4d {
    overflow-x: auto;
}

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

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

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

.component-ab3e td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status-cool-2419 {
    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;
}

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

.article-fresh-4796 p {
    color: #888;
    font-size: 0.9rem;
}

.header-25eb {
    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;
}

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

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

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

.status-729c {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.highlight-bottom-1cfa {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.thick-98bb {
    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;
}

.thick-98bb::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);
}

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

.thick-98bb h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

.hidden-green-1d11 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.element_action_f0d3 {
    font-size: 1.5rem;
}

.tooltip-dim-5aca {
    color: #888;
    font-size: 0.9rem;
}

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

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

.chip_1299 {
    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-copper-3315 {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

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

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

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

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

.nav-884d {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.content_soft_e5b9 .clean_8974 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.list-bronze-c379 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.row-dim-3dc6 {
    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;
}

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

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

.short-367c span {
    color: #666;
    font-size: 0.8rem;
}

.short-367c a {
    color: #ff6b6b;
}

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

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

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

.red-75dd {
    text-align: center;
}

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

.red-75dd .preview_4fd5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.backdrop-south-245f {
    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;
}

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

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

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

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

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

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

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

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

.backdrop-hard-5976 {
    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;
}

.backdrop-hard-5976.cold_4a3b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.notice-middle-2d46 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.prev-6ff5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.video_7d76 .hero_last_4775 {
    color: #666;
    margin: 0 8px;
}

.video_7d76 .secondary_0ecd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.heading-inner-984c {
    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;
}

.plasma-1b40 {
    font-size: 2rem;
}

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

.avatar_e72d strong {
    color: #d4af37;
}

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

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

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

.fast-870b h3,
.element_advanced_e1df h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.photo_9f7b strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.overlay-motion-9717 {
    background: #0a0a0a;
    padding: 30px 0;
}

.carousel-static-5d73 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.panel-574f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.detail-8846 strong {
    color: #d4af37;
}

.panel-fe6d {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gold-4a11 {
    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;
}

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

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

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

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

.mask_solid_6e77 strong {
    color: #d4af37;
}

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

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

.basic_95a6 strong {
    color: #00ff88;
}

.basic_95a6 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.tooltip-hard-6de3 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.tabs-bright-bdb5 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left-3fa2 {
    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;
}

.chip-west-941b {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.chip-west-941b strong {
    color: #00ff88;
}

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

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

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

.light-196f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .light-196f {
        flex-direction: column;
    }
    
    .alert_2e60 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.slider-action-dda6 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .dropdown-up-cad0 {
        padding: 30px 15px;
    }
    
    .dropdown-up-cad0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .secondary_2e51 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .active_active_3976 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .avatar-ea4d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .avatar-ea4d .prev-1a6f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .description_stone_4ef3 {
        font-size: 1.3rem;
    }
    
    .slider_large_e268 {
        font-size: 0.7rem;
    }
    
    .media_76ce {
        flex-direction: column;
        gap: 10px;
    }
    
    .media_76ce .upper_54ac {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .orange-f42d {
        display: none;
    }
    
    .panel-5b93 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .surface_dim_7f6a {
        padding: 20px 10px;
    }
    
    .next-e1db {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .small_921c,
    .outline_advanced_4078 {
        padding: 15px;
    }
    
    .tabs-bright-bdb5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .easy-f87c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .soft_dbba {
        padding: 30px 10px;
    }
    
    .image_bee5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border_north_6752 {
        padding: 20px 15px;
    }
    
    .east_4dcf {
        font-size: 2rem;
    }
    
    .border_north_6752 h3 {
        font-size: 1.1rem;
    }
    
    .border_north_6752 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .notice-c47e {
        padding: 20px 5px;
    }
    
    .notice-c47e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tertiary-black-4f7f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .component-ab3e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .component-ab3e th,
    .component-ab3e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .slider_stale_e242 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .search_ffa3 {
        padding: 20px 10px;
    }
    
    .carousel-under-9aad h2 {
        font-size: 1.3rem;
    }
    
    .backdrop-medium-355d {
        font-size: 0.9rem;
    }
    
    .form_liquid_58fc h3 {
        font-size: 1.1rem;
    }
    
    .form_liquid_58fc p {
        font-size: 0.9rem;
    }
    
    .iron_8684 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .texture-48ef {
        grid-template-columns: 1fr;
    }
    
    .mask_solid_6e77 {
        font-size: 0.85rem;
    }
    
    .detail-4d0d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gold-4a11 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gold-4a11 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .brown_a869 {
        padding: 30px 10px;
    }
    
    .upper_25ea {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-beb9 {
        padding: 15px 10px;
    }
    
    .progress-beb9 h4 {
        font-size: 0.9rem;
    }
    
    .progress-beb9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .north_9a01 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .iron_514a {
        padding: 30px 10px;
    }
    
    .pagination-c49e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .main_38ab {
        padding: 15px;
    }
    
    .fluid_15fa {
        font-size: 0.9rem;
    }
    
    .message_bb19 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message_bb19 .feature-out-6830 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .accent-paper-cb70 {
        padding: 30px 10px;
    }
    
    .accent-paper-cb70 h2 {
        font-size: 1.2rem;
    }
    
    .mask_215a {
        gap: 10px;
    }
    
    .cool_80cd summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .cool_80cd p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .wrapper-pro-e79d {
        padding: 30px 10px;
    }
    
    .wrapper-pro-e79d h2 {
        font-size: 1.2rem;
    }
    
    .label-92ff {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-hard-d2d7 {
        padding: 15px 10px;
    }
    
    .filter-hard-d2d7 h4 {
        font-size: 0.85rem;
    }
    
    .filter-hard-d2d7 p {
        font-size: 0.75rem;
    }
    
    .content-wide-6d2f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .thick_808d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .description-liquid-f03f {
        padding: 20px 10px;
    }
    
    .action-9053 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .shade_wide_9646,
    .in-7316,
    .short-367c {
        width: 100%;
    }
    
    .shade_wide_9646 h3 {
        font-size: 1.1rem;
    }
    
    .shade_wide_9646 p {
        font-size: 0.8rem;
    }
    
    .row-dim-3dc6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .message-upper-4422 {
        padding: 30px 15px;
    }
    
    .input-82fe {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .accent-46be {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .row-center-7f48 h4 {
        font-size: 0.9rem;
    }
    
    .row-center-7f48 a {
        font-size: 0.8rem;
    }
    
    .modal-dc44 {
        font-size: 0.8rem;
    }
    
    .detail_9e43 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .out-8faf {
        padding: 8px 10px;
    }
    
    .highlight_dim_e185 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .disabled-0fbb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .highlight_dim_e185 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .disabled-0fbb {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 407b */
.promo-block-t8 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
