.elementor-8 .elementor-element.elementor-element-b185aa2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-8cf0649{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-633c04c{--display:flex;}.elementor-8 .elementor-element.elementor-element-4241ca8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7a97167 */#tjs-newsroom {
  --lime: #BCFF00;
  --pink: #FF00E5;
  --blk: #000000;
  --wh: #ffffff;
  --paper: #F6F6F6;
  --cyan: #00e5ff;
  --amber: #ffb300;
  --breach: #ff3d3d;
  --clean: #00e5a0;
  --card: #1a1a1a;
  --slate: #8899aa;
  --border: 4px solid #000000;
  
  font-family: 'Inter', sans-serif;
  background: var(--paper);
  color: var(--blk);
  line-height: 1.4;
  user-select: none;
  -webkit-user-select: none;
  min-height: 100vh;
  overflow-x: hidden;
}

#tjs-newsroom * { box-sizing: border-box; margin: 0; padding: 0; }
#tjs-newsroom input, #tjs-newsroom textarea { user-select: text; -webkit-user-select: text; pointer-events: auto; font-family: 'Inter', sans-serif; }

/* Dyslexia Accessibility Mode */
#tjs-newsroom.dyslexia-mode, #tjs-newsroom.dyslexia-mode * { font-family: 'Atkinson Hyperlegible', sans-serif !important; letter-spacing: 0.5px !important; }

/* ── 2. ANIMATIONS ── */
@keyframes tjsSlideUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes tjsShake { 0%,100%{transform:translateX(0);} 25%{transform:translateX(-8px);} 75%{transform:translateX(8px);} }
@keyframes tjsPulseGold { 0%,100%{box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);} 50%{box-shadow: 0 0 30px rgba(255, 215, 0, 0.8);} }
@keyframes tjsPulseRed { 0%,100%{box-shadow: 0 0 10px rgba(255, 61, 61, 0.3);} 50%{box-shadow: 0 0 25px rgba(255, 61, 61, 0.7);} }
@keyframes tjsFlashWire { 0%{background:var(--cyan);} 100%{background:transparent;} }
@keyframes tjsFlashSlack { 0%{background:var(--amber);} 100%{background:rgba(255, 179, 0, 0.05);} }
@keyframes tjsFlicker { 0%,100%{opacity:1;} 5%,95%{opacity:0.97;} 20%,80%{opacity:0.99;} 30%,70%{opacity:1;} }

/* ── 3. GLOBALS & BUTTONS ── */
#tjs-newsroom .scr { display: none; } 
#tjs-newsroom .scr.on { display: block; animation: tjsSlideUp 0.4s ease forwards; } 
#tjs-newsroom .scr.on-flex { display: flex; animation: tjsSlideUp 0.4s ease forwards; }

#tjs-newsroom .vox-marker { background: var(--lime); box-shadow: 8px 0 0 var(--lime), -8px 0 0 var(--lime); display: inline; padding: 4px 0; color: var(--blk); -webkit-box-decoration-break: clone; box-decoration-break: clone;}
#tjs-newsroom .vox-marker-pink { background: var(--pink); box-shadow: 8px 0 0 var(--pink), -8px 0 0 var(--pink); display: inline; padding: 4px 0; color: var(--wh); -webkit-box-decoration-break: clone; box-decoration-break: clone;}

#tjs-newsroom .btn { padding: 15px 25px; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 15px; text-transform: uppercase; border: var(--border); cursor: pointer; background: var(--blk); color: var(--wh); transition: 0.2s; box-shadow: 6px 6px 0 var(--blk); display: inline-block; text-align: center; }
#tjs-newsroom .btn:hover { background: var(--lime); color: var(--blk); transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--blk); }

/* ── 4. HUD & NAVIGATION ── */
#tjs-newsroom .hud { background: var(--blk); color: var(--wh); padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 9000; border-bottom: 3px solid var(--lime); }
#tjs-newsroom .logo-nav { font-family: 'Archivo', sans-serif; font-size: 22px; text-transform: uppercase; cursor: pointer; color: var(--lime); }
#tjs-newsroom .logo-nav span { color: var(--wh); font-size: 12px; display: block; font-family: 'JetBrains Mono'; letter-spacing: 2px; margin-top: -4px; }
#tjs-newsroom .nav-actions { display: flex; gap: 10px; align-items: center; }
#tjs-newsroom .btn-sm { background: transparent; border: 1px solid var(--slate); color: var(--wh); padding: 5px 10px; font-family: 'JetBrains Mono'; font-size: 9px; cursor: pointer; border-radius: 4px; transition: 0.2s; text-transform: uppercase; }
#tjs-newsroom .btn-sm:hover { background: var(--lime); color: var(--blk); border-color: var(--lime); }
#tjs-newsroom .btn-sm.pink:hover { background: var(--pink); color: var(--wh); border-color: var(--pink); }

