

.nbp .nbp-tscroll{position:relative;max-width:100%}
.nbp .nbp-tscroll::before,
.nbp .nbp-tscroll::after{content:"";position:absolute;top:1px;bottom:1px;width:28px;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:3;border-radius:14px}
.nbp .nbp-tscroll::before{left:1px;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}
.nbp .nbp-tscroll::after{right:1px;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}
.nbp .nbp-tscroll.sl::before{opacity:1}
.nbp .nbp-tscroll.sr::after{opacity:1}
.nbp .nbp-tw{overflow-x:auto;overflow-y:visible;max-width:100%;border:1px solid var(--nbp-line);border-radius:14px;background:#fff;
  box-shadow:0 1px 2px rgba(13,21,34,.04);-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.nbp .nbp-tw::-webkit-scrollbar{height:8px}
.nbp .nbp-tw::-webkit-scrollbar-thumb{background:#dbe3ee;border-radius:99px}
.nbp table.nbp-table{width:100%;min-width:600px;border-collapse:separate;border-spacing:0;font-size:12.5px}
.nbp table.nbp-table thead th{position:sticky;top:0;z-index:2;background:#f7f9fc;color:var(--nbp-dim);
  font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;text-align:left;
  padding:11px 14px;border-bottom:1px solid var(--nbp-line);white-space:nowrap}
.nbp table.nbp-table td{padding:12px 14px;border-bottom:1px solid var(--nbp-line-soft);color:var(--nbp-ink);vertical-align:middle;
  max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nbp table.nbp-table tr:last-child td{border-bottom:0}
.nbp table.nbp-table tbody tr:hover,.nbp table.nbp-table tr:hover{background:#f9fbfe}
.nbp table.nbp-table td.t-amt,.nbp table.nbp-table td.t-bal,
.nbp table.nbp-table th:last-child,.nbp table.nbp-table td:last-child{text-align:right}
.nbp table.nbp-table .t-amt,.nbp table.nbp-table .t-bal,.nbp table.nbp-table .t-id{font-family:'JetBrains Mono',monospace;font-size:12px;font-variant-numeric:tabular-nums}
.nbp table.nbp-table .t-note{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--nbp-dim)}
.nbp table.nbp-table .t-date{color:var(--nbp-dim);font-size:11.5px;white-space:nowrap}
.nbp table.nbp-table .pos,.nbp table.nbp-table .win{color:var(--nbp-green);font-weight:700}
.nbp table.nbp-table .neg,.nbp table.nbp-table .loss{color:var(--nbp-red);font-weight:700}

@media(max-width:720px){
  .nbp .nbp-tw{border:0;background:transparent;box-shadow:none;overflow:visible}
  .nbp .nbp-tscroll::before,.nbp .nbp-tscroll::after{display:none}
  .nbp table.nbp-table{min-width:0;display:block}
  .nbp table.nbp-table thead{display:none}
  .nbp table.nbp-table tbody,.nbp table.nbp-table tr{display:block;width:100%}
  .nbp table.nbp-table tr{background:#fff;border:1px solid var(--nbp-line);border-radius:13px;padding:4px 2px;margin-bottom:10px;
    box-shadow:0 1px 2px rgba(13,21,34,.04)}
  .nbp table.nbp-table td{display:flex;align-items:center;justify-content:space-between;gap:14px;
    max-width:none;white-space:normal;border-bottom:1px dashed var(--nbp-line-soft);padding:9px 13px;text-align:right!important}
  .nbp table.nbp-table td:last-child{border-bottom:0}
  .nbp table.nbp-table td::before{content:attr(data-lb);flex:0 0 auto;color:var(--nbp-dim);font-size:10.5px;font-weight:800;
    letter-spacing:.08em;text-transform:uppercase;text-align:left}
  .nbp table.nbp-table .t-note{max-width:60%}
}

.nbp .nbp-crow{cursor:pointer}
.nbp .nbp-crow.open{background:#f4f8ff!important}
.nbp tr.nbp-detail td{background:#f7fafe;border-bottom:1px solid var(--nbp-line);padding:14px 16px;white-space:normal;max-width:none}
.nbp .nbp-detgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}
.nbp .nbp-detgrid>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.nbp .nbp-detgrid span{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--nbp-dim)}
.nbp .nbp-detgrid b{font-family:'JetBrains Mono',monospace;font-size:12.5px;color:var(--nbp-ink);overflow:hidden;text-overflow:ellipsis}
.nbp .nbp-detact{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}
.nbp .nbp-cta{appearance:none;border:0;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:700;border-radius:10px;padding:10px 15px;
  background:var(--nbp-blue);color:#fff;transition:transform .12s ease,box-shadow .2s ease,background .2s ease}
.nbp .nbp-cta.ghost{background:#fff;color:var(--nbp-ink);border:1px solid var(--nbp-line)}
.nbp .nbp-cta:hover{transform:translateY(-1px);box-shadow:0 8px 18px -12px rgba(13,21,34,.7)}
.nbp .nbp-cta.ghost:hover{border-color:#c9d6e6;background:#f7fafe}

.nbp .empty{padding:34px 18px}
.nbp .nbp-empico{font-size:0;opacity:1;margin:0 auto 12px;width:120px;max-width:60%}
.nbp .nbp-empico svg{width:100%;height:auto;display:block}
.nbp .nbp-empcta{margin-top:14px;appearance:none;border:0;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;
  border-radius:11px;padding:11px 20px;color:#fff;background:linear-gradient(180deg,#17b03c,#0e9e0c);
  box-shadow:0 10px 22px -14px rgba(14,158,12,.9);transition:transform .12s ease,box-shadow .2s ease}
.nbp .nbp-empcta:hover{transform:translateY(-1px);box-shadow:0 14px 26px -14px rgba(14,158,12,.95)}

.nbp .nbp-spark{margin:16px 0 2px;padding:12px 14px 6px;border-radius:14px;background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);position:relative;z-index:2}
.nbp .nbp-sparkhd{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}
.nbp .nbp-sparkhd .lb{font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.nbp .nbp-sparkhd .dl{font-family:'JetBrains Mono',monospace;font-size:12.5px;font-weight:800}
.nbp .nbp-sparkhd .dl.up{color:#36e05e}
.nbp .nbp-sparkhd .dl.down{color:#ff6b8a}
.nbp .nbp-spark svg{display:block;width:100%;height:56px}

.nbp .coin-card{position:relative;overflow:hidden}
.nbp .coin-card .nbp-cchk{position:absolute;top:6px;right:6px;width:17px;height:17px;border-radius:50%;
  background:var(--nbp-green);color:#fff;display:flex;align-items:center;justify-content:center;
  opacity:0;transform:scale(.5);transition:opacity .16s ease,transform .16s cubic-bezier(.2,1.4,.4,1)}
.nbp .coin-card .nbp-cchk svg{width:11px;height:11px}
.nbp .coin-card.sel .nbp-cchk{opacity:1;transform:none}

.nbp .nbp-sumcard{margin:16px 0 12px;border:1px solid var(--nbp-line);border-radius:14px;background:#f9fbfe;padding:4px 14px 12px}
.nbp .nbp-sumcard .r{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px dashed var(--nbp-line)}
.nbp .nbp-sumcard .r:last-of-type{border-bottom:0}
.nbp .nbp-sumcard .k{font-size:11.5px;font-weight:700;color:var(--nbp-dim)}
.nbp .nbp-sumcard .v{font-size:13px;font-weight:800;color:var(--nbp-ink);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}
.nbp .nbp-sumcard .v.mono{font-family:'JetBrains Mono',monospace;font-size:12px}
.nbp .nbp-sumcard .note{margin-top:10px;font-size:11.5px;line-height:1.55;color:var(--nbp-dim);
  border-top:1px solid var(--nbp-line-soft);padding-top:10px}

.nbp .nbp-steps{display:flex;align-items:center;gap:6px;margin:0 0 16px;flex-wrap:wrap}
.nbp .nbp-steps .st{display:flex;align-items:center;gap:7px;flex:1 1 120px;min-width:0;padding:8px 10px;border-radius:11px;
  border:1px solid var(--nbp-line);background:#fff;transition:border-color .2s,background .2s}
.nbp .nbp-steps .st i{width:19px;height:19px;flex:0 0 19px;border-radius:50%;background:#eef2f7;color:var(--nbp-dim);
  font-style:normal;font-size:10.5px;font-weight:800;display:flex;align-items:center;justify-content:center}
.nbp .nbp-steps .st span{font-size:11.5px;font-weight:700;color:var(--nbp-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nbp .nbp-steps .st.done{border-color:rgba(14,158,12,.3);background:rgba(14,158,12,.06)}
.nbp .nbp-steps .st.done i{background:var(--nbp-green);color:#fff}
.nbp .nbp-steps .st.done span{color:var(--nbp-green)}
.nbp .nbp-steps .st.now{border-color:rgba(19,102,207,.35);background:rgba(19,102,207,.06)}
.nbp .nbp-steps .st.now i{background:var(--nbp-blue);color:#fff}
.nbp .nbp-steps .st.now span{color:var(--nbp-blue)}
@media(max-width:520px){.nbp .nbp-steps .st{flex:1 1 100%}}

.nbp-burst{position:fixed;left:50%;top:38%;z-index:2000;pointer-events:none}
.nbp-burst i{position:absolute;width:7px;height:7px;border-radius:2px;transform:rotate(var(--a));
  animation:nbpPop .9s cubic-bezier(.2,.8,.3,1) forwards}
@keyframes nbpPop{0%{opacity:1;transform:rotate(var(--a)) translateY(0) scale(1)}
  100%{opacity:0;transform:rotate(var(--a)) translateY(calc(var(--d)*-1)) scale(.4)}}

.nbp-pal{position:fixed;inset:0;z-index:1200;display:none;background:rgba(13,21,34,.42);backdrop-filter:blur(3px);
  padding:12vh 18px 18px;justify-content:center;align-items:flex-start}
.nbp-pal.on{display:flex}
.nbp-pal .sheet{width:100%;max-width:560px;background:#fff;border:1px solid #e6ecf4;border-radius:16px;
  box-shadow:0 30px 70px -30px rgba(13,21,34,.7);overflow:hidden;animation:nbpPalIn .18s ease}
@keyframes nbpPalIn{from{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:none}}
.nbp-pal .top{display:flex;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid #eef2f7}
.nbp-pal .top svg{width:17px;height:17px;color:#5b6879;flex:0 0 17px}
.nbp-pal input{flex:1;min-width:0;border:0;outline:0;font-family:inherit;font-size:14.5px;color:#0d1522;background:transparent}
.nbp-pal kbd{font-family:'JetBrains Mono',monospace;font-size:10px;color:#5b6879;background:#f2f5f9;border:1px solid #e3e9f1;border-radius:6px;padding:3px 6px}
.nbp-pal .list{max-height:52vh;overflow:auto;padding:6px}
.nbp-pal .row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:0;background:transparent;cursor:pointer;
  padding:10px 12px;border-radius:10px;font-family:inherit}
.nbp-pal .row .l{flex:1;min-width:0;font-size:13.5px;font-weight:600;color:#0d1522;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nbp-pal .row .h{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8592a4}
.nbp-pal .row.on,.nbp-pal .row:hover{background:#f1f6fd}
.nbp-pal .no{padding:22px;text-align:center;color:#8592a4;font-size:13px}
.nbp-palhint{margin:10px 12px 12px;width:calc(100% - 24px);display:flex;align-items:center;justify-content:space-between;gap:8px;
  padding:9px 11px;border:1px dashed var(--nbp-line);border-radius:11px;background:#fbfdff;cursor:pointer;font-family:inherit;
  font-size:12px;font-weight:700;color:var(--nbp-dim);transition:border-color .2s,color .2s}
.nbp-palhint:hover{border-color:#c9d6e6;color:var(--nbp-ink)}
.nbp-palhint kbd{font-family:'JetBrains Mono',monospace;font-size:10px;background:#eef2f7;border:1px solid #e0e7f0;border-radius:6px;padding:2px 6px}
@media(max-width:900px){.nbp-palhint{display:none}}

.nbp .nbp-spot{position:relative}
.nbp .nbp-spot::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .3s ease;
  background:radial-gradient(340px circle at var(--mx,50%) var(--my,0%),rgba(19,102,207,.07),transparent 62%)}
.nbp .nbp-spot:hover::after{opacity:1}
@media(prefers-reduced-motion:reduce){.nbp .nbp-spot::after{display:none}}

.nbp .fx,.nbp .hdate{min-width:0;width:100%;box-sizing:border-box;height:40px;border:1px solid var(--nbp-line);border-radius:10px;
  background:#fff;padding:0 11px;font-family:inherit;font-size:12.5px;color:var(--nbp-ink);color-scheme:light}
.nbp .fx:focus,.nbp .hdate:focus{outline:0;border-color:var(--nbp-blue);box-shadow:0 0 0 3px rgba(19,102,207,.13)}
.nbp .histbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;min-width:0}
.nbp .histbar label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--nbp-dim);margin:0}
.nbp .histbar .hdate{width:auto;flex:1 1 130px;max-width:180px}
.nbp .histbar .harr{color:var(--nbp-dim)}
.nbp .histbar .hbtn{height:40px;padding:0 16px;border-radius:10px;border:1px solid var(--nbp-line);background:#fff;
  font-family:inherit;font-size:12.5px;font-weight:700;color:var(--nbp-ink);cursor:pointer;transition:filter .2s,border-color .2s}
.nbp .histbar .hbtn:not(.ghost){background:var(--nbp-blue);border-color:var(--nbp-blue);color:#fff}
.nbp .histbar .hbtn:hover{filter:brightness(.97)}
@media(max-width:560px){.nbp .histbar .hdate{max-width:none;flex:1 1 44%}.nbp .histbar .hbtn{flex:1 1 44%}}

.nbp #txPager,.nbp #histPager,.nbp #refPager{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:14px}
.nbp #txPager button,.nbp #histPager button,.nbp #refPager button{height:36px;min-width:36px;padding:0 12px;border-radius:9px;
  border:1px solid var(--nbp-line);background:#fff;font-family:inherit;font-size:12.5px;font-weight:700;color:var(--nbp-ink);cursor:pointer}
.nbp #txPager button:disabled,.nbp #histPager button:disabled{opacity:.45;cursor:default}
.nbp #txPager button:not(:disabled):hover,.nbp #histPager button:not(:disabled):hover{border-color:#c9d6e6;background:#f7fafe}

.nbp .chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.nbp .chips button{min-height:38px}
.nbp .act{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;width:100%}

.nbp .nbp-lb,.nbp .act,.nbp .chips button,.nbp .hbtn{overflow-wrap:anywhere;hyphens:auto}
.nbp .act{white-space:normal;line-height:1.25;padding:10px 14px}
.nbp h3{overflow-wrap:anywhere}
.nbp .nbp-item .nbp-lb{white-space:normal;line-height:1.3}

.nbp .act,.nbp #btnDep,.nbp #btnWd,.nbp #btnOxa,.nbp #wpBtn,.nbp #payReport{
  border:0;border-radius:13px;font-weight:800;letter-spacing:.02em;cursor:pointer;
  transition:transform .13s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,filter .2s ease}
.nbp #btnDep,.nbp #btnOxa,.nbp .act.dep{background:linear-gradient(180deg,#17b03c,#0e9e0c);color:#fff;
  box-shadow:0 12px 26px -16px rgba(14,158,12,.95),inset 0 1px 0 rgba(255,255,255,.28)}
.nbp #btnWd,.nbp .act.wd{background:linear-gradient(180deg,#2a7ee0,#1366cf);color:#fff;
  box-shadow:0 12px 26px -16px rgba(19,102,207,.95),inset 0 1px 0 rgba(255,255,255,.26)}
.nbp .act:hover,.nbp #btnDep:hover,.nbp #btnWd:hover,.nbp #btnOxa:hover{transform:translateY(-1px);filter:brightness(1.03)}
.nbp .act:active,.nbp #btnDep:active,.nbp #btnWd:active{transform:translateY(0) scale(.995)}
.nbp #payCancel{background:#fff!important;color:var(--nbp-dim)!important;border:1px solid var(--nbp-line)!important;box-shadow:none}

.nbp .chips{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}
.nbp .chips button{flex:none;min-height:40px;border-radius:11px;border:1px solid var(--nbp-line);background:#fff;
  font-family:'JetBrains Mono',monospace;font-size:12.5px;font-weight:700;color:var(--nbp-ink);cursor:pointer;
  transition:border-color .18s,background .18s,transform .12s}
.nbp .chips button:hover{border-color:#bcd0ea;background:#f5f9ff;transform:translateY(-1px)}
.nbp .chips button:active{transform:none}
@media(max-width:420px){.nbp .chips{grid-template-columns:repeat(2,1fr)}}

.nbp .nbp-av.ghost{background:linear-gradient(140deg,#dfe7f1,#eef2f7);color:transparent}

.nbp #dCoinGrid:empty,.nbp #wCoinGrid:empty{display:none}

.nbp .box label{display:block;margin:14px 0 7px;font-size:10.5px;font-weight:800;letter-spacing:.09em;
  text-transform:uppercase;color:var(--nbp-dim)}
.nbp .box label:first-of-type{margin-top:4px}
.nbp .box input[type=text],.nbp .box input[type=number],.nbp .box input[type=password],.nbp .box .inp{
  width:100%;box-sizing:border-box;height:46px;border-radius:12px;border:1px solid var(--nbp-line);padding:0 14px;
  font-family:inherit;font-size:14px;color:var(--nbp-ink);background:#fff;transition:border-color .18s,box-shadow .18s}
.nbp .box input:focus,.nbp .box .inp:focus{outline:0;border-color:var(--nbp-blue);box-shadow:0 0 0 3px rgba(19,102,207,.13)}

.nbp .msg:not(:empty){display:block;margin-top:12px;padding:11px 13px;border-radius:12px;font-size:12.5px;line-height:1.5;
  background:#fff5f6;border:1px solid #f7d3da;color:#c62a4c}
.nbp .msg:not(:empty)::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:currentColor;
  margin-right:8px;vertical-align:middle;opacity:.8}
.nbp .msg.ok:not(:empty),.nbp .msg.success:not(:empty){background:#f1fbf3;border-color:#c9ecd2;color:#0e7c26}

.nbp .nbp-note{display:flex;gap:10px;align-items:flex-start;margin:4px 0 6px;padding:12px 14px;border-radius:12px;
  background:#f5f9ff;border:1px solid #dbe8fa;color:#41556e;font-size:12.5px;line-height:1.55}
.nbp .nbp-note::before{content:"i";flex:0 0 18px;width:18px;height:18px;border-radius:50%;background:#1366cf;color:#fff;
  font-size:11px;font-weight:800;font-style:italic;display:flex;align-items:center;justify-content:center;margin-top:1px}

.nbp table.nbp-table tbody tr.nbp-crow td:last-child,
.nbp table.nbp-table tr.nbp-crow td:last-child{position:relative;padding-right:30px}
.nbp table.nbp-table tr.nbp-crow td:last-child::after{content:"";position:absolute;right:12px;top:50%;width:6px;height:6px;
  border-right:1.6px solid #b3c0d2;border-bottom:1.6px solid #b3c0d2;transform:translateY(-70%) rotate(45deg);
  transition:transform .2s ease,border-color .2s ease}
.nbp table.nbp-table tr.nbp-crow:hover td:last-child::after{border-color:var(--nbp-blue)}
.nbp table.nbp-table tr.nbp-crow.open td:last-child::after{transform:translateY(-30%) rotate(225deg);border-color:var(--nbp-blue)}
.nbp table.nbp-table .nbp-zero{color:#98a5b6!important;font-weight:600!important}
@media(max-width:720px){.nbp table.nbp-table tr.nbp-crow td:last-child::after{display:none}}

.nbp .nbp-res{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:99px;font-size:10.5px;font-weight:800;
  letter-spacing:.06em;text-transform:uppercase}
.nbp .nbp-res::before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}
.nbp .nbp-res.win{background:rgba(14,158,12,.1);color:#0e7c26}
.nbp .nbp-res.loss{background:rgba(224,53,90,.1);color:#c62a4c}

.nbp .balcard .acts,.nbp .nbp-hero .acts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 0}
.nbp .balcard .acts .act,.nbp .nbp-hero .acts .act{width:100%;min-height:46px;display:inline-flex;align-items:center;
  justify-content:center;gap:8px;font-size:13px}
.nbp .balcard .nbp-spark,.nbp .nbp-hero .nbp-spark{margin-top:12px}

.nbp .nbp-rv.nbp-now{transition:none!important;opacity:1!important;transform:none!important}

.nbp .nbp-tdot{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:9px;
  margin-right:9px;vertical-align:middle;font-size:13px;font-weight:800;line-height:1}
.nbp .nbp-tdot.in{background:rgba(14,158,12,.11);color:#0e7c26}
.nbp .nbp-tdot.out{background:rgba(224,53,90,.11);color:#c62a4c}
.nbp .nbp-tdot.neu{background:#eef2f7;color:#7d8b9c}

.nbp #txns table td:first-child{white-space:nowrap}
.nbp #txns table td:first-child > *{display:inline-block;vertical-align:middle;margin:0}
.nbp #txns table td:first-child > *:not(.nbp-tdot){font-weight:700}
.nbp #txns table td{padding-top:11px;padding-bottom:11px}
@media(max-width:720px){.nbp #txns table td:first-child{white-space:normal}}

.nbp #txns table td:first-child{display:flex;align-items:center;gap:9px;min-width:158px;white-space:nowrap}
.nbp #txns table td:first-child > *{margin:0}
.nbp #txns table td:first-child .nbp-tdot{flex:none;margin-right:0}
.nbp #txns table th:first-child{min-width:158px}
@media(max-width:720px){.nbp #txns table td:first-child{min-width:0}}

.nbp #txns table td:first-child{display:table-cell;white-space:nowrap;min-width:150px;font-weight:700;color:var(--nbp-ink)}
.nbp #txns table td:first-child > *{display:inline-block;vertical-align:middle}
.nbp #txns table td.nbp-tcell .dot,.nbp #txns table td.nbp-tcell span[class*=dot]{width:8px;height:8px;border-radius:50%;margin-right:8px}
.nbp #txns table td.nbp-tcell.k-in .dot{background:#0e9e0c}
.nbp #txns table td.nbp-tcell.k-out .dot{background:#e0355a}
.nbp #txns table td.nbp-tcell.k-neu .dot{background:#98a5b6}
.nbp .nbp-tdot{display:none}

.nbp #txns table td:first-child *{display:inline-block!important;vertical-align:middle;float:none!important}
.nbp #txns table td:first-child br{display:none!important}

.nbp .nbp-hero a:not([href*="stat"]):not(.nbp-plain),
.nbp .nbp-hero button:not(.nbp-plain){min-width:172px!important;height:46px!important;padding:0 20px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  border-radius:13px!important;font-size:13px!important;font-weight:800!important;box-sizing:border-box!important}
.nbp .nbp-hero a:not([href*="stat"]) *,.nbp .nbp-hero button *{font-size:inherit!important;line-height:1!important}
.nbp .nbp-hero svg{width:17px!important;height:17px!important}

@media(max-width:900px){
  
  .nbp .nbp-hero a:not([href*="stat"]):not(.nbp-plain),
  .nbp .nbp-hero button:not(.nbp-plain){min-width:0!important;width:100%!important;padding:0 14px!important}
  .nbp .nbp-hero .acts,.nbp .balcard .acts,.nbp .nbp-heroact{display:grid!important;grid-template-columns:1fr 1fr!important;
    gap:10px!important;width:100%}
  .nbp .nbp-hero .acts > *,.nbp .nbp-heroact > *{width:100%!important;min-width:0!important}

  
  .nbp,.nbp *{max-width:100%}
  .nbp .box,.nbp .nbp-hero,.nbp .topbox,.nbp .ws,.nbp .balcard{box-sizing:border-box;width:100%;overflow:hidden}
  .nbp .nbp-spark,.nbp .nbp-spark svg{width:100%!important;height:auto;display:block}
  .nbp .nbp-hero .stat3{grid-template-columns:1fr 1fr!important}

  
  .nbp .nbp-tscroll{max-width:100%;overflow-x:auto}
  .nbp #txns table th:first-child,.nbp #txns table td:first-child{min-width:0!important}

  
  .nbp .topbox .r,.nbp .topbox .row{display:flex;justify-content:space-between;gap:12px;align-items:baseline}

  
  .nbp code,.nbp .mono,.nbp input,.nbp .nbp-sumcard .v{overflow-wrap:anywhere;word-break:break-word}
}
@media(max-width:560px){
  .nbp .nbp-hero .acts,.nbp .balcard .acts,.nbp .nbp-heroact{grid-template-columns:1fr!important}
  .nbp .nbp-hero .stat3{grid-template-columns:1fr!important}
  .nbp .box{padding:14px}
}

@media(min-width:721px){
  .nbp #txns table td:first-child *{display:inline-block!important;vertical-align:middle}
}
@media(max-width:720px){
  
  .nbp #txns table td:first-child{display:block!important;white-space:normal!important;min-width:0!important}
  .nbp #txns table td:first-child *{display:inline!important;float:none!important}
  .nbp #txns table td.nbp-tcell .dot,
  .nbp #txns table td.nbp-tcell span[class*=dot]{display:inline-block!important;width:8px;height:8px;border-radius:50%;
    margin-right:7px;vertical-align:middle;background:#98a5b6}
  .nbp #txns table td.nbp-tcell.k-in .dot{background:#0e9e0c}
  .nbp #txns table td.nbp-tcell.k-out .dot{background:#e0355a}

  
  .nbp table.nbp-table tbody tr,.nbp table.nbp-table tr{border:1px solid var(--nbp-line);border-radius:14px;
    background:#fff;box-shadow:0 1px 2px rgba(16,32,56,.04);margin-bottom:12px;overflow:hidden}
  .nbp table.nbp-table td{border:0;border-bottom:1px solid var(--nbp-line-soft);padding:9px 13px!important;
    display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:38px;font-size:13px}
  .nbp table.nbp-table td:last-child{border-bottom:0}
  .nbp table.nbp-table td::before{font-size:9.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
    color:#8b98a9;flex:0 0 auto}
  .nbp table.nbp-table td:first-child{background:linear-gradient(180deg,#fafcff,#f4f8fd);font-weight:800;
    font-size:13.5px;color:var(--nbp-ink);justify-content:flex-start;gap:8px;min-height:44px}
  .nbp table.nbp-table td:first-child::before{display:none}
  
  .nbp table.nbp-table td .mono,.nbp table.nbp-table td b{font-variant-numeric:tabular-nums}
}

@media(max-width:720px){
  .nbp .fx,.nbp .histbar{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
  .nbp .fx > *,.nbp .histbar > *{width:100%!important;min-width:0!important;box-sizing:border-box}
  .nbp .fx > *:last-child,.nbp .histbar > *:last-child{grid-column:1 / -1}
  .nbp .fx input,.nbp .fx select,.nbp .histbar input,.nbp .histbar button{height:44px;border-radius:12px}
}

@media(min-width:460px) and (max-width:820px){
  .nbp .wsum{grid-template-columns:1fr 1fr!important}
  .nbp .wsum > *:last-child{grid-column:1 / -1}
}

@media(max-width:720px){
  .nbp table.nbp-table td:first-child{justify-content:flex-start!important;text-align:left!important}
  .nbp table.nbp-table td:first-child > *{text-align:left!important}
  .nbp table.nbp-table td:first-child::after{content:"";display:none}
}

@media(max-width:720px){
  .nbp .histbar{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;align-items:center}
  .nbp .histbar > label,.nbp .histbar > span:first-child{grid-column:1 / -1;margin:0;font-size:10px;font-weight:800;
    letter-spacing:.1em;text-transform:uppercase;color:#8b98a9}
  .nbp .histbar .hdate{grid-column:auto;max-width:none;width:100%}
  .nbp .histbar > *:not(label):not(.hdate):not(.hbtn){display:none}
  .nbp .histbar .hbtn{grid-column:auto;width:100%;height:44px;border-radius:12px;font-weight:800}
  .nbp .histbar .hbtn:first-of-type{grid-column:1}
}

@media(min-width:430px) and (max-width:560px){
  .nbp .nbp-hero .acts,.nbp .balcard .acts,.nbp .nbp-heroact{grid-template-columns:1fr 1fr!important}
  .nbp .nbp-hero .stat3{grid-template-columns:1fr 1fr!important}
  .nbp .nbp-hero .stat3 > *:last-child{grid-column:1 / -1}
}
.nbp .nbp-hero .acts > *,.nbp .nbp-heroact > *{height:46px!important}

.nbp table.nbp-table td.nbp-c-num,.nbp table.nbp-table th.nbp-c-num{text-align:right;
  font-family:'JetBrains Mono',monospace;font-variant-numeric:tabular-nums;white-space:nowrap}
.nbp table.nbp-table td.nbp-c-date,.nbp table.nbp-table th.nbp-c-date{text-align:right;white-space:nowrap;
  font-variant-numeric:tabular-nums;color:var(--nbp-dim);font-size:12px}
.nbp table.nbp-table td.nbp-c-txt,.nbp table.nbp-table th.nbp-c-txt{text-align:left}
.nbp table.nbp-table th,.nbp table.nbp-table td{vertical-align:middle}
@media(max-width:720px){
  .nbp table.nbp-table td.nbp-c-num,.nbp table.nbp-table td.nbp-c-date,.nbp table.nbp-table td.nbp-c-txt{text-align:right}
  .nbp table.nbp-table td:first-child{text-align:left!important}
}

.nbp .nbp-xlink{display:flex;align-items:center;gap:12px;margin-top:16px;padding:13px 15px;border-radius:13px;
  border:1px solid var(--nbp-line);background:linear-gradient(180deg,#fbfdff,#f4f8fd);text-decoration:none;
  transition:border-color .18s,transform .13s,box-shadow .2s}
.nbp .nbp-xlink:hover{border-color:#bcd0ea;transform:translateY(-1px);box-shadow:0 10px 24px -18px rgba(16,40,80,.6)}
.nbp .nbp-xlink .l{font-size:13px;font-weight:800;color:var(--nbp-ink)}
.nbp .nbp-xlink .s{flex:1;font-size:12px;color:var(--nbp-dim)}
.nbp .nbp-xlink .g{width:26px;height:26px;border-radius:8px;background:#eaf2fd;color:var(--nbp-blue);
  display:flex;align-items:center;justify-content:center;font-weight:800;flex:none}
@media(max-width:600px){
  .nbp .nbp-xlink{flex-wrap:wrap}
  .nbp .nbp-xlink .l{flex:1 1 100%}
  .nbp .nbp-xlink .s{flex:1 1 auto}
}

.nbp .nbp-panel.on{opacity:1!important;animation:nbpProIn .22s ease-out both!important}
@keyframes nbpProIn{from{transform:translateY(6px)}to{transform:none}}
@media(prefers-reduced-motion:reduce){.nbp .nbp-panel.on{animation:none!important;transform:none!important}}

@media(min-width:721px) and (max-width:1279px){
  .nbp table.nbp-table th.nbp-c-long,.nbp table.nbp-table td.nbp-c-long{display:none!important}
  .nbp .nbp-tscroll,.nbp .nbp-tw,.nbp .ptbl-wrap{padding-right:2px}
  .nbp table.nbp-table{width:100%!important;table-layout:auto;min-width:0!important}
  .nbp table.nbp-table th:last-child,.nbp table.nbp-table td:last-child{padding-right:16px!important}
  .nbp table.nbp-table td.nbp-c-num,.nbp table.nbp-table th.nbp-c-num{font-size:12.5px}
  .nbp .fx{height:44px;box-sizing:border-box;min-width:0}
  .nbp #fxQ{grid-column:1 / -1!important}
}
@media(min-width:721px) and (max-width:1023px){
  .nbp table.nbp-table{font-size:12.5px}
  .nbp table.nbp-table th,.nbp table.nbp-table td{padding-left:10px!important;padding-right:10px!important;max-width:180px}
  .nbp table.nbp-table td.nbp-c-date,.nbp table.nbp-table th.nbp-c-date{font-size:11.5px}
}

@media(min-width:721px){
  .nbp #txns table td .dot,.nbp #txns table td span[class*="dot"]{
    display:inline-block!important;width:8px!important;height:8px!important;min-width:0!important;
    padding:0!important;margin:0 8px 0 0!important;border:0!important;border-radius:50%!important;
    vertical-align:middle!important;box-shadow:none!important;background:#98a5b6}
  .nbp #txns table td.nbp-tcell.k-in .dot{background:#0e9e0c!important}
  .nbp #txns table td.nbp-tcell.k-out .dot{background:#e0355a!important}
  .nbp #txns table td.nbp-tcell.k-neu .dot{background:#98a5b6!important}
  .nbp #txns table td:first-child{white-space:nowrap}
}

@media(min-width:721px){
  .nbp #txns table td .t-type{display:flex!important;align-items:center!important;gap:9px!important;
    white-space:nowrap!important;font-weight:700}
  .nbp #txns table td .t-ic{display:inline-flex!important;align-items:center!important;justify-content:center!important;
    width:8px!important;height:8px!important;min-width:8px!important;padding:0!important;margin:0!important;
    border:0!important;border-radius:50%!important;background:#98a5b6!important;color:transparent!important;
    font-size:0!important;line-height:0!important;box-shadow:none!important;flex:none!important}
  .nbp #txns table td.k-in .t-ic{background:#0e9e0c!important}
  .nbp #txns table td.k-out .t-ic{background:#e0355a!important}
  .nbp #txns table td.k-neu .t-ic{background:#98a5b6!important}
}
@media(max-width:720px){
  .nbp #txns .t-ic{width:9px!important;height:9px!important;padding:0!important;border-radius:50%!important;
    font-size:0!important;color:transparent!important;background:#98a5b6!important;display:inline-block!important;
    margin-right:8px!important;vertical-align:middle!important;border:0!important;box-shadow:none!important}
  .nbp #txns .k-in .t-ic{background:#0e9e0c!important}
  .nbp #txns .k-out .t-ic{background:#e0355a!important}
}

@media(max-width:720px){
  .nbp .box > div:has(> .fx){display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
  .nbp #fxQ{grid-column:1 / -1!important}
  .nbp .fx{height:44px;box-sizing:border-box;min-width:0;width:100%}
  
  .nbp #txns table td:first-child{display:flex!important;align-items:center!important;gap:9px!important}
  .nbp #txns table td:first-child .t-type{display:flex!important;align-items:center!important;gap:9px!important}
  .nbp #txns table td:first-child .t-ic{display:inline-block!important;width:9px!important;height:9px!important;
    flex:none!important;border-radius:50%!important;font-size:0!important;color:transparent!important;
    background:#98a5b6!important;margin:0!important;padding:0!important}
  .nbp #txns table td.k-in:first-child .t-ic,.nbp #txns table td.k-in .t-ic{background:#0e9e0c!important}
  .nbp #txns table td.k-out:first-child .t-ic,.nbp #txns table td.k-out .t-ic{background:#e0355a!important}
}

.nbp .pf-grid{gap:12px!important}
.nbp .pf-grid input,.nbp .pf-grid select{height:46px!important;box-sizing:border-box!important;
  padding:0 14px!important;border-radius:12px!important;border:1px solid var(--nbp-line)!important;
  background:#fff!important;font-family:Rubik,sans-serif!important;font-size:13.5px!important;
  color:var(--nbp-ink)!important;transition:border-color .16s,box-shadow .16s}
.nbp .pf-grid input:focus,.nbp .pf-grid select:focus{border-color:#9dc2ee!important;
  box-shadow:0 0 0 3px rgba(19,102,207,.12)!important;outline:none!important}
.nbp .pf-grid input::placeholder{color:#94a2b3!important}

.nbp .pf-grid #pfPh{grid-column:auto!important}
.nbp .pf-grid #pfCo{grid-column:auto!important}
.nbp .pf-grid #pfId,.nbp .pf-grid #pfLa{grid-column:1 / -1!important}
@media(max-width:560px){.nbp .pf-grid{grid-template-columns:1fr!important}
  .nbp .pf-grid > *{grid-column:1 / -1!important}}

.nbp #pfSave{margin-top:14px!important;height:46px!important;min-width:180px!important;padding:0 26px!important;
  border-radius:13px!important;border:0!important;font-weight:800!important;font-size:13.5px!important;
  letter-spacing:.02em!important;color:#fff!important;cursor:pointer!important;
  background:linear-gradient(180deg,#16b31a,#0c8f0f)!important;
  box-shadow:0 12px 26px -14px rgba(14,158,12,.75)!important;transition:transform .13s,box-shadow .2s}
.nbp #pfSave:hover{transform:translateY(-1px)!important;box-shadow:0 16px 30px -14px rgba(14,158,12,.85)!important}
@media(max-width:720px){.nbp #pfSave{width:100%!important;min-width:0!important}}

.nbp .nbp-dash{display:flex!important;align-items:center;gap:10px;margin:10px 0 0!important;padding:14px 16px;
  border:1px dashed var(--nbp-line);border-radius:13px;background:#fafcff;
  font-size:12.5px;color:var(--nbp-dim);font-weight:600}
.nbp .nbp-dash::before{content:"";width:8px;height:8px;border-radius:50%;background:#c3cddb;flex:none}

.nbp .nbp-ringwrap{display:flex!important;align-items:center!important;gap:16px!important;
  margin-top:14px!important;padding:14px 16px!important;border:1px solid var(--nbp-line)!important;
  border-radius:14px!important;background:linear-gradient(180deg,#fbfdff,#f5f9fe)!important;
  box-sizing:border-box!important;width:100%!important}
.nbp .nbp-ringwrap > *:not(.nbp-donut){flex:1 1 auto;min-width:0}
.nbp .nbp-ringwrap .nbp-donut{flex:none}
@media(max-width:480px){
  .nbp .nbp-ringwrap{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}
}

@media(max-width:860px){
  footer.ftr .ft-grid{text-align:left!important}
  footer.ftr .ft-col,footer.ftr .ft-col h4,footer.ftr .ft-col a{text-align:left!important}
  footer.ftr .ft-col a{display:block!important;padding:3px 0!important}
}

.nbp .box:has(#cpCur) > div:has(#cpCur){max-width:none!important;display:grid!important;
  grid-template-columns:1fr 1fr!important;gap:12px!important}
.nbp #cpCur,.nbp #cpNew{width:100%!important;height:46px!important;box-sizing:border-box!important;
  padding:0 14px!important;border-radius:12px!important;border:1px solid var(--nbp-line)!important;
  background:#fff!important;font-family:Rubik,sans-serif!important;font-size:13.5px!important;
  color:var(--nbp-ink)!important;margin:0!important;transition:border-color .16s,box-shadow .16s}
.nbp #cpCur:focus,.nbp #cpNew:focus{border-color:#9dc2ee!important;
  box-shadow:0 0 0 3px rgba(19,102,207,.12)!important;outline:none!important}
.nbp #cpBtn{grid-column:1 / -1!important;justify-self:start!important;height:46px!important;
  min-width:200px!important;padding:0 26px!important;border-radius:13px!important;border:0!important;
  font-weight:800!important;font-size:13.5px!important;color:#fff!important;cursor:pointer!important;
  background:linear-gradient(180deg,#16b31a,#0c8f0f)!important;
  box-shadow:0 12px 26px -14px rgba(14,158,12,.75)!important;transition:transform .13s,box-shadow .2s}
.nbp #cpBtn:hover{transform:translateY(-1px)!important;box-shadow:0 16px 30px -14px rgba(14,158,12,.85)!important}
.nbp #revAll{height:44px!important;padding:0 18px!important;border-radius:12px!important;
  border:1px solid var(--nbp-line)!important;background:#fff!important;font-weight:700!important;
  font-size:12.5px!important;color:var(--nbp-ink)!important;cursor:pointer!important;
  margin-top:12px!important;transition:border-color .16s,background .16s}
.nbp #revAll:hover{border-color:#c7d5e6!important;background:#f7fafe!important}

.nbp .box:has(#cpCur) > div[style*="uppercase"]{font-size:11px!important;font-weight:800!important;
  letter-spacing:.7px!important;color:var(--nbp-dim)!important;margin:22px 0 10px!important;
  padding-top:16px!important;border-top:1px solid var(--nbp-line-soft)!important}
.nbp .box:has(#cpCur) > div[style*="uppercase"]:first-of-type{margin-top:4px!important;
  padding-top:0!important;border-top:0!important}

.nbp #secLog.nbp-note,.nbp #sessList:empty{display:flex!important;align-items:center;gap:10px;
  padding:14px 16px!important;border:1px dashed var(--nbp-line)!important;border-radius:13px!important;
  background:#fafcff!important;font-size:12.5px!important;color:var(--nbp-dim)!important;font-weight:600!important}
.nbp #secLog.nbp-note::before,.nbp #sessList:empty::before{content:"";width:8px;height:8px;border-radius:50%;
  background:#c3cddb;flex:none}

.nbp .box:has(#tfSt) > div:has(#tfSt){display:flex!important;align-items:center!important;gap:10px!important;
  flex-wrap:wrap!important;font-size:12.5px!important;font-weight:700!important;color:var(--nbp-dim)!important}
.nbp .box:has(#tfSt) #tfSt{flex:1 1 220px;margin:0!important}
@media(max-width:640px){
  .nbp .box:has(#cpCur) > div:has(#cpCur){grid-template-columns:1fr!important}
  .nbp #cpBtn{width:100%!important;min-width:0!important;justify-self:stretch!important}
  .nbp #revAll{width:100%!important}
}

.nbp .nbp-blank{display:flex!important;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;gap:10px;padding:56px 28px;border:1px solid var(--nbp-line);border-radius:18px;
  background:linear-gradient(180deg,#fff,#f7fafe);box-shadow:0 18px 40px -34px rgba(16,38,68,.5)}
.nbp .nbp-blank-ic{width:74px;height:74px;display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:linear-gradient(180deg,#eef4fc,#e3ecf8);margin-bottom:4px}
.nbp .nbp-blank-ic svg{width:34px;height:34px;opacity:.65}
.nbp .nbp-blank-t{font-size:16px;font-weight:800;color:var(--nbp-ink);letter-spacing:-.01em}
.nbp .nbp-blank-s{font-size:13px;color:var(--nbp-dim);max-width:420px;line-height:1.55}
@media(max-width:560px){.nbp .nbp-blank{padding:40px 20px}
  .nbp .nbp-blank-ic{width:62px;height:62px}}

.nbp #sessList:empty::after{content:attr(data-empty);font-size:12.5px;color:var(--nbp-dim);font-weight:600}
.nbp #sessList:empty{align-items:center!important}

.nbp #fair h3{justify-content:flex-start!important;text-align:left!important}
.nbp #fair h3 > span:not([class]),.nbp #fair h3 > b{margin-right:auto!important;text-align:left!important}
.nbp #fair input,.nbp #fair textarea{width:100%!important;box-sizing:border-box!important;
  min-height:46px!important;padding:12px 14px!important;border-radius:12px!important;
  border:1px solid var(--nbp-line)!important;background:#fff!important;
  font-family:'JetBrains Mono',monospace!important;font-size:12.5px!important;
  color:var(--nbp-ink)!important;margin:0!important;transition:border-color .16s,box-shadow .16s}
.nbp #fair input:focus,.nbp #fair textarea:focus{border-color:#9dc2ee!important;
  box-shadow:0 0 0 3px rgba(19,102,207,.12)!important;outline:none!important}
.nbp #fair label,.nbp #fair div[style*="uppercase"]{font-size:11px!important;font-weight:800!important;
  letter-spacing:.7px!important;color:var(--nbp-dim)!important;margin:16px 0 8px!important;display:block!important}

.nbp #fair #verifyWrap,.nbp #fair > div:has(#vss){box-sizing:border-box!important;width:100%!important;
  padding:16px!important;border:1px solid var(--nbp-line)!important;border-radius:14px!important;
  background:linear-gradient(180deg,#fbfdff,#f6f9fd)!important;margin-top:18px!important}
.nbp #fair #vss,.nbp #fair #vcs,.nbp #fair #vn{width:100%!important}

.nbp #fair button{height:46px!important;border-radius:13px!important;font-weight:800!important;
  font-size:13px!important;cursor:pointer!important;box-sizing:border-box!important}
.nbp #fair #saveCs{border:1px solid var(--nbp-line)!important;background:#fff!important;color:var(--nbp-ink)!important}
.nbp #fair #saveCs:hover{border-color:#c7d5e6!important;background:#f7fafe!important}
.nbp #fair #rotate,.nbp #fair #verify{border:0!important;color:#fff!important;
  background:linear-gradient(180deg,#16b31a,#0c8f0f)!important;
  box-shadow:0 12px 26px -14px rgba(14,158,12,.75)!important}
.nbp #fair #rotate:hover,.nbp #fair #verify:hover{transform:translateY(-1px)!important}

.nbp #ssh,.nbp #nonce,.nbp #seedHist.nbp-note{display:flex!important;align-items:center!important;
  gap:10px!important;min-height:46px!important;padding:12px 14px!important;
  border:1px dashed var(--nbp-line)!important;border-radius:12px!important;background:#fafcff!important;
  font-family:'JetBrains Mono',monospace!important;font-size:12.5px!important;
  color:var(--nbp-dim)!important;word-break:break-all!important;box-sizing:border-box!important}
.nbp #vres:not(:empty){border-style:solid!important;background:#fff!important;color:var(--nbp-ink)!important}
@media(max-width:640px){.nbp #fair button{width:100%!important}}

[dir="rtl"] .nbp{direction:rtl}
[dir="rtl"] .nbp-item{text-align:right}
[dir="rtl"] .nbp-item .nbp-ic{margin-right:0;margin-left:10px}
[dir="rtl"] .nbp-item::after{transform:scaleX(-1)}
[dir="rtl"] .nbp-group,
[dir="rtl"] .nbp-head h1,
[dir="rtl"] .nbp-head p,
[dir="rtl"] .box h3,
[dir="rtl"] .box label{text-align:right}
[dir="rtl"] .nbp-me{flex-direction:row-reverse;text-align:right}
[dir="rtl"] .ptbl th,[dir="rtl"] .ptbl td,
[dir="rtl"] #txns th,[dir="rtl"] #txns td,
[dir="rtl"] #hist th,[dir="rtl"] #hist td{text-align:right}
[dir="rtl"] .ptbl th:last-child,[dir="rtl"] .ptbl td:last-child,
[dir="rtl"] #txns td:last-child,[dir="rtl"] #hist td:last-child{text-align:left}
[dir="rtl"] .nbp-xlink{flex-direction:row-reverse}
[dir="rtl"] .nbp-xlink .nbp-xarrow{transform:scaleX(-1)}
[dir="rtl"] .nbp-blank,[dir="rtl"] .nbp-dash{text-align:center}
[dir="rtl"] .nbp-tcell,[dir="rtl"] .t-type{flex-direction:row-reverse}
[dir="rtl"] input,[dir="rtl"] select,[dir="rtl"] textarea{text-align:right}
[dir="rtl"] input[type="number"],[dir="rtl"] .mono,[dir="rtl"] #payAddr,[dir="rtl"] #wAddr{direction:ltr;text-align:left}
[dir="rtl"] .nbp-side{border-right:0;border-left:1px solid var(--nbp-line,#e6ecf4)}

@media(max-width:760px){
  body.nbp-page{padding-bottom:calc(104px + env(safe-area-inset-bottom))!important}
  body.nbp-page footer.ftr{padding-bottom:calc(34px + env(safe-area-inset-bottom))}
  body.nbp-page .ft-bottom{padding-bottom:8px}
  body.nbp-page footer.ftr{margin-bottom:calc(14px + env(safe-area-inset-bottom))}
  body.nbp-page .nbc-fab{bottom:calc(76px + env(safe-area-inset-bottom))}
}

@media(max-width:900px){
  .nbp .nbp-side{position:relative;scroll-snap-type:x proximity;scroll-padding-inline:10px;
    padding:8px 10px;overscroll-behavior-x:contain}
  .nbp .nbp-side .nbp-item{scroll-snap-align:center}
  .nbp .nbp-side.nbp-scrollable{
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16px,#000 calc(100% - 26px),transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 16px,#000 calc(100% - 26px),transparent 100%)}
  .nbp .nbp-side.nbp-scrollable::after{content:'';position:sticky;right:0;flex:0 0 6px;align-self:stretch}
  .nbp .nbp-item{padding:8px 15px 8px 8px}
  .nbp .nbp-item .nbp-lb{overflow:visible;text-overflow:clip}
}
[dir="rtl"] .nbp .nbp-side.nbp-scrollable{
  -webkit-mask-image:linear-gradient(270deg,transparent 0,#000 16px,#000 calc(100% - 26px),transparent 100%);
  mask-image:linear-gradient(270deg,transparent 0,#000 16px,#000 calc(100% - 26px),transparent 100%)}

@media(min-width:430px) and (max-width:760px){
  .nbp .wsum .ws:nth-child(3),
  .nbp .box .stat3 .s:nth-child(3):last-child{
    grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) auto;
    align-items:center;column-gap:14px;row-gap:2px;text-align:start!important}
  .nbp .wsum .ws:nth-child(3)>span,
  .nbp .box .stat3 .s:nth-child(3):last-child>span{grid-column:1;grid-row:1;text-align:start!important;justify-self:start}
  .nbp .wsum .ws:nth-child(3)>i{grid-column:1;grid-row:2;text-align:start!important;justify-self:start;font-style:normal;font-size:11px;color:#93a0b1}
  .nbp .wsum .ws:nth-child(3)>b,
  .nbp .box .stat3 .s:nth-child(3):last-child>b{grid-column:2;grid-row:1 / span 2;margin-top:0;justify-self:end;align-self:center;font-size:20px}
}

@media(max-width:720px){
  .nbp .ptbl td[data-lb]{white-space:normal;overflow-wrap:anywhere}
}

@media(max-width:560px){
  .nbp .fx input,.nbp .fx select,.nbp .histbar input,.nbp .histbar select{
    min-width:0;width:100%;font-size:12.5px;padding-inline:10px}
  .nbp .fx input[type="date"],.nbp .histbar input[type="date"]{padding-inline-end:6px}
  .nbp .histbar{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center}
  .nbp .histbar>label{grid-column:1 / -1;margin:0}
  .nbp .histbar .harr{display:none}
}

@media(max-width:560px){
  .nbp .nbp-head h1{font-size:22px;line-height:1.22;overflow-wrap:anywhere}
  .nbp .nbp-head p{font-size:13px;overflow-wrap:anywhere}
  .nbp .box h3{font-size:14.5px;overflow-wrap:anywhere}
  .nbp .box h3 button{white-space:nowrap}
}

@media(max-width:760px){
  .nbp .nbp-side{
    display:flex!important;flex-wrap:wrap!important;
    overflow:visible!important;overflow-x:visible!important;
    scroll-snap-type:none!important;
    gap:8px!important;padding:10px!important;
    -webkit-mask:none!important;mask:none!important;
  }
  .nbp .nbp-side::before,.nbp .nbp-side::after{display:none!important}
  .nbp .nbp-item{
    flex:1 1 auto!important;width:auto!important;
    min-width:calc(50% - 4px);max-width:100%;
    justify-content:flex-start;
    scroll-snap-align:none!important;
    padding:8px 12px 8px 8px!important;min-height:44px;
  }
  .nbp .nbp-item .nbp-lb{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.25}
}
@media(max-width:760px) and (min-width:520px){
  .nbp .nbp-item{min-width:calc(33.333% - 6px)}
}
@media(max-width:400px){
  .nbp .nbp-item{min-width:100%}
}

@media(max-width:900px){
  .nbp .nbp-hero::before{display:none!important}          
  .nbp .nbp-hero::after{display:none!important}           
  .nbp .nbp-sheen{display:none!important}                 
  .nbp .nbp-ring{display:none!important}                  
  .nbp .nbp-hero{
    background:linear-gradient(150deg,#0f1b2d,#12263f 55%,#0d1a2b)!important;
    box-shadow:0 8px 22px -14px rgba(8,20,38,.7)!important;
    isolation:auto!important;
    border:1px solid rgba(255,255,255,.08)!important;
  }
  .nbp .nbp-hero,.nbp .nbp-hero *{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  
  .nbp #payQr::after{animation:none!important}
}

.nbp #seedHist:not(.nbp-note){display:grid!important;grid-auto-flow:row!important;gap:8px!important;
  align-items:stretch!important;min-height:0!important;padding:0!important;border:0!important;
  background:transparent!important;line-height:1.65!important;overflow-wrap:anywhere!important}
.nbp #seedHist:not(.nbp-note)>div{width:100%!important;min-width:0!important;overflow-wrap:anywhere!important}

.nbp #vres:not(:empty){display:block!important;min-height:46px!important;padding:12px 14px!important;
  border:1px solid var(--nbp-line)!important;border-radius:12px!important;background:#fff!important;
  font-family:'JetBrains Mono',monospace!important;font-size:12.5px!important;line-height:1.75!important;
  color:var(--nbp-ink)!important;text-align:start!important;overflow-wrap:anywhere!important;
  box-sizing:border-box!important}

.nbp #secLog:not(.nbp-note){display:block!important;padding:0!important;border:0!important;
  background:transparent!important;color:var(--nbp-ink)!important}
.nbp #secLog:not(.nbp-note)>div{display:flex!important;justify-content:space-between!important;
  align-items:center!important;gap:12px!important;flex-wrap:wrap!important;min-width:0!important}
.nbp #secLog:not(.nbp-note)>div>span{min-width:0!important;overflow-wrap:anywhere!important}

.nbp .tbl-wrap .betid{font-family:'JetBrains Mono',monospace;font-size:10.5px;cursor:pointer;
  color:var(--nbp-blue);font-weight:700}
.nbp .tbl-wrap td.t-betid{white-space:nowrap;max-width:130px;overflow:hidden;text-overflow:ellipsis}
.nbp .tbl-wrap td.t-game{white-space:nowrap;max-width:170px;overflow:hidden;text-overflow:ellipsis;font-weight:600}
.nbp .tbl-wrap td.t-mx{font-family:'JetBrains Mono',monospace;font-variant-numeric:tabular-nums;font-weight:700}
.nbp .tbl-wrap td.t-date{white-space:nowrap;font-size:11.5px;color:var(--nbp-dim)}

@media(max-width:720px){
  .nbp .tbl-wrap td.t-betid,.nbp .tbl-wrap td.t-game,
  .nbp .tbl-wrap td.t-date,.nbp .tbl-wrap .betid{
    max-width:none!important;white-space:normal!important;overflow:visible!important;
    text-overflow:clip!important;overflow-wrap:anywhere!important}
  .nbp .tbl-wrap td.t-game{text-align:end!important}
  .nbp #seedHist:not(.nbp-note){max-height:none!important}
  .nbp #secLog:not(.nbp-note)>div{flex-direction:column!important;align-items:flex-start!important;gap:2px!important}
}
