/*
 * Скин под тему Velorex (premiumbox).
 *
 * Тема тёмная и своих CSS-переменных не объявляет, поэтому палитра собрана вручную
 * с файлов темы и записана здесь явно: тёмный фон с зеленоватым подтоном, циановый
 * акцент (#06B6D4), крупные скругления, кнопки-пилюли, шрифт OpenSans.
 *
 * Откуда палитра. Тема velorex — перекрашенная версия темы rubycash, соответствие
 * цветов однозначное: #F3555F → #06B6D4 (основной акцент), #FF4A56 → #0EA5E9,
 * #A8484E → #155E75, #F4EBEB → #ECFEFF. Красного в теме нет вовсе, поэтому
 * красным здесь остаётся только --vx-down (#FF5F56). Это семантика падения курса,
 * а не бренд: оттенок взят коралловый, комплементарный циану, и намеренно не совпадает
 * с малиновым акцентом rubycash, чтобы сайты не выглядели роднёй.
 *
 * Размеры в rem: тема держит html font-size = 0.5208vw (10px при ширине 1920),
 * блоки масштабируются вместе с ней.
 * Класс на body ставит сам модуль: vx-skin-velorex.
 */
.vx-skin-velorex .vx {
    --vx-accent: #06b6d4;
    --vx-accent-2: #22d3ee;
    --vx-accent-ink: #ffffff;
    --vx-up: #26bb7d;
    --vx-down: #ff5f56;
    --vx-text: #dfe9e8;
    --vx-title: #ffffff;
    --vx-muted: #93a8a6;
    --vx-link: #22d3ee;
    --vx-link-hover: #67e8f9;
    /* подложка карточек — та же, что у формы обмена темы (.xchange_type_list_ins):
       светлый градиент поверх фона страницы, рамка #4F4749, скругление 4rem */
    --vx-card: linear-gradient(251.69deg, rgba(255, 255, 255, .07) 19.39%, rgba(255, 255, 255, .01) 81.85%);
    --vx-card-2: rgba(255, 255, 255, .05);
    --vx-field: #0f1e1d;
    /* плитка поверх фона страницы: тёмное поле формы на нём не читается, нужна светлее фона */
    --vx-chip: rgba(255, 255, 255, .05);
    --vx-edge: #4f4749;
    --vx-line: rgba(255, 255, 255, .08);
    --vx-hover: rgba(6, 182, 212, .12);
    --vx-btn: linear-gradient(180deg, #06b6d4 0%, #0891b2 100%);
    --vx-radius: 4rem;
    --vx-radius-sm: 2rem;
    font-family: OpenSans, "Open Sans", Inter, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: var(--vx-text);
}

.vx-skin-velorex .vx-container { max-width: none; padding: 0 0 4rem; }

/* типографика: заголовки крупные и белые, как в блоках темы */
.vx-skin-velorex .vx h2,
.vx-skin-velorex .vx-section h2 { font: 700 2.8rem/3.6rem inherit; color: var(--vx-title); margin: 0 0 1.8rem; letter-spacing: -.02em; }
.vx-skin-velorex .vx h3,
.vx-skin-velorex .vx-section h3 { font: 600 2rem/2.8rem inherit; color: var(--vx-title); margin: 2.6rem 0 1.2rem; }
.vx-skin-velorex .vx h4 { font: 600 1.7rem/2.4rem inherit; color: var(--vx-title); margin: 1.8rem 0 .6rem; }
.vx-skin-velorex .vx-h1 { font: 700 3.6rem/4.4rem inherit; color: var(--vx-title); letter-spacing: -.02em; margin: 0 0 1.2rem; }
.vx-skin-velorex .vx :where(p) { margin: 0 0 1.4rem; }
.vx-skin-velorex .vx a { color: var(--vx-link); text-decoration: none; transition: color .15s ease; }
.vx-skin-velorex .vx a:hover { color: var(--vx-link-hover); }
.vx-skin-velorex .vx strong { color: var(--vx-title); }

/* хлебные крошки: тема нумерует любые ol, поэтому маркеры снимаем явно */
.vx-skin-velorex .vx-crumbs ol { list-style: none; counter-reset: none; padding: 0; margin: 0 0 2.4rem; font-size: 1.4rem; line-height: 2rem; opacity: 1; color: var(--vx-muted); gap: .6rem; }
.vx-skin-velorex .vx-crumbs li { margin: 0; }
.vx-skin-velorex .vx-crumbs li::marker { content: none; }
.vx-skin-velorex .vx-crumbs li + li::before { content: "/"; color: var(--vx-accent); opacity: .7; margin-right: .6rem; }

/* карточки: мягкая подложка с тонкой рамкой, как блоки на главной */
.vx-skin-velorex .vx-calc,
.vx-skin-velorex .vx-card,
.vx-skin-velorex .vx-chart,
.vx-skin-velorex .vx-support,
.vx-skin-velorex .vx-table-wrap,
.vx-skin-velorex .vx-table-scroll {
    background: var(--vx-card);
    border: 1px solid var(--vx-edge);
    border-radius: var(--vx-radius);
    box-shadow: none;
}

/* шапка страницы и калькулятор */
.vx-skin-velorex .vx-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 44rem); gap: 3.2rem; margin-bottom: 4.4rem; align-items: start; }
.vx-skin-velorex .vx-hero__logos { gap: 0; margin-bottom: 1.8rem; }
.vx-skin-velorex .vx-hero__logos .vx-logo { width: 6.4rem; height: 6.4rem; border-radius: 50%; border: .3rem solid var(--vx-field); background: var(--vx-field); box-shadow: 0 .6rem 2rem rgba(0, 0, 0, .35); }
.vx-skin-velorex .vx-hero__logos--pair .vx-logo + .vx-logo { margin-left: -2rem; }
.vx-skin-velorex .vx-lead { font-size: 1.8rem; line-height: 2.8rem; color: var(--vx-text); opacity: 1; margin-bottom: 1.6rem; }
/* курс — крупным числом прямо в шапке, витрина направления */
.vx-skin-velorex .vx-hero__rate { display: flex; flex-direction: column; gap: .3rem; margin: 0 0 1.6rem; }
.vx-skin-velorex .vx-hero__rate-k { font-size: 1.2rem; text-transform: uppercase; letter-spacing: .05em; color: var(--vx-muted); }
.vx-skin-velorex .vx-hero__rate-v { font: 800 3rem/3.6rem inherit; color: var(--vx-title); font-variant-numeric: tabular-nums; }
.vx-skin-velorex .vx-hero__rate-v strong { color: var(--vx-accent); font-weight: 800; }
.vx-skin-velorex .vx-hero__rate-rev { font-size: 1.4rem; color: var(--vx-muted); font-variant-numeric: tabular-nums; }
.vx-skin-velorex .vx-updated { font-size: 1.3rem; color: var(--vx-muted); opacity: 1; }
/* факты — горизонтальная полоса с верхней линией и разделителями, а не отдельные плитки */
.vx-skin-velorex .vx-hero__facts { gap: 1.2rem 3.2rem; margin-top: 2.2rem; padding-top: 1.8rem; border-top: 1px solid var(--vx-line); }
.vx-skin-velorex .vx-hero__facts div { background: transparent; border: 0; border-radius: 0; padding: 0; display: flex; flex-direction: column; gap: .3rem; }
.vx-skin-velorex .vx-hero__facts dt { font-size: 1.2rem; color: var(--vx-muted); text-transform: uppercase; letter-spacing: .04em; opacity: 1; }
.vx-skin-velorex .vx-hero__facts dd { font-size: 1.7rem; color: var(--vx-title); font-weight: 700; }

