/* Inner Page Styles */

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

.up-40da 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);
}

.up-40da 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);
}

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

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

.text-fb0e .heading-small-6e17 {
    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;
}

.text-fb0e .heading-small-6e17::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.text-fb0e .heading-small-6e17:hover::before {
    left: 100%;
}

.text-fb0e .heading-small-6e17:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.box-yellow-1f89 {
    color: var(--casino-gold-light);
}

.box-yellow-1f89 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.box-yellow-1f89 a:hover {
    color: var(--casino-gold-light);
}

.box-yellow-1f89.fn-active-5d5a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-1b80 {
    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%;
}

.pattern-1b80 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 */
.highlight_25ac {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.narrow-f210:hover::before {
    left: 100%;
}

.narrow-f210 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;
}

.narrow-f210 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;
}

.narrow-f210 .out-49f6 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.narrow-f210 .out-49f6:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.short-0f0d {
    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);
}

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

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

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

.short-0f0d .out-49f6 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.short-0f0d .out-49f6:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .up-40da {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .up-40da h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .up-40da h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .text-fb0e {
        justify-content: center;
    }
    
    .copper_4128 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gallery-5ee8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .footer-8e7b {
        padding: var(--md-spacing-md) 0;
    }
    
    .preview_3065 {
        padding: var(--md-spacing-md);
    }
    
    .easy-ad28 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pattern-1b80 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .short-0f0d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .active-full-a332 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .preview_3065 {
        padding: var(--md-spacing-sm);
    }
    
    .plasma-e5e4 {
        padding: var(--md-spacing-md);
    }
    
    .pattern-1b80 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.plasma-e5e4,
.pattern-1b80,
.short-0f0d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

.in-8eee::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.background-dirty-361a {
    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);
}

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

.notice-9430 {
    font-size: 1.5rem;
}

.notice_stone_ae31 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.up-2004 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_5676 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.shadow-845c {
    text-align: center;
    margin-bottom: 30px;
}

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

.photo_thick_520d.accent-orange-c4a8 .focus-986c {
    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); }
}

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

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

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

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

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

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

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

.thick-0cfb {
    font-size: 1.2rem;
}

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

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

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

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

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

.aside-bright-b3b7.picture_west_77c5::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.aside-bright-b3b7.article_next_80ff::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.aside-bright-b3b7.section_f1d4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.aside-bright-b3b7.next_c124::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.bright-ddb1 {
    font-size: 1.2rem;
}

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

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

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

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

.active-65f4.logo_5c1c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-65f4.fn-active-5d5a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.table-basic-1951 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.pagination-yellow-ace5 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.shadow-lower-3c02 {
    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;
}

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

