:root{
  --home-hero-pad-top:28px;
  --home-hero-pad-bottom:28px;
  --home-heading-width:780px;
  --home-copy-width:920px;
  --home-route-note-bg:var(--color-panel-glass);
  --home-dark-copy:var(--color-border);
}
.home-sprite{
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
}
.flag-red{fill:var(--color-error)}
.flag-white{fill:var(--color-panel)}
.flag-blue{fill:var(--color-accent-companion)}
.flag-green{fill:var(--color-success)}
.flag-edge{
  fill:none;
  stroke:var(--color-border);
  stroke-width:1;
}
.flag-white-stroke{
  fill:none;
  stroke:var(--color-panel);
}
.flag-red-stroke{
  fill:none;
  stroke:var(--color-error);
}
.flag-wide{stroke-width:4.4}
.flag-narrow{stroke-width:2.2}
.hero{
  position:relative;
  max-width:100%;
  overflow-x:clip;
  padding-top:var(--home-hero-pad-top);
  padding-bottom:var(--home-hero-pad-bottom);
  background:linear-gradient(180deg,var(--color-hero-top),var(--color-hero-bottom));
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(var(--color-grid) 1px,transparent 1px),
    linear-gradient(90deg,var(--color-grid) 1px,transparent 1px);
  background-size:32px 32px;
}
.hero > .wrap{
  position:relative;
  z-index:1;
}
.hero-copy{
  position:relative;
  z-index:2;
  max-width:var(--home-copy-width);
  margin-inline:auto;
  text-align:center;
}
.hero-copy h1{
  margin:18px 0 0;
  font-size:clamp(52px,5vw,68px);
  line-height:1.06;
  letter-spacing:-.02em;
}
.hero-copy h1 .l{display:block}
.hero-copy .lede{
  max-width:860px;
  margin:14px auto 0;
}
.cta-row{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:22px;
}
.trust{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px 20px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
  color:var(--color-muted);
  font-size:13px;
}
.trust li{
  display:flex;
  align-items:center;
  gap:7px;
}
.trust strong{
  color:var(--color-text);
  font-weight:500;
}
.furn{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin-top:22px;
}
.plat,
.flags{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px 30px;
  margin:0;
  padding:0;
  list-style:none;
  color:var(--color-muted);
  font-size:13px;
}
.plat li,
.flags li{
  display:flex;
  align-items:center;
  gap:7px;
}
.plat svg{
  width:16px;
  height:16px;
  color:var(--color-muted);
}
.flags svg{
  width:21px;
  height:14px;
  border-radius:var(--radius-xs);
}
.jb-stage{
  position:relative;
  z-index:1;
  width:92%;
  height:var(--workbench-height);
  margin:48px auto 0;
}
.jb-mask{
  position:absolute;
  top:-70px;
  right:-100px;
  bottom:-110px;
  left:-100px;
  padding:70px 100px 110px;
  mask-image:linear-gradient(to bottom,var(--color-accent-dark) calc(100% - 195px),transparent calc(100% - 110px));
  -webkit-mask-image:linear-gradient(to bottom,var(--color-accent-dark) calc(100% - 195px),transparent calc(100% - 110px));
}
.jb-window{
  position:relative;
  display:grid;
  grid-template-columns:208px minmax(0,1fr) 256px;
  width:100%;
  height:100%;
  overflow:hidden;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-panel);
  box-shadow:inset 0 1px 0 var(--color-highlight),var(--shadow-panel);
  font-size:13px;
  text-align:left;
  transition:transform .35s ease;
}
.jb-stage:hover .jb-window{transform:translateY(-2px)}
.jb-bar{
  display:flex;
  height:44px;
  align-items:center;
  gap:10px;
  padding:0 16px;
  border-bottom:1px solid var(--color-border-soft);
  color:var(--color-text);
  font-weight:600;
  white-space:nowrap;
}
.jb-bar .right{
  margin-left:auto;
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:11px;
}
.jb-side{
  min-width:0;
  padding:0 10px 12px;
  border-right:1px solid var(--color-border-soft);
  background:var(--color-panel-sunk);
}
.jb-side .jb-bar{margin:0 -10px 6px}
.jb-side .jb-bar img{
  display:block;
  width:20px;
  height:20px;
}
.jb-group{
  padding:8px 8px 6px;
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:10px;
  letter-spacing:.06em;
}
.jb-row{
  position:relative;
  display:flex;
  min-height:27px;
  align-items:center;
  gap:9px;
  padding:4px 8px;
  border-radius:var(--radius-sm);
  white-space:nowrap;
}
.jb-row svg{
  width:18px;
  height:12px;
}
.jb-row .tag{
  margin-left:auto;
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:10px;
}
.jb-row.is-active{
  background:var(--color-panel);
  box-shadow:inset 0 1px 0 var(--color-highlight),0 1px 2px var(--color-shadow-soft);
}
.jb-row.is-active::before{
  content:"";
  position:absolute;
  top:6px;
  bottom:6px;
  left:0;
  width:2px;
  border-radius:var(--radius-xs);
  background:var(--color-accent);
}
.jb-row .sq,
.jb-pill .sq{
  width:8px;
  height:8px;
  flex:none;
  border:1px solid var(--color-accent);
  border-radius:var(--radius-xs);
}
.jb-row .sq.fill{background:var(--color-accent)}
.jb-main{
  display:flex;
  min-width:0;
  flex-direction:column;
}
.jb-body{padding:20px 26px 0}
.jb-h{
  color:var(--color-text);
  font-size:16px;
  font-weight:600;
}
.jb-cap{
  margin-top:2px;
  color:var(--color-muted);
  font-size:12px;
}
.tl{
  margin:14px 0 0;
  padding:0;
  list-style:none;
}
.tl li{
  position:relative;
  padding:0 0 16px 26px;
}
.tl li::before{
  content:"";
  position:absolute;
  top:17px;
  bottom:-1px;
  left:5px;
  width:1px;
  background:var(--color-border);
}
.tl li:last-child::before{display:none}
.tl .dot{
  position:absolute;
  top:4px;
  left:0;
  width:11px;
  height:11px;
  border:1px solid var(--color-accent);
  border-radius:50%;
  background:var(--color-panel);
}
.tl li.live .dot{
  border-color:var(--color-success);
  background:var(--color-success);
  box-shadow:0 0 0 4px var(--color-success-soft);
}
.tl .t{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--color-text);
  font-weight:600;
  line-height:1.4;
}
.tl .t code{
  padding:1px 6px;
  border-radius:var(--radius-xs);
  background:var(--color-panel-sunk);
  color:var(--color-muted);
  font-size:11px;
  font-weight:500;
}
.tl li.live .t code{
  background:var(--color-success-soft);
  color:var(--color-success);
}
.tl .d{
  margin-top:2px;
  color:var(--color-muted);
  font-size:12px;
  line-height:1.4;
}
.jb-props{
  min-width:0;
  border-left:1px solid var(--color-border-soft);
}
.jb-prop-list{padding-top:6px}
.jb-prop{
  display:flex;
  min-height:38px;
  align-items:center;
  gap:12px;
  padding:8px 18px;
  white-space:nowrap;
}
.jb-prop .k{
  width:34px;
  flex:none;
  color:var(--color-muted);
  font-size:12px;
}
.jb-prop .v{
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--color-text);
  font-weight:500;
}
.jb-prop .num{
  font-family:var(--font-mono);
  font-size:11px;
}
.jb-prop .st{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--color-success);
  box-shadow:0 0 0 3px var(--color-success-soft);
}
.jb-pill{
  position:absolute;
  z-index:3;
  display:inline-flex;
  min-height:28px;
  align-items:center;
  gap:8px;
  padding:5px 12px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel);
  box-shadow:inset 0 1px 0 var(--color-highlight),0 8px 24px var(--color-shadow);
  color:var(--color-text);
  font-family:var(--font-mono);
  font-size:12px;
  white-space:nowrap;
}
.jb-pill-1{
  top:-42px;
  left:-6px;
}
.jb-pill-2{
  right:284px;
  bottom:28px;
  border-color:var(--color-accent);
  background:var(--color-panel-glass);
  box-shadow:none;
}
.jb-pill-2 svg{
  width:12px;
  height:12px;
}
.jb-card{
  position:absolute;
  right:-18px;
  bottom:44px;
  z-index:3;
  width:262px;
  padding:13px 14px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-panel);
  box-shadow:inset 0 1px 0 var(--color-highlight),var(--shadow-card);
}
.jb-card-h{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:12px;
  font-weight:600;
}
.jb-card-h .mono{
  padding:2px 8px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  color:var(--color-muted);
  font-size:10px;
}
.jb-card-row{
  display:flex;
  justify-content:space-between;
  margin-top:10px;
}
.jb-card-row div{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  color:var(--color-muted);
  font-size:9px;
}
.jb-card-row svg{
  width:17px;
  height:17px;
  color:var(--color-text);
}
.statsband{
  border-top:1px solid var(--color-border-soft);
  background:var(--color-bg);
  padding-top:20px;
  padding-bottom:20px;
}
.statsband ul{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 44px;
  margin:0;
  padding:0;
  list-style:none;
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:12px;
}
.statsband b{
  color:var(--color-text);
  font-weight:600;
}
.section-heading{
  max-width:var(--home-heading-width);
  margin-bottom:42px;
}
.section-heading .lead{margin-bottom:0}
.home-locations{
  border-top:1px solid var(--color-border);
  background:var(--color-panel-sunk);
}
.route-notes{
  margin-top:30px;
  padding-top:30px;
  border-top:1px solid var(--color-border);
}
.route-notes article{
  padding-right:20px;
}
.route-notes h3{
  margin-bottom:8px;
  font-size:20px;
}
.route-notes p{
  margin-bottom:0;
  color:var(--color-muted);
}
.server-reference{
  display:grid;
  grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);
  gap:40px;
  align-items:start;
  margin-top:48px;
  padding-top:40px;
  border-top:1px solid var(--color-border);
}
.server-reference h3{
  margin-bottom:8px;
  font-size:24px;
}
.server-reference p{color:var(--color-muted)}
#server-status:empty{display:none}
.server-status{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  width:100%;
  max-width:100%;
  margin-top:0;
  margin-bottom:0;
  overflow:hidden;
}
.srv-row{
  display:grid;
  grid-template-columns:auto auto minmax(0,1fr) auto auto auto;
  gap:9px;
  align-items:center;
  min-width:0;
  padding:10px 12px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-panel);
  box-shadow:inset 0 1px 0 var(--color-highlight);
  font-family:var(--font-mono);
  font-size:11px;
}
.srv-dot{
  width:7px;
  height:7px;
  flex-shrink:0;
  border-radius:50%;
  background:var(--color-success);
}
.srv-flag{
  width:20px;
  height:14px;
  flex-shrink:0;
  overflow:hidden;
  border-radius:var(--radius-xs);
}
.srv-name{
  min-width:0;
  overflow:hidden;
  color:var(--color-text);
  text-overflow:ellipsis;
  white-space:nowrap;
}
.srv-type{
  max-width:100%;
  overflow:hidden;
  padding:2px 6px;
  border:1px solid var(--color-border-soft);
  border-radius:var(--radius-xs);
  background:var(--color-panel-sunk);
  color:var(--color-muted);
  text-overflow:ellipsis;
  white-space:nowrap;
}
.srv-ms,
.srv-bw{
  color:var(--color-muted);
  white-space:nowrap;
}
.section-link{
  margin:30px 0 0;
  text-align:right;
}
.home-pricing{border-top:1px solid var(--color-border)}
.plan-description{
  margin:20px 0 0;
  color:var(--color-muted);
}
.traffic-pack-note{
  display:grid;
  grid-template-columns:1fr auto;
  gap:32px;
  align-items:center;
  margin-top:28px;
  padding:28px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-panel-deep);
}
.traffic-pack-note h3{
  margin-bottom:8px;
  font-size:23px;
}
.traffic-pack-note p:last-child{
  max-width:820px;
  margin-bottom:0;
  color:var(--color-muted);
}
.plan-guidance{
  margin-top:42px;
  padding-top:34px;
  border-top:1px solid var(--color-border);
}
.plan-guidance article{
  padding-right:28px;
}
.plan-guidance h3{
  margin-bottom:10px;
  font-size:22px;
}
.plan-guidance p{
  margin-bottom:0;
  color:var(--color-muted);
}
.home-method{
  border-top:1px solid var(--color-border);
  background:var(--color-panel-deep);
}
.method-layout{
  display:grid;
  grid-template-columns:minmax(260px,.75fr) minmax(0,1.4fr);
  gap:72px;
}
.method-heading{
  position:sticky;
  top:calc(var(--header-height) + 32px);
  align-self:start;
}
.method-steps{
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:method;
}
.method-steps li{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:26px;
  padding:28px 0;
  border-top:1px solid var(--color-border);
}
.method-steps li:last-child{
  border-bottom:1px solid var(--color-border);
}
.method-steps > li > span{
  color:var(--color-muted);
  font-size:11px;
}
.method-steps h3{
  margin-bottom:8px;
  font-size:23px;
}
.method-steps p{
  margin-bottom:0;
  color:var(--color-muted);
}
.home-reasons{border-top:1px solid var(--color-border)}
.reason-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--color-border);
  border-left:1px solid var(--color-border);
}
.reason-grid article{
  min-width:0;
  padding:32px;
  border-right:1px solid var(--color-border);
  border-bottom:1px solid var(--color-border);
  background:var(--home-route-note-bg);
}
.reason-grid h3{
  margin-bottom:10px;
  font-size:23px;
}
.reason-grid p{
  margin-bottom:0;
  color:var(--color-muted);
}
.home-blog{
  border-top:1px solid var(--color-border);
  background:var(--color-panel-sunk);
}
.promo-block .btn-primary{
  border-color:var(--color-panel);
}
@media (max-width:1100px){
  .jb-window{grid-template-columns:190px minmax(0,1fr) 228px}
  .server-reference{grid-template-columns:1fr}
}
@media (max-width:900px){
  .method-layout{
    grid-template-columns:1fr;
    gap:38px;
  }
  .method-heading{position:static}
  .server-status{grid-template-columns:1fr}
}
@media (max-width:768px){
  .hero-copy h1{
    font-size:clamp(32px,9vw,40px);
    line-height:1.12;
  }
  .hero-copy .lede{font-size:15px}
  .jb-stage{
    width:100%;
    height:auto;
    margin-top:32px;
  }
  .jb-mask{
    position:relative;
    inset:auto;
    padding:0;
    mask-image:none;
    -webkit-mask-image:none;
  }
  .jb-window{
    grid-template-columns:1fr;
    height:auto;
  }
  .jb-side{display:none}
  .jb-props{
    border-top:1px solid var(--color-border-soft);
    border-left:0;
  }
  .jb-body{padding-bottom:8px}
  .jb-pill,
  .jb-card{display:none}
  .traffic-pack-note{grid-template-columns:1fr}
  .reason-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .cta-row{
    flex-direction:column;
    align-items:stretch;
  }
  .plat,
  .flags{gap:8px 18px}
  .trust{gap:8px 14px}
  .statsband ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 20px;
  }
  .method-steps li{
    grid-template-columns:1fr;
    gap:8px;
  }
  .reason-grid article{padding:24px}
  .srv-row{
    grid-template-columns:auto auto minmax(0,1fr) auto;
  }
  .srv-type{display:none}
  .srv-bw{display:none}
}