:root {
        --felt-green: #0B3B24;
        --felt-green-dark: #062C1B;
        --wood-dark: #3A2318;
        --gold: #D4AF37;
        --gold-dark: #B88D2F;
        --text-light: #F5F0E6;
        --text-muted: #B9B09C;
        --shadow-emboss: inset 0 1px 2px rgba(0,0,0,0.2), 0 4px 12px rgba(0,0,0,0.3);
        --accent-red: #E74C3C;
        --accent-green: #2ECC71;
        --dg-cyber-blue: #00E5FF;
        --dg-cyber-purple: #B388FF;
    }

    html, body {
        margin: 0;
        padding: 0;
        overflow-x: hidden; 
    }

    body {
        background-color: var(--felt-green);
        background-image: radial-gradient(circle at 25% 40%, rgba(0,0,0,0.08) 1px, transparent 1px),
                          radial-gradient(circle at 75% 60%, rgba(0,0,0,0.05) 1px, transparent 1px);
        background-size: 40px 40px, 60px 60px;
        color: var(--text-light);
        font-family: inherit;
        line-height: 1.6;
    }

    
    body.page .content-container, body.page .site-container,
    body.page .entry-hero-container-inner {
        max-width: 100%;
    }

    @media (max-width: 767px) {
        .site-container, .content-container, .site-main, .entry-content, .wp-site-blocks, .wrapper, .content-wrap {
            padding-left: 0;
            padding-right: 0;
            margin-left: 0;
            margin-right: 0;
            max-width: 100%;
            width: 100%;
            overflow-x: hidden;
        }
    }

    
    .article-container {
        width: 100%;
        max-width: 1100px;
        margin: 2rem auto;
        padding: 0 20px;
        position: relative;
        z-index: 2;
    }

    @media (max-width: 767px) {
        .article-container {
            padding: 0 12px;
            margin: 1rem auto;
            width: 100%;
        }
    }

    h1, h2, h3, h4, h5 { font-family: Georgia, "Times New Roman", serif; color: var(--gold); font-weight: 700; }

    
    .breadcrumbs { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px dashed rgba(212,175,55,0.3); }
    .breadcrumbs a { color: var(--gold); text-decoration: none; transition: 0.2s; font-weight: 500;}
    .breadcrumbs a:hover { text-decoration: underline; }

    
    .card { background: rgba(10, 8, 6, 0.85); backdrop-filter: blur(2px); border: 1px solid var(--wood-dark); border-radius: 12px; box-shadow: var(--shadow-emboss); padding: 2rem; margin-bottom: 2.5rem; }
    
    
    .quick-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; background: rgba(0,0,0,0.6); border-radius: 8px; padding: 1.5rem; margin-top: 1.5rem; border: 1px solid rgba(212,175,55,0.15); }
    .fact-item h4 { font-size: 0.8rem; color: var(--text-muted); font-family: inherit; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
    .fact-item p { font-size: 1.2rem; font-weight: 700; color: var(--text-light); margin: 0;}
    .fact-item .highlight { color: var(--dg-cyber-blue); text-shadow: 0 0 10px rgba(0, 229, 255, 0.3); }

    
    .article-content h2 { font-size: clamp(1.22rem, 2.3vw, 1.45rem); margin: 3rem 0 1.2rem; padding-left: 1rem; border-left: 4px solid var(--gold); border-bottom: none; line-height: 1.2;}
    .article-content h3 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); margin: 2rem 0 1rem; color: var(--gold); }
    .article-content h4 { font-size: 1.1rem; margin: 1.5rem 0 0.8rem; color: var(--text-light); font-family: inherit; font-weight: 600;}
    .article-content p { margin-bottom: 1.2rem; font-size: 1.05rem; color: var(--text-light); line-height: 1.8; }
    .article-content ul, .article-content ol { margin-bottom: 1.5rem; padding-left: 1.5rem; color: var(--text-light); }
    .article-content li { margin-bottom: 0.6rem; line-height: 1.7; }
    .article-content strong { color: var(--gold); font-weight: 600;}

    
    .ai-dashboard { background: linear-gradient(135deg, rgba(10,12,16,0.95), rgba(20,15,30,0.95)); border: 1px solid var(--dg-cyber-purple); border-radius: 12px; padding: 2rem; margin: 2.5rem 0; box-shadow: inset 0 0 20px rgba(179, 136, 255, 0.1), 0 10px 30px rgba(0,0,0,0.6); position: relative; overflow: hidden; }
    .ai-dashboard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--dg-cyber-blue), var(--dg-cyber-purple), transparent); animation: scanline 3s linear infinite; }
    @keyframes scanline { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
    .ai-header { display: flex; justify-content: space-between; border-bottom: 1px dashed rgba(179, 136, 255, 0.3); padding-bottom: 12px; margin-bottom: 1.5rem; color: var(--dg-cyber-blue); font-family: monospace; font-size: 0.9rem; font-weight: bold; letter-spacing: 1px;}
    .ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .ai-stat { background: rgba(0,0,0,0.6); padding: 1.5rem; border-radius: 8px; border-left: 3px solid var(--dg-cyber-purple); border-right: 1px solid rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05);}
    .ai-stat h4 { color: var(--text-muted); margin: 0 0 8px 0; font-size: 0.85rem; text-transform: uppercase; font-family: inherit;}
    .ai-stat .val { font-size: 2rem; font-weight: 900; color: #fff; font-family: Georgia, "Times New Roman", serif; line-height: 1;}
    .ai-stat .val.banker { color: var(--accent-red); text-shadow: 0 0 10px rgba(231,76,60,0.3);}
    .ai-stat .val.player { color: var(--dg-cyber-blue); text-shadow: 0 0 10px rgba(0,229,255,0.3);}

    
    .roadmap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
    .roadmap-card { background: rgba(0,0,0,0.5); border-radius: 12px; padding: 1.5rem; border: 1px solid var(--wood-dark); border-left: 4px solid var(--gold); transition: 0.3s;}
    .roadmap-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.5); border-color: var(--gold);}
    .roadmap-card h4 { margin: 0 0 0.8rem 0; color: var(--gold); font-size: 1.15rem; font-family: Georgia, "Times New Roman", serif;}

    
    .pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2rem 0; }
    .pc-box { padding: 1.5rem; border-radius: 12px; background: rgba(0,0,0,0.6); border: 1px solid; }
    .box-pros { border-color: rgba(0, 229, 255, 0.4); }
    .box-cons { border-color: rgba(231, 76, 60, 0.4); }
    .pc-box h4 { font-family: Georgia, "Times New Roman", serif; display: flex; align-items: center; gap: 8px; margin-bottom: 1.2rem; font-size: 1.2rem; margin-top: 0;}
    .box-pros h4 { color: var(--dg-cyber-blue); }
    .box-cons h4 { color: var(--accent-red); }
    .pc-box ul { list-style: none; padding: 0; margin: 0; }
    .pc-box li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 1rem; font-size: 0.95rem; }

    
    .table-responsive {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 1.5rem 0;
        border-radius: 8px;
        border: 1px solid var(--wood-dark);
    }
    .rule-table { width: 100%; border-collapse: collapse; background: rgba(0,0,0,0.6); min-width: 500px;}
    .rule-table th, .rule-table td { padding: 1rem; border-bottom: 1px solid rgba(255,255,255,0.05); text-align: left; font-size: 0.95rem; color: var(--text-light);}
    .rule-table th { background: rgba(0,0,0,0.8); color: var(--gold); font-weight: 600; white-space: nowrap;}

    
    .silo-links { background: rgba(10, 8, 6, 0.85); border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold); padding: 2rem; border-radius: 12px; margin-top: 3.5rem; box-shadow: var(--shadow-emboss);}
    .silo-links h3 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); margin-top: 0; margin-bottom: 1rem;}
    .silo-links a { color: var(--gold); font-weight: 600; text-decoration: none; border-bottom: 1px dashed rgba(212,175,55,0.5); transition: 0.2s; }
    .silo-links a:hover { color: #fff; border-bottom-color: #fff; }

    
    .tooltip-term { border-bottom: 1px dashed var(--gold); cursor: help; color: var(--gold); transition: 0.2s;}
    .tooltip-term:hover { color: #fff; border-bottom-color: #fff; }
    
    
    .info-block { background: rgba(179,136,255,0.08); border-left: 4px solid var(--dg-cyber-purple); padding: 1.2rem 1.5rem; margin: 1.8rem 0; border-radius: 0 8px 8px 0; }
    .quote-block { background: rgba(212,175,55,0.08); border-left: 4px solid var(--gold); padding: 1.2rem 1.5rem; margin: 1.8rem 0; border-radius: 0 8px 8px 0; }
    .warning-block { background: rgba(231,76,60,0.1); border-left: 4px solid var(--accent-red); padding: 1.2rem 1.5rem; margin: 1.8rem 0; border-radius: 0 8px 8px 0; }

    @media (max-width: 768px) {
        .card { padding: 1.2rem; }
        .article-content h2 { font-size: clamp(1.22rem, 2.3vw, 1.45rem); }
        .article-content p { font-size: 0.95rem; }
        .pros-cons-grid { grid-template-columns: 1fr; }
        .roadmap-grid { grid-template-columns: 1fr; }
        .ai-grid { grid-template-columns: 1fr; }
        .ai-dashboard { padding: 1.5rem; }
    }


.bj-inl-page-dream-gaming-1 { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; margin-bottom: 0; }
.bj-inl-page-dream-gaming-2 { color: var(--accent-red); font-weight: 600; font-size: 1.1rem; margin-bottom: 10px; }
.bj-inl-page-dream-gaming-3 { background: rgba(0,0,0,0.8); margin-top: 3rem; text-align:center; border-top: 3px solid var(--accent-red); border-color: var(--wood-dark); }
.bj-inl-page-dream-gaming-4 { font-size: 0.95rem; line-height: 1.9; margin: 0; }
.bj-inl-page-dream-gaming-5 { margin-top: 0; font-size: clamp(1.05rem, 1.8vw, 1.18rem); margin-bottom: 1rem; color: var(--gold); }
.bj-inl-page-dream-gaming-6 { font-size: 0.95rem; color: var(--text-muted); }
.bj-inl-page-dream-gaming-7 { margin-top:1.5rem; color:var(--gold); font-size: clamp(1.05rem, 1.8vw, 1.18rem); border:none; padding:0; }
.bj-inl-page-dream-gaming-8 { font-size: 0.95rem; color: var(--text-muted); }
.bj-inl-page-dream-gaming-9 { margin-top:1.5rem; color:var(--gold); font-size: clamp(1.05rem, 1.8vw, 1.18rem); border:none; padding:0; }
.bj-inl-page-dream-gaming-10 { font-size: 0.95rem; color: var(--text-muted); }
.bj-inl-page-dream-gaming-11 { margin-top:1.5rem; color:var(--gold); font-size: clamp(1.05rem, 1.8vw, 1.18rem); border:none; padding:0; }
.bj-inl-page-dream-gaming-12 { font-size: 0.95rem; color: var(--text-muted); }
.bj-inl-page-dream-gaming-13 { margin-top:0; color:var(--gold); font-size: clamp(1.05rem, 1.8vw, 1.18rem); border:none; padding:0; }
.bj-inl-page-dream-gaming-14 { padding: 1.5rem; margin-top: 1rem; }
.bj-inl-page-dream-gaming-15 { margin:0; }
.bj-inl-page-dream-gaming-16 { margin:0; }
.bj-inl-page-dream-gaming-17 { margin:0; }
.bj-inl-page-dream-gaming-18 { font-size: 0.75rem; color: var(--text-muted); margin-top: 5px; }
.bj-inl-page-dream-gaming-19 { font-size: 0.75rem; color: var(--text-muted); margin-top: 5px; }
.bj-inl-page-dream-gaming-20 { color:var(--gold); text-shadow:none; }
.bj-inl-page-dream-gaming-21 { color:var(--gold); text-shadow:none; }
.bj-inl-page-dream-gaming-22 { color: var(--text-muted); max-width: 850px; margin: 0 auto; font-size: 1.05rem; }
.bj-inl-page-dream-gaming-23 { font-size: clamp(1.5rem, 3vw, 1.9rem); margin-bottom: 1.2rem; background: linear-gradient(135deg,#D4AF37,#FFE5B4); -webkit-background-clip:text; color:transparent; line-height:1.3; }
.bj-inl-page-dream-gaming-24 { width: 80px; height: 80px; background: #1a1a1a; border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 800; color: var(--gold); margin: 0 auto 1.5rem; }
.bj-inl-page-dream-gaming-25 { text-align: center; padding-top: 3rem; border-top: 4px solid var(--gold); }
.bj-inl-page-dream-gaming-26 { color: var(--text-light); }
