/* Inner Page Styles */

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

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

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

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

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

.old_6711 .iron-4d67 {
    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;
}

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

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

.old_6711 .iron-4d67:hover::before {
    left: 100%;
}

.old_6711 .iron-4d67:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lower-1183.fn-active-b747 {
    color: var(--casino-gold-light);
}

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

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

.link-dirty-d9d4 {
    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);
}

.link-dirty-d9d4 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.container_yellow_9150 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 */
.form-easy-63e7 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-easy-63e7 li {
    margin-bottom: var(--md-spacing-xs);
}

.form-easy-63e7 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);
}

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

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

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

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

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

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

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

.carousel_2220 .picture_85ac:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.out-716d {
    margin-top: var(--md-spacing-sm);
}

.aside-outer-2e9d {
    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);
}

.aside-outer-2e9d:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.progress_4224 .picture_85ac:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .accordion_6096 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .accordion_6096 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .accordion_6096 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .old_6711 {
        justify-content: center;
    }
    
    .thumbnail_first_b673 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .summary_liquid_af6c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .footer-62d2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .link-dirty-d9d4 {
        padding: var(--md-spacing-md);
    }
    
    .table-dirty-88ee {
        padding: var(--md-spacing-md) 0;
    }
    
    .container_yellow_9150 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .progress_4224 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sort_1097 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .link-dirty-d9d4 {
        padding: var(--md-spacing-sm);
    }
    
    .frame-outer-b594 {
        padding: var(--md-spacing-md);
    }
    
    .container_yellow_9150 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.frame-outer-b594,
.container_yellow_9150,
.progress_4224 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.main-south-64e1::-webkit-scrollbar {
    width: 8px;
}

.main-south-64e1::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.main-south-64e1::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.main-south-64e1::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.shade-lower-6617 {
    font-size: 1.5rem;
}

.article-a7cf strong {
    color: #00ff88;
}

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

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

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

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

.thumbnail-smooth-1f71 {
    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;
}

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

.thumbnail-smooth-1f71 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.thumbnail-smooth-1f71 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.header_fc41 strong {
    color: #00ff88;
}

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

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

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

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

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

.border-5c1f::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;
}

.message-pink-c1ca {
    text-align: center;
    margin-bottom: 30px;
}

.wood-4e64 {
    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;
}

.wood-4e64.table-motion-9f1c .wrapper-0279 {
    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); }
}

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

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

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

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

.south-ca4d 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;
}

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

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

.card-silver-5729 {
    font-size: 1.2rem;
}

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

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

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

.sidebar-steel-3fbb {
    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;
}

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

.sidebar-steel-3fbb.simple_ae89::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.sidebar-steel-3fbb.input_mini_0492::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sidebar-steel-3fbb.in-3649::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.sidebar-steel-3fbb.form-d366::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.dim-84d6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.easy-54ea {
    font-size: 1.2rem;
}

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

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

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

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