/* калькулятор: поля-пилюли и кнопка во всю ширину, как в форме обмена сайта */
.vx-skin-velorex .vx-calc { padding: 2.4rem; }
.vx-skin-velorex .vx-calc__row { margin-bottom: 1.4rem; }
.vx-skin-velorex .vx-calc__label { display: block; margin-bottom: .8rem; font-size: 1.5rem; font-weight: 600; color: var(--vx-title); opacity: 1; }
.vx-skin-velorex .vx-calc__field {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    height: 5.6rem;
    padding: 0 1.2rem 0 1.8rem;
    border: 1px solid var(--vx-line);
    border-radius: 999px;
    background: var(--vx-field);
}
.vx-skin-velorex .vx-calc__field input,
.vx-skin-velorex .vx-calc__field output {
    flex: 1 1 auto;
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font: 600 1.8rem/5.6rem inherit;
    color: var(--vx-title);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vx-skin-velorex .vx-calc__field output::before { content: "≈ "; color: var(--vx-muted); }
.vx-skin-velorex .vx-calc__cur {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    max-width: 45%;
    padding: .6rem 1.4rem .6rem .6rem;
    border-radius: 999px;
    background: var(--vx-card-2);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--vx-title);
    white-space: nowrap;
}
.vx-skin-velorex .vx-calc__cur .vx-logo { width: 2.8rem; height: 2.8rem; flex: 0 0 2.8rem; border-radius: 50%; }
.vx-skin-velorex .vx-calc__name { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.vx-skin-velorex .vx-calc__swap,
.vx-skin-velorex .vx-cv__swap,
.vx-skin-velorex .vx-pf__arrow { width: 4rem; height: 4rem; margin: .4rem auto; color: var(--vx-accent) !important; }
.vx-skin-velorex .vx-calc__swap svg,
.vx-skin-velorex .vx-cv__swap svg,
.vx-skin-velorex .vx-pf__arrow svg { width: 2.2rem; height: 2.2rem; }
.vx-skin-velorex .vx-calc__warn { margin: .6rem 0 0; font-size: 1.3rem; color: var(--vx-down); }
.vx-skin-velorex .vx-calc__meta { display: grid; gap: .6rem; margin: 1.8rem 0 0; font-size: 1.4rem; line-height: 2.2rem; }
.vx-skin-velorex .vx-calc__meta div { display: flex; justify-content: space-between; gap: 1.2rem; }
.vx-skin-velorex .vx-calc__meta dt { color: var(--vx-muted); opacity: 1; }
.vx-skin-velorex .vx-calc__meta dd { color: var(--vx-title); font-weight: 600; }
.vx-skin-velorex .vx-calc__note { margin: 1.2rem 0 0; font-size: 1.2rem; line-height: 1.8rem; color: var(--vx-muted); opacity: 1; }

/* кнопки-пилюли */
.vx-skin-velorex .vx-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.6rem;
    padding: 1.4rem 2.4rem;
    border-radius: 999px;
    background: var(--vx-btn);
    font: 600 1.7rem/2.2rem inherit;
    color: var(--vx-accent-ink) !important;
    text-align: center;
    box-shadow: 0 .8rem 2rem rgba(6, 182, 212, .25);
}
.vx-skin-velorex .vx-btn:hover { filter: brightness(1.08); }
.vx-skin-velorex .vx-btn:active { filter: brightness(.94); }
.vx-skin-velorex .vx-btn--ghost { background: transparent; border: 1px solid var(--vx-accent); color: var(--vx-accent) !important; box-shadow: none; }
.vx-skin-velorex .vx-btn--inline { display: inline-flex; min-height: 0; padding: 1.2rem 3rem; }
.vx-skin-velorex .vx-cta { margin: 2.4rem 0 0; }

