@charset "UTF-8";
@font-face {
  font-family: "Press Start 2P";
  src: url("../fonts/PressStart2P-Regular.eot");
  src: url("../fonts/PressStart2P-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PressStart2P-Regular.woff2") format("woff2"), url("../fonts/PressStart2P-Regular.woff") format("woff"), url("../fonts/PressStart2P-Regular.ttf") format("truetype"), url("../fonts/PressStart2P-Regular.svg#PressStart2P-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: #000;
  padding: 0;
  margin: 0;
  background-image: url("../images/background/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.text-decoration-none,
a.text-decoration-none {
  text-decoration: none;
}
.text-decoration-none:hover,
a.text-decoration-none:hover {
  text-decoration: none;
}

.color-white,
a.color-white {
  color: white;
}

.color-black,
a.color-black {
  color: black;
}

.d-block {
  display: block;
}

.rpgui-dropdown-imp li {
  height: inherit !important;
  word-break: break-word;
}

.rpgui-content {
  /*
  padding-top: 20px;
  padding-bottom: 20px;
   */
  display: grid;
  justify-items: center;
  align-items: center;
}
.rpgui-content .rpgui-button#popup-artefact-purchase p svg {
  fill: #ffd700;
}

.rpgui-container {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  max-width: 400px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: inherit !important;
  background-color: rgba(77, 73, 77, 0.8) !important;
}
.rpgui-container > h1 > svg.icon {
  height: 20px;
  fill: #ffffff;
}

.winners-award-message {
  /* border: 1px solid white;*/
  padding: 5px;
  border-radius: 5px;
  color: wheat;
  line-height: 20px;
  font-size: 9px;
}
.winners-award-message span[data-timeout] {
  text-shadow: inherit;
}

body.dating .rpgui-container {
  overflow: hidden;
}
body.dating .rpgui-container .dating-heart-icon {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 70px;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.5s, opacity 0.7s;
  pointer-events: none;
}
body.dating .rpgui-container .dating-heart-icon svg {
  fill: #a21616;
}
body.dating .rpgui-container .dating-slider {
  width: 100%;
  height: calc(100vh - 220px);
  position: relative;
}
body.dating .rpgui-container .dating-slider img {
  border-radius: 5px;
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
body.dating .rpgui-container .dating-slider img:first-child {
  filter: blur(20px);
}
body.dating .rpgui-container .dating-slider img:last-child {
  filter: none !important;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.table-container table td, .table-container table th {
  padding-left: 10px;
  padding-right: 10px;
}

.tutorial-light {
  z-index: 300;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 10px;
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 30px 30px rgba(26, 255, 0, 0.41);
  -moz-box-shadow: 0px 0px 30px 30px rgba(26, 255, 0, 0.41);
  box-shadow: 0px 0px 30px 30px rgba(26, 255, 0, 0.41);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    /* Начальная прозрачность */
  }
  50% {
    opacity: 1;
    /* Максимальная прозрачность */
  }
  100% {
    opacity: 0.5;
    /* Возврат к начальной прозрачности */
  }
}
.mascot {
  position: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: bottom;
  height: 128px;
  width: 128px;
  bottom: 140px;
  right: 0px;
  z-index: 999;
}
.mascot#hlopaet {
  background-image: url("../images/stickers/hlopaet.gif");
}
.mascot#boiler {
  background-image: url("../images/stickers/boiler.gif");
}
.mascot#thumbsup {
  background-image: url("../images/stickers/thumbsup.gif");
}
.mascot#kiss {
  background-image: url("../images/stickers/kiss.gif");
}
.mascot#dress {
  background-image: url("../images/stickers/dress.gif");
}
.mascot#bird {
  background-image: url("../images/stickers/bird.gif");
}
.mascot#heart {
  background-image: url("../images/stickers/heart.gif");
}
.mascot#wine {
  background-image: url("../images/stickers/wine.gif");
}
.mascot .mascot-text {
  position: absolute;
  top: 0px;
  right: 110px;
  background: #ffffffcf;
  border-radius: 5px;
  padding: 5px;
  width: 200px;
  font-family: "Press Start 2P";
  font-size: 10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

body.rating svg.icon {
  height: 20px;
  fill: #ffffff;
}
body.rating .icon svg {
  height: 20px;
  fill: #ffffff;
}
body.rating .table-container table td, body.rating .table-container table th {
  padding-left: 0;
  padding-right: 10px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.zoom-effect {
  transition: transform 0.5s ease;
}

.zoom-effect:hover {
  transform: scale(2.5);
  border: 2px solid white;
  box-sizing: border-box;
  -webkit-box-shadow: 18px 13px 14px -5px rgba(54, 57, 60, 0.96);
  -moz-box-shadow: 18px 13px 14px -5px rgba(54, 57, 60, 0.96);
  box-shadow: 18px 13px 14px -5px rgba(54, 57, 60, 0.96);
}

#last-user,
.avatar {
  overflow: hidden;
  height: 100px !important;
  width: 100px !important;
  margin-left: auto;
  margin-right: auto;
}
#last-user img,
.avatar img {
  height: 100%;
  max-height: 100px;
  width: auto;
}

body.fluid .rpgui-content {
  height: 100vh;
}
body.fluid .rpgui-content .rpgui-container {
  height: 100vh;
  padding: 0;
}
body.fluid canvas#fluid {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
body.fluid .rpgui-center {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

#to-main-menu {
  margin-right: 10px;
  float: left;
}
#to-main-menu svg {
  height: 18px;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
}
#to-main-menu svg:hover {
  fill: white;
}

