/* Hunts V4 — arquivo de operacoes shinobi. */
:root {
  --nrmt-hunts-window-frame: url('/assets/branding/hunts-archive-ui-v1/hunts-window-frame.png?v=1');
  --nrmt-hunts-panel-frame: url('/assets/branding/hunts-archive-ui-v1/hunts-panel-frame.png?v=1');
  --nrmt-hunts-keyart: url('/assets/branding/hunts-archive-ui-v1/hunts-operations-keyart.png?v=1');
  --nrmt-hunts-ink: #05080a;
  --nrmt-hunts-panel: #0a1013;
  --nrmt-hunts-panel-soft: #10181c;
  --nrmt-hunts-gold: #c69748;
  --nrmt-hunts-gold-bright: #f0ca78;
  --nrmt-hunts-cyan: #77c9e7;
  --nrmt-hunts-red: #b54a3d;
  --nrmt-hunts-green: #62bc83;
}

body.nrmt-hunts-v2-open {
  overflow: hidden;
}

#nrmt-hunts-v2[hidden] {
  display: none !important;
}

body #nrmt-hunts-v2.nrmt-hunts-overlay {
  position: fixed;
  z-index: 990700;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 2%, rgba(119, 201, 231, .08), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(181, 74, 61, .08), transparent 34%),
    rgba(2, 4, 5, .9);
  backdrop-filter: blur(9px) saturate(.8);
}

#nrmt-hunts-v2,
#nrmt-hunts-v2 * {
  box-sizing: border-box;
}

body #nrmt-hunts-v2 .nrmt-hunts-window,
body #nrmt-hunts-v2 .nrmt-hunts-window.nrmt-ui-frame-safe {
  position: relative !important;
  isolation: isolate;
  width: min(1540px, calc(100vw - 44px));
  height: min(900px, calc(100vh - 44px));
  min-height: 610px;
  display: grid;
  grid-template-rows: 78px minmax(0, 1fr);
  overflow: visible;
  padding: 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, .98), rgba(5, 8, 10, .88)),
    var(--nrmt-hunts-keyart) center / cover no-repeat !important;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .92) !important;
}

body #nrmt-hunts-v2 .nrmt-hunts-window > .nrmt-ui-ornate-frame-layer {
  z-index: 80 !important;
  inset: 0 !important;
  border: 31px solid transparent !important;
  border-image-source: var(--nrmt-hunts-window-frame) !important;
  border-image-slice: 112 106 !important;
  border-image-width: 31px !important;
  border-image-repeat: stretch !important;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .9)) !important;
}

body #nrmt-hunts-v2 .nrmt-hunts-window > header {
  position: relative;
  z-index: 4;
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 46px;
  align-items: center;
  gap: 15px;
  padding: 0 16px 0 22px;
  border: 1px solid rgba(198, 151, 72, .35);
  border-bottom-color: rgba(198, 151, 72, .65);
  background:
    linear-gradient(90deg, rgba(181, 74, 61, .09), transparent 26%),
    linear-gradient(180deg, rgba(19, 28, 32, .98), rgba(8, 13, 16, .98));
  box-shadow: inset 0 -1px rgba(119, 201, 231, .08), 0 8px 22px rgba(0, 0, 0, .35);
}

#nrmt-hunts-v2 .nrmt-hunts-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

#nrmt-hunts-v2 .nrmt-hunts-brand > span {
  position: relative;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  display: grid;
  place-items: center;
  border: 1px solid #c28d40;
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle, #5c211d 0 32%, #220d0d 34% 56%, #0a0d0e 58%);
  color: #f0c777;
  font: 700 23px Georgia, serif;
  text-shadow: 0 1px #000, 0 0 9px rgba(240, 199, 119, .26);
  box-shadow: inset 0 0 0 4px #090d0f, 0 0 0 1px rgba(240, 202, 120, .22);
}

#nrmt-hunts-v2 .nrmt-hunts-brand > span::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 1px;
  width: 17px;
  height: 3px;
  background: var(--nrmt-hunts-red);
  box-shadow: 4px 4px 0 -1px #6f251f;
  transform: rotate(43deg);
}

#nrmt-hunts-v2 .nrmt-hunts-brand small {
  display: block;
  color: #9aa6a7;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