/* секции */
.vx-skin-velorex .vx-section { margin-bottom: 4.8rem; }
.vx-skin-velorex .vx-note { font-size: 1.3rem; line-height: 2rem; color: var(--vx-muted); opacity: 1; margin-top: 1.2rem; }
.vx-skin-velorex .vx-intro p { font-size: 1.7rem; line-height: 2.8rem; }

.vx-skin-velorex .vx-rate-big { font: 700 2.4rem/3.2rem inherit; gap: 1.2rem 4rem; margin-bottom: 2.4rem; color: var(--vx-title); }
.vx-skin-velorex .vx-rate-big span { color: var(--vx-muted); font-weight: 400; opacity: 1; }
.vx-skin-velorex .vx-rate-big strong { color: var(--vx-accent); }

/* «кому подходит»: полосы с акцентной левой кромкой и номером, а не равные карточки в ряд */
.vx-skin-velorex .vx-reasons { grid-template-columns: 1fr; gap: 1rem; counter-reset: vxr; }
.vx-skin-velorex .vx-reasons li { position: relative; background: var(--vx-card); border: 1px solid var(--vx-line); border-left: .3rem solid var(--vx-accent); border-radius: var(--vx-radius-sm); padding: 1.8rem 2.2rem 1.8rem 5.6rem; gap: .4rem; counter-increment: vxr; }
.vx-skin-velorex .vx-reasons li::before { content: counter(vxr, decimal-leading-zero); position: absolute; left: 2.2rem; top: 1.9rem; color: var(--vx-accent); font-weight: 800; font-size: 1.5rem; font-variant-numeric: tabular-nums; }
.vx-skin-velorex .vx-reasons strong { font: 700 1.6rem/2.4rem inherit; color: var(--vx-title); }
.vx-skin-velorex .vx-reasons span { font-size: 1.5rem; line-height: 2.4rem; color: var(--vx-muted); }

