: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;
        --pt-blue: #0055A4; 
        --pt-blue-glow: rgba(0, 85, 164, 0.4);
        --pt-platinum: #E5E4E2;
    }

    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(--pt-platinum); text-shadow: 0 0 10px rgba(229, 228, 226, 0.4); }

    
    .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(--pt-blue); border-bottom: none; line-height: 1.2; color: #fff; text-shadow: 0 0 10px rgba(0,85,164,0.3);}
    .article-content h3 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); margin: 2rem 0 1rem; color: var(--pt-platinum); }
    .article-content h4 { font-size: 1.1rem; margin: 1.5rem 0 0.8rem; color: var(--gold); 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;}

    
    .ar-vision-panel { background: linear-gradient(135deg, #04080F, #0A0F1A); border: 1px solid var(--pt-blue); border-radius: 12px; padding: 2rem; margin: 2.5rem 0; box-shadow: inset 0 0 20px rgba(0, 85, 164, 0.15), 0 10px 30px rgba(0,0,0,0.8); position: relative; overflow: hidden; }
    .ar-vision-panel::after { content: 'AR OVERLAY: ACTIVE'; position: absolute; top: 12px; right: 15px; background: rgba(0, 85, 164, 0.1); color: var(--pt-platinum); padding: 4px 8px; font-size: 0.75rem; font-weight: 600; font-family: monospace; border: 1px solid rgba(0,85,164,0.5); border-radius: 4px; animation: pulse-border 2.5s infinite; letter-spacing: 1px;}
    @keyframes pulse-border { 0% { border-color: rgba(0,85,164,0.3); box-shadow: 0 0 0 transparent; } 50% { border-color: var(--pt-blue); box-shadow: 0 0 8px var(--pt-blue); } 100% { border-color: rgba(0,85,164,0.3); box-shadow: 0 0 0 transparent; } }
    .ar-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; position: relative; z-index: 2; }
    .ar-item { background: rgba(0, 85, 164, 0.05); border-left: 3px solid var(--pt-blue); padding: 1.5rem; border-radius: 8px; backdrop-filter: blur(4px); transition: 0.3s; border-top: 1px solid rgba(255,255,255,0.02); border-right: 1px solid rgba(255,255,255,0.02); border-bottom: 1px solid rgba(255,255,255,0.02);}
    .ar-item:hover { transform: translateY(-4px); background: rgba(0, 85, 164, 0.1); box-shadow: 0 5px 15px rgba(0,85,164,0.2);}
    .ar-item h4 { color: var(--pt-platinum); margin-top: 0; margin-bottom: 12px; font-family: inherit; display: flex; align-items: center; gap: 8px; font-size: 1.05rem;}
    .ar-item p { font-size: 0.9rem; color: var(--text-muted); margin: 0; line-height: 1.6; }

    
    .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, 85, 164, 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(--pt-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(--pt-blue); border-bottom: 2px solid var(--pt-blue); 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; color: #fff;}
    .silo-links a { color: var(--pt-platinum); font-weight: 600; text-decoration: none; border-bottom: 1px dashed rgba(229,228,226,0.5); transition: 0.2s; }
    .silo-links a:hover { color: #fff; border-bottom-color: #fff; text-shadow: 0 0 5px rgba(255,255,255,0.4); }

    
    .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(0,85,164,0.08); border-left: 4px solid var(--pt-blue); 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; }
    .regulatory-block { background: rgba(46,204,113,0.08); border-left: 4px solid var(--accent-green); 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; }
        .ar-vision-panel { padding: 1.5rem 1rem; }
    }


.bj-inl-page-playtech-1 { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; margin-bottom: 0; }
.bj-inl-page-playtech-2 { color: var(--accent-red); font-weight: 600; font-size: 1.1rem; margin-bottom: 10px; }
.bj-inl-page-playtech-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-playtech-4 { font-size: 0.95rem; line-height: 1.9; margin: 0; }
.bj-inl-page-playtech-5 { margin-top: 0; font-size: clamp(1.05rem, 1.8vw, 1.18rem); margin-bottom: 1rem; color: var(--pt-platinum); }
.bj-inl-page-playtech-6 { font-size: 0.95rem; color: var(--text-muted); }
.bj-inl-page-playtech-7 { margin-top:1.5rem; color:var(--pt-blue); font-size: clamp(1.05rem, 1.8vw, 1.18rem); border:none; padding:0; }
.bj-inl-page-playtech-8 { font-size: 0.95rem; color: var(--text-muted); }
.bj-inl-page-playtech-9 { margin-top:1.5rem; color:var(--pt-blue); font-size: clamp(1.05rem, 1.8vw, 1.18rem); border:none; padding:0; }
.bj-inl-page-playtech-10 { font-size: 0.95rem; color: var(--text-muted); }
.bj-inl-page-playtech-11 { margin-top:0; color:var(--pt-blue); font-size: clamp(1.05rem, 1.8vw, 1.18rem); border:none; padding:0; }
.bj-inl-page-playtech-12 { padding: 1.5rem; margin-top: 1rem; }
.bj-inl-page-playtech-13 { margin:0; }
.bj-inl-page-playtech-14 { margin:0; color: var(--text-light); }
.bj-inl-page-playtech-15 { color:var(--pt-blue); }
.bj-inl-page-playtech-16 { color:var(--pt-blue); text-shadow:none; }
.bj-inl-page-playtech-17 { color:var(--gold); text-shadow:none; }
.bj-inl-page-playtech-18 { color: var(--text-muted); max-width: 850px; margin: 0 auto; font-size: 1.05rem; }
.bj-inl-page-playtech-19 { font-size: clamp(1.5rem, 3vw, 1.9rem); margin-bottom: 1.2rem; background: linear-gradient(135deg, #fff, #B0C4DE); -webkit-background-clip:text; color:transparent; line-height:1.3; }
.bj-inl-page-playtech-20 { width: 80px; height: 80px; background: #1a1a1a; border: 2px solid var(--pt-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 800; color: var(--pt-platinum); margin: 0 auto 1.5rem; box-shadow: 0 0 20px var(--pt-blue-glow); }
.bj-inl-page-playtech-21 { text-align: center; padding-top: 3rem; border-top: 4px solid var(--pt-blue); }
.bj-inl-page-playtech-22 { color: var(--text-light); }