#nrmt-hunts-v2 .nrmt-hunts-brand h2 {
  margin: 4px 0 0;
  color: #f2ead7;
  font: 700 23px NinjaTitle, Impact, "Arial Narrow", sans-serif;
  letter-spacing: .045em;
  line-height: 1;
  text-transform: uppercase;
}

#nrmt-hunts-v2 .nrmt-hunts-brand h2 em {
  color: var(--nrmt-hunts-red);
  font-style: normal;
}

#nrmt-hunts-v2 .nrmt-hunts-ledger-count {
  min-width: 148px;
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid #55452e;
  background: #070b0dc7;
  color: #899395;
  font-size: 8px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

#nrmt-hunts-v2 .nrmt-hunts-ledger-count i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nrmt-hunts-green);
  box-shadow: 0 0 8px rgba(98, 188, 131, .65);
}

#nrmt-hunts-v2 .nrmt-hunts-ledger-count b {
  color: var(--nrmt-hunts-gold-bright);
  font-size: 10px;
  letter-spacing: 0;
}

body #nrmt-hunts-v2 .nrmt-hunts-window > header > button[data-hunt-close] {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0 !important;
  border: 1px solid #775a35 !important;
  border-radius: 2px !important;
  background: linear-gradient(145deg, #211a16, #090c0e) !important;
  color: #e8c374 !important;
  font: 300 27px/36px Arial, sans-serif !important;
  box-shadow: inset 0 0 0 2px #090c0e, 0 0 0 1px #22170f !important;
}

body #nrmt-hunts-v2 .nrmt-hunts-window > header > button[data-hunt-close]:hover {
  border-color: #b75545 !important;
  color: #fff !important;
  background: linear-gradient(145deg, #55211d, #170c0c) !important;
}

#nrmt-hunts-v2 .nrmt-hunts-layout {
  position: relative;
  z-index: 3;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 344px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(198, 151, 72, .34);
  border-top: 0;
  background: rgba(5, 9, 11, .94);
}

#nrmt-hunts-v2 .nrmt-hunts-layout > aside {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  overflow: hidden;
  border-right: 1px solid rgba(198, 151, 72, .42);
  background:
    linear-gradient(180deg, rgba(119, 201, 231, .035), transparent 30%),
    rgba(6, 10, 12, .97);
}

#nrmt-hunts-v2 .nrmt-hunt-aside-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 17px 10px;
  border-bottom: 1px solid #263239;
}

#nrmt-hunts-v2 .nrmt-hunt-aside-title small,
#nrmt-hunts-v2 .nrmt-hunt-aside-footer small {
  display: block;
  color: #758184;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

#nrmt-hunts-v2 .nrmt-hunt-aside-title b {
  display: block;
  margin-top: 3px;
  color: #e8c16e;
  font: 700 13px NinjaTitle, Impact, sans-serif;
  letter-spacing: .08em;
}

#nrmt-hunts-v2 .nrmt-hunt-aside-title > span {
  color: var(--nrmt-hunts-cyan);
  font-size: 8px;
  letter-spacing: .12em;
}

#nrmt-hunts-v2 .nrmt-hunt-search {
  padding: 11px 14px 12px;
  border-bottom: 1px solid #273238;
  background: rgba(14, 21, 24, .88);
}

#nrmt-hunts-v2 .nrmt-hunt-search__field {
  display: grid !important;
  grid-template-columns: 34px 1fr;
  align-items: center;
  margin: 0 !important;
  border: 1px solid #344249;
  border-radius: 2px;
  background: #05090b;
  color: #b99555;
  box-shadow: inset 0 0 16px rgba(0, 0, 0, .44);
}

#nrmt-hunts-v2 .nrmt-hunt-search__field > span {
  color: var(--nrmt-hunts-cyan);
  font-size: 18px;
  text-align: center;
  transform: rotate(-18deg);
}

#nrmt-hunts-v2 .nrmt-hunt-search__field input[type="search"] {
  width: 100%;
  height: 38px;
  padding: 0 9px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #d9dfdc;
  font-size: 10px;
}

#nrmt-hunts-v2 .nrmt-hunt-search__field input::placeholder {
  color: #687376;
}

#nrmt-hunts-v2 .nrmt-hunt-filter {
  width: max-content;
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 9px 0 0 !important;
  color: #8d9899;
  font-size: 8px;
  cursor: pointer;
}