.title-button,
span#mutual,
span#invite,
span#purchase-artefact,
body.profile span#edit-profile {
  margin-left: 10px;
  float: right;
}
.title-button svg,
span#mutual svg,
span#invite svg,
span#purchase-artefact svg,
body.profile span#edit-profile svg {
  height: 18px;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
}
.title-button svg:hover,
span#mutual svg:hover,
span#invite svg:hover,
span#purchase-artefact svg:hover,
body.profile span#edit-profile svg:hover {
  fill: white;
}

body.profile .text-field {
  Word-break: break-word;
}
body.profile .verify-icon {
  position: absolute;
  bottom: 0px;
  left: 100%;
  margin-left: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-self: center; */
  align-items: center;
}
body.profile .verify-icon svg {
  width: 20px;
  fill: green;
  z-index: 99;
  margin-right: 5px;
}
body.profile .verify-icon span {
  display: none;
  color: white;
  font-size: 9px;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  width: auto;
  text-align: left;
  line-height: 12px;
  background-color: #0000007a;
  padding: 5px;
  border-radius: 5px;
}
body.profile .verify-icon:hover span {
  display: block;
}

body.library .book-contentarea {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 350px);
  text-align: left;
  Word-break: break-word;
}
body.library .book-contentarea ul li {
  padding-bottom: 10px;
}

body.atanor #user-card-wrapper {
  display: none;
}
body.atanor .last-user-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
}
body.atanor .stars-panel {
  width: 100%;
  height: 20px;
  text-align: center;
}
body.atanor .atanor-slot {
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
}
body.atanor .potions-list {
  margin-top: 10px;
  font-size: 8px;
}
body.atanor .potions-list .potion-item {
  white-space: break-spaces;
  margin-bottom: 3px;
}
body.atanor .boiler {
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 160px;
  background-image: url("../images/boiler.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
body.atanor .boiler .par {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  pointer-events: none;
  background-image: url("../images/par4.gif");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: -168px;
  opacity: 0.3;
}
body.atanor .boiler .amount {
  display: none;
  position: absolute;
  bottom: 30%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
body.atanor .boiler .amount span {
  text-align: center;
  background-color: #cccccc61;
  color: white;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}

.invite-qr-code-wrapper {
  overflow: hidden;
}
.invite-qr-code-wrapper .invite-qr-code {
  transform: rotate(45deg);
  transform-origin: center;
}
.invite-qr-code-wrapper .invite-qr-code > svg {
  width: 170px;
}

.friend-list .friend-item {
  display: flex;
  flex-direction: row;
  background-color: #0000003d;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.friend-list .friend-item .avatar {
  margin-left: inherit;
  margin-right: inherit;
  flex-shrink: 0;
}
.friend-list .friend-item .right-col {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

body.front #fullscreen {
  position: absolute;
  left: 15px;
  top: 12px;
  width: 30px;
  height: 30px;
}
body.front .stars-panel {
  text-align: left;
  left: 10px;
  top: 10px;
  width: 150px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  z-index: 11;
}
body.front .front-profile {
  right: 10px;
  top: 10px;
  height: 60px;
  width: 60px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
}
body.front .front-profile.bordered {
  border: 3px solid #d27d2c;
}
body.front .front-profile a {
  display: block;
}
body.front .front-profile img {
  height: 100%;
  max-height: 60px;
  width: auto;
}
body.front .front-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.front .front-footer > div.btn {
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  margin-left: 10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
body.front .front-footer > div.btn svg {
  width: 30px;
  height: 30px;
  fill: #d27d2c;
}
body.front .front-footer > div.btn svg:hover {
  fill: #ffffff;
}
body.front .compass {
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
body.front .compass img {
  height: 100%;
  max-height: 170px;
  width: auto;
}

.rounded {
  border-radius: 50%;
}

a.rpgui-button > p {
  margin: 0 !important;
  line-height: 60px;
}
a.rpgui-button:hover {
  text-decoration: none;
}

.chest-select-btn {
  visibility: hidden;
}

.energy-wrapper {
  position: relative;
}
.energy-wrapper label {
  position: absolute;
  z-index: 50;
  display: block;
  width: 100%;
  top: 10px;
  pointer-events: none;
}
.meeting-notice {
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 10px;
  color: wheat;
}

.overflow-chest {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 290px);
}

.chest {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-items: center;
  align-content: flex-start;
}
.chest .rpgui-icon {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position-y: center !important;
  /*
  background-repeat: no-repeat !important;
  background-size: cover !important;
  */
}
.chest .rpgui-icon.active {
  border: 2px solid #0ff;
  border-radius: 10px;
  box-sizing: border-box;
}

.rpgui-button svg {
  height: 28px;
  margin-bottom: -8px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

#custom-popup-alert,
#popup-select-artefact,
#popup-artefact {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
}
#custom-popup-alert button#popup-artefact-select,
#custom-popup-alert button#popup-artefact-purchase,
#popup-select-artefact button#popup-artefact-select,
#popup-select-artefact button#popup-artefact-purchase,
#popup-artefact button#popup-artefact-select,
#popup-artefact button#popup-artefact-purchase {
  display: none;
}

#custom-popup-alert #custom-popup-description {
  word-break: break-word;
  color: wheat;
  line-height: 1.4em;
}
#custom-popup-alert #custom-popup-description blockquote {
  background: #2b2b2b;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  color: white;
  font-size: 0.8em;
}
#custom-popup-alert #custom-popup-description a {
  line-height: 1.4em !important;
}
#custom-popup-alert select.rpgui-dropdown {
  width: 100%;
}
#custom-popup-alert select.rpgui-dropdown option {
  color: black;
}

