.percee {
  color: #4A6CFF; /* bleu lumineux */
}

.vindicte {
  color: #FF4444; /* rouge vif */
}

.contre {
  color: #33B8FF; /* bleu ciel */
}

.esquive {
  color: #9BE23F; /* vert clair */
}

.soin {
  color: #2EE66B; /* vert menthe */
}

.renforcement {
  color: #C63BFF; /* violet vif */
}

.protection {
  color: #22E3E3; /* cyan turquoise */
}

.acceleration {
  color: #FF3BC1; /* rose fuchsia */
}

.affaiblissement {
  color: #8756FF; /* violet bleuté */
}

.fragilisation {
  color: #FF8C32; /* orange intense */
}

.ralentissement {
  color: #FFD233; /* jaune doré */
}

.paralysie {
  color: #FFB400; /* jaune/orange lumineux */
}

.poison {
  color: #B366FF; /* violet clair */
}

.berserker {
  color: #FF1E56; /* rouge magenta explosif */
}

.furie {
  color: #FF6A00; /* orange brûlant */
}

.ultra {
  color: #FF0099; /* rose néon */
}

.drain {
  color: #176621; /* vert foncé */
}

.cure {
  color: #e36862;
}

#app {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.app-blank {
  background-image: url('/assets/media/auth/bg10.jpeg');
}

[data-bs-theme="dark"] body.app-blank {
  background-image: url('/assets/media/auth/bg10-dark.jpeg');
}


.wanted-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  container-type: inline-size; /* directement, sans @supports */
}

.wanted-bg {
  width: 100%;
  height: auto;
  display: block;
}

.wanted-avatar {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
  width: 44%;
}

.wanted-avatar img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

.wanted-name {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  text-align: center;
  font-family: 'Pirata One', serif;
  font-size: 7.5cqw;
  font-weight: 700;
  color: #513d34;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.wanted-prime {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  font-family: 'Pirata One', serif;
  font-size: 6.5cqw;
  font-weight: 700;
  color: #513d34;
  white-space: nowrap;
}

.wanted-crew {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  font-family: 'Pirata One', serif;
  font-size: 4.5cqw;
  font-weight: 700;
  color: #513d34;
  white-space: nowrap;
}

.wanted-berry {
  font-size: 0.85em;
}

.mobile-quickbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #1e1e2d;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.mobile-quickbar-avatar {
  position: relative;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.mobile-quickbar-avatar > img:first-child {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.mobile-quickbar-ornement {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.mobile-quickbar-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.mobile-quickbar-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-quickbar-bar .progress {
  height: 8px;
  flex: 1;
  background: rgba(255,255,255,0.08);
}
.mobile-quickbar-bar span {
  font-size: 12px;
  color: #cfd3dc;
  white-space: nowrap;
}

.mobile-quickbar-actions {
  display: flex;
  gap: 8px;
}
.mobile-quickbar-action {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 16px;
}
.mobile-quickbar-action:hover,
.mobile-quickbar-action:active {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

@media (min-width: 992px) {
  .mobile-quickbar { display: none; }
}

@media (max-width: 991.98px) {
  #kt_app_footer {
    margin-bottom: 88px;
  }
}

body:has(#kt_app_sidebar.drawer-on) .mobile-quickbar,
body:has(.app-header-menu.drawer-on) .mobile-quickbar {
    display: none;
}

.mobile-quickbar-actions-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.mobile-quickbar-berry {
  font-size: 11px;
  font-weight: 600;
  color: #cfd3dc;
  white-space: nowrap;
}