#nrmt-hunts-v2 .nrmt-hunt-filter > input {
  position: absolute;
  opacity: 0;
}

#nrmt-hunts-v2 .nrmt-hunt-filter > span {
  position: relative;
  width: 26px;
  height: 14px;
  border: 1px solid #485459;
  border-radius: 10px;
  background: #131a1d;
}

#nrmt-hunts-v2 .nrmt-hunt-filter > span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #697477;
  transition: .16s;
}

#nrmt-hunts-v2 .nrmt-hunt-filter > input:checked + span {
  border-color: #8f6d39;
  background: #2a2418;
}

#nrmt-hunts-v2 .nrmt-hunt-filter > input:checked + span::after {
  left: 14px;
  background: var(--nrmt-hunts-gold-bright);
  box-shadow: 0 0 7px rgba(240, 202, 120, .5);
}

#nrmt-hunts-v2 .nrmt-hunt-area-list {
  min-height: 0;
  overflow: auto;
  padding: 8px 7px 10px;
  scrollbar-width: thin;
  scrollbar-color: #80612f #080c0e;
}

body #nrmt-hunts-v2 .nrmt-hunt-area {
  position: relative;
  width: 100%;
  min-height: 86px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0 0 7px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid #2b373c !important;
  border-radius: 1px !important;
  background: linear-gradient(115deg, #121a1e, #090d0f 82%) !important;
  color: #d8dcda;
  text-align: left;
  box-shadow: inset 0 1px rgba(255, 255, 255, .018) !important;
  cursor: pointer;
  transition: border-color .16s, transform .16s, background .16s;
}

body #nrmt-hunts-v2 .nrmt-hunt-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #29383e;
}

body #nrmt-hunts-v2 .nrmt-hunt-area:hover {
  border-color: #6f5834 !important;
  background: linear-gradient(115deg, #182226, #0b1012 82%) !important;
  transform: translateX(2px);
}

body #nrmt-hunts-v2 .nrmt-hunt-area.is-selected {
  border-color: #b58b48 !important;
  background:
    linear-gradient(100deg, rgba(119, 201, 231, .07), transparent 42%),
    linear-gradient(115deg, #1c2528, #0b0f11 82%) !important;
  box-shadow: inset 0 0 24px rgba(119, 201, 231, .035), 0 6px 18px rgba(0, 0, 0, .38) !important;
}

body #nrmt-hunts-v2 .nrmt-hunt-area.is-selected::before {
  background: var(--nrmt-hunts-cyan);
  box-shadow: 0 0 8px rgba(119, 201, 231, .45);
}

body #nrmt-hunts-v2 .nrmt-hunt-area.is-locked {
  opacity: .5;
  filter: saturate(.55);
}

#nrmt-hunts-v2 .nrmt-hunt-area__media {
  position: relative;
  width: 104px;
  height: 68px;
  display: block !important;
  overflow: hidden;
  border: 1px solid #5f4b2d;
  border-radius: 1px;
  background: #05080a;
  box-shadow: inset 0 0 0 2px #080c0e;
}

#nrmt-hunts-v2 .nrmt-hunt-area .nrmt-hunt-area__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
  background: #070b0d;
  filter: saturate(.76) contrast(1.1) brightness(.82);
}

#nrmt-hunts-v2 .nrmt-hunt-area__media > i {
  position: absolute;
  right: 4px;
  bottom: 4px;
  left: auto;
  padding: 3px 5px;
  border: 1px solid rgba(198, 151, 72, .42);
  border-radius: 0;
  background: rgba(4, 7, 8, .9);
  color: #e3bd6b !important;
  font-size: 6px !important;
  font-style: normal;
  letter-spacing: .1em;
}

#nrmt-hunts-v2 .nrmt-hunt-area__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#nrmt-hunts-v2 .nrmt-hunt-area__body > b {
  overflow: hidden;
  padding-right: 38px;
  color: #e7c571;
  font: 700 11px NinjaTitle, Impact, sans-serif;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nrmt-hunts-v2 .nrmt-hunt-area__body > small {
  overflow: hidden;
  color: #849093;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nrmt-hunts-v2 .nrmt-hunt-area__progress {
  height: 4px;
  overflow: hidden;
  border: 1px solid #253137;
  background: #05080a;
}

