/* Inner Page Styles */

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

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

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

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

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

.tag-1029 .last_56c2 {
    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;
}

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

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

.tag-1029 .last_56c2:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.progress-green-49db {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.texture-tiny-b0e2 {
    color: var(--casino-gold-light);
}

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

.texture-tiny-b0e2 a:hover {
    color: var(--casino-gold-light);
}

.texture-tiny-b0e2.fn-active-23ef {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-action-5b2b {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.title-slow-cec3:hover::before {
    left: 100%;
}

.title-slow-cec3 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;
}

.title-slow-cec3 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;
}

.title-slow-cec3 .light-0e13 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.title-slow-cec3 .light-0e13:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.wrapper-pink-0d22 {
    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);
}

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

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

.wrapper-pink-0d22 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.wrapper-pink-0d22 .light-0e13 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.wrapper-pink-0d22 .light-0e13:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notice_7c78 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notice_7c78 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notice_7c78 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tag-1029 {
        justify-content: center;
    }
    
    .label_medium_27d8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .input-b78e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .info-8b0a {
        padding: var(--md-spacing-md) 0;
    }
    
    .cool-df2c {
        padding: var(--md-spacing-md);
    }
    
    .panel_506e {
        padding: var(--md-spacing-md) 0;
    }
    
    .list-e5b6 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .wrapper-pink-0d22 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .alert_a777 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .cool-df2c {
        padding: var(--md-spacing-sm);
    }
    
    .center-2192 {
        padding: var(--md-spacing-md);
    }
    
    .list-e5b6 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.center-2192,
.list-e5b6,
.wrapper-pink-0d22 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.gas-0289::-webkit-scrollbar {
    width: 8px;
}

.gas-0289::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.gas-0289::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.gas-0289::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.under_3ce9 {
    font-size: 1.5rem;
}

.chip_mini_c11a strong {
    color: #00ff88;
}

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

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

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

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

.modal-rough-be51 {
    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;
}

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

.modal-rough-be51 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.modal-rough-be51 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.tertiary-right-ae14 {
    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;
}

.tertiary-right-ae14 strong {
    color: #00ff88;
}

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

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

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

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

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

.thumbnail-aaa7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

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

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

.preview_small_d494.mask_0466 .card-fb65 {
    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); }
}

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

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

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

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

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

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

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

.fast_0bc4 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .dropdown-right-9ce7 {
        grid-template-columns: 1fr;
    }
}

.active-north-645d {
    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;
}

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

.active-north-645d.image-b88f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active-north-645d.main_gold_b039::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-north-645d.description_b297::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active-north-645d.yellow_acde::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.clean-213c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.popup-504f {
    font-size: 1.2rem;
}

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

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

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

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