/* таблицы */
.vx-skin-velorex .vx-tables { gap: 2rem; }
.vx-skin-velorex .vx-table-wrap,
.vx-skin-velorex .vx-table-scroll { padding: 2rem 2.4rem; }
.vx-skin-velorex .vx-table-wrap h3 { margin: 0 0 1.2rem; font-size: 1.7rem; line-height: 2.4rem; }
.vx-skin-velorex .vx-table { font-size: 1.5rem; line-height: 2.2rem; color: var(--vx-text); }
.vx-skin-velorex .vx-table th,
.vx-skin-velorex .vx-table td { padding: 1.1rem 1.2rem; border-bottom: 1px solid var(--vx-line); }
.vx-skin-velorex .vx-table thead th { background: transparent; font-size: 1.3rem; text-transform: uppercase; letter-spacing: .04em; color: var(--vx-muted); opacity: 1; }
.vx-skin-velorex .vx-table tbody th { background: transparent; }
.vx-skin-velorex .vx-table tbody tr:hover td,
.vx-skin-velorex .vx-table tbody tr:hover th { background: var(--vx-hover); }
.vx-skin-velorex .vx-table tr:last-child td { border-bottom: 0; }
/* сети: текущая строка — фон-акцент и полоса слева; монета — лого-чипом */
.vx-skin-velorex .vx-table--nets tr.is-current td { background: var(--vx-hover); color: var(--vx-title); }
.vx-skin-velorex .vx-table--nets tr.is-current td:first-child { box-shadow: inset .3rem 0 0 var(--vx-accent); }
.vx-skin-velorex .vx-net { display: inline-flex; align-items: center; gap: .8rem; font-weight: 600; }
.vx-skin-velorex .vx-net small { font-weight: 400; color: var(--vx-muted); }
.vx-skin-velorex .vx-table--nets td .vx-net .vx-logo { margin-right: 0; }
/* логотип монеты в ячейке таблицы: тема не отбивает его от текста */
.vx-skin-velorex .vx-table td .vx-logo,
.vx-skin-velorex .vx-table th .vx-logo { width: 2.2rem; height: 2.2rem; margin-right: .8rem; border-radius: 50%; vertical-align: -.5rem; }
.vx-skin-velorex .vx-table--compare th[scope="row"],
.vx-skin-velorex .vx-table--facts th[scope="row"] { color: var(--vx-muted); font-weight: 400; opacity: 1; }

/* график */
.vx-skin-velorex .vx-chart { padding: 2.2rem 2.4rem; }
.vx-skin-velorex .vx-spark { height: 24rem; color: var(--vx-accent); }
.vx-skin-velorex .vx-spark__line { stroke-width: 2.5; }
.vx-skin-velorex .vx-spark.is-up .vx-spark__line { stroke: var(--vx-up); }
.vx-skin-velorex .vx-spark.is-up .vx-spark__area { fill: var(--vx-up); opacity: .12; }
.vx-skin-velorex .vx-spark.is-down .vx-spark__line { stroke: var(--vx-down); }
.vx-skin-velorex .vx-spark.is-down .vx-spark__area { fill: var(--vx-down); opacity: .12; }
/* обёртка вкладок охватывает и сам график, поэтому фон и скругление на ней не рисуем */
.vx-skin-velorex .vx-tabs { gap: .6rem; position: relative; background: transparent; }
.vx-skin-velorex .vx-tabs__labels { display: inline-flex; gap: .4rem; padding: .4rem; border-radius: 999px; background: var(--vx-field); }
.vx-skin-velorex .vx-tabs > input.vx-tabs__radio { position: absolute; top: 0; left: 0; display: block; width: 1px; height: 1px; min-width: 0; min-height: 0; margin: 0; padding: 0; border: 0; opacity: 0; overflow: hidden; clip: rect(0 0 0 0); pointer-events: none; }
.vx-skin-velorex .vx-tabs__label { margin: 0 .4rem .4rem 0; flex: 0 0 auto; width: auto; padding: .8rem 2rem; border: 1px solid var(--vx-line); border-radius: 999px; background: var(--vx-field); font-size: 1.4rem; font-weight: 600; color: var(--vx-muted); }
.vx-skin-velorex .vx-tabs__radio:checked + .vx-tabs__label { background: var(--vx-btn); color: var(--vx-accent-ink); }
.vx-skin-velorex .vx-chart__scale,
.vx-skin-velorex .vx-chart__axis { font-size: 1.2rem; color: var(--vx-muted); opacity: 1; }

/* суммы: одна карта с вкладками направления вместо двух таблиц рядом */
.vx-skin-velorex .vx-amt .vx-tabs__label { margin-bottom: 1.4rem; }
.vx-skin-velorex .vx-amt .vx-tabs__panel { margin-top: 0; }
.vx-skin-velorex .vx-amt .vx-table-scroll { padding: 1.2rem 2rem; }
.vx-skin-velorex .vx-amt .vx-table th { padding-top: .8rem; }