/* ── 5. WELCOME HERO ── */
#tjs-newsroom .welcome-hero { padding: clamp(60px, 8vh, 100px) 5%; background: var(--wh); border-bottom: var(--border); }
#tjs-newsroom .massive-title { font-family: 'Archivo', sans-serif; font-size: clamp(60px, 12vw, 150px); text-transform: uppercase; letter-spacing: -4px; line-height: 0.85; margin-bottom: 40px; color: var(--blk); }
#tjs-newsroom .hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; max-width: 1300px; align-items: start; }
#tjs-newsroom .input-card { border: var(--border); background: var(--paper); padding: 40px; box-shadow: 15px 15px 0 var(--blk); max-width: 500px; }
#tjs-newsroom .name-inp { width: 100%; border: none; border-bottom: 5px solid var(--blk); font-family: 'Archivo', sans-serif; font-size: 32px; text-transform: uppercase; margin-bottom: 25px; outline: none; background: transparent; padding: 10px 0; color: var(--blk); }

/* ── 6. DASHBOARD & STATS ── */
#tjs-newsroom .dash-header { background: var(--blk); color: var(--wh); padding: 40px 5%; border-bottom: 5px solid var(--lime); display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; }
#tjs-newsroom .dh-title { font-family: 'Archivo', sans-serif; font-size: clamp(35px, 6vw, 70px); text-transform: uppercase; line-height: 0.85; }
#tjs-newsroom .stats-strip { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--wh); border-bottom: var(--border); }
#tjs-newsroom .ss-cell { padding: 20px; border-right: var(--border); position: relative; }
#tjs-newsroom .ss-num { font-family: 'Archivo', sans-serif; font-size: clamp(20px, 2.5vw, 32px); font-weight: 900; line-height: 1; color: var(--blk); }
#tjs-newsroom .ss-lbl { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; color: #888; margin-top: 5px; }

/* ── 7. ANALYSIS, RADAR, HISTORY, SPIKES ── */
#tjs-newsroom .analysis-grid { display: grid; grid-template-columns: 1fr 300px 300px; border-bottom: var(--border); }
#tjs-newsroom .appraisal-box { background: var(--paper); padding: 30px; border-right: var(--border); display: flex; flex-direction: column; justify-content: center; }
#tjs-newsroom .app-msg { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; line-height: 1.4; margin-bottom: 15px; border-left: 4px solid var(--amber); padding-left: 15px; color: #333; }
#tjs-newsroom .radar-box { background: var(--blk); padding: 20px; display: flex; align-items: center; justify-content: center; position: relative; border-right: var(--border); }
#tjs-newsroom .history-box { background: #0a0a0a; padding: 20px; display: flex; flex-direction: column; height: 350px; }
#tjs-newsroom .hist-feed, #tjs-newsroom .spike-feed { flex: 1; overflow-y: auto; display: flex; flex-direction: column; gap: 8px; padding-right: 5px; }
#tjs-newsroom .hist-item { background: #151515; border-left: 2px solid var(--clean); padding: 8px; font-size: 11px; color: #eee; }
#tjs-newsroom .hist-item.bad { border-color: var(--breach); }
#tjs-newsroom .spike-item { background: #222; padding: 8px; border-radius: 4px; font-size: 11px; color: #ccc; border-left: 2px solid var(--breach); }

/* ── 8. GAME GRID & RINGS ── */
#tjs-newsroom .games-sec { padding: 60px 5%; background: var(--paper); border-bottom: var(--border); }
#tjs-newsroom .games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
#tjs-newsroom .game-tile { background: var(--wh); border: var(--border); padding: 30px; transition: 0.2s; display: flex; flex-direction: column; cursor: pointer; position: relative; box-shadow: 6px 6px 0 var(--blk); }
#tjs-newsroom .game-tile:hover { transform: translate(-4px,-4px); box-shadow: 10px 10px 0 var(--blk); }
#tjs-newsroom .ring-wrap { position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border-radius: 50%; background: #eee; display: flex; align-items: center; justify-content: center; }
#tjs-newsroom .ring-inner { width: 32px; height: 32px; background: var(--wh); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'JetBrains Mono'; font-size: 9px; font-weight: 800; z-index: 2; color: var(--blk); }
#tjs-newsroom .gt-tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 800; text-transform: uppercase; color: var(--pink); margin-bottom: 15px; display: block; }
#tjs-newsroom .gt-title { font-family: 'Archivo', sans-serif; font-size: 26px; text-transform: uppercase; line-height: 0.9; margin-bottom: 15px; color: var(--blk); }
#tjs-newsroom .gt-desc { font-size: 14px; color: #555; margin-bottom: 25px; flex-grow: 1; }