.in-7d2f.label_65f0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.in-7d2f.fn-active-23ef { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.container-west-b591 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.footer-5dad {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.frame-up-18cb {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.picture-out-9e27 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.breadcrumb-copper-a307 {
    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;
}

.breadcrumb-copper-a307:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.breadcrumb-copper-a307.first_7cf7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.highlight_2048 { border-top: 3px solid #00ccff; }
.plasma-5cd5 { border-top: 3px solid #00ff88; }
.logo-06fe { border-top: 3px solid #d4af37; }
.cold-c50e { border-top: 3px solid #ff6b6b; }
.copper-9e10 { border-top: 3px solid #8b5cf6; }

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

.secondary-old-122d {
    overflow-x: auto;
}

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

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

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

.nav-plasma-592e td {
    color: #ccc;
}

.nav-plasma-592e .alert_wood_e679 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.nav-plasma-592e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.avatar-4f94 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.popup-7d46 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.new_8bf2 {
    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_f9bf {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

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

.mask-solid-c5cd {
    font-size: 2rem;
}

.wrapper-dim-7df3 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.wrapper-dim-7df3 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.hidden-under-020c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .hidden-under-020c::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

.notice-stone-4c0a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.tag-dark-97f0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.backdrop-0a32 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.accent-63d8 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.item-bc5a .red-5a81 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.caption-39f3 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.up-1c41 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.dynamic-8c87 {
    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;
}

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

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

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

.sort_6342 a {
    color: #ff6b6b;
}

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

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

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

.feature_8946 {
    text-align: center;
}

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

.feature_8946 .block-orange-4135 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.main-small-5bef {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.content-narrow-41a9 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.fixed-27f0 {
    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;
}

.fixed-27f0.first_7cf7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.stone-1d9f .active-209e {
    color: #666;
    margin: 0 8px;
}

.stone-1d9f .simple_0e0c {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.header-active-6c32 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.yellow_a63c {
    font-size: 2rem;
}

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

.link-5d79 strong {
    color: #d4af37;
}

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

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

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

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

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

.lite-7bad {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.media-5fe8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.large_de87 strong {
    color: #00ff88;
}

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

.input-complex-313c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .input-complex-313c {
        grid-template-columns: 1fr;
    }
}

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

.card-64a7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.input-3e05 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.black-5a2b {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.black-5a2b strong {
    color: #d4af37;
}

.image-out-32f3 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner-f2b9 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;
}

.inner-f2b9 li strong {
    color: #00ff88;
}

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

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

.carousel-solid-9b15 {
    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;
}

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

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

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

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

.black-a05a strong {
    color: #d4af37;
}

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

.yellow-6eae {
    color: #888;
    font-size: 0.9rem;
}

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

.yellow-6eae span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module_glass_98e3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.up-1c41 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.status-4d03 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .header_a745 {
        padding: 30px 15px;
    }
    
    .header_a745 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hover_advanced_855d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .content-14d8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .layout-36d4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .layout-36d4 .clean-6509 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .table-bright-b55b {
        font-size: 1.3rem;
    }
    
    .summary_hard_97e9 {
        font-size: 0.7rem;
    }
    
    .soft_c9ff {
        flex-direction: column;
        gap: 10px;
    }
    
    .soft_c9ff .light-0e13 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tiny_e8e5 {
        display: none;
    }
    
    .media-new-5896 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .bottom-2d61 {
        padding: 20px 10px;
    }
    
    .up-f38c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture-c0ff,
    .thick-708e {
        padding: 15px;
    }
    
    .selected_9fab {
        flex-direction: column;
        gap: 5px;
    }
    
    .brown-f60c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .popup-thick-329d {
        padding: 30px 10px;
    }
    
    .slow_9d92 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay_813e {
        padding: 20px 15px;
    }
    
    .fluid-e595 {
        font-size: 2rem;
    }
    
    .overlay_813e h3 {
        font-size: 1.1rem;
    }
    
    .overlay_813e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .complex_e299 {
        padding: 20px 10px;
    }
    
    .black_8401 h2 {
        font-size: 1.3rem;
    }
    
    .banner_down_c05c {
        font-size: 0.9rem;
    }
    
    .purple_93d0 h3 {
        font-size: 1.1rem;
    }
    
    .purple_93d0 p {
        font-size: 0.9rem;
    }
    
    .inner-f2b9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .content_d54f {
        grid-template-columns: 1fr;
    }
    
    .black-a05a {
        font-size: 0.85rem;
    }
    
    .current_2c0a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .carousel-solid-9b15 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .carousel-solid-9b15 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .accordion-ae68 {
        padding: 30px 10px;
    }
    
    .short-cea1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .selected-1f03 {
        padding: 15px 10px;
    }
    
    .selected-1f03 h4 {
        font-size: 0.9rem;
    }
    
    .selected-1f03 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .selected-d55a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .short-cea1 {
        grid-template-columns: 1fr;
    }
    
    .selected-1f03 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .top_ed82 {
        padding: 30px 10px;
    }
    
    .backdrop_upper_8fab {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bronze_0d29 {
        padding: 15px;
    }
    
    .main-wide-1d4d {
        font-size: 0.9rem;
    }
    
    .hovered_113a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hovered_113a .thumbnail_out_07f9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .notification_pressed_f780 {
        padding: 30px 10px;
    }
    
    .notification_pressed_f780 h2 {
        font-size: 1.2rem;
    }
    
    .menu_2f4b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input-99da {
        padding: 15px 10px;
    }
    
    .input-99da h4 {
        font-size: 0.85rem;
    }
    
    .input-99da p {
        font-size: 0.75rem;
    }
    
    .under_f748 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .slider-316b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .sidebar_basic_8863 {
        padding: 20px 10px;
    }
    
    .layout_red_4376 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .accordion-smooth-ee6c,
    .bright_1025,
    .sort_6342 {
        width: 100%;
    }
    
    .accordion-smooth-ee6c h3 {
        font-size: 1.1rem;
    }
    
    .accordion-smooth-ee6c p {
        font-size: 0.8rem;
    }
    
    .dynamic-8c87 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .advanced-7089 {
        padding: 30px 15px;
    }
    
    .advanced-7089 h2 {
        font-size: 1.3rem;
    }
    
    .advanced-7089 p {
        font-size: 0.85rem;
    }
    
    .nav-12b3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-12b3 .light-0e13 {
        width: 100%;
    }
    
    .iron-7ac6 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .section_6a17 {
        padding: 30px 10px;
    }
    
    .section_6a17 h3 {
        font-size: 1.2rem;
    }
    
    .brown_9175 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wrapper-pink-0d22 {
        padding: 15px 10px;
    }
    
    .wrapper-pink-0d22 h4 {
        font-size: 0.85rem;
    }
    
    .wrapper-pink-0d22 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .row_0dd4 {
        padding: 30px 15px;
    }
    
    .glass-f2b5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .info_c274 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .picture-b46e h4 {
        font-size: 0.9rem;
    }
    
    .picture-b46e a {
        font-size: 0.8rem;
    }
    
    .heading_e9dd {
        font-size: 0.8rem;
    }
    
    .form_inner_e4f7 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .button_white_066d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .glass_06a1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9b24 */
.phantom-card-k0 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.1;
}