/* плитки с числами */
.vx-skin-velorex .vx-stats { grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.2rem; margin-top: 1.8rem; }
/* у прогноза ровно четыре плитки — ставим их одной строкой, чтобы не висела одна на второй */
.vx-skin-velorex .vx--forecast .vx-stats { grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); }
/* плитка прямо на странице — светлее фона; внутри карточки — тёмное поле, как в форме */
.vx-skin-velorex .vx-stats div { background: var(--vx-chip); border: 1px solid var(--vx-line); border-radius: var(--vx-radius-sm); padding: 1.4rem 1.8rem; }
.vx-skin-velorex .vx-card dl div,
.vx-skin-velorex .vx-calc .vx-stats div,
.vx-skin-velorex .vx-hv-panel .vx-stats div { background: var(--vx-field); border: 0; border-radius: var(--vx-radius-sm); padding: 1.4rem 1.8rem; }
.vx-skin-velorex .vx-stats dt,
.vx-skin-velorex .vx-card dt { font-size: 1.2rem; line-height: 1.8rem; color: var(--vx-muted); opacity: 1; }
.vx-skin-velorex .vx-stats dd,
.vx-skin-velorex .vx-card dd { font-size: 1.7rem; line-height: 2.4rem; color: var(--vx-title); font-weight: 600; }
.vx-skin-velorex .vx .is-up { color: var(--vx-up) !important; }
.vx-skin-velorex .vx .is-down { color: var(--vx-down) !important; }

/* карточки рынка */
.vx-skin-velorex .vx-cards { gap: 2rem; }
.vx-skin-velorex .vx-card { padding: 2.4rem; }
.vx-skin-velorex .vx-card__head { gap: 1rem; margin-bottom: 1.6rem; font-size: 1.9rem; color: var(--vx-title); font-weight: 600; }
.vx-skin-velorex .vx-card__head .vx-logo { width: 3.4rem; height: 3.4rem; border-radius: 50%; }
.vx-skin-velorex .vx-card__head span { color: var(--vx-muted); opacity: 1; font-weight: 400; }
.vx-skin-velorex .vx-card dl { gap: 1rem; }

/* шаги: связанный вертикальный степпер с линией и номером-контуром — не отдельные карточки-строки */
.vx-skin-velorex .vx-steps { gap: 0; }
.vx-skin-velorex .vx-steps li { position: relative; border: 0; background: transparent; border-radius: 0; padding: .2rem 0 2.4rem 6rem; min-height: 0; display: block; font-size: 1.6rem; line-height: 2.4rem; color: var(--vx-text); }
.vx-skin-velorex .vx-steps li:last-child { padding-bottom: 0; }
.vx-skin-velorex .vx-steps li::before { left: 0; top: 0; transform: none; width: 4rem; height: 4rem; font-size: 1.7rem; font-weight: 800; background: transparent; border: .2rem solid var(--vx-accent); color: var(--vx-accent); border-radius: 50%; }
.vx-skin-velorex .vx-steps li:not(:last-child)::after { content: ""; position: absolute; left: 1.9rem; top: 4.4rem; bottom: .4rem; width: .2rem; background: linear-gradient(var(--vx-accent), rgba(6, 182, 212, .12)); }
/* тема снимает маркеры у списков с классом — галочки рисуем сами */
.vx-skin-velorex .vx-checklist { list-style: none; padding: 0; margin: 0; gap: 1.1rem; }
.vx-skin-velorex .vx-checklist li { position: relative; padding-left: 3.4rem; margin: 0; }
.vx-skin-velorex .vx-checklist li::before { content: ""; position: absolute; left: .5rem; top: .7rem; width: 1.3rem; height: .7rem; border-left: .25rem solid var(--vx-accent); border-bottom: .25rem solid var(--vx-accent); transform: rotate(-45deg); }

/* FAQ */
.vx-skin-velorex .vx-faq details { border: 1px solid var(--vx-line); background: var(--vx-card); border-radius: var(--vx-radius-sm); padding: 0 2.4rem; margin-bottom: 1.2rem; }
.vx-skin-velorex .vx-faq summary { padding: 1.9rem 3.4rem 1.9rem 0; font: 600 1.7rem/2.5rem inherit; color: var(--vx-title); list-style: none; position: relative; cursor: pointer; }
.vx-skin-velorex .vx-faq summary::-webkit-details-marker { display: none; }
.vx-skin-velorex .vx-faq summary::after { content: ""; position: absolute; right: .4rem; top: 50%; width: .9rem; height: .9rem; border-right: .2rem solid var(--vx-accent); border-bottom: .2rem solid var(--vx-accent); transform: translateY(-70%) rotate(45deg); transition: transform .15s ease; }
.vx-skin-velorex .vx-faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.vx-skin-velorex .vx-faq__a { padding-bottom: 1.9rem; color: var(--vx-text); }

