/* Inner Page Styles */

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

.info-cold-18ae 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);
}

.info-cold-18ae 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);
}

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

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

.image-4660 .frame-outer-bbcd {
    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;
}

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

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

.image-4660 .frame-outer-bbcd:hover::before {
    left: 100%;
}

.image-4660 .frame-outer-bbcd:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.layout-900d {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.focus-iron-3127 {
    color: var(--casino-gold-light);
}

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

.focus-iron-3127 a:hover {
    color: var(--casino-gold-light);
}

.focus-iron-3127.fn-active-e6d5 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-8f56 {
    padding: var(--md-spacing-md) 0;
}

.box-action-5da9 {
    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%;
}

.box-action-5da9 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 */
.new-5d7b {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-5d7b li {
    margin-bottom: var(--md-spacing-xs);
}

.new-5d7b 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);
}

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

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

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

.label-8887:hover::before {
    left: 100%;
}

.label-8887 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;
}

.label-8887 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;
}

.label-8887 .picture-df88 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.label-8887 .picture-df88:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.shade-upper-adb4 {
    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);
}

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

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

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

.shade-upper-adb4 .picture-df88 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.shade-upper-adb4 .picture-df88:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .info-cold-18ae {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .info-cold-18ae h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .info-cold-18ae h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .image-4660 {
        justify-content: center;
    }
    
    .bronze_4349 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .surface_over_c7b2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .plasma_24c8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .solid-0461 {
        padding: var(--md-spacing-md);
    }
    
    .tiny-75ae {
        padding: var(--md-spacing-md) 0;
    }
    
    .box-action-5da9 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .shade-upper-adb4 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .content_gold_0fd6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .solid-0461 {
        padding: var(--md-spacing-sm);
    }
    
    .hidden-out-d646 {
        padding: var(--md-spacing-md);
    }
    
    .box-action-5da9 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hidden-out-d646,
.box-action-5da9,
.shade-upper-adb4 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.blue-7fff::-webkit-scrollbar {
    width: 8px;
}

.blue-7fff::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.card-fbba {
    font-size: 1.5rem;
}

.title_0a9b strong {
    color: #00ff88;
}

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

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

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

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

.item-hard-cbc9 {
    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;
}

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

.item-hard-cbc9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.item-hard-cbc9 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.chip_cold_a344 strong {
    color: #00ff88;
}

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

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

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

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

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

.filter-steel-40a7::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;
}

.filter-29fb {
    text-align: center;
    margin-bottom: 30px;
}

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

.cool_2990.stone-be07 .sidebar-inner-d060 {
    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); }
}

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

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

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

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

.article-be29 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;
}

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

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

.overlay-top-5395 {
    font-size: 1.2rem;
}

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

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

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

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

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

.first-be86.light_1a69::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.first-be86.widget-motion-6c9b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.first-be86.active_f5e2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.first-be86.copper_12b4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.focus-bronze-03c2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.tiny-1576 {
    font-size: 1.2rem;
}

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

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

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

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

