/* Inner Page Styles */

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

.up-eae5 h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.up-eae5 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

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

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

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

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

.mini_b8df .inner_25a7:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table_old_dcfb.fn-active-bf4b {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-48a9:hover::before {
    left: 100%;
}

.hidden-48a9 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;
}

.hidden-48a9 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;
}

.hidden-48a9 .slow-3808 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hidden-48a9 .slow-3808:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.mask-south-5cf3 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.dirty-489c {
    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);
}

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

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

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

.dirty-489c .slow-3808 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.dirty-489c .slow-3808:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .up-eae5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .up-eae5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .up-eae5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mini_b8df {
        justify-content: center;
    }
    
    .card_right_5a25 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .sort-84dd {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .tertiary-555b {
        padding: var(--md-spacing-md) 0;
    }
    
    .stone_6693 {
        padding: var(--md-spacing-md);
    }
    
    .silver_c738 {
        padding: var(--md-spacing-md) 0;
    }
    
    .left_6c35 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dirty-489c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .large_0eb6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .stone_6693 {
        padding: var(--md-spacing-sm);
    }
    
    .lower-4694 {
        padding: var(--md-spacing-md);
    }
    
    .left_6c35 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.lower-4694,
.left_6c35,
.dirty-489c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.south_cb73 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.basic-28a0 {
    font-size: 1.5rem;
}

.summary_eb5b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.black_6487 strong {
    color: #00ff88;
}

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

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

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

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

.surface_a70b {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.stone_6fe9 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

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

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

.aside-0c86 {
    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;
}

.aside-0c86.sidebar-8006 .paragraph_5f1b {
    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); }
}

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

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

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

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

.cool-17d4 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;
}

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

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

.notification-957f {
    font-size: 1.2rem;
}

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

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

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

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

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

.hero_818f.progress_a370::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hero_818f.active_8819::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hero_818f.static-5c63::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hero_818f.dirty_8061::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.summary-39b8 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.link-b49b {
    font-size: 1.2rem;
}

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

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

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

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