#tjs-newsroom .boss-tile { grid-column: 1 / -1; border-color: var(--breach); background: #fffcfc; animation: tjsPulseRed 2s infinite alternate; }
#tjs-newsroom .arc-tile { border-color: #FFD700; background: #fffcf0; }
#tjs-newsroom .arc-tile.locked { filter: grayscale(1); opacity: 0.6; pointer-events: none; border-color: #ccc; }

/* ── 9. AWARDS ── */
#tjs-newsroom .awards-sec { padding: 60px 5%; background: var(--wh); }
#tjs-newsroom .awards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
#tjs-newsroom .award-card { padding: 25px; border: 3px solid var(--blk); border-radius: 8px; text-align: center; background: var(--paper); transition: 0.2s; }
#tjs-newsroom .award-card.locked { opacity: 0.4; filter: grayscale(100%); border-style: dashed; }
#tjs-newsroom .award-card.unlocked { background: var(--blk); color: var(--wh); border-color: var(--lime); box-shadow: 8px 8px 0 var(--lime); transform: translate(-2px,-2px); }
#tjs-newsroom .aw-icon { font-size: 40px; margin-bottom: 10px; }

/* ── 10. MODALS (LAW LIBRARY & IPSO) ── */
#tjs-newsroom .modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 10000; display: none; align-items: center; justify-content: center; backdrop-filter: blur(5px); padding: 20px; }
#tjs-newsroom .modal-overlay.on { display: flex; }
#tjs-newsroom .modal-box { background: #111; border: 2px solid var(--lime); border-radius: 8px; width: 100%; max-width: 600px; padding: 30px; color: var(--wh); max-height: 80vh; overflow-y: auto; position: relative; }
#tjs-newsroom .modal-close { position: absolute; top: 20px; right: 20px; background: transparent; border: none; color: var(--wh); font-size: 20px; cursor: pointer; }
#tjs-newsroom .law-card { background: #000; border: 1px solid #333; padding: 15px; border-left: 4px solid var(--pink); margin-bottom: 15px; }

/* ── 11. UNIVERSAL GAME SCREEN ── */
#tjs-newsroom .game-screen { background: radial-gradient(circle at top, #1a1a1a 0%, #050505 100%); color: #f0f0eb; min-height: 100vh; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; }
#tjs-newsroom .g-container { width: 100%; max-width: 650px; padding: 20px; z-index: 10; display:flex; flex-direction:column; align-items:center;}
#tjs-newsroom .g-title { font-family: 'Syne', sans-serif; font-size: 2.5rem; text-transform: uppercase; text-align: center; margin-bottom: 10px; color: var(--wh); }
#tjs-newsroom .g-sub { color: var(--slate); text-align: center; margin-bottom: 30px; line-height: 1.5; font-size: 14px; }
#tjs-newsroom .g-hud { position: absolute; top: 20px; left: 20px; right: 20px; display: flex; justify-content: space-between; font-family: 'Syne Mono', monospace; font-size: 12px; color: var(--cyan); z-index: 20; }

/* ── 12. SPECIFIC GAME COMPONENTS ── */

/* WIR */
#tjs-newsroom .wir-card { width: 100%; background: linear-gradient(145deg, #1f1f1f, #111); border-radius: 12px; padding: 30px; border: 1px solid rgba(255,255,255,0.1); margin-bottom: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.8); text-align:left; }
#tjs-newsroom .wir-btn { flex: 1; padding: 15px 5px; border: 2px solid; border-radius: 8px; background: transparent; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 13px; cursor: pointer; transition: 0.2s; color: var(--wh); }
#tjs-newsroom .reframe-btn { width: 100%; background: rgba(0,229,255,0.1); border-color: var(--cyan); color: var(--cyan); margin-bottom: 10px; }

