@charset "UTF-8";

/* ==================================================
   Legacy Tokens
   ================================================== */
:root {
  /* Cyano */
  --cyan-1: #1cdeca;
  /* Lavanda */
  --lavanda-1: #bb86fc;
  /* Branco */
  --branco-1: #fdfdfe;
  /* Cinza */
  --cinza-1: #a1a1ab;
  --cinza-2: #272727;
  --cinza-3: #313131;
  --cinza-4: #4e4e4e;
  --cinza-5: #2d2d2e;
  --cinza-6: #303030;
  --cinza-7: #545455;
  --cinza-8: #6a6a6b;
  --light-grey-1: rgb(186 186 186);
  --light-grey-2: rgb(100, 100, 100);
  --black-opacity-50: rgba(0, 0, 0, 0.5);
  --dark-grey-1: rgb(48, 48, 48);
  --dark-grey-2: rgb(33 33 38);
  --dark-grey-3: rgb(36, 36, 36);
  --dark-grey-4: rgb(31, 31, 31);
  --dark-grey-opacity-1: rgba(48, 48, 48, 0.5);
  --dark-grey-opacity-2: rgba(100, 100, 100, 0.5);
  --dark-grey-opacity-3: rgb(62 62 62 / 32%);
  --grey-blocks-bg: rgb(52, 52, 52);
  /* Vermelho */
  --vermelho-1: #be3329;
  --vermelho-2: #e43d31;
  --vermelho-3: #ff4655;
  --vermelho-4: #721f19;
  --vermelho-5: #5e1914;
  --vermelho-6: #3f110d;
  --vermelho-7: #250a08;
  /* Azul */
  --azul-1: #0055a1;
  --azul-2: #00417b;
  --azul-3: #162949;
  --azul-4: #1e365e;
  --azul-5: #001221;
  /* Ouro */
  --ouro-1: #ce8d15;
}

/* Cinza */
.text-cinza-1 {
  color: var(--cinza-1) !important;
}

/* Branco */
.text-branco-1 {
  color: var(--branco-1) !important;
}

/* Cyano */
.text-cyan-1 {
  color: var(--cyan-1) !important;
}

/* Ouro */
.text-ouro-1 {
  color: var(--ouro-1) !important;
}

/* Vermelho */
.text-vermelho-1 {
  color: var(--vermelho-1) !important;
}
.text-vermelho-2 {
  color: var(--vermelho-2) !important;
}
.text-vermelho-3 {
  color: var(--vermelho-3) !important;
}
.text-vermelho-4 {
  color: var(--vermelho-4) !important;
}

/* Azul */
.text-azul-1 {
  color: var(--azul-1) !important;
}
.text-azul-2 {
  color: var(--azul-2) !important;
}
.text-azul-3 {
  color: var(--azul-3) !important;
}
.text-azul-4 {
  color: var(--azul-4) !important;
}

/* Lavanda */
.text-lavanda-1 {
  color: var(--lavanda-1) !important;
}

/* Indigo */
.text-cinza-1 {
  color: var(--cinza-1) !important;
}
.text-cinza-2 {
  color: var(--cinza-2) !important;
}
.text-cinza-3 {
  color: var(--cinza-3) !important;
}
.text-cinza-4 {
  color: var(--cinza-4) !important;
}
.text-cinza-5 {
  color: var(--cinza-5) !important;
}
.text-cinza-6 {
  color: var(--cinza-6) !important;
}
.text-cinza-7 {
  color: var(--cinza-7) !important;
}
.text-cinza-8 {
  color: var(--cinza-8) !important;
}

/*==============================
    Background colors
==============================*/

/* Cinza */
.bg-cinza-1 {
  background-color: var(--cinza-1) !important;
}
.bg-grey-1 {
  background-color: var(--grey-1) !important;
}
.bg-dark-grey-1 {
  background-color: var(--dark-grey-1) !important;
}
.bg-dark-grey-2 {
  background-color: var(--dark-grey-2) !important;
}
.bg-dark-grey-3 {
  background-color: var(--dark-grey-3) !important;
}
.bg-dark-grey-4 {
  background-color: var(--dark-grey-4) !important;
}
.bg-dark-grey-opacity-1 {
  background-color: var(--dark-grey-opacity-1) !important;
}
.bg-dark-grey-opacity-2 {
  background-color: var(--dark-grey-opacity-2) !important;
}
.bg-dark-grey-opacity-3 {
  background-color: var(--dark-grey-opacity-3) !important;
}
.bg-grey-blocks {
  background-color: var(--grey-blocks-bg) !important;
}

/* Branco */
.bg-branco-1 {
  background-color: var(--branco-1) !important;
}

/* Cyano */
.bg-cyan-1 {
  background-color: var(--cyan-1) !important;
}

/* ouro */
.bg-ouro-1 {
  background-color: var(--ouro-1) !important;
}

/* Vermelho */
.bg-vermelho-1 {
  background-color: var(--vermelho-1) !important;
}
.bg-vermelho-2 {
  background-color: var(--vermelho-2) !important;
}
.bg-vermelho-3 {
  background-color: var(--vermelho-3) !important;
}
.bg-vermelho-4 {
  background-color: var(--vermelho-4) !important;
}

/* Azul */
.bg-azul-1 {
  background-color: var(--azul-1) !important;
}
.bg-azul-2 {
  background-color: var(--azul-2) !important;
}
.bg-azul-3 {
  background-color: var(--azul-3) !important;
}
.bg-azul-4 {
  background-color: var(--azul-4) !important;
}

/* Lavanda */
.bg-lavanda-1 {
  background-color: var(--lavanda-1) !important;
}

.bg-cinza-2 {
  background-color: var(--cinza-2) !important;
}
.bg-cinza-3 {
  background-color: var(--cinza-3) !important;
}
.bg-cinza-4 {
  background-color: var(--cinza-4) !important;
}
.bg-cinza-5 {
  background-color: var(--cinza-5) !important;
}
.bg-cinza-6 {
  background-color: var(--cinza-6) !important;
}
.bg-cinza-7 {
  background-color: var(--cinza-7) !important;
}
.bg-cinza-8 {
  background-color: var(--cinza-8) !important;
}

/*==============================
   Borders colors
==============================*/

/* Cinza */
.border-cinza-1 {
  border-color: var(--cinza-1) !important;
}

/* Branco */
.border-branco-1 {
  border-color: var(--branco-1) !important;
}

/* Cyano */
.border-cyan-1 {
  border-color: var(--cyan-1) !important;
}

/* ouro */
.border-ouro-1 {
  border-color: var(--ouro-1) !important;
}

/* Vermelho */
.border-vermelho-1 {
  border-color: var(--vermelho-1) !important;
}
.border-vermelho-2 {
  border-color: var(--vermelho-2) !important;
}
.border-vermelho-3 {
  border-color: var(--vermelho-3) !important;
}
.border-vermelho-4 {
  border-color: var(--vermelho-4) !important;
}

/* Azul */
.border-azul-1 {
  border-color: var(--azul-1) !important;
}
.border-azul-2 {
  border-color: var(--azul-2) !important;
}
.border-azul-3 {
  border-color: var(--azul-3) !important;
}
.border-azul-4 {
  border-color: var(--azul-4) !important;
}

/* Lavanda */
.border-lavanda-1 {
  border-color: var(--lavanda-1) !important;
}

/* Indigo */
.border-cinza-2 {
  border-color: var(--cinza-2) !important;
}
.border-cinza-3 {
  border-color: var(--cinza-3) !important;
}
.border-cinza-4 {
  border-color: var(--cinza-4) !important;
}
.border-cinza-5 {
  border-color: var(--cinza-5) !important;
}
.border-cinza-6 {
  border-color: var(--cinza-6) !important;
}
.border-cinza-7 {
  border-color: var(--cinza-7) !important;
}
.border-cinza-8 {
  border-color: var(--cinza-8) !important;
}

/* ==================================================
   LootBox
   ================================================== */
.lootbox-case {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.lootbox-case-window {
  max-width: 100%;
  height: max-content;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  margin: auto;
}

.lootbox-case-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 40px 0 50px -20px rgba(0, 0, 0, 0.7),
    inset -40px 0 50px -20px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.lootbox-case-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid yellow;
  background-color: transparent;
  z-index: 10;
}

.lootbox-case-spinnable {
  width: max-content;
  position: relative;
  left: 0;
}

.lootbox-case-item {
  float: left;
  margin: 0 5px;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: gray;
  position: relative;
}

.lootbox-case-item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.lootbox-case-item .name {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  position: relativee;
  z-index: 1;
}

.lootbox-case-item .image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relativee;
  z-index: 1;
}

.lootbox-case-item .image img {
  max-width: 70%;
  max-height: 70%;
}

/* ==================================================
   Slick Vendor
   ================================================== */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* ==================================================
   Helpers
   ================================================== */
/*==============================
    Texts
==============================*/
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-vertical-ellipsis-2-lines {
  -webkit-line-clamp: 2;
}
.text-vertical-ellipsis-3-lines {
  -webkit-line-clamp: 3;
}
.text-vertical-ellipsis-2-lines,
.text-vertical-ellipsis-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/*==============================
    UtilitÃ¡rios
==============================*/
/* Text de marcaÃ§Ã£o */
.offline {
  color: rgb(209, 89, 99) !important;
}
.online {
  color: rgb(57, 209, 125) !important;
}

/* Grid */
.mx-content {
  width: max-content;
}
/* Iframes */
.responsive-iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==============================
    Imagens
==============================*/
.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*==============================
    Pop up Alerts
==============================*/
#morpheus-popup-container .morpheus-popup-content {
  outline: none;
  border: none;
  background-color: #181818;
  box-shadow: 0 5px 15px rgb(0 0 0 / 29%);
  border-radius: 7px;
  border: 1px solid var(--cyan-1);
}

#morpheus-popup-container .morpheus-popup-panel .morpheus-popup-btn {
  color: #000;
  background: var(--cyan-1);
  padding: 8px 39px;
  border: none;
}

#morpheus-popup-container .morpheus-popup-panel .morpheus-popup-btn:hover {
  background-color: var(--indigo-6);
  color: #fff;
}

/*==============================
    Titulos para containers
==============================*/

.container-title {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.container-title h2 {
  float: left;
  padding-right: 15px;
  text-transform: uppercase;
}

/* Linha divisoria */
.container-title i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--indigo-2);
  float: right;
}

/*==============================
    Tables
==============================*/

/* Tabela tipo 2 */
table.custom-table-2 tr td,
table.custom-table-2 tr th {
  border: 0;
  padding: 12px;
}

table.custom-table-2 tr th {
  color: #fff;
}

table.custom-table-2 tr td:first-child,
table.custom-table-2 tr td:nth-child(n + 3),
table.custom-table-2 tr th:first-child,
table.custom-table-2 tr th:nth-child(n + 3) {
  text-align: left;
}

table.custom-table-2 tr td {
  color: var(--cinza-1);
}

table.custom-table-2 tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

table.custom-table-2 tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

table.custom-table-2.custom-table-2-striped tbody tr:nth-child(odd) {
  background-color: var(--dark-grey-2);
}

/*==============================
    Layout
==============================*/

.full-section {
  height: 100vh;
}

.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}

/*==============================
    Badges
==============================*/

/* Badge gold redondo */
.special_badge {
  width: 19px;
  height: 19px;
  font-family: var(--roboto);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 19px;
  text-align: center;
  color: rgb(155, 126, 0);
  border-radius: 50%;
  background-color: gold;
  box-shadow: 0 0 10px rgb(177, 150, 1);
}

/* Float badge */
.badge-float {
  position: absolute;
}

.badge-float.badge-float-top-center {
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
}

/* Badge top and right */
.badge-float.badge-float-top-right {
  top: 10px;
  right: 10px;
}

/* Badge top and right */
.badge-float.badge-float-top-left {
  top: 10px;
  left: 10px;
}

/* Backgrounds imagem opacity */
.bg-paper-1 {
  background: url(../images/papers/paper-1.png) no-repeat;
}

.bg-paper-2 {
  background: url(../images/papers/paper-2.png) no-repeat;
}

.bg-paper-3 {
  background: url(../images/papers/paper-3.png) no-repeat;
}

.bg-paper-4 {
  background: url(../images/papers/paper-4.png) no-repeat;
}

.bg-paper-1,
.bg-paper-2,
.bg-paper-3,
.bg-paper-4 {
  background-size: cover;
}

/* ==================================================
   Top Class
   ================================================== */
.characters {max-width: 100%;}
.charactersBlock {
  background: url(../images/hero-slider-bg.png) center top no-repeat;
  max-width: inherit;
  height: 764px;
}

.slider-for .slick-active .team-online-barBlock-bar span {
  width: 100%;
}

.slider-for-block {
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}

.slider-for-slide {
  padding-top: 60px;
  height: 608px;
  padding-left: 350px;
  padding-right: 350px;
}

.hero-icon-class {
  background: url(../images/hero-class-icon-1.png) no-repeat;
  width: 194px;
  height: 142px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.hero-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  margin-left: -50px;
}

.hero-title_text {
  color: #ffe696;
  text-transform: uppercase;
  font-size: 18px;
}
.hero-title_text span {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  display: block;
  margin-bottom: 15px;
}

.hero-text {
  color: #979388;
  font-size: 16px;
  line-height: 1.5;
  max-width: 430px;
  margin-bottom: 40px;
}

.team-online-title {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.team-online-icon {
  display: inline-block;
  width: 88px;
  height: 64px;
  background-repeat: no-repeat;
  background-image: url(../images/charateristics-icons.png);
}

.team-online-icon-power {
  background-position: left top;
}

.team-online-icon-dexterity {
  background-position: left top -64px;
}

.team-online-icon-defence {
  background-position: left top -128px;
}

.team-online-icon-mastery {
  background-position: left top -192px;
}

.team-online-block {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  max-width: 285px;
  width: 100%;
  margin-right: 50px;
}

.team-online-barBlock {
  max-width: 180px;
  width: 100%;
  margin-left: 8px;
}

.team-online-barBlock_title {
  color: #ffb400;
  margin-bottom: 15px;
}

.team-online-barBlock-bar {
  position: relative;
  background-color: #252422;
  height: 8px;
  border: 2px solid #151513;
}
.team-online-barBlock-bar span {
  background-color: #e4ff00;
  display: block;
  height: 4px;
  width: 0%;
  transition: 2s;
}
.team-online-barBlock-bar:before {
  content: "";
  position: absolute;
  background: url(../images/icon-left-bar.png) no-repeat;
  width: 8px;
  height: 16px;
  left: -8px;
  top: 50%;
  margin-top: -8px;
}
.team-online-barBlock-bar:after {
  content: "";
  position: absolute;
  background: url(../images/icon-right-bar.png) no-repeat;
  width: 8px;
  height: 16px;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.team-onlineBlock {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}

.hero-img {
  position: absolute;
  width: 100%;
}

.slider-nav-slide-block {
  width: 154px;
  height: 155px;
  background: url(../images/hero-small-bg.png) center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  position: relative;
  width: 100%;
}
.slider-nav-slide-block:after {
  content: "";
  position: absolute;
  background: url(../images/hero-small-bright-effect.png) center no-repeat;
  width: 72px;
  height: 50px;
  bottom: 33px;
  left: 50%;
  margin-left: -36px;
  opacity: 0;
  transition: 0.5s;
}
.slider-nav-slide-block img {
  position: relative;
}

.hero-img-1 {
  top: 0px;
  left: 650px;
}

.hero-img-2 {
  top: 60px;
  left: 750px;
}

.hero-img-3 {
  top: 45px;
  left: 800px;
}

.hero-img-4 {
  top: 0px;
  left: 730px;
}

.hero-img-5 {
  top: 55px;
  left: 760px;
}

.hero-img-6 {
  top: 0px;
  left: 750px;
}

.hero-img-7 {
  top: 45px;
  left: 700px;
}

.hero-img-8 {
  top: 0px;
  left: 680px;
}

.hero-img-9 {
  top: 0px;
  left: 600px;
}

.hero-img-10 {
  top: 45px;
  left: 800px;
}

.hero-img-11 {
  top: 50px;
  left: 880px;
}

.hero-img-12 {
  top: 55px;
  left: 920px;
}

.hero-img-13 {
  top: -75px;
  left: 650px;
}

.hero-img-14 {
  top: 55px;
  left: 950px;
}

.hero-small-1 {
  margin-top: -26px;
  margin-left: 19px;
}

.hero-small-2 {
  margin-top: -25px;
  margin-left: 18px;
}

.hero-small-3 {
  margin-top: -39px;
  margin-left: 6px;
}

.hero-small-4 {
  margin-top: -52px;
  margin-left: 19px;
}

.hero-small-5 {
  margin-top: -20px;
  margin-left: -70px;
}

.hero-small-6 {
  margin-top: -30px;
  margin-left: 8px;
}

.hero-small-7 {
  margin-top: -25px;
  margin-left: 0px;
}

.hero-small-8 {
  margin-top: -31px;
  margin-left: 6px;
}

.hero-small-9 {
  margin-top: -32px;
  margin-left: 4px;
}

.hero-small-10 {
  margin-top: -25px;
  margin-left: -19px;
}

.hero-small-11 {
  margin-top: -26px;
  margin-left: 3px;
}

.hero-small-12 {
  margin-top: -28px;
  margin-left: 8px;
}

.hero-small-13 {
  margin-top: -40px;
  margin-left: 8px;
}

.hero-small-14 {
  margin-top: -33px;
  margin-left: -2px;
}

.slider-nav-block {
  background: url(../images/char-slide-active-border.png) center no-repeat;
  background-color: rgba(33, 32, 32, 0.6);
  height: 155px;
}

.slider-nav-slide {
  opacity: 0.5;
  transition: 0.5s;
  cursor: pointer;
}
.slider-nav-slide:hover {
  opacity: 1;
}

.slider-nav {
  max-width: 1250px;
  margin: 0 auto;
}
.slider-nav .slick-center {
  opacity: 1;
}
.slider-nav .slick-center .slider-nav-slide-block {
  background: url(../images/hero-small-hover-bg.png) center no-repeat;
}
.slider-nav .slick-center .slider-nav-slide-block:after {
  opacity: 1;
}
.slider-nav .slick-arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  font-size: 0px;
  top: 50%;
  margin-top: -27px;
  transition: 0.3s;
  opacity: 0.7;
}
.slider-nav .slick-arrow:hover {
  opacity: 1;
  filter: drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.2));
}
.slider-nav .slick-prev {
  background: url(../images/slick-prev-hero.png) no-repeat;
  left: -70px;
}
.slider-nav .slick-next {
  background: url(../images/slick-next-hero.png) no-repeat;
  right: -70px;
}

