@font-face {
  font-family: Clash Display;
  src: url(/fonts/clashDisplay/ClashDisplay-Variable.woff2) format("woff2");
  font-weight: 200 700;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url(/fonts/satoshi/Satoshi-Variable.woff2) format("woff2");
  font-weight: 300 900;
  font-display: swap;
}
@font-face {
  font-family: JetBrains Mono;
  src: url(/fonts/Jetbrains/JetBrainsMono.woff2) format("woff2");
  font-weight: 100 800;
  font-display: swap;
}
@font-face {
  font-family: Vazirmatn;
  src: url(/fonts/vazir/Vazirmatn.woff2) format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
blockquote,
dl,
dt,
dd,
ul,
ol {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ol {
  padding: 0;
  list-style: none;
}
img,
svg,
video {
  max-width: 100%;
  display: block;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 0;
}
i {
  font-style: normal;
}
:root {
  --ink: #0a0b0d;
  --ink2: #0c0d10;
  --panel: #0e1013;
  --panel2: #111318;
  --line: #ebeef214;
  --line2: #ebeef229;
  --text: #e9eae6;
  --body: #b4bac2;
  --dim: #8d95a0;
  --faint: #5f6670;
  --accent: #4a8cff;
  --accent2: #8a79ff;
  --fd: "Clash Display", sans-serif;
  --fb: "Satoshi", sans-serif;
  --fm: "JetBrains Mono", monospace;
}
html,
body {
  overflow-x: clip;
}
body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--fb);
  -webkit-font-smoothing: antialiased;
  font-size: 15.5px;
  line-height: 1.65;
}
::selection {
  background: var(--accent);
  color: #05070c;
}
:focus-visible {
  outline: 1.5px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #23262d transparent;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #23262d;
  border-radius: 6px;
}
html.native-scroll {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 90px;
}
body:after {
  content: "";
  z-index: 3000;
  pointer-events: none;
  opacity: 0.038;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
  position: fixed;
  inset: 0;
}
.wrap {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.skip {
  z-index: 4000;
  background: var(--text);
  color: var(--ink);
  font-family: var(--fm);
  padding: 8px 14px;
  font-size: 11px;
  position: absolute;
  top: 8px;
  left: -999px;
}
.skip:focus {
  left: 8px;
}
.noscript-note {
  font-family: var(--fm);
  color: var(--text);
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  padding: 14px 20px;
  font-size: 11px;
}
.label {
  font-family: var(--fm);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dim);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.5;
}
.text-acc {
  color: var(--accent);
}
.text-faint {
  color: var(--faint);
}
.acc {
  color: var(--accent);
  font-style: normal;
}
.ln {
  margin-bottom: -0.12em;
  padding-bottom: 0.12em;
  display: block;
  overflow: hidden;
}
.ln-in {
  will-change: transform;
  display: inline-block;
}
.sec-title {
  font-family: var(--fd);
  letter-spacing: -0.01em;
  margin-top: 36px;
  font-size: clamp(2rem, 4.4vw, 3.9rem);
  font-weight: 600;
  line-height: 1.05;
}
.rule {
  background: var(--line2);
  transform-origin: 0;
  height: 1px;
  margin-top: 20px;
}
.sec {
  border-top: 1px solid var(--line);
  position: relative;
}
#services {
  background: var(--ink2);
}
.sec-grid {
  grid-template-columns: 1fr;
  display: grid;
}
.sec-pad {
  padding-block: clamp(88px, 11vh, 150px);
}
.sec-head-row {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  display: flex;
}
.sec-meta {
  display: none;
}
@media (width>=768px) {
  .sec-meta {
    display: block;
  }
}
.side-label {
  display: none;
}
@media (width>=1024px) {
  .sec-grid {
    grid-template-columns: 72px 1fr;
    column-gap: 44px;
  }
  .side-label {
    height: fit-content;
    display: block;
    position: sticky;
    top: 130px;
  }
}
.side-label span {
  writing-mode: vertical-rl;
  font-family: var(--fm);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--faint);
  -webkit-user-select: none;
  user-select: none;
  font-size: 10px;
  display: block;
  transform: rotate(180deg);
}
#nav {
  z-index: 1000;
  border-bottom: 1px solid #0000;
  transition:
    background 0.35s,
    border-color 0.35s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#nav.scrolled {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
  background: #0a0b0dd1;
}
.nav-inner {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  height: 78px;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
}
#nav.scrolled .nav-inner {
  height: 58px;
}
.brand {
  font-family: var(--fd);
  letter-spacing: -0.01em;
  color: var(--text);
  justify-content: center;
  align-items: baseline;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  transition: font-size 0.4s;
  display: flex;
}
#nav.scrolled .brand {
  font-size: 17px;
}
.b-dot {
  background: var(--accent);
  width: 6px;
  height: 6px;
  margin-inline-start: 5px;
  display: inline-block;
  transform: translateY(-1px);
}
.nav-links {
  display: none;
}
@media (width>=1024px) {
  .nav-links {
    align-items: center;
    gap: 32px;
    display: flex;
  }
}
.nav-tools {
  align-items: center;
  gap: 24px;
  display: flex;
}
.nav-avail {
  display: none;
}
@media (width>=1280px) {
  .nav-avail {
    display: flex;
  }
}
.nl {
  font-family: var(--fm);
  letter-spacing: 0.18em;
  color: var(--dim);
  align-items: baseline;
  padding: 6px 1px;
  font-size: 10.5px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-flex;
  position: relative;
}
.nl .n {
  color: var(--accent);
  opacity: 0;
  margin-inline-end: 7px;
  transition:
    opacity 0.3s,
    transform 0.3s;
  transform: translate(-4px);
}
.nl:hover,
.nl.active {
  color: var(--text);
}
.nl:hover .n,
.nl.active .n {
  opacity: 1;
  transform: none;
}
.nl:after {
  content: "";
  background: var(--accent);
  transform-origin: 100%;
  width: 100%;
  height: 1px;
  transition: transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.nl:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}
