/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/static/SFProDisplay-Black.7ac18090.woff2") format("woff2"), url("/static/SFProDisplay-Black.f1f5e75c.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/SFProDisplay-Light.7cbb2595.woff2") format("woff2"), url("/static/SFProDisplay-Light.2c158918.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/SFProDisplay-Bold.db0a1c57.woff2") format("woff2"), url("/static/SFProDisplay-Bold.17581841.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/SFProDisplay-Ultralight.c36919a5.woff2") format("woff2"), url("/static/SFProDisplay-Ultralight.6faf57d2.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/SFProDisplay-Semibold.707256a6.woff2") format("woff2"), url("/static/SFProDisplay-Semibold.5e9405c9.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/SFProDisplay-Heavy.b430bf93.woff2") format("woff2"), url("/static/SFProDisplay-Heavy.33f66897.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/SFProDisplay-Thin.63a15a64.woff2") format("woff2"), url("/static/SFProDisplay-Thin.871a8a48.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/SFProDisplay-Medium.85933cb2.woff2") format("woff2"), url("/static/SFProDisplay-Medium.548f5b65.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/SFProDisplay-Regular.2aef4171.woff2") format("woff2"), url("/static/SFProDisplay-Regular.3602bec1.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 10px;
}

* {
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "SF Pro Display";
  background-color: #f2f4f7;
}
body.overflow {
  overflow: hidden;
}

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

button {
  padding: 0;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

input:disabled {
  background-color: #efefef !important;
  color: #666;
}

textarea {
  resize: vertical;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none;
}

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none;
}

.wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(30, 44, 72, 0) transparent;
}

*:hover {
  scrollbar-color: rgba(30, 44, 72, 0.1) transparent;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(30, 44, 72, 0);
  border-radius: 100px;
  transition: background 0.3s ease;
}

*:hover > ::-webkit-scrollbar-thumb,
*:hover::-webkit-scrollbar-thumb {
  background: rgba(30, 44, 72, 0.1);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(30, 44, 72, 0.2);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.scroll-wrap-inner {
  height: 22rem !important;
  overflow-y: scroll !important;
}

.Toastify__toast-body {
  font-size: 1.6rem;
}
.center-section {
  flex: 1;
  padding: 1.5rem 0;
}

.center-content {
  background-color: #ffffff;
  width: 100%;
}
@media (min-width: 900px) {
  .center-content {
    display: flex;
  }
}
.center-content .article-wrap {
  padding: 2.5rem 1.5rem;
}
@media (min-width: 1200px) {
  .center-content .article-wrap {
    width: calc(100% - 330px);
    padding: 2.5rem 17.2rem;
  }
}

.center-bar {
  width: 330px;
  border-left: 1px solid #efefef;
  padding: 2.5rem 1.5rem;
}

.nav-wrap {
  margin-top: 3rem;
}

.art-nav {
  margin-bottom: 4rem;
}
.art-nav:last-child {
  margin-bottom: 0;
}
.art-nav__title {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #1e2c48;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .art-nav__title {
    font-size: 1.8rem;
  }
}
.art-nav li {
  margin-bottom: 2rem;
}
.art-nav li:last-child {
  margin-bottom: 0;
}
.art-nav a {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #1e2c48;
  border-bottom: 1px solid transparent;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.art-nav a:hover {
  border-color: #1e2c48;
}

.other-wrap {
  margin: 0 -0.9rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .other-wrap {
    flex-direction: row;
  }
}
.other-wrap .article {
  width: 100%;
  padding: 0 0.9rem;
  margin-bottom: 3rem;
}
@media (min-width: 500px) {
  .other-wrap .article {
    width: 50%;
  }
}
.other-wrap .article__date {
  font-size: 1.3rem;
}
.other-wrap .article__title {
  font-size: 1.8rem;
}
.other-wrap .article__text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .other-wrap .article__text {
    font-size: 1.6rem;
  }
}

.article {
  margin-bottom: 5rem;
}
.article.open .article__img {
  margin-bottom: 2.5rem;
}
.article__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article:last-child {
  margin-bottom: 0;
}
.article__img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.article__img img {
  display: block;
  width: 100%;
}
.article__date {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: rgba(30, 44, 72, 0.5);
  margin-bottom: 0.8rem;
}
.article__title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #1e2c48;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .article__title {
    font-size: 2.4rem;
  }
}
.article__subtitle {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #1e2c48;
}
@media (min-width: 768px) {
  .article__subtitle {
    font-size: 2rem;
  }
}
.article__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  line-height: 133%;
  letter-spacing: 0.03em;
  color: #1e2c48;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .article__text {
    font-size: 1.8rem;
  }
}
.article__text_speech {
  font-style: italic;
  color: rgba(30, 44, 72, 0.5);
  padding-left: 1.7rem;
  border-left: 5px solid #f2f4f7;
}
.article__text:last-child {
  margin-bottom: 0;
}
.article__link {
  font-size: 1.4rem;
  color: #4881ee;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) {
  .article__link {
    font-size: 1.6rem;
  }
}
.article__link:hover {
  border-color: #4881ee;
}
.article__info {
  margin-bottom: 3.2rem;
}
.article__info:last-child {
  margin-bottom: 0;
}
@charset "UTF-8";
/* ===== Exchange — responsive grid layout ===== */
.exchange {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.exchange__loading {
  text-align: center;
  padding: 60px 0;
  color: #999;
  font-size: 16px;
}
.exchange__market {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 16px;
  flex: 1;
  min-height: 280px;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .exchange__market {
    grid-template-columns: 1fr;
    flex: none;
    min-height: 0;
  }
}
.exchange__market > * {
  min-height: 0;
  overflow: hidden;
}
.exchange__action {
  display: grid;
  grid-template-columns: 380px 1fr 1fr;
  gap: 16px;
  margin-top: 0;
  align-items: start;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .exchange__action {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .exchange__action {
    grid-template-columns: 1fr;
  }
}
.exchange__desktop-panel {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.exchange__desktop-panel > * {
  height: 100%;
}
@media (max-width: 767px) {
  .exchange__desktop-panel {
    display: none;
  }
}
@media (max-width: 1279px) {
  .exchange__tablet-hide {
    display: none;
  }
}

/* ===== Ticker Bar ===== */
.ticker-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  height: 56px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ticker-bar {
    flex-direction: column;
    height: auto;
    padding: 12px 16px;
    gap: 12px;
    align-items: stretch;
  }
}
.ticker-bar__pairs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  flex-shrink: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ticker-bar__pairs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .ticker-bar__pairs {
    padding-bottom: 4px;
  }
}
.ticker-bar__pair {
  padding: 6px 14px;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  background: transparent;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.ticker-bar__pair:hover {
  border-color: #999;
  color: #333;
}
.ticker-bar__pair--active {
  background: #20b16c;
  border-color: #20b16c;
  color: #fff;
}
.ticker-bar__divider {
  width: 1px;
  height: 28px;
  background: #d0d0d0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ticker-bar__divider {
    display: none;
  }
}
.ticker-bar__price-section {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .ticker-bar__price-section {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
}
.ticker-bar__hero-price {
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}
.ticker-bar__hero-price--up {
  color: #20b16c;
}
.ticker-bar__hero-price--down {
  color: #ef444a;
}
@media (max-width: 767px) {
  .ticker-bar__hero-price {
    font-size: 28px;
  }
}
.ticker-bar__stats {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 767px) {
  .ticker-bar__stats {
    gap: 12px;
    flex-wrap: wrap;
  }
}
.ticker-bar__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ticker-bar__stat-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
}
.ticker-bar__stat-value {
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.ticker-bar__stat-value--up {
  color: #20b16c;
}
.ticker-bar__stat-value--down {
  color: #ef444a;
}
.ticker-bar__stats-toggle {
  display: none;
}
@media (max-width: 767px) {
  .ticker-bar__stats-toggle {
    display: block;
    background: none;
    border: none;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    padding: 4px 0;
  }
  .ticker-bar__stats-toggle:hover {
    color: #666;
  }
}

/* ===== Simple Form ===== */
.simple-form {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.simple-form__direction {
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
}
.simple-form__dir-btn {
  flex: 1;
  padding: 14px;
  border: none;
  background: #f5f5f5;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.simple-form__dir-btn--buy-active {
  background: #20b16c;
  color: #fff;
}
.simple-form__dir-btn--sell-active {
  background: #ef444a;
  color: #fff;
}
.simple-form__balance {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 4px 0;
}
.simple-form__balance strong {
  color: #333;
}
.simple-form__type-row {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.simple-form__type-btn {
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  background: transparent;
  color: #999;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s;
}
.simple-form__type-btn:hover {
  color: #666;
}
.simple-form__type-btn--active {
  background: #e0e0e0;
  color: #333;
  border-color: #999;
}
.simple-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.simple-form__label {
  font-size: 14px;
  color: #666;
}
.simple-form__input-wrap {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.15s;
}
.simple-form__input-wrap:focus-within {
  border-color: #20b16c;
}
.simple-form__input {
  flex: 1;
  background: transparent;
  border: none;
  color: #333;
  padding: 14px 16px;
  font-size: 18px;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  outline: none;
  min-width: 0;
}
.simple-form__input::placeholder {
  color: #ccc;
}
.simple-form__input:disabled {
  color: #999;
}
.simple-form__suffix {
  padding: 0 16px;
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
  font-weight: 500;
}
.simple-form__pct-row {
  display: flex;
  gap: 8px;
}
.simple-form__pct-btn {
  flex: 1;
  padding: 10px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  background: transparent;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.simple-form__pct-btn:hover {
  border-color: #999;
  color: #333;
}
.simple-form__submit {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s;
  margin-top: 4px;
}
.simple-form__submit:hover {
  opacity: 0.85;
}
.simple-form__submit--buy {
  background: #20b16c;
  color: #fff;
}
.simple-form__submit--sell {
  background: #ef444a;
  color: #fff;
}

/* ===== Chart Panel ===== */
.chart-panel {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  min-height: 0;
}
.chart-panel__toolbar {
  padding: 8px 12px;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}
.chart-panel__container {
  flex: 1;
  position: relative;
  min-height: 0;
}
@media (max-width: 1279px) {
  .chart-panel__container {
    height: 320px;
    flex: none;
  }
}
@media (max-width: 767px) {
  .chart-panel__container {
    height: 240px;
    flex: none;
  }
}
.chart-panel__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #999;
}

/* ===== Order Book ===== */
.orderbook {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.orderbook__title {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}
.orderbook__head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 6px 16px;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}
.orderbook__head span:last-child {
  text-align: right;
}
.orderbook__asks, .orderbook__bids {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.orderbook__asks {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.orderbook__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 4px 16px;
  font-size: 13px;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  color: #666;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right;
}
.orderbook__row:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.orderbook__row span:last-child {
  text-align: right;
}
.orderbook__row--ask {
  background-image: linear-gradient(to left, rgba(239, 68, 74, 0.08), rgba(239, 68, 74, 0.08));
}
.orderbook__row--bid {
  background-image: linear-gradient(to left, rgba(32, 177, 108, 0.08), rgba(32, 177, 108, 0.08));
}
.orderbook__price {
  font-weight: 500;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
}
.orderbook__price--ask {
  color: #ef444a;
}
.orderbook__price--bid {
  color: #20b16c;
}
.orderbook__spread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}
.orderbook__spread-mid {
  font-size: 14px;
  font-weight: 600;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  color: #333;
}
.orderbook__spread-diff {
  font-size: 11px;
  color: #999;
}

/* ===== Recent Trades ===== */
.recent-trades {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
}
.recent-trades__title {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
}
.recent-trades__head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 6px 16px;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
}
.recent-trades__head span:last-child {
  text-align: right;
}
.recent-trades__body {
  max-height: 300px;
  overflow-y: auto;
}
.recent-trades__empty {
  padding: 20px;
  text-align: center;
  color: #999;
  font-size: 13px;
}
.recent-trades__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 4px 16px;
  font-size: 13px;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  color: #666;
}
.recent-trades__row span:last-child {
  text-align: right;
}
.recent-trades__price--up {
  color: #20b16c;
}
.recent-trades__price--down {
  color: #ef444a;
}
.recent-trades__time {
  color: #999;
}

/* ===== User Orders / History ===== */
.user-orders {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
}
.user-orders__tabs {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
.user-orders__tab {
  padding: 12px 20px;
  border: none;
  background: transparent;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.15s;
}
.user-orders__tab:hover {
  color: #666;
}
.user-orders__tab--active {
  color: #333;
  border-bottom-color: #20b16c;
}
.user-orders__table {
  min-height: 0;
}
.user-orders__head {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr 1fr 80px;
  padding: 6px 16px;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 1279px) {
  .user-orders__head {
    grid-template-columns: 1fr 1fr 1fr 80px;
  }
  .user-orders__head .user-orders__col-type,
  .user-orders__head .user-orders__col-date {
    display: none;
  }
}
.user-orders__body {
  max-height: 300px;
  overflow-y: auto;
}
.user-orders__row {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr 1fr 80px;
  padding: 6px 16px;
  font-size: 13px;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  color: #666;
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
}
.user-orders__row:hover {
  background: rgba(0, 0, 0, 0.02);
}
@media (max-width: 1279px) {
  .user-orders__row {
    grid-template-columns: 1fr 1fr 1fr 80px;
  }
  .user-orders__row .user-orders__col-type,
  .user-orders__row .user-orders__col-date {
    display: none;
  }
}
.user-orders__cell--buy {
  color: #20b16c;
}
.user-orders__cell--sell {
  color: #ef444a;
}
/* ===== Mobile Data Tabs ===== */
.mobile-tabs {
  display: none;
}
@media (max-width: 767px) {
  .mobile-tabs {
    display: block;
  }
}
.mobile-tabs__header {
  display: flex;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #e0e0e0;
}
.mobile-tabs__tab {
  flex: 1;
  padding: 12px;
  border: none;
  background: transparent;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid transparent;
  transition: all 0.15s;
}
.mobile-tabs__tab--active {
  color: #333;
  border-bottom-color: #20b16c;
}
.mobile-tabs__content {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 12px 12px;
}
.mobile-tabs__content .orderbook,
.mobile-tabs__content .recent-trades,
.mobile-tabs__content .user-orders {
  background: transparent;
  border: none;
  border-radius: 0;
}

/* ===== Confirm Order Modal ===== */
.confirm-order {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.confirm-order__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}
.confirm-order__card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  max-width: 400px;
  width: calc(100% - 32px);
  z-index: 1;
}
.confirm-order__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.confirm-order__row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}
.confirm-order__label {
  font-size: 14px;
  color: #666;
}
.confirm-order__value {
  font-size: 14px;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  color: #333;
  font-weight: 500;
}
.confirm-order__buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.confirm-order__btn {
  flex: 1;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s;
}
.confirm-order__btn:hover {
  opacity: 0.85;
}
.confirm-order__btn--cancel {
  background: #e0e0e0;
  color: #666;
}
.confirm-order__btn--confirm-buy {
  background: #20b16c;
  color: #fff;
}
.confirm-order__btn--confirm-sell {
  background: #ef444a;
  color: #fff;
}

/* ===== Chart data (SelectTimeChart) ===== */
.chart-data {
  display: flex;
  min-height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  align-items: center;
  gap: 8px;
}

.chart-data__pair {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.chart-data__pair-title {
  margin-left: 8px;
  font-size: 14px;
}

.chart-data__pair-wrapper {
  position: relative;
  width: 21px;
  height: 20px;
}

.chart-data__pair-img-bottom {
  position: absolute;
  right: 0;
}

.chart-data__pair-img-top {
  position: absolute;
  top: 6px;
}

.__select {
  position: relative;
  margin-left: auto;
  width: 63px;
  border-left: 1px solid #d0d0d0;
}

.__select--active .__select__content {
  opacity: 1;
}

.__select--active .__select__label + .__select__input + .__select__label {
  max-height: 40px;
}

.__select__title {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px 7px;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
}
.__select__title::before, .__select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 6px;
  height: 1.5px;
  transition: all 0.3s ease-out;
  background-color: #999;
  transform: translate(6.8px, -50%) rotate(-45deg);
  animation: none !important;
}
.__select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.__select__title:hover {
  background-color: #e0e0e0;
  border-radius: 4px;
}
.__select__title:hover::before, .__select__title:hover::after {
  background-color: #666;
}

.__select__content {
  position: absolute;
  top: 40px;
  left: -2.5px;
  display: flex;
  flex-direction: column;
  width: 67px;
  padding-top: 10px;
  background-color: #ffffff;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}

.__select__input {
  display: none;
}

.__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 12px;
  font-size: 14px;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.__select__label:hover {
  background-color: #e0e0e0 !important;
  color: #333;
}
@charset "UTF-8";
.landing {
  display: flex;
  align-items: center;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.landing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(242, 244, 247, 0.85);
  pointer-events: none;
}
.landing > .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .landing {
    padding: 8rem 0;
  }
}

.landing__hero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.landing__title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 1.6rem;
  color: #1e2c48;
}
@media (min-width: 768px) {
  .landing__title {
    font-size: 4.8rem;
  }
}

