/* bx-build:6de94d2dfb70959d */
/* bx-c879e508a51b2fc7 build=20260521 */
/* ── Global: lock horizontal scroll + instant scroll restore ── */
html { overflow-x: hidden; scroll-behavior: auto !important; }
body { overflow-x: hidden; max-width: 100%; scroll-behavior: auto !important; position: relative; }

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2147483646;
  background:
    radial-gradient(ellipse 60% 65% at 0% 50%, rgba(255,255,255,0.022) 0%, transparent 70%),
    radial-gradient(ellipse 60% 65% at 100% 50%, rgba(255,255,255,0.022) 0%, transparent 70%),
    radial-gradient(ellipse 80% 55% at 50% 50%, rgba(255,255,255,0.022) 0%, transparent 75%);
  mix-blend-mode: screen;
  will-change: transform;
}

.header-top {
  padding-top: 10px;
  padding-bottom: 15px;
}
.langSel {
  height: 30px;
  padding: 3px 15px;
  font-size: 14px;
}
.header-top-right .header-action a {
  width: 80px;
  padding: 6px 10px;
  font-size: 14px;
}
.header-top-right .header-action a + a {
  margin-left: 20px;
}
.work-item {
  box-shadow: -4px -4px 3px rgba(255, 255, 255, 0.1),
    4px 4px 5px rgba(0, 0, 0, 0.35) !important;
  background-color: transparent;
  border-radius: 10px;
  padding: 20px;
}
.work-item .work-icon {
  font-size: 50px;
  line-height: 1em;
  position: relative;
}
.work-item .work-icon::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  animation: rotate 15s linear infinite;
}
.work-item .work-icon i {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .work-item .work-icon {
    font-size: 40px;
  }
  .work-item .work-icon::before {
    width: 80px;
    height: 80px;
  }
  .work-item .work-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.work-item .work-content {
  margin-top: 20px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.custom-input-group {
  background-color: transparent;
  border: none;
  padding: 0;
}
.country-select {
  height: 60px;
}
.inner-hero-section {
  border-bottom: 5px solid #f1ff00;
  position: relative;
  overflow: hidden;
}
.inner-hero-content {
  position: relative;
  z-index: 9;
}
.inner-hero-content .page__breadcums a {
  color: #f1ff00;
}
#particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #111933;
  box-shadow: -4px -4px 3px rgba(255, 255, 255, 0.1),
    4px 4px 5px rgba(0, 0, 0, 0.35);
}
.header-section.header-fixed .header-top {
  display: none;
}
@media (min-width: 1200px) {
  .header-section.header-fixed .header-bottom {
    padding: 10px 0;
  }
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
*::-webkit-scrollbar {
  width: 3px;
  background-color: #eaf7e4;
}
*::-webkit-scrollbar-button {
  background-color: #f1ff00;
}
*::-webkit-scrollbar-thumb {
  background-color: #f1ff00;
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding: 0 10px;
  }
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.inner-hero-content {
  padding-top: 200px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .inner-hero-content {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .inner-hero-content {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
/* table css start */
.table {
  margin-bottom: 0;
}

.table th {
  font-size: 0.75rem;
  text-align: center;
}

.table td {
  font-size: 0.875rem;
  text-align: center;
}

.table td span,
.table td p,
.table td li {
  font-size: 0.875rem;
}

table th:last-child {
  text-align: right;
}

table th:first-child {
  text-align: left;
}

table td:last-child {
  text-align: right;
}

table td:first-child {
  text-align: left;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(115, 115, 115, 0.05);
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  top: 0;
  left: 0;
  padding: 13px 15px;
  display: none;
}

.neu--table thead {
  border-bottom: 0 !important;
}
.neu--table thead th {
  color: #fff;
}

.neu--table tbody {
  border-top: 0 !important;
}
.neu--table tbody tr td {
  padding: 25px 15px;
  border-top: 0.5px solid #4b4b4e8c;
  color: #fff;
}
.neu--table tbody tr {
  border-color: #ffffff15;
}

@media (max-width: 767px) {
  .neu--table tbody tr:first-child td {
    padding: 25px 15px;
    border-top: 0.5px solid #4b4b4e8c;
    /* opacity: 0.5; */
  }
  .table-responsive--sm thead {
    display: none;
    color: #fff !important;
  }

  .table-responsive--sm tbody tr:nth-child(odd) {
    background-color: rgba(115, 115, 115, 0.05);
  }

  .table-responsive--sm tbody tr:nth-child(even) {
    background-color: #0a0a57;
  }
  .table-responsive--sm.neu--table tr th,
  .table-responsive--sm.neu--table tr td,
  .table-responsive--sm tr th,
  .table-responsive--sm tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
  }

  .table-responsive--sm [data-label]::before {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

@media (max-width: 575px) {
  .table-responsive--xs thead {
    display: none;
    color: #fff !important;
  }

  .table-responsive--xs tbody tr:nth-child(odd) {
    background-color: rgba(115, 115, 115, 0.05);
  }

  .table-responsive--xs tr th,
  .table-responsive--xs tr td,
  .table-responsive--xs.neu--table tr th,
  .table-responsive--xs.neu--table tr td {
    display: block;
    padding-left: 45%;
    text-align: right !important;
  }

  .table-responsive--xs [data-label]::before {
    display: block;
  }
}

@media (max-width: 320px) {
  .timer {
    font-size: 17px;
  }
  .bal {
    font-size: 23px;
  }
}

.footer-widget .privacy-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}

.privacy-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
  justify-content: center;
}
.privacy-links li {
  margin: 0px 10px;
}

.footer-section .copy-right-text {
  margin-top: 0px;
}
.footer-bottom {
  padding: 16px 0px;
  text-align: center;
}

@media (max-width: 1199px) {
  .navbar-toggler {
    margin-right: 0px;
  }
  .header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: -4px -4px 3px rgba(255, 255, 255, 0.1),
      4px 4px 5px rgba(0, 0, 0, 0.35);
  }
}

.list-group-item {
  background-color: transparent;
}
.btn-active::before {
  opacity: 0;
}
.btn-active::after {
  opacity: 1;
}



/* Copy Animation */

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ED6712;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

.bxn-cookie-banner {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.bxn-cookie-banner.hide {
  bottom: -500px !important;
}
.radius--10px {
  border-radius: 10px;
}

.bxn-cookie-banner__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.bxn-cookie-banner__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .bxn-cookie-banner {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}
.input-popup {
  display: none;
}
.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 70%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.input-popup p {
  padding-left: 20px;
  position: relative;
}
.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}
.input-popup p.error {
  text-decoration: line-through;
}
.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}
.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}
@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }
  .show-filter {
    display: block;
  }
}