.avail {
  font-family: var(--fm);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
  align-items: center;
  gap: 9px;
  font-size: 10px;
  display: flex;
}
.pdot {
  background: var(--accent);
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
  display: inline-block;
}
#menu-btn {
  border: 1px solid var(--line2);
  width: 40px;
  height: 40px;
  color: var(--text);
  border-radius: 2px;
  place-items: center;
  display: none;
}
@media (width<=1023px) {
  #menu-btn {
    display: grid;
  }
}
.mbtn-ic {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}
.mbtn-ic svg {
  width: 18px;
  height: 18px;
  transition:
    opacity 0.3s,
    transform 0.3s;
  position: absolute;
  inset: 0;
}
.i-x {
  opacity: 0;
  transform: rotate(-90deg);
}
body.menu-open .i-menu {
  opacity: 0;
  transform: rotate(90deg);
}
body.menu-open .i-x {
  opacity: 1;
  transform: none;
}
.lang-switch {
  border: 1px solid var(--line2);
  border-radius: 2px;
  align-items: center;
  padding: 2px;
  display: flex;
}
.lang-btn {
  font-family: var(--fm);
  color: var(--dim);
  padding: 6px 10px;
  font-size: 10px;
  transition:
    color 0.3s,
    background 0.3s;
}
.lang-btn:hover {
  color: var(--text);
}
.lang-btn.active {
  color: var(--accent);
  background: #4a8cff17;
}
#mmenu {
  z-index: 1150;
  background: var(--ink);
  visibility: hidden;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: 0;
}
.m-top {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  height: 78px;
  display: flex;
}
.m-links {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  gap: 2px;
  padding-inline: clamp(20px, 6vw, 48px);
  display: flex;
}
.m-link {
  color: var(--text);
  border-bottom: 1px solid var(--line);
  align-items: baseline;
  gap: 18px;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}