.sort_d630.notice_53c2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort_d630.fn-active-b747 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.shadow-lower-58a3 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.highlight-3d79 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.text-6a2d {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.element-dim-8f46 {
    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;
}

.element-dim-8f46:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.element-dim-8f46.bright_5188 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.module-cool-f93a { border-top: 3px solid #00ccff; }
.cold-3380 { border-top: 3px solid #00ff88; }
.banner_right_8613 { border-top: 3px solid #d4af37; }
.link_004b { border-top: 3px solid #ff6b6b; }
.accent_narrow_dd30 { border-top: 3px solid #8b5cf6; }

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

.rough_c529 {
    overflow-x: auto;
}

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

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

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

.texture_current_c49b td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wide-3437 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first-4b59 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.primary_action_45e0 {
    font-size: 1.5rem;
}

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

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

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

.tooltip-new-c230 {
    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;
}

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

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

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

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

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

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

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

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

.cool_d88c .nav-out-a36c {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.gallery-8bdb {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.chip-up-9052 {
    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;
}

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

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

.icon-north-4592 span {
    color: #666;
    font-size: 0.8rem;
}

.icon-north-4592 a {
    color: #ff6b6b;
}

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

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

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

.gold-7706 {
    text-align: center;
}

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

.gold-7706 .smooth-7ebe {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-silver-b364 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.component-silver-4ad4 {
    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;
}

.component-silver-4ad4.bright_5188 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.gradient-current-47d7 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.old-8cbe .preview_bright_4730 {
    color: #666;
    margin: 0 8px;
}

.old-8cbe .prev_190b {
    color: #ff6b6b;
    text-decoration: line-through;
}

.heading-focused-d521 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.up-24cc strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.notification_51f4 {
    font-size: 2rem;
}

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

.gradient_6d47 strong {
    color: #d4af37;
}

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

.search-3c25 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

.yellow-6432 strong {
    color: #00ff88;
}

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

.texture-wood-966c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .texture-wood-966c {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

.pattern-stone-de2a {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.pattern-stone-de2a strong {
    color: #d4af37;
}

.border-836e {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-clean-d124 {
    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;
}

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

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

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

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

.narrow_5446 strong {
    color: #d4af37;
}

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

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

.narrow-9891 strong {
    color: #00ff88;
}

.narrow-9891 span {
    color: #d4af37;
}

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

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

.clean-110a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.card-stale-1a66 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short-2f17 {
    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;
}

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

.surface-f094 strong {
    color: #00ff88;
}

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

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

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

.heading-new-2996 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .heading-new-2996 {
        flex-direction: column;
    }
    
    .banner_6fef {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.picture-ff48 {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.picture-ff48:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .picture-ff48 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .slider-hovered-bc51 {
        padding: 30px 15px;
    }
    
    .slider-hovered-bc51 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .summary_under_6f5a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .secondary-0131 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .motion_d084 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .motion_d084 .accent_8272 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .advanced_4e15 {
        font-size: 1.3rem;
    }
    
    .box-e423 {
        font-size: 0.7rem;
    }
    
    .table_6bfe {
        flex-direction: column;
        gap: 10px;
    }
    
    .table_6bfe .picture_85ac {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .in-680a {
        display: none;
    }
    
    .header_e785 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .highlight_new_791c {
        padding: 20px 10px;
    }
    
    .clean-110a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .huge_3c03,
    .photo_40fe {
        padding: 15px;
    }
    
    .glass-e2d1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .basic-5407 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gallery_complex_c323 {
        padding: 30px 10px;
    }
    
    .item-41fc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .silver_a42a {
        padding: 20px 15px;
    }
    
    .text-short-1d67 {
        font-size: 2rem;
    }
    
    .silver_a42a h3 {
        font-size: 1.1rem;
    }
    
    .silver_a42a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .box_02d9 {
        padding: 20px 10px;
    }
    
    .cold_a7b0 h2 {
        font-size: 1.3rem;
    }
    
    .lower_0c50 {
        font-size: 0.9rem;
    }
    
    .background_hovered_dbb3 h3 {
        font-size: 1.1rem;
    }
    
    .background_hovered_dbb3 p {
        font-size: 0.9rem;
    }
    
    .solid_aefe li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .light_e937 {
        grid-template-columns: 1fr;
    }
    
    .narrow_5446 {
        font-size: 0.85rem;
    }
    
    .disabled-3a6a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accent-clean-d124 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .accent-clean-d124 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .slider-e789 {
        padding: 30px 10px;
    }
    
    .disabled-up-56ac {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gas-3d55 {
        padding: 15px 10px;
    }
    
    .gas-3d55 h4 {
        font-size: 0.9rem;
    }
    
    .gas-3d55 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .dynamic-2582 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .disabled-up-56ac {
        grid-template-columns: 1fr;
    }
    
    .gas-3d55 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fresh_b2be {
        padding: 30px 10px;
    }
    
    .black_bc45 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .detail-liquid-2440 {
        padding: 15px;
    }
    
    .tag-04f0 {
        font-size: 0.9rem;
    }
    
    .shadow_small_2227 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow_small_2227 .sidebar_d390 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .summary-motion-0c95 {
        padding: 30px 10px;
    }
    
    .summary-motion-0c95 h2 {
        font-size: 1.2rem;
    }
    
    .sidebar_9627 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel-5efb {
        padding: 15px 10px;
    }
    
    .carousel-5efb h4 {
        font-size: 0.85rem;
    }
    
    .carousel-5efb p {
        font-size: 0.75rem;
    }
    
    .easy_e713 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .label-588f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .plasma_745f {
        padding: 20px 10px;
    }
    
    .description_797f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .popup-79cc,
    .tall_ae94,
    .icon-north-4592 {
        width: 100%;
    }
    
    .popup-79cc h3 {
        font-size: 1.1rem;
    }
    
    .popup-79cc p {
        font-size: 0.8rem;
    }
    
    .chip-up-9052 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .shadow_7b51 {
        padding: 30px 15px;
    }
    
    .shadow_7b51 h2 {
        font-size: 1.3rem;
    }
    
    .shadow_7b51 p {
        font-size: 0.85rem;
    }
    
    .narrow-dde9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .narrow-dde9 .picture_85ac {
        width: 100%;
    }
    
    .wrapper_over_dae5 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hot-febc {
        padding: 30px 15px;
    }
    
    .notification_stone_a866 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .badge-3ecf {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wood_3230 h4 {
        font-size: 0.9rem;
    }
    
    .wood_3230 a {
        font-size: 0.8rem;
    }
    
    .highlight-b6f9 {
        font-size: 0.8rem;
    }
    
    .simple_2266 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .notice_e6f5 {
        padding: 8px 10px;
    }
    
    .right_4e97 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .table-8ed7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .right_4e97 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .table-8ed7 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7644 */
.promo-block-r5 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
