#terminal-simulator .term-stage{min-height:400px}#terminal-simulator .cs-control-row.term-top{display:flex;align-items:flex-end;gap:16px;grid-template-columns:none}#terminal-simulator .cs-control-row.term-top .term-slider{flex:1;min-width:0}#terminal-simulator .term-top-right{flex:none;display:flex;align-items:center;gap:14px;padding-bottom:9px}#terminal-simulator .term-top-right label{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:clamp(12px,1.4vw,14px);color:#f5f6f7;cursor:pointer;white-space:nowrap}#terminal-simulator .term-top-right .cs-mute{display:inline-flex;align-items:center;background:none;border:0;cursor:pointer;padding:4px;line-height:0;color:#f5f6f7b8}#terminal-simulator .term-top-right .cs-mute svg{width:18px;height:18px}#terminal-simulator .term-top-right .cs-mute:hover{color:#f5f6f7}@media(max-width:560px){#terminal-simulator .cs-control-row.term-top{flex-direction:column;align-items:stretch;gap:10px}#terminal-simulator .term-top-right{padding-bottom:0}}#terminal-simulator .term-rules{border:1px solid #383C46;border-radius:8px;padding:12px;min-width:0;display:flex;flex-direction:column;gap:10px}#terminal-simulator .term-rules legend{font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8;padding:0 4px}#terminal-simulator .term-rules .term-rules-grid{display:flex;flex-wrap:wrap;gap:8px}#terminal-simulator .term-rule{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border-radius:999px;border:1px solid #40444E;background:#202228;font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .15s,background .15s,color .15s}#terminal-simulator .term-rule input{position:absolute;width:1px;height:1px;opacity:0;margin:0;pointer-events:none}#terminal-simulator .term-rule:before{content:"";flex:none;width:7px;height:7px;border-radius:50%;background:#40444e;transition:background .15s}#terminal-simulator .term-rule:hover{color:#f5f6f7;border-color:color-mix(in srgb,#3FA367 45%,transparent)}#terminal-simulator .term-rule:has(input:checked){border-color:#3fa367;color:#f5f6f7;background:color-mix(in srgb,#3FA367 16%,transparent)}#terminal-simulator .term-rule:has(input:checked):before{background:#3fa367}#terminal-simulator .term-rule:has(input:focus-visible){outline:2px solid color-mix(in srgb,#3FA367 55%,transparent);outline-offset:1px}#terminal-simulator .term-rule:has(input:disabled){opacity:.5;cursor:default;pointer-events:none}#terminal-simulator .term-rules-hint{margin:0;font-size:clamp(12px,1.4vw,14px);color:#e0617a}#terminal-simulator .term-idle{display:flex;flex-direction:column;align-items:center;gap:8px;padding:30px 0;color:#f5f6f7b8}#terminal-simulator .term-idle img{max-height:150px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(0,0,0,.35))}#terminal-simulator .term-idle strong{font-size:clamp(16px,1.8vw,18px);color:#f5f6f7}#terminal-simulator .term-idle span{font-size:clamp(12px,1.4vw,14px)}#terminal-simulator .term-offer{display:flex;flex-direction:column;align-items:center;gap:6px;padding:4px 14px 10px}#terminal-simulator .term-offer .cs-reveal-name{color:var(--rc);text-shadow:0 1px 4px rgba(0,0,0,.85),0 0 18px color-mix(in srgb,var(--rc) 55%,transparent)}#terminal-simulator .term-offer .cs-reveal-sub{text-shadow:0 1px 3px rgba(0,0,0,.7)}#terminal-simulator .term-offer .cs-reveal-float{width:min(320px,70%)}#terminal-simulator .term-offer-item{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;animation:term-offer-in .3s cubic-bezier(.2,.9,.3,1)}#terminal-simulator .term-offer-item .cs-reveal-media{height:120px;width:70%;display:flex;align-items:center;justify-content:center}#terminal-simulator .term-offer-item .cs-reveal-img{max-height:100%;max-width:100%;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.4)) drop-shadow(0 0 16px color-mix(in srgb,var(--rc) 45%,transparent))}@keyframes term-offer-in{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}#terminal-simulator .term-offer-head{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:4px}#terminal-simulator .term-dots{display:flex;gap:8px}#terminal-simulator .term-dot{width:10px;height:10px;border-radius:50%;background:#202228;border:1px solid #40444E;transition:background .2s,border-color .2s,box-shadow .2s}#terminal-simulator .term-dot.seen{background:color-mix(in srgb,var(--dc, #40444E) 55%,transparent);border-color:color-mix(in srgb,var(--dc, #40444E) 55%,transparent)}#terminal-simulator .term-dot.cur{background:var(--dc, #3FA367);border-color:var(--dc, #3FA367);box-shadow:0 0 8px color-mix(in srgb,var(--dc, #3FA367) 70%,transparent)}#terminal-simulator .term-offer-count{font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8}#terminal-simulator .cs-oi-range{font-variant-numeric:tabular-nums;white-space:nowrap}#terminal-simulator .cs-oi-text .cs-oi-range{font-size:10px;color:#f5f6f7b8;overflow:hidden;text-overflow:ellipsis}#terminal-simulator .cs-oi-ext .cs-oi-range{flex:none;width:100px;text-align:right;color:#f5f6f7}#terminal-simulator .term-money{display:flex;gap:28px;align-items:flex-start;margin-top:8px}#terminal-simulator .term-money>div{display:flex;flex-direction:column;align-items:center;gap:2px}#terminal-simulator .term-money span{font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8}#terminal-simulator .term-money strong{font-size:clamp(18px,2vw,20px);font-family:Saira,Saira Fallback,sans-serif}#terminal-simulator .term-money .term-price strong{color:#f5f6f7}#terminal-simulator .term-money .term-delta{font-style:normal;font-size:clamp(12px,1.4vw,14px);font-weight:600}#terminal-simulator .term-money .term-delta.pos{color:#3fa367}#terminal-simulator .term-money .term-delta.neg{color:#e0617a}#terminal-simulator .term-holds{display:flex;gap:12px;margin-top:12px;width:min(480px,100%)}#terminal-simulator .term-holds .term-btn{flex:1}#terminal-simulator .term-btn{border-radius:8px;padding:12px 16px;cursor:pointer;font-weight:600;font-size:clamp(14px,1.6vw,16px);color:#f5f6f7;background:#202228;border:1px solid #40444E}#terminal-simulator .term-btn.accept{border-color:color-mix(in srgb,#3FA367 60%,transparent)}#terminal-simulator .term-btn.accept:hover{border-color:#3fa367;background:color-mix(in srgb,#3FA367 14%,transparent)}#terminal-simulator .term-btn.decline{color:#f5f6f7b8}#terminal-simulator .term-btn.decline:hover{color:#f5f6f7;background:#ffffff0f}#terminal-simulator .term-btn:disabled{opacity:.5;cursor:default}#terminal-simulator .term-burned{display:flex;flex-direction:column;align-items:center;gap:6px;padding:40px 0;color:#f5f6f7b8}#terminal-simulator .term-burned strong{font-size:clamp(16px,1.8vw,18px);color:#f5f6f7}#terminal-simulator .term-burned span{font-size:clamp(12px,1.4vw,14px)}#terminal-simulator .term-reveal .cs-reveal-name{text-shadow:0 1px 4px rgba(0,0,0,.85),0 0 18px var(--rc)}#terminal-simulator .term-reveal .cs-reveal-sub,#terminal-simulator .term-reveal .cs-reveal-price{text-shadow:0 2px 4px rgba(0,0,0,.7)}#terminal-simulator .term-reveal .term-paid{font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8;font-weight:600;margin-left:8px;font-family:Roboto Flex,Roboto Flex Fallback,sans-serif}#terminal-simulator .term-chips{display:flex;flex-wrap:wrap;gap:8px}#terminal-simulator .term-chips span{background:#27292f;border:1px solid #383C46;border-radius:6px;padding:4px 10px;font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8}#terminal-simulator .term-log-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}#terminal-simulator .term-log-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:#202228;border:1px solid #383C46;border-left:3px solid var(--rc, #383C46)}#terminal-simulator .term-log-row .term-log-n{font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8;min-width:44px;font-variant-numeric:tabular-nums}#terminal-simulator .term-log-row .term-log-status{font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8;min-width:110px}#terminal-simulator .term-log-row .term-log-item{display:flex;align-items:center;gap:8px;flex:1;min-width:0;text-decoration:none;color:inherit}#terminal-simulator .term-log-row .term-log-item img{width:44px;height:32px;object-fit:contain;background:#2e3138;border-radius:4px}#terminal-simulator .term-log-row .term-log-item .term-log-name{font-size:clamp(12px,1.4vw,14px);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#terminal-simulator .term-log-row .term-log-item .term-log-name em{font-style:normal;color:#f5f6f7b8;font-weight:400;margin-left:4px}#terminal-simulator .term-log-row .term-log-item .term-log-name.st{color:#fa8849}#terminal-simulator .term-log-row .term-log-item:hover .term-log-name{color:var(--rc, #F5F6F7)}#terminal-simulator .term-log-row .term-log-money{display:flex;align-items:baseline;gap:10px;white-space:nowrap;margin-left:auto}#terminal-simulator .term-log-row .term-log-money em{font-style:normal;font-size:11px;color:#f5f6f7b8}#terminal-simulator .term-log-row .term-log-money strong,#terminal-simulator .term-log-row .term-log-money b{font-size:clamp(12px,1.4vw,14px)}#terminal-simulator .term-log-row .term-log-money .pos{color:#3fa367}#terminal-simulator .term-log-row .term-log-money .neg{color:#e0617a}#terminal-simulator .term-log-row .term-log-eye{position:static}@media(max-width:720px){#terminal-simulator .term-log-row{flex-wrap:wrap}#terminal-simulator .term-log-row .term-log-status{min-width:0}#terminal-simulator .term-log-row .term-log-money{margin-left:54px}}#terminal-simulator .cs-cheat-btn{flex:none;display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:7px;cursor:pointer;font-size:clamp(12px,1.4vw,14px);font-weight:600;color:#f5f6f7;background:color-mix(in srgb,#3FA367 14%,transparent);border:1px solid color-mix(in srgb,#3FA367 45%,transparent)}#terminal-simulator .cs-cheat-btn svg{width:14px;height:14px}#terminal-simulator .cs-cheat-btn:hover{border-color:#3fa367;background:color-mix(in srgb,#3FA367 22%,transparent)}#terminal-simulator .modal:has(.term-cheat){position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0009;padding:clamp(0px,2vw,24px);animation:term-cheat-fade .2s ease}#terminal-simulator .modal:has(.term-cheat)>.content{display:contents}#terminal-simulator .modal:has(.term-cheat)>.content>.header{display:none}#terminal-simulator .term-cheat{display:flex;flex-direction:column;width:min(1500px,100%);max-height:96vh;background:#202228;border:1px solid #40444E;border-radius:14px;overflow:hidden;box-shadow:0 24px 60px #00000080}#terminal-simulator .term-cheat .cs-oi-status{flex:none;box-sizing:border-box;width:9px;height:9px;border-radius:50%;background:var(--dot);box-shadow:0 0 6px color-mix(in srgb,var(--dot) 60%,transparent)}#terminal-simulator .term-cheat .cs-oi-status--profit{--dot: #3FA367}#terminal-simulator .term-cheat .cs-oi-status--edge{--dot: #E0A54F}#terminal-simulator .term-cheat .cs-oi-status--loss{--dot: #E0617A}#terminal-simulator .term-cheat .cs-oi-status--skipped{background:transparent;box-shadow:none;border:1.5px solid #6B7280}#terminal-simulator .term-cheat .cs-oi-status--disabled{--dot: #4B5563;box-shadow:none;opacity:.5}#terminal-simulator .term-cheat-head{display:flex;align-items:center;gap:16px;padding:11px 18px;border-bottom:1px solid #383C46}#terminal-simulator .term-cheat-head .term-cheat-title{flex:none;display:flex;flex-direction:column;gap:1px}#terminal-simulator .term-cheat-head .term-cheat-title h2{margin:0;font-size:clamp(16px,1.8vw,18px);font-family:Saira,Saira Fallback,sans-serif;color:#f5f6f7}#terminal-simulator .term-cheat-head .term-cheat-title span{font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8}#terminal-simulator .term-cheat-head .term-cheat-rules{flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:6px}#terminal-simulator .term-cheat-head .term-cheat-rule{padding:4px 10px;border-radius:999px;font-size:clamp(12px,1.4vw,14px);color:#f5f6f7;background:color-mix(in srgb,#3FA367 16%,transparent);border:1px solid color-mix(in srgb,#3FA367 40%,transparent)}#terminal-simulator .term-cheat-head .term-cheat-norules{font-size:clamp(12px,1.4vw,14px);color:#e0617a}#terminal-simulator .term-cheat-head .term-cheat-x{flex:none;display:inline-flex;padding:6px;border:0;background:none;cursor:pointer;color:#f5f6f7b8}#terminal-simulator .term-cheat-head .term-cheat-x svg{width:20px;height:20px}#terminal-simulator .term-cheat-head .term-cheat-x:hover{color:#f5f6f7}#terminal-simulator .term-cheat-legend{display:flex;flex-wrap:wrap;align-items:center;gap:4px 16px;padding:8px 18px;border-bottom:1px solid #383C46;font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8}#terminal-simulator .term-cheat-legend .term-cheat-leg{display:inline-flex;align-items:center;gap:6px}#terminal-simulator .term-cheat-legend .term-cheat-hint{width:100%;margin-top:1px;opacity:.85}#terminal-simulator .term-cheat-scroll{overflow:auto;padding:10px 16px 14px}#terminal-simulator .tc-grid{display:grid;grid-template-columns:minmax(150px,1.3fr) repeat(5,minmax(92px,1fr));gap:3px;align-items:stretch}#terminal-simulator .tc-corner{position:sticky;top:0;z-index:2;background:#202228}#terminal-simulator .tc-colhead{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:6px 4px;border-radius:6px;background:#27292f;font-size:clamp(12px,1.4vw,14px);font-weight:600;color:#f5f6f7b8;text-transform:uppercase;letter-spacing:.04em}#terminal-simulator .tc-tier{grid-column:1/-1;display:flex;align-items:center;gap:10px;margin-top:6px;padding:3px 8px;border-radius:6px;border-left:3px solid var(--rc);background:color-mix(in srgb,var(--rc) 12%,transparent)}#terminal-simulator .tc-tier .tc-tier-name{font-size:clamp(12px,1.4vw,14px);font-weight:700;color:#f5f6f7}#terminal-simulator .tc-tier .tc-tier-odds{font-size:clamp(12px,1.4vw,14px);color:#f5f6f7b8;font-variant-numeric:tabular-nums}#terminal-simulator .tc-item{display:flex;align-items:center;gap:8px;min-width:0;padding:3px 6px;border-radius:6px;text-decoration:none;color:#f5f6f7}#terminal-simulator .tc-item img{flex:none;width:42px;height:30px;object-fit:contain;background:#2e3138;border-radius:4px}#terminal-simulator .tc-item .tc-item-name{font-size:clamp(12px,1.4vw,14px);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#terminal-simulator .tc-item:hover{background:#ffffff0a}#terminal-simulator .tc-item:hover .tc-item-name{color:var(--rc)}#terminal-simulator .tc-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-height:40px;padding:3px 4px;border-radius:6px;text-align:center;border:1px solid transparent}#terminal-simulator .tc-cell .tc-val{font-size:clamp(12px,1.4vw,14px);font-weight:600;color:#f5f6f7;font-variant-numeric:tabular-nums;white-space:nowrap}#terminal-simulator .tc-cell .tc-offer{font-size:10px;color:#f5f6f7b8;font-variant-numeric:tabular-nums;white-space:nowrap}#terminal-simulator .tc-cell--wide{grid-column:2/-1}#terminal-simulator .tc-cell--na{background:none;border-color:transparent}#terminal-simulator .tc-cell--profit{background:color-mix(in srgb,#3FA367 15%,transparent);border-color:color-mix(in srgb,#3FA367 35%,transparent)}#terminal-simulator .tc-cell--edge{background:color-mix(in srgb,#E0A54F 13%,transparent);border-color:color-mix(in srgb,#E0A54F 32%,transparent)}#terminal-simulator .tc-cell--loss{background:color-mix(in srgb,#E0617A 15%,transparent);border-color:color-mix(in srgb,#E0617A 35%,transparent)}#terminal-simulator .tc-cell--skipped{background:#27292f;opacity:.85}#terminal-simulator .tc-cell--disabled{background:#27292f;opacity:.45}@keyframes term-cheat-fade{0%{opacity:0}}