.m-link .n {
  font-family: var(--fm);
  color: var(--accent);
  font-size: 11px;
}
.m-link .t {
  font-family: var(--fd);
  font-size: clamp(1.9rem, 8vw, 2.6rem);
  font-weight: 600;
  line-height: 1.35;
  transition:
    transform 0.35s,
    color 0.35s;
}
.m-link:hover .t {
  color: var(--accent);
  transform: translate(8px);
}
.m-foot {
  border-top: 1px solid var(--line);
  flex-direction: column;
  gap: 16px;
  padding: 26px clamp(20px, 6vw, 48px) 34px;
  display: flex;
}
.m-soc {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}
.m-soc a {
  font-family: var(--fm);
  letter-spacing: 0.14em;
  color: var(--dim);
  text-transform: uppercase;
  font-size: 10.5px;
  text-decoration: none;
}
.m-soc a:hover {
  color: var(--accent);
}
#hero {
  flex-direction: column;
  min-height: 100svh;
  padding-top: 100px;
  display: flex;
  position: relative;
}
.hero-inner {
  flex: 1;
  align-items: center;
  padding-block: 24px;
  display: flex;
}
.hero-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  row-gap: clamp(44px, 7vh, 72px);
  width: 100%;
  display: grid;
}
@media (width>=1024px) {
  .hero-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 0 clamp(28px, 3.4vw, 56px);
  }
  .hero-col-sys {
    margin-top: 64px;
  }
}
.hero-col-text,
.hero-col-sys {
  min-width: 0;
  max-width: 100%;
}
.hero-kicker {
  align-items: center;
  display: flex;
}
.ksq {
  background: var(--accent);
  flex: none;
  width: 7px;
  height: 7px;
  margin-inline-end: 12px;
  display: inline-block;
  transform: translateY(-1px);
}
.hero-title {
  font-family: var(--fd);
  letter-spacing: -0.015em;
  overflow-wrap: break-word;
  margin-top: 26px;
  font-size: clamp(2.55rem, 4.9vw, 4.75rem);
  font-weight: 600;
  line-height: 1.02;
}
.ln-2 {
  padding-inline-start: 6%;
}
.hero-lead {
  max-width: 28rem;
  color: var(--text);
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.75;
}
@media (width>=768px) {
  .hero-lead {
    font-size: 19px;
  }
}
.hero-para {
  max-width: 28rem;
  color: var(--body);
  margin-top: 14px;
  font-size: 15px;
}
.hero-cta {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
  display: flex;
}
.hero-meta {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr;
  gap: 18px;
  padding-top: 22px;
  padding-bottom: 34px;
  display: grid;
}
@media (width>=640px) {
  .hero-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.meta-k {
  font-family: var(--fm);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faint);
  font-size: 9.5px;
}
.meta-v {
  font-family: var(--fm);
  letter-spacing: 0.05em;
  color: var(--dim);
  margin-top: 7px;
  font-size: 11.5px;
}
.hero-strip {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
  display: flex;
}
.scroll-hint {
  align-items: center;
  display: inline-flex;
}
.sh-line {
  background: var(--dim);
  vertical-align: middle;
  width: 1px;
  height: 26px;
  margin-inline-start: 12px;
  display: inline-block;
}
.btn {
  font-family: var(--fm);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 2px;
  align-items: center;
  gap: 10px;
  padding: 15px 24px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition:
    background 0.35s,
    color 0.35s,
    border-color 0.35s;
  display: inline-flex;
}
.btn .ic {
  transition: transform 0.35s;
}
.btn:hover .ic {
  transform: translate(3px, -3px);
}
.btn:hover .ic-down {
  transform: translateY(4px);
}
.btn-solid {
  background: var(--text);
  color: #0b0d11;
  border-color: var(--text);
}
.btn-solid:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #06101f;
}
.btn-ghost {
  border-color: var(--line2);
  color: var(--text);
}
.btn-ghost:hover {
  border-color: var(--text);
}
#sys {
  border: 1px solid var(--line2);
  background: var(--panel);
  will-change: transform;
  border-radius: 6px;
  max-width: 100%;
  overflow: hidden;
}
.sys-head,
.sys-foot {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}
.sys-head {
  border-bottom: 1px solid var(--line);
  padding: 11px 16px;
}
.sys-foot {
  border-top: 1px solid var(--line);
  padding: 10px 16px;
}
.sys-head > span,
.sys-foot > span {
  white-space: nowrap;
  min-width: 0;
}
.sys-head > span:first-child {
  text-overflow: ellipsis;
  flex: auto;
  overflow: hidden;
}
.sys-status .pdot {
  margin-inline-end: 8px;
}
.sys-nodes {
  flex: none;
}
#syslog {
  min-width: 0;
  font-family: var(--fm);
  letter-spacing: 0.04em;
  color: var(--dim);
  white-space: nowrap;
  text-overflow: ellipsis;
  direction: ltr;
  flex: auto;
  font-size: 10px;
  overflow: hidden;
}
#sys svg {
  width: 100%;
  height: auto;
  display: block;
}
.arch-bg {
  fill: url(#dg);
}
#arch,
.fig-svg,
.net-svg {
  direction: ltr;
}
#arch .nrect,
.net-svg .nrect {
  fill: #0b0d10;
  stroke: #282d35;
  transition: stroke 0.35s;
}
#arch .node.hot .nrect,
.net-svg .node.hot .nrect {
  stroke: var(--accent);
}
#arch .nt,
.net-svg .nt {
  font: 500 11px var(--fm);
  fill: #dde0e4;
  letter-spacing: 0.02em;
  transform: translate(12px, 21px);
}
#arch .node.hot .nt,
.net-svg .node.hot .nt {
  fill: #fff;
}
#arch .ns,
.net-svg .ns {
  font: 400 8.5px var(--fm);
  fill: #5f6670;
  letter-spacing: 0.05em;
  transform: translate(12px, 35px);
}
#arch .el,
.net-svg .el {
  font: 400 8.5px var(--fm);
  fill: #525a64;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#arch .ndot,
.net-svg .ndot {
  fill: var(--accent);
}
#arch .edge,
.net-svg .edge {
  stroke: #2b303a;
  fill: none;
  stroke-width: 1.2px;
  stroke-linejoin: round;
  transition:
    stroke 0.35s,
    stroke-width 0.35s;
}
#arch .edge-flow,
.net-svg .edge-flow {
  stroke-dasharray: 3 7;
  stroke: #39414d;
}
#arch .edge.on,
.net-svg .edge.on {
  stroke: var(--accent);
  stroke-width: 1.5px;
}
.n-client {
  transform: translate(250px, 16px);
}
.n-webapp {
  transform: translate(232px, 120px);
}
.n-workflow {
  transform: translate(28px, 240px);
}
.n-erp {
  transform: translate(436px, 240px);
}
.n-esxi {
  transform: translate(60px, 420px);
}
.n-mik {
  transform: translate(400px, 420px);
}
.n-client .ndot {
  transform: translate(128px, 13px);
}
.n-webapp .ndot,
.n-workflow .ndot,
.n-erp .ndot {
  transform: translate(164px, 13px);
}
.n-esxi .ndot,
.n-mik .ndot {
  transform: translate(168px, 13px);
}
.el-https {
  transform: translate(330px, 95px);
}
.el-events {
  transform: translate(150px, 197px);
}
.el-data {
  transform: translate(466px, 197px);
}
.el-sync {
  transform: translate(302px, 257px);
}
.el-hosted {
  transform: translate(126px, 356px);
}
.el-network {
  transform: translate(534px, 356px);
}
.el-vlan {
  transform: translate(300px, 437px);
}
.vm1 {
  transform: translate(10px, 42px);
}
.vm2 {
  transform: translate(114px, 42px);
}
.vm3 {
  transform: translate(218px, 42px);
}
.vmr {
  fill: #101318;
  stroke: #2c323c;
}
.vmt {
  font: 500 9px var(--fm);
  fill: var(--dim);
  transform: translate(10px, 24px);
}
.vmd {
  fill: var(--accent);
  transform: translate(78px, 10px);
}
.bk-box {
  fill: none;
  stroke: #333a44;
  stroke-dasharray: 4 4;
  transform: translate(12px, 46px);
}
.bk-t {
  font: 400 8.5px var(--fm);
  fill: var(--faint);
  transform: translate(24px, 68px);
}
.ne-wan {
  transform: translate(332px, 88px);
}
.ne-lan {
  transform: translate(332px, 184px);
}
.ne-trunk {
  transform: translate(200px, 262px);
}
.ne-replica {
  transform: translate(455px, 218px);
}
.fig {
  border: 1px solid var(--line2);
  background: var(--panel);
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}
.fig-main {
  aspect-ratio: 16/10;
  direction: ltr;
  flex: 1;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
.fig-par {
  will-change: transform;
  position: absolute;
  inset: 0;
  transform: translateZ(0);
}
.fig-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.dots-bg {
  background-image: radial-gradient(circle, #ebeef212 1px, #0000 1px);
  background-size: 18px 18px;
}
.fig-cap {
  border-top: 1px solid var(--line);
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  display: flex;
}
.ic {
  stroke-width: 1.5px;
  width: 15px;
  height: 15px;
}
.ic-2 {
  stroke-width: 1.75px;
  width: 12px;
  height: 12px;
}
.fx-erp {
  height: 100%;
  font-family: var(--fm);
  flex-direction: column;
  display: flex;
}
.fx-bar {
  border-bottom: 1px solid var(--line);
  flex: none;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  display: flex;
}
.fxd {
  background: #2b3038;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.fxd:first-child {
  background: var(--accent);
}
.fxt {
  letter-spacing: 0.18em;
  color: var(--dim);
  margin-left: 6px;
  font-size: 9.5px;
}
.fxl {
  letter-spacing: 0.16em;
  color: var(--accent);
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: 9px;
  display: flex;
}
.fx-erp-body {
  flex: 1;
  min-height: 0;
  display: flex;
}
.fx-side {
  border-right: 1px solid var(--line);
  flex-direction: column;
  flex: none;
  align-items: center;
  gap: 4px;
  width: 46px;
  padding-top: 10px;
  display: flex;
}
.fx-side span {
  width: 26px;
  height: 26px;
  color: var(--faint);
  border: 1px solid #0000;
  border-radius: 3px;
  place-items: center;
  display: grid;
}
.fx-side span svg {
  width: 13px;
  height: 13px;
}
.fx-side span.on {
  color: var(--accent);
  border-color: var(--line2);
  background: #4a8cff12;
}
.fx-content {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  min-width: 0;
  padding: 13px 14px;
  display: flex;
}
.fx-kpis {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}
.fx-kpi {
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 9px 10px;
}
.fx-kpi .k {
  letter-spacing: 0.14em;
  color: var(--faint);
  font-size: 8px;
}
.fx-kpi svg {
  color: #3d444f;
  width: 100%;
  height: 18px;
  margin-top: 7px;
}
.fx-kpi polyline {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4px;
}
.fx-kpi .f {
  letter-spacing: 0.14em;
  color: var(--faint);
  margin-top: 6px;
  font-size: 7.5px;
}
.fx-kpi.hl svg {
  color: var(--accent);
}
.fx-table {
  border: 1px solid var(--line);
  border-radius: 3px;
  flex: 1;
  overflow: hidden;
}
.fx-tr {
  border-top: 1px solid var(--line);
  color: var(--dim);
  align-items: center;
  gap: 10px;
  padding: 8px 11px;
  font-size: 9px;
  display: flex;
}
.fx-tr:first-child {
  color: var(--faint);
  letter-spacing: 0.14em;
  border-top: 0;
  font-size: 8px;
}
.fx-tr .c {
  color: var(--body);
  flex: none;
  width: 64px;
}
.fx-tr .s {
  letter-spacing: 0.1em;
  flex: none;
  width: 78px;
}
.fx-tr .s.on {
  color: var(--accent);
}
.fx-tr .b {
  background: #22262d;
  border-radius: 2px;
  flex: 1;
  height: 3px;
  position: relative;
  overflow: hidden;
}
.fx-tr .b i {
  background: #3d444f;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.fx-tr.hot {
  box-shadow: inset 2px 0 0 var(--accent);
  background: #ebeef208;
}
.cell-order {
  flex: 0 0 64px;
}
.cell-status {
  flex: 0 0 78px;
}
.w62 {
  width: 62%;
}
.w18 {
  width: 18%;
}
.w88 {
  width: 88%;
}
.w100 {
  width: 100%;
}
.rf-box {
  fill: #0d0f13;
  stroke: #2c323c;
}
.rf-pill .rf-box {
  fill: #12151b;
  stroke: #333a44;
}
.rf-t {
  font: 500 10.5px var(--fm);
  fill: #dde0e4;
}
.rf-s {
  font: 400 8.5px var(--fm);
  fill: #5f6670;
  letter-spacing: 0.04em;
}
.rf-chip {
  fill: #ebeef20d;
  stroke: #333a44;
}
.rf-chiptxt {
  font: 500 9px var(--fm);
  fill: var(--dim);
}
.rf-h {
  fill: #0d0f13;
  stroke: #39414d;
}
.rf-e {
  stroke: #343b46;
  stroke-width: 1.5px;
  fill: none;
}
.rf-e.flow {
  stroke: var(--accent);
  stroke-dasharray: 4 6;
}
.rf-lbl {
  font: 500 8px var(--fm);
  fill: #5f6670;
  letter-spacing: 0.12em;
}
.rf-sel {
  fill: none;
  stroke: var(--accent);
  stroke-dasharray: 4 4;
  stroke-width: 1px;
  transform: translate(163px, 173px);
}
.rf-selh {
  fill: #0d0f13;
  stroke: var(--accent);
}
.sh-tl {
  transform: translate(159px, 169px);
}
.sh-tr {
  transform: translate(341px, 169px);
}
.sh-bl {
  transform: translate(159px, 241px);
}
.sh-br {
  transform: translate(341px, 241px);
}
.rf-start {
  transform: translate(24px, 196px);
}
.rf-closed {
  transform: translate(612px, 196px);
}
.rfn-req {
  transform: translate(170px, 60px);
}
.rfn-approval {
  transform: translate(170px, 180px);
}
.rfn-finance {
  transform: translate(410px, 60px);
}
.rfn-condition {
  transform: translate(410px, 180px);
}
.rfn-notify {
  transform: translate(410px, 302px);
}
.rfn .rf-chip {
  transform: translate(12px, 20px);
}
.rfn .rf-chiptxt {
  transform: translate(17px, 33px);
}
.rfn .rf-t {
  transform: translate(40px, 30px);
}
.rfn .rf-s {
  transform: translate(40px, 44px);
}
.rfn .rf-hl {
  transform: translateY(29px);
}
.rfn-req .rf-hr,
.rfn-approval .rf-hr {
  transform: translate(168px, 29px);
}
.rfn-finance .rf-hr,
.rfn-condition .rf-hr {
  transform: translate(160px, 29px);
}
.rfn-notify .rf-chip {
  transform: translate(12px, 14px);
}
.rfn-notify .rf-chiptxt {
  transform: translate(17px, 27px);
}
.rfn-notify .rf-t {
  transform: translate(40px, 24px);
}
.rfn-notify .rf-s {
  transform: translate(40px, 38px);
}
.rfn-notify .rf-hl {
  transform: translateY(23px);
}
.rf-tc {
  text-anchor: middle;
}
.rf-start .rf-t {
  transform: translate(46px, 21px);
}
.rf-closed .rf-t {
  transform: translate(42px, 21px);
}
.rf-start .rf-h {
  transform: translate(92px, 17px);
}
.rf-closed .rf-h {
  transform: translateY(17px);
}
.lbl-true {
  transform: translate(498px, 152px);
}
.lbl-false {
  transform: translate(498px, 276px);
}
.lbl-rej {
  transform: translate(262px, 290px);
}
.fx-chip {
  border: 1px solid var(--line2);
  font-family: var(--fm);
  letter-spacing: 0.16em;
  color: var(--dim);
  background: #0a0b0dd9;
  border-radius: 3px;
  padding: 7px 11px;
  font-size: 9px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.fx-tools {
  border: 1px solid var(--line2);
  background: #0a0b0dd9;
  border-radius: 3px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
  overflow: hidden;
}
.fx-tools span {
  width: 30px;
  height: 30px;
  color: var(--dim);
  place-items: center;
  display: grid;
}
.fx-tools span + span {
  border-top: 1px solid var(--line);
}
.fx-tools span svg {
  width: 13px;
  height: 13px;
}
.fx-tools span:hover {
  color: var(--accent);
}
.fx-zoom {
  border: 1px solid var(--line2);
  background: #0a0b0dd9;
  border-radius: 3px;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 12px;
  overflow: hidden;
}
.fx-zoom span {
  width: 28px;
  height: 28px;
  color: var(--dim);
  place-items: center;
  display: grid;
}
.fx-zoom span svg {
  width: 12px;
  height: 12px;
}
.fx-zoom b {
  font: 500 9.5px var(--fm);
  color: var(--dim);
  padding: 0 8px;
}
.fx-map {
  border: 1px solid var(--line2);
  background: #0a0b0dd9;
  border-radius: 3px;
  width: 96px;
  height: 64px;
  padding: 5px;
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.fx-map i,
.fx-map em {
  position: absolute;
}
.fx-map i {
  background: #2b313b;
  border-radius: 1px;
}
.fx-map em {
  border: 1px solid var(--accent);
  border-radius: 1px;
}
.mm1 {
  width: 12px;
  height: 5px;
  top: 26px;
  left: 6px;
}
.mm2 {
  width: 22px;
  height: 8px;
  top: 8px;
  left: 23px;
}
.mm3 {
  width: 22px;
  height: 8px;
  top: 24px;
  left: 23px;
}
.mm4 {
  width: 21px;
  height: 8px;
  top: 24px;
  left: 55px;
}
.mm5 {
  width: 21px;
  height: 8px;
  top: 8px;
  left: 55px;
}
.mm6 {
  width: 21px;
  height: 6px;
  top: 41px;
  left: 55px;
}
.mm7 {
  width: 11px;
  height: 5px;
  top: 26px;
  left: 82px;
}
.mm-sel {
  width: 54px;
  height: 21px;
  top: 19px;
  left: 22px;
}
.fx-browser {
  height: 100%;
  font-family: var(--fm);
  flex-direction: column;
  display: flex;
}
.fxb-bar {
  border-bottom: 1px solid var(--line);
  flex: none;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  display: flex;
}
.fxb-url {
  border: 1px solid var(--line);
  min-width: 0;
  max-width: 280px;
  color: var(--faint);
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 99px;
  flex: 1;
  margin-left: 6px;
  padding: 4px 12px;
  font-size: 9px;
  overflow: hidden;
}
.fxb-page {
  background: var(--panel2);
  flex-direction: column;
  flex: 1;
  gap: 14px;
  min-height: 0;
  padding: 14px;
  display: flex;
}
.fxb-nav {
  align-items: center;
  gap: 16px;
  display: flex;
}
.fxb-logo {
  border: 1px solid var(--line2);
  border-radius: 2px;
  flex: none;
  place-items: center;
  width: 18px;
  height: 18px;
  display: grid;
}
.fxb-logo i {
  background: var(--accent);
  width: 7px;
  height: 7px;
}
.fxb-nav a {
  letter-spacing: 0.16em;
  color: var(--dim);
  white-space: nowrap;
  font-size: 8.5px;
}
.fxb-cta {
  background: var(--text);
  color: #0b0d11;
  letter-spacing: 0.14em;
  white-space: nowrap;
  border-radius: 99px;
  margin-left: auto;
  padding: 6px 12px;
  font-size: 8.5px;
}
.fxb-hero {
  grid-template-columns: 1fr;
  gap: 12px;
  display: grid;
}
@media (width>=560px) {
  .fxb-hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }
}
.fxb-hl {
  flex-direction: column;
  gap: 9px;
  padding-top: 4px;
  display: flex;
}
.fxb-hl .e {
  letter-spacing: 0.2em;
  color: var(--dim);
  font-size: 8.5px;
}
.sk {
  background: #22262d;
  border-radius: 2px;
  height: 11px;
}
.sk82 {
  width: 82%;
}
.sk56 {
  width: 56%;
}
.sk34 {
  opacity: 0.6;
  width: 34%;
  height: 8px;
}
.fxb-hatch {
  border: 1px solid var(--line2);
  background-image: repeating-linear-gradient(
    45deg,
    #0000 0 7px,
    #ebeef20d 7px 8px
  );
  border-radius: 3px;
  min-height: 110px;
  position: relative;
}
.fxb-hatch b {
  font: 500 8px var(--fm);
  letter-spacing: 0.16em;
  color: var(--dim);
  border: 1px solid var(--line);
  white-space: nowrap;
  background: #0a0b0de6;
  border-radius: 2px;
  padding: 5px 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fxb-list .r {
  border-top: 1px solid var(--line);
  align-items: center;
  gap: 12px;
  padding: 9px 2px;
  display: flex;
}
.fxb-list .r i {
  color: var(--faint);
  letter-spacing: 0.1em;
  font-size: 8.5px;
}
.fxb-list .r .sk {
  flex: 0 0 34%;
}
.fxb-list .r .sk.s {
  opacity: 0.6;
  flex: 0 0 18%;
  height: 8px;
}
.fxb-list .r2 .sk {
  flex-basis: 26%;
}
.fxb-list .r2 .sk.s {
  flex-basis: 12%;
}
.fxb-list .r3 .sk {
  flex-basis: 40%;
}
.fxb-list .r3 .sk.s {
  flex-basis: 20%;
}
.fxb-list .r svg {
  width: 11px;
  height: 11px;
  color: var(--faint);
  margin-left: auto;
}
.fx-ds {
  height: 100%;
  font-family: var(--fm);
  display: flex;
}
.ds-tokens {
  border-right: 1px solid var(--line);
  flex-direction: column;
  flex: none;
  gap: 14px;
  width: 158px;
  padding: 13px 14px;
  display: flex;
}
.ds-h {
  letter-spacing: 0.18em;
  color: var(--faint);
  font-size: 8.5px;
}
.ds-sw {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}
.ds-sw i {
  border: 1px solid var(--line2);
  border-radius: 2px;
  width: 15px;
  height: 15px;
}
.sw1 {
  background: #e9eae6;
}
.sw2 {
  background: #8d95a0;
}
.sw3 {
  background: #3a3f47;
}
.sw4 {
  background: #111318;
}
.sw5 {
  background: #4a8cff;
}
.ds-ty {
  flex-direction: column;
  gap: 2px;
  display: flex;
}
.ds-ty .a {
  font-family: var(--fd);
  color: var(--text);
  font-weight: 600;
}
.ds-ty .a.s1 {
  font-size: 22px;
}
.ds-ty .a.s2 {
  font-size: 15px;
}
.ds-ty .a.s3 {
  color: var(--dim);
  font-size: 11px;
}
.ds-sp {
  flex-direction: column;
  gap: 5px;
  display: flex;
}
.ds-sp i {
  background: #2b313b;
  border-radius: 2px;
  height: 4px;
}
.sp1 {
  width: 24px;
}
.sp2 {
  width: 52px;
}
.sp3 {
  width: 84px;
}
.ds-comp {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 13px 16px;
  display: flex;
}
.ds-row {
  border-top: 1px solid var(--line);
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  display: grid;
}
.ds-row:first-child {
  border-top: 0;
}
.ds-row .k {
  letter-spacing: 0.16em;
  color: var(--faint);
  font-size: 8.5px;
}
.dsb {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.dsb .b1 {
  background: var(--text);
  color: #0b0d11;
  letter-spacing: 0.12em;
  white-space: nowrap;
  border-radius: 2px;
  padding: 7px 12px;
  font-size: 8px;
}
.dsb .b2 {
  border: 1px solid var(--line2);
  color: var(--dim);
  letter-spacing: 0.12em;
  white-space: nowrap;
  border-radius: 2px;
  padding: 7px 12px;
  font-size: 8px;
}
.dsi {
  border: 1px solid var(--line2);
  border-radius: 3px;
  flex: 1;
  max-width: 230px;
  padding: 6px 10px;
  position: relative;
}
.dsi .l {
  letter-spacing: 0.16em;
  color: var(--faint);
  font-size: 7.5px;
}
.dsi .ph {
  background: #22262d;
  border-radius: 2px;
  width: 52%;
  height: 7px;
  margin-top: 5px;
}
.dsi .caret {
  background: var(--accent);
  width: 1px;
  height: 10px;
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.dst {
  gap: 18px;
  display: flex;
}
.dst span {
  letter-spacing: 0.12em;
  color: var(--faint);
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  padding-bottom: 6px;
  font-size: 8.5px;
}
.dst span.on {
  color: var(--text);
  border-bottom-color: var(--accent);
}
.dsg {
  gap: 10px;
  display: flex;
}
.dsg i {
  border: 1px solid var(--line2);
  border-radius: 99px;
  width: 34px;
  height: 18px;
  position: relative;
}
.dsg i:after {
  content: "";
  background: var(--faint);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
}
.dsg i.on {
  border-color: var(--accent);
}
.dsg i.on:after {
  background: var(--accent);
  left: auto;
  right: 2px;
}
.dstb {
  flex: 1;
  max-width: 260px;
}
.dstb .h {
  letter-spacing: 0.14em;
  color: var(--faint);
  border-bottom: 1px solid var(--line);
  gap: 14px;
  padding-bottom: 6px;
  font-size: 7.5px;
  display: flex;
}
.dstb .r {
  border-bottom: 1px solid var(--line);
  gap: 14px;
  padding: 6px 0;
  display: flex;
}
.dstb .r .sk {
  flex: 1;
  height: 6px;
}
.fc1 {
  flex: 1.4;
}
.fc2 {
  flex: 1;
}
.fc3 {
  flex: 1.6;
}
.svc-note {
  max-width: 36rem;
  color: var(--body);
  margin-top: 24px;
}
.cap-list {
  border-bottom: 1px solid var(--line);
  margin-top: 64px;
}
.cap {
  border-top: 1px solid var(--line);
  padding-block: clamp(52px, 8vh, 92px);
}
.cap-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  row-gap: 40px;
  display: grid;
}
@media (width>=1024px) {
  .cap-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    column-gap: clamp(28px, 3vw, 48px);
  }
}
.cap-media,
.cap-info {
  min-width: 0;
}
.pnum {
  font-family: var(--fm);
  color: var(--faint);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.4s;
}
.cap:hover .pnum {
  color: var(--accent);
}
.pcat {
  color: var(--dim);
  margin-inline-start: 14px;
}
.ptitle {
  font-family: var(--fd);
  letter-spacing: -0.01em;
  margin-top: 14px;
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
  font-weight: 600;
  line-height: 1.1;
}
.pdesc {
  color: var(--body);
  max-width: 46ch;
  margin-top: 14px;
}
.pfocus {
  font-family: var(--fm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
  max-width: 52ch;
  margin-top: 20px;
  font-size: 10px;
  line-height: 2.1;
  transition: color 0.4s;
}
.cap:hover .pfocus {
  color: var(--dim);
}
.ptags {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  display: flex;
}
.tag {
  font-family: var(--fm);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 6px 10px;
  font-size: 9.5px;
  transition:
    border-color 0.35s,
    color 0.35s;
}
.cap:hover .tag {
  border-color: var(--line2);
  color: var(--body);
}
.xp-list {
  border-bottom: 1px solid var(--line);
  margin-top: 64px;
}
.xp {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr;
  gap: 10px 36px;
  padding-block: clamp(36px, 5vh, 52px);
  display: grid;
}
@media (width>=820px) {
  .xp {
    grid-template-columns: 190px minmax(0, 1fr);
  }
}
.xp-years {
  font-family: var(--fm);
  letter-spacing: 0.14em;
  color: var(--dim);
  padding-top: 6px;
  font-size: 11px;
}
.xp-years b {
  color: var(--faint);
  letter-spacing: 0.18em;
  margin-top: 6px;
  font-size: 9.5px;
  font-weight: 400;
  display: block;
}
.xp-role {
  font-family: var(--fd);
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  font-weight: 600;
  line-height: 1.3;
}
.xp-org {
  color: var(--accent);
  margin-top: 8px;
}
.xp-desc {
  color: var(--body);
  max-width: 62ch;
  margin-top: 14px;
}
.xp-tags {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  display: flex;
}
.xp-note {
  border: 1px solid var(--line2);
  border-inline-start: 2px solid var(--accent);
  background: var(--panel);
  max-width: 820px;
  margin-top: 56px;
  padding: 26px 30px;
}
.xp-note p {
  color: var(--body);
  font-size: 16.5px;
  line-height: 1.7;
}
.xp-note .label {
  margin-bottom: 14px;
}
.stack-board {
  margin-top: 56px;
}
.tabs {
  scrollbar-width: none;
  gap: 8px;
  padding-bottom: 6px;
  display: flex;
  overflow-x: auto;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tab-btn {
  font-family: var(--fm);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dim);
  border: 1px solid var(--line);
  border-radius: 2px;
  flex: none;
  align-items: center;
  padding: 11px 15px;
  font-size: 10px;
  font-weight: 500;
  transition:
    color 0.3s,
    border-color 0.3s;
  display: inline-flex;
}
.tab-btn:before {
  content: "";
  background: var(--accent);
  opacity: 0;
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-inline-end: 9px;
  transition: opacity 0.3s;
}
.tab-btn:hover {
  color: var(--text);
  border-color: var(--line2);
}
.tab-btn.active {
  color: var(--text);
  border-color: var(--accent);
}
.tab-btn.active:before {
  opacity: 1;
}
.tab-pane {
  flex-wrap: wrap;
  gap: 10px;
  padding-block: 30px 26px;
  display: flex;
}
.tab-pane.hidden {
  display: none;
}
.chip {
  font-family: var(--fm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--body);
  border: 1px solid var(--line2);
  cursor: default;
  border-radius: 2px;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  font-size: 10.5px;
  transition:
    border-color 0.3s,
    color 0.3s,
    background 0.3s;
  display: inline-flex;
}
.chip:hover {
  border-color: var(--accent);
  color: var(--text);
  background: #4a8cff0d;
}
.chip .cd {
  background: var(--faint);
  border-radius: 99px;
  flex: none;
  width: 5px;
  height: 5px;
}
.chip.t1 .cd {
  background: var(--accent);
}
.chip.t2 .cd {
  background: #8d95a0;
}
.chip.t3 .cd {
  border: 1px solid var(--faint);
  background: 0 0;
}
.stack-legend {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}
.stack-legend > span {
  font-family: var(--fm);
  letter-spacing: 0.16em;
  color: var(--faint);
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  display: inline-flex;
}
.dot-acc {
  background: var(--accent);
}
.dot-gray {
  background: #8d95a0;
}
.dot-hollow {
  border: 1px solid var(--faint);
  background: 0 0;
}
#stack-note {
  border-top: 1px solid var(--line);
  font-family: var(--fm);
  letter-spacing: 0.1em;
  color: var(--faint);
  text-transform: uppercase;
  min-height: 34px;
  padding-top: 16px;
  font-size: 10px;
  transition: color 0.3s;
}
#stack-note.lit {
  color: var(--accent);
}
.about-grid {
  grid-template-columns: 1fr;
  gap: 44px;
  margin-top: 48px;
  display: grid;
}
@media (width>=1024px) {
  .about-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 64px;
  }
}
.about-p {
  color: var(--body);
  max-width: 58ch;
}
.about-p + .about-p {
  margin-top: 18px;
}
.op-note {
  font-family: var(--fm);
  letter-spacing: 0.06em;
  color: var(--dim);
  margin-top: 30px;
  font-size: 11px;
}
.spec {
  border: 1px solid var(--line);
  background: var(--panel);
  align-self: start;
  padding: 8px 24px 14px;
}
.spec-h {
  padding-top: 22px;
}
.spec-row {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  padding: 14px 0;
  display: flex;
}
.spec-k {
  font-family: var(--fm);
  letter-spacing: 0.18em;
  color: var(--faint);
  text-transform: uppercase;
  flex: none;
  font-size: 9px;
}
.spec-v {
  font-family: var(--fm);
  letter-spacing: 0.06em;
  color: var(--dim);
  text-align: end;
  text-transform: uppercase;
  font-size: 10.5px;
}
.spec-live .pdot {
  margin-inline-end: 7px;
}
.stack-lines {
  border-top: 1px solid var(--line);
  margin-top: 64px;
}
.sl {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: baseline;
  gap: 18px;
  padding: 15px 0;
  display: grid;
}
.sl-k {
  font-family: var(--fm);
  letter-spacing: 0.18em;
  color: var(--faint);
  text-transform: uppercase;
  font-size: 9px;
}
.sl-v {
  font-family: var(--fm);
  letter-spacing: 0.04em;
  color: var(--body);
  font-size: 12px;
}
#philosophy {
  background: #4a8cff06;
}
.ph-grid {
  grid-template-columns: 1fr;
  gap: 52px;
  margin-top: 44px;
  display: grid;
}
@media (width>=1024px) {
  .ph-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 72px;
  }
}
.ph-p {
  color: var(--body);
  max-width: 46ch;
  font-size: 16px;
}
.steps li {
  border-top: 1px solid var(--line);
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 19px 0;
  display: grid;
}
.steps li:first-child {
  border-top: 0;
}
.steps .s-n {
  font-family: var(--fm);
  color: var(--accent);
  padding-top: 3px;
  font-size: 11px;
}
.steps h3 {
  font-family: var(--fd);
  font-size: 17px;
  font-weight: 600;
}
.steps p {
  color: var(--dim);
  margin-top: 5px;
  font-size: 14px;
}
.contact-intro {
  margin-top: 40px;
}
.contact-h {
  font-family: var(--fd);
  letter-spacing: -0.015em;
  overflow-wrap: break-word;
  font-size: clamp(2.7rem, 7vw, 6.2rem);
  font-weight: 600;
  line-height: 1;
}
.contact-p {
  max-width: 32rem;
  color: var(--body);
  margin-top: 28px;
}
.contact-avail {
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  display: flex;
}
.contact-list {
  margin-top: 56px;
}
.crow {
  border-top: 1px solid var(--line);
  align-items: center;
  gap: 14px;
  transition: background 0.35s;
  display: flex;
}
.crow:hover {
  background: #ebeef205;
}
.crow:last-child {
  border-bottom: 1px solid var(--line);
}
.clink {
  flex: 1;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 25px 6px;
  text-decoration: none;
  display: flex;
}
.c-n {
  font-family: var(--fm);
  color: var(--faint);
  flex: none;
  width: 30px;
  font-size: 11px;
  transition: color 0.35s;
}
.crow:hover .c-n {
  color: var(--accent);
}
.c-k {
  font-family: var(--fm);
  letter-spacing: 0.18em;
  color: var(--faint);
  text-transform: uppercase;
  flex: none;
  font-size: 9px;
}
@media (width<=639px) {
  .c-k {
    display: none;
  }
}
.c-v {
  font-family: var(--fd);
  letter-spacing: -0.01em;
  color: var(--text);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  font-weight: 600;
  transition:
    color 0.35s,
    transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow: hidden;
}
.crow:hover .c-v {
  color: var(--accent);
  transform: translate(10px);
}
.c-h {
  font-family: var(--fm);
  color: var(--faint);
  flex: none;
  margin-inline-start: auto;
  font-size: 11px;
}
@media (width<=767px) {
  .c-h {
    display: none;
  }
}
.c-a {
  color: var(--dim);
  flex: none;
  transition:
    transform 0.35s,
    color 0.35s;
}
.crow:hover .c-a {
  color: var(--text);
  transform: translate(4px, -4px);
}
.copy-btn {
  border: 1px solid var(--line2);
  width: 44px;
  height: 44px;
  color: var(--dim);
  border-radius: 2px;
  flex: none;
  place-items: center;
  transition:
    border-color 0.3s,
    color 0.3s;
  display: grid;
}
.copy-btn:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.copy-btn .ic {
  width: 15px;
  height: 15px;
}
.copy-btn .ic-check {
  display: none;
}
.copy-btn.copied .ic-check {
  color: var(--accent);
  display: block;
}
.copy-btn.copied .ic-copy {
  display: none;
}
footer {
  border-top: 1px solid var(--line);
}
.f-grid {
  grid-template-columns: 1fr;
  gap: 36px;
  padding-block: 56px;
  display: grid;
}
@media (width>=900px) {
  .f-grid {
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
  }
}
.f-brand {
  font-family: var(--fd);
  font-size: 27px;
  font-weight: 600;
}
.f-role {
  color: var(--dim);
  margin-top: 16px;
}
.f-h {
  color: var(--faint);
  margin-bottom: 12px;
}
.f-col a {
  font-family: var(--fm);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
  padding: 5px 0;
  font-size: 10.5px;
  text-decoration: none;
  transition:
    color 0.3s,
    transform 0.3s;
  display: block;
}
.f-col a:hover {
  color: var(--accent);
  transform: translate(4px);
}
.f-status {
  color: var(--dim);
  align-items: center;
  gap: 9px;
  display: flex;
}
.f-clock {
  color: var(--faint);
  margin-top: 16px;
}
.f-bottom {
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px 28px;
  padding-block: 20px;
  display: flex;
}
.f-built {
  display: none;
}
@media (width>=640px) {
  .f-built {
    display: block;
  }
}
#to-top {
  font-family: var(--fm);
  letter-spacing: 0.18em;
  color: var(--dim);
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 9.5px;
  transition: color 0.3s;
  display: inline-flex;
}
#to-top:hover {
  color: var(--accent);
}
#to-top .ic {
  width: 12px;
  height: 12px;
  transition: transform 0.3s;
}
#to-top:hover .ic {
  transform: translateY(-3px);
}
#progress {
  background: var(--accent);
  transform-origin: 0;
  z-index: 1400;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}
