/* Inner Page Styles */

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

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

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

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

.article-upper-51ec {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.article-upper-51ec .layout-434c {
    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;
}

.article-upper-51ec .layout-434c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.article-upper-51ec .layout-434c:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.article-upper-51ec .layout-434c:hover::before {
    left: 100%;
}

.article-upper-51ec .layout-434c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.notice-north-0dec {
    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);
}

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

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

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

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

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

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

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

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

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

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

.info-inner-99df {
    color: var(--casino-gold-light);
}

.info-inner-99df a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.info-inner-99df a:hover {
    color: var(--casino-gold-light);
}

.info-inner-99df.fn-active-55a2 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* CTA Section */
.table_e8ef {
    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-ff38 {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

.text-basic-a2f8 {
    padding: var(--md-spacing-md) 0;
}

.form-bright-129d {
    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%;
}

.form-bright-129d 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 */
.surface_e68a {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.border_21d4 .layout_right_2e09:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.left_7fa8 .layout_right_2e09:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .focused_ffba {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .focused_ffba h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .focused_ffba h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .article-upper-51ec {
        justify-content: center;
    }
    
    .notice-north-0dec {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .button-bronze-0731 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .lower-0821 {
        padding: var(--md-spacing-md) 0;
    }
    
    .video_d8ea {
        padding: var(--md-spacing-md);
    }
    
    .stale-ff38 {
        padding: var(--md-spacing-md) 0;
    }
    
    .form-bright-129d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .left_7fa8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .surface_e357 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .video_d8ea {
        padding: var(--md-spacing-sm);
    }
    
    .warm_762c {
        padding: var(--md-spacing-md);
    }
    
    .form-bright-129d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.warm_762c,
.form-bright-129d,
.left_7fa8 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.caption-out-c36f::-webkit-scrollbar {
    width: 8px;
}

.caption-out-c36f::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.paragraph_15cc {
    font-size: 1.5rem;
}

.selected_f16d strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.media-dim-f04f {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .shade-west-57b9 {
        grid-template-columns: 1fr;
    }
}

/* Expert Tips Compact */
.sidebar-next-410a {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.notice-current-7bfa {
    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;
}

.notice-current-7bfa strong {
    color: #00ff88;
}

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

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

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

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

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

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

.item-hot-121c {
    text-align: center;
    margin-bottom: 30px;
}

.progress-new-fb31 {
    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;
}

.progress-new-fb31.carousel_south_bf62 .backdrop-3ee8 {
    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); }
}

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

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

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

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

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

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

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

.chip_up_f238 {
    font-size: 1.2rem;
}

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

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

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

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

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

.box_purple_17d2.block_basic_5652::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.box_purple_17d2.badge_a952::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.box_purple_17d2.icon_white_6e4f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.box_purple_17d2.dim-7713::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.icon_medium_599f {
    font-size: 1.2rem;
}

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

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

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

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

.gas-db2c.column-0c86 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gas-db2c.fn-active-55a2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.photo-hot-95e1 {
    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;
}

.photo-hot-95e1:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.photo-hot-95e1.cool_28d9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.gallery-ed22 { border-top: 3px solid #00ccff; }
.aside-down-4652 { border-top: 3px solid #00ff88; }
.shade-d547 { border-top: 3px solid #d4af37; }
.gradient_active_2e87 { border-top: 3px solid #ff6b6b; }
.accent-inner-75b6 { border-top: 3px solid #8b5cf6; }

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

.grid_purple_e168 {
    overflow-x: auto;
}

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

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

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

.accent_south_6d85 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.tabs-549e {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.soft-476a {
    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;
}

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

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

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

.header_plasma_9902 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.menu-tall-3047 {
    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;
}

.menu-tall-3047::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);
}

.full-2b31 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.hero_b2f6 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

.block-bright-13be {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.block-bright-13be .first-d69b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.fast_9619 .logo_f56b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.logo_basic_11a2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-963e {
    display: flex;
    align-items: center;
    gap: 10px;
}

.heading-hard-77d7 {
    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;
}

.tertiary-963e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.background-east-5b2f span {
    color: #666;
    font-size: 0.8rem;
}

.background-east-5b2f a {
    color: #ff6b6b;
}

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

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

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

.popup_3c7c {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.tall-859c {
    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;
}

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

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

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

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

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

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

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

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

.middle-9d07 {
    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;
}

.middle-9d07.cool_28d9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.background-west-9e15 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .nav-under-a08c {
        flex-direction: column;
    }
    .tabs_stale_d0e9 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.tertiary-107c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.image-c620 .lower_5a7a {
    color: #666;
    margin: 0 8px;
}

.image-c620 .link-orange-cc60 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.texture-narrow-7b75 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.wide_c55b {
    font-size: 2rem;
}

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

.filter_hot_c626 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.icon-95f5 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.wrapper-6717 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

.backdrop-35da {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.backdrop-35da strong {
    color: #d4af37;
}

.item-fixed-ed64 {
    color: #aaa;
}

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

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

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

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

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

.block-blue-c389 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.component-340d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.component-340d 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;
}

.component-340d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.filter-0ed4 strong {
    color: #d4af37;
}

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

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

.next_785e strong {
    color: #00ff88;
}

.next_785e span {
    color: #d4af37;
}

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

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

.surface-inner-ff81 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.focus-new-2138 {
    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);
}

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

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

.gradient-liquid-68e4 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag_copper_171b strong {
    color: #00ff88;
}

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

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

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

.background-bright-8c49 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .background-bright-8c49 {
        flex-direction: column;
    }
    
    .panel-8b49 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.last-f811 .tag-ac96 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .article_bc4f {
        padding: 30px 15px;
    }
    
    .article_bc4f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dynamic_5aed {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .header_prev_6788 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .summary-426b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .summary-426b .section_e0ff {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .active-west-fa40 {
        font-size: 1.3rem;
    }
    
    .inner_5cc3 {
        font-size: 0.7rem;
    }
    
    .description-large-aaef {
        flex-direction: column;
        gap: 10px;
    }
    
    .description-large-aaef .layout_right_2e09 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .current_460f {
        display: none;
    }
    
    .green-cdb5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hard_f799 {
        padding: 20px 10px;
    }
    
    .surface-inner-ff81 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link_pro_3b0a,
    .gradient-liquid-68e4 {
        padding: 15px;
    }
    
    .sort_2643 {
        flex-direction: column;
        gap: 5px;
    }
    
    .focus-new-2138 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .nav-11da {
        padding: 30px 10px;
    }
    
    .tall_7496 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail_af2e {
        padding: 20px 15px;
    }
    
    .selected-b78c {
        font-size: 2rem;
    }
    
    .detail_af2e h3 {
        font-size: 1.1rem;
    }
    
    .detail_af2e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .box-steel-5a25 {
        padding: 20px 10px;
    }
    
    .out-fe6f h2 {
        font-size: 1.3rem;
    }
    
    .notification_hard_72e8 {
        font-size: 0.9rem;
    }
    
    .widget_hard_afa3 h3 {
        font-size: 1.1rem;
    }
    
    .widget_hard_afa3 p {
        font-size: 0.9rem;
    }
    
    .component-340d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .badge_simple_be13 {
        grid-template-columns: 1fr;
    }
    
    .filter-0ed4 {
        font-size: 0.85rem;
    }
    
    .summary-ff58 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .center-bfb3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .center-bfb3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .link-7198 {
        padding: 30px 10px;
    }
    
    .media_steel_d0ae {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading_0626 {
        padding: 15px 10px;
    }
    
    .heading_0626 h4 {
        font-size: 0.9rem;
    }
    
    .heading_0626 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .overlay_92cf {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .down_779f {
        padding: 30px 10px;
    }
    
    .tertiary_stone_bc7e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .highlight-hot-45f1 {
        padding: 15px;
    }
    
    .highlight_dim_f5a0 {
        font-size: 0.9rem;
    }
    
    .title-02b5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title-02b5 .item_721b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .texture_purple_14d7 {
        padding: 30px 10px;
    }
    
    .texture_purple_14d7 h2 {
        font-size: 1.2rem;
    }
    
    .footer-under-bd13 {
        gap: 10px;
    }
    
    .shadow_white_0fbc summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .shadow_white_0fbc p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .preview_a597 {
        padding: 30px 10px;
    }
    
    .preview_a597 h2 {
        font-size: 1.2rem;
    }
    
    .article_e991 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .description_copper_0848 {
        padding: 15px 10px;
    }
    
    .description_copper_0848 h4 {
        font-size: 0.85rem;
    }
    
    .description_copper_0848 p {
        font-size: 0.75rem;
    }
    
    .fluid_4d0b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .column_motion_aa84 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dropdown_outer_ba05 {
        padding: 20px 10px;
    }
    
    .bronze-a217 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .input_outer_1bd4,
    .tertiary-963e,
    .background-east-5b2f {
        width: 100%;
    }
    
    .input_outer_1bd4 h3 {
        font-size: 1.1rem;
    }
    
    .input_outer_1bd4 p {
        font-size: 0.8rem;
    }
    
    .heading-hard-77d7 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .feature-inner-90c4 {
        padding: 30px 10px;
    }
    
    .feature-inner-90c4 h3 {
        font-size: 1.2rem;
    }
    
    .old-6d7d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .left_7fa8 {
        padding: 15px 10px;
    }
    
    .left_7fa8 h4 {
        font-size: 0.85rem;
    }
    
    .left_7fa8 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hero-44e7 {
        padding: 30px 15px;
    }
    
    .title_1c64 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .mask_steel_b927 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .carousel-abf8 h4 {
        font-size: 0.9rem;
    }
    
    .carousel-abf8 a {
        font-size: 0.8rem;
    }
    
    .image-simple-5506 {
        font-size: 0.8rem;
    }
    
    .summary-e8f0 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tooltip-7e13 {
        padding: 8px 10px;
    }
    
    .mini_31e7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .content-orange-5696 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .mini_31e7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .content-orange-5696 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5162 */
.promo-block-e4 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