.landing__subtitle {
  font-size: 1.6rem;
  line-height: 1.6;
  opacity: 0.5;
  margin-bottom: 3.2rem;
  color: #1e2c48;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.landing__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 480px) {
  .landing__cta-wrap {
    flex-direction: row;
    justify-content: center;
    gap: 1.6rem;
  }
}

.landing__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 3.2rem;
  border: none;
  border-radius: 12px;
  background: #4881ee;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "SF Pro Display";
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}
.landing__cta-btn:hover {
  opacity: 0.85;
}
.landing__cta-btn--outline {
  background: transparent;
  border: 1px solid #4881ee;
  color: #4881ee;
}
.landing__cta-btn--outline:hover {
  background: rgba(72, 129, 238, 0.1);
  opacity: 1;
}

.trust-strip {
  padding: 2rem 0;
  border-bottom: 1px solid #efefef;
  background: rgba(72, 129, 238, 0.03);
}

.trust-strip__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .trust-strip__items {
    gap: 2.4rem;
  }
}

.trust-strip__item {
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e2c48;
  opacity: 0.6;
  white-space: nowrap;
}

.trust-strip__divider {
  width: 1px;
  height: 16px;
  background: #efefef;
  flex-shrink: 0;
}

.section-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1e2c48;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .section-heading {
    font-size: 3.2rem;
  }
}

.product-showcase {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .product-showcase {
    padding: 8rem 0;
  }
}

.product-showcase__subtitle {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #1e2c48;
  opacity: 0.45;
  text-align: center;
  max-width: 560px;
  margin: -2rem auto 4rem;
}

.product-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  max-width: 680px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .product-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 4rem;
  }
}

.product-showcase__item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #efefef;
}

.product-showcase__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(72, 129, 238, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.product-showcase__check::after {
  content: "✓";
  color: #4881ee;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.product-showcase__item-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e2c48;
  margin-bottom: 0.2rem;
}

.product-showcase__item-desc {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #1e2c48;
  opacity: 0.45;
}

.two-products {
  padding: 5rem 0;
  background: rgba(72, 129, 238, 0.03);
}
@media (min-width: 768px) {
  .two-products {
    padding: 8rem 0;
  }
}

.two-products__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .two-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.two-products__card {
  padding: 3.2rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #4881ee;
}

.two-products__card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e2c48;
  margin-bottom: 0.6rem;
}

.two-products__card-subtitle {
  font-size: 1.5rem;
  color: #1e2c48;
  opacity: 0.5;
  margin-bottom: 2rem;
}

.two-products__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.two-products__list li {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1e2c48;
  opacity: 0.7;
  padding: 0.4rem 0 0.4rem 2rem;
  position: relative;
}
.two-products__list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4881ee;
  font-weight: 700;
}

.two-products__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 2.4rem;
  border: none;
  border-radius: 10px;
  background: #4881ee;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "SF Pro Display";
  cursor: pointer;
  transition: opacity 0.2s;
}
.two-products__cta:hover {
  opacity: 0.85;
}

.metrics {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .metrics {
    padding: 8rem 0;
  }
}

.metrics__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .metrics__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.metrics__item {
  text-align: center;
  padding: 3.2rem 2rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.metrics__number {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #4881ee;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .metrics__number {
    font-size: 4rem;
  }
}

.metrics__label {
  font-size: 1.3rem;
  color: #1e2c48;
  opacity: 0.5;
}

.features {
  padding: 5rem 0;
  background: rgba(72, 129, 238, 0.03);
}
@media (min-width: 768px) {
  .features {
    padding: 8rem 0;
  }
}

.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.features__card {
  padding: 3.2rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.features__icon {
  color: #4881ee;
  margin-bottom: 1.2rem;
}

.features__card-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1e2c48;
  margin-bottom: 0.6rem;
}

.features__card-desc {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1e2c48;
  opacity: 0.5;
}

.how-it-works {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .how-it-works {
    padding: 8rem 0;
  }
}

.how-it-works__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .how-it-works__steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.how-it-works__step {
  padding: 3.2rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.how-it-works__num {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #4881ee;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  margin-bottom: 1.2rem;
  line-height: 1;
}

.how-it-works__step-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1e2c48;
  margin-bottom: 0.8rem;
}

.how-it-works__step-desc {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1e2c48;
  opacity: 0.5;
}

.faq {
  padding: 5rem 0;
  background: rgba(72, 129, 238, 0.03);
}
@media (min-width: 768px) {
  .faq {
    padding: 8rem 0;
  }
}

.faq__list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.faq__item {
  padding: 2rem 2.4rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.faq__item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.faq__item--open {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.faq__question {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1e2c48;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq__toggle {
  font-size: 2rem;
  font-weight: 300;
  color: #4881ee;
  flex-shrink: 0;
  line-height: 1;
}

.faq__answer {
  font-size: 1.4rem;
  line-height: 1.7;
  opacity: 0.7;
  color: #1e2c48;
  margin-top: 1rem;
}

.faq__contact {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.4rem;
  color: #1e2c48;
}
.faq__contact a {
  color: #4881ee;
  text-decoration: none;
}
.faq__contact a:hover {
  text-decoration: underline;
}
.faq__contact span {
  opacity: 0.5;
}

.security {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .security {
    padding: 8rem 0;
  }
}

.security__subtitle {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #1e2c48;
  opacity: 0.45;
  text-align: center;
  max-width: 560px;
  margin: -2rem auto 4rem;
}

.security__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .security__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .security__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.security__card {
  padding: 3.2rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.security__icon {
  color: #4881ee;
  margin-bottom: 1.2rem;
}

.security__card-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1e2c48;
  margin-bottom: 0.6rem;
}

.security__card-desc {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1e2c48;
  opacity: 0.5;
}

.landing-cta {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .landing-cta {
    padding: 8rem 0;
  }
}

.landing-cta__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.landing-cta__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1e2c48;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .landing-cta__title {
    font-size: 3.2rem;
  }
}

.landing-cta__desc {
  font-size: 1.6rem;
  color: #1e2c48;
  opacity: 0.4;
  margin-bottom: 3.2rem;
}

.landing-cta__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 480px) {
  .landing-cta__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 1.6rem;
  }
}
.prof-section {
  padding: 3.2rem 0;
  min-height: calc(100vh - 80px);
}