@media screen and (max-width: 576px) {
  .slider-for-slide {
    padding: 0;
  }

  .hero-title {
    max-width: 100vw;
    top: 50px;
    margin: auto;
  }

  .team-onlineBlock {
    max-width: 500px;
    margin: 80px auto 0 auto;
    position: relative;
    z-index: 20;
  }

  .team-online-block {
    flex-direction: column;
    max-width: 268px;
    width: 50%;
    margin: 0;
  }

  .hero-text {
    margin: auto;
    position: relative;
    top: 70px;
    padding: 10px;
    background-color: #15151398;
    color: white;
    z-index: 15;
  }

  .hero-img-1 {
    left: 500px;
  }
}

/* ==================================================
   Theme Core
   ================================================== */
:root {
  --rm-bg: #111114;
  --rm-surface: #1a1b20;
  --rm-surface-soft: #22242a;
  --rm-surface-alt: #2a2c33;
  --rm-line: rgba(255, 255, 255, 0.08);
  --rm-line-strong: rgba(255, 255, 255, 0.16);
  --rm-text: #e4e5e9;
  --rm-text-soft: #9ea1aa;
  --rm-accent: #c72b3f;
  --rm-accent-strong: #df4b5e;
  --rm-accent-dark: #5b1f29;
  --rm-success: #34d399;
  --rm-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.dust-body {
  margin: 0;
  color: var(--rm-text);
  font-family: "Rajdhani", sans-serif;
  background:
    radial-gradient(900px 420px at 85% 12%, rgba(199, 43, 63, 0.12), transparent 72%),
    radial-gradient(600px 340px at 20% 0%, rgba(58, 58, 64, 0.28), transparent 65%),
    linear-gradient(180deg, #0d0d10 0%, var(--rm-bg) 42%, #0d0d10 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--rm-accent);
}

img {
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #191a1f;
}

::-webkit-scrollbar-thumb {
  background: var(--rm-accent);
  border-radius: 16px;
}

.container,
.container-lg {
  max-width: 1280px;
}

.dust-navbar {
  position: sticky;
  top: 0;
  z-index: 1200;
  border-bottom: 1px solid var(--rm-line);
  background: rgba(17, 17, 20, 0.86);
  /* backdrop-filter: blur(12px); */
}

.dust-navbar.fixed {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.42);
}

.dust-navbar .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dust-navbar .brand .navLogo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.dust-navbar .brand-name {
  font-family: "Oxanium", cursive;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.dust-navbar .navbar-toggler {
  width: 46px;
  height: 46px;
  border: 1px solid var(--rm-line-strong);
  border-radius: 10px;
  padding: 8px;
  display: none;
  gap: 5px;
}

.dust-navbar .navbar-toggler i {
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #fff;
  display: block;
}

.dust-navbar .navbar-nav {
  gap: 2px;
}

.dust-navbar .nav-link {
  color: var(--rm-text-soft);
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 8px;
  padding: 11px 14px !important;
  transition: all 0.2s ease;
}

.dust-navbar .nav-link:hover,
.dust-navbar .nav-link.active {
  color: #fff;
  background: rgba(199, 43, 63, 0.12);
}

.dust-navbar .dropdown-menu {
  margin-top: 10px;
}

.dust-navbar .dust-offcanvas {
  background: transparent;
}

.dust-navbar .offcanvas-header {
  display: none;
}

.dust-navbar .offcanvas-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0;
  gap: 12px;
  overflow: visible;
}

.hero-shell {
  position: relative;
  min-height: 570px;
  border-bottom: 1px solid var(--rm-line);
  overflow: hidden;
}

.hero-media,
.hero-media video,
.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: #0000003f;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(0.9);
}



.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 18px;
  padding-bottom: 58px;
}

.hero-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

.hero-publisher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--rm-line-strong);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(21, 21, 24, 0.72);
}

.hero-publisher-label {
  color: var(--rm-text-soft);
  font-size: 0.85rem;
}

.hero-online-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(199, 43, 63, 0.38);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(199, 43, 63, 0.13);
  color: #f1d5da;
  font-weight: 600;
}

.hero-online-pill i {
  color: #f0a3ad;
}

.hero-kicker {
  display: inline-block;
  background: rgba(199, 43, 63, 0.2);
  border: 1px solid rgba(199, 43, 63, 0.45);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-title {
  margin: 0 0 10px;
  font-family: "Oxanium", cursive;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.hero-subtitle {
  max-width: 620px;
  margin: 0;
  font-size: 1.08rem;
  color: var(--rm-text);
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn,
button.btn,
input[type="submit"].btn,
input[type="button"].btn,
.form input[type="submit"],
.form input[type="button"] {
  --btn-bg: linear-gradient(90deg, var(--rm-accent) 0%, var(--rm-accent-strong) 100%);
  --btn-border: rgba(223, 75, 94, 0.9);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--btn-border);
  background: var(--btn-bg);
  color: var(--btn-fg) !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: none;
  box-shadow: 0 8px 20px rgba(199, 43, 63, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background 0.18s ease;
  cursor: pointer;
}

.btn:hover,
button.btn:hover,
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
.form input[type="submit"]:hover,
.form input[type="button"]:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 10px 28px rgba(199, 43, 63, 0.35);
}

.btn:active,
button.btn:active,
input[type="submit"].btn:active,
input[type="button"].btn:active,
.form input[type="submit"]:active,
.form input[type="button"]:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

.btn:focus-visible,
button.btn:focus-visible,
input[type="submit"].btn:focus-visible,
input[type="button"].btn:focus-visible,
.form input[type="submit"]:focus-visible,
.form input[type="button"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(199, 43, 63, 0.22), 0 10px 28px rgba(199, 43, 63, 0.35);
}

.btn-sm {
  min-height: 34px;
  padding: 0.36rem 0.78rem;
  border-radius: 8px;
  font-size: 0.86rem;
}

.btn-lg {
  min-height: 46px;
  padding: 0.62rem 1.2rem;
  border-radius: 12px;
  font-size: 1rem;
}

.btn-ember,
.btn-info,
.btn-primary,
.btn-danger,
.btn-success,
.btn-warning {
  --btn-bg: linear-gradient(90deg, var(--rm-accent) 0%, var(--rm-accent-strong) 100%);
  --btn-border: rgba(223, 75, 94, 0.9);
  --btn-fg: #fff;
}

.btn-success {
  --btn-bg: linear-gradient(90deg, #1db08c 0%, #22c7a0 100%);
  --btn-border: rgba(49, 214, 170, 0.8);
}

.btn-warning {
  --btn-bg: linear-gradient(90deg, #d94a5c 0%, #cf4d5e 100%);
  --btn-border: rgba(207, 77, 94, 0.85);
}

.btn-ember-outline,
.btn-outline-success,
.btn-outline-primary,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info {
  --btn-bg: rgba(199, 43, 63, 0.08);
  --btn-border: rgba(199, 43, 63, 0.55);
  --btn-fg: #f0bdc6;
  box-shadow: none;
}

.btn-ember-outline:hover,
.btn-outline-success:hover,
.btn-outline-primary:hover,
.btn-outline-danger:hover,
.btn-outline-warning:hover,
.btn-outline-info:hover {
  --btn-bg: rgba(199, 43, 63, 0.18);
  --btn-fg: #fff;
}

.btn-ghost-dark,
.btn-secondary {
  --btn-bg: rgba(29, 29, 33, 0.82);
  --btn-fg: #d3d3d8;
  --btn-border: var(--rm-line-strong);
  box-shadow: none;
}

.btn-ghost-dark:hover,
.btn-secondary:hover {
  --btn-bg: rgba(39, 39, 44, 0.96);
  --btn-fg: #fff;
}

.btn-link {
  --btn-bg: transparent;
  --btn-border: transparent;
  --btn-fg: #e8a6b0;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn-link:hover {
  --btn-fg: #fff;
  transform: none;
}

.btn.disabled,
.btn:disabled,
button.btn:disabled,
input[type="submit"].btn:disabled,
input[type="button"].btn:disabled,
.form input[type="submit"]:disabled,
.form input[type="button"]:disabled {
  opacity: 0.48;
  filter: grayscale(0.15);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.hero-status-card {
  border: 1px solid var(--rm-line);
  background: rgba(24, 24, 28, 0.86);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--rm-shadow);
}

.hero-status-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}

.hero-status-head h3 {
  margin: 0;
  font-size: 1.04rem;
  color: #fff;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rm-success);
  box-shadow: 0 0 18px rgba(52, 211, 153, 0.8);
}

.hero-progress-label {
  display: flex;
  justify-content: space-between;
  color: var(--rm-text-soft);
  font-weight: 600;
  margin-bottom: 8px;
}

.progress {
  height: 10px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
}

.progress-bar {
  background: linear-gradient(90deg, #b92339 0%, #d94a5c 100%);
}

.hero-countdowns .countdowns {
  position: static !important;
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.countdowns {
  display: grid;
  gap: 18px;
}

.countdown {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 70, 85, 0.2), transparent 35%),
    linear-gradient(160deg, rgba(25, 26, 31, 0.98) 0%, rgba(16, 16, 20, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.countdown::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--vermelho-2) 0%, var(--vermelho-1) 100%);
  opacity: 0.95;
}

.countdown::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 70, 85, 0.18) 0%, rgba(255, 70, 85, 0) 72%);
  pointer-events: none;
}

.countdown-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  padding-right: 24px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.countdown-timer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.countdown-timer > div {
  min-height: 108px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 10px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.countdown-timer > div > span {
  display: block;
  color: #fff;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.hero-countdowns .countdown {
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 70, 85, 0.24), transparent 36%),
    linear-gradient(160deg, rgba(199, 43, 63, 0.18) 0%, rgba(22, 16, 21, 0.96) 100%);
  border-color: rgba(199, 43, 63, 0.32);
}

.hero-countdowns .countdown-title {
  margin-bottom: 14px;
  font-size: 0.82rem;
}

.hero-countdowns .countdown-timer {
  gap: 10px;
}

.hero-countdowns .countdown-timer > div {
  min-height: 88px;
  padding: 12px 10px;
}

.hero-countdowns .countdown-timer > div > span {
  font-size: clamp(1.45rem, 1.8vw, 2.1rem);
}

@media (max-width: 991.98px) {
  .countdown-timer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .countdown {
    padding: 18px;
  }

  .countdown-title {
    margin-bottom: 14px;
    font-size: 0.8rem;
  }

  .countdown-timer {
    gap: 10px;
  }

  .countdown-timer > div {
    min-height: 82px;
    padding: 12px 10px;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .countdown-timer > div > span {
    font-size: 1.55rem;
  }
}

.ajax-container {
  width: 100%;
  max-width: 1300px;
  margin: -54px auto 0;
  padding: 0 14px 42px;
  position: relative;
  /*z-index: 4;*/
  min-height: 520px;
}

.home-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dust-section {
  border-radius: 16px;
  border: 1px solid var(--rm-line);
  background: linear-gradient(160deg, rgba(24, 24, 27, 0.94) 0%, rgba(15, 15, 18, 0.95) 100%);
  padding: 20px;
  box-shadow: var(--rm-shadow);
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.section-head span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rm-text-soft);
  font-size: 0.78rem;
}

.section-head h2 {
  margin: 0;
  font-family: "Oxanium", cursive;
  font-size: clamp(1.35rem, 2.4vw, 2.3rem);
  color: #fff;
}

.panel-surface {
  border: 1px solid var(--rm-line);
  background: linear-gradient(180deg, rgba(31, 31, 35, 0.96) 0%, rgba(23, 23, 26, 0.96) 100%);
  border-radius: 12px;
  padding: 16px;
}

.quick-link-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--rm-line);
  background: linear-gradient(140deg, rgba(36, 36, 41, 0.96) 0%, rgba(24, 24, 28, 0.94) 100%);
  padding: 16px;
  min-height: 136px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.quick-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 43, 63, 0.42);
}

.quick-link-card img {
  height: 104px;
  object-fit: cover;
  border-radius: 8px;
}

.quick-link-kicker {
  color: var(--rm-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.73rem;
}

.quick-link-card h3 {
  margin: 6px 0 6px;
  color: #fff;
  font-family: "Oxanium", cursive;
}

.quick-link-card p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.35;
  font-size: 0.94rem;
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 14px;
  border-radius: 12px;
  border: 1px solid var(--rm-line);
  background: rgba(28, 28, 32, 0.95);
  overflow: hidden;
}

.news-card-cover img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

.news-card-content {
  padding: 14px 14px 14px 0;
}

.news-card-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--rm-text-soft);
  font-size: 0.85rem;
  margin-bottom: 7px;
  flex-wrap: wrap;
}

.news-badge {
  border-radius: 999px;
  padding: 4px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 0.74rem;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 0 0 9px;
  font-size: 1.16rem;
}

.news-card h3 a {
  color: #fff;
}

.news-card p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.45;
}

.news-card-actions {
  margin-top: 14px;
}

.news-surface .btn-ember-outline {
  margin-left: auto;
  display: inline-flex;
}

.posts {
  display: grid;
  gap: 18px;
}

.posts .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0;
  padding: 6px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  overflow-x: auto;
  scrollbar-width: none;
}

.posts .nav-tabs::-webkit-scrollbar {
  display: none;
}

.posts .nav-tabs .nav-item {
  flex: 0 0 auto;
}

.posts .nav-tabs .nav-link {
  border: 0;
  border-radius: 12px;
  padding: 11px 16px;
  background: transparent;
  color: var(--rm-text-soft);
  font-family: "Oxanium", cursive;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.posts .nav-tabs .nav-link:hover,
.posts .nav-tabs .nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.posts .nav-tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(223, 75, 94, 0.9), rgba(139, 28, 43, 0.94));
  box-shadow: 0 12px 24px rgba(124, 24, 39, 0.34);
}

.posts .tab-content {
  display: grid;
}

.posts .tab-pane {
  gap: 16px;
}

.posts .tab-pane.active,
.posts .tab-pane.show {
  display: grid;
}

.posts-post {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 70, 85, 0.12), transparent 34%),
    linear-gradient(160deg, rgba(26, 27, 34, 0.98) 0%, rgba(18, 19, 24, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.posts-image {
  min-height: 220px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.posts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts-post-container {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.posts-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.posts-title > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.posts-title .badge,
.posts-title [class*="badge"] {
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.posts-title a {
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1.14rem;
  line-height: 1.3;
}

.posts-created {
  color: var(--rm-text-soft);
  font-size: 0.83rem;
  white-space: nowrap;
}

.posts-body {
  color: var(--rm-text-soft);
  line-height: 1.7;
}

.posts-body p:last-child {
  margin-bottom: 0;
}

.post_view_desc {
  display: block;
  max-width: 780px;
  margin-top: 10px;
  color: var(--rm-text-soft);
  font-size: 1.02rem;
  font-style: normal;
  line-height: 1.65;
}

.post_view_date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  border: 1px solid var(--rm-line);
  background: rgba(255, 255, 255, 0.04);
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.post-view-article {
  display: grid;
  gap: 18px;
}

.post-view-body {
  padding: 24px;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 70, 85, 0.09), transparent 38%),
    linear-gradient(180deg, rgba(28, 29, 36, 0.96), rgba(18, 19, 24, 0.96));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  color: var(--rm-text);
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.post-view-body > :first-child {
  margin-top: 0;
}

.post-view-body > :last-child {
  margin-bottom: 0;
}

.post-view-body :is(h1, h2, h3, h4, h5, h6) {
  margin: 1.7rem 0 0.85rem;
  color: #fff;
  font-family: "Oxanium", cursive;
  letter-spacing: 0.03em;
}

.post-view-body :is(p, ul, ol, blockquote, pre, table, .table-responsive, img, iframe, video) {
  margin-bottom: 1.15rem;
}

.post-view-body :is(ul, ol) {
  padding-left: 1.2rem;
}

.post-view-body a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(223, 75, 94, 0.55);
  text-underline-offset: 3px;
}

.post-view-body blockquote {
  margin-left: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--vermelho-2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.post-view-body :is(pre, code) {
  font-family: Consolas, "Courier New", monospace;
}

.post-view-body pre {
  padding: 18px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
  color: #f3f5fa;
  overflow: auto;
}

.post-view-body code {
  padding: 0.18rem 0.42rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.post-view-body img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--rm-line);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.post-view-body :is(iframe, video) {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 16px;
}

.post-view-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
}

.post-view-body table :is(th, td) {
  padding: 12px 14px;
  border-right: 1px solid var(--rm-line);
  border-bottom: 1px solid var(--rm-line);
}

.post-view-body table tr:last-child td {
  border-bottom: 0;
}

.post-view-body table :is(th:last-child, td:last-child) {
  border-right: 0;
}

.post-view-body table th {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.post-view-body hr {
  margin: 1.6rem 0;
  border-color: var(--rm-line);
  opacity: 1;
}

.post-view-body [style*="background-color:#fff"],
.post-view-body [style*="background-color: #fff"],
.post-view-body [style*="background:#fff"],
.post-view-body [style*="background: #fff"],
.post-view-body [style*="background-color:rgb(255,255,255)"],
.post-view-body [style*="background-color: rgb(255, 255, 255)"],
.post-view-body [style*="background:rgb(255,255,255)"],
.post-view-body [style*="background: rgb(255, 255, 255)"] {
  background: transparent !important;
}

.post-view-body [style*="color:#000"],
.post-view-body [style*="color: #000"],
.post-view-body [style*="color:rgb(0,0,0)"],
.post-view-body [style*="color: rgb(0, 0, 0)"] {
  color: inherit !important;
}

.post-comments-section {
  margin-top: 20px;
}

.post-comments-wrap {
  padding: 24px;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.95), rgba(18, 19, 24, 0.95));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.post-comment-form .form-control {
  min-height: 148px;
  resize: vertical;
}

.post_comments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.comment_item {
  padding: 18px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.comment_info {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.comment_author_avatar img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid var(--rm-line);
}

.comment_author_name {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.comment_text {
  color: var(--rm-text);
  line-height: 1.7;
}

.dust-home-events-grid {
  align-items: stretch;
}

.dust-home-event-card {
  position: relative;
  display: grid;
  gap: 22px;
  height: 100%;
  min-height: 100%;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(26, 27, 33, 0.98), rgba(16, 17, 23, 0.98));
  box-shadow: var(--rm-shadow);
}

.dust-home-event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 26%);
  pointer-events: none;
}

.dust-home-event-card > * {
  position: relative;
  z-index: 1;
}

.dust-home-event-card-king::after,
.dust-home-event-card-war::after {
  content: "";
  position: absolute;
  inset: auto -64px -96px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 70%);
  pointer-events: none;
}

.dust-home-event-head {
  display: grid;
  gap: 8px;
}

.dust-home-event-head span {
  color: var(--rm-accent-strong);
  font-family: "Oxanium", cursive;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dust-home-event-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 1.05rem + 0.85vw, 1.95rem);
}