.next-1673.paper_a1da { background: linear-gradient(90deg, #00ccff, #0088ff); }
.next-1673.fn-active-e6d5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.link-east-8917 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.picture-gold-39d0 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.frame-selected-5f1b {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.sort-e1a0 { border-top: 3px solid #00ccff; }
.logo-wood-b550 { border-top: 3px solid #00ff88; }
.motion_e2e1 { border-top: 3px solid #d4af37; }
.layout-e7eb { border-top: 3px solid #ff6b6b; }
.table-7c89 { border-top: 3px solid #8b5cf6; }

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

.mini-9961 {
    overflow-x: auto;
}

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

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

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

.green-dc30 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.tertiary-yellow-b9f0 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.focused_2f25 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

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

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

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

.hot_c585 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.cold-9f09 {
    background: #0a0a0a;
    padding: 60px 0;
}

.badge-lower-3a17 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .badge-lower-3a17::before {
        left: 30px;
    }
}

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

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

.chip-22dd {
    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;
}

.chip-22dd::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);
}

.picture-pink-e806 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.in_1dec {
    font-size: 1.5rem;
}

.gold-9a7a {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.border-8a24 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.article_2f1a .fast-3533 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.search-0ed3 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.west-4c8f {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.west-4c8f span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.texture-2a61 span {
    color: #666;
    font-size: 0.8rem;
}

.texture-2a61 a {
    color: #ff6b6b;
}

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

.banner-5c78 {
    max-width: 800px;
    margin: 0 auto;
}

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

.badge_copper_8965 {
    text-align: center;
}

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

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

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

.banner-5c78 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.badge-full-7582 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.modal-dim-a88a {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-huge-914c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.small-64ba .menu-8df1 {
    color: #666;
    margin: 0 8px;
}

.small-64ba .main_8fb7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.accent-53c5 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.paper-47ea {
    font-size: 2rem;
}

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

.focused-1b16 strong {
    color: #d4af37;
}

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

.red-679f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.gradient-black-0d63 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.pagination-1d1d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.out-1486 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.row-huge-8617 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.hovered-019b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.gallery-d37b strong {
    color: #d4af37;
}

.gallery_prev_491d {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-1a7b {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.bronze-1a7b 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;
}

.bronze-1a7b li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.module_9695 strong {
    color: #d4af37;
}

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

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

.new_9da7 strong {
    color: #00ff88;
}

.new_9da7 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.alert-fresh-46e8 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.carousel-177a {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.carousel-177a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.in-be3e li {
    margin-bottom: 5px;
}

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

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

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

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

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

.focus_c8ec strong {
    color: #00ff88;
}

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

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

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

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

.progress-full-ef81 {
    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-f9f7 {
    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;
}

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

@media (max-width: 768px) {
    .in_e847 {
        flex-direction: column;
    }
    
    .progress-full-ef81 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .surface_lite_abe9 {
        padding: 30px 15px;
    }
    
    .surface_lite_abe9 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .full_504a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .liquid-0bf2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .north-d335 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .north-d335 .tertiary-fixed-5bdb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .title-84ed {
        font-size: 1.3rem;
    }
    
    .rough-34ac {
        font-size: 0.7rem;
    }
    
    .panel-5068 {
        flex-direction: column;
        gap: 10px;
    }
    
    .panel-5068 .picture-df88 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .new-fbd7 {
        display: none;
    }
    
    .fresh-092d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .focused-6b35 {
        padding: 20px 10px;
    }
    
    .focus_b6df {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture_plasma_8f25,
    .filter_huge_56f9 {
        padding: 15px;
    }
    
    .info_warm_bea3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .progress-4719 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .main-out-3d8a {
        padding: 30px 10px;
    }
    
    .column-82a7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview_purple_1a9a {
        padding: 20px 15px;
    }
    
    .narrow_f039 {
        font-size: 2rem;
    }
    
    .preview_purple_1a9a h3 {
        font-size: 1.1rem;
    }
    
    .preview_purple_1a9a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .title_cold_ebb3 {
        padding: 20px 10px;
    }
    
    .full-8ea7 h2 {
        font-size: 1.3rem;
    }
    
    .pro_875e {
        font-size: 0.9rem;
    }
    
    .detail_lower_5c62 h3 {
        font-size: 1.1rem;
    }
    
    .detail_lower_5c62 p {
        font-size: 0.9rem;
    }
    
    .bronze-1a7b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .west-f29c {
        grid-template-columns: 1fr;
    }
    
    .module_9695 {
        font-size: 0.85rem;
    }
    
    .table_708b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow_4fc6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .shadow_4fc6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .status_ec20 {
        padding: 30px 10px;
    }
    
    .thick_7600 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel-silver-638b {
        padding: 15px 10px;
    }
    
    .panel-silver-638b h4 {
        font-size: 0.9rem;
    }
    
    .panel-silver-638b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .blue-e2d6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thick_7600 {
        grid-template-columns: 1fr;
    }
    
    .panel-silver-638b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fast_519c {
        padding: 30px 10px;
    }
    
    .list_c595 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mask-b7a2 {
        padding: 15px;
    }
    
    .carousel_604f {
        font-size: 0.9rem;
    }
    
    .container_ed49 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .container_ed49 .breadcrumb_in_b247 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .alert-over-ceba {
        padding: 30px 10px;
    }
    
    .alert-over-ceba h2 {
        font-size: 1.2rem;
    }
    
    .dropdown_hard_109e {
        gap: 10px;
    }
    
    .form-small-ea5a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .form-small-ea5a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .container-82ee {
        padding: 30px 10px;
    }
    
    .container-82ee h2 {
        font-size: 1.2rem;
    }
    
    .hero_9ba3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow-dc28 {
        padding: 15px 10px;
    }
    
    .shadow-dc28 h4 {
        font-size: 0.85rem;
    }
    
    .shadow-dc28 p {
        font-size: 0.75rem;
    }
    
    .notification-solid-6b80 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .grid_4fa5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dynamic-5038 {
        padding: 20px 10px;
    }
    
    .accordion-c701 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .button-wide-cbc0,
    .west-4c8f,
    .texture-2a61 {
        width: 100%;
    }
    
    .button-wide-cbc0 h3 {
        font-size: 1.1rem;
    }
    
    .button-wide-cbc0 p {
        font-size: 0.8rem;
    }
    
    .north-7da1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .backdrop-4678 {
        padding: 30px 10px;
    }
    
    .backdrop-4678 h3 {
        font-size: 1.2rem;
    }
    
    .notice_dim_ca94 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade-upper-adb4 {
        padding: 15px 10px;
    }
    
    .shade-upper-adb4 h4 {
        font-size: 0.85rem;
    }
    
    .shade-upper-adb4 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .light-fb74 {
        padding: 30px 15px;
    }
    
    .picture_gas_2c3b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .cool-6613 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .focus-9131 h4 {
        font-size: 0.9rem;
    }
    
    .focus-9131 a {
        font-size: 0.8rem;
    }
    
    .pagination_dynamic_989b {
        font-size: 0.8rem;
    }
    
    .surface-a5db p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .pink_fefa {
        padding: 8px 10px;
    }
    
    .thumbnail-992e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .heading-9139 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thumbnail-992e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .heading-9139 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: eed0 */
.shadow-element-h4 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