.prof-layout {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .prof-layout {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.prof-sidebar {
  width: 280px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 16px;
  padding: 2.4rem;
  align-self: flex-start;
  border: 1px solid #efefef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .prof-sidebar {
    width: 100%;
  }
}

.prof-avatar {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
.prof-avatar__circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #4881ee;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "SF Pro Display";
  flex-shrink: 0;
}
.prof-avatar__info {
  overflow: hidden;
}
.prof-avatar__name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1e2c48;
  font-family: "SF Pro Display";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prof-avatar__email {
  font-size: 1.2rem;
  color: rgba(30, 44, 72, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.prof-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.prof-badge--verified {
  background: rgba(81, 203, 130, 0.1);
  color: rgb(53.610619469, 179.389380531, 104.1283185841);
}

.prof-nav {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 2rem;
}
.prof-nav__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 10px;
  background: transparent;
  border: none;
  color: rgba(30, 44, 72, 0.55);
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}
.prof-nav__item svg {
  flex-shrink: 0;
  opacity: 0.55;
}
.prof-nav__item:hover {
  background: rgba(30, 44, 72, 0.04);
  color: #1e2c48;
}
.prof-nav__item:hover svg {
  opacity: 1;
}
.prof-nav__item.active {
  background: rgba(72, 129, 238, 0.08);
  color: #4881ee;
}
.prof-nav__item.active svg {
  opacity: 1;
}

.prof-logout {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 10px;
  background: transparent;
  border: none;
  color: #fb7a7a;
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.prof-logout:hover {
  background: rgba(251, 122, 122, 0.06);
}

.prof-content {
  flex: 1;
  min-width: 0;
}

.prof-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.4rem;
  border: 1px solid #efefef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.6rem;
}
.prof-card__title {
  font-size: 2rem;
  font-weight: 600;
  color: #1e2c48;
  font-family: "SF Pro Display";
  margin-bottom: 2rem;
}
.prof-card__desc {
  font-size: 1.4rem;
  color: rgba(30, 44, 72, 0.55);
  margin-top: -1.2rem;
  margin-bottom: 2.4rem;
}

.prof-rows {
  display: flex;
  flex-direction: column;
}

.prof-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(239, 239, 239, 0.7);
}
.prof-row:last-child {
  border-bottom: none;
}
.prof-row__info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.prof-row__label {
  font-size: 1.2rem;
  color: rgba(30, 44, 72, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.prof-row__value {
  font-size: 1.5rem;
  color: #1e2c48;
  font-family: "SF Pro Display";
}
.prof-row__status {
  font-size: 1.3rem;
  font-weight: 500;
}
.prof-row__status--on {
  color: #51cb82;
}
.prof-row__status--off {
  color: rgba(30, 44, 72, 0.35);
}
.prof-row__action {
  background: transparent;
  border: 1px solid rgba(72, 129, 238, 0.3);
  color: #4881ee;
  padding: 0.6rem 1.6rem;
  border-radius: 8px;
  font-size: 1.3rem;
  font-family: "SF Pro Display";
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.prof-row__action:hover {
  background: rgba(72, 129, 238, 0.06);
  border-color: #4881ee;
}

.prof-edit-panel {
  margin-top: 2rem;
  padding: 2rem;
  background: #f2f4f7;
  border-radius: 12px;
}
.prof-edit-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.prof-edit-panel__header h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1e2c48;
  font-family: "SF Pro Display";
}
.prof-edit-panel__close {
  background: transparent;
  border: none;
  color: rgba(30, 44, 72, 0.35);
  cursor: pointer;
  padding: 0.4rem;
  transition: all 0.3s ease;
}
.prof-edit-panel__close:hover {
  color: #1e2c48;
}
.prof-edit-panel__field {
  margin-bottom: 1.6rem;
}
.prof-edit-panel__field label {
  display: block;
  font-size: 1.2rem;
  color: rgba(30, 44, 72, 0.45);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.prof-edit-panel__field input {
  width: 100%;
  padding: 1rem 1.4rem;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 8px;
  color: #1e2c48;
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  outline: none;
  transition: all 0.3s ease;
}
.prof-edit-panel__field input:focus {
  border-color: #4881ee;
}
.prof-edit-panel__field input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.prof-edit-panel__field input::placeholder {
  color: rgba(30, 44, 72, 0.3);
}
.prof-edit-panel__input {
  width: 100%;
  padding: 1rem 1.4rem;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 8px;
  color: #1e2c48;
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  outline: none;
  transition: all 0.3s ease;
}
.prof-edit-panel__input:focus {
  border-color: #4881ee;
}
.prof-edit-panel__qr {
  text-align: center;
  margin-bottom: 2rem;
}
.prof-edit-panel__qr p {
  font-size: 1.4rem;
  color: rgba(30, 44, 72, 0.6);
  margin-bottom: 1.6rem;
}
.prof-edit-panel__qr-code {
  display: inline-block;
  padding: 1.2rem;
  background: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 1.2rem;
}
.prof-edit-panel__secret code {
  background: rgba(72, 129, 238, 0.08);
  color: #4881ee;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 1.2rem;
  word-break: break-all;
}
.prof-edit-panel .btn {
  width: 100%;
  margin-top: 0.8rem;
}

.prof-partner-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 480px) {
  .prof-partner-stats {
    grid-template-columns: 1fr;
  }
}

.prof-partner-stat {
  padding: 2rem;
  background: rgba(72, 129, 238, 0.05);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.prof-partner-stat__value {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1e2c48;
  font-family: "SF Pro Display";
}
.prof-partner-stat__label {
  font-size: 1.3rem;
  color: rgba(30, 44, 72, 0.45);
}

.prof-ref-link label {
  display: block;
  font-size: 1.2rem;
  color: rgba(30, 44, 72, 0.45);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.prof-ref-link__row {
  display: flex;
  gap: 0.8rem;
}
.prof-ref-link__row input {
  flex: 1;
  padding: 1rem 1.4rem;
  background: #f2f4f7;
  border: 1px solid #efefef;
  border-radius: 8px;
  color: #1e2c48;
  font-size: 1.3rem;
  font-family: "SF Pro Display";
  outline: none;
  min-width: 0;
}
.prof-ref-link__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(72, 129, 238, 0.08);
  border: 1px solid rgba(72, 129, 238, 0.25);
  color: #4881ee;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.prof-ref-link__copy:hover {
  background: rgba(72, 129, 238, 0.15);
}

.prof-tabs {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #efefef;
}
.prof-tabs__item {
  padding: 1rem 2rem;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: rgba(30, 44, 72, 0.45);
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: -1px;
}
.prof-tabs__item:hover {
  color: #1e2c48;
}
.prof-tabs__item.active {
  color: #4881ee;
  border-bottom-color: #4881ee;
}

.prof-table__head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #efefef;
}
.prof-table__head span {
  font-size: 1.2rem;
  color: rgba(30, 44, 72, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.prof-table__body {
  max-height: 400px;
  overflow-y: auto;
}
.prof-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(239, 239, 239, 0.5);
}
.prof-table__row span {
  font-size: 1.4rem;
  color: #1e2c48;
}
.prof-table__row:last-child {
  border-bottom: none;
}
.prof-table__empty {
  padding: 3.2rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(30, 44, 72, 0.35);
}

.prof-edit-panel .react-tel-input .form-control {
  width: 100%;
  padding: 1rem 1.4rem 1rem 48px;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 8px;
  color: #1e2c48;
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  height: auto;
}
.prof-edit-panel .react-tel-input .form-control:focus {
  border-color: #4881ee;
  box-shadow: none;
}
.prof-edit-panel .react-tel-input .flag-dropdown {
  background: transparent;
  border: none;
  border-right: 1px solid #efefef;
}
.legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px 100px;
  color: #1e2c48;
  font-size: 16px;
  line-height: 1.8;
}
.legal-page h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.legal-page__updated {
  font-size: 14px;
  color: #888;
  margin-bottom: 40px;
}
.legal-page section {
  margin-bottom: 36px;
}
.legal-page h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #4881ee;
}
.legal-page p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.legal-page ul {
  padding-left: 28px;
  margin-bottom: 16px;
  list-style: disc;
}
.legal-page ul li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  list-style: disc;
}
.legal-page a {
  color: #4881ee;
  text-decoration: none;
}
.legal-page a:hover {
  text-decoration: underline;
}
.legal-page strong {
  font-weight: 600;
  font-size: inherit;
}

.fees-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 15px;
}
.fees-table th, .fees-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e3e8;
  font-size: 15px;
}
.fees-table th {
  font-weight: 600;
  color: #4881ee;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.fees-table td {
  color: #1e2c48;
}
.fees-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}
.program-content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 20px;
}
.program-content .operation-title {
  margin-bottom: 24px;
}