.dust-home-event-hero,
.dust-home-event-guild {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.dust-home-event-avatar,
.dust-home-event-guild-mark {
  display: grid;
  place-items: center;
  min-height: 148px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.03);
}

.dust-home-event-avatar img {
  display: block;
  width: 100%;
  max-width: 140px;
  border-radius: 18px;
  object-fit: cover;
}

.dust-home-event-guild-mark img {
  max-width: 100%;
  height: auto;
}

.dust-home-event-copy,
.dust-home-event-guild-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.dust-home-event-badge,
.dust-home-event-banner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(223, 75, 94, 0.24);
  border-radius: 999px;
  background: rgba(199, 43, 63, 0.18);
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dust-home-event-title,
.dust-home-event-guild-copy {
  min-width: 0;
}

.dust-home-event-title small,
.dust-home-event-guild-copy small {
  display: block;
  margin-bottom: 6px;
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-home-event-title strong,
.dust-home-event-guild-copy strong {
  display: block;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(1.32rem, 1.1rem + 0.8vw, 1.85rem);
  line-height: 1.15;
}

.dust-home-event-text,
.dust-home-event-guild-copy span {
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-home-event-banner {
  margin-top: -4px;
}

.dust-home-event-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dust-home-event-stat {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-home-event-stat span {
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-home-event-stat strong {
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.dust-home-event-empty {
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 240px;
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

.dust-home-event-empty strong {
  color: #fff;
  font-size: 1.08rem;
}

.dust-home-event-empty p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-events-area {
  display: grid;
  gap: 16px;
}

.dust-events-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 6px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.dust-events-nav .nav-item {
  flex: 1 1 auto;
}

.dust-events-nav .nav-link {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 11px 14px;
  background: transparent;
  color: var(--rm-text-soft);
  font-family: "Oxanium", cursive;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.dust-events-nav .nav-link:hover,
.dust-events-nav .nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.dust-events-nav .nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(223, 75, 94, 0.9), rgba(139, 28, 43, 0.94));
  box-shadow: 0 12px 24px rgba(124, 24, 39, 0.34);
}

.dust-events-content {
    min-height: 96px;
    overflow: auto;
    max-height: 324px;
}

.tab-pane .events {

}

.events-event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 12px;
}

.events-event-name {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
}

.events-event-name small,
.events-event-name span:not(.badge) {
  color: var(--rm-text-soft);
  font-weight: 400;
}

.events-event .badge {
  flex: 0 0 auto;
  min-width: 88px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.dust-events-spotlight .dust-events-nav {
  padding: 5px;
  gap: 8px;
}

.dust-events-spotlight .dust-events-nav .nav-link {
  padding: 9px 12px;
  font-size: 0.7rem;
}

.dust-events-spotlight .events-event {
  padding: 12px 14px;
  display: flex;
  gap: 10px;
}

.dust-events-empty {
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--rm-text-soft);
  text-align: center;
}

.sidebar .events-event,
.modal .events-event {
  padding: 12px 14px;
}

.sidebar .events-event-name,
.modal .events-event-name {
  font-size: 0.88rem;
}

.sidebar .events-event .badge,
.modal .events-event .badge {
  min-width: 74px;
  font-size: 0.72rem;
}

.server-card h3,
.events-surface h3,
.market-surface h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: #fff;
}

.stats-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.stats-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed var(--rm-line);
  padding-bottom: 7px;
}

.stats-list li span {
  color: var(--rm-text-soft);
}

.events-surface .custom_list {
  max-height: 300px;
}

 .castle-siege-panel {
  background: url(../images/bg_cs.png) no-repeat center;
}

.castle-siege-content .castle-siege-result .cs-label-item {
  margin-top: 50px;
}

.castle-siege-result {
  margin-top: 25px;
}

.castle-siege-panel .castle-siege-content {
  border: 1px solid var(--rm-line);
  border-radius: 12px;
  padding: 18px;
  background: rgba(22, 22, 26, 0.78);
  height: 300px;
}

.castle-siege-mark {
  margin-top: 65px;
  padding: 10px;
  border: 2px solid var(--rm-line);
  border-radius: 5px;
  background-color: #2022283b;
}

.castle-siege-mark img {
  width: 80px;
  height: 80px;
}

.castle-siege-result h2 {
  color: #fff;
}

.castle-siege-date {
  margin-top: 14px;
  border: 1px solid var(--rm-line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--rm-text-soft);
}

.rankings-surface .top_players {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.rankings-surface .top_players_wrap {
  margin: 0;
}

.home-video {
  display: grid;
  gap: 12px;
}

.home-video-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  background: #000;
}

.home-video .responsive-iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.home-video-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.home-video-footer h3 {
  margin: 0;
  color: #fff;
}

.home-videos-surface {
  display: grid;
  gap: 24px;
  min-width: 0;
  overflow: hidden;
}

.home-videos-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.home-videos-intro p {
  margin: 0;
  max-width: 720px;
  color: var(--rm-text-soft);
  line-height: 1.7;
}

.home-videos-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-videos-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--rm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.home-videos-arrow:hover,
.home-videos-arrow:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(223, 75, 94, 0.34);
  background: rgba(255, 255, 255, 0.05);
}

.home-videos-carousel {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.home-videos-carousel .swiper-wrapper {
  align-items: stretch;
}

.home-videos-carousel .swiper-slide {
  height: auto;
  min-width: 0;
}

.home-video-card {
  display: grid;
  gap: 14px;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.home-videos-carousel.is-static .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  transform: none !important;
}

.home-videos-carousel.is-static .swiper-slide {
  width: auto !important;
}

.home-video-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #090b10;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
}

.home-video-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.home-video-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 8, 12, 0.02) 18%, rgba(6, 8, 12, 0.74) 100%),
    radial-gradient(circle at top right, rgba(255, 154, 62, 0.28), transparent 28%);
}

.home-video-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(10, 12, 16, 0.76);
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-video-card-play {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #c56d5d;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-video-card-play i {
  font-size: 2rem;
  transform: translateX(2px);
}

.home-video-card-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.home-video-card-copy strong {
  color: #f7f8fb;
  font-size: 1.05rem;
  line-height: 1.28;
}

.home-video-card-copy small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--rm-text-soft);
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-video-card:hover .home-video-card-media img,
.home-video-card:focus-visible .home-video-card-media img {
  transform: scale(1.045);
}

.home-video-card:hover .home-video-card-play,
.home-video-card:focus-visible .home-video-card-play {
  transform: scale(1.06);
  background: #ffffff;
}

.home-videos-modal .modal-content {
  border: 1px solid var(--rm-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(24, 25, 31, 0.98), rgba(15, 16, 20, 0.98));
  box-shadow: var(--rm-shadow);
}

.home-videos-modal .modal-header,
.home-videos-modal .modal-body {
  border: 0;
}

.home-videos-modal .modal-header {
  padding: 22px 24px 0;
}

.home-videos-modal .modal-body {
  padding: 20px 24px 24px;
}

.home-videos-modal-heading {
  display: grid;
  gap: 8px;
}

.home-videos-modal-heading span {
  color: var(--rm-accent-strong);
  font-family: "Oxanium", cursive;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-videos-modal-heading h3 {
  margin: 0;
  color: #fff;
}

.home-videos-modal-frame {
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background: #000;
}

.home-videos-modal-frame iframe {
  display: block;
  width: 100%;
  min-height: 560px;
  border: 0;
}

.home-videos-modal-copy {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.home-videos-modal-copy p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.7;
}

.stats-section {
  border-color: rgba(199, 43, 63, 0.32);
}

.stats-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.stats-search span {
  color: var(--rm-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.stats-search h2 {
  margin: 4px 0 0;
  font-family: "Oxanium", cursive;
}

.stats-search-form {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 8px;
  width: min(580px, 100%);
}

.stats-search-form input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--rm-line-strong);
  background: rgba(26, 26, 30, 0.94);
  color: #fff;
  padding: 10px 12px;
}

.dust-footer {
  border-top: 1px solid var(--rm-line);
  margin-top: 26px;
  background: rgba(17, 17, 20, 0.92);
}

.dust-footer .container {
  padding: 26px 14px;
}

.dust-footer h4 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 1.02rem;
}

.dust-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.dust-footer li a {
  color: var(--rm-text-soft);
}

.dust-footer li a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 9px;
  margin-bottom: 10px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--rm-line-strong);
  background: rgba(31, 31, 36, 0.90);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer-status {
  margin: 0;
  color: var(--rm-text-soft);
}

.footer-bottom {
  border-top: 1px solid var(--rm-line);
  margin-top: 18px;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--rm-text-soft);
}

.footer-links {
  display: flex;
  gap: 14px;
}

.footer-links a {
  color: var(--rm-text-soft);
}

.footer-links a:hover {
  color: #fff;
}

.background_cover {
  display: none !important;
}

.background_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: blur(0.6px) saturate(0.7);
}

.background_cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 14, 16, 0.12) 0%, rgba(13, 13, 15, 0.96) 95%);
}

.page-header {
  position: static;
  z-index: auto;
  min-height: 0;
  display: block;
  align-items: initial;
  justify-content: initial;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  overflow: visible;
}

.page-header::before {
  display: none !important;
}

.page-header::after {
  display: none !important;
}

.page-header .page-title {
  display: none !important;
}

.page-inline-title {
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid var(--rm-line);
  border-left: 4px solid var(--rm-accent);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(37, 37, 42, 0.96) 0%, rgba(24, 24, 28, 0.90) 100%);
}

.page-inline-title h1 {
  margin: 0;
  color: #fff;
  font-family: "Oxanium", cursive;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.15rem, 2.4vw, 1.9rem);
}

.page-container {
  position: relative;
  z-index: 1;
  border: 1px solid var(--rm-line);
  border-radius: 14px;
  background: rgba(19, 19, 22, 0.90);
  box-shadow: var(--rm-shadow);
  overflow: hidden;
}

.breadcrumb,
.breadcrumber {
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid var(--rm-line);
  background: rgba(255, 255, 255, 0.03);
}

.breadcrumb-item,
.breadcrumber li {
  color: var(--rm-text-soft);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--rm-text-soft);
}

.breadcrumber {
  list-style: none;
  display: flex;
  gap: 10px;
}

.breadcrumber li.active {
  color: #fff;
}

.card,
.post_item {
  border-radius: 12px;
  border: 1px solid var(--rm-line) !important;
  background: rgba(26, 26, 30, 0.94);
  color: var(--rm-text);
  box-shadow: none;
}

.card-header,
.card-footer {
  background: rgba(255, 255, 255, 0.02);
  border-color: var(--rm-line) !important;
}

.table {
  --bs-table-color: var(--rm-text);
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.03);
  --bs-table-striped-color: var(--rm-text);
  --bs-table-hover-bg: rgba(199, 43, 63, 0.08);
  --bs-table-hover-color: #fff;
  margin-bottom: 0;
}

.table thead th {
  color: #fff;
  border-color: var(--rm-line);
  background: rgba(255, 255, 255, 0.03);
}

.table td,
.table th {
  border-color: var(--rm-line);
  vertical-align: middle;
}

.form-control,
.form-select,
select.form-control {
  border-radius: 10px;
  border: 1px solid var(--rm-line-strong);
  background: rgba(19, 19, 22, 0.92);
  color: #fff;
  min-height: 42px;
}