/* поддержка и статьи */
.vx-skin-velorex .vx-support { padding: 2.8rem 3.2rem; gap: 2rem; }
.vx-skin-velorex .vx-support h2 { margin: 0 0 .6rem; }
.vx-skin-velorex .vx-articles__list { list-style: none; padding: 0; gap: 1rem; font-size: 1.6rem; }
.vx-skin-velorex .vx-articles__list li { position: relative; padding-left: 2.2rem; }
.vx-skin-velorex .vx-articles__list li::before { content: "→"; position: absolute; left: 0; color: var(--vx-accent); }

/* списки ссылок и чипы */
.vx-skin-velorex .vx-links { grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr)); gap: 1.2rem; margin-bottom: 1.6rem; }
.vx-skin-velorex .vx-links a,
.vx-skin-velorex .vx-coins a { border: 1px solid var(--vx-line); background: var(--vx-card); border-radius: 999px; padding: 1.2rem 1.8rem; gap: .8rem; color: var(--vx-text); }
.vx-skin-velorex .vx-links a:hover,
.vx-skin-velorex .vx-coins a:hover { background: var(--vx-hover); border-color: var(--vx-accent); color: var(--vx-title); }
.vx-skin-velorex .vx-links .vx-logo { width: 2.4rem; height: 2.4rem; border-radius: 50%; }
.vx-skin-velorex .vx-links span { font-size: 1.5rem; }
.vx-skin-velorex .vx-links small { font-size: 1.3rem; color: var(--vx-muted); opacity: 1; }
.vx-skin-velorex .vx-hublinks a,
.vx-skin-velorex .vx-chip { display: inline-flex; align-items: center; padding: .9rem 1.8rem; margin: 0 .8rem .8rem 0; border-radius: 999px; border: 1px solid var(--vx-line); background: var(--vx-card); font-size: 1.4rem; color: var(--vx-text); }
.vx-skin-velorex .vx-hublinks a:hover,
.vx-skin-velorex .vx-chip:hover { border-color: var(--vx-accent); color: var(--vx-title); }
.vx-skin-velorex .vx-chips { gap: .4rem; margin-top: 2rem; }
.vx-skin-velorex .vx-coins { grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr)); gap: 1.2rem; }
.vx-skin-velorex .vx-coins a { border-radius: var(--vx-radius-sm); }
.vx-skin-velorex .vx-coins .vx-logo { width: 3.6rem; height: 3.6rem; border-radius: 50%; }
.vx-skin-velorex .vx-coins__name strong { font-size: 1.6rem; color: var(--vx-title); }
.vx-skin-velorex .vx-coins__name small,
.vx-skin-velorex .vx-coins__data small { font-size: 1.2rem; color: var(--vx-muted); opacity: 1; }
.vx-skin-velorex .vx-pager { gap: .8rem; margin: 2.4rem 0; }
.vx-skin-velorex .vx-pager a,
.vx-skin-velorex .vx-pager span { padding: .8rem 1.6rem; border-radius: 999px; border: 1px solid var(--vx-line); background: var(--vx-card); font-size: 1.4rem; color: var(--vx-text); }
.vx-skin-velorex .vx-pager span[aria-current] { background: var(--vx-btn); border-color: transparent; color: var(--vx-accent-ink); }
.vx-skin-velorex .vx-logo--text { background: var(--vx-card-2); border: 0; color: var(--vx-title); font-size: 1rem; border-radius: 50%; }

/* конвертер и калькуляторы справочных страниц — та же форма-пилюля */
.vx-skin-velorex .vx-cv,
.vx-skin-velorex .vx-pf { background: var(--vx-card); border: 1px solid var(--vx-line); border-radius: var(--vx-radius); padding: 2.4rem; }
.vx-skin-velorex .vx-cv__field,
.vx-skin-velorex .vx-pf__field { height: 5.6rem; border: 1px solid var(--vx-line); border-radius: 999px; background: var(--vx-field); overflow: hidden; }
.vx-skin-velorex .vx-cv .vx-cv__field input,
.vx-skin-velorex .vx-pf .vx-pf__field input,
.vx-skin-velorex .vx-pf__total { height: 100%; padding: 0 1.8rem; border: 0; background: transparent; font: 600 1.8rem/5.6rem inherit; color: var(--vx-title); }
.vx-skin-velorex .vx-cv__cur,
.vx-skin-velorex .vx-pf__cur { border-left: 1px solid var(--vx-line); background: var(--vx-card-2); padding: 0 1.6rem; font-weight: 600; color: var(--vx-title); }
.vx-skin-velorex .vx-cv__fiat { background: var(--vx-btn); color: var(--vx-accent-ink); width: 2.8rem; height: 2.8rem; flex-basis: 2.8rem; }
.vx-skin-velorex .vx-cv__rate,
.vx-skin-velorex .vx-pf .vx-note { text-align: center; color: var(--vx-muted); opacity: 1; }

