.nrmt-forge-guarantee {
  display: block;
  margin: 7px 8px 0;
  padding: 8px;
  border: 1px solid #3abbdc;
  background: linear-gradient(90deg, #12323b, #19251e, #12323b);
  color: #8eeaff;
  font-size: 7px;
  letter-spacing: .08em;
  text-align: center;
  text-shadow: 0 0 9px #48dcff;
  animation: nrmtForgeGuarantee 1.25s ease-in-out infinite;
}

.nrmt-forge-chances article.rarity-common { border-color: #465052; background: linear-gradient(90deg, #171c1d, #0d1213); }
.nrmt-forge-chances article.rarity-uncommon { border-color: #326d43; background: linear-gradient(90deg, #14251a, #0d1213); }
.nrmt-forge-chances article.rarity-rare { border-color: #326e9d; background: linear-gradient(90deg, #122435, #0d1213); }
.nrmt-forge-chances article.rarity-epic { border-color: #744295; background: linear-gradient(90deg, #271638, #0d1213); }
.nrmt-forge-chances article.rarity-legendary { border-color: #a97520; background: linear-gradient(90deg, #342713, #0d1213); }
.nrmt-forge-chances article.rarity-mythic { border-color: #b84291; background: linear-gradient(90deg, #38162f, #102535, #0d1213); }
.nrmt-forge-chances article.rarity-common>i { background: #8b9494; }
.nrmt-forge-chances article.rarity-uncommon>i { background: #59ca70; box-shadow: 0 0 8px #59ca70; }
.nrmt-forge-chances article.rarity-rare>i { background: #4aa9ff; box-shadow: 0 0 9px #4aa9ff; }
.nrmt-forge-chances article.rarity-epic>i { background: #be67ff; box-shadow: 0 0 10px #be67ff; }
.nrmt-forge-chances article.rarity-legendary>i { background: #ffc84d; box-shadow: 0 0 11px #ffc84d; }
.nrmt-forge-chances article.rarity-mythic>i { background: #ff5bd7; box-shadow: 0 0 8px #ff5bd7, 0 0 14px #52dcff; }
.nrmt-forge-chances article.is-blocked { opacity: .28; filter: grayscale(1); }
.nrmt-forge-chances article.is-blocked b { text-decoration: line-through; }

.nrmt-forge-overlay.is-busy .nrmt-forge-chances {
  animation: nrmtForgeCalculating .7s ease-in-out infinite alternate;
}

.nrmt-forge-result { --rarity-color:#9aa3a1; --rarity-glow:#9aa3a155; }
.nrmt-forge-result.rarity-common { --rarity-color:#a9b1af; --rarity-glow:#a9b1af55; }
.nrmt-forge-result.rarity-uncommon { --rarity-color:#65dc79; --rarity-glow:#54d76d77; }
.nrmt-forge-result.rarity-rare { --rarity-color:#50adff; --rarity-glow:#3b9fff88; }
.nrmt-forge-result.rarity-epic { --rarity-color:#c26dff; --rarity-glow:#b452ff99; }
.nrmt-forge-result.rarity-legendary { --rarity-color:#ffd052; --rarity-glow:#ffb52aaa; }
.nrmt-forge-result.rarity-mythic { --rarity-color:#ff67dc; --rarity-glow:#54ddffbb; }
.nrmt-forge-result[class*="rarity-"] {
  background: radial-gradient(circle at 50% 42%, var(--rarity-glow), transparent 34%), #080c0ff5;
  box-shadow: inset 0 0 90px var(--rarity-glow);
}
.nrmt-forge-result .nrmt-forge-result__burst { border-color: var(--rarity-color); box-shadow: 0 0 35px var(--rarity-glow), 0 0 85px var(--rarity-glow); }
.nrmt-forge-result>img { filter: drop-shadow(0 0 9px var(--rarity-color)) drop-shadow(0 0 24px var(--rarity-glow)); animation: nrmtForgeNinjaReveal .8s cubic-bezier(.2,.8,.2,1); }
.nrmt-forge-result>h2,
.nrmt-forge-result>b,
.nrmt-forge-result span strong { color: var(--rarity-color); text-shadow: 0 0 12px var(--rarity-glow); }
.nrmt-forge-result.rarity-legendary>h2 { animation: nrmtForgeGoldTitle 1s ease-in-out infinite; }
.nrmt-forge-result.rarity-mythic>h2,
.nrmt-forge-result.rarity-mythic>b { animation: nrmtForgeMythicTitle .8s linear infinite; }

.nrmt-forge-rarity-particles { position:absolute!important; z-index:0!important; inset:0; pointer-events:none; }
.nrmt-forge-rarity-particles i {
  --x: 0px; --y: -180px; --delay: 0s;
  position:absolute; left:50%; top:52%; width:5px; height:5px;
  border-radius:50%; background:var(--rarity-color); box-shadow:0 0 9px var(--rarity-color);
  animation:nrmtForgeParticle 1.9s ease-out var(--delay) infinite;
}
.nrmt-forge-rarity-particles i:nth-child(2){--x:150px;--y:-115px;--delay:.12s}.nrmt-forge-rarity-particles i:nth-child(3){--x:210px;--y:-15px;--delay:.24s}.nrmt-forge-rarity-particles i:nth-child(4){--x:165px;--y:105px;--delay:.36s}.nrmt-forge-rarity-particles i:nth-child(5){--x:70px;--y:175px;--delay:.48s}.nrmt-forge-rarity-particles i:nth-child(6){--x:-65px;--y:180px;--delay:.6s}.nrmt-forge-rarity-particles i:nth-child(7){--x:-170px;--y:105px;--delay:.72s}.nrmt-forge-rarity-particles i:nth-child(8){--x:-215px;--y:-10px;--delay:.84s}.nrmt-forge-rarity-particles i:nth-child(9){--x:-150px;--y:-120px;--delay:.96s}.nrmt-forge-rarity-particles i:nth-child(10){--x:85px;--y:-150px;--delay:.18s}.nrmt-forge-rarity-particles i:nth-child(11){--x:185px;--y:55px;--delay:.3s}.nrmt-forge-rarity-particles i:nth-child(12){--x:15px;--y:190px;--delay:.42s}.nrmt-forge-rarity-particles i:nth-child(13){--x:-145px;--y:145px;--delay:.54s}.nrmt-forge-rarity-particles i:nth-child(14){--x:-190px;--y:-75px;--delay:.66s}.nrmt-forge-rarity-particles i:nth-child(15){--x:-35px;--y:-190px;--delay:.78s}.nrmt-forge-rarity-particles i:nth-child(16){--x:125px;--y:140px;--delay:.9s}.nrmt-forge-rarity-particles i:nth-child(17){--x:-110px;--y:35px;--delay:1.02s}.nrmt-forge-rarity-particles i:nth-child(18){--x:110px;--y:-45px;--delay:1.14s}

@keyframes nrmtForgeGuarantee { 50% { border-color:#86efff; box-shadow:0 0 18px #44ddff55,inset 0 0 12px #42dfff22; } }
@keyframes nrmtForgeCalculating { to { filter:brightness(1.3); box-shadow:0 0 22px #55dfff33; } }
@keyframes nrmtForgeNinjaReveal { from { opacity:0; transform:scale(.45) translateY(25px); filter:brightness(4) blur(4px); } 70% { transform:scale(1.12); } }
@keyframes nrmtForgeParticle { 0% { opacity:0; transform:translate(0,0) scale(.2); } 22% { opacity:1; } 100% { opacity:0; transform:translate(var(--x),var(--y)) scale(1.5); } }
@keyframes nrmtForgeGoldTitle { 50% { color:#fff4b0; text-shadow:0 0 22px #ffc328; } }
@keyframes nrmtForgeMythicTitle { 0%,100% { color:#ff62da; } 33% { color:#66e6ff; } 66% { color:#ffe66d; } }