.form-control::placeholder {
  color: #9d9ea6;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(199, 43, 63, 0.7);
  box-shadow: 0 0 0 0.2rem rgba(199, 43, 63, 0.2);
  background: rgba(19, 19, 22, 0.96);
  color: #fff;
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

/* Form Controls: redesign global */
.form-group {
  margin-bottom: 14px;
}

.form-control-label {
  display: inline-block;
  margin-bottom: 6px;
  color: #dfdfe3;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.form-control-label .required,
label .required {
  color: #d97a86;
}

select.form-control,
select.form-select,
.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background-image:
    linear-gradient(45deg, transparent 50%, #d94a5c 50%),
    linear-gradient(135deg, #d94a5c 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

select.form-control option,
select.form-select option,
select option,
select optgroup {
  background: #202228;
  color: #f1f1f3;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  min-height: 34px;
  padding-left: 0;
}

.form-check label,
.form-check .form-check-label,
input.styled-checkbox + label,
input.styled-radio + label {
  margin: 0;
  color: #dfdfe3;
  font-weight: 600;
  cursor: pointer;
}

input[type="checkbox"]:not(.btn-check),
input[type="radio"]:not(.btn-check),
.form-check-input,
.styled-checkbox,
.styled-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  background: rgba(19, 19, 22, 0.96);
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

input[type="checkbox"]:not(.btn-check),
.form-check-input[type="checkbox"],
.styled-checkbox {
  border-radius: 0.32rem;
}

input[type="radio"]:not(.btn-check),
.form-check-input[type="radio"],
.styled-radio {
  border-radius: 50%;
}

input[type="checkbox"]:not(.btn-check)::after,
.form-check-input[type="checkbox"]::after,
.styled-checkbox::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.16s ease;
}

input[type="radio"]:not(.btn-check)::after,
.form-check-input[type="radio"]::after,
.styled-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform 0.16s ease;
}

input[type="checkbox"]:not(.btn-check):checked,
input[type="radio"]:not(.btn-check):checked,
.form-check-input:checked,
.styled-checkbox:checked,
.styled-radio:checked {
  border-color: #d94a5c;
  background: linear-gradient(180deg, #d94a5c 0%, #c72b3f 100%);
  box-shadow: 0 0 0 3px rgba(199, 43, 63, 0.2);
}

input[type="checkbox"]:not(.btn-check):checked::after,
.form-check-input[type="checkbox"]:checked::after,
.styled-checkbox:checked::after,
input[type="radio"]:not(.btn-check):checked::after,
.form-check-input[type="radio"]:checked::after,
.styled-radio:checked::after {
  transform: rotate(45deg) scale(1);
}

input[type="radio"]:not(.btn-check):checked::after,
.form-check-input[type="radio"]:checked::after,
.styled-radio:checked::after {
  transform: scale(1);
}

input[type="checkbox"]:not(.btn-check):focus-visible,
input[type="radio"]:not(.btn-check):focus-visible,
.form-check-input:focus-visible,
.styled-checkbox:focus-visible,
.styled-radio:focus-visible {
  outline: none;
  border-color: #d94a5c;
  box-shadow: 0 0 0 3px rgba(199, 43, 63, 0.2);
}

input[type="checkbox"]:not(.btn-check):disabled,
input[type="radio"]:not(.btn-check):disabled,
.form-check-input:disabled,
.styled-checkbox:disabled,
.styled-radio:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Switch */
.form-switch,
.switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.form-switch .form-check-input,
input[type="checkbox"][role="switch"],
input[type="checkbox"].switch {
  width: 2.35rem;
  height: 1.28rem;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  background-image: none;
}

.form-switch .form-check-input::after,
input[type="checkbox"][role="switch"]::after,
input[type="checkbox"].switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  background: #fff;
  transform: translateX(0);
  border: 0;
}

.form-switch .form-check-input:checked,
input[type="checkbox"][role="switch"]:checked,
input[type="checkbox"].switch:checked {
  background: linear-gradient(90deg, #d94a5c 0%, #c72b3f 100%);
}

.form-switch .form-check-input:checked::after,
input[type="checkbox"][role="switch"]:checked::after,
input[type="checkbox"].switch:checked::after {
  transform: translateX(1.05rem);
}

.dropdown-menu {
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(223, 75, 94, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(24, 24, 28, 0.98), rgba(17, 17, 22, 0.98));
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.34),
    0 8px 20px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.dropdown-menu.show {
  animation: dustDropdownIn 0.18s ease-out;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 12px;
  color: rgba(237, 240, 246, 0.92);
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.dropdown-item + .dropdown-item {
  margin-top: 4px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(199, 43, 63, 0.22), rgba(223, 75, 94, 0.08));
  box-shadow: inset 0 0 0 1px rgba(223, 75, 94, 0.14);
  transform: translateX(2px);
}

.dropdown-toggle {
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.btn.dropdown-toggle,
.nav-link.dropdown-toggle,
.dust-rankings-mobile-select {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dropdown-toggle::after {
  width: 9px;
  height: 9px;
  margin-left: auto;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.72;
}

.show > .dropdown-toggle::after,
.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(225deg) translateY(-1px);
  opacity: 1;
}

@keyframes dustDropdownIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.user-area {
    position:relative;
}

.dust-auth-dropdown-trigger {
  display: inline-flex;
}

.dust-auth-modal-trigger {
  display: none;
}

@media (max-width: 991px) {
  .dust-auth-dropdown-trigger {
    display: none !important;
  }

  .dust-auth-modal-trigger {
    display: inline-flex !important;
  }

  .dust-navbar .nav-utilities {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
    gap: 12px;
    margin-top: 16px;
  }

  .dust-navbar .navbar-language,
  .dust-navbar .navbar-notifications,
  .dust-navbar .nav-auth,
  .dust-navbar .user-area {
    width: 100%;
  }

  .dust-navbar .user-area {
    display: grid !important;
    grid-template-columns: 1fr;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .dust-navbar .navbar-language .btn,
  .dust-navbar .navbar-notifications .btn,
  .dust-navbar .nav-auth .btn,
  .dust-navbar .user-area > .btn,
  .dust-navbar .user-area > a.btn {
    width: 100%;
    justify-content: center;
  }

  .dust-navbar .nav-auth > .dropdown-menu.dropdown-auth,
  .dust-navbar .nav-auth > .dropdown-menu.dropdown-services,
  .dust-navbar .nav-auth .dropdown-menu {
    display: none !important;
  }
}

.dust-navbar .dropdown-menu {
  right: 0;
  background: rgba(24, 24, 28, 0.98);
  max-width: 300px;
}

.list-group-item {
  border-color: var(--rm-line);
  background: rgba(26, 26, 30, 0.94);
  color: var(--rm-text);
}

.list-group-item.active {
  border-color: rgba(199, 43, 63, 0.5);
  background: rgba(199, 43, 63, 0.16);
}

.alert {
  border: 1px solid var(--rm-line-strong);
  border-radius: 12px;
  color: var(--rm-text);
  background: rgba(255, 255, 255, 0.03);
}

.alert-warning {
  background: rgba(199, 43, 63, 0.12);
  border-color: rgba(199, 43, 63, 0.4);
  color: #f1c5cb;
}

.alert-danger {
  background: rgba(239, 68, 68, 0.14);
  border-color: rgba(239, 68, 68, 0.5);
  color: #ffc2c2;
}

.modal-content {
  border-radius: 12px;
  border: 1px solid var(--rm-line-strong);
  background: rgba(24, 24, 27, 0.98);
  color: var(--rm-text);
}

.modal-header,
.modal-footer {
  border-color: var(--rm-line);
}

.dust-auth-modal {
  z-index: 1500;
}

.dust-auth-modal .modal-dialog {
  max-width: min(420px, calc(100vw - 24px));
}

.dust-auth-modal .modal-content {
  overflow: hidden;
}

.dust-auth-modal .dropdown-auth,
.dust-auth-modal .dropdown-services {
  min-width: 0;
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dust-auth-modal .dropdown-services-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pagination {
  gap: 6px;
  margin-top: 14px;
}

.page-item .page-link {
  border-radius: 8px;
  border: 1px solid var(--rm-line-strong);
  background: rgba(27, 27, 31, 0.92);
  color: var(--rm-text);
}

.page-item.active .page-link {
  border-color: rgba(199, 43, 63, 0.5);
  background: rgba(199, 43, 63, 0.2);
  color: #fff;
}

.post .cover-post {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.post .card-footer.post_date {
  position: static;
  color: var(--rm-text-soft);
  border-top: 1px solid var(--rm-line);
}

.services .list-group-item,
.custom_list .list-group-item {
  background: rgba(26, 26, 30, 0.96);
}

.custom_list_scroll_v {
  max-height: 330px;
  overflow-y: auto;
}

.events .event {
  border: 1px solid var(--rm-line);
  border-radius: 10px;
  padding: 9px 10px;
  margin-bottom: 8px;
  background: rgba(28, 28, 32, 0.95);
}

.characters.container a {
  border: 1px solid var(--rm-line);
  border-radius: 10px;
  padding: 8px;
  background: rgba(24, 24, 27, 0.9);
}

.characters.container a.active {
  border-color: rgba(199, 43, 63, 0.5);
  background: rgba(199, 43, 63, 0.14);
}

.maintenance-view {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 26px 0;
}

.maintenance-card {
  max-width: 640px;
  text-align: center;
}

.maintenance-kicker {
  color: var(--rm-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}

.maintenance-card h1 {
  margin: 8px 0;
  color: #fff;
  font-family: "Oxanium", cursive;
}

.maintenance-card p {
  margin-bottom: 16px;
  color: var(--rm-text-soft);
}

@media (min-width: 992px) {
  .dust-navbar .navbar-toggler {
    display: none;
  }

  .dust-navbar .dust-offcanvas {
    position: static;
    transform: none !important;
    visibility: visible !important;
    border: 0;
    width: auto;
    height: auto;
    background: transparent;
  }

  .dust-navbar .offcanvas-header {
    display: none;
  }

  .dust-navbar .offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    overflow: visible;
  }

  .dust-navbar .nav-auth {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .hero-topbar {
    margin-bottom: 34px;
  }

  .dust-navbar .navbar-toggler {
    display: grid;
  }

  .dust-navbar .dust-offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(340px, 92vw);
    max-width: 92vw;
    background: rgba(17, 17, 20, 0.98) !important;
    border-left: 1px solid var(--rm-line-strong);
    z-index: 1300;
  }

  .dust-navbar .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px 12px;
    border-bottom: 1px solid var(--rm-line);
  }

  .dust-navbar .offcanvas-title {
    margin: 0;
    color: #fff;
    font-family: "Oxanium", cursive;
    letter-spacing: 0.04em;
  }

  .dust-navbar .offcanvas-body {
    display: block;
    padding: 12px 12px 18px;
  }

  .dust-navbar .navbar-nav {
    gap: 6px;
  }

  .dust-navbar .nav-link {
    display: block;
    width: 100%;
    padding: 10px 12px !important;
  }

  .dust-navbar .nav-auth {
    margin-top: 14px;
  }

  .dust-navbar .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    margin-top: 6px;
    border: 1px solid var(--rm-line);
    background: rgba(24, 24, 28, 0.98) !important;
  }

  .offcanvas-backdrop.show {
    background: rgba(8, 8, 10, 0.72);
    opacity: 1;
    z-index: 1290;
  }
}

@media (max-width: 991px) {
  .hero-shell {
    min-height: 500px;
  }

  .hero-content {
    padding-bottom: 34px;
  }

  .ajax-container {
    margin-top: -30px;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card-cover img {
    min-height: 210px;
  }

  .news-card-content {
    padding: 0 14px 14px;
  }

  .posts-post {
    grid-template-columns: 1fr;
  }

  .posts-image {
    min-height: 210px;
  }

  .posts-title {
    flex-direction: column;
  }

  .stats-search-form {
    grid-template-columns: 1fr;
  }

  .page-inline-title {
    padding: 12px 14px;
  }

  .home-videos-carousel.is-static .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero-topbar {
    margin-bottom: 18px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 0.98rem;
  }

  .posts .nav-tabs {
    gap: 8px;
    padding: 5px;
  }

  .posts .nav-tabs .nav-link {
    padding: 10px 14px;
    font-size: 0.72rem;
  }

  .posts-post,
  .post-view-body,
  .post-comments-wrap,
  .comment_item {
    padding: 16px;
  }

  .comment_info {
    grid-template-columns: 1fr;
  }

  .comment_author_avatar img {
    width: 58px;
    height: 58px;
  }

  .quick-link-card {
    min-height: unset;
  }

  .quick-link-card img {
    width: 70px;
    height: 86px;
  }

  .home-video .responsive-iframe {
    min-height: 220px;
  }

  .home-videos-carousel.is-static .swiper-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-inline-title h1 {
    font-size: 1.05rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==================================================
   V6 Compatibility
   ================================================== */
.page,
.page-container {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto 40px;
}

.page {
  background: rgba(22, 23, 28, 0.9);
  border: 1px solid var(--rm-line);
  border-radius: 22px;
  box-shadow: var(--rm-shadow);
  overflow: hidden;
}

.page-title,
.page-body {
  padding: 24px 28px;
}

.page-title {
  border-bottom: 1px solid var(--rm-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.page-title h1,
.page-title h2,
.page-title h3 {
  margin: 0;
  color: #fff;
  font-family: "Oxanium", cursive;
  letter-spacing: 0.04em;
}

.page-mini {
  max-width: 720px;
}

.sidebar,
.dropdown-auth,
.dropdown-services,
.notification-dropdown {
  background: rgba(18, 19, 24, 0.98);
  border: 1px solid var(--rm-line);
  color: var(--rm-text);
}

.dropdown-auth,
.dropdown-services {
  min-width: 320px;
  padding: 14px;
  border-radius: 18px;
  box-shadow: var(--rm-shadow);
}

.notification-dropdown {
  min-width: 320px;
  border-radius: 18px;
  box-shadow: var(--rm-shadow);
}

.dropdown-auth .btn,
.dropdown-services .btn {
  border-radius: 12px;
}

.dropdown-auth .form-control,
.dropdown-auth .form-select,
.dropdown-services .form-control,
.dropdown-services .form-select {
  background: rgba(255, 255, 255, 0.04);
}

.dropdown-services-title,
.sidebar-title,
.list-group-heading {
  margin: 16px 0 10px;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dropdown-services-footer {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.dropdown-services .list-group-item,
.sidebar-list li,
.sidebar .list-group-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--rm-text);
}

.dropdown-services .list-group-item:hover,
.sidebar .list-group-item:hover {
  background: rgba(199, 43, 63, 0.12);
  color: #fff;
}

.nav-utilities,
.navbar-online {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-online {
  color: var(--rm-text-soft);
  font-size: 0.95rem;
}

.navbar-online strong {
  color: #fff;
}

.navbar-language img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 3px;
}

.navbar-language .dropdown-item,
.notification-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar {
  padding: 18px;
  border-radius: 18px;
}

.sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-list li {
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 8px;
}

.sidebar-list .text {
  color: #fff;
  float: right;
}

.sidebar-toggler {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--rm-line);
  border-radius: 12px;
  color: var(--rm-text);
  background: rgba(255, 255, 255, 0.03);
}

.sidebar-toggler svg {
  width: 18px;
  height: 18px;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--rm-line);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.market .card,
.webshop .card,
.workshop-item-form,
.pixpage,
.streamers,
.last-active-poll,
.auction .card {
  background: rgba(26, 27, 32, 0.94);
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  box-shadow: var(--rm-shadow);
}

.market .image,
.webshop .image,
.auction .image {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workshop-upgrade-price {
  margin-top: 24px;
}

.form-range-control {
  margin-bottom: 18px;
}

.form-range-text {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
  color: #fff;
}

/* ==================================================
   Item Market
   ================================================== */
.dust-market-page-title {
  display: grid;
  gap: 8px;
}

.dust-market-page-title p {
  max-width: 760px;
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-market-kicker {
  color: rgba(255, 92, 114, 0.9);
  font-family: "Oxanium", cursive;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-market-shell {
  display: grid;
  gap: 24px;
}

.dust-market-toolbar,
.dust-market-filters,
.dust-market-owned,
.dust-market-warehouse-panel {
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 70, 85, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(32, 33, 40, 0.98), rgba(20, 21, 27, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.dust-market-filter-toggle {
  width: 100%;
  justify-content: center;
  margin-bottom: 14px;
}

.dust-market-filters {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.dust-market-filter-head,
.dust-market-toolbar,
.dust-market-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.dust-market-filter-head h3,
.dust-market-toolbar h2,
.dust-market-section-head h3,
.dust-market-panel-head h3 {
  margin: 6px 0 0;
}

.dust-market-toolbar {
  padding: 22px 24px;
}

.dust-market-toolbar-copy p,
.dust-market-section-head p,
.dust-market-panel-head p {
  margin: 8px 0 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-market-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.dust-market-results {
  min-width: 128px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.dust-market-results strong {
  display: block;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1.4rem;
  line-height: 1;
}

.dust-market-results span {
  display: block;
  margin-top: 5px;
  color: var(--rm-text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-market-link {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.dust-market-search .form-label {
  margin-bottom: 8px;
}

.dust-market-search-form {
  display: grid;
  gap: 12px;
}

.dust-market-filter-group {
  padding-top: 2px;
}

.dust-market-category-list {
  display: grid;
  gap: 10px;
}

.dust-market-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dust-market-category-link:hover,
.dust-market-category-link:focus {
  color: #fff;
  border-color: rgba(223, 75, 94, 0.22);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.dust-market-category-link.active {
  color: #fff;
  border-color: rgba(223, 75, 94, 0.26);
  background: linear-gradient(135deg, rgba(223, 75, 94, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(223, 75, 94, 0.14);
}

.dust-market-checks {
  display: grid;
  gap: 10px;
}

.dust-market-checks .form-check {
  margin: 0;
  padding: 12px 14px 12px 40px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-market-checks .form-check-input {
  margin-top: 0.18rem;
}

.dust-market-filter-actions {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.dust-market-grid {
  align-items: stretch;
}

.dust-market-card {
  border: 1px solid var(--rm-line) !important;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 70, 85, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(34, 35, 43, 0.98), rgba(21, 22, 28, 0.98)) !important;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dust-market-card:hover {
  transform: translateY(-4px);
  border-color: rgba(223, 75, 94, 0.3) !important;
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.3);
}

.dust-market-card-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
}

.dust-market-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.dust-market-card-seller {
  min-width: 0;
}

.dust-market-label {
  display: block;
  margin-bottom: 5px;
  color: var(--rm-text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dust-market-card-seller strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  word-break: break-word;
}

.dust-market-price-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 112px;
  padding: 10px 12px;
  border: 1px solid rgba(223, 75, 94, 0.24);
  border-radius: 14px;
  background: rgba(223, 75, 94, 0.1);
  text-align: right;
}

.dust-market-price-badge span {
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.dust-market-price-badge small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-market-card-media {
  min-height: 148px !important;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.dust-market-card-media img {
  max-width: 100%;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.45));
}

.dust-market-card-info {
  display: grid;
  gap: 10px;
}

.dust-market-card-name {
  margin: 0;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1.05rem;
  line-height: 1.35;
}

.dust-market-expire,
.dust-market-meta-inline,
.dust-market-card-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-market-expire {
  color: #1e1414;
  background: linear-gradient(135deg, #ffd66b, #ffb347);
}

.dust-market-meta-inline {
  width: fit-content;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
}

.dust-market-card-status {
  width: 100%;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
}

.dust-market-card-footer {
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
}

.dust-market-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dust-market-empty {
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  text-align: center;
}

.dust-market-empty h3,
.dust-market-empty h4 {
  margin: 0 0 8px;
}

.dust-market-empty p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-market-empty-large {
  min-height: 320px;
  display: grid;
  align-content: center;
}

.dust-market-empty-warning {
  border-color: rgba(255, 179, 71, 0.28);
  background: rgba(255, 179, 71, 0.06);
}

.dust-market-sell-layout {
  align-items: start;
}

.dust-market-warehouse-panel,
.dust-market-sell-card {
  padding: 22px;
}

.dust-market-panel-head {
  margin-bottom: 18px;
}

.dust-market-warehouse-frame {
  display: flex;
  justify-content: center;
  padding: 8px 0 0;
}

.dust-market-warehouse-frame > * {
  max-width: 100%;
}

.dust-market-selected {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-market-selected-media {
  flex: 0 0 140px;
  min-height: 140px !important;
}

.dust-market-selected-copy h3 {
  margin: 6px 0 8px;
}

.dust-market-selected-copy p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-market-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dust-market-form-grid .mb-2 {
  margin-bottom: 0 !important;
}

.dust-market-form-note {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--rm-text-soft);
  line-height: 1.6;
}

.dust-market-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.dust-market-owned {
  padding: 22px 24px 24px;
}

.dust-market-owned-table-wrap {
  margin-top: 18px;
}

.dust-market-owned-table {
  margin-bottom: 0;
}

.dust-market-owned-name strong {
  color: #fff;
}

.dust-market-price-badge-inline {
  align-items: flex-start;
  min-width: 0;
}

.dust-market-remove {
  border: 1px solid rgba(223, 75, 94, 0.26);
  border-radius: 12px;
  background: rgba(223, 75, 94, 0.1);
  color: #fff;
}

.dust-market-remove:hover,
.dust-market-remove:focus {
  color: #fff;
  background: rgba(223, 75, 94, 0.18);
}

.dust-market-shell .pagination {
  margin-top: 22px;
}

@media (max-width: 1199.98px) {
  .dust-market-toolbar,
  .dust-market-filter-head,
  .dust-market-section-head {
    flex-direction: column;
  }

  .dust-market-toolbar-actions {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .dust-market-toolbar,
  .dust-market-filters,
  .dust-market-owned,
  .dust-market-warehouse-panel,
  .dust-market-sell-card {
    padding: 18px;
  }

  .dust-market-form-grid {
    grid-template-columns: 1fr;
  }

  .dust-market-selected {
    flex-direction: column;
    align-items: stretch;
  }

  .dust-market-selected-media {
    flex-basis: auto;
  }
}

@media (max-width: 767.98px) {
  .dust-market-card-top,
  .dust-market-toolbar-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dust-market-price-badge,
  .dust-market-price-badge-inline {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .dust-market-card-body,
  .dust-market-card-footer,
  .dust-market-owned {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dust-market-card-media {
    min-height: 128px !important;
  }
}

/* ==================================================
   Register
   ================================================== */
.dust-register-page-title {
  display: grid;
  gap: 8px;
}

.dust-register-page-title p {
  max-width: 760px;
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-register-kicker {
  color: rgba(255, 92, 114, 0.9);
  font-family: "Oxanium", cursive;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-register-bonus,
.dust-register-panel {
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(28, 29, 34, 0.96), rgba(17, 17, 20, 0.96));
  box-shadow: var(--rm-shadow);
}

.dust-register-bonus {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
  padding: 18px 20px;
}

.dust-register-bonus strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.dust-register-panel {
  padding: 24px;
}

.dust-register-panel .form-label {
  color: rgba(240, 243, 248, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.dust-register-panel .form-control,
.dust-register-panel .form-select {
  min-height: 48px;
}

.dust-register-panel textarea.form-control {
  min-height: 120px;
}

.dust-register-terms {
  padding: 16px 18px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-register-terms .form-check-label {
  color: rgba(238, 241, 247, 0.92);
}

.dust-register-terms .form-check-label a {
  color: #fff;
  font-weight: 700;
}

.dust-register-terms .form-check-label a:hover {
  color: var(--rm-accent-strong);
}

.dust-register-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

@media (max-width: 767px) {
  .dust-register-panel {
    padding: 18px;
  }

  .dust-register-actions .btn {
    width: 100%;
  }
}

/* ==================================================
   Packages
   ================================================== */
.dust-packages-page-title {
  display: grid;
  gap: 8px;
}

.dust-packages-page-title p {
  max-width: 760px;
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-packages-kicker {
  color: rgba(255, 92, 114, 0.9);
  font-family: "Oxanium", cursive;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-packages-info,
.dust-packages-balance,
.dust-packages-sidebar,
.dust-packages-toolbar,
.dust-package-hero,
.dust-package-items-section {
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 70, 85, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(32, 33, 40, 0.98), rgba(20, 21, 27, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.dust-packages-info {
  margin-bottom: 20px;
  padding: 18px 20px;
}

.dust-packages-info > :last-child {
  margin-bottom: 0;
}

.dust-packages-balance,
.dust-packages-toolbar,
.dust-packages-section-head,
.dust-packages-sidebar-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.dust-packages-balance {
  margin-bottom: 22px;
  padding: 18px 20px;
}

.dust-packages-balance-copy strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1.5rem;
  line-height: 1;
}

.dust-packages-wallets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.dust-packages-wallet {
  min-width: 150px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-packages-wallet span {
  display: block;
  color: var(--rm-text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-packages-wallet strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1rem;
  line-height: 1.1;
}

.dust-packages-toggle {
  width: 100%;
  justify-content: center;
  margin-bottom: 14px;
}

.dust-packages-sidebar {
  padding: 20px;
}

.dust-packages-sidebar-head h3,
.dust-packages-toolbar h2,
.dust-packages-section-head h3 {
  margin: 6px 0 0;
}

.dust-packages-categories {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.dust-packages-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dust-packages-category:hover,
.dust-packages-category:focus {
  color: #fff;
  border-color: rgba(223, 75, 94, 0.22);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.dust-packages-category.active {
  color: #fff;
  border-color: rgba(223, 75, 94, 0.26);
  background: linear-gradient(135deg, rgba(223, 75, 94, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(223, 75, 94, 0.14);
}

.dust-packages-toolbar {
  padding: 22px 24px;
  margin-bottom: 20px;
}

.dust-packages-toolbar p,
.dust-packages-section-head p {
  margin: 8px 0 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-packages-results {
  min-width: 128px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.dust-packages-results strong {
  display: block;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1.4rem;
  line-height: 1;
}

.dust-packages-results span {
  display: block;
  margin-top: 5px;
  color: var(--rm-text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-package-card,
.dust-package-item-card {
  height: 100%;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 70, 85, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(34, 35, 43, 0.98), rgba(21, 22, 28, 0.98));
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.dust-package-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dust-package-card:hover {
  transform: translateY(-4px);
  border-color: rgba(223, 75, 94, 0.3);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.3);
}

.dust-package-card-media {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.dust-package-card-media img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.45));
}

.dust-package-card-placeholder {
  min-height: 180px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 22px;
  text-align: center;
}

.dust-package-card-placeholder strong {
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1.2rem;
  line-height: 1.35;
}

.dust-package-card-body {
  display: grid;
  gap: 16px;
  padding: 20px;
  flex: 1 1 auto;
}

.dust-package-card-head h3 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.35;
}

.dust-package-card-description,
.dust-package-description {
  color: var(--rm-text-soft);
  line-height: 1.7;
}

.dust-package-card-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dust-package-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.dust-package-price,
.dust-package-stock,
.dust-package-price-box,
.dust-package-stock-box {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-package-price span,
.dust-package-price-box span {
  display: block;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
}

.dust-package-price small,
.dust-package-price-box small,
.dust-package-stock span,
.dust-package-stock-box span {
  display: block;
  margin-top: 5px;
  color: var(--rm-text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-package-stock strong,
.dust-package-stock-box strong {
  display: block;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 1rem;
  line-height: 1;
}

.dust-package-card-footer {
  padding: 0 20px 20px;
}

.dust-packages-empty {
  padding: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  text-align: center;
}

.dust-packages-empty h3 {
  margin: 0 0 8px;
}

.dust-packages-empty p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-package-hero {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
}

.dust-package-hero-media {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.dust-package-hero-media img {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.45));
}

.dust-package-hero-content {
  display: grid;
  align-content: start;
  gap: 16px;
}

.dust-package-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 4px;
}

.dust-package-items-section {
  margin-top: 22px;
  padding: 22px 24px 24px;
}

.dust-package-item-media {
  min-height: 136px !important;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.dust-package-item-media img {
  max-width: 100%;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.45));
}

.dust-package-item-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.dust-package-item-body h4 {
  margin: 0;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.45;
}

.dust-package-item-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(223, 75, 94, 0.12);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .dust-packages-balance,
  .dust-packages-toolbar,
  .dust-packages-section-head,
  .dust-packages-sidebar-head {
    flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  .dust-packages-info,
  .dust-packages-balance,
  .dust-packages-sidebar,
  .dust-packages-toolbar,
  .dust-package-hero,
  .dust-package-items-section {
    padding: 18px;
  }

  .dust-package-hero {
    grid-template-columns: 1fr;
  }

  .dust-package-hero-media {
    min-height: 260px;
  }
}

@media (max-width: 767.98px) {
  .dust-packages-balance,
  .dust-packages-toolbar,
  .dust-package-card-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .dust-package-card-footer {
    padding: 0 16px 16px;
  }

  .dust-package-card-body,
  .dust-package-item-body {
    padding: 16px;
  }

  .dust-package-card-media {
    min-height: 190px;
  }
}

.messages-list,
.notification-dropdown .list-group {
  max-height: 360px;
  overflow-y: auto;
}

.dust-banner .carousel,
.dust-banner .slides-banner,
.dust-banner .slides {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--rm-shadow);
}

@media (max-width: 991px) {
  .page,
  .page-container {
    width: min(100% - 20px, 100%);
  }

  .page-title,
  .page-body {
    padding: 18px;
  }

  .nav-utilities {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 14px;
  }

  .dropdown-auth,
  .dropdown-services,
  .notification-dropdown {
    min-width: 100%;
  }

  .dropdown-services-footer {
    flex-direction: column;
  }
}

/* ==================================================
   Internal Pages
   ================================================== */
:root {
  --rm-page-pad: clamp(18px, 2.5vw, 30px);
  --rm-surface-deep: rgba(16, 17, 22, 0.96);
  --rm-surface-raised: rgba(24, 25, 31, 0.98);
  --rm-surface-panel: rgba(29, 30, 37, 0.96);
}

.page {
  position: relative;
  background:
    radial-gradient(460px 180px at 100% 0%, rgba(199, 43, 63, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    linear-gradient(180deg, rgba(16, 17, 22, 0.96), rgba(20, 21, 27, 0.98));
  border: 1px solid var(--rm-line);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.page + .page,
.page + .page-container {
  margin-top: 18px;
}

.page > .page-title,
.page-container > .page-title {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border-bottom: 1px solid var(--rm-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, rgba(23, 24, 31, 0.98), rgba(20, 21, 27, 0.98));
  overflow: hidden;
}

.page > .page-title::before,
.page-container > .page-title::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--rm-accent-strong), rgba(223, 75, 94, 0));
}

.page > .page-title::after,
.page-container > .page-title::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 43, 63, 0.18) 0%, rgba(199, 43, 63, 0) 72%);
  pointer-events: none;
}

.page-title .t1,
.page-title .t3 {
  display: none;
}

.page-title .t2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.page > .page-title h1,
.page > .page-title h2,
.page > .page-title h3,
.page-container > .page-title h1,
.page-container > .page-title h2,
.page-container > .page-title h3 {
  position: relative;
  margin: 0;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: clamp(1.35rem, 2.7vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.page > .page-title span:not(.badge),
.page-container > .page-title span:not(.badge) {
  position: relative;
  display: block;
  margin-bottom: 8px;
  color: var(--rm-text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-body {
  padding: var(--rm-page-pad);
}

.page-body > * + * {
  margin-top: 22px;
}

.page-body > nav:first-child,
.page-container > nav:first-child,
.page-container > .breadcrumb:first-child {
  margin-bottom: 22px;
}

.page-header + hr + div.py-3,
.page-header + hr + div.row {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto 18px;
  padding: 16px 18px !important;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: rgba(19, 19, 22, 0.9);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.page-header + hr + div.py-3 p,
.page-header + hr + div.row p {
  margin-bottom: 0;
  color: var(--rm-text-soft);
}

.page-container > :is(.container, .gateways, .credit-shop, .auction-items, .ticket, .trackers, .posts, .workshop, .panel, .messages, .services, .mx-content, .characters, .vote-reward, .row) {
  padding: var(--rm-page-pad);
}

.page-container > .panel,
.page-container > .characters {
  padding-top: 0;
}

.page :is(h2, h3, h4, h5, .title),
.page-container :is(h2, h3, h4, h5, .title) {
  color: #fff;
  font-family: "Oxanium", cursive;
  letter-spacing: 0.03em;
}

.page .title,
.page-container .title {
  margin-bottom: 14px;
}

.page hr,
.page-container hr {
  border-color: var(--rm-line);
  opacity: 1;
}

.page nav .breadcrumb,
.page-container nav .breadcrumb,
.page-container > .breadcrumb,
.page > .breadcrumb {
  margin: 0;
  padding: 14px 18px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.page .breadcrumb-item a,
.page-container .breadcrumb-item a {
  color: #fff;
}

.page .breadcrumb-item.active,
.page-container .breadcrumb-item.active {
  color: var(--rm-text-soft);
}

.page :is(.card, .post_item),
.page-container :is(.card, .post_item),
.vote-reward-provider {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 18px;
  border: 1px solid var(--rm-line) !important;
  background:
    linear-gradient(180deg, rgba(36, 37, 46, 0.96), rgba(24, 25, 31, 0.96)),
    var(--rm-surface-panel);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.page :is(.card, .post_item):hover,
.page-container :is(.card, .post_item):hover,
.vote-reward-provider:hover {
  transform: translateY(-4px);
  border-color: rgba(223, 75, 94, 0.32) !important;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
}

.page :is(.card-header, .card-footer),
.page-container :is(.card-header, .card-footer),
.post_item :is(.card-header, .card-footer) {
  padding: 14px 18px;
}

.page :is(.card-header, .card-footer),
.page-container :is(.card-header, .card-footer) {
  background: rgba(255, 255, 255, 0.03);
}

.page :is(.card-body, .post_item .card-header),
.page-container :is(.card-body, .post_item .card-header) {
  flex: 1 1 auto;
}

.page .card-body,
.page-container .card-body {
  padding: 18px;
}

.post_header_cover,
.page .card-img-top,
.page-container .card-img-top {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.page .card-img-top,
.page-container .card-img-top {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page :is(.table, .table-bordered, .table-striped, .table-hover),
.page-container :is(.table, .table-bordered, .table-striped, .table-hover) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(10, 10, 12, 0.18);
  border-radius: 18px;
  overflow: hidden;
}

.page .table thead th,
.page-container .table thead th {
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--rm-line);
  font-family: "Oxanium", cursive;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page .table :is(td, th),
.page-container .table :is(td, th) {
  padding: 14px 16px;
  border-color: var(--rm-line);
  vertical-align: middle;
}

.page .table tbody tr,
.page-container .table tbody tr {
  transition: background-color 0.18s ease;
}

.page .table tbody tr:hover,
.page-container .table tbody tr:hover {
  background: rgba(199, 43, 63, 0.06);
}

.page .table a:not(.btn),
.page-container .table a:not(.btn) {
  color: #fff;
  font-weight: 700;
}

.page .table a:not(.btn):hover,
.page-container .table a:not(.btn):hover {
  color: #ffd6dc;
}

.page .list-group,
.page-container .list-group {
  gap: 10px;
}

.page .list-group-item,
.page-container .list-group-item {
  border-radius: 14px !important;
  padding: 14px 16px;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.page .list-group-item:hover,
.page-container .list-group-item:hover {
  transform: translateX(4px);
}

.page .custom_list,
.page-container .custom_list {
  background: transparent !important;
  padding: 0 !important;
}

.page .custom_list .list-group-item,
.page-container .custom_list .list-group-item {
  border: 1px solid var(--rm-line) !important;
  margin-bottom: 10px;
}

.page form .row,
.page-container form .row {
  row-gap: 14px;
}

.page :is(.submit, .form-actions),
.page-container :is(.submit, .form-actions) {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.page-body > .text-center,
.page-container > .text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.page-body > .text-center .btn,
.page-container > .text-center .btn,
.page .card-footer .btn,
.page-container .card-footer .btn {
  justify-content: center;
}

.page .alert,
.page-container .alert {
  padding: 16px 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.page .alert p:last-child,
.page-container .alert p:last-child {
  margin-bottom: 0;
}

.page .pagination,
.page-container .pagination {
  justify-content: center;
  padding: 18px 0 4px;
}

.page :is(.post_item, .posts .post, .credit-shop .card, .auction-items .item, .gateways .card, .vote-reward-provider),
.page-container :is(.post_item, .posts .post, .credit-shop .card, .auction-items .item, .gateways .card, .vote-reward-provider) {
  height: 100%;
}

.gateways .row,
.credit-shop .row,
.posts,
.auction-items .items,
.helpdesk-images,
.helpdesk-messages,
.list-characters,
.vote-reward {
  gap: 16px;
}

.gateways .card-header,
.vote-reward-provider .name {
  text-align: center;
  font-family: "Oxanium", cursive;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gateways img,
.vote-reward-provider img {
  display: block;
  max-height: 82px;
  object-fit: contain;
  margin: 0 auto;
}

.vote-reward {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.vote-reward-provider {
  padding: 0;
}

.vote-reward-provider .name {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 18px;
}

.vote-reward-provider .vote {
  padding: 0 18px 18px;
  text-align: center;
}

.ticket.container,
.ticket {
  padding: 0;
}

.helpdesk-images {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.helpdesk-images li,
.helpdesk-images a {
  display: block;
}

.helpdesk-images img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--rm-line);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.helpdesk-messages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}

.helpdesk-messages > li {
  margin: 0;
}

.helpdesk-messages .created {
  color: var(--rm-text-soft);
  font-size: 0.9rem;
}

.helpdesk-messages .m {
  margin-top: 10px;
  line-height: 1.55;
  color: #fff;
}

.trackers .card {
  background:
    linear-gradient(180deg, rgba(31, 32, 39, 0.98), rgba(22, 23, 29, 0.96)),
    var(--rm-surface-raised);
}

.trackers .card-body {
  padding: 18px 20px;
}

.trackers a[href*="/trackers/view/"] {
  color: #fff;
  font-weight: 700;
}

.trackers .vote-up,
.trackers .vote-down {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.tracker .images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}

.tracker .thumbnail {
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.comments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.comments .comment {
  margin: 0 !important;
  padding: 0;
}

.comments .comment-body {
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.list-characters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
}

.list-characters .character {
  min-width: 0;
}

.character-avatar {
  min-height: 136px;
  display: grid;
  place-items: center;
  padding: 18px 16px 0;
}

.list-characters .character.active .card {
  border-color: rgba(223, 75, 94, 0.4) !important;
  box-shadow:
    0 0 0 1px rgba(223, 75, 94, 0.18),
    0 20px 44px rgba(0, 0, 0, 0.32);
}

.workshop-container,
.market.direct .sell-item,
.page-container .sell-item {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.workshop-item,
.sell-item .item {
  position: sticky;
  top: 88px;
  padding: 22px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(36, 37, 45, 0.98), rgba(22, 23, 28, 0.96)),
    var(--rm-surface-panel);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.workshop-item:empty,
.sell-item .item:empty {
  display: none;
}

.workshop-item h3,
.sell-item .item h3 {
  margin-bottom: 16px;
}

.auction-items .image,
.page .image,
.page-container .image {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auction-items .time {
  min-width: 84px;
  padding: 10px 12px;
  border: 1px solid var(--rm-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  font-family: "Oxanium", cursive;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.panel .services.list-group,
.panel .custom_list {
  gap: 10px;
}

.panel .services .list-group-item,
.panel .custom_list .list-group-item {
  border: 1px solid var(--rm-line) !important;
  border-radius: 14px !important;
}

@media (max-width: 991px) {
  .page,
  .page-container {
    border-radius: 20px;
  }

  .page > .page-title,
  .page-container > .page-title,
  .page-body,
  .page-container > :is(.container, .gateways, .credit-shop, .auction-items, .ticket, .trackers, .posts, .workshop, .panel, .messages, .services, .mx-content, .characters, .vote-reward, .row) {
    padding: 18px;
  }

  .workshop-container,
  .market.direct .sell-item,
  .page-container .sell-item {
    grid-template-columns: 1fr;
  }

  .page-header + hr + div.py-3,
  .page-header + hr + div.row {
    width: min(100% - 20px, 100%);
  }

  .workshop-item,
  .sell-item .item {
    position: static;
  }
}

@media (max-width: 767px) {
  .page,
  .page-container {
    border-radius: 18px;
  }

  .page > .page-title,
  .page-container > .page-title {
    padding: 18px;
  }

  .page > .page-title h1,
  .page > .page-title h2,
  .page > .page-title h3,
  .page-container > .page-title h1,
  .page-container > .page-title h2,
  .page-container > .page-title h3 {
    font-size: 1.2rem;
  }

  .page .table :is(td, th),
  .page-container .table :is(td, th) {
    padding: 12px 10px;
    font-size: 0.95rem;
  }

  .page-body > .text-center,
  .page-container > .text-center {
    align-items: stretch;
  }

  .page-body > .text-center .btn,
  .page-container > .text-center .btn {
    width: 100%;
  }

  .gateways img,
  .vote-reward-provider img {
    max-height: 66px;
  }
}

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-2 {
  -webkit-line-clamp: 2;
}
.clamp-3 {
  -webkit-line-clamp: 3;
}

/* ==================================================
   WebShop
   ================================================== */
.dust-webshop-page {
  display: grid;
  gap: 28px;
}

.dust-webshop-header .dust-webshop-header-content {
  display: grid;
  gap: 22px;
}

.dust-webshop-page-title {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.dust-webshop-page-title span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rm-accent-strong);
}

.dust-webshop-page-title p {
  max-width: 620px;
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.75;
}

.dust-webshop-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  max-width: 680px;
}

.dust-webshop-toolbar .form-control,
.dust-webshop-sidebar-search .form-control,
.dust-webshop-form .form-control,
.dust-webshop-form .form-select {
  min-height: 50px;
  border-color: var(--rm-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--rm-text);
}

.dust-webshop-toolbar .form-control::placeholder,
.dust-webshop-sidebar-search .form-control::placeholder,
.dust-webshop-form .form-control::placeholder {
  color: rgba(228, 229, 233, 0.42);
}

.dust-webshop-toolbar .btn,
.dust-webshop-sidebar-search .btn,
.dust-webshop-submit .btn,
.dust-webshop-product-footer .btn,
.dust-webshop-shop-actions .btn,
.dust-webshop-offer-card .btn {
  min-width: 140px;
}

.dust-webshop-shell {
  align-items: start;
}

.dust-webshop-shop-card,
.dust-webshop-sidebar-panel,
.dust-webshop-results,
.dust-webshop-single-panel,
.dust-webshop-purchases-table,
.dust-webshop-empty,
.dust-webshop-offer {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(28, 29, 34, 0.96), rgba(17, 17, 20, 0.96));
  box-shadow: var(--rm-shadow);
}

.dust-webshop-shop-card::before,
.dust-webshop-results::before,
.dust-webshop-single-panel::before,
.dust-webshop-purchases-table::before,
.dust-webshop-offer::before,
.dust-webshop-empty::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, rgba(223, 75, 94, 0.88), transparent);
}

.dust-webshop-empty {
  padding: 34px 30px;
  text-align: center;
}

.dust-webshop-empty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(223, 75, 94, 0.35);
  background: rgba(199, 43, 63, 0.12);
  color: var(--rm-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-webshop-empty h2 {
  margin: 16px 0 10px;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.dust-webshop-empty p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--rm-text-soft);
  line-height: 1.75;
}

.dust-webshop-shop-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dust-webshop-shop-media {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  border-bottom: 1px solid var(--rm-line);
  background:
    radial-gradient(circle at center, rgba(223, 75, 94, 0.18), transparent 62%),
    rgba(255, 255, 255, 0.02);
}

.dust-webshop-shop-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.dust-webshop-shop-card:hover .dust-webshop-shop-media img {
  transform: scale(1.04);
}

.dust-webshop-shop-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
}

.dust-webshop-shop-copy {
  display: grid;
  gap: 12px;
}

.dust-webshop-shop-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rm-accent-strong);
}

.dust-webshop-shop-copy h2 {
  margin: 0;
  font-size: 1.45rem;
}

.dust-webshop-shop-copy p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.8;
}

.dust-webshop-shop-actions {
  display: flex;
}

.dust-webshop-sidebar-panel {
  padding: 20px;
}

.dust-webshop-sidebar-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-bottom: 20px;
}

.dust-webshop-sidebar-search .btn {
  min-width: auto;
  padding-inline: 16px;
}

.dust-webshop-category-group + .dust-webshop-category-group {
  margin-top: 18px;
}

.dust-webshop-category-heading {
  margin-bottom: 10px;
  padding-left: 2px;
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-webshop-category-list {
  display: grid;
  gap: 10px;
}

.dust-webshop-category-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--rm-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--rm-text);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    color 0.25s ease;
}

.dust-webshop-category-link:hover,
.dust-webshop-category-link:focus-visible {
  border-color: rgba(223, 75, 94, 0.42);
  background: rgba(199, 43, 63, 0.1);
  color: #fff;
  transform: translateY(-1px);
}

.dust-webshop-category-link.active {
  border-color: rgba(223, 75, 94, 0.48);
  background: linear-gradient(90deg, rgba(199, 43, 63, 0.22), rgba(223, 75, 94, 0.08));
  color: #fff;
}

.dust-webshop-category-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 6px;
}

.dust-webshop-category-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--rm-accent);
  box-shadow: 0 0 0 5px rgba(199, 43, 63, 0.12);
}

.dust-webshop-results {
  padding: 24px;
}

.dust-webshop-results-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.dust-webshop-results-bar span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--rm-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dust-webshop-results-bar h2 {
  margin: 0;
  font-size: 1.5rem;
}

.dust-webshop-results-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--rm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rm-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.dust-webshop-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--rm-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.04), transparent 55%),
    rgba(17, 17, 20, 0.88);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.dust-webshop-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(223, 75, 94, 0.35);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.dust-webshop-product-card.is-soldout {
  opacity: 0.82;
}

.dust-webshop-product-card.is-soldout .dust-webshop-product-image img {
  filter: grayscale(1);
}

.dust-webshop-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 0;
}

.dust-webshop-product-stock,
.dust-webshop-product-quantity,
.dust-webshop-purchases-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.dust-webshop-product-stock {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.06);
  color: var(--rm-text-soft);
}

.dust-webshop-product-quantity {
  border: 1px solid rgba(223, 75, 94, 0.3);
  background: rgba(199, 43, 63, 0.14);
  color: var(--rm-accent-strong);
}

.dust-webshop-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 18px 24px;
  background:
    radial-gradient(circle at center, rgba(223, 75, 94, 0.14), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.dust-webshop-product-image img {
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
}

.dust-webshop-product-body {
  display: grid;
  gap: 10px;
  padding: 0 22px 20px;
}

.dust-webshop-product-category {
  margin: 0;
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-webshop-product-body h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.4;
}

.dust-webshop-product-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.dust-webshop-product-price strong {
  font-size: 1.45rem;
  color: #fff;
}

.dust-webshop-product-price span {
  color: var(--rm-text-soft);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dust-webshop-product-price-lg strong {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.dust-webshop-product-footer {
  margin-top: auto;
  padding: 0 22px 22px;
}

.dust-webshop-single-panel {
  padding: 28px;
}

.dust-webshop-single-intro {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.dust-webshop-single-intro span {
  color: var(--rm-accent-strong);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dust-webshop-single-intro h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.dust-webshop-single-intro p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.75;
}

.dust-webshop-form {
  display: grid;
  gap: 18px;
}

.dust-webshop-form > h3 {
  margin: 2px 0 -8px;
  color: var(--rm-text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dust-webshop-form :is(
    .webshop-single-characters,
    .webshop-single-basics,
    .webshop-single-excellent,
    .webshop-single-refine,
    .webshop-single-harmony,
    .webshop-single-socket,
    .webshop-single-quantity,
    .element,
    .errtel,
    .pentagram,
    .webshop-single-coupon
  ) {
  margin-bottom: 0 !important;
  padding: 20px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-webshop-form :is(
    .webshop-single-basics,
    .webshop-single-excellent,
    .webshop-single-refine,
    .webshop-single-harmony,
    .webshop-single-socket,
    .webshop-single-quantity,
    .element,
    .errtel,
    .pentagram,
    .webshop-single-coupon
  ) h3 {
  margin: 0 0 16px;
  font-size: 1rem;
}

.dust-webshop-form .webshop-single-characters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
  gap: 12px;
}

.dust-webshop-form .webshop-single-character {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.16);
  text-align: center;
}

.dust-webshop-form .webshop-single-character-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.dust-webshop-form .webshop-single-character-image img {
  max-width: 42px;
  max-height: 42px;
}

.dust-webshop-form .webshop-single-character-name {
  color: var(--rm-text-soft);
  font-size: 0.86rem;
}

.dust-webshop-form .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dust-webshop-form .form-check label,
.dust-webshop-form .form-check-input {
  cursor: pointer;
}

.dust-webshop-form .input-group {
  gap: 10px;
}

.dust-webshop-form .input-group > .form-select,
.dust-webshop-form .input-group > .form-control {
  border-radius: 12px !important;
}

.dust-webshop-form .form-range-control {
  display: grid;
  gap: 10px;
}

.dust-webshop-form .form-range-text {
  justify-content: flex-start;
  color: var(--rm-accent-strong);
  font-weight: 700;
}

.dust-webshop-form .webshop-single-coupon p {
  margin: 0 0 14px;
  color: var(--rm-text-soft);
  line-height: 1.7;
}

.dust-webshop-submit {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.dust-webshop-purchases-table {
  overflow-x: auto;
}

.dust-webshop-purchases-table table {
  margin: 0;
}

.dust-webshop-purchases-table thead th {
  white-space: nowrap;
}

.dust-webshop-purchases-item strong {
  color: #fff;
}

.dust-webshop-purchases-status {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--rm-text-soft);
}

.dust-webshop-purchases-status.is-available {
  border-color: rgba(223, 75, 94, 0.32);
  background: rgba(199, 43, 63, 0.12);
  color: var(--rm-accent-strong);
}

.dust-webshop-purchases-action {
  color: var(--rm-accent-strong);
  font-weight: 700;
}

.dust-webshop-purchases-action:hover {
  color: #fff;
}

.dust-webshop-offer {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.dust-webshop-offer-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.dust-webshop-offer-head span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--rm-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-webshop-offer-head h3 {
  margin: 0;
  font-size: 1.25rem;
}

.dust-webshop-offer-head a {
  color: var(--rm-text-soft);
  font-size: 0.9rem;
}

.dust-webshop-offer-head a:hover {
  color: #fff;
}

.dust-webshop-offer-products {
  display: grid;
  gap: 14px;
}

.dust-webshop-offer-card {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-webshop-offer-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  border-radius: 14px;
  background:
    radial-gradient(circle at center, rgba(223, 75, 94, 0.14), transparent 56%),
    rgba(0, 0, 0, 0.18);
}

.dust-webshop-offer-image img {
  max-width: 78px;
  max-height: 78px;
  object-fit: contain;
}

.dust-webshop-offer-body {
  display: grid;
  gap: 8px;
  align-content: start;
}

.dust-webshop-offer-shop {
  margin: 0;
  color: var(--rm-text-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-webshop-offer-body h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.dust-webshop-offer-price {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .dust-webshop-product-image {
    min-height: 200px;
  }

  .dust-webshop-offer-card {
    grid-template-columns: 84px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .dust-webshop-toolbar,
  .dust-webshop-sidebar-search {
    grid-template-columns: 1fr;
  }

  .dust-webshop-toolbar .btn,
  .dust-webshop-sidebar-search .btn,
  .dust-webshop-submit .btn {
    width: 100%;
  }

  .dust-webshop-results,
  .dust-webshop-single-panel,
  .dust-webshop-sidebar-panel,
  .dust-webshop-purchases-table,
  .dust-webshop-offer,
  .dust-webshop-empty {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .dust-webshop-shop-body,
  .dust-webshop-results,
  .dust-webshop-single-panel,
  .dust-webshop-offer,
  .dust-webshop-empty {
    padding: 20px;
  }

  .dust-webshop-shop-media,
  .dust-webshop-product-image {
    min-height: 180px;
  }

  .dust-webshop-results-bar,
  .dust-webshop-offer-head {
    flex-direction: column;
    align-items: stretch;
  }

  .dust-webshop-offer-card {
    grid-template-columns: 1fr;
  }

  .dust-webshop-offer-image {
    min-height: 120px;
  }

  .dust-webshop-product-top {
    flex-wrap: wrap;
  }
}

/* ==================================================
   Guides
   ================================================== */
.dust-guides-page {
  display: grid;
  gap: 28px;
}

.dust-guides-header .page-title,
.dust-guides-page-title {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.dust-guides-page-title span,
.dust-guides-library-head span,
.dust-guides-sidebar-heading,
.dust-guides-article-kicker,
.dust-guides-aside-panel > span,
.dust-guides-card-topline span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rm-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dust-guides-page-title p,
.dust-guides-library-head p,
.dust-guides-article-head p,
.dust-guides-empty p,
.dust-guides-feedback p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.78;
}

.dust-guides-shell,
.dust-guides-docs {
  align-items: start;
}

.dust-guides-sidebar-panel,
.dust-guides-library,
.dust-guides-empty,
.dust-guides-aside-panel,
.dust-guides-article-body {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(28, 29, 34, 0.96), rgba(17, 17, 20, 0.96));
  box-shadow: var(--rm-shadow);
}

.dust-guides-sidebar-panel::before,
.dust-guides-library::before,
.dust-guides-empty::before,
.dust-guides-aside-panel::before,
.dust-guides-article-body::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, rgba(223, 75, 94, 0.88), transparent);
}

.dust-guides-sidebar-panel,
.dust-guides-aside-panel,
.dust-guides-empty,
.dust-guides-library {
  padding: 22px;
}

.dust-guides-sidebar-panel,
.dust-guides-aside {
  position: sticky;
  top: 110px;
}

.dust-guides-sidebar-panel {
  display: grid;
  gap: 18px;
}

.dust-guides-home-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 700;
}

.dust-guides-home-link:hover,
.dust-guides-home-link.active {
  border-color: rgba(223, 75, 94, 0.42);
  background: linear-gradient(90deg, rgba(199, 43, 63, 0.18), rgba(223, 75, 94, 0.06));
  color: #fff;
}

.dust-guides-sidebar-group {
  display: grid;
  gap: 10px;
}

.dust-guides-nav {
  display: grid;
  gap: 8px;
}

.dust-guides-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--rm-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--rm-text);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    color 0.25s ease;
}

.dust-guides-nav-link:hover,
.dust-guides-nav-link:focus-visible {
  border-color: rgba(223, 75, 94, 0.3);
  background: rgba(199, 43, 63, 0.08);
  color: #fff;
  transform: translateY(-1px);
}

.dust-guides-nav-link.active {
  border-color: rgba(223, 75, 94, 0.48);
  background: linear-gradient(90deg, rgba(199, 43, 63, 0.22), rgba(223, 75, 94, 0.08));
  color: #fff;
}

.dust-guides-library {
  padding: 24px;
}

.dust-guides-library-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.dust-guides-library-head h2,
.dust-guides-article-head h2,
.dust-guides-empty h2,
.dust-guides-feedback h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.dust-guides-library-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--rm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rm-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.dust-guides-list {
  display: grid;
  gap: 16px;
}

.dust-guides-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.dust-guides-card:hover {
  transform: translateY(-3px);
  border-color: rgba(223, 75, 94, 0.34);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.dust-guides-card-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.dust-guides-card-main h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.45;
}

.dust-guides-card-main h3 a {
  color: #fff;
}

.dust-guides-card-main h3 a:hover {
  color: var(--rm-accent-strong);
}

.dust-guides-card-main p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.72;
}

.dust-guides-card-meta {
  display: grid;
  gap: 14px;
  min-width: 150px;
  justify-items: end;
}

.dust-guides-card-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.dust-guides-card-stats span,
.dust-guides-vote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.dust-guides-card-stats .is-up,
.dust-guides-vote-button.is-up {
  border: 1px solid rgba(93, 214, 112, 0.26);
  background: rgba(93, 214, 112, 0.1);
  color: #7fe892;
}

.dust-guides-card-stats .is-down,
.dust-guides-vote-button.is-down {
  border: 1px solid rgba(223, 75, 94, 0.28);
  background: rgba(223, 75, 94, 0.12);
  color: #ff8795;
}

.dust-guides-card-link {
  color: #fff;
  font-weight: 700;
}

.dust-guides-card-link:hover {
  color: var(--rm-accent-strong);
}

.dust-guides-empty {
  text-align: center;
}

.dust-guides-empty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(223, 75, 94, 0.35);
  background: rgba(199, 43, 63, 0.12);
  color: var(--rm-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-guides-empty h2 {
  margin: 16px 0 10px;
}

.dust-guides-article {
  display: grid;
  gap: 18px;
}

.dust-guides-article-head {
  display: grid;
  gap: 10px;
}

.dust-guides-article-body {
  padding: 28px;
  line-height: 1.8;
}

.dust-guides-article-body :is(h2, h3, h4) {
  scroll-margin-top: 115px;
}

.dust-guides-article-body h2 {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dust-guides-article-body h2:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.dust-guides-aside {
  display: grid;
  gap: 16px;
}

.dust-guides-aside-panel {
  display: grid;
  gap: 14px;
}

.dust-guides-toc nav {
  display: grid;
  gap: 8px;
}

.dust-guides-toc a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--rm-text-soft);
  line-height: 1.5;
}

.dust-guides-toc a:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.dust-guides-toc a.level-3 {
  padding-left: 22px;
}

.dust-guides-toc a.level-4 {
  padding-left: 32px;
}

.dust-guides-feedback-actions {
  display: grid;
  gap: 10px;
}

.dust-guides-vote-button {
  width: 100%;
}

.dust-guides-vote-button.is-static {
  cursor: default;
}

.dust-guides-vote-button:hover {
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 1199px) {
  .dust-guides-card {
    flex-direction: column;
  }

  .dust-guides-card-meta {
    width: 100%;
    min-width: 0;
    justify-items: start;
  }

  .dust-guides-card-stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .dust-guides-sidebar-panel,
  .dust-guides-aside {
    position: static;
  }

  .dust-guides-sidebar-panel,
  .dust-guides-library,
  .dust-guides-empty,
  .dust-guides-aside-panel,
  .dust-guides-article-body {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .dust-guides-sidebar-panel,
  .dust-guides-library,
  .dust-guides-empty,
  .dust-guides-aside-panel,
  .dust-guides-article-body {
    padding: 18px;
  }

  .dust-guides-library-head,
  .dust-guides-card {
    flex-direction: column;
  }

  .dust-guides-library-count {
    white-space: normal;
  }
}

/* ==================================================
   Downloads
   ================================================== */
.dust-downloads-page {
  display: grid;
  gap: 28px;
}

.dust-downloads-page-title {
  display: grid;
  gap: 8px;
}

.dust-downloads-page-title p {
  max-width: 760px;
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-downloads-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid var(--rm-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(223, 75, 94, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(24, 25, 29, 0.96), rgba(15, 15, 18, 0.98));
  box-shadow: var(--rm-shadow);
}

.dust-downloads-hero-copy {
  display: grid;
  gap: 14px;
  align-content: start;
}

.dust-downloads-kicker,
.dust-downloads-section-head span,
.dust-download-card-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rm-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dust-downloads-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.dust-downloads-hero-copy p,
.dust-downloads-section-head p,
.dust-download-card p,
.dust-downloads-empty p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.78;
}

.dust-downloads-hero-chips,
.dust-download-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dust-downloads-hero-chips span,
.dust-download-card-tags span,
.dust-download-card-size {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

.dust-downloads-hero-actions,
.dust-download-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.dust-downloads-hero-action,
.dust-download-card-action,
.dust-downloads-tool-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(223, 75, 94, 0.28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(199, 43, 63, 0.2), rgba(223, 75, 94, 0.08));
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.dust-downloads-hero-action:hover,
.dust-downloads-hero-action:focus-visible,
.dust-download-card-action:hover,
.dust-download-card-action:focus-visible,
.dust-downloads-tool-action:hover,
.dust-downloads-tool-action:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 154, 166, 0.52);
  background: linear-gradient(135deg, rgba(223, 75, 94, 0.28), rgba(255, 135, 148, 0.12));
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.dust-downloads-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dust-downloads-stat-card,
.dust-downloads-library,
.dust-downloads-panel,
.dust-downloads-empty {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(28, 29, 34, 0.96), rgba(17, 17, 20, 0.96));
  box-shadow: var(--rm-shadow);
}

.dust-downloads-stat-card::before,
.dust-downloads-library::before,
.dust-downloads-panel::before,
.dust-downloads-empty::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 170px;
  height: 1px;
  background: linear-gradient(90deg, rgba(223, 75, 94, 0.88), transparent);
}

.dust-downloads-stat-card {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 18px;
}

.dust-downloads-stat-card span {
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dust-downloads-stat-card strong {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.2;
}

.dust-downloads-library,
.dust-downloads-panel,
.dust-downloads-empty {
  padding: 24px;
}

.dust-downloads-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.dust-downloads-section-head h2,
.dust-downloads-empty h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
}

.dust-downloads-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--rm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rm-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.dust-downloads-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.dust-download-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.dust-download-card:hover {
  transform: translateY(-3px);
  border-color: rgba(223, 75, 94, 0.34);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.dust-download-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.dust-download-card-head > div {
  display: grid;
  gap: 8px;
}

.dust-download-card-head h3 {
  margin: 0;
  color: #fff;
  font-size: 1.24rem;
}

.dust-downloads-tools {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.dust-downloads-tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-downloads-tool-copy {
  display: grid;
  gap: 4px;
}

.dust-downloads-tool-copy strong {
  color: #fff;
  font-size: 1rem;
}

.dust-downloads-tool-copy small {
  color: var(--rm-text-soft);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-downloads-requirements-table {
  margin: 22px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}

.dust-downloads-requirements-table thead th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--rm-line);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(245, 247, 250, 0.9);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dust-downloads-requirements-table tbody td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--rm-line);
  color: rgba(239, 242, 248, 0.96);
  vertical-align: middle;
}

.dust-downloads-requirements-table tbody tr:last-child td {
  border-bottom: 0;
}

.dust-downloads-requirements-table tbody td:first-child {
  color: #fff;
  font-weight: 800;
}

.dust-downloads-drivers {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.dust-download-driver {
  display: grid;
  gap: 12px;
  align-items: center;
  justify-items: center;
  min-height: 136px;
  padding: 18px 16px;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.dust-download-driver:hover,
.dust-download-driver:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(223, 75, 94, 0.34);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.dust-download-driver img {
  max-width: 100%;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.16));
}

.dust-download-driver span {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}

.dust-downloads-empty {
  text-align: center;
}

.dust-downloads-empty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(223, 75, 94, 0.35);
  background: rgba(199, 43, 63, 0.12);
  color: var(--rm-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-downloads-empty h2 {
  margin: 16px 0 10px;
}

@media (max-width: 1399px) {
  .dust-downloads-hero {
    grid-template-columns: 1fr;
  }

  .dust-downloads-drivers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .dust-downloads-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .dust-downloads-stat-card,
  .dust-downloads-library,
  .dust-downloads-panel,
  .dust-downloads-empty {
    border-radius: 20px;
  }

  .dust-downloads-drivers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dust-downloads-hero {
    padding: 22px 20px;
  }

  .dust-downloads-hero-stats {
    grid-template-columns: 1fr;
  }

  .dust-downloads-library,
  .dust-downloads-panel,
  .dust-downloads-empty {
    padding: 18px;
  }

  .dust-downloads-section-head,
  .dust-download-card-head,
  .dust-downloads-tool {
    flex-direction: column;
    align-items: flex-start;
  }

  .dust-downloads-section-badge {
    white-space: normal;
  }

  .dust-downloads-requirements-table thead th,
  .dust-downloads-requirements-table tbody td {
    padding: 12px 10px;
  }

  .dust-downloads-drivers {
    grid-template-columns: 1fr;
  }

  .dust-download-driver {
    min-height: 112px;
  }
}

/* ==================================================
   Rankings
   ================================================== */
.dust-rankings-page {
  display: grid;
  gap: 28px;
}

.dust-rankings-page-title {
  display: grid;
  gap: 8px;
}

.dust-rankings-page-title p {
  max-width: 760px;
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-rankings-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.95fr);
  gap: 22px;
  padding: 26px 28px;
  border: 1px solid var(--rm-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(223, 75, 94, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(24, 25, 29, 0.96), rgba(15, 15, 18, 0.98));
  box-shadow: var(--rm-shadow);
}

.dust-rankings-hero-copy {
  display: grid;
  gap: 12px;
  align-content: start;
}

.dust-rankings-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.dust-rankings-kicker,
.dust-rankings-section-head span,
.dust-rankings-library-head span,
.dust-rankings-sidebar-heading,
.dust-rankings-filter-label,
.dust-rankings-grid-card-head span,
.dust-rankings-nav-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rm-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dust-rankings-hero-copy p,
.dust-rankings-library-head p,
.dust-rankings-grid-card p,
.dust-rankings-empty p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.78;
}

.dust-rankings-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.dust-rankings-hero-chips span,
.dust-rankings-grid-card-tags span,
.dust-rankings-inline-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

.dust-rankings-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dust-rankings-stat-card,
.dust-rankings-sidebar-panel,
.dust-rankings-main > :is(.dust-rankings-library, .dust-rankings-podium-section, .dust-rankings-table-card, .dust-rankings-empty) {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(28, 29, 34, 0.96), rgba(17, 17, 20, 0.96));
  box-shadow: var(--rm-shadow);
}

.dust-rankings-stat-card::before,
.dust-rankings-sidebar-panel::before,
.dust-rankings-main > :is(.dust-rankings-library, .dust-rankings-podium-section, .dust-rankings-table-card, .dust-rankings-empty)::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 170px;
  height: 1px;
  background: linear-gradient(90deg, rgba(223, 75, 94, 0.88), transparent);
}

.dust-rankings-stat-card {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 18px;
}

.dust-rankings-stat-card span {
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dust-rankings-stat-card strong {
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.dust-rankings-shell {
  align-items: start;
}

.dust-rankings-sidebar-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.dust-rankings-sidebar-toggle svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.dust-rankings-sidebar-panel {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
  padding: 20px;
}

.dust-rankings-sidebar-block {
  display: grid;
  gap: 12px;
}

.dust-rankings-selector,
.dust-rankings-filters {
  display: grid;
  gap: 12px;
}

.dust-rankings-mobile-select {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 700;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dust-rankings-dropdown-menu {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(223, 75, 94, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(18, 18, 22, 0.98), rgba(13, 13, 17, 0.98));
  box-shadow:
    0 24px 40px rgba(0, 0, 0, 0.34),
    0 10px 22px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.dust-rankings-dropdown-menu .dropdown-item {
  min-height: 44px;
  border-radius: 12px;
  color: rgba(241, 244, 249, 0.94);
}

.dust-rankings-dropdown-menu .dropdown-item.active,
.dust-rankings-dropdown-menu .dropdown-item:active {
  background: linear-gradient(90deg, rgba(199, 43, 63, 0.24), rgba(223, 75, 94, 0.08));
  color: #fff;
}

.dust-rankings-nav {
  display: grid;
  gap: 10px;
}

.dust-rankings-nav-card {
  display: grid;
  gap: 8px;
  padding: 14px 15px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--rm-text);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.dust-rankings-nav-card strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

.dust-rankings-nav-card small {
  color: var(--rm-text-soft);
  line-height: 1.55;
}

.dust-rankings-nav-card:hover,
.dust-rankings-nav-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(223, 75, 94, 0.34);
  background: rgba(199, 43, 63, 0.08);
  color: #fff;
}

.dust-rankings-nav-card.active {
  border-color: rgba(223, 75, 94, 0.48);
  background: linear-gradient(90deg, rgba(199, 43, 63, 0.22), rgba(223, 75, 94, 0.08));
}

.dust-rankings-nav-card.active strong,
.dust-rankings-nav-card.active small {
  color: #fff;
}

.dust-rankings-filter-group {
  display: grid;
  gap: 10px;
}

.dust-rankings-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dust-rankings-filter-pill,
.dust-rankings-subnav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--rm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rm-text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.dust-rankings-filter-pill:hover,
.dust-rankings-filter-pill:focus-visible,
.dust-rankings-subnav-link:hover,
.dust-rankings-subnav-link:focus-visible {
  border-color: rgba(223, 75, 94, 0.34);
  background: rgba(199, 43, 63, 0.1);
  color: #fff;
  transform: translateY(-1px);
}

.dust-rankings-filter-pill.active,
.dust-rankings-subnav-link.active {
  border-color: rgba(223, 75, 94, 0.48);
  background: linear-gradient(90deg, rgba(199, 43, 63, 0.2), rgba(223, 75, 94, 0.08));
  color: #fff;
}

.dust-rankings-main {
  display: grid;
  gap: 18px;
}

.dust-rankings-gens-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.dust-rankings-gens-tabs .nav-item {
  margin: 0;
}

.dust-rankings-gens-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--rm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rm-text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.dust-rankings-gens-tabs .nav-link:hover,
.dust-rankings-gens-tabs .nav-link:focus-visible {
  border-color: rgba(223, 75, 94, 0.34);
  background: rgba(199, 43, 63, 0.1);
  color: #fff;
  transform: translateY(-1px);
}

.dust-rankings-gens-tabs .nav-link.active {
  border-color: rgba(223, 75, 94, 0.48);
  background: linear-gradient(90deg, rgba(199, 43, 63, 0.2), rgba(223, 75, 94, 0.08));
  color: #fff;
}

.dust-rankings-library,
.dust-rankings-podium-section,
.dust-rankings-table-card,
.dust-rankings-empty {
  padding: 24px;
}

.dust-rankings-library-head,
.dust-rankings-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.dust-rankings-library-head h2,
.dust-rankings-section-head h2,
.dust-rankings-empty h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.dust-rankings-library-count,
.dust-rankings-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--rm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rm-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.dust-rankings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.dust-rankings-grid-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.dust-rankings-grid-card:hover {
  transform: translateY(-3px);
  border-color: rgba(223, 75, 94, 0.34);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.dust-rankings-grid-card-head {
  display: grid;
  gap: 8px;
}

.dust-rankings-grid-card-head h3 {
  margin: 0;
  font-size: 1.24rem;
}

.dust-rankings-grid-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dust-rankings-grid-card-link {
  color: #fff;
  font-weight: 700;
}

.dust-rankings-grid-card-link:hover {
  color: var(--rm-accent-strong);
}

.dust-rankings-empty {
  text-align: center;
}

.dust-rankings-empty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(223, 75, 94, 0.35);
  background: rgba(199, 43, 63, 0.12);
  color: var(--rm-accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-rankings-empty h2 {
  margin: 16px 0 10px;
}

.dust-rankings-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dust-rankings-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
  align-items: stretch;
}

.dust-rankings-podium-card {
  display: grid;
  gap: 16px;
  padding: 22px 20px;
  border: 1px solid var(--rm-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 52%),
    rgba(255, 255, 255, 0.03);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.dust-rankings-podium-card:hover {
  transform: translateY(-3px);
  border-color: rgba(223, 75, 94, 0.34);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.dust-rankings-podium-card.is-first {
  border-color: rgba(255, 204, 112, 0.35);
  background:
    radial-gradient(circle at top, rgba(255, 204, 112, 0.16), transparent 52%),
    rgba(255, 255, 255, 0.04);
  transform: translateY(-10px);
}

.dust-rankings-podium-card.is-second {
  border-color: rgba(197, 205, 226, 0.28);
}

.dust-rankings-podium-card.is-third {
  border-color: rgba(201, 125, 74, 0.28);
}

.dust-rankings-podium-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dust-rankings-podium-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  border-radius: 20px;
  background:
    radial-gradient(circle at center, rgba(223, 75, 94, 0.16), transparent 55%),
    rgba(0, 0, 0, 0.18);
}

.dust-rankings-podium-avatar img {
  max-width: 100%;
  max-height: 110px;
  object-fit: contain;
}

.dust-rankings-podium-avatar.is-account span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(199, 43, 63, 0.28), rgba(223, 75, 94, 0.06));
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.dust-rankings-podium-body {
  display: grid;
  gap: 10px;
}

.dust-rankings-podium-label {
  margin: 0;
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-rankings-podium-body h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.35;
}

.dust-rankings-podium-body h3 a {
  color: #fff;
}

.dust-rankings-podium-body h3 a:hover {
  color: var(--rm-accent-strong);
}

.dust-rankings-podium-meta,
.dust-rankings-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dust-rankings-podium-meta span,
.dust-rankings-entry-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--rm-text-soft);
  font-size: 0.76rem;
}

.dust-rankings-podium-meta .is-online,
.dust-rankings-entry-meta .is-online {
  border: 1px solid rgba(93, 214, 112, 0.28);
  background: rgba(93, 214, 112, 0.12);
  color: #89e596;
}

.dust-rankings-podium-score {
  display: grid;
  gap: 6px;
}

.dust-rankings-podium-score span {
  color: var(--rm-text-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dust-rankings-podium-score strong {
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2;
}

.dust-rankings-table-card {
  display: grid;
  gap: 22px;
}

.dust-rankings-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.dust-rankings-table thead th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--rm-line);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(245, 247, 250, 0.92);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dust-rankings-table tbody td {
  padding: 16px;
  border-bottom: 1px solid var(--rm-line);
  color: rgba(239, 242, 248, 0.96);
  vertical-align: middle;
}

.dust-rankings-table tbody tr {
  transition: background 0.25s ease;
}

.dust-rankings-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.dust-rankings-table tbody tr.top-1 {
  background: linear-gradient(90deg, rgba(255, 204, 112, 0.08), transparent);
}

.dust-rankings-table tbody tr.top-2 {
  background: linear-gradient(90deg, rgba(197, 205, 226, 0.06), transparent);
}

.dust-rankings-table tbody tr.top-3 {
  background: linear-gradient(90deg, rgba(201, 125, 74, 0.08), transparent);
}

.dust-rankings-table tbody tr:last-child td {
  border-bottom: 0;
}

.dust-rankings-table tbody td:first-child {
  color: #fff;
  font-weight: 800;
}

.dust-rankings-table td a {
  color: #f8f9fc;
  font-weight: 700;
}

.dust-rankings-table td a:hover {
  color: var(--rm-accent-strong);
}

.dust-rankings-table td,
.dust-rankings-table td strong,
.dust-rankings-table td small,
.dust-rankings-table td span:not(.badge),
.dust-rankings-table td .dust-rankings-inline-tag {
  color: rgba(239, 242, 248, 0.96);
}

.dust-rankings-table td .dust-rankings-inline-tag {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.dust-rankings-table td img[height="15"] {
  margin-left: 8px;
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  vertical-align: -2px;
}

.dust-rankings-table td .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-rankings-table td .badge.bg-success {
  background: rgba(93, 214, 112, 0.12) !important;
  color: #89e596;
  border: 1px solid rgba(93, 214, 112, 0.28);
}

.dust-rankings-rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 800;
}

.dust-rankings-rank-badge.top-1 {
  background: rgba(255, 204, 112, 0.16);
  color: #ffcf74;
}

.dust-rankings-rank-badge.top-2 {
  background: rgba(197, 205, 226, 0.16);
  color: #d8def1;
}

.dust-rankings-rank-badge.top-3 {
  background: rgba(201, 125, 74, 0.16);
  color: #df9b72;
}

.dust-rankings-entry {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dust-rankings-entry-main {
  display: grid;
  gap: 8px;
}

.dust-rankings-entry-main strong,
.dust-rankings-entry-main strong a {
  color: #fff;
}

.dust-rankings-entry-main strong a:hover,
.dust-rankings-guild-cell a:hover {
  color: var(--rm-accent-strong);
}

.dust-rankings-class-cell,
.dust-rankings-gens-cell,
.dust-rankings-guild-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dust-rankings-class-cell img {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid var(--rm-line);
}

.dust-rankings-gens-cell img,
.dust-rankings-guild-cell img {
  flex: 0 0 auto;
}

.dust-rankings-guild-cell a,
.dust-rankings-podium-meta a {
  color: #fff;
}

.dust-rankings-muted {
  color: rgba(228, 229, 233, 0.45);
}

@media (max-width: 1399px) {
  .dust-rankings-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .dust-rankings-grid,
  .dust-rankings-podium {
    grid-template-columns: 1fr;
  }

  .dust-rankings-podium-card.is-first {
    transform: none;
  }
}

@media (max-width: 991px) {
  .dust-rankings-sidebar-panel {
    position: static;
  }

  .dust-rankings-stat-card,
  .dust-rankings-sidebar-panel,
  .dust-rankings-main > :is(.dust-rankings-library, .dust-rankings-podium-section, .dust-rankings-table-card, .dust-rankings-empty) {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .dust-rankings-hero-stats {
    grid-template-columns: 1fr;
  }

  .dust-rankings-library,
  .dust-rankings-podium-section,
  .dust-rankings-table-card,
  .dust-rankings-empty,
  .dust-rankings-sidebar-panel {
    padding: 18px;
  }

  .dust-rankings-library-head,
  .dust-rankings-section-head {
    flex-direction: column;
  }

  .dust-rankings-library-count,
  .dust-rankings-section-badge {
    white-space: normal;
  }

  .dust-rankings-table thead th,
  .dust-rankings-table tbody td {
    padding: 12px 10px;
  }

  .dust-rankings-podium-card {
    padding: 18px;
  }
}

/* ==================================================
   Donate
   ================================================== */
.dust-donate-page-title {
  display: grid;
  gap: 8px;
}

.dust-donate-page-title p {
  max-width: 760px;
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-donate-kicker {
  color: var(--rm-accent-strong);
  font-family: "Oxanium", cursive;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-donate-shell {
  align-items: flex-start;
}

.dust-donate-stack {
  display: grid;
  gap: 24px;
}

.dust-donate-sidebar-toggle {
  width: 100%;
  justify-content: center;
}

.dust-donate-sidebar,
.dust-donate-panel,
.dust-donate-subpanel,
.dust-donate-empty {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(31, 32, 40, 0.98), rgba(20, 21, 27, 0.96));
  box-shadow: var(--rm-shadow);
}

.dust-donate-sidebar::before,
.dust-donate-panel::before,
.dust-donate-subpanel::before,
.dust-donate-empty::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 28%);
  pointer-events: none;
}

.dust-donate-sidebar,
.dust-donate-panel,
.dust-donate-subpanel {
  padding: 24px;
}

.dust-donate-empty {
  padding: 30px 28px;
  text-align: center;
}

.dust-donate-empty h3 {
  margin-bottom: 10px;
}

.dust-donate-empty p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-donate-empty .btn {
  margin-top: 18px;
}

.dust-donate-section-head,
.dust-donate-inline-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.dust-donate-section-head {
  margin-bottom: 18px;
}

.dust-donate-inline-head {
  margin-bottom: 20px;
}

.dust-donate-section-head span,
.dust-donate-inline-head p,
.dust-donate-sidebar-head span {
  color: var(--rm-accent-strong);
}

.dust-donate-section-head span,
.dust-donate-sidebar-head span {
  display: inline-block;
  margin-bottom: 6px;
  font-family: "Oxanium", cursive;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dust-donate-section-head h2,
.dust-donate-inline-head h3,
.dust-donate-sidebar-head h3 {
  margin: 0;
}

.dust-donate-inline-head p,
.dust-donate-intro p,
.dust-donate-note {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-donate-sidebar-head {
  margin-bottom: 18px;
}

.dust-donate-sidebar-list {
  display: grid;
  gap: 12px;
}

.dust-donate-sidebar-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--rm-text);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.dust-donate-sidebar-item:hover,
.dust-donate-sidebar-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(223, 75, 94, 0.35);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  color: var(--rm-text);
}

.dust-donate-sidebar-item.active {
  border-color: rgba(223, 75, 94, 0.45);
  background: linear-gradient(135deg, rgba(199, 43, 63, 0.22), rgba(255, 255, 255, 0.04));
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
}

.dust-donate-sidebar-item-media {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-donate-sidebar-item-media img {
  max-width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.dust-donate-sidebar-item-copy {
  display: grid;
  gap: 2px;
}

.dust-donate-sidebar-item-copy small {
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-donate-sidebar-item-copy strong {
  color: var(--rm-text);
  font-size: 1rem;
}

.dust-donate-gateway-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.dust-donate-gateway-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-donate-gateway-media {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 70%),
    rgba(255, 255, 255, 0.02);
}

.dust-donate-gateway-media img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.dust-donate-gateway-copy {
  display: grid;
  gap: 8px;
}

.dust-donate-gateway-copy strong {
  color: var(--rm-text);
  font-size: 1.08rem;
}

.dust-donate-gateway-copy p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.6;
}

.dust-donate-table {
  margin-bottom: 0;
  --bs-table-bg: transparent;
  --bs-table-color: #f1f3f7;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
  --bs-table-striped-color: #f1f3f7;
  --bs-table-hover-bg: rgba(255, 255, 255, 0.04);
  --bs-table-hover-color: #ffffff;
  border-color: var(--rm-line);
}

.dust-donate-table thead th {
  padding: 14px 16px;
  border-bottom-width: 1px;
  border-color: var(--rm-line);
  color: #f7f8fb;
  font-family: "Oxanium", cursive;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dust-donate-table tbody td {
  padding: 16px;
  border-color: var(--rm-line);
  color: #e4e8ee;
  vertical-align: middle;
}

.dust-donate-table a {
  color: #ffffff;
  text-decoration: none;
}

.dust-donate-table a:hover,
.dust-donate-table a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.dust-donate-form {
  display: grid;
  gap: 20px;
}

.dust-donate-form .form-label {
  margin-bottom: 6px;
  color: #f0f2f6;
  font-weight: 600;
}

.dust-donate-form .form-control,
.dust-donate-form .form-select,
.dust-donate-form textarea.form-control {
  border-color: var(--rm-line);
}

.dust-donate-form textarea.form-control {
  min-height: 140px;
}

.dust-donate-plain-value {
  padding: 14px 18px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
}

.dust-donate-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 4px;
}

.dust-donate-note {
  max-width: 620px;
}

.dust-donate-balance-card {
  display: grid;
  gap: 6px;
  margin-bottom: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(223, 75, 94, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(199, 43, 63, 0.18), rgba(255, 255, 255, 0.03));
}

.dust-donate-balance-card span {
  color: var(--rm-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.dust-donate-balance-card strong {
  color: #ffffff;
  font-size: clamp(1.5rem, 1.2rem + 0.8vw, 2rem);
}

.dust-donate-cashback {
  margin-top: 22px;
}

.dust-donate-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.dust-donate-subpanel + .dust-donate-subpanel {
  margin-top: 22px;
}

.dust-donate-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.dust-donate-detail,
.dust-donate-detail-block {
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-donate-detail {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.dust-donate-detail span,
.dust-donate-detail-block > span {
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dust-donate-detail strong {
  color: #ffffff;
  font-size: 1.04rem;
}

.dust-donate-detail-block {
  margin-bottom: 18px;
  padding: 18px;
}

.dust-donate-detail-content {
  margin-top: 10px;
  color: #edf0f5;
  line-height: 1.7;
}

.dust-donate-message-feed {
  margin: 0 0 18px;
}

.dust-donate-message-feed .desc {
  border-color: var(--rm-line);
}

.dust-donate-confirm-panel {
  display: grid;
  gap: 24px;
}

.dust-donate-provider-logo {
  display: grid;
  place-items: center;
  min-height: 110px;
  padding: 24px;
  border: 1px solid var(--rm-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 70%),
    rgba(255, 255, 255, 0.02);
}

.dust-donate-provider-logo img {
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.dust-donate-confirm-panel #paypal-button-container {
  min-height: 44px;
}

.dust-donate-pix {
  gap: 22px;
}

.dust-donate-pix .payment {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 22px;
}

.dust-donate-pix .qrcode {
  display: grid;
  gap: 16px;
  align-content: start;
}

.dust-donate-pix .qrcode img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--rm-line);
  border-radius: 22px;
  background: #ffffff;
}

.dust-donate-pix .info,
.dust-donate-pix .help,
.dust-donate-pix .url,
.dust-donate-pix .after {
  padding: 18px 20px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-donate-pix .info {
  display: grid;
  gap: 8px;
  color: #f4f6fa;
}

.dust-donate-pix .help {
  display: grid;
  align-content: start;
  gap: 12px;
}

.dust-donate-pix .help > div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: #f1f3f7;
}

.dust-donate-pix .help .icon {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(199, 43, 63, 0.18);
  color: #ffffff;
  font-size: 1rem;
}

.dust-donate-pix .help .text {
  color: var(--rm-text-soft);
  line-height: 1.6;
}

.dust-donate-pix .url {
  display: grid;
  gap: 16px;
}

.dust-donate-pix .url span {
  display: block;
  overflow-wrap: anywhere;
  color: #f4f6fa;
  font-size: 0.95rem;
  line-height: 1.7;
}

.dust-donate-pix .url .btn {
  width: 100%;
}

.dust-donate-pix .after {
  color: var(--rm-text-soft);
  line-height: 1.65;
}

@media (max-width: 991px) {
  .dust-donate-info-grid,
  .dust-donate-detail-grid,
  .dust-donate-pix .payment {
    grid-template-columns: 1fr;
  }

  .dust-donate-sidebar,
  .dust-donate-panel,
  .dust-donate-subpanel,
  .dust-donate-empty {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .dust-donate-sidebar,
  .dust-donate-panel,
  .dust-donate-subpanel,
  .dust-donate-empty {
    padding: 18px;
  }

  .dust-donate-section-head,
  .dust-donate-inline-head,
  .dust-donate-form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dust-donate-gateway-grid {
    grid-template-columns: 1fr;
  }

  .dust-donate-sidebar-item {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .dust-donate-pix .qrcode img {
    max-width: 100%;
  }
}

/* ==================================================
   Server Pages
   ================================================== */
.dust-server-page-title {
  display: grid;
  gap: 8px;
}

.dust-server-page-title p {
  max-width: 780px;
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-server-kicker {
  color: var(--rm-accent-strong);
  font-family: "Oxanium", cursive;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dust-server-shell {
  align-items: stretch;
}

.dust-server-panel,
.dust-server-empty {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(31, 32, 40, 0.98), rgba(20, 21, 27, 0.96));
  box-shadow: var(--rm-shadow);
}

.dust-server-panel::before,
.dust-server-empty::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 28%);
  pointer-events: none;
}

.dust-server-panel {
  height: 100%;
  padding: 24px;
}

.dust-server-empty {
  padding: 28px;
  text-align: center;
}

.dust-server-empty h3 {
  margin-bottom: 10px;
}

.dust-server-empty p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-server-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.dust-server-panel-head span {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--rm-accent-strong);
  font-family: "Oxanium", cursive;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dust-server-panel-head h2 {
  margin: 0;
}

.dust-server-counter {
  min-width: 124px;
  padding: 14px 18px;
  border: 1px solid rgba(223, 75, 94, 0.24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(199, 43, 63, 0.2), rgba(255, 255, 255, 0.03));
  text-align: center;
}

.dust-server-counter strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.35rem, 1rem + 0.7vw, 1.8rem);
  line-height: 1.1;
}

.dust-server-counter span {
  display: block;
  margin-top: 6px;
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dust-server-table {
  margin-bottom: 0;
  --bs-table-bg: transparent;
  --bs-table-color: #eef1f6;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
  --bs-table-striped-color: #eef1f6;
  --bs-table-hover-bg: rgba(255, 255, 255, 0.04);
  --bs-table-hover-color: #ffffff;
  border-color: var(--rm-line);
}

.dust-server-table thead th {
  padding: 14px 16px;
  border-bottom-width: 1px;
  border-color: var(--rm-line);
  color: #f7f8fb;
  font-family: "Oxanium", cursive;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dust-server-table tbody td {
  padding: 15px 16px;
  border-color: var(--rm-line);
  color: #e4e8ee;
  vertical-align: middle;
}

.dust-server-table tbody td strong {
  color: #ffffff;
  font-weight: 600;
}

.dust-server-table a {
  color: #ffffff;
  text-decoration: none;
}

.dust-server-table a:hover,
.dust-server-table a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.dust-server-code {
  width: 180px;
  font-family: "Oxanium", cursive;
  letter-spacing: 0.04em;
}

.dust-server-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dust-server-badge.is-on {
  background: rgba(52, 211, 153, 0.14);
  border-color: rgba(52, 211, 153, 0.28);
  color: #9ef0ce;
}

.dust-server-badge.is-off {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: #f2b3bb;
}

@media (max-width: 991px) {
  .dust-server-panel,
  .dust-server-empty {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .dust-server-panel,
  .dust-server-empty {
    padding: 18px;
  }

  .dust-server-panel-head {
    flex-direction: column;
    align-items: stretch;
  }

  .dust-server-counter {
    min-width: 0;
  }

  .dust-server-table thead th,
  .dust-server-table tbody td {
    padding: 12px 10px;
  }
}

/* ==================================================
   Panel
   ================================================== */
.dust-panel-page-title {
  display: grid;
  gap: 8px;
}

.dust-panel-page-title p {
  margin: 0;
  max-width: 760px;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-panel-shell {
  align-items: flex-start;
}

.dust-panel-stack {
  display: grid;
  gap: 24px;
}

.dust-panel-nav-panel,
.dust-panel-service-panel,
.dust-panel-content-panel,
.dust-panel-subpanel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(199, 43, 63, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(31, 32, 40, 0.98), rgba(20, 21, 27, 0.96));
  box-shadow: var(--rm-shadow);
}

.dust-panel-nav-panel::before,
.dust-panel-service-panel::before,
.dust-panel-content-panel::before,
.dust-panel-subpanel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 28%);
  pointer-events: none;
}

.dust-panel-nav-panel,
.dust-panel-service-panel,
.dust-panel-content-panel,
.dust-panel-subpanel {
  padding: 24px;
}

.dust-panel-content-panel > :first-child,
.dust-panel-subpanel > :first-child {
  margin-top: 0;
}

.dust-panel-content-panel > :last-child,
.dust-panel-subpanel > :last-child {
  margin-bottom: 0;
}

.dust-panel-alert {
  margin-bottom: 22px;
}

.dust-panel-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.dust-panel-section-head.is-secondary {
  margin-top: 24px;
}

.dust-panel-section-head span {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--rm-accent-strong);
  font-family: "Oxanium", cursive;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dust-panel-section-head h3 {
  margin: 0;
  color: #fff;
}

.dust-panel-nav-list,
.dust-panel-service-list {
  display: grid;
  gap: 12px;
}

.dust-panel-nav-link,
.dust-panel-service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--rm-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--rm-text);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.dust-panel-nav-link:hover,
.dust-panel-nav-link:focus-visible,
.dust-panel-service-item:hover {
  transform: translateY(-2px);
  border-color: rgba(223, 75, 94, 0.34);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  color: #fff;
}

.dust-panel-nav-link.active {
  border-color: rgba(223, 75, 94, 0.42);
  background: linear-gradient(135deg, rgba(199, 43, 63, 0.2), rgba(255, 255, 255, 0.04));
  color: #fff;
}

.dust-panel-nav-link strong,
.dust-panel-service-item a {
  color: inherit;
}

.dust-panel-service-item a:hover,
.dust-panel-service-item a:focus-visible {
  color: #fff;
}

.dust-panel-table {
  margin-bottom: 0;
  --bs-table-bg: transparent;
  --bs-table-color: #edf0f5;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
  --bs-table-striped-color: #edf0f5;
  --bs-table-hover-bg: rgba(255, 255, 255, 0.04);
  --bs-table-hover-color: #ffffff;
  border-color: var(--rm-line);
}

.dust-panel-table td {
  color: #e4e8ee;
}

.dust-panel-table td:first-child {
  color: #fff;
  font-weight: 600;
}

.dust-account-summary-grid,
.dust-account-balance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dust-account-summary-card,
.dust-account-balance-card,
.dust-account-security-card {
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.dust-account-summary-card,
.dust-account-balance-card {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.dust-account-summary-card span,
.dust-account-balance-card span {
  color: var(--rm-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dust-account-summary-card strong,
.dust-account-balance-card strong {
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.4;
  word-break: break-word;
}

.dust-account-security-card {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.dust-account-security-card p {
  margin: 0;
  color: var(--rm-text-soft);
  line-height: 1.65;
}

.dust-account-characters {
  margin-bottom: 0;
}

.dust-account-characters .card-header {
  font-family: "Oxanium", cursive;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 991px) {
  .dust-panel-nav-panel,
  .dust-panel-service-panel,
  .dust-panel-content-panel,
  .dust-panel-subpanel {
    border-radius: 20px;
  }

  .dust-account-summary-grid,
  .dust-account-balance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dust-panel-nav-panel,
  .dust-panel-service-panel,
  .dust-panel-content-panel,
  .dust-panel-subpanel {
    padding: 18px;
  }

  .dust-panel-section-head {
    flex-direction: column;
    align-items: stretch;
  }
}