#toast {
  z-index: 1500;
  background: var(--panel2);
  border: 1px solid var(--line2);
  font-family: var(--fm);
  letter-spacing: 0.1em;
  color: var(--text);
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 3px;
  align-items: center;
  gap: 11px;
  max-width: 92vw;
  padding: 13px 20px;
  font-size: 10.5px;
  display: flex;
  position: fixed;
  bottom: 26px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}
#toast .ic {
  color: var(--accent);
  flex: none;
}
#cursor {
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
}
#cur-dot {
  background: var(--text);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: fixed;
  top: -3px;
  left: -3px;
}
#cur-ring {
  border: 1px solid #e9eae659;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  transition:
    border-color 0.3s,
    background-color 0.3s;
  position: fixed;
  top: -17px;
  left: -17px;
}
#cur-ring.is-link {
  border-color: var(--accent);
}
html.has-cursor * {
  cursor: none !important;
}
html.lang-fa {
  --fd: "Vazirmatn", Tahoma, "Segoe UI", sans-serif;
  --fb: "Vazirmatn", Tahoma, "Segoe UI", sans-serif;
  --fm: "JetBrains Mono", "Vazirmatn", monospace;
}
html.lang-fa body {
  font-size: 15px;
  line-height: 1.9;
}
html.lang-fa * {
  letter-spacing: 0 !important;
}
html.lang-fa .ln {
  margin: 0;
  padding: 0;
  overflow: visible;
}
html.lang-fa .hero-title {
  font-size: clamp(1.55rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.7;
}
html.lang-fa .ln-2 {
  padding-inline-start: 4%;
}
html.lang-fa .hero-lead {
  line-height: 1.9;
}
html.lang-fa .hero-para {
  line-height: 2;
}
html.lang-fa .hero-kicker {
  line-height: 1.9;
}
html.lang-fa .hero-meta {
  gap: 22px;
}
html.lang-fa .sec-title {
  font-size: clamp(1.85rem, 3.9vw, 3.3rem);
  line-height: 1.6;
}
html.lang-fa .contact-h {
  font-size: clamp(2.3rem, 5.6vw, 4.9rem);
  line-height: 1.45;
}
html.lang-fa .ptitle,
html.lang-fa .xp-role {
  line-height: 1.5;
}
html.lang-fa .label,
html.lang-fa .btn,
html.lang-fa .pdesc {
  line-height: 1.9;
}
html.lang-fa .op-note {
  font-family: var(--fb);
}
html.lang-fa .brand {
  letter-spacing: 0;
}
html.lang-fa .m-link .t {
  line-height: 1.35;
}
[dir="rtl"] .m-link:hover .t {
  transform: translate(-8px);
}
[dir="rtl"] .f-col a:hover {
  transform: translate(-4px);
}
[dir="rtl"] .crow:hover .c-v {
  transform: translate(-10px);
}
[dir="rtl"] .c-a,
[dir="rtl"] .btn .ic {
  transform: scaleX(-1);
}
[dir="rtl"] .crow:hover .c-a {
  transform: translate(-4px, -4px) scaleX(-1);
}
[dir="rtl"] .btn:hover .ic {
  transform: translate(-3px, -3px) scaleX(-1);
}
[dir="rtl"] .fx-tr .b i {
  left: auto;
  right: 0;
}
[dir="rtl"] #progress,
[dir="rtl"] .rule {
  transform-origin: 100%;
}
#arch,
.fig-svg,
.net-svg {
  direction: ltr;
}
.np-internet {
  transform: translate(250px, 10px);
}
.np-mik {
  transform: translate(250px, 110px);
}
.np-switch {
  transform: translate(250px, 204px);
}
.np-esxi {
  transform: translate(28px, 298px);
}
.np-backup {
  transform: translate(470px, 298px);
}
.np-internet .ndot,
.np-mik .ndot,
.np-switch .ndot {
  transform: translate(128px, 13px);
}
.np-esxi .ndot {
  transform: translate(308px, 13px);
}
.np-backup .ndot {
  transform: translate(130px, 13px);
}
@media (width>=1024px) {
  .cap-list .cap:nth-child(2n) .cap-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }
}
@media (width<=600px) {
  .fig-main {
    aspect-ratio: auto;
    min-height: 0;
  }
  .fig-par {
    position: relative;
    inset: auto;
  }
  .fig-svg,
  .fx-erp,
  .fx-browser,
  .fx-ds {
    height: auto;
  }
  .fx-kpis {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .fx-kpi {
    grid-template-columns: auto 64px;
    align-items: center;
    gap: 3px 10px;
    padding: 7px 9px;
    display: grid;
  }
  .fx-kpi .k {
    grid-area: 1/1;
  }
  .fx-kpi svg {
    grid-area: 1/2;
    width: 64px;
    height: 20px;
    margin: 0;
  }
  .fx-kpi .f {
    grid-area: 2/1 / auto/-1;
    margin: 0;
  }
  .fx-tr {
    gap: 8px;
    padding: 7px 9px;
  }
  .fx-tr .c {
    width: 56px;
  }
  .fx-tr .s {
    width: 70px;
  }
  .cell-order {
    flex: 0 0 56px;
  }
  .cell-status {
    flex: 0 0 70px;
  }
  .fxb-nav {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fx-ds {
    flex-direction: column;
  }
  .ds-tokens {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    flex-flow: wrap;
    align-items: center;
    gap: 8px 14px;
    width: auto;
    padding: 10px 14px;
  }
  .ds-tokens .ds-h:nth-of-type(2),
  .ds-tokens .ds-h:nth-of-type(3),
  .ds-ty,
  .ds-sp,
  .fx-chip,
  .fx-tools,
  .fx-zoom,
  .fx-map,
  .rf-s,
  .rf-lbl,
  .rf-chip,
  .rf-chiptxt,
  .rf-selh {
    display: none;
  }
  .rf-t {
    font-size: 15px;
  }
}
@media (width<=640px) {
  #arch .ns,
  #arch .el {
    display: none;
  }
  #arch .nt {
    font-size: 14px;
    transform: translate(12px, 24px);
  }
  .net-svg .ns,
  .net-svg .el {
    display: none;
  }
  .net-svg .nt {
    font-size: 14px;
    transform: translate(12px, 24px);
  }
  .net-svg .vmt {
    font-size: 12px;
  }
  .net-svg .bk-t {
    font-size: 11px;
  }
}
@media (width>=640px) and (width<=1023px) {
  .cap-grid > * {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
  }
}
@media (width<=480px) {
  .sl {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
@media (width<=380px) {
  .hero-title {
    font-size: 2.3rem;
  }
}
.m-links {
  overflow-y: auto;
}
@media (pointer: coarse) {
  .lang-btn {
    padding: 9px 13px;
  }
}