#nrmt-hunts-v2 .nrmt-hunt-area__progress > i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #4a92ae, var(--nrmt-hunts-cyan));
  box-shadow: 0 0 6px rgba(119, 201, 231, .38);
}

#nrmt-hunts-v2 .nrmt-hunt-area > em {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 5px;
  border: 1px solid rgba(98, 188, 131, .38);
  border-radius: 1px;
  background: rgba(17, 48, 33, .78);
  color: #78d89a;
  font-size: 6px;
  font-style: normal;
  letter-spacing: .08em;
}

#nrmt-hunts-v2 .nrmt-hunt-area.is-locked > em {
  border-color: rgba(181, 74, 61, .4);
  background: rgba(59, 24, 22, .78);
  color: #da8277;
}

#nrmt-hunts-v2 .nrmt-hunt-aside-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-top: 1px solid #28343a;
  background: #080d0f;
}

#nrmt-hunts-v2 .nrmt-hunt-aside-footer b {
  color: #b9c2c2;
  font-size: 8px;
  letter-spacing: .08em;
}

#nrmt-hunts-v2 .nrmt-hunt-aside-footer > i {
  width: 44px;
  height: 4px;
  background: repeating-linear-gradient(90deg, var(--nrmt-hunts-cyan) 0 5px, transparent 5px 8px);
  opacity: .75;
}

#nrmt-hunts-v2 .nrmt-hunts-layout > main {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: 224px 44px minmax(0, 1fr) 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0, rgba(119, 201, 231, .045), transparent 32%),
    rgba(8, 13, 15, .97);
}

#nrmt-hunts-v2 .nrmt-hunt-hero {
  position: relative;
  isolation: isolate;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #6a5331;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, .2), rgba(5, 8, 10, .06)),
    var(--nrmt-hunts-keyart) center / cover no-repeat !important;
}

#nrmt-hunts-v2 .nrmt-hunt-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 9, .97) 0 18%, rgba(4, 7, 9, .73) 50%, rgba(4, 7, 9, .18) 78%),
    linear-gradient(0deg, rgba(6, 10, 12, .96), transparent 55%);
}

#nrmt-hunts-v2 .nrmt-hunt-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 18px;
  width: min(35%, 330px);
  height: calc(100% - 26px);
  border: 1px solid rgba(198, 151, 72, .58);
  box-shadow: inset 0 0 0 3px #070b0d, 0 11px 30px rgba(0, 0, 0, .62);
  pointer-events: none;
}

#nrmt-hunts-v2 .nrmt-hunt-hero > img {
  position: absolute !important;
  z-index: 1 !important;
  top: 17px !important;
  right: 22px !important;
  left: auto !important;
  width: min(35%, 330px) !important;
  height: calc(100% - 34px) !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  background: #070b0d;
  filter: saturate(.82) contrast(1.12) brightness(.82) !important;
  box-shadow: none !important;
}

#nrmt-hunts-v2 .nrmt-hunt-hero__shade {
  position: absolute;
  z-index: 2 !important;
  inset: 0 !important;
  max-width: none !important;
  background:
    linear-gradient(90deg, transparent 58%, rgba(5, 8, 10, .05) 72%, rgba(5, 8, 10, .32)),
    linear-gradient(0deg, rgba(5, 8, 10, .42), transparent 42%) !important;
  pointer-events: none;
}

#nrmt-hunts-v2 .nrmt-hunt-hero__content {
  position: absolute;
  z-index: 3 !important;
  top: auto;
  right: auto;
  bottom: 24px;
  left: 30px;
  width: min(57%, 650px);
  max-width: none !important;
  text-shadow: 0 2px 5px #000;
}

#nrmt-hunts-v2 .nrmt-hunt-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--nrmt-hunts-gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
}

#nrmt-hunts-v2 .nrmt-hunt-hero__eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--nrmt-hunts-red);
  box-shadow: 0 0 5px rgba(181, 74, 61, .48);
}

#nrmt-hunts-v2 .nrmt-hunt-hero__content h1 {
  margin: 6px 0 5px;
  color: #f5f0e7;
  font: 700 clamp(25px, 2.5vw, 38px)/1 NinjaTitle, Impact, "Arial Narrow", sans-serif;
  letter-spacing: .035em;
  text-transform: uppercase;
}