.shadow-lower-3c02.tag_small_568f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.outline_c75d { border-top: 3px solid #00ccff; }
.solid-a799 { border-top: 3px solid #00ff88; }
.prev_073d { border-top: 3px solid #d4af37; }
.progress-narrow-7391 { border-top: 3px solid #ff6b6b; }
.secondary-1a6e { border-top: 3px solid #8b5cf6; }

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

.badge_up_a73d {
    overflow-x: auto;
}

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

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

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

.large-6588 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-rough-d084 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.first-b565 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled-a2b0 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dim-1062 .footer_1ecb {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.table-65f9 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-229d {
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress-basic-0b79 {
    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;
}

.accent-229d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.summary_mini_ee37 a {
    color: #ff6b6b;
}

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

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

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

.stale-85f0 {
    text-align: center;
}

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

.stale-85f0 .fast-bfee {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.hot-3cfd {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .next-2615 {
        flex-direction: column;
    }
    .video-4d34 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.surface-purple-e20b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.medium-412b .label-solid-ee65 {
    color: #666;
    margin: 0 8px;
}

.medium-412b .white_8e08 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.form-slow-1d89 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hard-418c strong {
    color: #d4af37;
    margin-right: 8px;
}

.heading-70d8 {
    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;
}

.paragraph_38ab {
    font-size: 2rem;
}

.pagination-under-0df8 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.pagination-under-0df8 strong {
    color: #d4af37;
}

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

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

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

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

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

.table-brown-432a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.slow-50ed {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hovered-08e3 strong {
    color: #00ff88;
}

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

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

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

.silver-6584 h3,
.summary-db10 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.frame-5a47 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.warm-af4b strong {
    color: #d4af37;
}

.advanced_f5db {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yellow_2349 strong {
    color: #d4af37;
}

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

.status-old-b54e {
    color: #888;
    font-size: 0.9rem;
}

.status-old-b54e strong {
    color: #00ff88;
}

.status-old-b54e span {
    color: #d4af37;
}

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

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

.advanced-0e08 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.primary-prev-d9d5 {
    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);
}

.notification-motion-0040 {
    color: #999;
    font-size: 0.85rem;
}

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

.accordion-large-9a38 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.backdrop-6dae {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.backdrop-6dae li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero_selected_9007 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .middle_ba9e {
        flex-direction: column;
    }
    
    .row_d2a0 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.picture-48f9 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .media-motion-0708 {
        padding: 30px 15px;
    }
    
    .media-motion-0708 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .red_05a4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .footer-aa18 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .heading-53c8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .heading-53c8 .pink-ceff {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .glass_2f6b {
        font-size: 1.3rem;
    }
    
    .accent_top_6607 {
        font-size: 0.7rem;
    }
    
    .chip-medium-00ff {
        flex-direction: column;
        gap: 10px;
    }
    
    .chip-medium-00ff .out-49f6 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .notification_fd76 {
        display: none;
    }
    
    .overlay-plasma-6da1 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .alert_ae58 {
        padding: 20px 10px;
    }
    
    .advanced-0e08 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shade_dim_fc28,
    .accordion-large-9a38 {
        padding: 15px;
    }
    
    .active_624f {
        flex-direction: column;
        gap: 5px;
    }
    
    .primary-prev-d9d5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .rough-ab1b {
        padding: 30px 10px;
    }
    
    .current_b1d1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern-86ee {
        padding: 20px 15px;
    }
    
    .breadcrumb_3066 {
        font-size: 2rem;
    }
    
    .pattern-86ee h3 {
        font-size: 1.1rem;
    }
    
    .pattern-86ee p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .module_yellow_2369 {
        padding: 20px 10px;
    }
    
    .easy_2788 h2 {
        font-size: 1.3rem;
    }
    
    .tabs-7501 {
        font-size: 0.9rem;
    }
    
    .panel_steel_2129 h3 {
        font-size: 1.1rem;
    }
    
    .panel_steel_2129 p {
        font-size: 0.9rem;
    }
    
    .hot_6c83 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .old-acfa {
        grid-template-columns: 1fr;
    }
    
    .yellow_2349 {
        font-size: 0.85rem;
    }
    
    .sidebar_01f5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title_1c30 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .title_1c30 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .smooth-5387 {
        padding: 30px 10px;
    }
    
    .motion-0532 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .upper-a88a {
        padding: 15px 10px;
    }
    
    .upper-a88a h4 {
        font-size: 0.9rem;
    }
    
    .upper-a88a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .box-motion-4fab {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .motion-0532 {
        grid-template-columns: 1fr;
    }
    
    .upper-a88a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .bronze_c621 {
        padding: 30px 10px;
    }
    
    .input_6d33 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .copper_c4e4 {
        padding: 15px;
    }
    
    .search_560f {
        font-size: 0.9rem;
    }
    
    .action_06c9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .action_06c9 .new-ee46 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .huge-d6b6 {
        padding: 30px 10px;
    }
    
    .huge-d6b6 h2 {
        font-size: 1.2rem;
    }
    
    .pro-2b24 {
        gap: 10px;
    }
    
    .secondary_center_33f4 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .secondary_center_33f4 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .texture-0fa8 {
        padding: 30px 10px;
    }
    
    .texture-0fa8 h2 {
        font-size: 1.2rem;
    }
    
    .sidebar_7861 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .short_8d58 {
        padding: 15px 10px;
    }
    
    .short_8d58 h4 {
        font-size: 0.85rem;
    }
    
    .short_8d58 p {
        font-size: 0.75rem;
    }
    
    .summary_east_e2cf {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .status-3dae {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gold_ffd5 {
        padding: 20px 10px;
    }
    
    .status_purple_2ec4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .fresh-e010,
    .accent-229d,
    .summary_mini_ee37 {
        width: 100%;
    }
    
    .fresh-e010 h3 {
        font-size: 1.1rem;
    }
    
    .fresh-e010 p {
        font-size: 0.8rem;
    }
    
    .progress-basic-0b79 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wood_7801 {
        padding: 30px 15px;
    }
    
    .wood_7801 h2 {
        font-size: 1.3rem;
    }
    
    .wood_7801 p {
        font-size: 0.85rem;
    }
    
    .input-gas-7b51 {
        flex-direction: column;
        gap: 10px;
    }
    
    .input-gas-7b51 .out-49f6 {
        width: 100%;
    }
    
    .modal-d958 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .border_90f5 {
        padding: 30px 15px;
    }
    
    .focus_focused_1f3e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hard-f6c2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .cool_426a h4 {
        font-size: 0.9rem;
    }
    
    .cool_426a a {
        font-size: 0.8rem;
    }
    
    .tertiary_purple_889c {
        font-size: 0.8rem;
    }
    
    .tag_upper_44b2 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .menu-new-9ad8 {
        padding: 8px 10px;
    }
    
    .message_small_04ec {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .dynamic_88ac {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .message_small_04ec {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dynamic_88ac {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d5fd */
.promo-block-i6 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