/* RPR */
#tjs-newsroom .rpr-copy { background: #111; border: 1px solid #333; border-radius: 8px; padding: 25px; font-size: 1.2rem; line-height: 1.8; text-align:left; color:var(--wh);}
#tjs-newsroom .rpr-word { cursor: pointer; border-bottom: 2px dashed transparent; display: inline; transition: 0.2s; }
#tjs-newsroom .rpr-word:hover { background: rgba(255,255,255,0.1); }
#tjs-newsroom .rpr-found { color: var(--breach); font-weight: 700; pointer-events: none; text-decoration: line-through; text-decoration-color: var(--breach); }
#tjs-newsroom .rpr-wrong { background: var(--breach); color: var(--wh); animation: tjsShake 0.3s; }
#tjs-newsroom .rpr-hint-active { background: rgba(0,229,255,0.3); border-bottom: 2px solid var(--cyan); }

/* STS */
#tjs-newsroom #sts-list { display: flex; flex-direction: column; gap: 8px; width: 100%; position: relative; padding: 20px 0; min-height: 300px; text-align:left;}
#tjs-newsroom #sts-list::before { content: ""; position: absolute; inset: 0; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><polygon points="0,0 100,0 50,100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="2" stroke-dasharray="4,4"/></svg>') no-repeat center; background-size: 100% 90%; z-index: 0; pointer-events: none; }
#tjs-newsroom .sts-item { background: #080808; border: 1px solid #222; border-radius: 8px; display: flex; cursor: grab; padding: 12px; z-index: 2; position: relative; color: #ddd; }
#tjs-newsroom .sts-ghost { position: fixed; z-index: 800; background: rgba(167,139,250,0.3); border: 2px solid #a78bfa; border-radius: 8px; pointer-events: none; display:flex; padding:12px; color:#fff;}

/* DUEL / DRAFT */
#tjs-newsroom .duel-grid { display: grid; grid-template-columns: 1fr; gap: 20px; width:100%; text-align:left;}
#tjs-newsroom .duel-input { width: 100%; background: #000; border: 1px solid #444; color: var(--wh); padding: 15px; font-family: 'Inter', sans-serif; font-size: 14px; border-radius: 4px; outline: none; resize: none; }

/* CROP */
#tjs-newsroom .crop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; width:100%;}
#tjs-newsroom .crop-cell { background: #111; border: 2px solid #333; border-radius: 10px; padding: 20px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; transition: 0.2s; position: relative; overflow: hidden; }
#tjs-newsroom .crop-cell.blurred { border-color: var(--pink); background: rgba(255,0,229,0.05); }
#tjs-newsroom .crop-lbl { font-family: 'Syne Mono'; font-size: 12px; font-weight: bold; color: var(--wh) !important; text-align: center; z-index: 2; display: block; position: relative; }

/* CONF / CHAT */
#tjs-newsroom .chat-box { background: #0a0a0a; border: 1px solid #333; border-radius: 10px; height: 250px; padding: 15px; overflow-y: auto; display: flex; flex-direction: column; gap: 15px; margin-bottom: 20px; width:100%; text-align:left;}
#tjs-newsroom .chat-msg { padding: 12px 18px; border-radius: 10px; max-width: 85%; font-size: 13px; line-height: 1.5; animation: tjsSlideUp 0.2s ease; }
#tjs-newsroom .chat-ed { background: #1a1a1a; border-left: 4px solid var(--breach); align-self: flex-start; color: #eee; }
#tjs-newsroom .chat-dep { background: #112233; border-left: 4px solid var(--cyan); align-self: flex-start; color: #ddd; }
#tjs-newsroom .chat-me { background: var(--lime); border-right: 4px solid var(--blk); align-self: flex-end; color: var(--blk); font-weight: 600; }

/* FOI, STR, CTX */
#tjs-newsroom .foi-col { background: #111; border: 1px solid #333; border-radius: 8px; padding: 15px; margin-bottom: 15px; text-align:left; width:100%;}
#tjs-newsroom .foi-opt { background: #0a0a0a; border: 1px solid #444; color: #ccc; padding: 10px; margin-bottom: 8px; border-radius: 4px; font-size: 13px; cursor: pointer; }
#tjs-newsroom .foi-opt.selected { background: rgba(0,229,255,0.1); border-color: var(--cyan); color: var(--wh); }
#tjs-newsroom .str-card { background: #111; border: 2px solid #333; border-radius: 8px; padding: 15px; font-size: 13px; cursor: pointer; color:#eee; text-align:left;}
#tjs-newsroom .str-card.selected { border-color: var(--lime); background: #1a1a1a; }
#tjs-newsroom .ctx-p { background: #000; border: 1px solid rgba(255,255,255,0.1); padding: 25px; line-height: 1.8; font-size: 16px; color: #ccc; text-align:left; width:100%;}
#tjs-newsroom .ctx-chunk { cursor: pointer; padding: 2px 4px; border: 1px dashed transparent; display: inline; }
#tjs-newsroom .ctx-chunk.highlighted { background: rgba(0,229,255,0.15); color: var(--wh); border-color: var(--cyan); }