/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%)
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: .3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  border-width: 2px !important;
  border-radius: .375rem !important;
  padding: .375rem .75rem !important;
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: rgb(var(--main)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}
.select2-container--open .select2-selection.select2-selection--single, .select2-container--open .select2-selection.select2-selection--multiple {
  border-color: #ED6712 !important;
  border-radius: .375rem !important;
}


.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: rgb(var(--main));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: rgb(var(--main));
  border-radius: 5px;
  height: 100%;

}


.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-y: auto;
  overflow-x: hidden;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: rgb(var(--main));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
  margin-bottom: 0;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid #ED6712;
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid #ED6712;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid #ED6712;
  display: inline-block;
  border-radius: 100%;

}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
      width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}


.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 9px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
      align-self: center;
      padding-left: 5px;
  }

}

.deposit-info__input-group .bx-input {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .bx-input:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;

}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-bottom: 0;
  background-color: transparent;
  box-shadow: -4px -4px 3px rgba(255, 255, 255, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.35) !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}
.payment-item__btn-text {
  color: #ED6712;
}

.payment-item__btn__icon {
  color: #ED6712;
}
.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}


.modal-content {
  background-color: #242431;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-content .close {
  background: transparent;
  color: #fff;
}

.modal-header {
  border-bottom: 1px solid #373742;
}
.modal-footer {
  border-top: 1px solid #373742;
}
.form-control {
  border-color: #424242 !important;
  background: #090953;
  height: 50px;
}