.footer_iron_43b9.summary-brown-5f7f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.footer_iron_43b9.fn-active-bf4b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.icon-8fac {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.short_d35e.form-last-074f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.liquid-a134 { border-top: 3px solid #00ccff; }
.hovered_e49f { border-top: 3px solid #00ff88; }
.title_9cc5 { border-top: 3px solid #d4af37; }
.basic-07ca { border-top: 3px solid #ff6b6b; }
.blue-0d83 { border-top: 3px solid #8b5cf6; }

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

.panel_4d24 {
    overflow-x: auto;
}

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

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

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

.thick-c372 td {
    color: #ccc;
}

.thick-c372 .title-white-af0e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.module-hard-ff57 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.footer-slow-50c2 {
    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;
}

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

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

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

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

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

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

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

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

.sort_7ce6 {
    font-size: 2rem;
}

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

.menu-bottom-84b9 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

.modal-over-52da {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

.blue_82b8::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_8419 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.action_5f5b {
    font-size: 1.5rem;
}

.smooth-6ebb {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.item-right-2930 strong {
    color: #fff;
    display: block;
}

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

.hovered-016d {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.picture-b2b2 .shadow_medium_3e4f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.feature-motion-dce4 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.next-2ced {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.title-motion-7a5d {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.title-motion-7a5d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.modal_0d2e a {
    color: #ff6b6b;
}

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

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

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

.tertiary-e74d {
    text-align: center;
}

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

.tertiary-e74d .border-action-333e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.summary-950b {
    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;
}

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

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

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

.detail-motion-7873 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.rough_abd5.form-last-074f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.header-fixed-fb20 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .shadow-3eb5 {
        flex-direction: column;
    }
    .input_0f84 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.carousel-lite-25f4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.modal_0865 .dim-c173 {
    color: #666;
    margin: 0 8px;
}

.modal_0865 .carousel_outer_c960 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.secondary-fixed-c4e7 {
    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;
}

.pressed_e49e {
    font-size: 2rem;
}

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

.preview-f7a5 strong {
    color: #d4af37;
}

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

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

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

.background_e421 h3,
.carousel-clean-d29a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.message-focused-e8c0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.slider-next-c7b6 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.blue_60ed strong {
    color: #00ff88;
}

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

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

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

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

.notice-1f42 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.prev-c5e4 strong {
    color: #d4af37;
}

.last-5acc {
    color: #aaa;
}

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

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

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

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

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

.hero-8d49 {
    max-width: 900px;
    margin: 0 auto;
}

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

.badge-motion-5ab0:last-child {
    border-bottom: none;
}

.badge-motion-5ab0 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.badge-motion-5ab0 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.small_a809 strong {
    color: #d4af37;
}

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

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

.warm-313a strong {
    color: #00ff88;
}

.warm-313a span {
    color: #d4af37;
}

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

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

.detail-4c65 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.middle_e7b3 {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

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

.hero_e600 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.surface-motion-ca02 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tooltip-768d {
        padding: 30px 15px;
    }
    
    .tooltip-768d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .description-short-2819 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .preview-bottom-a750 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .image-action-2887 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image-action-2887 .article-8f0b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .thumbnail_b7f0 {
        font-size: 1.3rem;
    }
    
    .selected-2a6f {
        font-size: 0.7rem;
    }
    
    .silver-5bff {
        flex-direction: column;
        gap: 10px;
    }
    
    .silver-5bff .slow-3808 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fresh_754f {
        display: none;
    }
    
    .caption-2264 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .complex_08b6 {
        padding: 20px 10px;
    }
    
    .detail-4c65 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow_72de,
    .backdrop_865a {
        padding: 15px;
    }
    
    .summary_action_1cfc {
        flex-direction: column;
        gap: 5px;
    }
    
    .description-e1c6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .thumbnail_f845 {
        padding: 30px 10px;
    }
    
    .selected-7c7e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bronze-cf11 {
        padding: 20px 15px;
    }
    
    .detail-c5cf {
        font-size: 2rem;
    }
    
    .bronze-cf11 h3 {
        font-size: 1.1rem;
    }
    
    .bronze-cf11 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .upper-9a5b {
        padding: 20px 10px;
    }
    
    .component_last_b244 h2 {
        font-size: 1.3rem;
    }
    
    .cool-dc39 {
        font-size: 0.9rem;
    }
    
    .badge-motion-5ab0 h3 {
        font-size: 1.1rem;
    }
    
    .badge-motion-5ab0 p {
        font-size: 0.9rem;
    }
    
    .backdrop_medium_9f11 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .disabled_1041 {
        grid-template-columns: 1fr;
    }
    
    .small_a809 {
        font-size: 0.85rem;
    }
    
    .focus_paper_ba4e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dark_d88f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dark_d88f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .chip-724d {
        padding: 30px 10px;
    }
    
    .lower-2dca {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside_silver_0662 {
        padding: 15px 10px;
    }
    
    .aside_silver_0662 h4 {
        font-size: 0.9rem;
    }
    
    .aside_silver_0662 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .logo-6c07 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .lower-2dca {
        grid-template-columns: 1fr;
    }
    
    .aside_silver_0662 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .column_huge_59b9 {
        padding: 30px 10px;
    }
    
    .tertiary-e034 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shade-8ebe {
        padding: 15px;
    }
    
    .lower-3b4b {
        font-size: 0.9rem;
    }
    
    .text-cool-5ed8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .text-cool-5ed8 .huge-1ef1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .slider_blue_af27 {
        padding: 30px 10px;
    }
    
    .slider_blue_af27 h2 {
        font-size: 1.2rem;
    }
    
    .preview_warm_e596 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text_ac8c {
        padding: 15px 10px;
    }
    
    .text_ac8c h4 {
        font-size: 0.85rem;
    }
    
    .text_ac8c p {
        font-size: 0.75rem;
    }
    
    .pro_17a7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .plasma-daa6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .description-black-b139 {
        padding: 20px 10px;
    }
    
    .filter-7ccf {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .status_9108,
    .title-motion-7a5d,
    .modal_0d2e {
        width: 100%;
    }
    
    .status_9108 h3 {
        font-size: 1.1rem;
    }
    
    .status_9108 p {
        font-size: 0.8rem;
    }
    
    .badge-b99f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .south-a898 {
        padding: 30px 15px;
    }
    
    .south-a898 h2 {
        font-size: 1.3rem;
    }
    
    .south-a898 p {
        font-size: 0.85rem;
    }
    
    .info-4eb9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .info-4eb9 .slow-3808 {
        width: 100%;
    }
    
    .table_static_c52b {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .white-ee35 {
        padding: 30px 15px;
    }
    
    .popup_f9da {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .slider_6d51 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .dropdown_5d09 h4 {
        font-size: 0.9rem;
    }
    
    .dropdown_5d09 a {
        font-size: 0.8rem;
    }
    
    .image-hot-be4e {
        font-size: 0.8rem;
    }
    
    .notification_aa50 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .frame-c073 {
        padding: 8px 10px;
    }
    
    .right-acc6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .notification_yellow_75b8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .right-acc6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .notification_yellow_75b8 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3fd6 */
.shadow-element-m0 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