#popup-select-artefact .chest.overflow-chest {
  height: 200px;
}
#popup-select-artefact #popup-artefact-title {
  min-height: 20px;
  display: block;
}
#popup-select-artefact #popup-artefact-description {
  min-height: 50px;
  display: block;
}
#popup-select-artefact .owl-carousel .owl-item.active.center > .item {
  border: 2px solid #0ff;
  border-radius: 10px;
  box-sizing: border-box;
}
#popup-select-artefact .owl-carousel .owl-item .item {
  height: 100px;
}
#popup-select-artefact .owl-carousel .owl-item .item img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
#popup-select-artefact .owl-carousel .owl-nav {
  position: absolute;
  top: 30px;
  z-index: 99;
  width: 100%;
}
#popup-select-artefact .owl-carousel .owl-nav .owl-prev {
  left: -10px;
  position: absolute;
}
#popup-select-artefact .owl-carousel .owl-nav .owl-next {
  right: -10px;
  position: absolute;
}

.grayscale {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

.fade-in-1s {
  opacity: 0;
  animation: fadeIn 1s forwards;
}

.fade-in-2s {
  opacity: 0;
  animation: fadeIn 2s forwards;
}

#map {
  height: calc(100vh - 300px);
  width: 100%;
}
#map .ol-attribution {
  display: none !important;
  /* Скрыть надпись о контрибьюторах */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blink-anim {
  animation: blink2 2s infinite;
}

@keyframes blink2 {
  0%, 100% {
    opacity: 1;
    /* Полная видимость */
  }
  50% {
    opacity: 0.6;
    /* прозрачность */
  }
}
.flash-bg {
  background-color: #6d7700;
  animation: blink 2s infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.1;
    /* Полная видимость */
  }
  60% {
    opacity: 0;
    /* Полная прозрачность */
  }
}
.fog {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.fog::before,
.fog::after,
.fog div::before,
.fog div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
}

.fog div::before,
.fog div::after {
  left: 100%;
}

.fog::before,
.fog div::before {
  background-image: url("../images/fog-1.png");
  animation: fogmove 40s linear 0s infinite;
}

.fog::after,
.fog div::after {
  background-image: url("../images/fog-2.png");
  animation: fogmove 30s linear 0s infinite;
}

@keyframes fogmove {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@media (max-width: 768px) {
  body {
    background-size: auto 100vh;
  }
}
.rpgui-button.go-to-telegram {
  font-size: 0.9em;
}

#popup-select-artefact-select {
  display: none;
}