#nrmt-hunts-v2 .nrmt-hunt-hero__content > p {
  margin: 0;
  color: #aeb9b9;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

#nrmt-hunts-v2 .nrmt-hunt-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}

#nrmt-hunts-v2 .nrmt-hunt-hero__badges span {
  min-width: 76px;
  padding: 6px 8px;
  border: 1px solid rgba(198, 151, 72, .46);
  border-radius: 1px;
  background: rgba(6, 10, 12, .86);
  color: #dfbd72;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  box-shadow: inset 0 0 11px rgba(0, 0, 0, .44);
}

#nrmt-hunts-v2 .nrmt-hunts-layout > main > nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  padding: 5px 8px;
  border-bottom: 1px solid #344148;
  background: #070c0e;
}

body #nrmt-hunts-v2 .nrmt-hunts-layout > main > nav button {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 8px !important;
  border: 1px solid #2d393e !important;
  border-radius: 1px !important;
  background: linear-gradient(#11181b, #090d0f) !important;
  color: #7e8a8d !important;
  font-size: 7px !important;
  font-weight: 700;
  letter-spacing: .09em;
  box-shadow: none !important;
  cursor: pointer;
}

#nrmt-hunts-v2 .nrmt-hunts-layout > main > nav button span {
  color: #546269;
  font-size: 6px;
}

body #nrmt-hunts-v2 .nrmt-hunts-layout > main > nav button:hover {
  border-color: #765d37 !important;
  color: #d7c08b !important;
}

body #nrmt-hunts-v2 .nrmt-hunts-layout > main > nav button.is-active {
  border-color: #a57e40 !important;
  background:
    linear-gradient(90deg, rgba(119, 201, 231, .08), transparent),
    linear-gradient(#172125, #0b1114) !important;
  color: #edcb7d !important;
  box-shadow: inset 0 -2px var(--nrmt-hunts-cyan) !important;
}

body #nrmt-hunts-v2 .nrmt-hunt-wiki {
  min-width: 0;
  min-height: 0;
  overflow: auto;
  padding: 16px 18px 22px;
  background:
    linear-gradient(rgba(8, 13, 15, .93), rgba(8, 13, 15, .97)),
    var(--nrmt-hunts-keyart) right center / auto 100% no-repeat !important;
  scrollbar-width: thin;
  scrollbar-color: #876531 #080c0e;
}

#nrmt-hunts-v2 .nrmt-hunt-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 12px;
  padding: 0 2px 9px;
  border-bottom: 1px solid #344148;
}

#nrmt-hunts-v2 .nrmt-hunt-section-title > div > small {
  display: block;
  margin-bottom: 3px;
  color: #748286;
  font-size: 7px;
  letter-spacing: .18em;
}

#nrmt-hunts-v2 .nrmt-hunt-section-title h3,
#nrmt-hunts-v2 .nrmt-hunt-overview h3 {
  margin: 0;
  color: #e3bd70;
  font: 700 13px NinjaTitle, Impact, sans-serif;
  letter-spacing: .07em;
}

#nrmt-hunts-v2 .nrmt-hunt-section-title > span {
  color: #879295;
  font-size: 8px;
}

#nrmt-hunts-v2 .nrmt-hunt-missions {
  display: grid;
  gap: 12px;
}

body #nrmt-hunts-v2 .nrmt-hunt-mission,
body #nrmt-hunts-v2 .nrmt-hunt-mission.nrmt-ui-ornate-card {
  position: relative;
  min-height: 142px;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 174px;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 17px 18px !important;
  overflow: hidden;
  border: 13px solid transparent !important;
  border-image-source: var(--nrmt-hunts-panel-frame) !important;
  border-image-slice: 90 86 !important;
  border-image-width: 13px !important;
  border-image-repeat: stretch !important;
  border-radius: 0 !important;
  background:
    linear-gradient(95deg, rgba(119, 201, 231, .055), transparent 38%),
    linear-gradient(145deg, #10181c, #080c0e 76%) !important;
  box-shadow: 0 9px 24px rgba(0, 0, 0, .42) !important;
  transition: filter .16s, transform .16s;
}

body #nrmt-hunts-v2 .nrmt-hunt-mission:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

body #nrmt-hunts-v2 .nrmt-hunt-mission.is-ready {
  background:
    linear-gradient(95deg, rgba(98, 188, 131, .11), transparent 42%),
    linear-gradient(145deg, #10191a, #080c0e 76%) !important;
}