/* ── 13. BREAKING POINT (OPS TERMINAL) ── */
#tjs-newsroom #scr-brk { position: fixed; inset: 0; z-index: 9999; background: #050505; flex-direction: column; justify-content: flex-start; overflow: hidden; display: none; }
#tjs-newsroom #scr-brk.on-flex { display: flex !important; }
#tjs-newsroom .brk-os-header { height: 60px; background: #111; border-bottom: 2px solid var(--lime); display: flex; justify-content: space-between; align-items: center; padding: 0 20px; flex-shrink: 0; }
#tjs-newsroom .brk-sidebar { width: 300px; background: #0a0a0a; display: flex; flex-direction: column; border-right: 1px solid #222; flex-shrink: 0; text-align:left;}
#tjs-newsroom .brk-sidebar.right { border-right: none; border-left: 1px solid #222; }
#tjs-newsroom .brk-center { flex: 1; padding: 30px; overflow-y: auto; display: flex; flex-direction: column; align-items: center; }
#tjs-newsroom .wire-item { background: rgba(0, 229, 255, 0.05); border-left: 2px solid var(--cyan); padding: 12px; font-size: 12px; color: #eee; font-family: 'JetBrains Mono', monospace; margin-bottom:10px;}
#tjs-newsroom .slack-item { background: rgba(255, 179, 0, 0.05); border-radius: 4px; padding: 12px; font-size: 13px; color: #fff; border-left: 3px solid var(--amber); line-height: 1.5; margin-bottom:10px;}
#tjs-newsroom .cms-task-box { background: rgba(16, 18, 22, 0.9); border: 1px solid #333; width: 100%; max-width: 650px; border-radius: 8px; padding: 30px; box-shadow: 0 20px 60px rgba(0,0,0,0.9); position: relative; text-align:left;}
#tjs-newsroom .cms-action-btn { background: #1a1a1a; border: 2px solid #333; color: var(--wh); border-radius: 4px; padding: 18px 30px; font-family: 'Syne', sans-serif; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: 0.2s; width: 100%; margin-top: 10px; font-size: 14px; text-align:center;}
#tjs-newsroom .cms-action-btn:hover { border-color: #eee; }

/* ── 14. FLASH & RESULTS ── */
#tjs-newsroom #scr-shift-result { background: #0d0d0d; color: var(--wh); text-align: center; z-index: 50; }
#tjs-newsroom .res-score { font-family: 'JetBrains Mono', monospace; font-size: 80px; color: var(--lime); font-weight: 800; margin-bottom: 20px; text-shadow: 0 0 30px rgba(188,255,0,0.5); }
#tjs-newsroom .flash-msg { position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 12000; display: none; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
#tjs-newsroom .flash-msg.on { display: flex; }
#tjs-newsroom .flash-txt { font-family: 'Syne', sans-serif; font-size: clamp(35px, 8vw, 55px); font-weight: 800; text-transform: uppercase; margin-bottom: 10px; color: var(--wh); }

/* ── 15. MOBILE RESPONSIVENESS ── */
@media(max-width:950px){ 
    #tjs-newsroom .hero-grid, #tjs-newsroom .analysis-grid { grid-template-columns: 1fr; } 
    #tjs-newsroom .appraisal-box, #tjs-newsroom .history-box, #tjs-newsroom .radar-box { border-right: none; border-bottom: var(--border); } 
    #tjs-newsroom .stats-strip { grid-template-columns: 1fr 1fr; } 
    #tjs-newsroom .crop-grid { grid-template-columns: 1fr; }
    
    /* OS Terminal Mobile Stacking */
    #tjs-newsroom #scr-brk > div:nth-child(2) { flex-direction: column; overflow-y: auto; }
    #tjs-newsroom .brk-sidebar { width: 100%; height: 250px; flex: none; border-right: none; border-bottom: 1px solid #333; }
    #tjs-newsroom .brk-sidebar.right { border-left: none; border-top: 1px solid #333; }
    #tjs-newsroom .brk-center { flex: none; padding: 15px; }
}/* End custom CSS */