@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --site-bg: var(--brand-bg, #030d1e);
  --site-bg-2: #031126;
  --site-panel: var(--brand-panel, rgba(8, 24, 43, 0.68));
  --site-panel-2: rgba(14, 34, 57, 0.58);
  --site-card: rgba(9, 27, 48, 0.78);
  --site-card-light: rgba(255, 255, 255, 0.965);
  --site-text: var(--brand-text, #f6f8fb);
  --site-muted: var(--brand-muted, #aeb9c8);
  --site-soft: #7f8d9d;
  --site-line: rgba(142, 165, 190, 0.22);
  --site-line-strong: rgba(142, 165, 190, 0.34);
  --site-teal: var(--brand-teal, #4bb9ff);
  --site-teal-2: var(--brand-teal-2, #79e2ff);
  --site-danger: #ff706b;
  --site-success: #36df67;
  --site-radius: 18px;
  --site-radius-lg: 28px;
  --site-shadow: 0 34px 86px rgba(0, 0, 0, 0.20);
  --site-font: "Inter", "Manrope", "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--site-bg);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

body.fv-theme {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  font-family: var(--site-font);
  color: var(--site-text);
  background:
    radial-gradient(circle at 92% 47%, rgba(0, 148, 183, 0.35) 0, rgba(0, 114, 147, 0.18) 22%, rgba(0, 45, 77, 0.08) 44%, transparent 70%),
    radial-gradient(circle at 44% 38%, rgba(18, 58, 91, 0.18) 0, transparent 46%),
    linear-gradient(126deg, #020915 0%, #031021 40%, #031126 63%, #031a32 100%);
}

body.fv-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 7% 9%, rgba(32, 74, 110, 0.18) 0, transparent 29%),
    linear-gradient(90deg, rgba(2, 7, 16, 0.24), transparent 35%, rgba(3, 16, 33, 0.18));
}

.fv-bg-orbits {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.fv-bg-orbits::before,
.fv-bg-orbits::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(20, 197, 227, 0.16);
  border-radius: 50%;
  opacity: .66;
  filter: drop-shadow(0 0 12px rgba(0, 216, 240, 0.05));
}

.fv-bg-orbits::before {
  width: 804px;
  height: 804px;
  right: -335px;
  top: 112px;
}

.fv-bg-orbits::after {
  width: 590px;
  height: 590px;
  right: -204px;
  top: 249px;
}

.fv-page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a[aria-disabled="true"],
a.is-disabled {
  cursor: default;
  pointer-events: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.fv-shell {
  width: min(calc(100% - 32px), 1460px);
  margin: 0 auto;
}

.fv-header {
  position: relative;
  z-index: 4;
  padding-top: 32px;
}

.fv-header-inner {
  height: 72px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 24px;
}

.fv-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.fv-brand-mark {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.fv-brand-name {
  color: #fff;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.fv-brand-name strong {
  color: var(--site-teal);
  font-weight: 800;
}

.fv-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 54px;
  color: rgba(246, 248, 251, 0.92);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.fv-nav a {
  opacity: .95;
  transition: color .18s ease, opacity .18s ease;
}

.fv-nav a:hover {
  color: #fff;
  opacity: 1;
}

.fv-header-download,
.fv-text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  border: 1px solid rgba(137, 157, 181, 0.25);
  border-radius: 14px;
  background: rgba(8, 23, 42, 0.42);
  color: rgba(235, 242, 249, 0.94);
  font-size: 16px;
  font-weight: 700;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.fv-header-download {
  justify-self: end;
  width: 171px;
}

.fv-text-button {
  padding: 0 18px;
}

.fv-header-download:hover,
.fv-text-button:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(87, 191, 255, 0.48);
  background: rgba(13, 34, 57, 0.52);
}

.fv-header-download img {
  width: 22px;
  height: 22px;
  opacity: .74;
}

.fv-hero {
  position: relative;
  z-index: 2;
  padding: 106px 0 82px;
}

.fv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 700px) 536px;
  gap: 74px;
  align-items: start;
  padding: 0 64px;
}

.fv-badge {
  width: fit-content;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1.2px solid rgba(75, 185, 255, 0.92);
  border-radius: 999px;
  background: rgba(3, 18, 31, 0.58);
  color: #79e2ff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 0 28px rgba(75, 185, 255, 0.06);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.fv-hero h1 {
  margin: 37px 0 0;
  color: #fff;
  font-size: clamp(48px, 4.3vw, 68px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.fv-hero h1 span {
  display: block;
}

.fv-accent {
  color: #72d7ff;
  text-shadow: 0 0 30px rgba(75, 185, 255, 0.10);
}

.fv-hero-subtitle {
  margin: 22px 0 0;
  max-width: 660px;
  color: rgba(234, 239, 246, 0.94);
  font-size: 24px;
  font-weight: 430;
  line-height: 1.56;
}

.fv-platforms {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.fv-platform-card {
  position: relative;
  height: 112px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(141, 164, 188, 0.25);
  border-radius: 13px;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.fv-platform-card:hover {
  transform: translateY(-1px);
  border-color: rgba(87, 191, 255, 0.45);
}

.fv-platform-card.is-disabled,
.fv-download-card a.is-disabled,
.fv-text-button.is-disabled {
  opacity: .72;
}

.fv-platform-muted {
  width: 214px;
  background: linear-gradient(180deg, rgba(29, 53, 78, 0.68), rgba(13, 31, 52, 0.58));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 18px 45px rgba(0,0,0,0.11);
}

.fv-platform-primary {
  width: 247px;
  padding-left: 32px;
  gap: 19px;
  border-color: rgba(95, 202, 255, 0.54);
  background:
    radial-gradient(circle at 82% 20%, rgba(121, 226, 255, 0.20), transparent 39%),
    linear-gradient(146deg, #268cff 0%, #126bd8 55%, #0b4fbd 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -16px 34px rgba(6, 55, 126, 0.28),
    0 22px 58px rgba(38, 140, 255, 0.18);
}

.fv-platform-icon {
  width: 34px;
  height: 34px;
  margin-left: 20px;
  margin-right: 12px;
  object-fit: contain;
}

.fv-platform-primary .fv-platform-icon {
  width: 41px;
  height: 41px;
  margin: 0;
}

.fv-platform-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fv-platform-kicker {
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  font-weight: 520;
  line-height: 1;
}

.fv-platform-name {
  color: #fff;
  font-size: 22px;
  font-weight: 780;
  line-height: 1;
}

.fv-platform-primary .fv-platform-name {
  font-size: 25px;
}

.fv-status-chip {
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 10px;
  padding: 0 8px;
  border-radius: 9px;
  background: rgba(107, 126, 150, 0.23);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.fv-status-chip.teal {
  color: #79e2ff;
}

.fv-note-line {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 28px 0 0;
  color: rgba(198, 207, 219, 0.92);
  font-size: 17px;
  line-height: 1.45;
}

.fv-note-line img {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.fv-download-meta {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(174, 185, 200, .88);
  font-size: 13px;
  line-height: 1.55;
}

.fv-download-meta code {
  color: rgba(238, 246, 252, .92);
  font-family: var(--site-font);
  font-size: 12px;
  word-break: break-all;
}

.fv-app-window {
  position: relative;
  width: 536px;
  height: 723px;
  overflow: hidden;
  border: 1px solid rgba(148, 170, 193, 0.30);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 16%, rgba(35, 97, 130, 0.18) 0, transparent 34%),
    linear-gradient(151deg, rgba(18, 39, 64, 0.76) 0%, rgba(5, 20, 39, 0.79) 57%, rgba(6, 18, 34, 0.77) 100%);
  box-shadow: var(--site-shadow), inset 0 1px 0 rgba(255,255,255,0.05);
  backdrop-filter: blur(22px);
}

.fv-window-head {
  height: 78px;
  padding: 27px 29px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.fv-window-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #f5f7fb;
  font-size: 16px;
  font-weight: 750;
}

.fv-window-brand img {
  width: 33px;
  height: 33px;
  border-radius: 8px;
  object-fit: cover;
}

.fv-window-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 6px;
}

.fv-minimize {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: rgba(242, 247, 253, 0.92);
}

.fv-close {
  position: relative;
  width: 17px;
  height: 17px;
}

.fv-close::before,
.fv-close::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 1.6px;
  border-radius: 99px;
  background: rgba(242, 247, 253, 0.95);
}

.fv-close::before { transform: rotate(45deg); }
.fv-close::after { transform: rotate(-45deg); }

.fv-status-pill {
  width: fit-content;
  min-height: 45px;
  margin: 8px auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(23, 51, 76, 0.38);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.fv-status-dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #36df67;
  box-shadow: 0 0 18px rgba(57, 226, 111, 0.42);
  border: 7px solid #36df67;
  outline: 0;
}

.fv-segments {
  width: 478px;
  height: 69px;
  margin: 0 auto 34px;
  display: flex;
  gap: 4px;
}

.fv-segment {
  width: 237px;
  height: 69px;
  border: 1px solid rgba(130, 151, 177, 0.27);
  border-radius: 16px;
  background: rgba(14, 35, 59, 0.46);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 620;
  line-height: 1.25;
  text-align: center;
}

.fv-segment.active {
  border: 2px solid rgba(95, 202, 255, 0.95);
  color: #79e2ff;
  background: rgba(6, 26, 45, 0.38);
}

.fv-vpn-title {
  width: 478px;
  margin: 0 auto 15px;
  color: #f3f5f9;
  font-size: 17px;
  font-weight: 720;
}

.fv-app-list {
  width: 478px;
  margin: 0 auto;
  display: grid;
  gap: 9px;
}

.fv-app-row {
  position: relative;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 10px;
  background: rgba(20, 43, 67, 0.48);
}

.fv-app-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.fv-app-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.fv-app-icon.youtube { background: linear-gradient(180deg, #ff2632, #fa101c); }
.fv-app-icon.telegram { background: linear-gradient(145deg, #33b9ff, #1692e5); }
.fv-app-icon.tiktok { background: #07131d; }
.fv-app-icon.instagram {
  background:
    radial-gradient(circle at 32% 105%, #ffd84d 0 17%, transparent 18%),
    radial-gradient(circle at 12% 11%, #7a43ff 0 18%, transparent 19%),
    linear-gradient(145deg, #7d4cff 0%, #d72eb7 38%, #ff423f 69%, #ffc14a 100%);
}
.fv-app-icon.site { background: transparent; }
.fv-app-icon.site img { width: 31px; height: 31px; }

.fv-app-name {
  color: #f8fafc;
  font-size: 16px;
  font-weight: 560;
}

.fv-toggle {
  position: absolute;
  right: 16px;
  top: 15px;
  width: 43px;
  height: 25px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f78ff, #79e2ff);
}

.fv-toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
}

.fv-direct-note {
  width: 478px;
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(127, 149, 174, 0.18);
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(172, 183, 198, 0.84);
  font-size: 16px;
}

.fv-direct-note img {
  width: 26px;
  height: 26px;
}

.fv-section {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
  padding: 56px 0;
}

.fv-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 24px;
}

.fv-kicker {
  margin: 0 0 10px;
  color: var(--site-teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fv-section-title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.fv-section-lead {
  max-width: 560px;
  margin: 0;
  color: var(--site-muted);
  font-size: 17px;
  line-height: 28px;
}

.fv-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fv-card,
.fv-support-panel,
.fv-faq-item,
.fv-doc-card {
  border: 1px solid rgba(96, 129, 159, .34);
  border-radius: 22px;
  background: rgba(7, 26, 43, .74);
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
}

.fv-card,
.fv-doc-card {
  padding: 26px;
}

.fv-card h3,
.fv-doc-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px;
}

.fv-card p,
.fv-doc-card p {
  margin: 0;
  color: var(--site-muted);
  font-size: 15px;
  line-height: 24px;
}

.fv-price-card {
  border-color: rgba(95, 202, 255, .52);
  background: linear-gradient(135deg, rgba(10, 53, 76, .82), rgba(7, 26, 43, .78));
}

.fv-price-value {
  display: block;
  margin: 6px 0 8px;
  color: #79e2ff;
  font-size: 34px;
  font-weight: 900;
  line-height: 40px;
}

.fv-download-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
}

.fv-download-card a {
  margin-top: auto;
  color: #79e2ff;
  font-weight: 800;
}

.fv-download-card a + a {
  margin-top: 10px;
}

.fv-faq-list {
  display: grid;
  gap: 14px;
}

.fv-faq-item {
  padding: 0 22px;
}

.fv-faq-item summary {
  cursor: pointer;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.fv-faq-item summary::-webkit-details-marker {
  display: none;
}

.fv-faq-item p {
  margin: -4px 0 20px;
  color: var(--site-muted);
  font-size: 15px;
  line-height: 25px;
}

.fv-support-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.fv-support-panel p {
  margin: 8px 0 0;
  color: var(--site-muted);
  font-size: 16px;
  line-height: 26px;
}

.fv-support-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.fv-footer {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 32px), 1180px);
  margin: 12px auto 0;
  padding: 28px 0 36px;
  border-top: 1px solid rgba(96, 129, 159, .24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--site-muted);
  font-size: 14px;
}

.fv-footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.fv-footer a {
  color: var(--site-muted);
}

.fv-footer a:hover {
  color: #fff;
}

.fv-doc-page,
.fv-doc-shell {
  width: min(calc(100% - 32px), 920px);
  margin: 0 auto;
  padding: 42px 0 64px;
}

.fv-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--site-muted);
}

.fv-doc-card h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
}

.fv-doc-card h2 {
  margin: 30px 0 10px;
  font-size: 22px;
}

.fv-doc-card p,
.fv-doc-card li {
  color: var(--site-muted);
  font-size: 17px;
  line-height: 1.65;
}

.fv-doc-card a {
  color: var(--site-teal);
}

.fv-doc-card code {
  padding: 2px 6px;
  border-radius: 7px;
  background: rgba(3, 13, 30, .78);
  color: #dbeafe;
  font-family: var(--site-font);
  font-size: .94em;
}

.fv-doc-lead {
  max-width: 760px;
}

.fv-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 8px;
}

.fv-doc-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fv-doc-grid article {
  border: 1px solid rgba(96, 129, 159, .34);
  border-radius: 18px;
  background: rgba(8, 24, 43, .54);
  padding: 20px;
}

.fv-doc-grid h2 {
  margin-top: 0;
}

.fv-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 6px;
}

.fv-doc-steps {
  counter-reset: step;
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.fv-doc-steps li {
  position: relative;
  min-height: 42px;
  padding-left: 54px;
}

.fv-doc-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 4px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(75, 185, 255, .14);
  color: var(--site-teal);
  font-weight: 900;
}

.fv-code {
  margin: 12px 0 0;
  padding: 16px;
  overflow-x: auto;
  border: 1px solid rgba(96, 129, 159, .34);
  border-radius: 14px;
  background: rgba(3, 13, 30, .78);
  color: #dbeafe;
  font-family: var(--site-font);
  font-size: 13px;
  line-height: 1.55;
}

.fv-back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--site-muted);
}

.fv-updated {
  margin: 0 0 34px;
  color: var(--site-muted);
}

body.fv-cabinet .shell,
body.fv-mobile-flow .shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  background: rgba(5, 17, 32, .82);
  border-left: 1px solid var(--site-line);
  border-right: 1px solid var(--site-line);
  color: var(--site-text);
  box-shadow: 0 0 80px rgba(0,0,0,.22);
}

body.fv-cabinet header {
  background: rgba(7, 26, 43, .86);
  border-bottom: 1px solid var(--site-line);
}

body.fv-cabinet .brand img,
body.fv-mobile-flow .logo,
body.fv-mobile-flow .panel img {
  object-fit: cover;
  background: #031126;
}

body.fv-cabinet .brand img {
  border-radius: 10px;
}

body.fv-cabinet .balance-mini,
body.fv-cabinet .hint,
body.fv-cabinet .device-meta,
body.fv-cabinet .empty,
body.fv-cabinet .ledger-meta,
body.fv-mobile-flow p,
body.fv-mobile-flow .notice,
body.fv-mobile-flow .hint {
  color: var(--site-muted);
}

body.fv-cabinet .panel,
body.fv-cabinet .notice,
body.fv-cabinet .platforms,
body.fv-cabinet input[type="text"],
body.fv-cabinet .setup-link,
body.fv-mobile-flow .panel {
  background: rgba(7, 26, 43, .78);
  border-color: var(--site-line);
  color: var(--site-text);
}

body.fv-cabinet .drawer {
  background: rgba(8, 24, 43, .86);
  border-top-color: var(--site-line);
}

body.fv-cabinet .panel-head,
body.fv-cabinet .device,
body.fv-cabinet .platforms label,
body.fv-cabinet .ledger-row {
  border-color: var(--site-line);
}

body.fv-cabinet .platforms label.platform-disabled {
  color: var(--site-muted);
  opacity: .58;
}

body.fv-cabinet button,
body.fv-cabinet .button,
body.fv-mobile-flow button,
body.fv-mobile-flow .button {
  border-radius: 13px;
  background: linear-gradient(146deg, #268cff 0%, #126bd8 55%, #0b4fbd 100%);
  color: #fff;
}

body.fv-cabinet button.secondary,
body.fv-cabinet .button.secondary,
body.fv-mobile-flow button.secondary,
body.fv-mobile-flow .button.secondary {
  border: 1px solid rgba(141, 164, 188, .25);
  background: rgba(29, 53, 78, .68);
  color: #dff4ff;
}

body.fv-cabinet .device-icon {
  background: rgba(20, 43, 67, .92);
  color: var(--site-teal);
}

body.fv-cabinet .setup-link code,
body.fv-mobile-flow code {
  background: rgba(3, 13, 30, .78);
  color: #dbeafe;
}

body.fv-mobile-flow .shell {
  width: min(390px, 100vw);
  padding: 28px 18px;
  display: flex;
  align-items: center;
}

body.fv-mobile-flow .logo {
  width: 118px;
  height: 118px;
  display: block;
  margin: 0 auto 22px;
  border-radius: 26px;
}

body.fv-mobile-flow .panel {
  width: 100%;
  max-width: 326px;
  margin: 0 auto;
  border-radius: 22px;
  padding: 24px 18px;
  text-align: center;
}

body.fv-mobile-flow .panel h1 {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

body.fv-mobile-flow .panel p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

body.fv-mobile-flow code {
  display: none;
}

body.fv-mobile-flow .status {
  background: rgba(255, 112, 107, .14);
  color: var(--site-danger);
}

@media (max-width: 1180px) {
  .fv-header-inner {
    grid-template-columns: 1fr auto;
  }

  .fv-nav {
    display: none;
  }

  .fv-hero {
    padding-top: 56px;
  }

  .fv-hero-grid {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .fv-app-window {
    width: min(100%, 536px);
    height: auto;
    min-height: 660px;
    margin: 0 auto;
  }

  .fv-segments,
  .fv-vpn-title,
  .fv-app-list,
  .fv-direct-note {
    width: calc(100% - 58px);
  }

  .fv-segment {
    width: 50%;
  }

  .fv-card-grid {
    grid-template-columns: 1fr;
  }

  .fv-doc-grid,
  .fv-doc-grid.two {
    grid-template-columns: 1fr;
  }

  .fv-section-header,
  .fv-support-panel,
  .fv-footer {
    display: block;
  }

  .fv-section-lead {
    margin-top: 12px;
  }

  .fv-support-actions,
  .fv-footer-links {
    justify-content: flex-start;
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  body.fv-cabinet .shell,
  body.fv-mobile-flow .shell {
    width: min(390px, 100vw);
    max-width: 100vw;
    border-left: 0;
    border-right: 0;
  }

  body.fv-cabinet main {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.fv-cabinet .panel-head {
    gap: 8px;
  }

  body.fv-cabinet #addButton {
    min-width: 96px;
    padding-left: 10px;
    padding-right: 10px;
  }

  body.fv-mobile-flow .panel h1 {
    font-size: 28px;
  }

  .fv-shell {
    width: 100%;
    max-width: 100vw;
    padding: 0 16px;
  }

  .fv-header {
    padding-top: 22px;
  }

  .fv-header-download {
    width: 46px;
    min-height: 46px;
    gap: 0;
    border-radius: 12px;
  }

  .fv-header-download span {
    display: none;
  }

  .fv-brand-mark {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 14px;
  }

  .fv-brand-name {
    font-size: 22px;
  }

  .fv-hero h1 {
    margin-top: 32px;
    max-width: 100%;
    font-size: 34px;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .fv-hero-grid {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .fv-hero-grid > :first-child,
  .fv-badge,
  .fv-hero h1,
  .fv-hero-subtitle,
  .fv-platforms,
  .fv-note-line,
  .fv-download-meta {
    width: min(326px, calc(100vw - 48px));
    max-width: min(326px, calc(100vw - 48px));
  }

  .fv-hero-grid > :first-child {
    margin-left: 16px;
  }

  .fv-badge {
    display: block;
    min-height: 0;
    padding: 10px 14px;
    white-space: normal;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
  }

  .fv-badge span {
    display: block;
  }

  .fv-hero-subtitle {
    max-width: 100%;
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .fv-hero-subtitle br {
    display: none;
  }

  .fv-platforms {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .fv-platform-card,
  .fv-platform-muted,
  .fv-platform-primary {
    width: 100%;
    max-width: 100%;
    height: 76px;
    min-width: 0;
  }

  .fv-platform-copy,
  .fv-platform-name {
    min-width: 0;
  }

  .fv-platform-muted .fv-status-chip {
    display: none;
  }

  .fv-platform-primary {
    padding-left: 27px;
  }

  .fv-note-line,
  .fv-download-meta {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .fv-note-line span {
    min-width: 0;
  }

  .fv-app-window {
    min-height: 620px;
  }

  .fv-window-actions {
    gap: 18px;
  }

  .fv-segments {
    height: 62px;
  }

  .fv-segment {
    height: 62px;
    font-size: 14px;
  }

  .fv-app-row {
    height: 50px;
  }

  .fv-section {
    padding: 42px 0;
  }

  .fv-section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .fv-doc-page,
  .fv-doc-shell {
    width: min(100%, 390px);
    max-width: 100vw;
    padding: 28px 0 46px;
    overflow-x: hidden;
  }

  .fv-doc-card {
    width: min(326px, calc(100vw - 48px));
    max-width: min(326px, calc(100vw - 48px));
    margin-left: auto;
    margin-right: auto;
    padding: 22px 18px;
    border-radius: 18px;
    overflow: hidden;
  }

  .fv-doc-card h1 {
    font-size: 30px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .fv-doc-card h2,
  .fv-doc-card p,
  .fv-doc-card li,
  .fv-doc-card a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .fv-doc-card ul,
  .fv-doc-card ol {
    padding-left: 22px;
  }

  .fv-doc-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fv-text-button {
    width: 100%;
  }
}