.gradient-background {
  background: linear-gradient(300deg, deepskyblue, darkviolet, blue);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.rpgui-content .competitions-list * {
  font-family: inherit !important;
}

.competitions-list {
  min-height: 300px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
.competitions-list .create-btn {
  background-color: #8B4513;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  border: 1px solid #FFD700;
}
.competitions-list .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-around;
  padding: 12px 5px 12px 5px;
  background-color: #252525;
  border-bottom: 1px solid #444;
  margin-bottom: 10px;
  position: relative;
}
.competitions-list .filters {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  white-space: nowrap;
}
.competitions-list .filter-btn {
  background-color: #2D2D2D;
  color: #ccc;
  border: none;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  white-space: nowrap;
}
.competitions-list .filter-btn.active {
  background-color: #8B4513;
  color: #FFD700;
  font-weight: bold;
}
.competitions-list .movement-type-filters {
  position: absolute;
  z-index: 30;
  top: 100%;
  background: #181818;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: none;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.competitions-list .movement-type-filters .filter-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.competitions-list .competition-card {
  background-color: #2D2D2D;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 12px;
  border: 1px solid #444;
  position: relative;
  overflow: hidden;
}
.competitions-list .competition-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #8B4513, #A0522D, #8B4513);
}
.competitions-list .competition-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 8px;
  align-items: center;
  gap: 10px;
}
.competitions-list .competition-title {
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  color: #FFD700;
  margin: 0;
  text-decoration: none;
}
.competitions-list .competition-info {
  font-size: 0.85rem;
  color: #ccc;
  margin-bottom: 10px;
}
.competitions-list .info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: center;
}
.competitions-list .info-row .info-label {
  color: #999;
  text-align: left;
  line-height: 1em;
}
.competitions-list .prize-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.85rem;
}
.competitions-list .prize-icon {
  margin-right: 8px;
  font-size: 1.2rem;
}
.competitions-list .participants {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.8rem;
  flex-wrap: wrap;
}
.competitions-list .avatar-stack {
  display: flex;
  margin-right: 8px;
}
.competitions-list .avatar {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  border: 2px solid #121212;
  margin-left: -8px;
}
.competitions-list .avatar:first-child {
  margin-left: 0;
}
.competitions-list .empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #888;
}
.competitions-list .empty-state img {
  width: 120px;
  height: 120px;
  opacity: 0.3;
  margin-bottom: 16px;
}
.competitions-list .empty-state p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.competitions-list .floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #8B4513;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border: 2px solid #FFD700;
}

.rpgui-content .competition_page a {
  line-height: inherit;
}

.rpgui-content .competition_page * {
  font-family: inherit !important;
}

