.bober-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}

h2 {
  font-family: Unbounded !important;
  color: #C6C4C4;
  font-size: 22px;
  font-weight: 400;
}

input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  font-family: Unbounded !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.03em;
  appearance: none;
  -webkit-appearance: none;
}

input::placeholder {
  font-family: Unbounded !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.03em;
}

.web-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px);
  z-index: 1100;
  padding: 20px;
}

.web-modal.active {
  display: flex;
}

.web-modal.glass {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(18px);
}

.web-modal__content {
  position: relative;
  width: min(520px, 90vw);
  background: rgba(18, 18, 18, 0.78);
  backdrop-filter: blur(26px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  padding: 28px 32px;
  color: #fff;
  font-family: 'Unbounded', sans-serif;
}

.web-modal.glass .web-modal__content {
  background: rgba(20, 20, 20, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.web-modal__content--sm {
  width: min(360px, 90vw);
}

.web-modal__content--lg {
  width: min(620px, 94vw);
  padding: 32px 36px;
}

.web-modal__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}

.web-modal__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.web-modal__close:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.web-modal__input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.web-modal__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease;
}

.web-modal__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.web-modal__input:focus {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.web-modal__error {
  color: #ff8686;
  font-size: 12px;
}

.web-modal__actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
}

.web-modal__actions--inline {
  justify-content: flex-end;
}

.web-modal__btn {
  min-width: 110px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.02em;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}



.web-modal__btn:active {
  transform: translateY(1px);
}

.web-modal__btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.web-modal__btn--accent {
  background: linear-gradient(135deg, #F4D07C, #F2B866);
  color: #111;
}

.web-modal__btn--accent:hover {
  box-shadow: 0 8px 20px rgba(242, 184, 102, 0.35);
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.bg-main {
  position: fixed;
  pointer-events: none;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-image: url('/client/image/icons/bg-balance.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  filter: blur(20px);
  will-change: filter;
}



.modal__image canvas {
  /* display: none !important; */
}

.rates-help-text {
  font-family: Unbounded !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.02em;
}

.rates-price-value {
  font-family: Unbounded !important;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}