.program {
  width: 100%;
  margin-bottom: 24px;
}
.program:last-child {
  margin-bottom: 0;
}
.program__wrap {
  display: flex;
}
.program__qr-wrap {
  display: flex;
  align-items: center;
}
.program__qr-wrap .program__link-wrap {
  margin-bottom: 12px;
}
.program__qr {
  width: 190px;
  height: 190px;
  flex: none;
  margin-right: 16px;
  display: none;
}
@media (min-width: 1024px) {
  .program__qr {
    display: block;
  }
}
.program__qr img,
.program__qr canvas {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.program__number {
  flex: none;
  width: 36px;
  height: 36px;
  background: rgba(239, 239, 239, 0.5);
  border: 1px solid #efefef;
  border-radius: 50%;
  text-align: center;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: rgba(30, 44, 72, 0.3);
  margin-right: 12px;
  padding: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.program__link {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.program__link:last-child {
  margin-bottom: 0;
}
.program__link-title {
  font-family: "SF Pro Display";
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(30, 44, 72, 0.5);
  margin-bottom: 4px;
}
.program__link-wrap {
  padding: 8px 12px;
  background: #f2f4f7;
  border: 1px solid #efefef;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.program__link-text {
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  letter-spacing: 0.02em;
  color: rgba(30, 44, 72, 0.75);
  margin-right: 10px;
  word-break: break-all;
  font-size: 12px;
}
@media (min-width: 768px) {
  .program__link-text {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .program__link-text {
    font-size: 14px;
  }
}
.program__link-copy {
  margin-left: auto;
  flex: none;
  width: 24px;
  height: 24px;
  transition: transform 0.15s ease;
}
.program__link-copy svg {
  width: 100%;
  height: 100%;
  fill: #4881ee;
}
.program__link-copy:hover {
  transform: scale(1.15);
}
.program .base-text {
  margin-bottom: 20px;
}
.program .base-text:last-child {
  margin-bottom: 0;
}
.contacts-page {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .contacts-page {
    padding: 8rem 0;
  }
}

.contacts-page__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1e2c48;
  text-align: center;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .contacts-page__title {
    font-size: 4rem;
  }
}

.contacts-page__subtitle {
  font-size: 1.6rem;
  color: #1e2c48;
  opacity: 0.45;
  text-align: center;
  margin-bottom: 4rem;
}

.contacts-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contacts-page__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.contacts-page__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contacts-page__card {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 2.4rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contacts-page__card-icon {
  color: #4881ee;
  flex-shrink: 0;
  margin-top: 2px;
}

.contacts-page__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e2c48;
  margin-bottom: 0.4rem;
}

.contacts-page__card-link {
  font-size: 1.4rem;
  color: #4881ee;
}
.contacts-page__card-link:hover {
  text-decoration: underline;
}

.contacts-page__card-text {
  font-size: 1.4rem;
  color: #1e2c48;
  opacity: 0.5;
}

.contacts-page__form {
  padding: 3.2rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contacts-page__form-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e2c48;
  margin-bottom: 2.4rem;
}

.contacts-page__field {
  margin-bottom: 1.6rem;
}

.contacts-page__label {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e2c48;
  opacity: 0.6;
  margin-bottom: 0.6rem;
}

.contacts-page__input {
  width: 100%;
  height: 44px;
  padding: 0 1.4rem;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: #ffffff;
  color: #1e2c48;
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  transition: border-color 0.2s;
}
.contacts-page__input:focus {
  border-color: #4881ee;
}

.contacts-page__textarea {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: #ffffff;
  color: #1e2c48;
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  line-height: 1.6;
  transition: border-color 0.2s;
}
.contacts-page__textarea:focus {
  border-color: #4881ee;
}

.contacts-page__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 3.2rem;
  border: none;
  border-radius: 10px;
  background: #4881ee;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "SF Pro Display";
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 0.8rem;
}
.contacts-page__submit:hover {
  opacity: 0.85;
}
.admin-layout {
  display: flex;
  min-height: 100vh;
  background: #000002;
}

.admin-sidebar {
  width: 260px;
  min-height: 100vh;
  background: #17181d;
  border-right: 1px solid #25282d;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.admin-sidebar__logo {
  padding: 24px 20px;
  border-bottom: 1px solid #25282d;
}
.admin-sidebar__logo a {
  text-decoration: none;
  display: block;
}
.admin-sidebar__logo-text {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #f7a600;
  letter-spacing: 1px;
}
.admin-sidebar__logo-sub {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.admin-sidebar__nav {
  flex: 1;
  padding: 16px 0;
}
.admin-sidebar__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #9ca3af;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s;
}
.admin-sidebar__link span {
  font-size: inherit;
}
.admin-sidebar__link svg {
  flex-shrink: 0;
}
.admin-sidebar__link:hover {
  color: #fff;
  background: rgba(247, 166, 0, 0.05);
}
.admin-sidebar__link--active {
  color: #f7a600;
  background: rgba(247, 166, 0, 0.1);
  border-right: 3px solid #f7a600;
}
.admin-sidebar__footer {
  padding: 16px 0;
  border-top: 1px solid #25282d;
}
.admin-sidebar__lang {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  color: #6b7280;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.admin-sidebar__lang span {
  font-size: inherit;
}
.admin-sidebar__lang:hover {
  color: #f7a600;
  background: rgba(247, 166, 0, 0.05);
}

.admin-content {
  flex: 1;
  margin-left: 260px;
  padding: 32px;
  min-height: 100vh;
  font-size: 14px;
  line-height: 1.5;
}
.admin-content * {
  font-size: inherit;
}

.admin-page__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.admin-stats__card {
  background: #17181d;
  border: 1px solid #25282d;
  border-radius: 8px;
  padding: 20px;
}
.admin-stats__label {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
}
.admin-stats__value {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.admin-section {
  margin-bottom: 32px;
}
.admin-section__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  background: #17181d;
  border: 1px solid #25282d;
  border-radius: 8px;
  overflow: hidden;
}
.admin-table th {
  text-align: left;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #12131a;
  border-bottom: 1px solid #25282d;
}
.admin-table td {
  padding: 12px 16px;
  font-size: 14px;
  color: #d1d5db;
  border-bottom: 1px solid #1f2128;
}
.admin-table tr:hover td {
  background: rgba(247, 166, 0, 0.05);
}
.admin-table__empty {
  text-align: center;
  color: #6b7280;
  padding: 32px 16px !important;
}
.admin-table__truncate {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-table__row--highlight td {
  background: rgba(239, 68, 74, 0.05);
}

.admin-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.admin-badge--success {
  background: rgba(32, 177, 108, 0.15);
  color: #20b16c;
}
.admin-badge--danger {
  background: rgba(239, 68, 74, 0.15);
  color: #ef444a;
}
.admin-badge--warning {
  background: rgba(247, 166, 0, 0.15);
  color: #f7a600;
}
.admin-badge--default {
  background: rgba(107, 114, 128, 0.15);
  color: #6b7280;
}
.admin-badge--deposit {
  background: rgba(32, 177, 108, 0.15);
  color: #20b16c;
}
.admin-badge--withdraw {
  background: rgba(239, 68, 74, 0.15);
  color: #ef444a;
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #25282d;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #d1d5db;
  background: #17181d;
  cursor: pointer;
  transition: all 0.2s;
}
.admin-btn:hover {
  background: #1f2128;
  border-color: #3b3f48;
}
.admin-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.admin-btn--primary {
  background: #f7a600;
  border-color: #f7a600;
  color: #000;
}
.admin-btn--primary:hover {
  background: #e09500;
  border-color: #e09500;
}
.admin-btn--success {
  background: rgba(32, 177, 108, 0.15);
  border-color: #20b16c;
  color: #20b16c;
}
.admin-btn--success:hover {
  background: rgba(32, 177, 108, 0.25);
}
.admin-btn--danger {
  background: rgba(239, 68, 74, 0.15);
  border-color: #ef444a;
  color: #ef444a;
}
.admin-btn--danger:hover {
  background: rgba(239, 68, 74, 0.25);
}
.admin-btn--small {
  padding: 4px 12px;
  font-size: 13px;
}

.admin-toggle {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #25282d;
  background: rgba(239, 68, 74, 0.15);
  color: #ef444a;
  cursor: pointer;
  transition: all 0.2s;
}
.admin-toggle--on {
  background: rgba(32, 177, 108, 0.15);
  border-color: #20b16c;
  color: #20b16c;
}

.admin-search {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.admin-search__input {
  flex: 1;
  max-width: 400px;
  padding: 8px 16px;
  background: #17181d;
  border: 1px solid #25282d;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.admin-search__input:focus {
  border-color: #f7a600;
}
.admin-search__input::placeholder {
  color: #6b7280;
}

.admin-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: center;
}

.admin-select {
  padding: 8px 16px;
  background: #17181d;
  border: 1px solid #25282d;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.admin-select:focus {
  border-color: #f7a600;
}
.admin-select option {
  background: #17181d;
}

.admin-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  padding: 16px 0;
}
.admin-pagination__info {
  font-size: 13px;
  color: #6b7280;
}

.admin-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  border-bottom: 1px solid #25282d;
  padding-bottom: 0;
}
.admin-tabs__btn {
  padding: 10px 20px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: -1px;
}
.admin-tabs__btn:hover {
  color: #fff;
}
.admin-tabs__btn--active {
  color: #f7a600;
  border-bottom-color: #f7a600;
}

.admin-loading {
  text-align: center;
  padding: 40px;
  color: #6b7280;
  font-size: 14px;
}

.admin-user-info {
  background: #17181d;
  border: 1px solid #25282d;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.admin-user-info__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.admin-user-info__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.admin-user-info__label {
  font-size: 13px;
  color: #6b7280;
  text-transform: uppercase;
}
.admin-user-info__value {
  font-size: 14px;
  color: #fff;
}

.admin-balances {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.admin-balances__item {
  background: #17181d;
  border: 1px solid #25282d;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.admin-balances__currency {
  font-size: 13px;
  font-weight: 600;
  color: #f7a600;
}
.admin-balances__amount {
  font-size: 14px;
  color: #fff;
  font-family: monospace;
}

.admin-inline-edit {
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-inline-edit__input {
  width: 100px;
  padding: 4px 8px;
  background: #0d0e12;
  border: 1px solid #f7a600;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  outline: none;
}

.admin-editable {
  cursor: pointer;
  border-bottom: 1px dashed #6b7280;
  transition: all 0.2s;
}
.admin-editable:hover {
  color: #f7a600;
  border-bottom-color: #f7a600;
}

.admin-textarea {
  width: 100%;
  padding: 8px 12px;
  background: #0d0e12;
  border: 1px solid #f7a600;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  outline: none;
  resize: vertical;
  font-family: monospace;
}

.admin-actions {
  display: flex;
  gap: 8px;
}

.admin-link {
  color: #f7a600;
  text-decoration: none;
}
.admin-link:hover {
  text-decoration: underline;
}

.admin-progress {
  width: 100%;
  height: 8px;
  background: #25282d;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 8px;
}
.admin-progress__bar {
  height: 100%;
  border-radius: 4px;
  transition: width 0.3s, background-color 0.3s;
}

.admin-support {
  display: flex;
  gap: 16px;
  min-height: 500px;
}
.admin-support__conversations {
  width: 360px;
  background: #17181d;
  border: 1px solid #25282d;
  border-radius: 8px;
  overflow-y: auto;
  max-height: 600px;
}
.admin-support__conv-item {
  padding: 12px 16px;
  border-bottom: 1px solid #1f2128;
  cursor: pointer;
  transition: background 0.2s;
}
.admin-support__conv-item:hover {
  background: rgba(247, 166, 0, 0.05);
}
.admin-support__conv-item--active {
  background: rgba(247, 166, 0, 0.1);
  border-left: 3px solid #f7a600;
}
.admin-support__conv-email {
  font-size: 13px;
  color: #f7a600;
  font-weight: 600;
}
.admin-support__conv-name {
  font-size: 13px;
  color: #6b7280;
}
.admin-support__conv-preview {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-support__chat {
  flex: 1;
  background: #17181d;
  border: 1px solid #25282d;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.admin-support__chat-header {
  padding: 16px;
  border-bottom: 1px solid #25282d;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.admin-support__messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  max-height: 400px;
}
.admin-support__message {
  max-width: 70%;
  margin-bottom: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4;
}
.admin-support__message--incoming {
  background: #2a2d33;
  color: #d1d5db;
  margin-right: auto;
}
.admin-support__message--outgoing {
  background: rgba(247, 166, 0, 0.15);
  color: #fff;
  margin-left: auto;
}
.admin-support__message-time {
  font-size: 11px;
  color: #6b7280;
  margin-top: 4px;
}
.admin-support__message-staff {
  font-size: 11px;
  color: #f7a600;
  margin-bottom: 2px;
}
.admin-support__reply {
  padding: 12px 16px;
  border-top: 1px solid #25282d;
  display: flex;
  gap: 8px;
}
.admin-support__reply-input {
  flex: 1;
  padding: 8px 12px;
  background: #0d0e12;
  border: 1px solid #25282d;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  outline: none;
  resize: none;
  min-height: 40px;
}
.admin-support__reply-input:focus {
  border-color: #f7a600;
}
.admin-support__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #6b7280;
  font-size: 14px;
}

.admin-unread {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  background: #f7a600;
  color: #000;
  font-size: 11px;
  font-weight: 700;
}

.admin-network-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.admin-network-card {
  background: #17181d;
  border: 1px solid #25282d;
  border-radius: 8px;
  padding: 20px;
}
.admin-network-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.admin-network-card__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.admin-form-group {
  margin-bottom: 16px;
}
.admin-form-group__label {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.admin-sidebar__nav {
  overflow-y: auto;
}

@media (max-width: 1200px) {
  .admin-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-user-info__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-balances {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .admin-sidebar {
    width: 200px;
  }
  .admin-content {
    margin-left: 200px;
    padding: 16px;
  }
  .admin-stats {
    grid-template-columns: 1fr;
  }
  .admin-user-info__grid {
    grid-template-columns: 1fr;
  }
  .admin-balances {
    grid-template-columns: repeat(2, 1fr);
  }
}
.btn {
  position: relative;
  font-family: "SF Pro Display";
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  border-radius: 8px;
  min-width: 160px;
  padding: 10px 20px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn.small {
  min-width: auto !important;
  padding: 6px 12px;
}
.btn.primary {
  background-color: #4881ee;
  border-color: #4881ee;
}
.btn.primary:hover {
  background-color: transparent;
  color: #4881ee;
}
.btn.secondary {
  background-color: #51cb82;
  border-color: #51cb82;
}
.btn.secondary:hover {
  background-color: transparent;
  color: #51cb82;
}
.btn.tertiary {
  background-color: #fb7a7a;
  border-color: #fb7a7a;
}
.btn.tertiary:hover {
  background-color: transparent;
  color: #fb7a7a;
}
.btn.fourthly {
  border-color: #4881ee;
  color: #4881ee;
}
.btn.fourthly:hover {
  background-color: #4881ee;
  color: #ffffff;
}
.btn.send {
  min-width: 65px !important;
  padding: 7px 20px;
}
.btn.send svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.btn.send:hover svg {
  fill: #4881ee;
}
.btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.signin {
  font-family: "SF Pro Display";
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #4881ee;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
  cursor: pointer;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
}
.signin:hover {
  border-bottom-color: #4881ee;
}

.btn-wrap {
  display: flex;
  align-items: center;
}
.btn-wrap .primary {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .btn-wrap .primary {
    margin-right: 32px;
  }
}

.icon-spin {
  animation: icon-spin 2s infinite linear;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.chat-wrap {
  margin: -20px -16px;
}
.chat-wrap .chat {
  flex-direction: row;
}
.chat-wrap .chat__list-wrap {
  max-width: 70px;
}
@media (min-width: 768px) {
  .chat-wrap .chat__list-wrap {
    max-width: 325px;
  }
}
.chat-wrap .chat__item {
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 768px) {
  .chat-wrap .chat__item {
    align-items: center;
  }
}
.chat-wrap .chat__item .chat__text {
  display: none;
}
@media (min-width: 768px) {
  .chat-wrap .chat__item .chat__text {
    display: block;
  }
}
.chat-wrap .chat__item .chat__base-text {
  display: none;
}
@media (min-width: 768px) {
  .chat-wrap .chat__item .chat__base-text {
    display: block;
  }
}
.chat-wrap .chat__item .chat__avatar {
  margin: 0;
}
@media (min-width: 768px) {
  .chat-wrap .chat__item .chat__avatar {
    margin-right: 10px;
  }
}

.chat {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .chat {
    flex-direction: row;
  }
}
.chat .main-form__textarea {
  height: 40px;
  padding: 10px 50px 10px 14px;
}
.chat__list {
  width: 100%;
}
.chat__list-wrap {
  width: 100%;
}
.chat__list-wrap .operation-title {
  padding: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .chat__list-wrap .operation-title {
    padding: 20px 16px;
  }
}
.chat__item {
  cursor: pointer;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-top: 1px solid #efefef;
  position: relative;
  border-right: 2px solid transparent;
  transition: background-color 0.15s ease;
}
.chat__item:hover {
  background-color: rgba(239, 239, 239, 0.4);
}
.chat__item.active {
  border-right-color: #4881ee;
  background-color: rgba(239, 239, 239, 0.3);
}
.chat__item:last-child {
  border-bottom: 1px solid #efefef;
}
.chat__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.chat__text {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(30, 44, 72, 0.5);
}
.chat__verified-wrap {
  padding: 16px;
  border: 1px solid #20b16c;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(32, 177, 108, 0.12);
}
.chat__verified-wrap .chat__base-text {
  opacity: 0.7;
}
.chat__verified-title {
  display: block;
  font-family: "SF Pro Display";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #20b16c;
  margin-bottom: 4px;
}
.chat__info-line {
  width: 100%;
  margin: 2px 0;
  display: flex;
  justify-content: space-between;
}
.chat__info-line .chat__text:first-child {
  margin-right: 10px;
}
.chat__info-line .chat__base-text {
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat__count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fb7a7a;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 4px 3px;
  position: absolute;
  top: 3px;
  right: 3px;
}
@media (min-width: 768px) {
  .chat__count {
    position: static;
    margin: 0 0 0 8px;
  }
}
.chat__base-text {
  font-family: "SF Pro Display";
  font-size: 14px;
  color: #1e2c48;
}
.chat__base-text.service {
  color: #fb7a7a;
}
.chat__avatar {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.chat__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat__message {
  padding-bottom: 12px;
}
.chat__message .chat__base-text {
  font-size: 13px;
}
@media (min-width: 768px) {
  .chat__message .chat__base-text {
    font-size: 14px;
  }
}
.chat__message .chat__base-text-file {
  text-align: right;
}
.chat__message .chat__base-text-file a {
  color: #4881ee;
}
.chat__message.my {
  margin-left: auto;
}
.chat__message.my .chat__info-line {
  justify-content: flex-end;
}
.chat__message.my .chat__message-bg {
  background-color: #ffffff;
  border-radius: 12px 12px 0 12px;
}
.chat__message-content {
  margin: 10px 0;
  padding: 10px 10px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 560px;
  overflow: hidden;
  overflow-y: auto;
}
.chat__message-wrap {
  display: flex;
  align-items: flex-end;
}
.chat__message-bg {
  border: 1px solid #efefef;
  padding: 10px;
  background: #f2f4f7;
  border-radius: 12px 12px 12px 0;
}
@media (min-width: 768px) {
  .chat__message-bg {
    padding: 12px;
  }
}
.chat__message-bg .chat__text {
  font-weight: 400;
}
.chat__message-bg .chat__info-line {
  margin: 0 0 4px 0;
}
.chat__content {
  display: none;
  width: 100%;
  padding: 16px 8px;
  background-color: #ffffff;
  border-radius: 0 12px 12px 0;
}
@media (min-width: 768px) {
  .chat__content {
    padding: 20px 16px;
  }
}
.chat__content.active {
  display: block;
}
.chat__profile-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
}
.chat__profile-info .chat__base-text {
  margin-top: 4px;
  color: rgba(30, 44, 72, 0.5);
  font-size: 13px;
}
.chat__profile-label {
  font-family: "SF Pro Display";
  font-size: 14px;
  font-weight: 600;
  color: #1e2c48;
}
.chat__btn-wrap {
  padding-left: 10px;
}
.chat__btn-wrap .btn {
  display: none;
}
.chat__btn-wrap .btn.active {
  display: block;
}
.chat__btn-wrap .signin {
  display: none;
}
.chat__btn-wrap .signin.active {
  display: block;
}

.profile-wrap {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.profile-footer {
  padding: 16px;
  border-top: 1px solid #efefef;
}

.unread-marker {
  color: #fb7a7a !important;
  font-size: 13px;
}
.deal {
  width: 100%;
}
.deal__list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.deal__item {
  cursor: pointer;
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(30, 44, 72, 0.5);
  padding: 6px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (min-width: 768px) {
  .deal__item {
    width: auto;
  }
}
.deal__item:hover {
  color: rgba(30, 44, 72, 0.8);
}
.deal__item.active {
  color: #ffffff;
  font-weight: 600;
  background-color: #4881ee;
}
.deal__content {
  display: none;
}
.deal__content.active {
  display: block;
}
.footer {
  position: relative;
  background-color: #ffffff;
  padding: 12px 0;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(30, 44, 72, 0.08);
}
.footer .container {
  max-width: 1400px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__mark {
  flex: none;
}
.footer__name {
  font-family: "SF Pro Display";
  font-size: 13px;
  font-weight: 600;
  color: rgba(30, 44, 72, 0.5);
  letter-spacing: 0.03em;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__links a {
  font-family: "SF Pro Display";
  font-size: 12px;
  font-weight: 400;
  color: rgba(30, 44, 72, 0.3);
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.footer__links a:hover {
  color: rgba(30, 44, 72, 0.7);
}
.footer__copy {
  font-family: "SF Pro Display";
  font-size: 11px;
  color: rgba(30, 44, 72, 0.2);
  letter-spacing: 0.02em;
}
.footer__legal {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__legal a {
  font-family: "SF Pro Display";
  font-size: 11px;
  font-weight: 400;
  color: rgba(30, 44, 72, 0.25);
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.footer__legal a:hover {
  color: rgba(30, 44, 72, 0.6);
}
.footer__support {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__support a {
  font-family: "SF Pro Display";
  font-size: 11px;
  font-weight: 400;
  color: rgba(30, 44, 72, 0.25);
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.footer__support a:hover {
  color: rgba(30, 44, 72, 0.6);
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  color: rgba(30, 44, 72, 0.3);
  font-size: 12px;
  font-family: "SF Pro Display";
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.15s ease;
}
.footer__social a:hover {
  color: rgba(30, 44, 72, 0.7);
  background: rgba(30, 44, 72, 0.05);
}
.main-form__wrap {
  width: 100%;
}
.main-form__title {
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1e2c48;
}
.main-form__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.main-form__text {
  font-family: "SF Pro Display";
  font-size: 14px;
  color: rgba(30, 44, 72, 0.5);
  margin-right: 10px;
  font-weight: 500;
  position: relative;
  top: -2px;
}
.main-form__label {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.02em;
  color: rgba(30, 44, 72, 0.5);
}
.main-form__info {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(30, 44, 72, 0.5);
}
.main-form__field {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .main-form__field_sum {
    max-width: 22.5rem;
  }
}
.main-form__field_col {
  flex-direction: column;
  align-items: flex-start;
}
.main-form__field_col .signin {
  margin-top: 10px;
}
.main-form__field_half {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-form__field_half {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .main-form__field_half .main-form__input-wrap {
    width: calc(100% - 12px) !important;
    margin: 0 0 0 auto;
  }
}
.main-form__field_half .main-form__input {
  padding-right: 5rem !important;
}
.main-form__field_repeat .signin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  max-width: 125px;
}
.main-form__field_repeat .main-form__input {
  padding-right: 150px;
}
.main-form__field_sel {
  position: relative;
}
.main-form__field_sel:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L0.071797 0.25L13.9282 0.250001L7 7Z' fill='%231e2c48' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
}
.main-form__select, .main-form__textarea, .main-form__input {
  resize: none;
  position: relative;
  width: 100%;
  font-family: "SF Pro Display";
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #1e2c48;
  padding: 10px 14px;
  border: 1px solid #efefef;
  border-radius: 8px;
  background: transparent;
  transition: border-color 0.2s ease;
}
.main-form__select:focus, .main-form__textarea:focus, .main-form__input:focus {
  border-color: #4881ee;
  outline: none;
}
.main-form__select:focus + .main-form__max, .main-form__textarea:focus + .main-form__max, .main-form__input:focus + .main-form__max {
  border-color: #4881ee;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-form__select_dis, .main-form__textarea_dis, .main-form__input_dis {
  border: none;
  padding: 10px 0;
  opacity: 0.6;
}
.main-form__select::placeholder, .main-form__textarea::placeholder, .main-form__input::placeholder {
  color: rgba(30, 44, 72, 0.3);
}
.main-form__file {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 85px;
}
.main-form__file:hover svg {
  opacity: 1;
}
.main-form__file svg {
  width: 20px;
  height: 20px;
  fill: #1e2c48;
  opacity: 0.5;
}
.main-form__max {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f2f4f7;
  border: 1px solid #efefef;
  border-radius: 8px;
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #4881ee;
  padding: 10px 20px;
  margin-left: auto;
  transition: all 0.2s ease;
}
.main-form__max:hover {
  background-color: #4881ee;
  color: #ffffff;
  border-color: #4881ee;
  cursor: pointer;
}
.main-form__subinfo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  right: 16px;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.02em;
  color: rgba(30, 44, 72, 0.25);
}
.main-form__footer {
  display: flex;
  width: 100%;
  margin-top: 12px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .main-form__footer {
    align-items: flex-start;
    flex-direction: row;
  }
}
.main-form__footer .btn {
  margin: 0 !important;
  min-width: 15rem;
}
@media (min-width: 768px) {
  .main-form__footer .btn {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .main-form__footer .btn {
    min-width: 20rem;
  }
}
.main-form__footer .base-text {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .main-form__footer .base-text {
    align-items: flex-start;
    margin: 0 16px 0 0;
  }
}
.main-form__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-form__qr div {
  font-size: 14px;
  margin-bottom: 15px;
}
.main-form__qr__code-wrapper {
  padding: 10px;
  background-color: #f8f8f8;
  border: #bbb 1px solid;
  border-radius: 8px;
  margin-bottom: 15px;
}
.main-form__qr code {
  padding: 2px 5px;
  background-color: #f8f8f8;
  border: #bbb 1px solid;
  border-radius: 4px;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
}
.main-form .react-tel-input {
  width: 100%;
}
.main-form .react-tel-input .special-label {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.header {
  position: relative;
  z-index: 10;
  padding: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(72, 129, 238, 0.2), transparent);
}
.header .container {
  max-width: 1400px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 56px;
}
.header .nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #f2f4f7;
  transition: all 0.3s ease;
  padding: 5rem 2rem 2rem;
  z-index: 16;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .header .nav {
    flex: 1;
    margin-left: 32px;
    background-color: transparent;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    position: static;
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
}
.header .nav.active {
  right: 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo__mark {
  flex: none;
  color: #4881ee;
}
.logo__name {
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 700;
  color: #1e2c48;
  letter-spacing: 0.02em;
}

.nav__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .nav__links {
    flex-direction: row;
    align-items: center;
    gap: 4px;
    background: rgba(30, 44, 72, 0.04);
    border-radius: 10px;
    padding: 3px;
  }
}
.nav li {
  display: flex;
  align-items: center;
}
.nav__link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: rgba(30, 44, 72, 0.4);
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 6px 14px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .nav__link {
    font-size: 17px;
    padding: 10px 20px;
  }
}
.nav__link svg {
  flex-shrink: 0;
  opacity: 0.45;
  transition: opacity 0.2s ease;
}
.nav__link:hover {
  color: rgba(30, 44, 72, 0.75);
  background: rgba(30, 44, 72, 0.05);
}
.nav__link:hover svg {
  opacity: 0.75;
}
.nav__link.active {
  color: #1e2c48;
  background: rgba(30, 44, 72, 0.06);
}
.nav__link.active svg {
  opacity: 1;
}
@media (min-width: 1024px) {
  .nav__link.active {
    background: rgba(72, 129, 238, 0.1);
    color: #4881ee;
  }
}
.nav__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #4881ee;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  font-family: "SF Pro Display";
  line-height: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 2px;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .header-actions {
    margin-top: 0;
  }
}
.header-actions__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  color: rgba(30, 44, 72, 0.3);
  transition: color 0.2s ease, background-color 0.15s ease;
  padding: 0;
}
.header-actions__icon-btn svg {
  width: 18px;
  height: 18px;
}
.header-actions__icon-btn:hover {
  color: rgba(30, 44, 72, 0.7);
  background: rgba(30, 44, 72, 0.05);
}
.header-actions__lang {
  font-family: "SF Pro Display";
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.header-actions__sep {
  width: 1px;
  height: 20px;
  background: rgba(30, 44, 72, 0.1);
  margin: 0 6px;
  flex: none;
}
.header-actions__profile {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-actions__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(72, 129, 238, 0.1);
  color: #4881ee;
  font-family: "SF Pro Display";
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.2s ease;
  border: 2px solid rgba(72, 129, 238, 0.2);
}
.header-actions__avatar:hover {
  background: rgba(72, 129, 238, 0.18);
}
.header-actions__auth {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-actions__signin {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: rgba(30, 44, 72, 0.5);
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 8px;
  transition: color 0.2s ease, background-color 0.15s ease;
}
.header-actions__signin:hover {
  color: #1e2c48;
  background: rgba(30, 44, 72, 0.05);
}
.header-actions__signup {
  font-family: "SF Pro Display";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: #4881ee;
  border: none;
  cursor: pointer;
  padding: 6px 16px;
  border-radius: 8px;
  transition: opacity 0.2s ease;
}
.header-actions__signup:hover {
  opacity: 0.88;
}

.burger {
  flex: none;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  z-index: 17;
  padding: 8px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 44, 72, 0.1);
  background: rgba(30, 44, 72, 0.03);
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}
.burger:hover {
  background: rgba(30, 44, 72, 0.06);
}
.burger.active span:nth-child(1) {
  width: 18px;
  transform: rotate(45deg);
  top: 6px;
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  width: 18px;
  transform: rotate(-45deg);
  bottom: 6px;
}
.burger span {
  transition: all 0.3s ease;
  width: 18px;
  height: 1.5px;
  position: relative;
  background-color: rgba(30, 44, 72, 0.35);
  border-radius: 1px;
}
.burger span:nth-child(1) {
  margin-bottom: 4px;
}
.burger span:nth-child(3) {
  margin-top: 4px;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.mask.active {
  opacity: 1;
  pointer-events: all;
}
.mask .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31rem;
  padding: 1.5rem;
  max-height: calc(100vh - 3rem);
  overflow: hidden;
  overflow-y: auto;
  z-index: 1000;
}
.mask .modal__wrap {
  width: 100%;
  padding: 2.4rem 1.6rem 1.6rem;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
}
.mask .modal .main-form__field {
  margin-bottom: 1.2rem;
}
.mask .modal .main-form__label {
  margin-right: 12px;
}
.mask .modal .main-form .btn {
  margin: 2.2rem auto 0;
  display: block;
}
.main-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-content.column {
  flex-direction: column;
}
.main-content.column .main-block {
  width: 100%;
  padding: 0;
}
.main-content.column .main-block:first-child:after {
  display: none;
}
.main-content.column .main-block:first-child {
  margin-bottom: 16px;
}

.operation-head .main-form__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .operation-head .main-form__wrap {
    flex-wrap: nowrap;
  }
}
.operation-head .main-form__field {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .operation-head .main-form__field {
    margin: 0 12px 0 0;
  }
}

.create-wrap .main-form__wrap {
  display: flex;
  flex-direction: column;
}
.create-wrap .main-form__field {
  margin-bottom: 12px;
}
.create-wrap .main-form__label {
  margin-right: 12px;
  max-width: 120px;
  width: 100%;
}
.create-wrap .main-form__textarea {
  height: 120px;
}
.create-wrap .btn-wrap {
  margin-top: 12px;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .create-wrap .btn-wrap {
    justify-content: flex-end;
    flex-direction: row;
  }
}
.create-wrap .btn-wrap .primary {
  min-width: 200px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .create-wrap .btn-wrap .primary {
    margin: 0 0 0 40px;
  }
}

.main-block {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-block {
    width: 50%;
    margin: 0;
  }
}
.main-block:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #efefef;
  top: 0;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .main-block:after {
    display: block;
  }
}
@media (min-width: 768px) {
  .main-block:first-child {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .main-block:last-child {
    padding-left: 16px;
  }
}
.main-block:last-child:after {
  display: none;
}

.operation-title {
  font-family: "SF Pro Display";
  font-weight: 600;
  font-size: 16px;
  color: #1e2c48;
  margin-bottom: 16px;
}
.operation-title.small {
  font-size: 14px;
}
@media (min-width: 768px) {
  .operation-title.small {
    font-size: 16px;
  }
}

.operation-wrap {
  overflow: hidden;
  overflow-y: auto;
  max-height: 50vh;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .operation-wrap {
    max-height: 60vh;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__title {
    display: none;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block {
    flex: none;
    padding-right: 20px;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block:nth-child(1) {
    width: 18rem;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block:nth-child(2) {
    width: 27.1rem;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block:nth-child(3) {
    width: 8.5rem;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block:nth-child(4) {
    width: 47rem;
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block .operation__value_sub {
    margin-left: 10px;
  }
}

.operation {
  width: 100%;
  background-color: #ffffff;
  transition: background-color 0.2s ease;
  border: 1px solid #efefef;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 8px;
}
.operation:hover {
  background-color: rgba(239, 239, 239, 0.6);
}
.operation_head {
  display: none;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (min-width: 1300px) {
  .operation_head {
    display: block;
  }
}
.operation_head .operation__wrap {
  padding-top: 0;
}
@media (min-width: 1300px) {
  .operation_head .operation__title {
    display: block !important;
  }
}
.operation_head .operation__block {
  flex: none;
  padding-right: 20px;
  padding-bottom: 10px;
}
.operation_head .operation__block:nth-child(1) {
  width: 18rem;
}
.operation_head .operation__block:nth-child(2) {
  width: 27.1rem;
}
.operation_head .operation__block:nth-child(3) {
  width: 6.5rem;
}
.operation_head .operation__block:nth-child(3) span {
  margin: 0 auto;
}
.operation_head .operation__block:nth-child(4) {
  width: 19rem;
}
.operation_head .operation__block:nth-child(4) span {
  margin: 0 auto;
}
.operation p,
.operation span {
  letter-spacing: 0.02em;
}
.operation__wrap {
  padding: 12px 12px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .operation__wrap {
    padding: 16px 14px 0;
  }
}
.operation__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .operation__block {
    padding-right: 40px;
    padding-bottom: 16px;
  }
}
.operation__title {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(30, 44, 72, 0.4);
  margin-bottom: 4px;
}
.operation__value {
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-size: 14px;
  color: #1e2c48;
  font-weight: 500;
}
.operation__value_sub {
  font-weight: 400;
  color: rgba(30, 44, 72, 0.5);
}
.operation__status {
  font-family: "SF Pro Display";
  font-size: 12px;
  color: rgba(30, 44, 72, 0.5);
}
.operation__btn-wrap {
  margin: auto 0 10px auto;
}
.operation__btn-wrap_func .btn:not(:last-child) {
  margin-right: 8px;
}
.purpose-content {
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .purpose-content {
    margin-bottom: 10rem;
  }
}

.purpose-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.7rem;
}

.purpose {
  width: 100%;
  padding: 0 1.7rem 2rem;
}
@media (min-width: 1024px) {
  .purpose {
    width: 33.33%;
  }
}
.purpose__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.purpose__img {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
}
.purpose__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.purpose__title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #1e2c48;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .purpose__title {
    font-size: 2.4rem;
  }
}
.purpose__list li {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #1e2c48;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .purpose__list li {
    font-size: 1.8rem;
  }
}
.purpose__list li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #4881ee;
}
.purpose__list li:last-child {
  margin-bottom: 0;
}
.svg-wrap {
  height: 0;
  width: 0;
  overflow: hidden;
}

svg {
  transition: all 0.3s ease;
}
.table {
  overflow: hidden;
  overflow-x: auto;
  background-color: #ffffff;
  border-radius: 12px;
}
.table__wrap {
  padding: 0 0 20px;
}
.table.glass {
  overflow-x: hidden;
}
.table.glass .table__head > div,
.table.glass .table__row > div {
  width: 20%;
  padding-right: 8px;
  display: flex;
  justify-content: center;
}
@media (min-width: 370px) {
  .table.glass .table__head > div,
  .table.glass .table__row > div {
    padding-right: 10px;
  }
}
.table.glass .table__head > div:last-child,
.table.glass .table__row > div:last-child {
  padding-right: 0;
}
@media (max-width: 500px) {
  .table.glass .table__head > div,
  .table.glass .table__row > div {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .table.glass .table__head span,
  .table.glass .table__row span {
    font-size: 10px;
  }
}
@media (max-width: 370px) {
  .table.glass .table__head span,
  .table.glass .table__row span {
    font-size: 9px;
  }
}
.table.glass .table__body {
  height: 23.5rem;
}
@media (max-width: 500px) {
  .table.glass .table__field:nth-child(4) {
    display: none;
  }
}
.table.exchange .table__head,
.table.exchange .table__row {
  padding: 0;
}
.table.exchange .table__head > div,
.table.exchange .table__row > div {
  width: 25%;
  padding-right: 10px;
}
.table.exchange .table__head > div:last-child,
.table.exchange .table__row > div:last-child {
  padding-right: 0;
}
.table.exchange .table__body {
  padding: 0;
  height: calc(100vh - 24rem);
}
.table.exchange .table__wrap {
  min-width: 600px;
}
.table.deal .table__head,
.table.deal .table__row {
  padding: 0;
}
.table.deal .table__head > div,
.table.deal .table__row > div {
  width: 16.66%;
  padding-right: 10px;
}
.table.deal .table__head > div:last-child,
.table.deal .table__row > div:last-child {
  padding-right: 0;
}
.table.deal .table__body {
  padding: 0;
  height: calc(100vh - 26rem);
}
.table.deal .table__wrap {
  min-width: 800px;
}
.table.deal-active .table__head,
.table.deal-active .table__row {
  padding: 0;
}
.table.deal-active .table__head > div,
.table.deal-active .table__row > div {
  width: 10%;
  padding-right: 10px;
}
.table.deal-active .table__head > div:last-child,
.table.deal-active .table__row > div:last-child {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .table.deal-active .table__head span,
  .table.deal-active .table__row span {
    font-size: 13px;
  }
}
.table.deal-active .table__body {
  padding: 0;
  height: 55vh;
}
@media (min-width: 1024px) {
  .table.deal-active .table__body {
    height: calc(100vh - 26rem);
  }
}
.table.deal-active .table__wrap {
  min-width: 130rem;
}
.table.statistic .table__head,
.table.statistic .table__row {
  padding: 0;
}
.table.statistic .table__head > div,
.table.statistic .table__row > div {
  width: 25%;
  padding-right: 10px;
}
.table.statistic .table__head > div:last-child,
.table.statistic .table__row > div:last-child {
  padding-right: 0;
}
.table.statistic .table__head {
  padding: 0 8px 0 0;
}
.table.statistic .table__body {
  padding: 0;
  height: calc(100vh - 27rem);
}
.table.statistic .table__wrap {
  min-width: 500px;
}
.table.statistic .table__title {
  padding: 0;
}
.table.referal .table__head,
.table.referal .table__row {
  padding: 0;
}
.table.referal .table__head > div,
.table.referal .table__row > div {
  width: 33.33%;
  padding-right: 10px;
}
.table.referal .table__head > div:last-child,
.table.referal .table__row > div:last-child {
  padding-right: 0;
}
.table.referal .table__head {
  padding: 0 8px 0 0;
}
.table.referal .table__body {
  padding: 0;
  height: calc(100vh - 26rem);
}
.table.referal .table__wrap {
  min-width: 500px;
}
.table.referal .table__title {
  padding: 0;
}
.table.assets .table__head,
.table.assets .table__row {
  padding: 0;
}
.table.assets .table__head > div,
.table.assets .table__row > div {
  width: 19%;
  padding-right: 10px;
}
.table.assets .table__head > div:first-child,
.table.assets .table__row > div:first-child {
  width: 24%;
}
.table.assets .table__head > div:last-child,
.table.assets .table__row > div:last-child {
  padding-right: 0;
}
.table.assets .table__head {
  padding: 0 8px 0 0;
}
.table.assets .table__body {
  padding: 0;
  height: calc(100vh - 26rem);
}
.table.assets .table__wrap {
  min-width: 500px;
}
.table.assets .table__title {
  padding: 0;
}
.table.withdrawal .table__head,
.table.withdrawal .table__row {
  padding: 0;
}
.table.withdrawal .table__head > div,
.table.withdrawal .table__row > div {
  width: 18%;
  padding-right: 10px;
}
.table.withdrawal .table__head > div:nth-child(1),
.table.withdrawal .table__row > div:nth-child(1) {
  width: 20%;
}
.table.withdrawal .table__head > div:nth-child(2),
.table.withdrawal .table__row > div:nth-child(2) {
  width: 28%;
}
.table.withdrawal .table__head > div:nth-child(3),
.table.withdrawal .table__row > div:nth-child(3) {
  width: 23%;
}
.table.withdrawal .table__head > div:nth-child(4),
.table.withdrawal .table__row > div:nth-child(4) {
  width: 16%;
}
.table.withdrawal .table__head > div:last-child,
.table.withdrawal .table__row > div:last-child {
  padding-right: 0;
}
.table.withdrawal .table__head {
  padding: 0 8px 0 0;
}
.table.withdrawal .table__body {
  padding: 0;
  height: calc(100vh - 26rem);
}
.table.withdrawal .table__wrap {
  min-width: 500px;
}
.table.withdrawal .table__title {
  padding: 0;
}
.table__title {
  margin-bottom: 12px;
  color: #1e2c48;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 600;
  padding: 20px 16px 0;
}
.table__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0 16px;
}
.table__head span {
  color: rgba(30, 44, 72, 0.5);
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.table__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6px 8px !important;
  transition: background-color 0.15s ease;
}
.table__row:nth-child(2n) {
  background-color: rgba(239, 239, 239, 0.5);
}
.table__row span {
  color: #1e2c48;
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-weight: 500;
  font-size: 12px;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .table__row span {
    font-size: 13px;
  }
}
.table__body {
  overflow: hidden;
  overflow-y: auto;
  padding: 0 12px 0 16px;
}
.table__field_row {
  display: flex;
  align-items: center;
}
.table__field_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.table__field img {
  margin-right: 10px;
}
.table__nav {
  display: flex;
  flex-direction: column;
  margin-left: 4px;
}
.table__button_down {
  border: 5px solid transparent;
  border-top: 6px solid rgba(30, 44, 72, 0.3);
}
.table__button_down:hover {
  border-top: 6px solid #1e2c48;
}
.table__button_top {
  border: 5px solid transparent;
  border-bottom: 6px solid rgba(30, 44, 72, 0.3);
  margin-bottom: 3px;
}
.table__button_top:hover {
  border-bottom: 6px solid #1e2c48;
}
.table .warning {
  color: #fb7a7a;
}
.table .warning > * {
  color: #fb7a7a;
}
.table .success {
  color: #51cb82;
}
.table .success > * {
  color: #51cb82;
}
.table .info-text {
  color: rgba(30, 44, 72, 0.5);
}
.table .info-text > * {
  color: rgba(30, 44, 72, 0.5);
}

.table__field span {
  width: 100%;
  text-align: right;
}

.warning span {
  text-align: left;
}

.table__field_row span {
  text-align: left;
}

.success span {
  text-align: left;
}
.tabs {
  width: 100%;
}
.tabs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tabs__list {
    gap: 0;
  }
}
.tabs__item {
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(30, 44, 72, 0.5);
  padding: 10px 12px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px 12px 0 0;
  width: calc(50% - 2px);
}
@media (min-width: 768px) {
  .tabs__item {
    width: auto;
    padding: 10px 20px;
  }
}
.tabs__item:hover {
  color: rgba(30, 44, 72, 0.8);
}
.tabs__item.active {
  color: #4881ee;
  font-weight: 600;
  background: #ffffff;
}
.tabs__icon {
  flex: none;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.tabs__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs__item-name {
  display: block;
  text-align: left;
  font-family: "SF Pro Display";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #1e2c48;
  margin-bottom: 2px;
}
.tabs__item-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tabs__item-line span {
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(30, 44, 72, 0.5);
  margin-right: 8px;
  line-height: 1;
}
.tabs__item-line span:last-child {
  font-size: 12px;
  margin: 0;
  position: relative;
}
.tabs__content {
  display: none;
  width: 100%;
  padding: 20px 16px;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
}
.tabs__content.active {
  display: block;
}
.main-title {
  font-family: "SF Pro Display";
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #1e2c48;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .main-title {
    font-size: 40px;
  }
}

.section-title {
  font-family: "SF Pro Display";
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #1e2c48;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}

.base-text {
  font-family: "SF Pro Display";
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #1e2c48;
}

.equi {
  font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
  font-weight: 500;
  margin-left: 8px;
  color: rgba(30, 44, 72, 0.25);
}

.ident {
  font-family: "SF Pro Display";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #1e2c48;
}

.cond {
  background: transparent;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 12px;
}

.red {
  color: #fb7a7a !important;
}
.otc-section {
  flex: 1;
  padding: 2.4rem 0;
}

.otc-tabs {
  width: 100%;
}
.otc-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  background: rgba(30, 44, 72, 0.04);
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 2rem;
}
.otc-tabs__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: rgba(30, 44, 72, 0.4);
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .otc-tabs__item {
    width: calc(50% - 2px);
    justify-content: center;
    font-size: 12px;
    padding: 8px 10px;
  }
}
.otc-tabs__item svg {
  flex-shrink: 0;
  opacity: 0.45;
  transition: opacity 0.2s ease;
}
.otc-tabs__item:hover {
  color: rgba(30, 44, 72, 0.75);
  background: rgba(30, 44, 72, 0.05);
}
.otc-tabs__item:hover svg {
  opacity: 0.75;
}
.otc-tabs__item.active {
  color: #4881ee;
  background: rgba(72, 129, 238, 0.1);
  font-weight: 600;
}
.otc-tabs__item.active svg {
  opacity: 1;
}
.otc-tabs__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #4881ee;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  font-family: "SF Pro Display";
  line-height: 1;
}
.otc-tabs__content {
  width: 100%;
}

.otc-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
  border: 1px solid #efefef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .otc-card {
    padding: 1.6rem;
  }
}
.otc-card__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1e2c48;
  font-family: "SF Pro Display";
  margin-bottom: 2rem;
}
.otc-card__title svg {
  flex-shrink: 0;
  color: #4881ee;
  opacity: 0.7;
}
.otc-card--chat {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.otc-market__header {
  display: none;
}
@media (min-width: 1024px) {
  .otc-market__header {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 0.8fr 1.5fr 1fr;
    gap: 1rem;
    padding: 0 1.6rem 1.2rem;
    border-bottom: 1px solid rgba(30, 44, 72, 0.08);
  }
  .otc-market__header span {
    font-family: "SF Pro Display";
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(30, 44, 72, 0.4);
  }
}
.otc-market__list {
  max-height: 60vh;
  overflow-y: auto;
}
.otc-market__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  padding: 1.6rem;
  border-bottom: 1px solid rgba(30, 44, 72, 0.06);
  transition: background-color 0.15s ease;
}
@media (min-width: 1024px) {
  .otc-market__row {
    grid-template-columns: 1.5fr 1.5fr 0.8fr 1.5fr 1fr;
    gap: 1rem;
    align-items: center;
  }
}
.otc-market__row:last-child {
  border-bottom: none;
}
.otc-market__row:hover {
  background: rgba(30, 44, 72, 0.02);
}
.otc-market__cell {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media (min-width: 1024px) {
  .otc-market__cell--action {
    align-items: flex-end;
  }
}
.otc-market__cell--action .btn {
  min-width: 120px;
}
.otc-market__label {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(30, 44, 72, 0.4);
}
@media (min-width: 1024px) {
  .otc-market__label {
    display: none;
  }
}
.otc-market__value {
  font-family: "SF Pro Display";
  font-size: 1.4rem;
  color: #1e2c48;
  font-weight: 500;
}
.otc-market__value small {
  color: rgba(30, 44, 72, 0.5);
  font-weight: 400;
}
.otc-market__value--accent {
  color: #4881ee;
  font-weight: 600;
}
.otc-market__sub {
  font-size: 1.2rem;
  color: rgba(30, 44, 72, 0.4);
}
.otc-market__actions {
  display: flex;
  gap: 0.8rem;
}
.otc-market__empty {
  padding: 3.2rem;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(30, 44, 72, 0.3);
  font-family: "SF Pro Display";
}

.otc-status {
  display: inline-flex;
  align-items: center;
  font-family: "SF Pro Display";
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  white-space: nowrap;
}
.otc-status--active {
  background: rgba(81, 203, 130, 0.1);
  color: rgb(53.610619469, 179.389380531, 104.1283185841);
}
.otc-status--done {
  background: rgba(30, 44, 72, 0.06);
  color: rgba(30, 44, 72, 0.5);
}
.otc-status--canceled {
  background: rgba(251, 122, 122, 0.1);
  color: rgb(250.2554744526, 97.2445255474, 97.2445255474);
}
.otc-status--pending {
  background: rgba(72, 129, 238, 0.1);
  color: #4881ee;
}

.otc-btn {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0.6rem 1.4rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  white-space: nowrap;
}
.otc-btn--outline {
  background: transparent;
  border: 1px solid rgba(72, 129, 238, 0.3);
  color: #4881ee;
}
.otc-btn--outline:hover {
  background: rgba(72, 129, 238, 0.06);
  border-color: #4881ee;
}
.otc-btn--danger {
  background: transparent;
  border: 1px solid rgba(251, 122, 122, 0.3);
  color: #fb7a7a;
}
.otc-btn--danger:hover {
  background: rgba(251, 122, 122, 0.06);
  border-color: #fb7a7a;
}
.otc-btn--ghost {
  background: transparent;
  color: rgba(30, 44, 72, 0.5);
}
.otc-btn--ghost:hover {
  color: #1e2c48;
  background: rgba(30, 44, 72, 0.04);
}

.otc-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .otc-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.otc-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.otc-form__field--full {
  margin-top: 1.6rem;
}
.otc-form__label {
  font-family: "SF Pro Display";
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(30, 44, 72, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.otc-form__input, .otc-form__select {
  width: 100%;
  padding: 1rem 1.4rem;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 8px;
  color: #1e2c48;
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  outline: none;
  transition: border-color 0.2s ease;
}
.otc-form__input:focus, .otc-form__select:focus {
  border-color: #4881ee;
}
.otc-form__input::placeholder, .otc-form__select::placeholder {
  color: rgba(30, 44, 72, 0.3);
}
.otc-form__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231e2c48' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  padding-right: 3rem;
}
.otc-form__select option {
  background: #ffffff;
  color: #1e2c48;
}
.otc-form__textarea {
  width: 100%;
  padding: 1rem 1.4rem;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 8px;
  color: #1e2c48;
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  outline: none;
  transition: border-color 0.2s ease;
  resize: vertical;
  min-height: 100px;
}
.otc-form__textarea:focus {
  border-color: #4881ee;
}
.otc-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  margin-top: 2rem;
}
.otc-form__footer .btn {
  min-width: 160px;
}

.otc-deals-filter {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.otc-deals-filter__btn {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0.6rem 1.6rem;
  border-radius: 20px;
  border: none;
  background: transparent;
  color: rgba(30, 44, 72, 0.45);
  cursor: pointer;
  transition: all 0.2s ease;
}
.otc-deals-filter__btn:hover {
  color: #1e2c48;
}
.otc-deals-filter__btn.active {
  background: #4881ee;
  color: #ffffff;
  font-weight: 600;
}

.otc-deals-table {
  overflow-x: auto;
}
.otc-deals-table__header {
  display: none;
}
@media (min-width: 1200px) {
  .otc-deals-table__header {
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr 1fr 0.8fr 1fr 1fr 1fr 0.8fr 1fr;
    gap: 0.8rem;
    padding: 0 1.6rem 1.2rem;
    border-bottom: 1px solid rgba(30, 44, 72, 0.08);
  }
  .otc-deals-table__header span {
    font-family: "SF Pro Display";
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(30, 44, 72, 0.4);
  }
}
.otc-deals-table__body {
  max-height: 60vh;
  overflow-y: auto;
}
.otc-deals-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  padding: 1.6rem;
  border-bottom: 1px solid rgba(30, 44, 72, 0.06);
  text-decoration: none;
  transition: background-color 0.15s ease;
}
@media (min-width: 1200px) {
  .otc-deals-table__row {
    grid-template-columns: 0.5fr 1fr 1fr 1fr 0.8fr 1fr 1fr 1fr 0.8fr 1fr;
  }
}
.otc-deals-table__row:last-child {
  border-bottom: none;
}
.otc-deals-table__row:hover {
  background: rgba(30, 44, 72, 0.02);
}
.otc-deals-table__cell {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-family: "SF Pro Display";
  font-size: 1.3rem;
  color: #1e2c48;
}
.otc-deals-table__cell span {
  font-size: 1.3rem;
  color: #1e2c48;
}
.otc-deals-table__mobile-label {
  font-size: 1rem !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(30, 44, 72, 0.4) !important;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .otc-deals-table__mobile-label {
    display: none;
  }
}
.otc-deals-table__accent {
  color: #4881ee !important;
  font-weight: 600;
}
.otc-deals-table__unread {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fb7a7a;
  flex-shrink: 0;
}

.otc-chat-layout {
  display: flex;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid #efefef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .otc-chat-layout {
    flex-direction: column;
  }
}

.otc-chat-sidebar {
  width: 320px;
  flex-shrink: 0;
  border-right: 1px solid #efefef;
}
@media (max-width: 767px) {
  .otc-chat-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #efefef;
  }
}
.otc-chat-sidebar__title {
  font-family: "SF Pro Display";
  font-size: 1.6rem;
  font-weight: 600;
  color: #1e2c48;
  padding: 2rem 2rem 1.2rem;
}
.otc-chat-sidebar__list {
  max-height: 500px;
  overflow-y: auto;
}
.otc-chat-sidebar__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 2rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
  border-bottom: 1px solid rgba(30, 44, 72, 0.06);
}
.otc-chat-sidebar__item:hover {
  background: rgba(30, 44, 72, 0.03);
}
.otc-chat-sidebar__item.active {
  background: rgba(72, 129, 238, 0.06);
  border-left: 3px solid #4881ee;
}
.otc-chat-sidebar__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(72, 129, 238, 0.1);
  color: #4881ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SF Pro Display";
  font-size: 1.4rem;
  font-weight: 700;
  flex-shrink: 0;
}
.otc-chat-sidebar__info {
  flex: 1;
  min-width: 0;
}
.otc-chat-sidebar__name {
  font-family: "SF Pro Display";
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e2c48;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.otc-chat-sidebar__preview {
  font-size: 1.2rem;
  color: rgba(30, 44, 72, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.otc-chat-sidebar__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  flex-shrink: 0;
}
.otc-chat-sidebar__time {
  font-size: 1.1rem;
  color: rgba(30, 44, 72, 0.35);
}
.otc-chat-sidebar__count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 10px;
  background: #51cb82;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  font-family: "SF Pro Display";
}

.otc-chat-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.otc-chat-main--empty {
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  color: rgba(30, 44, 72, 0.2);
}
.otc-chat-main--empty p {
  font-size: 1.4rem;
  font-family: "SF Pro Display";
}
.otc-chat-main__header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #efefef;
}
.otc-chat-main__name {
  font-family: "SF Pro Display";
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e2c48;
}
.otc-chat-main__messages {
  flex: 1;
  padding: 2rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-height: 400px;
}
.otc-chat-main__form {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
  border-top: 1px solid #efefef;
}
.otc-chat-main__attach, .otc-chat-main__send {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  color: rgba(30, 44, 72, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.otc-chat-main__attach:hover, .otc-chat-main__send:hover {
  color: #4881ee;
  background: rgba(72, 129, 238, 0.06);
}
.otc-chat-main__send {
  color: #4881ee;
}
.otc-chat-main__send:hover {
  background: rgba(72, 129, 238, 0.1);
}
.otc-chat-main__input {
  flex: 1;
  padding: 1rem 1.4rem;
  background: #f2f4f7;
  border: 1px solid #efefef;
  border-radius: 10px;
  color: #1e2c48;
  font-size: 1.4rem;
  font-family: "SF Pro Display";
  outline: none;
  resize: none;
  transition: border-color 0.2s ease;
}
.otc-chat-main__input:focus {
  border-color: #4881ee;
}
.otc-chat-main__input::placeholder {
  color: rgba(30, 44, 72, 0.3);
}

.otc-msg {
  max-width: 75%;
  align-self: flex-start;
}
.otc-msg--my {
  align-self: flex-end;
}
.otc-msg--my .otc-msg__meta {
  justify-content: flex-end;
}
.otc-msg--my .otc-msg__bubble {
  background: rgba(72, 129, 238, 0.08);
  border-radius: 12px 12px 2px 12px;
}
.otc-msg__meta {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 0.4rem;
}
.otc-msg__meta span {
  font-size: 1.1rem;
  color: rgba(30, 44, 72, 0.4);
  font-family: "SF Pro Display";
}
.otc-msg__bubble {
  padding: 1rem 1.4rem;
  background: #f2f4f7;
  border-radius: 12px 12px 12px 2px;
}
.otc-msg__bubble p {
  font-size: 1.4rem;
  color: #1e2c48;
  font-family: "SF Pro Display";
  word-break: break-word;
}
.otc-msg--service {
  color: #fb7a7a !important;
}
.otc-msg__file {
  margin-top: 0.6rem;
}
.otc-msg__file a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #4881ee;
  font-size: 1.3rem;
  text-decoration: none;
}
.otc-msg__file a:hover {
  text-decoration: underline;
}

.otc-deal-layout {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.otc-deal-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .otc-deal-info__grid {
    grid-template-columns: 1fr;
  }
}
.otc-deal-info__item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.2rem 1.6rem;
  background: #f2f4f7;
  border-radius: 10px;
}
.otc-deal-info__label {
  font-family: "SF Pro Display";
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(30, 44, 72, 0.45);
}
.otc-deal-info__value {
  font-family: "SF Pro Display";
  font-size: 1.5rem;
  font-weight: 500;
  color: #1e2c48;
}
.otc-deal-info__value--accent {
  color: #4881ee;
  font-weight: 600;
}

.otc-deal-state {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #efefef;
}
.otc-deal-state__form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.otc-deal-state__form .btn {
  align-self: flex-start;
  min-width: 160px;
}
.otc-deal-state__status {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "SF Pro Display";
  font-size: 1.5rem;
  color: rgba(30, 44, 72, 0.6);
  padding: 1.2rem 1.6rem;
  background: #f2f4f7;
  border-radius: 10px;
}
.otc-deal-state__status svg {
  flex-shrink: 0;
  opacity: 0.5;
}
.otc-deal-state__status strong {
  color: #1e2c48;
}
.otc-deal-state__status--success {
  color: rgb(53.610619469, 179.389380531, 104.1283185841);
  background: rgba(81, 203, 130, 0.08);
}
.otc-deal-state__status--success svg {
  opacity: 1;
}
.otc-deal-state__status--danger {
  color: #fb7a7a;
  background: rgba(251, 122, 122, 0.06);
}
.otc-deal-state__status--danger svg {
  opacity: 1;
}
.otc-deal-state__actions {
  display: flex;
  gap: 1.2rem;
}

.unread-marker {
  color: #fb7a7a !important;
  font-size: 13px;
}
.chart-data {
  display: flex;
  width: 235px;
  height: 49px;
}
.deposit-select {
  position: relative;
  width: 100%;
}

.deposit-select--active .list-deposit {
  opacity: 1;
}

.deposit-select--active .list-deposit__element-label + .list-deposit__element-input + .list-deposit__element-label {
  max-height: 40px;
}

.deposit-select__title {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px 7px;
  border: 2px solid #efefef;
  border-radius: 3px;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
}
.deposit-select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 15px;
  height: 15px;
}
.deposit-select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.deposit-select__title:hover {
  border: 2px solid #4881ee;
}
.deposit-select__title:hover::before, .deposit-select__title:hover::after {
  background-color: #f2f4f7;
}

.list-deposit {
  position: absolute;
  top: 39px;
  left: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border: 2px solid #efefef;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}

.list-deposit__element-input {
  display: none;
}

.list-deposit__element-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 12px;
  font-size: 16px;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.list-deposit__element-label:hover {
  background-color: #efefef !important;
  color: #1e2c48;
}
.info-currency-wallet {
  display: flex;
  margin-bottom: 30px;
}

.info-currency-wallet img {
  margin-top: 4px;
}

.info-currency-wallet__wrapper-balance {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.info-currency-wallet__balance {
  margin-top: 10px;
  font-size: 26px;
}

.info-currency-wallet__balance-frozen {
  margin-top: 9px;
  font-size: 20px;
  text-align: end;
  display: flex;
  justify-content: flex-end;
}

.info-currency-wallet__wrapper-currency {
  display: flex;
  flex-direction: column;
  margin-left: 35px;
  margin-top: 10px;
}

.info-currency-wallet__wrapper-currency span {
  margin-top: 3px;
  color: #858488;
  font-size: 17px;
}
.assets-page {
  flex: 1;
  padding: 2.4rem 0;
}

.assets-nav {
  width: 100%;
}
.assets-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  background: rgba(30, 44, 72, 0.04);
  border: 1px solid #efefef;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 2.4rem;
}
.assets-nav__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: rgba(30, 44, 72, 0.45);
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .assets-nav__item {
    width: calc(50% - 2px);
    justify-content: center;
    font-size: 12px;
    padding: 8px 10px;
  }
}
.assets-nav__item:hover {
  color: rgba(30, 44, 72, 0.8);
  background: rgba(30, 44, 72, 0.06);
}
.assets-nav__item.active {
  color: #4881ee;
  background: rgba(72, 129, 238, 0.1);
  font-weight: 600;
}
.assets-nav__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.assets-nav__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.assets-nav__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.assets-nav__name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.assets-nav__balance {
  font-size: 11px;
  opacity: 0.55;
  font-weight: 400;
}

.assets-content {
  width: 100%;
}

.assets-wallet {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 2rem 2.4rem;
  margin-bottom: 2.4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .assets-wallet {
    flex-wrap: wrap;
    padding: 1.6rem;
    gap: 1.2rem;
  }
}
.assets-wallet__icon {
  flex-shrink: 0;
  border-radius: 50%;
}
.assets-wallet__balances {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.assets-wallet__main-balance {
  font-family: "SF Pro Display";
  font-size: 2.2rem;
  font-weight: 600;
  color: #1e2c48;
  letter-spacing: -0.01em;
}
.assets-wallet__frozen-balance {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  color: rgba(30, 44, 72, 0.4);
}
.assets-wallet__frozen-balance svg {
  flex-shrink: 0;
}
.assets-wallet__conversions {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .assets-wallet__conversions {
    margin-left: 0;
  }
}
.assets-wallet__conversions span {
  font-size: 1.3rem;
  color: rgba(30, 44, 72, 0.4);
  text-align: right;
}
@media (max-width: 767px) {
  .assets-wallet__conversions span {
    text-align: left;
  }
}

.assets-deal__tabs {
  display: flex;
  gap: 4px;
  background: rgba(30, 44, 72, 0.04);
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 3px;
  margin-bottom: 2rem;
  list-style: none;
  width: fit-content;
}
.assets-deal__tab {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 14px;
  color: rgba(30, 44, 72, 0.45);
  padding: 8px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
  user-select: none;
}
.assets-deal__tab:hover {
  color: rgba(30, 44, 72, 0.8);
  background: rgba(30, 44, 72, 0.06);
}
.assets-deal__tab.active {
  color: #4881ee;
  background: rgba(72, 129, 238, 0.1);
  font-weight: 600;
}
.assets-deal__panel {
  display: none;
}
.assets-deal__panel.active {
  display: block;
}

.assets-main {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.assets-block {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 2.4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .assets-block {
    padding: 1.6rem;
  }
}

.assets-balance {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #efefef;
}
.assets-balance__title {
  font-family: "SF Pro Display";
  font-size: 1.8rem;
  font-weight: 600;
  color: #1e2c48;
  margin: 0;
  margin-right: 1.6rem;
}
.assets-balance__amount {
  font-family: "SF Pro Display";
  font-size: 1.5rem;
  font-weight: 500;
  color: #1e2c48;
  letter-spacing: 0.03em;
  margin-left: auto;
}
.assets-balance__frozen {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.4rem;
  color: rgba(30, 44, 72, 0.4);
}
.assets-balance__frozen svg {
  flex-shrink: 0;
}

.assets-section-title {
  font-family: "SF Pro Display";
  font-size: 1.8rem;
  font-weight: 600;
  color: #1e2c48;
  margin: 0 0 1.6rem 0;
}

.assets-form-wrap {
  margin-top: 1.6rem;
}

.assets-form__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.assets-form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.4rem;
}
@media (min-width: 1024px) {
  .assets-form__field {
    flex-direction: row;
    align-items: center;
  }
}
.assets-form__label {
  font-family: "SF Pro Display";
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(30, 44, 72, 0.55);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0.8rem;
}
@media (min-width: 1024px) {
  .assets-form__label {
    text-align: right;
    width: 12rem;
    margin: 0 1.2rem 0 0;
  }
}
.assets-form__input {
  width: 100%;
  height: 44px;
  padding: 0 1.2rem;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 10px;
  font-family: "SF Pro Display";
  font-size: 1.4rem;
  color: #1e2c48;
  transition: border-color 0.2s ease;
  outline: none;
}
.assets-form__input:focus {
  border-color: rgba(72, 129, 238, 0.5);
}
.assets-form__input::placeholder {
  color: rgba(30, 44, 72, 0.25);
}
.assets-form__input-wrap {
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.assets-form__input-wrap--arrow:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L0.071797 0.25L13.9282 0.250001L7 7Z' fill='%231e2c48' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
}
.assets-form__max {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 1.2rem;
  margin-left: 0.8rem;
  background: rgba(72, 129, 238, 0.1);
  color: #4881ee;
  border: none;
  border-radius: 8px;
  font-family: "SF Pro Display";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.assets-form__max:hover {
  background: rgba(72, 129, 238, 0.18);
}
.assets-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  margin-top: 0.8rem;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .assets-form__footer {
    padding-left: 13.2rem;
  }
}

.assets-text {
  font-family: "SF Pro Display";
  font-size: 1.3rem;
  color: rgba(30, 44, 72, 0.55);
  line-height: 1.5;
}
.assets-text--cond {
  max-width: 480px;
  flex-grow: 1;
}
.assets-text--red {
  color: rgb(249.5109489051, 72.4890510949, 72.4890510949);
  flex-grow: 1;
}

.assets-select {
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.assets-select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 1.2rem;
  padding-right: 36px;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 10px;
  font-family: "SF Pro Display";
  font-size: 1.4rem;
  color: #1e2c48;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.assets-select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(30, 44, 72, 0.4);
  border-bottom: 2px solid rgba(30, 44, 72, 0.4);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}
.assets-select__title:hover {
  border-color: rgba(72, 129, 238, 0.4);
}
.assets-select__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.assets-select--active .assets-select__options {
  opacity: 1;
  pointer-events: auto;
}
.assets-select--active .assets-select__title::after {
  transform: translateY(-30%) rotate(-135deg);
}
.assets-select__radio {
  display: none;
}
.assets-select__option {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  font-family: "SF Pro Display";
  font-size: 14px;
  color: rgba(30, 44, 72, 0.7);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.assets-select__option:hover {
  background: rgba(30, 44, 72, 0.04);
  color: #1e2c48;
}

.assets-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.assets-step {
  margin-bottom: 0;
}
.assets-step__wrap {
  display: flex;
  gap: 1.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #efefef;
}
.assets-step:last-child .assets-step__wrap {
  border-bottom: none;
}
.assets-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(72, 129, 238, 0.1);
  color: #4881ee;
  border-radius: 50%;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-weight: 700;
}
.assets-step__info {
  flex: 1;
  padding-top: 4px;
}

.assets-qr {
  display: flex;
  gap: 2.4rem;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .assets-qr {
    flex-direction: column;
    align-items: center;
  }
}
.assets-qr__code {
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 12px;
  padding: 12px;
}
.assets-qr__code canvas, .assets-qr__code img {
  display: block;
}
.assets-qr__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.assets-qr__min {
  font-family: "SF Pro Display";
  font-size: 1.3rem;
  color: rgba(30, 44, 72, 0.55);
  font-weight: 500;
}
.assets-qr__copy-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f2f4f7;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 10px 12px;
}
.assets-qr__address {
  font-family: "SF Pro Display";
  font-size: 1.3rem;
  color: #1e2c48;
  word-break: break-all;
  flex: 1;
}
.assets-qr__copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(72, 129, 238, 0.1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.assets-qr__copy-btn svg {
  width: 18px;
  height: 18px;
  fill: #4881ee;
}
.assets-qr__copy-btn:hover {
  background: rgba(72, 129, 238, 0.18);
}

.assets-history {
  width: 100%;
  overflow-x: auto;
}
.assets-history__head {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 12px 16px;
  background: #f2f4f7;
  border-radius: 10px 10px 0 0;
}
.assets-history__head .assets-history__cell {
  font-family: "SF Pro Display";
  font-size: 12px;
  font-weight: 600;
  color: rgba(30, 44, 72, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .assets-history__head {
    display: none;
  }
}
.assets-history__body {
  max-height: 400px;
  overflow-y: auto;
}
.assets-history__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 12px 16px;
  border-bottom: 1px solid #efefef;
  transition: background-color 0.15s ease;
}
.assets-history__row:hover {
  background: #f2f4f7;
}
@media (max-width: 767px) {
  .assets-history__row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 16px;
  }
}
.assets-history__cell {
  font-family: "SF Pro Display";
  font-size: 13px;
  color: rgba(30, 44, 72, 0.75);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .assets-history__cell {
    white-space: normal;
    font-size: 12px;
  }
}
.assets-history__mobile-label {
  display: none;
  font-size: 11px;
  font-weight: 600;
  color: rgba(30, 44, 72, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .assets-history__mobile-label {
    display: block;
  }
}
.assets-history__status {
  font-weight: 500;
}
.assets-history__status--success {
  color: rgb(53.610619469, 179.389380531, 104.1283185841);
}
.assets-history__status--warning {
  color: rgb(249.5109489051, 72.4890510949, 72.4890510949);
}
.assets-history__status--pending {
  color: rgba(30, 44, 72, 0.4);
}

/*# sourceMappingURL=/static/main.27a510a5.css.map */