.competition_page {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
.competition_page .competition-info {
  background-color: #2D2D2D;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 10px;
  border: 1px solid #444;
}
.competition_page .competition-title {
  font-size: 1.1rem;
  color: #FFD700;
  margin: 0 0 8px 0;
  font-weight: bold;
}
.competition_page .competition-desc {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #ddd;
}
.competition_page .info-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #bbb;
  margin-bottom: 6px;
}
.competition_page .author-section {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #444;
}
.competition_page .author-section:hover {
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  text-decoration: none;
}
.competition_page .author-section .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}
.competition_page .author-section .author-name {
  font-weight: bold;
  font-size: 0.9rem;
  text-align: left;
  color: white;
}
.competition_page .author-section .author-role {
  font-size: 0.75rem;
  color: #999;
  text-align: left;
}
.competition_page .map-container {
  height: 180px;
  background-color: #1a1a1a;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid #444;
}
.competition_page .map-placeholder {
  width: 100%;
  height: 100%;
  background-image: url("../images/demo_map.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
}
.competition_page .checkpoints-section {
  margin-bottom: 16px;
}
.competition_page .section-title {
  font-size: 1.1rem;
  color: #FFD700;
  margin: 0 0 12px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.competition_page .checkpoint-item {
  background-color: #2D2D2D;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
  border: 1px solid #444;
  display: flex;
  align-items: center;
}
.competition_page .checkpoint-number {
  background-color: #8B4513;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}
.competition_page .checkpoint-name {
  font-size: 0.9rem;
  flex: 1;
  color: white;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  text-align: left;
  gap: 5px;
}
.competition_page .checkpoint-name svg {
  flex-shrink: 0;
  height: 20px;
  fill: #ffffff;
  margin-right: 5px;
}
.competition_page .checkpoint-status {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
}
.competition_page .checkpoint-status.wait {
  background-color: rgba(173, 175, 76, 0.2);
  color: #ffd700;
}
.competition_page .participants-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.competition_page .participants-list {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 16px;
}
.competition_page .participant-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #444;
}
.competition_page .participant-info {
  display: flex;
  align-items: center;
}
.competition_page .participant-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.competition_page .participant-name {
  font-weight: 500;
  font-size: 0.9rem;
}
.competition_page .participant-name a {
  color: white;
  font-weight: 500;
  font-size: 0.9rem;
  text-shadow: inherit !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
.competition_page .participant-name a:hover {
  text-decoration: none;
}
.competition_page .participant-rank {
  color: #FFD700;
  font-weight: bold;
  font-size: 0.9rem;
  min-width: 20px;
  text-align: right;
}
.competition_page .progress-bar {
  width: 100px;
  height: 4px;
  background-color: #333;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 4px;
}
.competition_page .progress-fill {
  height: 100%;
  background-color: #4CAF50;
  width: 60%;
}
.competition_page .prize-info {
  background-color: #4A148C;
  color: #E8F5E8;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  text-align: center;
  border: 1px solid #9C27B0;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
}
.competition_page .status-badge {
  background-color: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: bold;
  margin-top: 8px;
  display: inline-block;
}
.competition_page .boosters-log {
  background-color: #2D2D2D;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #444;
}
.competition_page .boosters-log .boosters-log-overflow {
  overflow-y: auto;
  max-height: 300px;
  margin-bottom: 10px;
}
.competition_page .boosters-log .log-title {
  color: #FFD700;
  margin: 0 0 15px 0;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.competition_page .boosters-log .log-title-icon {
  margin-right: 8px;
  font-size: 1.2rem;
}
.competition_page .boosters-log .log-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
  font-size: 0.8rem;
  line-height: 1.3;
}
.competition_page .boosters-log .log-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.competition_page .boosters-log .log-content {
  flex: 1;
  min-width: 0;
}
.competition_page .boosters-log .log-header {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.competition_page .boosters-log .attacker {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.competition_page .boosters-log .attacker-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
  object-fit: cover;
}
.competition_page .boosters-log .attacker-name {
  font-weight: 500;
  color: #FFD700;
  font-size: 0.85rem;
}
.competition_page .boosters-log .attack-action {
  margin: 0 10px 0 5px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}
.competition_page .boosters-log .target {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.competition_page .boosters-log .target-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
  object-fit: cover;
}
.competition_page .boosters-log .target-name {
  font-weight: 500;
  font-size: 0.85rem;
}
.competition_page .boosters-log .boost-name {
  color: white;
  font-weight: bold;
  margin: 0 4px;
  font-size: 0.85rem;
  text-align: left;
}
.competition_page .boosters-log .timestamp {
  margin-left: auto;
  color: #999;
  font-size: 0.7rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.competition_page .boosters-log .visualization {
  color: #999;
  font-size: 0.75rem;
  margin-top: 2px;
  word-break: break-word;
  line-height: 1.3;
  text-align: left;
}

.rpgui-content .magic-circle-container * {
  font-family: inherit !important;
}

.magic-circle-container {
  display: none;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100vw;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  /*height: calc(100vh - 240px);*/
  flex: 1;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* background: radial-gradient(circle, transparent 40%, rgba(30, 30, 30, 0.8) 100%);*/
  /* Custom scrollbar */
}
.magic-circle-container .magic-circle-bg {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: conic-gradient(rgba(139, 69, 19, 0.3), rgba(160, 82, 45, 0.3), rgba(139, 69, 19, 0.3), rgba(160, 82, 45, 0.3));
  animation: rotate 20s linear infinite;
  z-index: 1;
  pointer-events: none;
}
.magic-circle-container .magic-circle-bg::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 2px dashed #FFD700;
  opacity: 0.7;
}
.magic-circle-container .inner-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(74, 20, 140, 0.3);
  border: 1px solid #9C27B0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}
.magic-circle-container .inner-circle2 {
  position: absolute;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}
.magic-circle-container .center-icon {
  font-size: 2.5rem;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}
.magic-circle-container .boosters-ring {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.magic-circle-container .booster-slot {
  color: wheat;
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  transition: all 0.3s ease;
  transform-origin: 150px 150px;
  background-color: rgba(45, 45, 45, 0.9);
  border-radius: 12px;
  border: 2px solid transparent;
  font-size: 0.7rem;
  text-align: center;
}
.magic-circle-container .booster-slot:hover {
  transform: scale(1.1) translateZ(0);
  z-index: 10;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}
.magic-circle-container .booster-slot.selected {
  border-color: #FFD700;
  background-color: rgba(139, 69, 19, 0.3);
  box-shadow: 0 0 0 3px #8B4513, 0 0 15px rgba(255, 215, 0, 0.4);
  z-index: 20;
}
.magic-circle-container .booster-slot.used {
  opacity: 0.4;
  cursor: not-allowed;
}
.magic-circle-container .booster-icon {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.magic-circle-container .booster-type {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 2px auto 0;
  position: absolute;
  right: 3px;
  top: 0px;
}
.magic-circle-container .buff {
  background-color: #4CAF50;
}
.magic-circle-container .debuff {
  background-color: #F44336;
}
.magic-circle-container .global {
  background-color: #9C27B0;
}
.magic-circle-container .energy-orbs {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.magic-circle-container .orb {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #FFD700;
  border-radius: 50%;
  opacity: 0.6;
  animation: float 6s infinite linear;
}
.magic-circle-container .effect-panel {
  background-color: rgba(30, 30, 30, 0.95);
  border-radius: 16px 16px 0 0;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 100;
  border-top: 2px solid #8B4513;
  /*box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.3);*/
  max-width: 326px;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
}
.magic-circle-container .effect-panel.active {
  transform: translateY(0);
}
.magic-circle-container .effect-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.magic-circle-container .effect-title {
  text-decoration: none;
  color: #FFD700;
  margin: 0;
  font-size: 1.1rem;
}
.magic-circle-container .close-btn {
  background: none;
  border: none;
  color: #999;
  font-size: 1.2rem;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
}
.magic-circle-container .close-btn:hover {
  color: #fff;
}
.magic-circle-container .effect-effect {
  color: #bbb;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 12px;
}
.magic-circle-container .effect-description {
  font-style: italic;
  color: #999;
  font-size: 0.85rem;
  padding: 12px;
  background-color: rgba(34, 34, 34, 0.7);
  border-radius: 8px;
  border-left: 3px solid #FFD700;
}
.magic-circle-container .target-selection {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #444;
  display: none;
}
.magic-circle-container .target-selection.active {
  display: block;
}
.magic-circle-container .section-title {
  font-size: 1rem;
  color: #FFD700;
  margin: 0 0 12px 0;
  font-weight: 600;
  text-decoration: none;
}
.magic-circle-container .participants-list {
  max-height: 120px;
  overflow-y: auto;
  margin-bottom: 12px;
}
.magic-circle-container .participant-item {
  display: flex;
  align-items: center;
  padding: 6px 0;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  border-bottom: 1px solid #333;
}
.magic-circle-container .participant-item:hover {
  background-color: rgba(139, 69, 19, 0.1);
}
.magic-circle-container .participant-item.selected {
  background-color: rgba(139, 69, 19, 0.3);
}
.magic-circle-container .participant-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
}
.magic-circle-container .participant-name {
  font-weight: 500;
  font-size: 0.85rem;
  color: white;
}
.magic-circle-container .action-buttons {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.magic-circle-container .btn {
  flex: 1;
  border-radius: 8px;
  border: none;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  transition: all 0.3s ease;
}
.magic-circle-container .btn-cancel {
  background-color: #555;
  color: white;
}
.magic-circle-container .btn-apply {
  background-color: #8B4513;
  color: white;
  border: 2px solid #FFD700;
}
.magic-circle-container .btn-apply:hover {
  background-color: #A0522D;
  transform: translateY(-2px);
}
.magic-circle-container .btn-cancel:hover {
  background-color: #666;
}
.magic-circle-container .inventory-counter {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #4A148C;
  color: #E8F5E8;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  z-index: 20;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-100vh) translateX(20px) rotate(360deg);
    opacity: 0;
  }
}
.magic-circle-container .participants-list::-webkit-scrollbar {
  width: 6px;
}
.magic-circle-container .participants-list::-webkit-scrollbar-track {
  background: #222;
  border-radius: 3px;
}
.magic-circle-container .participants-list::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 3px;
}

#custom-popup-alert .action-button,
.competition_page .action-button,
.competitions-list .action-button {
  font-family: Arial, sans-serif !important;
  background-color: #8B4513;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  font-size: 0.95rem;
  font-weight: bold;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  transition: all 0.3s ease;
  /* border: 1px solid #FFD700; */
  margin-bottom: 10px;
  box-sizing: border-box;
  text-shadow: inherit;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#custom-popup-alert .action-button svg,
.competition_page .action-button svg,
.competitions-list .action-button svg {
  height: 28px;
  margin-bottom: -8px;
  margin-right: 5px;
}
#custom-popup-alert .action-button:hover,
.competition_page .action-button:hover,
.competitions-list .action-button:hover {
  background-color: #A0522D;
  transform: translateY(-1px);
  text-decoration: none;
}
#custom-popup-alert .action-button.small,
.competition_page .action-button.small,
.competitions-list .action-button.small {
  padding: 5px;
  font-size: 0.85rem;
}
#custom-popup-alert .action-button.small svg,
.competition_page .action-button.small svg,
.competitions-list .action-button.small svg {
  height: 16px;
}
#custom-popup-alert .action-button.success,
.competition_page .action-button.success,
.competitions-list .action-button.success {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
#custom-popup-alert .action-button.danger,
.competition_page .action-button.danger,
.competitions-list .action-button.danger {
  background-color: #6c0000;
  border-color: #6c0000;
}

.dashed-bordered {
  border: 1px dashed #444;
  border-radius: 5px;
  padding: 5px;
}

.competition-status {
  color: white;
  display: inline;
  font-size: 0.75rem !important;
  padding: 3px 8px;
  border-radius: 10px;
  background-color: #4CAF50;
  text-shadow: inherit !important;
  line-height: 0.75rem !important;
  white-space: nowrap;
}

.status-soon {
  background-color: #FF9800;
}

.status-full {
  background-color: #f44336;
}

.callme {
  z-index: 9999;
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #4fc3f7, #0288d1);
  border-radius: 50%;
  border: none;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  box-shadow: 0 4px 20px rgba(3, 169, 244, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  opacity: 0.7;
  transition: transform 0.2s ease;
  /* Анимация пульсации */
  animation: pulse2 2s infinite;
}

.callme:hover {
  transform: scale(1.05);
}

.callme:active {
  transform: scale(0.95);
}

/* Ключевые кадры для пульсации */
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(3, 169, 244, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(3, 169, 244, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(3, 169, 244, 0);
  }
}
.debug-socket-messages {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #ccc;
  font-size: 10px;
}
.hell-interference {
  position: relative;
  overflow: hidden;
}

.hell-interference::before,
.hell-interference::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.hell-interference::before {
  background: repeating-linear-gradient(0deg, rgba(255, 0, 0, 0.8) 0px, rgba(0, 255, 0, 0.8) 1px, rgba(0, 0, 255, 0.8) 2px, rgba(255, 255, 0, 0.8) 3px);
  animation: scanlines 0.1s linear infinite, colorShift 0.3s linear infinite, verticalDistort 0.2s linear infinite alternate;
  opacity: 0.7;
}

.hell-interference::after {
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0px, transparent 1px), radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.1) 0px, transparent 1px), repeating-linear-gradient(45deg, transparent 0px, transparent 2px, rgba(255, 255, 255, 0.05) 3px, transparent 4px);
  animation: noise 0.05s linear infinite, glitchShift 0.1s steps(2, end) infinite, pulseInterference 1.5s ease-in-out infinite alternate;
  mix-blend-mode: difference;
}

@keyframes scanlines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
@keyframes colorShift {
  0% {
    filter: hue-rotate(0deg);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  75% {
    filter: hue-rotate(270deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@keyframes verticalDistort {
  0% {
    transform: translateY(0) scaleY(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  25% {
    transform: translateY(-2px) scaleY(1.02);
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
  }
  50% {
    transform: translateY(2px) scaleY(0.98);
    clip-path: polygon(0 0, 100% 3%, 100% 97%, 0 100%);
  }
  100% {
    transform: translateY(0) scaleY(1);
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 99%);
  }
}
@keyframes noise {
  0% {
    background-position: 0 0;
    opacity: 0.3;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.9;
  }
  40% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    background-position: 100px 100px;
    opacity: 0.2;
  }
}
@keyframes glitchShift {
  0% {
    transform: translate(0);
    filter: blur(0px);
  }
  20% {
    transform: translate(-2px, 1px);
    filter: blur(1px);
  }
  40% {
    transform: translate(2px, -1px);
    filter: blur(0px);
  }
  60% {
    transform: translate(-1px, 2px);
    filter: blur(1px);
  }
  80% {
    transform: translate(1px, -2px);
    filter: blur(0px);
  }
  100% {
    transform: translate(0);
    filter: blur(0px);
  }
}
@keyframes pulseInterference {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.02);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
/* Дополнительный класс для максимального ада */
.hell-interference.EXTREME {
  animation: shake2 0.5s linear infinite, noise 0.05s linear infinite, glitchShift 0.1s steps(2, end) infinite, pulseInterference 1.5s ease-in-out infinite alternate;
}

@keyframes shake2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  20% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  30% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(0.5deg);
  }
  50% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  60% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  80% {
    transform: translate(-1px, 1px) rotate(0.5deg);
  }
  90% {
    transform: translate(1px, 0px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
#checkpoint-edit-map {
  width: 100%;
  height: 300px;
}

#boosters-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0);
  pointer-events: none;
}
#boosters-cover .emoji {
  position: absolute;
  font-size: 24px;
  /* color: red;*/
  user-select: none;
  pointer-events: none;
  z-index: 1000;
  animation: float linear infinite;
}
#boosters-cover .emoji.rotation-reverse {
  animation: floatReverse linear infinite;
}
@keyframes float {
  0% {
    transform: translateY(100vh) rotate(0deg);
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
  }
}
@keyframes floatReverse {
  0% {
    transform: translateY(100vh) rotate(360deg);
  }
  100% {
    transform: translateY(-100px) rotate(0deg);
  }
}

.reward-table-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.artefact-price {
  color: white;
  background: #ccc;
  border-radius: 5px;
  display: inline;
  padding: 5px 15px 5px 15px;
}

.rpgui-content .container.new-profile * {
  font-family: inherit !important;
  text-shadow: inherit !important;
}

.container.new-profile {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  color: #e0e0e0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Custom scrollbar */
}
.container.new-profile .profile-header {
  text-align: center;
  padding: 20px;
}
.container.new-profile .profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 20px;
  object-fit: cover;
  /* border: 3px solid #FFD700;*/
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.container.new-profile .profile-name {
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFD700;
  margin: 0;
  position: relative;
}
.container.new-profile .profile-role {
  font-size: 0.9rem;
  color: #999;
  margin: 5px 0 0 0;
}
.container.new-profile .profile-stats {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 16px 5px 16px 5px;
  background-color: #252525;
  border-radius: 5px;
}
.container.new-profile .stat-item {
  text-align: center;
}
.container.new-profile .stat-value {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFD700;
}
.container.new-profile .stat-label {
  font-size: 0.8rem;
  color: #bbb;
}
.container.new-profile .profile-details {
  flex: 1;
  overflow-y: auto;
  padding: 16px 0 16px 0;
  width: 100%;
}
.container.new-profile .detail-section {
  margin-bottom: 20px;
}
.container.new-profile .section-title {
  font-size: 1.1rem;
  color: #FFD700;
  margin: 0 0 12px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.container.new-profile .section-icon {
  margin-right: 8px;
}
.container.new-profile .detail-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #333;
  align-items: center;
}
.container.new-profile .detail-row.achievement {
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
}
.container.new-profile .detail-label {
  color: #9d9d9d;
  font-size: 0.9rem;
  white-space: nowrap;
  margin-right: 10px;
}
.container.new-profile .detail-value {
  font-size: 0.9rem;
  color: #fff;
}
.container.new-profile .social-links {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.container.new-profile .social-link {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background-color: #2D2D2D;
  border-radius: 8px;
  font-size: 0.8rem;
  color: #ddd;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  transition: all 0.3s ease;
}
.container.new-profile .social-link:hover {
  background-color: #444;
  transform: translateY(-2px);
  text-decoration: none;
}
.container.new-profile .action-buttons {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  width: 100%;
}
.container.new-profile .action-buttons .btn {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-size: 0.95rem;
  font-weight: bold;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.container.new-profile .action-buttons .btn svg {
  height: 20px;
  fill: #252525;
}
.container.new-profile .action-buttons .btn-primary {
  background-color: #8B4513;
  color: white;
  /* border: 2px solid #FFD700;*/
}
.container.new-profile .action-buttons .btn-secondary {
  background-color: #555;
  color: white;
}
.container.new-profile .action-buttons .btn-primary:hover {
  background-color: #A0522D;
  transform: translateY(-2px);
}
.container.new-profile .action-buttons .btn-secondary:hover {
  background-color: #666;
}
.container.new-profile .edit-profile-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  background: none;
  border: none;
  color: #FFD700;
  font-size: 1.2rem;
  cursor: url("../vendor/RPGUI-1.0.3/dist/img/cursor/point.png") 10 0, auto;
}
.container.new-profile ::-webkit-scrollbar {
  width: 6px;
}
.container.new-profile ::-webkit-scrollbar-track {
  background: #222;
  border-radius: 3px;
}
.container.new-profile ::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 3px;
}
.container.new-profile ::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.marketplace-items {
  position: absolute;
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.marketplace-items .marketplace-item {
  pointer-events: none;
  max-width: 70%;
  max-height: 70%;
}

body.map > .rpgui-content > .rpgui-container {
  height: calc(100vh - 50px);
}
body.map > .rpgui-content > .rpgui-container h1 {
  position: absolute;
  z-index: 999;
  width: 95%;
  left: 0px;
}
body.map > .rpgui-content > .rpgui-container #map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
body.map > .rpgui-content > .rpgui-container #map .ol-full-screen.ol-control,
body.map > .rpgui-content > .rpgui-container #map .ol-zoom.ol-control {
  margin-top: 50px;
}
body.map > .rpgui-content > .rpgui-container .distance {
  position: absolute;
  z-index: 999;
  bottom: 90px;
  font-size: 10px;
  left: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
body.map > .rpgui-content > .rpgui-container .rpgui-center {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  width: 95%;
  left: 0px;
}

body.shop .shop-slider .item > video {
  width: 100%;
}
body.shop .shop-slider .item > img {
  border-radius: 5px;
}
body.shop .shop-slider .item .shop-title {
  margin: 10px 0px 5px 0px;
  color: white;
}
body.shop .shop-slider .item .shop-price {
  color: black;
  background: #ccc;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 15px 5px 15px;
  margin: 5px 0px 5px 0px;
}
body.shop .shop-slider .item .size-selector {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body.shop .shop-slider .item .size-selector .shop-size {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
body.shop .shop-slider .item .size-selector .shop-size.selected {
  background-color: #ccc;
}

.owl-carousel-places > .owl-height {
  min-height: 300px;
}

body.agreement > .rpgui-content * {
  image-rendering: inherit !important;
}

body.agreement > .rpgui-content > .rpgui-container {
  max-width: 1200px !important;
  text-align: left;
}

.rpgui-content .dialog-items * {
  font-family: inherit !important;
}

body.dialog-page .dialog-items {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
body.dialog-page .dialog-items .dialog-item {
  background-color: #2D2D2D;
  padding: 5px;
  border-radius: 12px;
  margin-bottom: 10px;
}
body.dialog-page .dialog-items .dialog-item .dialog-name {
  color: wheat;
  margin-bottom: 10px;
  text-align: right;
}
body.dialog-page .dialog-items .dialog-item .dialog-text {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #ddd;
}

/*# sourceMappingURL=custom.css.map */