body #nrmt-hunts-v2 .nrmt-hunt-mission.is-completed {
  opacity: .62;
  filter: saturate(.7);
}

#nrmt-hunts-v2 .nrmt-hunt-mission__rank {
  width: 62px;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #9d753d;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(181, 74, 61, .2), transparent 45%),
    #090d0f;
  color: #efc975;
  font: 700 19px NinjaTitle, Impact, sans-serif;
  box-shadow: inset 0 0 0 4px #11181b, 0 0 0 1px #090b0c;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__rank small {
  margin-bottom: 2px;
  color: #7d898b;
  font: 700 5px Arial, sans-serif;
  letter-spacing: .16em;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__body {
  min-width: 0;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__body > small {
  color: #8e9a9c;
  font-size: 7px;
  letter-spacing: .06em;
}

#nrmt-hunts-v2 .nrmt-hunt-mission h3 {
  margin: 4px 0;
  color: #ead08f;
  font: 700 12px NinjaTitle, Impact, sans-serif;
  letter-spacing: .035em;
}

#nrmt-hunts-v2 .nrmt-hunt-mission p {
  margin: 0;
  overflow: hidden;
  color: #9ca7a8;
  font-size: 8px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__meta {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr .7fr;
  gap: 5px;
  margin-top: 9px;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__meta > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 5px 7px;
  border: 1px solid #2c383d;
  background: rgba(5, 9, 11, .8);
  color: #bbc3c2;
  font-size: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__meta span > b {
  color: #697679;
  font-size: 5px;
  letter-spacing: .09em;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__track {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__track > i {
  height: 5px;
  flex: 1;
  overflow: hidden;
  border: 1px solid #28343a;
  background: #040708;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__track > i b {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #4a91ad, var(--nrmt-hunts-cyan));
  box-shadow: 0 0 7px rgba(119, 201, 231, .44);
}

#nrmt-hunts-v2 .nrmt-hunt-mission__track > em {
  min-width: 40px;
  color: #8e999a;
  font-size: 7px;
  font-style: normal;
  text-align: right;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__action {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#nrmt-hunts-v2 .nrmt-hunt-mission__action > span {
  color: #9b845e;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
}

body #nrmt-hunts-v2 .nrmt-hunt-mission__action > button,
body #nrmt-hunts-v2 .nrmt-hunts-layout > main > footer button {
  min-height: 37px;
  padding: 8px 12px !important;
  border: 9px solid transparent !important;
  border-image-source: var(--nrmt-archive-button-frame) !important;
  border-image-slice: 90 120 !important;
  border-image-width: 9px !important;
  border-radius: 0 !important;
  background: linear-gradient(#223136, #0c1215) !important;
  color: #edd18d !important;
  font-size: 7px !important;
  font-weight: 700;
  letter-spacing: .08em;
  box-shadow: inset 0 0 14px rgba(119, 201, 231, .045) !important;
  cursor: pointer;
}

body #nrmt-hunts-v2 .nrmt-hunt-mission__action > button:hover,
body #nrmt-hunts-v2 .nrmt-hunts-layout > main > footer button:hover {
  color: #fff2c9 !important;
  filter: brightness(1.13);
}

body #nrmt-hunts-v2 .nrmt-hunt-mission__action > button:disabled,
body #nrmt-hunts-v2 .nrmt-hunts-layout > main > footer button:disabled {
  color: #667174 !important;
  filter: grayscale(.55) brightness(.62);
  cursor: not-allowed;
}

#nrmt-hunts-v2 .nrmt-hunt-overview {
  display: grid;
  gap: 12px;
}

body #nrmt-hunts-v2 .nrmt-hunt-overview > section {
  padding: 15px;
  border: 1px solid #344147 !important;
  background: linear-gradient(145deg, rgba(16, 24, 28, .96), rgba(7, 11, 13, .96)) !important;
}

#nrmt-hunts-v2 .nrmt-hunt-overview > section > p {
  margin: 7px 0 0;
  color: #a3acad;
  font-size: 9px;
  line-height: 1.55;
}

#nrmt-hunts-v2 .nrmt-hunt-metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-top: 12px;
}

