/* Inner Page Styles */

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

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

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

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

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

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

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

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

.chip_4fa3 .clean_ca0f:hover::before {
    left: 100%;
}

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

.item-61c1 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_short_c6b2.fn-active-0ed5 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow_last_b029 .smooth-ed27:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.background-9b05 {
    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);
}

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

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

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

.background-9b05 .smooth-ed27 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.background-9b05 .smooth-ed27:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .under_2b60 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .under_2b60 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .under_2b60 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .chip_4fa3 {
        justify-content: center;
    }
    
    .large-dd6a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pink-d103 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .search_6be4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .wrapper_copper_864c {
        padding: var(--md-spacing-md);
    }
    
    .modal_east_bd82 {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar_0755 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .background-9b05 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pagination_mini_812c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .wrapper_copper_864c {
        padding: var(--md-spacing-sm);
    }
    
    .modal-ecf7 {
        padding: var(--md-spacing-md);
    }
    
    .avatar_0755 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.modal-ecf7,
.avatar_0755,
.background-9b05 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.steel-0d29::-webkit-scrollbar {
    width: 8px;
}

.steel-0d29::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.background-action-17f3 {
    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);
}

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

.gallery_44ed {
    font-size: 1.5rem;
}

.outer-2484 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.button-active-250e {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.info-7f44 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.dropdown_gold_97ad {
    text-align: center;
    margin-bottom: 30px;
}

.message-94a9 {
    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;
}

.message-94a9.background-19fa .dirty-6a3e {
    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); }
}

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

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

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

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

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

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

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

.popup-e67e {
    font-size: 1.2rem;
}

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

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

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

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

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

.footer-f138.photo-9de4::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.footer-f138.row-silver-13e8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.footer-f138.fluid_9dd6::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.footer-f138.dropdown_4e85::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.title_black_dda8 {
    font-size: 1.2rem;
}

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

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

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

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

.image-985b.pattern-cdcc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.image-985b.fn-active-0ed5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.pattern-pro-4911 {
    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;
}

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