textarea:focus {
  background: #090953 !important;
  border-color: #626262 !important;
}

input::-webkit-input-placeholder {
  color: #626262 !important;
}

.h-50px {
  height: 50px;
}
.table-search {
  width: 33%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .table-search {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .table-search {
    width: 100%;
  }
}

input[readonly] {
  background-color: #060c4a;
}
.user-sidebar-menu li a.active {
  color: #ED6712;
}

.custom--card {
  text-align: center;
  padding: 30px;
  box-shadow: -4px -4px 3px rgb(255 255 255 / 10%), 4px 4px 5px rgb(0 0 0 / 35%) !important;
  background-color: hsl(var(--second_color));
}

.border-bottom {
  border-color: #ffffff45 !important;
}
.bxn-cookie-banner {
  background-color: #050933 !important;
  box-shadow: -4px -4px 3px rgb(255 255 255 / 10%), 4px 4px 5px rgb(0 0 0 / 35%) !important;
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

.verification-code-wrapper {
  border: 0;
  background-color: #050933;
  box-shadow: -4px -4px 3px rgb(255 255 255 / 10%), 4px 4px 5px rgb(0 0 0 / 35%) !important;
}
.verification-code::after {
  background-color: #050933;
  color: #050933;
}
.verification-code input,
.verification-code input:hover,
.verification-code input:focus {
  border: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.702) !important;
}

.verification-code span {
  background: transparent !important;
  color: #fff;
  box-shadow: 7px 7px 10px rgb(0 0 0 / 25%) inset,
    -4px -4px 4px rgb(255 255 255 / 5%) inset !important;
  border: 0 !important;
}

/* ===================================================
   MINING PLATFORM SKIN — full redesign overrides
   =================================================== */

/* Global dark background */
body {
  background-color: #0B0D10 !important;
  background-image: none !important;
  background-attachment: fixed !important;
  color: #F3F4F6;
}
.color-version-one { background: transparent !important; }

/* Hide old left sidebar (replaced by bottom nav) */
.user-sidebar { display: none !important; }
.user-panel-sidebar { display: none !important; }

/* Remove breadcrumb section */
.breadcrumb-section { display: none !important; }

/* Bottom nav spacing on mobile */
@media (max-width: 1024px) {
  .dashboard-section,
  .pt-120, .pb-120,
  .pt-150, .pb-150 {
    padding-bottom: 5rem !important;
  }
  main { padding-bottom: 4rem; }
}

/* Bootstrap modals stay on top of Tailwind stacking context */
.modal-backdrop { z-index: 1040 !important; }
.modal { z-index: 1050 !important; }

/* Pulse animation for online miner indicators */
@keyframes tw-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.tw-animate-pulse { animation: tw-pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }

/* Custom scrollbar in dark theme */
*::-webkit-scrollbar-track { background-color: #111 !important; }
*::-webkit-scrollbar { width: 4px; background-color: #222; }
*::-webkit-scrollbar-thumb { background-color: rgba(200,210,225,.18) !important; }

/* Mining card progress bar */
.miner-progress-bar {
  height: 4px;
  background: #454C60;
  border-radius: 999px;
  overflow: hidden;
}
.miner-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ED6712, #ff9a45);
  border-radius: 999px;
  transition: width 0.6s ease;
}

/* Tab active state for marketplace */
.mining-tab-btn {
  padding: 8px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #454C60;
  color: #787878;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.mining-tab-btn.active {
  background: #ED6712;
  border-color: #ED6712;
  color: #fff;
}
.mining-tab-btn:not(.active):hover {
  border-color: #ED6712;
  color: #ED6712;
}

/* Miner stat boxes */
.miner-stat-box {
  background: #1b1b1e;
  border-radius: 12px;
  padding: 10px 12px;
}
.miner-stat-box .stat-label { color: #787878; font-size: 11px; margin-bottom: 2px; }
.miner-stat-box .stat-value { color: #fff; font-size: 13px; font-weight: 400; }
.miner-stat-box .stat-value.accent { color: #ED6712; }

/* Online indicator */
.online-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: tw-pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;
}

/* Alert styling override for mining theme */
.alert { border-radius: 12px !important; background: #111111 !important; }

/* Button overrides */
.btn--mining {
  display: block;
  width: 100%;
  text-align: center;
  background: #ED6712;
  color: #fff;
  border-radius: 12px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.btn--mining:hover { background: #d55d0d; color: #fff; }
.btn--mining-outline {
  display: block;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #ED6712;
  border-radius: 12px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ED6712;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.btn--mining-outline:hover { background: #ED6712; color: #fff; }

/* Mining card */
.mining-card {
  background: rgba(17,17,17,0.7);
  border: 1px solid #464646;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.2s;
}
.mining-card:hover { border-color: #ED6712; }

/* Summary stat cards */
.summary-stat-card {
  background: rgba(17,17,17,0.7);
  border: 1px solid #454C60;
  border-radius: 16px;
  padding: 18px 20px;
}
.summary-stat-card .ssc-label { color: #787878; font-size: 12px; margin-bottom: 6px; }
.summary-stat-card .ssc-value { color: #fff; font-size: 22px; font-weight: 400; line-height: 1.2; }
.summary-stat-card .ssc-value.accent { color: #ED6712; }
.summary-stat-card .ssc-link { color: #ED6712; font-size: 12px; margin-top: 4px; display: block; }

/* Section heading */
.section-heading-mining {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}

/* ═══ HERO HEADLINE — force large display text ═══ */
.hero-headline {
  font-size: clamp(120px, 15vw, 240px) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.04em !important;
  font-weight: 800 !important;
  font-family: 'Inter','Helvetica Neue',Arial,sans-serif !important;
  text-transform: uppercase !important;
}
.hero-headline span {
  display: block !important;
  white-space: nowrap !important;
}
@media (max-width: 1024px) {
  .hero-headline {
    font-size: clamp(96px, 20vw, 190px) !important;
  }
}
@media (max-width: 640px) {
  .hero-headline {
    font-size: clamp(80px, 23vw, 120px) !important;
    letter-spacing: -0.035em !important;
  }
}

/* ═══ SECTION HEADERS — proportionally large ═══ */
.neo-section-h2 {
  font-size: clamp(52px, 9.5vw, 116px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
  font-family: 'Inter','Helvetica Neue',Arial,sans-serif !important;
}
@media (max-width: 575px) {
  .neo-section-h2 {
    font-size: clamp(40px, 10vw, 80px) !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   APP COMPONENT LIBRARY — mining startup v2
   ═══════════════════════════════════════════════════════════ */

/* ── App base ── */
.app-shell { background: #070605; min-height: 100vh; }

/* ── App card ── */
.app-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
}

/* ── Pulsing dot ── */
.pulse-dot-green {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: #4ADE80;
  box-shadow: 0 0 0 0 rgba(74,222,128,0.4);
  animation: pulse-ring-g 2s ease-out infinite;
}
@keyframes pulse-ring-g {
  0%  { box-shadow: 0 0 0 0 rgba(74,222,128,0.4); }
  70% { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
  100%{ box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}

/* ── Quick action button ── */
.qa-btn {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  padding: 14px 8px; border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.7); text-decoration: none;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  transition: all 0.2s; flex: 1; cursor: pointer;
}
.qa-btn:hover { background: rgba(237,103,18,0.1); border-color: rgba(237,103,18,0.35); color: #FF6B1A; text-decoration: none; }

/* ── Stat tile ── */
.stat-tile {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 16px;
}
.stat-tile-lbl {
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin: 0 0 8px;
}
.stat-tile-val {
  font-size: 20px; font-weight: 600; color: #fff;
  font-variant-numeric: tabular-nums; font-family: 'JetBrains Mono','Fira Code',monospace;
}
.stat-tile-val.orange { color: #FF6B1A; }
.stat-tile-val.green  { color: #4ADE80; }

/* ── Miners CTA button ── */
.miners-cta-btn {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,107,26,0.13) 0%, rgba(237,103,18,0.05) 100%);
  border: 1px solid rgba(237,103,18,0.32);
  text-decoration: none; color: #fff; transition: all 0.2s;
}
.miners-cta-btn:hover { border-color: rgba(237,103,18,0.6); color: #fff; text-decoration: none; }

/* ── Miner row (dashboard/invests) ── */
.miner-row-card {
  background: rgba(255,255,255,0.028);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 18px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 0.2s;
}
.miner-row-card:hover { border-color: rgba(237,103,18,0.3); }

/* ── Marketplace miner card ── */
.mkt-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 20px;
  display: flex; flex-direction: column; gap: 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.mkt-card:hover { border-color: rgba(237,103,18,0.35); box-shadow: 0 8px 32px rgba(237,103,18,0.08); }

/* ── Deploy button ── */
.deploy-btn {
  display: block; width: 100%; padding: 13px;
  background: linear-gradient(135deg, #FF7219 0%, #ED6712 100%);
  color: #fff; font-weight: 500; font-size: 14px;
  text-align: center; text-decoration: none; border: none;
  border-radius: 13px; cursor: pointer;
  box-shadow: 0 4px 20px rgba(237,103,18,0.28);
  transition: opacity 0.2s, transform 0.15s;
}
.deploy-btn:hover { opacity: 0.9; transform: translateY(-1px); color: #fff; text-decoration: none; }

/* ── Tab pill ── */
.tab-pill {
  display: inline-flex;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 4px; gap: 2px;
}
.tab-pill-btn {
  padding: 9px 22px; border-radius: 10px; border: 1px solid transparent;
  background: transparent; color: rgba(255,255,255,0.5);
  font-size: 13px; font-family: inherit; cursor: pointer; transition: all 0.2s;
}
.tab-pill-btn.active {
  background: rgba(237,103,18,0.16); border-color: rgba(237,103,18,0.35); color: #FF6B1A;
}

/* ── Section micro label ── */
.micro-label {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin: 0;
}

/* ── Progress bar (app style) ── */
.app-bar { height: 3px; border-radius: 3px; background: rgba(255,255,255,0.07); overflow: hidden; }
.app-bar-fill {
  height: 100%; border-radius: 3px;
  background: linear-gradient(90deg, #FF7219, #ED6712);
  box-shadow: 0 0 8px rgba(237,103,18,0.5);
  transition: width 0.8s ease;
}

/* ── Team stat box ── */
.team-stat {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px; padding: 16px;
}

/* ── Level card ── */
.level-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px; padding: 18px;
  transition: border-color 0.2s;
}
.level-card:hover { border-color: rgba(237,103,18,0.25); }

/* ── Daily check-in overlay ── */
.checkin-overlay {
  position: fixed; inset: 0; z-index: 1050;
  background: rgba(0,0,0,0.85); backdrop-filter: blur(12px);
  display: flex; align-items: flex-end;
  opacity: 0; visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.checkin-overlay.open { opacity: 1; visibility: visible; }
.checkin-sheet {
  width: 100%; max-height: 92vh; overflow-y: auto;
  background: #0e0c0a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px 28px 0 0;
  padding: 28px 20px 40px;
  transform: translateY(100%);
  transition: transform 0.38s cubic-bezier(0.16,1,0.3,1);
}
.checkin-overlay.open .checkin-sheet { transform: translateY(0); }

/* ── Check-in day cell ── */
.ci-day {
  width: 42px; height: 52px; border-radius: 13px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; transition: all 0.2s; cursor: default;
}
.ci-day .ci-num { font-size: 13px; font-weight: 600; }
.ci-day .ci-ico { font-size: 16px; }
.ci-day.claimed { background: rgba(74,222,128,0.1); border: 1px solid rgba(74,222,128,0.25); color: #4ADE80; }
.ci-day.today   { background: rgba(237,103,18,0.18); border: 1px solid rgba(237,103,18,0.5); color: #FF6B1A; box-shadow: 0 0 18px rgba(237,103,18,0.22); }
.ci-day.future  { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); color: rgba(255,255,255,0.25); }

/* ── Claim button ── */
.claim-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 16px;
  background: linear-gradient(135deg, #FF7219 0%, #ED6712 100%);
  color: #fff; font-size: 16px; font-weight: 600;
  border: none; border-radius: 16px; cursor: pointer;
  box-shadow: 0 6px 28px rgba(237,103,18,0.4);
  transition: all 0.2s; letter-spacing: 0.04em;
}
.claim-btn:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(237,103,18,0.5); }
.claim-btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }
.claim-btn.claimed { background: linear-gradient(135deg, #166534, #15803d); box-shadow: 0 6px 28px rgba(74,222,128,0.25); }

/* ── Withdraw route fallback ── */
/* nothing */

/* ── Bottom nav v2 ── */
.app-bottom-nav {
  position: fixed; z-index: 200; bottom: 12px;
  left: 50%; transform: translateX(-50%);
  width: calc(100% - 28px); max-width: 480px;
  background: rgba(18,15,12,0.92); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 22px; padding: 10px 8px;
  display: flex; align-items: center; justify-content: space-around; gap: 2px;
}
.app-nav-item {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-decoration: none; flex: 1; padding: 4px 2px;
}
.app-nav-icon {
  width: 36px; height: 36px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.app-nav-item.active .app-nav-icon {
  background: rgba(237,103,18,0.18); border: 1px solid rgba(237,103,18,0.4);
}
.app-nav-item .nav-label { font-size: 10px; color: rgba(255,255,255,0.38); letter-spacing: 0.04em; }
.app-nav-item.active .nav-label { color: #FF6B1A; }

/* Invests table in dark theme */
.inv-table { width: 100%; border-collapse: collapse; }
.inv-table th {
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); padding: 0 0 12px; font-weight: 400; text-align: left;
}
.inv-table td {
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 13px; color: rgba(255,255,255,0.75); vertical-align: middle;
}
.inv-table tr:last-child td { border-bottom: none; }

/* Trx icon */
.trx-icon {
  width: 34px; height: 34px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}

/* Referral copy input */
.ref-input {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 11px 14px;
  color: rgba(255,255,255,0.6); font-size: 13px;
  width: 100%; outline: none;
}

/* Mining terminal card (big balance) */
.terminal-card {
  background: linear-gradient(135deg, rgba(20,16,12,0.95) 0%, rgba(12,10,8,0.98) 100%);
  border: 1px solid rgba(237,103,18,0.2);
  border-radius: 24px; padding: 24px; position: relative; overflow: hidden;
}
.terminal-card::before {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(237,103,18,0.18) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}

/* Hash rate display */
.hashrate-display {
  font-size: 42px; font-weight: 700; color: #FF6B1A;
  font-family: 'JetBrains Mono','Fira Code',monospace;
  font-variant-numeric: tabular-nums; line-height: 1;
  text-shadow: 0 0 28px rgba(237,103,18,0.4);
}

/* Scanline animation for terminal feel */
@keyframes scanline {
  0%  { transform: translateY(-100%); }
  100%{ transform: translateY(100vh); }
}

/* ============================================================
   TACTILE FEEDBACK — press scale
   ============================================================ */
.tap-scale {
  transition: transform 0.12s cubic-bezier(0.34,1.56,0.64,1);
  -webkit-tap-highlight-color: transparent;
}
.tap-scale:active { transform: scale(0.93); }

/* ============================================================
   LOADING SKELETONS
   ============================================================ */
@keyframes skPulse {
  0%,100% { opacity: .35; }
  50%      { opacity: .75; }
}
.sk {
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  animation: skPulse 1.5s ease-in-out infinite;
}
.sk-text  { height: 14px; }
.sk-title { height: 22px; }
.sk-card  { height: 120px; border-radius: 20px; }
.sk-pill  { height: 40px;  border-radius: 100px; }
.sk-row   { display: flex; gap: 10px; }
.sk-row .sk { flex: 1; }

/* ============================================================
   TOAST NOTIFICATIONS
   ============================================================ */
.toast-tray {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  pointer-events: none;
  align-items: center;
}
.toast-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  opacity: 0;
  transform: translateY(24px) scale(0.9);
  transition: opacity 0.18s cubic-bezier(0.22,1,0.36,1),
              transform 0.18s cubic-bezier(0.22,1,0.36,1);
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  min-width: 200px;
  max-width: min(340px, 90vw);
  position: relative;
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
}
.toast-item.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.toast-item.hide {
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.toast-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 10px 0 10px 10px;
}
.toast-icon svg { display: block; }
.toast-body {
  flex: 1;
  padding: 12px 16px 12px 4px;
  line-height: 1.3;
}
.toast-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  transform-origin: left;
  animation: toastBar 2.6s linear forwards;
}
@keyframes toastBar {
  from { transform: scaleX(1); }
  to   { transform: scaleX(0); }
}
.toast-success {
  background: #0e1f14;
  border: 1px solid rgba(74,222,128,0.2);
  color: #d1fae5;
}
.toast-success .toast-icon { background: rgba(74,222,128,0.12); color: #4ADE80; }
.toast-success .toast-bar   { background: #4ADE80; }
.toast-error {
  background: #1c0d0d;
  border: 1px solid rgba(255,61,113,0.2);
  color: #ffe4e6;
}
.toast-error .toast-icon { background: rgba(255,61,113,0.12); color: #FF3D71; }
.toast-error .toast-bar  { background: #FF3D71; }
.toast-info {
  background: #0d1220;
  border: 1px solid rgba(237,103,18,0.25);
  color: #fed7aa;
}
.toast-info .toast-icon { background: rgba(237,103,18,0.12); color: #ED6712; }
.toast-info .toast-bar  { background: #ED6712; }

/* ============================================================
   REVOLUT-STYLE BOTTOM NAV
   ============================================================ */
/* ── Bottom Nav (Revolut-style, 2026) ── */
.app-bottom-nav {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 430px;
  height: 68px;
  background: rgba(12,9,6,0.96);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 6px;
  z-index: 200;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6), 0 0 0 0.5px rgba(255,255,255,0.04);
}
.app-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  color: rgba(255,255,255,0.32);
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s;
}
.app-nav-item .nav-icon {
  width: 40px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  transition: transform 0.22s cubic-bezier(0.34,1.56,0.64,1),
              background 0.22s ease,
              box-shadow 0.22s ease;
}
/* Active: orange filled pill behind icon */
.app-nav-item.active { color: #fff; }
.app-nav-item.active .nav-icon {
  background: #FF6B1A;
  box-shadow: 0 4px 14px rgba(255,107,26,0.5);
  transform: translateY(-2px) scale(1.05);
}
.app-nav-item:active .nav-icon {
  transform: scale(0.86) translateY(0);
}
/* Hide text labels — icon-only nav */
.app-nav-item .nav-label { display: none; }
.nav-dot { display: none; }

/* Center "+" CTA button */
.nav-cta-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: -14px;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.18s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.18s;
  color: #111;
}
.nav-cta-btn svg { stroke: #111; }
.nav-cta-btn:active {
  transform: scale(0.88) translateY(0);
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}


/* ── Live chart ring pulse ── */
#md-chart-ring { animation: lcRingPulse 1.8s ease-out infinite; }
@keyframes lcRingPulse {
  0%   { r: 5;  stroke-opacity: 0.5; }
  60%  { r: 11; stroke-opacity: 0;   }
  100% { r: 5;  stroke-opacity: 0.5; }
}

/* ── Harvest & Sell system ── */
.harvest-btn-ready { animation: harvestPulse 2s ease-in-out infinite; }
@keyframes harvestPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
  50%      { box-shadow: 0 0 0 8px rgba(74,222,128,.16); }
}

.miner-card-selling { animation: minerSell 0.45s cubic-bezier(.55,0,1,.45) forwards; }
@keyframes minerSell {
  to { opacity: 0; transform: translateX(48px) scale(0.94); max-height: 0; margin: 0; padding: 0; }
}

.pending-amt { font-variant-numeric: tabular-nums; transition: color 0.35s; }
.pending-amt.zero { color: rgba(255,255,255,.2); }

@keyframes slideUp {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

@keyframes coinPop {
  0%   { opacity: 1; transform: translateY(0) scale(1); }
  60%  { opacity: 1; transform: translateY(-28px) scale(1.2); }
  100% { opacity: 0; transform: translateY(-52px) scale(0.8); }
}
.coin-pop { position: absolute; font-size: 22px; pointer-events: none; animation: coinPop 0.7s ease-out forwards; z-index: 999; }

@keyframes fadeIn  { from { opacity:0; } to { opacity:1; } }
@keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@keyframes celebPop {
  0%   { opacity:0; transform: scale(0.5) translateY(20px); }
  100% { opacity:1; transform: scale(1)   translateY(0); }
}
@keyframes moneyFall {
  0%   { opacity:1; transform: translateY(0) rotate(0deg); }
  100% { opacity:0; transform: translateY(110vh) rotate(360deg); }
}

/* ── Overclock Miners ── */

/* Card border: subtle blue tint only — image ring is the main visual */
.miner-oc-active {
  border-color: rgba(96,165,250,.35) !important;
  transition: border-color .3s !important;
}

/* Image container: electric blue glow animation */
.miner-oc-img {
  border-color: rgba(96,165,250,.8) !important;
  box-shadow: 0 0 8px 2px rgba(59,130,246,.35), inset 0 0 8px rgba(59,130,246,.06) !important;
}

/* Boost badge text */
.oc-tag-text {
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  color:#93c5fd;
  text-shadow:0 0 8px rgba(147,197,253,.7);
}

.oc-btn-active { animation: ocCountdownPulse 2.4s ease-in-out infinite; }
@keyframes ocCountdownPulse {
  0%   { box-shadow:0 4px 20px rgba(255,120,0,.30); }
  50%  { box-shadow:0 4px 28px rgba(255,180,20,.55),0 0 40px rgba(255,100,0,.20); }
  100% { box-shadow:0 4px 20px rgba(255,120,0,.30); }
}

.oc-day-done { animation: ocDayCheck .4s cubic-bezier(.34,1.56,.64,1) both; }
@keyframes ocDayCheck { from{transform:scale(.7);opacity:0} to{transform:scale(1);opacity:1} }
.oc-day-today { box-shadow:0 0 0 2px rgba(255,149,32,.45); }

/* ─── BITREX scrollbar nuclear override (accent-line-kill.php) ─── */
*::-webkit-scrollbar-button,
*::-webkit-scrollbar-corner { display: none !important; width: 0 !important; height: 0 !important; background: transparent !important; }
*::-webkit-scrollbar { width: 6px !important; height: 6px !important; background: #0c0a12 !important; }
*::-webkit-scrollbar-track { background: #14111c !important; }
*::-webkit-scrollbar-thumb { background-color: rgba(237,103,18,0.42) !important; border-radius: 6px; background-image: none !important; }
*::-webkit-scrollbar-thumb:hover { background-color: rgba(237,103,18,0.75) !important; }
* { scrollbar-width: thin; scrollbar-color: rgba(237,103,18,0.42) #14111c; }
::selection { background-color: rgba(237,103,18,0.65) !important; color: #fff !important; }
html::before, body::before { content: none !important; }
/* ─── end scrollbar nuclear override ─── */