#nrmt-hunts-v2 .nrmt-hunt-metrics > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 9px 6px;
  border: 1px solid #303d42;
  background: #080c0e;
  color: #748184;
  font-size: 6px;
  letter-spacing: .08em;
}

#nrmt-hunts-v2 .nrmt-hunt-metrics b {
  color: #e6c270;
  font-size: 13px;
}

#nrmt-hunts-v2 .nrmt-hunt-featured,
#nrmt-hunts-v2 .nrmt-hunt-mob-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 9px;
  margin-top: 10px;
}

body #nrmt-hunts-v2 .nrmt-hunt-mob {
  min-width: 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  padding: 9px;
  border: 1px solid #334147 !important;
  background: linear-gradient(145deg, #121b1f, #070b0d) !important;
}

body #nrmt-hunts-v2 .nrmt-hunt-mob.is-boss {
  border-color: #816235 !important;
  box-shadow: inset 3px 0 var(--nrmt-hunts-red) !important;
}

#nrmt-hunts-v2 .nrmt-hunt-mob__sprite {
  height: 80px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #4a3c28;
  background: radial-gradient(circle, #1c2a30, #05080a 70%);
}

#nrmt-hunts-v2 .nrmt-hunt-mob__sprite img {
  max-width: 74px;
  max-height: 74px;
  object-fit: contain !important;
  image-rendering: pixelated;
  filter: drop-shadow(0 4px 4px #000);
}

#nrmt-hunts-v2 .nrmt-hunt-mob small {
  color: #c79c52;
  font-size: 6px;
  letter-spacing: .1em;
}

#nrmt-hunts-v2 .nrmt-hunt-mob h4 {
  overflow: hidden;
  margin: 3px 0;
  color: #e1e7e4;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nrmt-hunts-v2 .nrmt-hunt-mob p {
  margin: 0 0 5px;
  color: #7f8c8e;
  font-size: 7px;
}

#nrmt-hunts-v2 .nrmt-hunt-mob span {
  display: inline-block;
  margin: 2px 2px 0 0;
  padding: 2px 4px;
  background: #172125;
  color: #aab5b5;
  font-size: 6px;
}

#nrmt-hunts-v2 .nrmt-hunt-drop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 8px;
}

body #nrmt-hunts-v2 .nrmt-hunt-drop {
  min-width: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 8px;
  border: 1px solid #334147 !important;
  background: linear-gradient(145deg, #11191d, #070b0d) !important;
}

#nrmt-hunts-v2 .nrmt-hunt-drop img {
  width: 50px;
  height: 50px;
  object-fit: contain !important;
  image-rendering: pixelated;
  border: 1px solid #5b482c;
  background: #05080a;
}

#nrmt-hunts-v2 .nrmt-hunt-drop div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#nrmt-hunts-v2 .nrmt-hunt-drop b {
  overflow: hidden;
  color: #d8dfdc;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nrmt-hunts-v2 .nrmt-hunt-drop small {
  color: #748083;
  font-size: 7px;
}

#nrmt-hunts-v2 .nrmt-hunt-drop strong {
  color: #75d095;
  font-size: 10px;
}

#nrmt-hunts-v2 .nrmt-hunt-empty {
  padding: 38px;
  border: 1px dashed #354147;
  color: #748083;
  font-size: 9px;
  text-align: center;
}

#nrmt-hunts-v2 .nrmt-hunts-layout > main > footer {
  min-width: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 0 18px;
  border-top: 1px solid #46533f;
  background: rgba(6, 10, 12, .98);
}

#nrmt-hunts-v2 .nrmt-hunts-layout > main > footer > span {
  position: relative;
  margin-right: auto;
  padding-left: 31px;
  color: #7e898b;
  font-size: 8px;
  line-height: 1.35;
}

#nrmt-hunts-v2 .nrmt-hunts-layout > main > footer > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #836435;
  border-radius: 50%;
  background: radial-gradient(circle, #7b3027 0 24%, #161c1e 26% 56%, #080c0e 58%);
  transform: translateY(-50%);
}

#nrmt-hunts-v2 .nrmt-hunts-layout > main > footer > span b {
  display: block;
  margin-bottom: 2px;
  color: #d5b873;
  font-size: 8px;
  letter-spacing: .07em;
}

body #nrmt-hunts-v2 .nrmt-hunts-layout > main > footer button {
  min-width: 226px;
}

