/* media size */
/* Landscape breakpoints for mobile and tablet */
:root {
  --landing-red: #fc1d1d;
  --landing-muted: #9a9a9a;
  --landing-border: #363340;
}

img {
  max-width: 100%;
}

.sys-page {
  position: relative;
  z-index: 5;
}

.crx-page__bg {
  z-index: 0;
  pointer-events: none;
}

.crx-page__shape {
  position: absolute;
  width: 280px;
  height: 280px;
  opacity: 0.18;
  background: linear-gradient(135deg, rgba(252, 29, 29, 0.55), rgba(80, 0, 0, 0.12));
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.crx-page__shape--1 {
  left: -80px;
  top: 120px;
  transform: rotate(-12deg);
}
.crx-page__shape--2 {
  right: -60px;
  top: 400px;
  transform: rotate(18deg);
}
.crx-page__shape--3 {
  left: 40%;
  bottom: 200px;
  transform: rotate(8deg);
  opacity: 0.1;
}

.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  color: inherit;
  text-decoration: none;
}
.landing-btn--primary {
  background: linear-gradient(180deg, #fc1d1d 0%, #b60000 100%);
  color: #fff;
}
.landing-btn--primary:hover, .landing-btn--primary:focus {
  background: linear-gradient(180deg, #fc1d1d 0%, #590000 100%);
  color: #fff;
}
.landing-btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.landing-btn--outline:hover, .landing-btn--outline:focus {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.landing-btn--sm {
  min-height: 40px;
  padding: 0 22px;
  font-size: 13px;
  min-width: 135px;
}

.text-gradient-red {
  background: linear-gradient(180deg, #fc1d1d 0%, #b60000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-link-red {
  color: var(--landing-red);
  text-decoration: none;
}
.text-link-red:hover, .text-link-red:focus {
  color: #ff4d4d;
}

.sys-dark-page, .sys-app-page, .sys-auth-page {
  overflow-x: hidden;
  color: #fff;
  background: url(../images/system/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sys-dark-page a, .sys-app-page a, .sys-auth-page a {
  color: inherit;
  text-decoration: none;
}
.sys-dark-page .text-secondary, .sys-app-page .text-secondary, .sys-auth-page .text-secondary {
  color: var(--landing-muted) !important;
}
.sys-dark-page .bg-dark, .sys-app-page .bg-dark, .sys-auth-page .bg-dark {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.text-link-red {
  color: #FC1D1D !important;
}

:root {
  --landing-red: #fc1d1d;
  --landing-muted: #9a9a9a;
  --landing-border: #363340;
}

img {
  max-width: 100%;
}

.landing-page {
  overflow-x: hidden;
  color: #fff;
  background: #000 url(../images/landing-page/bg.jpg) no-repeat center top;
  background-size: 100%;
}
.landing-page a {
  color: inherit;
  text-decoration: none;
}

.landing-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0 0;
  transition: padding 0.3s ease;
}
.landing-header.fixed-header {
  padding-top: 8px;
}
.landing-header.fixed-header .landing-header__navbar {
  padding-top: 8px;
  padding-bottom: 8px;
}

.landing-header__navbar {
  position: relative;
  padding: 11px 30px;
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 50%, #200000 0%, #0C0000 100%);
  min-height: 94px;
}

.landing-header__logo {
  display: block;
  height: 32px;
  width: auto;
}

.landing-header__toggler {
  border: 0;
  padding: 6px 10px;
}
.landing-header__toggler img {
  height: 32px;
}
.landing-header__toggler:focus {
  box-shadow: none;
}
.landing-header__toggler .navbar-toggler-icon {
  filter: invert(1);
}

.landing-header__menu .nav-link.landing-header__link {
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
}
.landing-header__menu .nav-link.landing-header__link:hover, .landing-header__menu .nav-link.landing-header__link:focus, .landing-header__menu .nav-link.landing-header__link.active {
  color: #FC1D1D;
}

.landing-header__menu .nav-item .nav-link {
  padding-left: 40px;
  padding-right: 40px;
}
.landing-header__menu .nav-item .nav-link:hover, .landing-header__menu .nav-item .nav-link:focus, .landing-header__menu .nav-item .nav-link.active {
  color: #FC1D1D;
}
@media screen and (max-width: 480px) {
  .landing-header__menu .nav-item .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .landing-header__menu .nav-item .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.landing-header__cta {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.landing-btn.line {
  position: relative;
}
.landing-btn.line::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 3px;
  bottom: -3px;
  left: 0px;
  right: 0px;
  background: url(../images/landing-page/line-bottom-xs.png) center center no-repeat;
  margin: auto;
}
.landing-btn--primary {
  color: #fff;
  background: radial-gradient(100% 100% at 49.94% -0.97%, #DA0000 0%, #480000 100%);
  border: 1px solid rgba(252, 29, 29, 0.5019607843);
  min-width: 200px;
  min-height: 44px;
}
.landing-btn--primary:hover, .landing-btn--primary:focus {
  background: linear-gradient(180deg, #fc1d1d 0%, #590000 100%);
  color: #fff;
}
.landing-btn--gradient {
  background: linear-gradient(144.03deg, #692424 15.55%, #0C0000 86.13%);
  border: 1px solid rgba(252, 29, 29, 0.5019607843);
}
.landing-btn--line {
  position: relative;
  padding: 1px;
}
.landing-btn--line::before {
  border-radius: 100px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: linear-gradient(90deg, #FFB1B1 0%, #FF6A6A 100%);
}
.landing-btn--line .bg-inner {
  position: relative;
  z-index: 2;
  min-height: 44px !important;
  border-radius: 100px;
  color: #fff;
  background: #1C0000;
  padding: 11px 20px;
}
.landing-btn--sm {
  padding: 0 22px;
  font-size: 13px;
}
.landing-btn:hover, .landing-btn:focus {
  -moz-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.crx-page__bg {
  z-index: 0;
  pointer-events: none;
}

.crx-page__shape {
  position: absolute;
  width: 280px;
  height: 280px;
  opacity: 0.18;
  background: linear-gradient(135deg, rgba(252, 29, 29, 0.55), rgba(80, 0, 0, 0.12));
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.crx-page__shape--1 {
  left: -80px;
  top: 120px;
  transform: rotate(-12deg);
}
.crx-page__shape--2 {
  right: -60px;
  top: 400px;
  transform: rotate(18deg);
}
.crx-page__shape--3 {
  left: 40%;
  bottom: 200px;
  transform: rotate(8deg);
  opacity: 0.1;
}

.landing-page {
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .landing-page .crx-hero {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
  }
}
.landing-page .crx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(120, 0, 0, 0.45) 0%, transparent 70%);
  pointer-events: none;
}
.landing-page .crx-hero .list-btn {
  gap: 20px;
  margin-bottom: 10px;
}
.landing-page .crx-hero .list-btn .landing-btn--gradient {
  min-width: 200px;
}
.landing-page .crx-hero .list-btn .landing-btn--line .bg-inner {
  min-width: 130px;
}
.landing-page .crx-hero .line-btn {
  margin-bottom: 10px;
}
.landing-page .crx-hero-title {
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.12;
}
.landing-page .crx-hero-stat {
  padding: 0 50px;
  min-width: 200px;
  border-right: 1px solid #B1B1B1;
}
.landing-page .crx-hero-stat:first-child {
  padding-left: 0;
}
.landing-page .crx-hero-stat:last-child {
  border-right: 0;
}
.landing-page .crx-hero-stat .text {
  color: #B1B1B1;
}
.landing-page .crx-hero-stat .value {
  font-weight: bold;
  font-size: 20px;
}
.landing-page .crx-field-label {
  font-size: 11px;
}
.landing-page .crx-token-bar .bg-inner {
  padding: 20px;
}
.landing-page .crx-token-bar__cell {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: radial-gradient(50% 50% at 50% 50%, #200000 0%, #0C0000 100%);
  border-radius: 10px;
  min-height: 74px;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #844E4F;
}
.landing-page .crx-token-bar__cell .text {
  color: #B1B1B1;
  font-size: 16px;
}
.landing-page .crx-token-bar__cell .value {
  font-weight: bold;
  font-size: 20px;
}
.landing-page .crx-token-bar__cell .icon img {
  height: 40px;
}
.landing-page .crx-token-bar__cell::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  background: url(../images/landing-page/line-bottom.png) no-repeat center center;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
.landing-page .crx-token-bar__cell:hover {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.landing-page .crx-step-card .bg-inner {
  min-height: 365px;
  padding: 20px;
}
.landing-page .crx-step-card__icon {
  margin-bottom: 30px;
}
.landing-page .crx-step-card__icon img {
  height: 100px;
}
.landing-page .crx-step-card .crx-step-label {
  color: #FC1D1D;
  font-weight: 600;
  margin-bottom: 10px;
}
.landing-page .crx-step-card .title-sm {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.landing-page .crx-step-card:hover .crx-step-card__icon img {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: zoomIn 0.8s both;
  animation: zoomIn 0.8s both;
}
@media screen and (max-width: 480px) {
  .landing-page .crx-step-card .bg-inner {
    min-height: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .landing-page .crx-step-card .crx-step-card__icon {
    margin-bottom: 15px;
  }
  .landing-page .crx-step-card .crx-step-card__icon img {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .landing-page .crx-step-card .bg-inner {
    min-height: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .landing-page .crx-step-card .crx-step-card__icon {
    margin-bottom: 15px;
  }
  .landing-page .crx-step-card .crx-step-card__icon img {
    height: 60px;
  }
}
.landing-page .crx-badge {
  background: linear-gradient(144.03deg, #3B0000 15.55%, #0C0000 86.13%);
  min-height: 44px;
  border-radius: 100px;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}
.landing-page .crx-badge img {
  height: 24px;
  width: inherit;
}
.landing-page .crx-live {
  border: 1px solid #00FF80;
  border-radius: 100px;
  min-height: 34px;
  padding: 3px 15px;
  color: #00FF80;
}
.landing-page .crx-live::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  margin-right: 6px;
  animation: crx-pulse 1.5s infinite;
}
.landing-page .crx-network {
  color: #fc1d1d;
  background: rgba(252, 29, 29, 0.15);
  font-size: 11px;
  font-weight: 600;
}
.landing-page .crx-cta-box .bg-inner {
  padding-top: 30px;
}
.landing-page .crx-cta-box .landing-btn {
  min-width: 550px;
  position: relative;
}
.landing-page .crx-cta-box .landing-btn::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  background: url(../images/landing-page/line-bottom.png) no-repeat center center;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .landing-page .crx-cta-box .landing-btn {
    min-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .landing-page .crx-cta-box .landing-btn {
    min-width: inherit;
  }
}
.landing-page .crx-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(54, 51, 64, 0.85);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-color: #fff;
  --bs-accordion-active-color: #fff;
  --bs-accordion-btn-focus-box-shadow: none;
}
.landing-page .crx-accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 10px !important;
  overflow: hidden;
}
.landing-page .crx-accordion .accordion-button {
  font-weight: 600;
  box-shadow: none;
  min-height: 70px;
  font-size: 20px;
}
.landing-page .crx-accordion .accordion-button::after {
  background: url(../images/landing-page/click.svg) no-repeat;
  content: "";
  height: auto;
  width: 24px;
  height: 24px;
}
.landing-page .crx-accordion .accordion-body {
  position: relative;
  color: #B1B1B1;
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
}
.landing-page .crx-accordion .accordion-body::before {
  position: absolute;
  content: "";
  top: 0;
  background: linear-gradient(160.9deg, #A3787E 0%, #71191B 95.58%);
  height: 1px;
  width: 100%;
  top: 0px;
}
.landing-page .crx-security-card .bg-inner {
  min-height: 248px;
  padding: 20px;
}
.landing-page .crx-security-card .bg-inner .icon {
  margin-bottom: 10px;
}
.landing-page .crx-security-card .bg-inner .title-sm {
  font-size: 20px;
  font-weight: 600;
}
.landing-page .crx-security-card .bg-inner .desc {
  color: #B1B1B1;
}
.landing-page .crx-security-card:hover .icon {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: pulse 0.8s both;
  animation: pulse 0.8s both;
}
.landing-page .landing-section {
  overflow: hidden;
}
.landing-page .landing-section.sec-faq {
  overflow: hidden;
}
.landing-page .landing-section.sec-faq .banner {
  max-width: 520px;
  margin: auto;
  -webkit-animation: bannerFloat 6s ease-in-out infinite;
  animation: bannerFloat 6s ease-in-out infinite;
  will-change: transform;
}

.crx-swap-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  padding: 0;
}

@-webkit-keyframes bannerFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
}
@keyframes bannerFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
}
@keyframes crx-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@media (max-width: 991.98px) {
  .landing-header__navbar {
    padding: 10px;
    min-height: initial;
  }
  .landing-header__menu {
    align-items: center;
    padding: 12px 0 4px;
    text-align: center;
  }
  .landing-header__menu .nav-link {
    padding: 10px 0;
  }
  .landing-header__cta {
    justify-content: center;
    width: 100%;
    padding-bottom: 8px;
  }
}
.crx-widget {
  max-width: 590px;
  margin-left: auto;
}
.crx-widget .title-top .text {
  color: #B1B1B1;
}
.crx-widget .title-top .title-sm {
  font-size: 20px;
  font-weight: bold;
}
.crx-widget .box-receive {
  background: radial-gradient(50% 50% at 50% 50%, #200000 0%, #0C0000 100%);
  min-height: 113px;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #844E4F;
  margin-bottom: 30px;
  position: relative;
}
.crx-widget .box-receive .text, .crx-widget .box-receive .desc-coin {
  color: #B1B1B1;
}
.crx-widget .box-receive .form-control.custom {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 0;
}
.crx-widget .box-receive .form-control.custom::-webkit-input-placeholder {
  color: #fff;
}
.crx-widget .box-receive .form-control.custom::-moz-placeholder {
  color: #fff;
}
.crx-widget .box-receive .form-control.custom:-ms-input-placeholder {
  color: #fff;
}
.crx-widget .box-receive .form-control.custom:-moz-placeholder {
  color: #fff;
}
.crx-widget .box-receive .icon-coin {
  min-width: 100px;
  font-weight: 600;
}
.crx-widget .box-receive .icon-coin img {
  height: 40px;
}
.crx-widget .box-receive::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  top: -3px;
  left: 5px;
  background: url("../images/landing-page/line-bottom.png") center center no-repeat;
  margin: auto;
}
.crx-widget .box-receive::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  bottom: -3px;
  right: 5px;
  background: url("../images/landing-page/line-bottom.png") center center no-repeat;
  margin: auto;
}
.crx-widget .box-btn {
  margin-bottom: 30px;
}
.crx-widget .box-btn .landing-btn {
  position: relative;
}
.crx-widget .box-btn .landing-btn::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 3px;
  bottom: -3px;
  right: 0px;
  left: 0;
  background: url("../images/landing-page/line-bottom-md.png") center center no-repeat;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .landing-header {
    padding-top: 10px;
  }
  .landing-page--crx .landing-header .landing-header__cta {
    display: none;
  }
  .landing-btn--primary {
    min-width: 110px;
  }
  .landing-page .crx-hero-stats {
    justify-content: center !important;
  }
  .landing-page .crx-hero-stats .crx-hero-stat {
    padding: 0 10px;
    min-width: inherit;
  }
  .landing-page .crx-hero-stats .crx-hero-stat:last-child {
    border-bottom: 0;
  }
  .landing-page .crx-hero-stats .crx-hero-stat .value {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .landing-header {
    padding-top: 10px;
  }
  .landing-page--crx .landing-header .landing-header__cta {
    display: none;
  }
  .landing-btn--primary {
    min-width: 110px;
  }
  .landing-page .crx-hero-stats {
    justify-content: center !important;
  }
  .landing-page .crx-hero-stats .crx-hero-stat {
    padding: 0 10px;
    min-width: inherit;
  }
  .landing-page .crx-hero-stats .crx-hero-stat:last-child {
    border-bottom: 0;
  }
  .landing-page .crx-hero-stats .crx-hero-stat .value {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .landing-page .crx-hero .d-flex.flex-wrap.gap-2 .landing-btn {
    width: 100%;
  }
  .landing-page .crx-token-bar__cell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .landing-page .crx-token-bar__cell:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .landing-page .crx-token-bar__cell:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
.bg-overlay {
  position: relative;
  padding: 1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bg-overlay::before {
  background: linear-gradient(160.9deg, #A3787E 0%, #71191B 95.58%);
  border-radius: 10px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bg-overlay .bg-inner {
  background: linear-gradient(144.03deg, #502525 15.55%, #150000 86.13%);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.bg-overlay:hover {
  padding: 2px;
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.bg-overlay:hover::before {
  background: #FF9F9F;
}

.bg-overlay-faq {
  position: relative;
  padding: 1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bg-overlay-faq::before {
  background: linear-gradient(90deg, #3D2D2F 0%, #A3787E 100%);
  border-radius: 10px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bg-overlay-faq .bg-inner {
  background: linear-gradient(92.47deg, #060000 1.28%, rgba(71, 50, 50, 0.8) 98.44%);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.bg-overlay-faq:hover {
  padding: 2px;
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.bg-overlay-faq:hover::before {
  background: #FF9F9F;
}
.bg-overlay-faq::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: url(../images/landing-page/line-bottom-lg.png) no-repeat center center;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.bg-overlay-ready {
  position: relative;
  padding: 1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bg-overlay-ready::before {
  background: linear-gradient(160.9deg, #A3787E 0%, #71191B 95.58%);
  border-radius: 10px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bg-overlay-ready .bg-inner {
  background: linear-gradient(144.03deg, #3B0000 15.55%, #0C0000 86.13%);
  border-radius: 10px;
  position: relative;
  z-index: 2;
  min-height: 239px;
  padding: 20px;
}
.bg-overlay-ready.crx-widget .bg-inner {
  min-height: 538px;
}

.title-sec {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.title-sec span {
  color: #FC1D1D;
}

.desc-sec {
  font-size: 20px;
  color: #B1B1B1;
}

.text-gray {
  color: #B1B1B1;
}

.btn-secured-bg {
  position: relative;
  padding: 1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-secured-bg::before {
  background: linear-gradient(90deg, #A3787E 0%, #3D2D2F 18.75%);
  border-radius: 100px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-secured-bg .bg-inner {
  background: linear-gradient(92.47deg, #060000 1.28%, rgba(71, 50, 50, 0.8) 98.44%);
  position: relative;
  z-index: 2;
  min-height: 44px !important;
  padding: 0 17px;
  border-radius: 100px;
  color: #fff;
}
.btn-secured-bg:hover {
  padding: 2px;
}
.btn-secured-bg:hover::before {
  background: #FF9F9F;
}
.btn-secured-bg::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: url(../images/landing-page/line-bottom-sm.png) no-repeat center center;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.list-5 {
  justify-content: center !important;
}

@media (min-width: 1441px) {
  .list-5 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-5 .padd {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .title-sec {
    font-size: 30px;
  }
  .desc-sec {
    font-size: 14px;
  }
  .landing-page .crx-hero .list-btn {
    gap: 5px;
    margin-bottom: 10px;
    justify-content: center !important;
  }
  .landing-page .crx-hero .list-btn .landing-btn {
    min-width: inherit !important;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
  }
  .landing-page .crx-hero .list-btn .landing-btn.landing-btn--line {
    padding: 1px;
  }
  .landing-page .crx-hero .list-btn .landing-btn.landing-btn--line .bg-inner {
    padding: 9px 15px;
    min-width: inherit;
    min-height: 36px !important;
    height: 36px;
  }
  .landing-page .crx-hero .list-btn .landing-btn.line::before {
    width: 50px;
    background-size: 100% 100%;
  }
  .crx-widget .box-receive .form-control.custom {
    font-size: 20px;
  }
  .landing-btn {
    font-size: 12px !important;
  }
  .landing-page #how-it-works .title-sm, .landing-page #security.landing-section .title-sm {
    font-size: 14px;
  }
  .btn-secured-bg .bg-inner, .landing-btn--primary, .landing-btn {
    min-height: 38px !important;
    height: 38px;
  }
  .landing-page .crx-token-bar .bg-inner {
    padding: 15px;
  }
  .landing-page .crx-cta-box .bg-inner {
    padding: 15px;
    min-height: inherit;
  }
  .crx-widget .title-top .text {
    font-size: 12px;
  }
  .crx-widget .title-top .title-sm {
    font-size: 16px;
  }
  .landing-page .crx-live {
    font-size: 12px;
    padding: 6px 15px;
    min-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title-sec {
    font-size: 30px;
  }
  .desc-sec {
    font-size: 14px;
  }
  .landing-page .crx-hero .list-btn {
    gap: 5px;
    margin-bottom: 10px;
    justify-content: center !important;
  }
  .landing-page .crx-hero .list-btn .landing-btn {
    min-width: inherit !important;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
  }
  .landing-page .crx-hero .list-btn .landing-btn.landing-btn--line {
    padding: 1px;
  }
  .landing-page .crx-hero .list-btn .landing-btn.landing-btn--line .bg-inner {
    padding: 9px 15px;
    min-width: inherit;
    min-height: 36px !important;
    height: 36px;
  }
  .landing-page .crx-hero .list-btn .landing-btn.line::before {
    width: 50px;
    background-size: 100% 100%;
  }
  .crx-widget .box-receive .form-control.custom {
    font-size: 20px;
  }
  .landing-btn {
    font-size: 12px !important;
  }
  .landing-page #how-it-works .title-sm, .landing-page #security.landing-section .title-sm {
    font-size: 14px;
  }
  .btn-secured-bg .bg-inner, .landing-btn--primary, .landing-btn {
    min-height: 38px !important;
    height: 38px;
  }
  .landing-page .crx-token-bar .bg-inner {
    padding: 15px;
  }
  .landing-page .crx-cta-box .bg-inner {
    padding: 15px;
    min-height: inherit;
  }
  .crx-widget .title-top .text {
    font-size: 12px;
  }
  .crx-widget .title-top .title-sm {
    font-size: 16px;
  }
  .landing-page .crx-live {
    font-size: 12px;
    padding: 6px 15px;
    min-height: 30px;
  }
}
#footer {
  background: #000;
  border: 0 !important;
  position: relative;
}
#footer .nav-item .nav-link {
  color: #fff !important;
}
#footer .small.text-secondary {
  color: #fff !important;
}
#footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: url(../images/landing-page/line-bottom-lg.png) no-repeat center center;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 100% 3px;
}

.sys-page--auth {
  min-height: 100vh;
  padding: 50px 0;
}

.auth-shell {
  margin: 0 auto;
}
.auth-shell .bg-overlay-ready.auth-card {
  max-width: 614px;
  margin: auto;
}

.auth-hero-icon {
  height: 132px;
  margin: 0 auto 5px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.auth-hero-icon img {
  max-height: 132px;
}

.auth-title {
  font-size: 50px;
  font-weight: 600;
}

.auth-subtitle {
  color: var(--landing-muted);
  margin-bottom: 28px;
  font-size: 20px;
}

.auth-form-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.auth-input-group .input-group-text {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid var(--landing-border);
  border-right: 0;
  color: #fc1d1d;
  padding: 0 14px;
}
.auth-input-group .form-control {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid var(--landing-border);
  color: #fff;
  min-height: 48px;
  padding: 12px 14px;
  box-shadow: none;
}
.auth-input-group .form-control::placeholder {
  color: rgba(154, 154, 154, 0.85);
}
.auth-input-group .form-control:focus {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(252, 29, 29, 0.5);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(252, 29, 29, 0.25);
}
.auth-input-group .input-group-text + .form-control {
  border-left: 0;
}
.auth-input-group .btn-toggle-pw {
  min-height: 48px;
}
.auth-check .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 100%;
}
.auth-check .form-check-input:checked {
  background: url(../images/system/checked.svg) center center no-repeat;
}
.auth-check .form-check-input:focus {
  box-shadow: none;
}
.auth-check .form-check-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.auth-divider {
  margin: 20px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.auth-social-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 10px;
  color: #fff;
}
.auth-social-btn:hover, .auth-social-btn:focus {
  border-color: rgba(252, 29, 29, 0.4);
  color: #fff;
}
.auth-social-btn__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.auth-social-btn__arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

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

.auth-otp-row {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.auth-otp-row .form-control {
  width: 48px;
  border-radius: 10px;
}
.auth-otp-row .form-control:focus {
  border-color: rgba(252, 29, 29, 0.5);
  box-shadow: 0 0 0 1px rgba(252, 29, 29, 0.25);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}

.auth-list {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
}
.auth-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 500;
}
.auth-list__item:last-child {
  border-bottom: 0;
}
.auth-list__item i {
  color: #fc1d1d;
  width: 20px;
  text-align: center;
}

.auth-secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.auth-select-wrap {
  position: relative;
}
.auth-select-wrap .form-select {
  background-color: rgba(0, 0, 0, 0.45);
  border: 1px solid var(--landing-border);
  color: #fff;
  min-height: 48px;
  padding-left: 44px;
  box-shadow: none;
}
.auth-select-wrap .form-select:focus {
  border-color: rgba(252, 29, 29, 0.5);
  box-shadow: 0 0 0 1px rgba(252, 29, 29, 0.25);
}
.auth-select-wrap__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #fc1d1d;
  pointer-events: none;
  z-index: 2;
}

.wallet-network-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wallet-network-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fc1d1d;
  margin-right: 12px;
}
.wallet-network-card__back {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}

.crx-badge {
  background: linear-gradient(144.03deg, #3B0000 15.55%, #0C0000 86.13%);
  min-height: 44px;
  border-radius: 100px;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}
.crx-badge img {
  height: 24px;
  width: inherit;
}

.auth-card .link-back {
  position: absolute;
  top: 15px;
  right: 15px;
}
.auth-card .link-back img {
  height: 20px;
}

.box-input-main {
  background: radial-gradient(50% 50% at 50% 50%, #200000 0%, #0C0000 100%);
  border-radius: 10px;
  border: 1px solid #844E4F;
  margin-bottom: 30px;
  position: relative;
}
.box-input-main .form-control {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #fff;
  padding: 0;
  min-height: 56px;
}
.box-input-main .form-control::-webkit-input-placeholder {
  color: #B1B1B1;
}
.box-input-main .form-control::-moz-placeholder {
  color: #B1B1B1;
}
.box-input-main .form-control:-ms-input-placeholder {
  color: #B1B1B1;
}
.box-input-main .form-control:-moz-placeholder {
  color: #B1B1B1;
}
.box-input-main::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  top: -3px;
  left: 5px;
  background: url("../images/landing-page/line-bottom.png") center center no-repeat;
  margin: auto;
}
.box-input-main::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  bottom: -3px;
  right: 5px;
  background: url("../images/landing-page/line-bottom.png") center center no-repeat;
  margin: auto;
}
.box-input-main .auth-input-group .input-group-text, .box-input-main .form-control, .box-input-main .btn-toggle-pw {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
}
.box-input-main .btn-toggle-pw:focus {
  box-shadow: none;
  outline: none;
  background: transparent;
  border: 0;
}
.box-input-main .form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/system/select-donw.svg) no-repeat right transparent;
  background-size: 20px 20px;
  background-position-x: calc(100% - 10px);
}

.box-input-number {
  background: radial-gradient(50% 50% at 50% 50%, #200000 0%, #0C0000 100%);
  border-radius: 10px;
  border: 1px solid #844E4F;
  margin-bottom: 30px;
  position: relative;
}
.box-input-number .form-control {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #B1B1B1;
  padding: 0;
  height: 70px;
  min-width: 80px;
  font-size: 24px;
  text-align: center;
}
.box-input-number .form-control::-webkit-input-placeholder {
  color: #B1B1B1;
}
.box-input-number .form-control::-moz-placeholder {
  color: #B1B1B1;
}
.box-input-number .form-control:-ms-input-placeholder {
  color: #B1B1B1;
}
.box-input-number .form-control:-moz-placeholder {
  color: #B1B1B1;
}
.box-input-number::before {
  background: linear-gradient(90deg, #A3787E 0%, #3D2D2F 100%);
  border-radius: 10px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.box-input-number .bg {
  background: linear-gradient(144.03deg, #502525 15.55%, #150000 86.13%);
  border-radius: 10px;
  position: relative;
  z-index: 2;
  min-height: 70px;
}

.custom-inbox .bg-inner {
  padding-top: 35px;
}

.sys-page {
  padding-top: 175px;
  padding-bottom: 50px;
  min-height: 100vh;
}

.bg-overlay-ready.app-panel {
  margin: auto;
  max-width: inherit;
}
.bg-overlay-ready.app-panel .bg-inner {
  min-height: initial;
}
.bg-overlay-ready.app-panel .bg-inner .box-btn {
  margin-bottom: 0;
}
.bg-overlay-ready.app-panel .bg-inner .title-sm {
  font-size: 20px;
  font-weight: 600;
}
.bg-overlay-ready.app-panel .list-summary {
  border-bottom: 1px solid #FF7B7B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bg-overlay-ready.app-panel .list-summary .list-summary-item {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.bg-overlay-ready.app-panel .list-summary .list-summary-item__value {
  font-weight: 600;
}
.bg-overlay-ready.app-panel.custom-receive .bg-inner {
  min-height: 405px;
}

.table-main {
  background: transparent;
}
.table-main th {
  color: #FF9F9F;
  font-weight: 600;
  background: transparent;
  border-color: #844E4F;
  border-bottom: 1px solid #844E4F;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-main td {
  color: #fff;
  background: transparent;
  border-color: #844E4F;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .sys-page {
    padding-top: 110px;
  }
  .auth-title {
    font-size: 30px;
  }
  .box-input-number .bg {
    min-height: 50px;
  }
  .box-input-number .form-control {
    min-width: inherit;
    height: 50px;
    font-size: 18px;
  }
  .auth-hero-icon img {
    max-height: 100px;
  }
  .auth-subtitle {
    font-size: 14px;
  }
  .crx-swap-btn img {
    height: 36px;
  }
  .bg-overlay-ready.app-panel .bg-inner .title-sm {
    font-size: 16px;
  }
  .bg-overlay-ready.app-panel .bg-inner {
    padding: 15px;
  }
  .auth-form-label, .auth-social-btn__brand, .auth-check .form-check-label {
    font-size: 12px;
  }
  .auth-check .form-check-input {
    margin-top: 1px;
    margin-right: 10px;
  }
  .form-check {
    font-size: 12px;
  }
  .auth-social-btn__arrow img {
    height: 18px;
  }
  .auth-social-btn__brand img {
    height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .sys-page {
    padding-top: 110px;
  }
  .auth-title {
    font-size: 30px;
  }
  .box-input-number .bg {
    min-height: 50px;
  }
  .box-input-number .form-control {
    min-width: inherit;
    height: 50px;
    font-size: 18px;
  }
  .auth-hero-icon img {
    max-height: 100px;
  }
  .auth-subtitle {
    font-size: 14px;
  }
  .crx-swap-btn img {
    height: 36px;
  }
  .bg-overlay-ready.app-panel .bg-inner .title-sm {
    font-size: 16px;
  }
  .bg-overlay-ready.app-panel .bg-inner {
    padding: 15px;
  }
  .auth-form-label, .auth-social-btn__brand, .auth-check .form-check-label {
    font-size: 12px;
  }
  .auth-check .form-check-input {
    margin-top: 1px;
    margin-right: 10px;
  }
  .form-check {
    font-size: 12px;
  }
  .auth-social-btn__arrow img {
    height: 18px;
  }
  .auth-social-btn__brand img {
    height: 22px;
  }
}
.sys-page--auth {
  padding-top: 90px;
}
@media screen and (max-width: 480px) {
  .sys-page--auth {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .sys-page--auth {
    padding-top: 50px;
  }
}

.app-header {
  position: relative;
  z-index: 10;
  padding: 20px 0 0;
}
.app-header__navbar {
  padding: 11px 20px;
  border-radius: 12px;
  border: 1px solid rgba(54, 51, 64, 0.85);
  background: rgba(8, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}
.app-header__logo {
  height: 32px;
  width: auto;
}
.app-header__menu .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  padding: 8px 16px;
}
.app-header__menu .nav-link:hover, .app-header__menu .nav-link:focus, .app-header__menu .nav-link.active {
  color: #fff;
}
.app-header__menu .nav-link.active {
  color: #fc1d1d;
}
.app-header__welcome {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.app-header__welcome i {
  color: #fc1d1d;
}
.app-header__toggler {
  border: 0;
  padding: 6px 10px;
}
.app-header__toggler:focus {
  box-shadow: none;
}
.app-header__toggler .navbar-toggler-icon {
  filter: invert(1);
}

.app-section-intro {
  margin: 0 auto 32px;
  text-align: center;
}

.app-swap-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fc1d1d 0%, #b60000 100%);
  border: 2px solid rgba(8, 0, 0, 0.9);
  border-radius: 50%;
  color: #fff;
}

.app-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.app-summary-row__value {
  font-weight: 600;
}
.app-summary-row--lg .app-summary-row__value {
  font-size: 30px;
  font-weight: bold;
}

.app-status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.app-status-row__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.app-status-row__label i {
  color: #fc1d1d;
}

.app-badge-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.35);
}
.app-badge-verified::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.app-badge-pending {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #FFE100;
  background: transparent;
  border: 1px solid #FFE100;
}
.app-badge-pending::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.app-table-wrap {
  overflow-x: auto;
}

.app-table {
  width: 100%;
  margin-bottom: 0;
  font-size: 13px;
}
.app-table thead th {
  color: var(--landing-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 16px;
  white-space: nowrap;
}
.app-table tbody td {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
  white-space: nowrap;
}
.app-table tbody tr:last-child td {
  border-bottom: 0;
}

.app-qr-box {
  width: 190px;
  margin: 0 auto 20px;
}
.app-warning-box {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #FF7B7B;
  color: #FF7B7B;
  margin-top: 15px;
}

.app-countdown {
  color: var(--landing-muted);
  margin-bottom: 28px;
  text-align: center;
}
.app-countdown strong {
  color: #fc1d1d;
}

.app-network-badge {
  color: #fc1d1d;
  background: rgba(252, 29, 29, 0.15);
  font-size: 11px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .app-header__menu {
    align-items: center;
    padding: 12px 0 4px;
    text-align: center;
  }
  .app-header__menu .nav-link {
    padding: 10px 0;
  }
  .app-header__welcome-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 8px;
  }
}
.list-line-summary .app-summary-row {
  border-bottom: 1px solid #844E4F;
}
.list-line-summary .app-summary-row:last-child {
  border-bottom: 0;
}

.app-panel.custom-send .bg-inner {
  min-height: 425px;
}

@media screen and (max-width: 480px) {
  .app-summary-row--lg .app-summary-row__value {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .app-summary-row--lg .app-summary-row__value {
    font-size: 20px;
  }
}
.crx-field-label {
  font-size: 11px;
}

.system-report-panel .bg-inner {
  min-height: initial;
}

.system-report__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.system-report__brand-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(180deg, #fc1d1d 0%, #590000 100%);
  color: #fff;
  flex-shrink: 0;
}

.system-report-card {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #844e4f;
  background: radial-gradient(50% 50% at 50% 50%, #200000 0%, #0c0000 100%);
}
.system-report-card.app-panel .bg-inner {
  min-height: 180px;
}
.system-report-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #fff;
  background: #5a0200;
}
.system-report-card__label {
  margin-bottom: 8px;
  font-size: 13px;
  color: #b1b1b1;
}
.system-report-card__value {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.system-report-card__value--accent {
  color: #fc1d1d;
}
.system-report-card__unit {
  margin-bottom: 0;
  font-size: 12px;
  color: #b1b1b1;
}
.system-report-card__badge {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: #5a0200;
}

.system-report__ring-svg {
  --ring-circumference: 326.73;
  --sale-progress: 25;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.system-report__ring-svg .system-report__ring-fill {
  stroke-dasharray: var(--ring-circumference);
  stroke-dashoffset: calc(var(--ring-circumference) * (1 - var(--sale-progress) / 100));
}

.system-report__ring-progress {
  position: relative;
  width: 170px;
  height: 170px;
  min-width: 170px;
  border-radius: 100%;
  overflow: hidden;
}

.system-report__ring-track {
  fill: none;
  stroke: #2a1212;
  stroke-width: 10;
}

.system-report__ring-fill {
  fill: none;
  stroke: #fc1d1d;
  stroke-width: 10;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.45s ease;
  filter: drop-shadow(0 0 6px rgba(252, 29, 29, 0.45));
}

.system-report__ring-inner {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #100202;
}

.system-report__ring-value {
  font-size: 30px;
  font-weight: bold;
}

.system-report__sold {
  font-size: 24px;
  font-weight: 600;
}

.system-report__bar.progress {
  height: 25px;
  border-radius: 999px;
  overflow: hidden;
  background: #2a1212;
  border: 1px solid #4a3e3e;
  margin-bottom: 32px;
}
.system-report__bar.progress .progress-bar {
  border-radius: inherit;
  background: linear-gradient(90deg, #b60000 0%, #fc1d1d 100%);
  box-shadow: 0 0 12px rgba(252, 29, 29, 0.45);
}

.system-report__ticks {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  color: #b1b1b1;
}
.system-report__ticks span {
  position: relative;
}
.system-report__ticks span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b1b1;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.system-report__ticks span.system-report__ticks-active {
  color: #fc1d1d;
  font-weight: 600;
}
.system-report__ticks span.system-report__ticks-active::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #fc1d1d;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.system-report-panel .content-main {
  gap: 40px;
}

.crx-live.app-badge-verified {
  color: #fff;
  background: #150000;
  border-color: #e40d0b;
}
.crx-live.app-badge-verified::before {
  background: #e40d0b;
}

@media screen and (max-width: 480px) {
  .system-report-panel .content-main {
    display: block !important;
  }
  .system-report__ring-progress {
    margin: auto auto 30px;
  }
  .system-report-card.app-panel .bg-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .system-report-card__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .system-report-panel .content-main {
    display: block !important;
  }
  .system-report__ring-progress {
    margin: auto auto 30px;
  }
  .system-report-card.app-panel .bg-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .system-report-card__label {
    font-size: 12px;
  }
}
.profile-panel .bg-inner {
  min-height: 100%;
}

.profile-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.profile-panel__action {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fc1d1d;
  text-decoration: none;
}
.profile-panel__action:hover, .profile-panel__action:focus {
  color: #ff4d4d;
  border-color: rgba(252, 29, 29, 0.7);
}
.profile-panel__action--static {
  pointer-events: none;
}

.profile-stat-box {
  height: 100%;
  padding: 18px 16px;
  border-radius: 10px;
  border: 1px solid #844e4f;
  background: radial-gradient(50% 50% at 50% 50%, #200000 0%, #0c0000 100%);
  text-align: center;
  position: relative;
}
.profile-stat-box__icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.profile-stat-box__label {
  display: block;
  margin-bottom: 6px;
}
.profile-stat-box__value {
  font-size: 20px;
  font-weight: 600;
}
.profile-stat-box::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/landing-page/line-bottom.png") center center no-repeat;
  margin: auto;
}
.profile-stat-box::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/landing-page/line-bottom.png") center center no-repeat;
  margin: auto;
}

.profile-info-list {
  display: flex;
  flex-direction: column;
}

.profile-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(132, 78, 79, 0.65);
  font-size: 14px;
}
.profile-info-row:last-child {
  border-bottom: 0;
}
.profile-info-row__value {
  font-weight: 500;
  text-align: right;
  word-break: break-word;
}
.profile-info-row--stack {
  flex-direction: column;
  align-items: stretch;
}
.profile-info-row--stack .profile-info-row__value {
  text-align: left;
  width: 100%;
}

.profile-panel .box-input-main {
  margin-bottom: 0;
}

.profile-panel .app-warning-box {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
}

.profile-panel.custom-h-md .bg-inner {
  min-height: 310px;
}
.profile-panel.custom-h-lg .bg-inner {
  min-height: 420px;
}

.referral-stat-box .bg-inner {
  min-height: 100px;
  padding: 10px 20px;
}
.referral-stat-box__icon {
  width: 40px;
  height: 40px;
}
.referral-stat-box__value {
  font-size: 20px;
  font-weight: 600;
}
.referral-stat-box__meta {
  font-size: 14px;
  color: #B1B1B1;
}
.referral-stat-box__label {
  font-size: 14px;
  color: #B1B1B1;
}
.referral-stat-box::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/landing-page/line-bottom.png") center center no-repeat;
}

.referral-panel.app-panel .bg-inner {
  min-height: 202px;
}

.referral-field-label {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}

.referral-input.box-input-main {
  margin-bottom: 20px;
}
.referral-input.box-input-main .input-group-text {
  color: #fc1d1d;
  font-size: 18px;
  min-width: 48px;
  justify-content: center;
}
.referral-input.box-input-main .form-control {
  font-size: 14px;
  font-weight: 500;
}

.referral-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.referral-share-btn {
  flex: 1 1 calc(50% - 6px);
  min-width: 180px;
  min-height: 48px;
  padding: 0 18px;
  font-size: 13px;
}

.referral-hint {
  font-size: 13px;
  line-height: 1.55;
  color: #b1b1b1;
}

.custom-works .referral-step-box {
  min-height: 178px;
  padding: 20px;
}
.custom-works .referral-step-box .referral-step-box__icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  text-align: center;
}
.custom-works .referral-step-box .referral-step-box__icon img {
  position: absolute;
  line-height: 40px;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: 22px;
}
.custom-works .referral-step-box .referral-step-box__icon span {
  position: absolute;
  line-height: 40px;
  font-weight: 600;
  font-size: 22px;
  left: 0;
  right: 0;
}
.custom-works .referral-step-box .referral-step-box__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.custom-works .referral-step-box .referral-step-box__text {
  color: #B1B1B1;
}
.custom-works .list-btn .landing-btn {
  min-width: 300px;
}
@media screen and (max-width: 480px) {
  .custom-works .referral-step-box {
    min-height: inherit;
  }
  .custom-works .list-btn .landing-btn {
    min-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .custom-works .referral-step-box {
    min-height: inherit;
  }
  .custom-works .list-btn .landing-btn {
    min-width: inherit;
  }
}

@media screen and (max-width: 480px) {
  .referral-panel.app-panel .bg-inner {
    min-height: inherit;
  }
  .referral-share-btn img {
    height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .referral-panel.app-panel .bg-inner {
    min-height: inherit;
  }
  .referral-share-btn img {
    height: 18px;
  }
}
.overview-stat-box {
  position: relative;
}
.overview-stat-box .bg-inner {
  min-height: 100px;
  padding: 10px 20px;
}
.overview-stat-box__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #fc1d1d;
  font-size: 22px;
}
.overview-stat-box__icon img {
  height: 40px;
}
.overview-stat-box__label {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b1b1b1;
}
.overview-stat-box__value {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.overview-stat-box__meta {
  margin-top: 4px;
  color: #b1b1b1;
}
.overview-stat-box__meta span {
  color: #FF7B7B;
}
.overview-stat-box::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  background: url("../images/landing-page/line-bottom.png") center center no-repeat;
}

.overview-panel .bg-inner {
  min-height: initial;
}

.overview-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #844e4f;
  background: radial-gradient(50% 50% at 50% 50%, #200000 0%, #0c0000 100%);
}
.overview-info-card__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fc1d1d;
  font-size: 20px;
  background: rgba(252, 29, 29, 0.12);
}
.overview-info-card__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.overview-info-card__text {
  color: #b1b1b1;
}

.overview-notice .bg-inner {
  min-height: 90px;
  padding: 20px;
}
.overview-notice__text {
  color: #FF7B7B;
}
.overview-notice__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.overview-notice__icon img {
  height: auto;
}

.overview-quick-links__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.overview-quick-links__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.overview-quick-link {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.overview-quick-link img {
  height: 24px;
  margin-right: 6px;
}

@media screen and (max-width: 480px) {
  .overview-stat-box .bg-inner {
    min-height: 96px;
    padding: 14px 16px;
  }
  .overview-stat-box__value {
    font-size: 18px;
  }
  .overview-stat-box__label, .overview-stat-box__meta {
    font-size: 12px;
  }
  .overview-info-card {
    padding: 14px;
  }
  .overview-info-card__title {
    font-size: 14px;
  }
  .overview-info-card__text {
    font-size: 13px;
  }
  .overview-quick-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .overview-stat-box .bg-inner {
    min-height: 96px;
    padding: 14px 16px;
  }
  .overview-stat-box__value {
    font-size: 18px;
  }
  .overview-stat-box__label, .overview-stat-box__meta {
    font-size: 12px;
  }
  .overview-info-card {
    padding: 14px;
  }
  .overview-info-card__title {
    font-size: 14px;
  }
  .overview-info-card__text {
    font-size: 13px;
  }
  .overview-quick-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 320px) {
  .overview-quick-links__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .overview-stat-box__value {
    font-size: var(--crx-fs-lg);
  }
  .overview-stat-box__label, .overview-stat-box__meta {
    font-size: var(--crx-fs-xs);
  }
  .overview-quick-links__title {
    font-size: var(--crx-fs-xl);
  }
  .overview-quick-link {
    font-size: var(--crx-fs-sm);
    min-height: 48px;
  }
}
:root {
  --crx-fs-base: 16px;
  --crx-fs-xs: 12px;
  --crx-fs-sm: 14px;
  --crx-fs-md: 16px;
  --crx-fs-lg: 18px;
  --crx-fs-xl: 20px;
  --crx-fs-2xl: 24px;
  --crx-fs-display: 50px;
  --crx-fs-subtitle: 20px;
  --crx-fs-nav: 16px;
  --crx-fs-btn: 14px;
  --crx-fs-input-lg: 30px;
  --crx-fs-accordion: 20px;
}

@media (max-width: 991.98px) {
  :root {
    --crx-fs-display: 36px;
    --crx-fs-subtitle: 18px;
    --crx-fs-2xl: 22px;
    --crx-fs-input-lg: 24px;
    --crx-fs-accordion: 18px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --crx-fs-display: 24px;
    --crx-fs-subtitle: 14px;
    --crx-fs-xl: 16px;
    --crx-fs-lg: 14px;
    --crx-fs-2xl: 18px;
    --crx-fs-input-lg: 18px;
    --crx-fs-accordion: 16px;
    --crx-fs-nav: 14px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --crx-fs-display: 20px;
    --crx-fs-subtitle: 12px;
    --crx-fs-base: 12px;
    --crx-fs-md: 12px;
    --crx-fs-input-lg: 14px;
  }
}
html,
body {
  font-size: var(--crx-fs-base);
}

.title-sec,
.auth-title {
  font-size: var(--crx-fs-display);
}

.desc-sec,
.auth-subtitle {
  font-size: var(--crx-fs-subtitle);
}

.title-sm {
  font-size: var(--crx-fs-xl);
}

.landing-header__menu .nav-link,
.landing-header__menu .nav-link.landing-header__link {
  font-size: var(--crx-fs-nav);
}

.landing-btn {
  font-size: var(--crx-fs-btn);
}

.crx-badge {
  font-size: var(--crx-fs-sm);
}

.landing-page #how-it-works .title-sec,
.landing-page #security.landing-section .title-sec {
  font-size: 50px;
}
.landing-page #how-it-works .desc-sec,
.landing-page #security.landing-section .desc-sec {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .landing-page #how-it-works .title-sec,
  .landing-page #security.landing-section .title-sec {
    font-size: 20px;
  }
  .landing-page #how-it-works .desc-sec,
  .landing-page #security.landing-section .desc-sec {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .landing-page #how-it-works .title-sec,
  .landing-page #security.landing-section .title-sec {
    font-size: 20px;
  }
  .landing-page #how-it-works .desc-sec,
  .landing-page #security.landing-section .desc-sec {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .crx-page__shape {
    width: 180px;
    height: 180px;
    opacity: 0.12;
  }
  .sys-page {
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .sys-page--auth {
    padding-top: 60px;
  }
  .landing-header__navbar {
    padding: 10px 16px;
    min-height: initial;
  }
  .landing-header__menu {
    align-items: center;
    padding: 12px 0 4px;
    text-align: center;
  }
  .landing-header__menu .nav-item .nav-link {
    padding: 10px 16px;
  }
  .landing-header__cta {
    justify-content: center;
    width: 100%;
    padding-bottom: 8px;
  }
  .app-header__menu {
    align-items: center;
    padding: 12px 0 4px;
    text-align: center;
  }
  .app-header__menu .nav-link {
    padding: 10px 0;
  }
  .crx-widget {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bg-overlay-ready.crx-widget .bg-inner {
    min-height: initial;
    padding: 15px;
  }
  .profile-panel.custom-h-md .bg-inner,
  .profile-panel.custom-h-lg .bg-inner {
    min-height: initial;
    padding: 15px;
  }
  .app-panel.custom-send .bg-inner,
  .bg-overlay-ready.app-panel.custom-receive .bg-inner {
    min-height: initial;
  }
}
@media (max-width: 767.98px) {
  .landing-page,
  .sys-app-page,
  .sys-auth-page {
    background-position: center top;
    background-size: cover;
  }
  .landing-header {
    padding-top: 10px;
  }
  .landing-header__logo {
    height: 28px;
  }
  .landing-header__cta.d-lg-none {
    display: none !important;
  }
  .crx-token-bar .bg-inner {
    padding: 12px;
  }
  .landing-page .crx-token-bar__cell {
    margin-bottom: 10px;
    min-height: 64px;
  }
  .landing-page .crx-token-bar__cell .text {
    font-size: var(--crx-fs-sm);
  }
  .landing-page .crx-token-bar__cell .value {
    font-size: var(--crx-fs-lg);
  }
  .landing-page .crx-token-bar__cell .icon img {
    height: 32px;
  }
  .landing-page .crx-token-bar__cell:hover {
    transform: none;
  }
  .landing-page .crx-accordion .accordion-button {
    min-height: 56px;
    font-size: var(--crx-fs-accordion);
    padding: 12px 16px;
  }
  .landing-page .crx-accordion .accordion-body {
    font-size: var(--crx-fs-sm);
    margin-left: 12px;
    margin-right: 12px;
    padding: 12px 0;
  }
  .landing-page.sec-faq .banner {
    max-width: 100%;
    margin-top: 24px;
  }
  .landing-page .crx-cta-box .landing-btn {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .crx-widget .box-receive {
    min-height: initial;
    padding: 10px 14px;
    margin-bottom: 20px;
  }
  .crx-widget .box-receive .form-control.custom {
    font-size: var(--crx-fs-input-lg);
  }
  .crx-widget .box-receive .icon-coin {
    min-width: 72px;
    font-size: var(--crx-fs-sm);
  }
  .crx-widget .box-receive .icon-coin img {
    height: 22px;
  }
  .crx-widget .box-btn {
    margin-bottom: 16px;
  }
  .btn-secured-bg {
    font-size: 12px;
  }
  .auth-hero-icon {
    height: 96px;
  }
  .auth-hero-icon img {
    max-height: 80px;
  }
  .auth-card .bg-inner,
  .bg-overlay-ready.auth-card .bg-inner {
    padding: 15px;
  }
  .auth-social-btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: var(--crx-fs-sm);
  }
  .auth-social-btn__brand {
    gap: 8px;
  }
  .auth-otp-row {
    gap: 6px;
  }
  .auth-otp-row .form-control {
    width: 40px;
    height: 48px;
    font-size: var(--crx-fs-lg);
  }
  .auth-input-group .form-control,
  .auth-input-group .btn-toggle-pw {
    min-height: 44px;
    font-size: var(--crx-fs-md);
  }
  .wallet-network-card {
    flex-wrap: wrap;
    gap: 12px;
  }
  .box-input-number .form-control {
    font-size: var(--crx-fs-lg);
    height: 56px;
  }
  .app-section-intro {
    margin-bottom: 24px;
    padding: 0 4px;
  }
  .app-summary-row {
    padding: 12px 0;
    font-size: var(--crx-fs-sm);
  }
  .app-summary-row--lg .app-summary-row__value {
    font-size: var(--crx-fs-2xl);
  }
  .app-status-row {
    padding: 12px 0;
    font-size: var(--crx-fs-sm);
    flex-wrap: wrap;
    gap: 8px;
  }
  .app-countdown {
    font-size: var(--crx-fs-sm);
    margin-bottom: 20px;
  }
  .app-qr-box {
    width: 160px;
  }
  .app-warning-box {
    font-size: var(--crx-fs-sm);
    padding: 12px;
  }
  .system-report__head {
    flex-direction: column;
    align-items: stretch;
  }
  .system-report__head .crx-live {
    align-self: flex-start;
  }
  .system-report-card__icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .system-report-card__value {
    font-size: var(--crx-fs-lg);
  }
  .system-report__sold {
    font-size: var(--crx-fs-lg);
  }
  .table-main {
    font-size: var(--crx-fs-xs);
  }
  .table-main th,
  .table-main td {
    padding: 10px 8px;
    white-space: nowrap;
  }
  .profile-stat-box {
    margin-bottom: 12px;
  }
  .profile-stat-box__icon {
    width: 72px;
    height: 72px;
  }
  .profile-stat-box__value {
    font-size: var(--crx-fs-xl);
  }
  .referral-stat-box {
    margin-bottom: 12px;
  }
  .referral-stat-box__icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }
  .referral-stat-box__icon img {
    width: 28px;
  }
  .referral-stat-box__value {
    font-size: var(--crx-fs-xl);
  }
  .referral-stat-box__meta, .referral-stat-box__label {
    font-size: var(--crx-fs-xs);
  }
  .referral-hint {
    font-size: var(--crx-fs-xs);
  }
  .profile-info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 0;
    font-size: var(--crx-fs-sm);
  }
  .profile-info-row__value {
    text-align: left;
  }
  .profile-panel .app-warning-box {
    font-size: var(--crx-fs-xs);
  }
  .landing-footer,
  footer.border-top {
    text-align: center;
  }
  .landing-footer .nav,
  footer.border-top .nav {
    justify-content: center !important;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .sys-page {
    padding-top: 100px;
    padding-bottom: 32px;
  }
  .sys-page--auth {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .auth-otp-row .form-control {
    width: 36px;
    height: 44px;
  }
  .crx-badge {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .crx-badge img {
    height: 18px;
  }
  .landing-btn--primary {
    min-height: 40px;
    min-width: 0 !important;
  }
  .profile-stat-box__value {
    font-size: var(--crx-fs-lg);
  }
}
@media (hover: none) {
  .bg-overlay-faq:hover,
  .landing-btn:hover,
  .landing-btn:focus,
  .crx-token-bar__cell:hover {
    transform: none;
  }
  .bg-overlay-faq:hover {
    padding: 1px;
  }
  #how-it-works .bg-overlay:hover,
  #security .bg-overlay:hover {
    transform: translateY(-15px);
    padding: 2px;
  }
  .crx-widget .box-receive .text, .crx-widget .box-receive .desc-coin {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
.modal-content {
    background: radial-gradient(50% 50% at 50% 50%, #200000 0%, #0c0000 100%);
    border: 1px solid #844e4f;
    border-radius: 14px;
    color: #fff
}

.modal-content .btn-update {
    background: linear-gradient(180deg, #fc1d1d 0%, #b60000 100%);
    border: 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    min-height: 48px;
    color: #fff
}

.modal-content .btn-update:hover,
.modal-content .btn-update:focus {
    background: linear-gradient(180deg, #fc1d1d 0%, #590000 100%);
    box-shadow: none;
    color: #fff
}

.modal-content .btn-update:disabled {
    opacity: .5
}

.modal-content .modal-header {
    padding: 20px 24px 16px;
    border-bottom: 1px solid rgba(132, 78, 79, .55)
}

.modal-content .modal-header .modal-title {
    font-size: 16px;
    font-weight: 600
}

.modal-content .modal-header .btn-close {
    filter: invert(1) brightness(0.7);
    opacity: .6
}

.modal-content .modal-header .btn-close:hover,
.modal-content .modal-header .btn-close:focus {
    opacity: 1;
    box-shadow: none
}

.modal-content .modal-body {
    padding: 24px
}

.modal-content .modal-body .form-label {
    font-size: 13px;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 8px
}

.modal-content .modal-body .auth-input-group .input-group-text {
    background: rgba(0, 0, 0, .45);
    border: 1px solid #363340;
    border-right: 0;
    color: #fc1d1d;
    padding: 0 14px
}

.modal-content .modal-body .auth-input-group .form-control {
    background: rgba(0, 0, 0, .45);
    border: 1px solid #363340;
    color: #fff;
    min-height: 48px;
    padding: 12px 14px;
    box-shadow: none
}

.modal-content .modal-body .auth-input-group .form-control::placeholder {
    color: rgba(154, 154, 154, .85)
}

.modal-content .modal-body .auth-input-group .form-control:focus {
    background: rgba(0, 0, 0, .55);
    border-color: rgba(252, 29, 29, .5);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(252, 29, 29, .25)
}

.modal-content .modal-body .auth-input-group .form-control[readonly] {
    color: rgba(255, 255, 255, .5);
    cursor: not-allowed
}

.modal-content .modal-body .auth-input-group .input-group-text+.form-control {
    border-left: 0
}

.modal-content .modal-body .auth-input-group .btn-outline-secondary {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #363340;
    border-left: 0;
    color: #fc1d1d;
    font-size: 13px;
    font-weight: 500;
    min-height: 48px;
    padding: 0 16px;
    white-space: nowrap
}

.modal-content .modal-body .auth-input-group .btn-outline-secondary:hover,
.modal-content .modal-body .auth-input-group .btn-outline-secondary:focus {
    background: rgba(252, 29, 29, .1);
    border-color: rgba(252, 29, 29, .5);
    color: #fc1d1d;
    box-shadow: none
}

.modal-content .modal-body .auth-input-group .btn-outline-secondary:disabled {
    opacity: .4;
    pointer-events: none
}

.modal-content .modal-footer {
    padding: 0 24px 24px;
    border-top: 0
}

.modal-backdrop {
    background-color: #000
}

.modal-backdrop.show {
    opacity: .75
}

@media(max-width: 991.98px) {
    .modal-content .modal-body {
        padding: 20px 16px
    }

    .modal-content .modal-footer {
        padding: 0 16px 20px
    }

    .modal-content .modal-body .auth-input-group .btn-outline-secondary {
        font-size: 12px;
        padding: 0 12px
    }
}