.pattern-pro-4911.pattern-2e94 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.row_black_1b16 { border-top: 3px solid #00ccff; }
.title_4f6d { border-top: 3px solid #00ff88; }
.mini_8d21 { border-top: 3px solid #d4af37; }
.text-5c38 { border-top: 3px solid #ff6b6b; }
.old-37cf { border-top: 3px solid #8b5cf6; }

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

.item-light-2f39 {
    overflow-x: auto;
}

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

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

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

.orange-a0c4 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent_full_1e10 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.title-372c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.column_267d {
    font-size: 1.5rem;
}

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

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

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

.link-03f8 {
    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;
}

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

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

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

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

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

.hidden-smooth-aa51 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.border-yellow-bab5 .feature_ad38 {
    margin-bottom: 10px;
}

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

.border-yellow-bab5 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-action-25ac {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.container-inner-ce6d {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.container-inner-ce6d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.row-c5e8 a {
    color: #ff6b6b;
}

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

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

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

.smooth_fae6 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.accordion-simple-0644 {
    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;
}

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

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

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

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

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

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

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

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

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

.aside_center_b3ce.pattern-2e94 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.message-1279 .section_down_f0ef {
    color: #666;
    margin: 0 8px;
}

.message-1279 .tall-e77d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.hero_wide_2445 {
    font-size: 2rem;
}

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

.filter_red_f8a7 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.huge_cf45 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.content-current-4b89 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.chip-medium-00a2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

.list-2a5f {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.list-2a5f strong {
    color: #d4af37;
}

.alert_bbbb {
    color: #aaa;
}

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

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

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

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

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

.wood-72fc {
    max-width: 900px;
    margin: 0 auto;
}

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

.overlay-lite-eac6:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.focus-new-39e9 {
    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;
}

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

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

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

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

.notice_e122 strong {
    color: #d4af37;
}

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

.summary-9dcd {
    color: #888;
    font-size: 0.9rem;
}

.summary-9dcd strong {
    color: #00ff88;
}

.summary-9dcd span {
    color: #d4af37;
}

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

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

.layout-plasma-cb9a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.container-65af {
    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;
}

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

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

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

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

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

.slider-gas-a84f {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-e1f5 li {
    margin-bottom: 5px;
}

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

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

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

.label-5c3b {
    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;
}

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

.row_38c2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.title-action-25ac {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .component_stale_5251 {
        padding: 30px 15px;
    }
    
    .component_stale_5251 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .picture-c2ca {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .form-dynamic-d717 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .liquid-3e23 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .liquid-3e23 .box-basic-ea14 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tag-pro-40a9 {
        font-size: 1.3rem;
    }
    
    .huge-1ea4 {
        font-size: 0.7rem;
    }
    
    .action_f8f1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .action_f8f1 .smooth-ed27 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .next_08ba {
        display: none;
    }
    
    .article-dark-572a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .sort_black_f417 {
        padding: 20px 10px;
    }
    
    .layout-plasma-cb9a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active-1c64,
    .pattern_77f9 {
        padding: 15px;
    }
    
    .gas_5508 {
        flex-direction: column;
        gap: 5px;
    }
    
    .chip-a001 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .simple-3c68 {
        padding: 30px 10px;
    }
    
    .progress-0b56 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wood-effe {
        padding: 20px 15px;
    }
    
    .outer_b376 {
        font-size: 2rem;
    }
    
    .wood-effe h3 {
        font-size: 1.1rem;
    }
    
    .wood-effe p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .avatar_8dd9 {
        padding: 20px 10px;
    }
    
    .main_8e0e h2 {
        font-size: 1.3rem;
    }
    
    .old_e6dc {
        font-size: 0.9rem;
    }
    
    .overlay-lite-eac6 h3 {
        font-size: 1.1rem;
    }
    
    .overlay-lite-eac6 p {
        font-size: 0.9rem;
    }
    
    .input_e543 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .north-7bda {
        grid-template-columns: 1fr;
    }
    
    .notice_e122 {
        font-size: 0.85rem;
    }
    
    .link_fdce {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus-new-39e9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .focus-new-39e9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .avatar-down-2734 {
        padding: 30px 10px;
    }
    
    .input_medium_67d6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form_1404 {
        padding: 15px 10px;
    }
    
    .form_1404 h4 {
        font-size: 0.9rem;
    }
    
    .form_1404 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .shadow-basic-e7ac {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hard-6f5c {
        padding: 30px 10px;
    }
    
    .border_ad8f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .solid_67bd {
        padding: 15px;
    }
    
    .shade_5b7f {
        font-size: 0.9rem;
    }
    
    .center-da01 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .center-da01 .picture-cea6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gallery_bronze_2640 {
        padding: 30px 10px;
    }
    
    .gallery_bronze_2640 h2 {
        font-size: 1.2rem;
    }
    
    .input-916c {
        gap: 10px;
    }
    
    .down-4838 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .down-4838 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .hot_897f {
        padding: 30px 10px;
    }
    
    .hot_897f h2 {
        font-size: 1.2rem;
    }
    
    .badge-orange-f585 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pink_0c54 {
        padding: 15px 10px;
    }
    
    .pink_0c54 h4 {
        font-size: 0.85rem;
    }
    
    .pink_0c54 p {
        font-size: 0.75rem;
    }
    
    .heading-4c34 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .caption_bf13 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .fixed-c4a4 {
        padding: 20px 10px;
    }
    
    .card-1e40 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tooltip_df68,
    .container-inner-ce6d,
    .row-c5e8 {
        width: 100%;
    }
    
    .tooltip_df68 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip_df68 p {
        font-size: 0.8rem;
    }
    
    .badge_953c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .outline_warm_b462 {
        padding: 30px 15px;
    }
    
    .outline_warm_b462 h2 {
        font-size: 1.3rem;
    }
    
    .outline_warm_b462 p {
        font-size: 0.85rem;
    }
    
    .caption-96fb {
        flex-direction: column;
        gap: 10px;
    }
    
    .caption-96fb .smooth-ed27 {
        width: 100%;
    }
    
    .cool-981a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .easy-e086 {
        padding: 30px 10px;
    }
    
    .easy-e086 h3 {
        font-size: 1.2rem;
    }
    
    .button_d323 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .background-9b05 {
        padding: 15px 10px;
    }
    
    .background-9b05 h4 {
        font-size: 0.85rem;
    }
    
    .background-9b05 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .input_purple_bbbe {
        padding: 30px 15px;
    }
    
    .stone-6c33 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .thumbnail_2239 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .footer_old_c2c7 h4 {
        font-size: 0.9rem;
    }
    
    .footer_old_c2c7 a {
        font-size: 0.8rem;
    }
    
    .description-south-fe15 {
        font-size: 0.8rem;
    }
    
    .outline_steel_0c14 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .layout_basic_7486 {
        padding: 8px 10px;
    }
    
    .tag-clean-32dc {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .bottom-f506 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tag-clean-32dc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .bottom-f506 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9b6d */
.ghost-box-n2 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