/* мобильные */
@media only screen and (max-width: 900px) {
    .vx-skin-velorex .vx-hero,
    .vx-skin-velorex .vx-tables,
    .vx-skin-velorex .vx-cards { grid-template-columns: minmax(0, 1fr); }
}
@media only screen and (max-width: 640px) {
    .vx-skin-velorex .vx { font-size: 1.5rem; line-height: 2.4rem; }
    .vx-skin-velorex .vx-h1 { font-size: 2.6rem; line-height: 3.4rem; }
    .vx-skin-velorex .vx h2 { font-size: 2.2rem; line-height: 3rem; }
    .vx-skin-velorex .vx-calc,
    .vx-skin-velorex .vx-cv,
    .vx-skin-velorex .vx-pf { padding: 1.8rem 1.6rem; }
    .vx-skin-velorex .vx-calc__field { height: 5.2rem; padding-left: 1.4rem; }
    .vx-skin-velorex .vx-calc__field input,
    .vx-skin-velorex .vx-calc__field output { font-size: 1.6rem; line-height: 5.2rem; }
    .vx-skin-velorex .vx-card dl { grid-template-columns: minmax(0, 1fr); }
    .vx-skin-velorex .vx-spark { height: 18rem; }
    .vx-skin-velorex .vx-steps li { padding-left: 6.4rem; }
}

/* строка рейтинга под калькулятором (если включена в настройках) */
.vx-skin-velorex .vx-rating { margin: 1.2rem 0 0; font-size: 1.4rem; line-height: 2.2rem; color: var(--vx-muted); text-align: center; }
.vx-skin-velorex .vx-rating__value { color: var(--vx-title); font-weight: 700; font-size: 1.7rem; }
.vx-skin-velorex .vx-rating__value::after { content: " ★"; color: var(--vx-accent); }