@media (max-width: 1180px) {
  body #nrmt-hunts-v2 .nrmt-hunts-window,
  body #nrmt-hunts-v2 .nrmt-hunts-window.nrmt-ui-frame-safe {
    padding: 25px !important;
  }

  body #nrmt-hunts-v2 .nrmt-hunts-window > .nrmt-ui-ornate-frame-layer {
    border-width: 26px !important;
    border-image-width: 26px !important;
  }

  #nrmt-hunts-v2 .nrmt-hunts-layout {
    grid-template-columns: 292px minmax(0, 1fr);
  }

  body #nrmt-hunts-v2 .nrmt-hunt-area {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  #nrmt-hunts-v2 .nrmt-hunt-area__media {
    width: 88px;
  }

  body #nrmt-hunts-v2 .nrmt-hunt-mission,
  body #nrmt-hunts-v2 .nrmt-hunt-mission.nrmt-ui-ornate-card {
    grid-template-columns: 58px minmax(0, 1fr) 148px;
    gap: 10px;
    padding: 15px !important;
  }

  #nrmt-hunts-v2 .nrmt-hunt-mission__rank {
    width: 54px;
    height: 54px;
  }

  #nrmt-hunts-v2 .nrmt-hunt-mission__meta {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body #nrmt-hunts-v2.nrmt-hunts-overlay {
    padding: 5px;
  }

  body #nrmt-hunts-v2 .nrmt-hunts-window,
  body #nrmt-hunts-v2 .nrmt-hunts-window.nrmt-ui-frame-safe {
    width: calc(100vw - 10px);
    height: calc(100vh - 10px);
    min-height: 520px;
    grid-template-rows: 64px minmax(0, 1fr);
    padding: 18px !important;
  }

  body #nrmt-hunts-v2 .nrmt-hunts-window > .nrmt-ui-ornate-frame-layer {
    border-width: 19px !important;
    border-image-width: 19px !important;
  }

  body #nrmt-hunts-v2 .nrmt-hunts-window > header {
    grid-template-columns: minmax(0, 1fr) auto 38px;
    padding: 0 9px 0 13px;
  }

  #nrmt-hunts-v2 .nrmt-hunts-brand > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 18px;
  }

  #nrmt-hunts-v2 .nrmt-hunts-brand h2 {
    font-size: 17px;
  }

  #nrmt-hunts-v2 .nrmt-hunts-brand small,
  #nrmt-hunts-v2 .nrmt-hunts-ledger-count span {
    display: none;
  }

  #nrmt-hunts-v2 .nrmt-hunts-ledger-count {
    min-width: 52px;
    grid-template-columns: 8px auto;
  }

  #nrmt-hunts-v2 .nrmt-hunts-layout {
    grid-template-columns: 1fr;
  }

  #nrmt-hunts-v2 .nrmt-hunts-layout > aside {
    display: none;
  }

  #nrmt-hunts-v2 .nrmt-hunts-layout > main {
    grid-template-rows: 170px 42px minmax(0, 1fr) 58px;
  }

  #nrmt-hunts-v2 .nrmt-hunt-hero::after,
  #nrmt-hunts-v2 .nrmt-hunt-hero > img {
    width: 38% !important;
  }

  #nrmt-hunts-v2 .nrmt-hunt-hero__content {
    bottom: 16px;
    left: 18px;
    width: 57%;
  }

  #nrmt-hunts-v2 .nrmt-hunt-hero__content h1 {
    font-size: 23px;
  }

  #nrmt-hunts-v2 .nrmt-hunt-hero__badges {
    margin-top: 8px;
  }

  #nrmt-hunts-v2 .nrmt-hunt-hero__badges span:nth-child(3) {
    display: none;
  }

  body #nrmt-hunts-v2 .nrmt-hunt-mission,
  body #nrmt-hunts-v2 .nrmt-hunt-mission.nrmt-ui-ornate-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  #nrmt-hunts-v2 .nrmt-hunt-mission__rank {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }

  #nrmt-hunts-v2 .nrmt-hunt-mission__action {
    grid-column: 1 / -1;
  }

  #nrmt-hunts-v2 .nrmt-hunts-layout > main > footer > span {
    display: none;
  }

  body #nrmt-hunts-v2 .nrmt-hunts-layout > main > footer button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #nrmt-hunts-v2 * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
