/* Inner Page Styles */

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

.text-lower-82c7 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);
}

.text-lower-82c7 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);
}

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

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

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

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

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

.paragraph_black_e656 .hover_44fa:hover::before {
    left: 100%;
}

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

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

.summary-11ca {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel_180f.fn-active-5ae1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-481e:hover::before {
    left: 100%;
}

.texture-481e 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;
}

.texture-481e 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;
}

.texture-481e .thumbnail-9652 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.texture-481e .thumbnail-9652:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.gallery-paper-8f2c {
    margin-top: var(--md-spacing-sm);
}

.over-5cda {
    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);
}

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

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

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

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

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

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

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

.center-ad10 .thumbnail-9652 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.center-ad10 .thumbnail-9652:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .text-lower-82c7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .text-lower-82c7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .text-lower-82c7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .paragraph_black_e656 {
        justify-content: center;
    }
    
    .summary-11ca {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .new_7573 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .tabs_plasma_8011 {
        padding: var(--md-spacing-md) 0;
    }
    
    .main_03f4 {
        padding: var(--md-spacing-md);
    }
    
    .stale-12bf {
        padding: var(--md-spacing-md) 0;
    }
    
    .overlay_action_89cf {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .center-ad10 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .first_0392 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .main_03f4 {
        padding: var(--md-spacing-sm);
    }
    
    .plasma-cae4 {
        padding: var(--md-spacing-md);
    }
    
    .overlay_action_89cf {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.plasma-cae4,
.overlay_action_89cf,
.center-ad10 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.title-clean-c1db {
    font-size: 1.5rem;
}

.large-065e strong {
    color: #00ff88;
}

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

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

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

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

.stale-1ac5 {
    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;
}

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

.stale-1ac5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.stale-1ac5 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.stone_f677 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.card-black-700f {
    text-align: center;
    margin-bottom: 30px;
}

.dirty-683f {
    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;
}

.dirty-683f.item_liquid_0e55 .video_eb41 {
    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); }
}

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

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

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

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

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

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

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

.sidebar-top-3c24 {
    font-size: 1.2rem;
}

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

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

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

.list-small-17e3 {
    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;
}

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

.list-small-17e3.media-006e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.list-small-17e3.caption_hard_0894::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list-small-17e3.black-75aa::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.list-small-17e3.frame-e834::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.shadow-short-3fb1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.breadcrumb_df45 {
    font-size: 1.2rem;
}

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

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

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

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

.north-2b90.row-iron-647d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.north-2b90.fn-active-5ae1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.primary-small-b17b {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.wide_8022.north-91f7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.component_3344 { border-top: 3px solid #00ccff; }
.highlight-bfe0 { border-top: 3px solid #00ff88; }
.last_107b { border-top: 3px solid #d4af37; }
.summary_e803 { border-top: 3px solid #ff6b6b; }
.slider-f274 { border-top: 3px solid #8b5cf6; }

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

.top_f94c {
    overflow-x: auto;
}

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

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

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

.description-dc72 td {
    color: #ccc;
}

.description-dc72 .primary-3306 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.iron-0a24 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.plasma-4d0e {
    color: #888;
    font-size: 0.85rem;
}

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

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

.button-731e {
    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;
}

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

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

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

.black-9ce4 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.status-up-1577 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hovered_0dad {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav_c7d3 .column-static-02e7 {
    margin-bottom: 10px;
}

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

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

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

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

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

.text-wide-06c9 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 */
.black-6f13 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

.hero-28f5 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.section-in-b34b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.brown-e924 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.brown-e924 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.over_4ae1 a {
    color: #ff6b6b;
}

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

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

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

.active_old_c16b {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-pink-147a {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.column-f44e.north-91f7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .shade_narrow_3421 {
        flex-direction: column;
    }
    .photo-dark-b610 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.mask-selected-e94a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.backdrop-inner-82e9 .description_center_ad4c {
    color: #666;
    margin: 0 8px;
}

.backdrop-inner-82e9 .top_ce5d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.pattern-003d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.panel_d1f2 {
    font-size: 2rem;
}

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

.thumbnail-under-ed26 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.outline-orange-2aa2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.advanced-e89a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.large-fd71 strong {
    color: #d4af37;
}

.thick_5cd5 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.info-27f8 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.info-27f8 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;
}

.info-27f8 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.progress-bb47 strong {
    color: #d4af37;
}

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

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

.background_30c2 strong {
    color: #00ff88;
}

.background_30c2 span {
    color: #d4af37;
}

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

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

.list-8d1c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.button-red-c9f8 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-clean-c1ee ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-clean-c1ee li {
    margin-bottom: 5px;
}

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

.link-clean-c1ee a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.hidden-pressed-0bb6 {
    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;
}

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

.frame_d406 strong {
    color: #00ff88;
}

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

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

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

.dropdown-fresh-0cb6 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.carousel-hovered-4d52 {
    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;
}

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

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

@media (max-width: 768px) {
    .dropdown-fresh-0cb6 {
        flex-direction: column;
    }
    
    .carousel-hovered-4d52 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .section-136b {
        padding: 30px 15px;
    }
    
    .section-136b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid-874b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .carousel-focused-df3d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .media-smooth-270e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-smooth-270e .modal_small_f8e1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .progress_purple_c4ac {
        font-size: 1.3rem;
    }
    
    .dim-ebb4 {
        font-size: 0.7rem;
    }
    
    .section_e173 {
        flex-direction: column;
        gap: 10px;
    }
    
    .section_e173 .thumbnail-9652 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .static-075e {
        display: none;
    }
    
    .primary_feb0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .middle_9c09 {
        padding: 20px 10px;
    }
    
    .list-8d1c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .yellow_096b,
    .red-46e6 {
        padding: 15px;
    }
    
    .carousel_10bc {
        flex-direction: column;
        gap: 5px;
    }
    
    .thick_cf4c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .heading_dirty_4bde {
        padding: 30px 10px;
    }
    
    .slider_smooth_f7c3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accent-19eb {
        padding: 20px 15px;
    }
    
    .aside-cda3 {
        font-size: 2rem;
    }
    
    .accent-19eb h3 {
        font-size: 1.1rem;
    }
    
    .accent-19eb p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .prev_6a26 {
        padding: 20px 5px;
    }
    
    .prev_6a26 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .dropdown-bottom-0ad6 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .description-dc72 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .description-dc72 th,
    .description-dc72 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .gradient-south-72e8 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .accent-liquid-298a {
        padding: 20px 10px;
    }
    
    .accent-ddb4 h2 {
        font-size: 1.3rem;
    }
    
    .active_up_7d70 {
        font-size: 0.9rem;
    }
    
    .pagination_middle_7b04 h3 {
        font-size: 1.1rem;
    }
    
    .pagination_middle_7b04 p {
        font-size: 0.9rem;
    }
    
    .info-27f8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .panel-422a {
        grid-template-columns: 1fr;
    }
    
    .progress-bb47 {
        font-size: 0.85rem;
    }
    
    .cold-3680 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .new_5392 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .new_5392 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .layout_d013 {
        padding: 30px 10px;
    }
    
    .modal-under-3d77 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary-active-17d2 {
        padding: 15px 10px;
    }
    
    .summary-active-17d2 h4 {
        font-size: 0.9rem;
    }
    
    .summary-active-17d2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .icon-lite-ca74 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .modal-under-3d77 {
        grid-template-columns: 1fr;
    }
    
    .summary-active-17d2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .short-daf5 {
        padding: 30px 10px;
    }
    
    .nav-top-4b76 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .plasma-04ad {
        padding: 15px;
    }
    
    .info-0782 {
        font-size: 0.9rem;
    }
    
    .thumbnail_4e46 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail_4e46 .disabled_e373 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .section_713e {
        padding: 30px 10px;
    }
    
    .section_713e h2 {
        font-size: 1.2rem;
    }
    
    .progress-plasma-2357 {
        gap: 10px;
    }
    
    .hovered_404e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .hovered_404e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .status_21e2 {
        padding: 30px 10px;
    }
    
    .status_21e2 h2 {
        font-size: 1.2rem;
    }
    
    .active-4963 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .first_6c15 {
        padding: 15px 10px;
    }
    
    .first_6c15 h4 {
        font-size: 0.85rem;
    }
    
    .first_6c15 p {
        font-size: 0.75rem;
    }
    
    .module_short_b8ad {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .menu-east-1c13 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .main-wide-7a3c {
        padding: 20px 10px;
    }
    
    .focus_2566 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .modal_slow_1f7b,
    .brown-e924,
    .over_4ae1 {
        width: 100%;
    }
    
    .modal_slow_1f7b h3 {
        font-size: 1.1rem;
    }
    
    .modal_slow_1f7b p {
        font-size: 0.8rem;
    }
    
    .element_next_2944 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .right_704a {
        padding: 30px 15px;
    }
    
    .right_704a h2 {
        font-size: 1.3rem;
    }
    
    .right_704a p {
        font-size: 0.85rem;
    }
    
    .search_b5ec {
        flex-direction: column;
        gap: 10px;
    }
    
    .search_b5ec .thumbnail-9652 {
        width: 100%;
    }
    
    .badge-8957 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .chip_c37b {
        padding: 30px 15px;
    }
    
    .search-6bcc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .heading_out_d80b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thumbnail-3f2a h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail-3f2a a {
        font-size: 0.8rem;
    }
    
    .column-2f72 {
        font-size: 0.8rem;
    }
    
    .black_ea18 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .notification-gas-8084 {
        padding: 8px 10px;
    }
    
    .shade-606c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .clean_92e3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shade-606c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean_92e3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4a38 */
.widget-item-h2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