/* халвинг: отсчёт, цифры и полоса — одной карточкой в стиле формы обмена */
.vx-skin-velorex .vx-hv-panel {
    background: var(--vx-card);
    border: 1px solid var(--vx-edge);
    border-radius: var(--vx-radius);
    padding: 3.2rem;
    margin: 2.4rem 0 0;
    max-width: 52.5rem;
}
.vx-skin-velorex .vx-hv-panel .vx-countdown { gap: .8rem; margin: 0; }
.vx-skin-velorex .vx-countdown__label { font-size: 1.5rem; font-weight: 600; color: var(--vx-title); opacity: 1; }
.vx-skin-velorex .vx-countdown__value {
    display: block;
    background: var(--vx-field);
    border-radius: var(--vx-radius-sm);
    padding: 1.6rem 2.4rem;
    font: 700 3.2rem/4rem inherit;
    color: var(--vx-title);
    font-variant-numeric: tabular-nums;
}
/* две колонки, как в карточке рынка: четыре плитки ложатся 2×2 без висящей строки */
.vx-skin-velorex .vx-hv-panel .vx-stats { margin-top: 1.6rem; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vx-skin-velorex .vx-hv-panel .vx-stats div { background: var(--vx-field); border-radius: var(--vx-radius-sm); padding: 1.4rem 2rem; }
.vx-skin-velorex .vx-hv-panel .vx-progress { height: 1rem; background: var(--vx-field); border-radius: 999px; margin-top: 2rem; }
.vx-skin-velorex .vx-hv-panel .vx-progress span { background: var(--vx-btn); }
.vx-skin-velorex .vx-hv-panel .vx-note { margin: 1rem 0 0; }
/* ближайший халвинг в таблице — строка акцентом, как активная вкладка формы */
.vx-skin-velorex .vx--halving .vx-table tbody tr.is-current td { color: var(--vx-title); font-weight: 600; }
.vx-skin-velorex .vx--halving .vx-table tbody tr.is-current td:first-child { box-shadow: inset .3rem 0 0 var(--vx-accent); }

/* прогноз: панель со ставкой — в стиле формы обмена, поля и пилюли как везде */
.vx-skin-velorex .vx-fc__top { gap: 2.4rem; margin-bottom: 2.4rem; }
.vx-skin-velorex .vx-fc__panel { gap: 1.4rem; }
.vx-skin-velorex .vx-fc__card {
    background: var(--vx-card);
    border: 1px solid var(--vx-line);
    border-radius: var(--vx-radius-sm);
    padding: 1.8rem 2rem;
    gap: 1.2rem;
}
.vx-skin-velorex .vx-fc__label { font-size: 1.4rem; font-weight: 600; color: var(--vx-muted); opacity: 1; }
.vx-skin-velorex .vx-fc__stepper { gap: 1rem; }
.vx-skin-velorex .vx-fc__stepper button {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
    border-radius: 999px;
    border: 1px solid var(--vx-line);
    background: var(--vx-field);
    color: var(--vx-title);
    font-size: 2rem;
}
.vx-skin-velorex .vx-fc__stepper button:hover { border-color: var(--vx-accent); color: var(--vx-accent); }
.vx-skin-velorex .vx-fc .vx-fc__stepper input[type=number] {
    height: 4.4rem;
    padding: 0 1.2rem;
    border-radius: var(--vx-radius-sm);
    border: 1px solid var(--vx-line);
    background: var(--vx-field);
    color: var(--vx-title);
    font-size: 1.7rem;
    font-weight: 700;
}
.vx-skin-velorex .vx-fc__unit { color: var(--vx-muted); opacity: 1; }
.vx-skin-velorex .vx-fc input[type=range].js-vx-fc-range { accent-color: var(--vx-accent); }
.vx-skin-velorex .vx-fc__presets { gap: .8rem; }
.vx-skin-velorex .vx-fc__presets button {
    padding: .8rem 1.6rem;
    border-radius: 999px;
    border: 1px solid var(--vx-line);
    background: var(--vx-field);
    color: var(--vx-text);
    font-size: 1.3rem;
}
.vx-skin-velorex .vx-fc__presets button:hover { border-color: var(--vx-accent); color: var(--vx-accent); }
.vx-skin-velorex .vx-fc__presets button.is-on { background: var(--vx-btn); border-color: transparent; color: var(--vx-accent-ink); }
.vx-skin-velorex .vx-fc__card--result { background: var(--vx-card-2); }
.vx-skin-velorex .vx-fc__card--result .vx-fc__big { font: 700 3.2rem/3.8rem inherit; color: var(--vx-title); }
.vx-skin-velorex .vx-fc__card--result .vx-fc__mid { font: 600 2rem/2.8rem inherit; color: var(--vx-title); }
.vx-skin-velorex .vx-fc__delta { font-size: 1.5rem; }
.vx-skin-velorex .vx-fc__delta.is-up { color: var(--vx-up); }
.vx-skin-velorex .vx-fc__delta.is-down { color: var(--vx-down); }
.vx-skin-velorex .vx-fc__res { color: var(--vx-title); }
.vx-skin-velorex .vx-fc__cta { margin-top: 1rem; }
/* полоса сценариев и линия своей ставки: акцент сайта плюс тёплый контраст */
.vx-skin-velorex .vx-fc-band { fill: var(--vx-accent); opacity: .16; }
.vx-skin-velorex .vx-fc-center { stroke: var(--vx-accent); }
.vx-skin-velorex .vx-fc-own { stroke: #f0b429; }

/* сравнение монет: легенда и таблица характеристик */
.vx-skin-velorex .vx-cmp-line--a { stroke: var(--vx-accent); }
.vx-skin-velorex .vx-cmp-line--b { stroke: #f0b429; }
.vx-skin-velorex .vx-cmp-legend { gap: 2rem; font-size: 1.4rem; margin-bottom: 1.2rem; color: var(--vx-muted); }
.vx-skin-velorex .vx-cmp-legend--a::before { background: var(--vx-accent); }
.vx-skin-velorex .vx-cmp-legend--b::before { background: #f0b429; }
.vx-skin-velorex .vx-table--compare th[scope="row"] { color: var(--vx-muted); opacity: 1; }

/* словарь: указатель по буквам пилюлями, термин акцентом */
.vx-skin-velorex .vx-gl__letters { gap: .8rem; margin: 2rem 0 3rem; }
.vx-skin-velorex .vx-gl__letters a {
    min-width: 3.8rem;
    padding: .8rem 1.2rem;
    border: 1px solid var(--vx-line);
    border-radius: 999px;
    background: var(--vx-field);
    color: var(--vx-text);
    font-size: 1.4rem;
}
.vx-skin-velorex .vx-gl__letters a:hover { border-color: var(--vx-accent); color: var(--vx-accent); }
.vx-skin-velorex .vx-gl .vx-gl__letter { border-bottom: 1px solid var(--vx-line); color: var(--vx-accent); opacity: 1; font-size: 2rem; margin: 3.2rem 0 1.2rem; }
.vx-skin-velorex .vx-gl .vx-gl__term { color: var(--vx-title); font-size: 1.7rem; margin: 2rem 0 .6rem; }
.vx-skin-velorex .vx-gl .vx-gl__def { color: var(--vx-text); opacity: 1; }

@media only screen and (max-width: 640px) {
    .vx-skin-velorex .vx-fc__card { padding: 1.6rem; }
    .vx-skin-velorex .vx-countdown__value { font-size: 2.8rem; line-height: 3.6rem; }
}
