.grain{
  position:fixed;
  inset:0;
  z-index:60;
  width:100%;
  height:100%;
  color:var(--color-text);
  opacity:.03;
  pointer-events:none;
  mix-blend-mode:multiply;
}
.symbol-bank{
  position:absolute;
  overflow:hidden;
}
.skyline{
  position:relative;
  max-width:100%;
  overflow-x:clip;
  background:
    radial-gradient(520px 380px at 76% 34%,var(--color-accent-halo),transparent 72%),
    radial-gradient(1100px 620px at 50% -140px,var(--color-glow),transparent 78%),
    linear-gradient(180deg,var(--color-glow),var(--color-page) 62%);
}
.hero{
  position:relative;
  max-width:100%;
  padding-top:40px;
  padding-bottom:40px;
  overflow-x:clip;
}
.hero-grid{
  display:grid;
  grid-template-columns:44fr 56fr;
  gap:32px;
  align-items:center;
}
.hero-copy{
  position:relative;
  z-index:3;
  min-width:0;
}
.kicker{
  display:inline-flex;
  min-height:32px;
  max-width:100%;
  align-items:center;
  gap:10px;
  padding:5px 14px 5px 10px;
  overflow:hidden;
  border:1px solid var(--color-accent-line);
  border-radius:var(--radius-pill);
  background:var(--color-surface);
  color:var(--color-accent-dark);
  box-shadow:var(--shadow-card);
  font-size:13px;
  font-weight:650;
  line-height:1.35;
}
.kicker .dot{
  width:8px;
  height:8px;
  flex:none;
  border-radius:50%;
  background:linear-gradient(135deg,var(--color-accent),var(--color-accent-end));
  box-shadow:0 0 0 3px var(--color-accent-soft);
}
.kicker .num{
  font-family:var(--font-mono);
  font-weight:650;
}
.kicker .sep{
  width:1px;
  height:14px;
  flex:none;
  background:var(--color-border);
}
.kicker .sub{
  color:var(--color-muted);
  font-weight:550;
}
.hero h1{
  margin-top:24px;
  margin-bottom:0;
}
.brand-word{
  letter-spacing:-.03em;
}
.grad{
  display:inline-block;
  background:linear-gradient(92deg,var(--color-accent),var(--color-accent-end));
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent;
}
.cta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:32px;
}
.btn-ghost{
  border-color:var(--color-border);
  background:var(--color-surface);
  color:var(--color-text);
  box-shadow:var(--shadow-card);
}
.btn-ghost:hover{
  border-color:var(--color-accent-line);
  color:var(--color-accent-dark);
}
.lede{
  max-width:520px;
  margin-top:24px;
  margin-bottom:0;
  color:var(--color-muted);
  font-size:17px;
  line-height:1.7;
}
.lede strong{
  color:var(--color-text);
  font-weight:650;
}
.trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  margin:28px 0 0;
  padding:0;
  color:var(--color-text);
  font-size:14px;
  font-weight:550;
  list-style:none;
}
.trust li{
  display:inline-flex;
  align-items:center;
  gap:6px;
  line-height:1.4;
}
.trust svg{
  width:16px;
  height:16px;
  flex:none;
  color:var(--color-accent);
}
.meta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 16px;
  margin-top:28px;
  padding-top:20px;
  border-top:1px dashed var(--color-border);
}
.meta-row+.meta-row{
  margin-top:16px;
  padding-top:0;
  border-top:0;
}
.meta-label{
  min-width:64px;
  color:var(--color-muted);
  font:650 11px/1 var(--font-mono);
  letter-spacing:.08em;
}
.plat,.flag{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--color-text);
  font-size:13px;
  font-weight:550;
}
.plat svg{
  width:16px;
  height:16px;
  flex:none;
  color:var(--color-text);
}
.flag{
  gap:7px;
}
.flag svg{
  width:20px;
  height:14px;
  flex:none;
  overflow:hidden;
  border:1px solid var(--color-border);
  border-radius:3px;
}
.hero-stage{
  position:relative;
  z-index:2;
  min-width:0;
  height:600px;
}
.panel{
  position:absolute;
  top:18px;
  left:14px;
  width:740px;
  max-width:calc(100% - 14px);
  height:560px;
  padding:10px;
  transform:rotate(-2deg);
  transform-origin:center;
  border-radius:var(--radius-xl);
  background:var(--color-surface-alt);
  box-shadow:var(--shadow-frame);
}
.panel-in{
  display:grid;
  height:100%;
  grid-template-rows:42px 1fr;
  overflow:hidden;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-surface);
  box-shadow:0 1px 0 var(--color-white) inset;
}
.titlebar{
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 14px;
  border-bottom:1px solid var(--color-border);
  background:linear-gradient(180deg,var(--color-surface),var(--color-page));
}
.dots{
  display:flex;
  gap:6px;
}
.dots i{
  width:10px;
  height:10px;
  border:1px solid var(--color-border);
  border-radius:50%;
  background:var(--color-surface-alt);
}
.tb-title{
  margin-left:6px;
  color:var(--color-text);
  font-size:12px;
  font-weight:650;
}
.tb-title span{
  color:var(--color-muted);
  font-weight:500;
}
.tb-state{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:auto;
  padding:5px 9px;
  border-radius:var(--radius-pill);
  background:var(--color-accent-soft);
  color:var(--color-accent-dark);
  font:550 10px/1 var(--font-mono);
}
.tb-state i{
  width:6px;
  height:6px;
  flex:none;
  border-radius:50%;
  background:var(--color-accent);
}
.panel-body{
  display:grid;
  min-height:0;
  grid-template-columns:172px minmax(250px,1fr) 216px;
}
.side{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:6px;
  padding:14px 12px;
  border-right:1px solid var(--color-border);
  background:var(--color-page);
}
.side-h{
  padding:2px 8px 8px;
  color:var(--color-muted);
  font:650 10px/1 var(--font-mono);
  letter-spacing:.1em;
}
.side-item{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:var(--radius-sm);
  color:var(--color-text);
  font-size:12px;
  font-weight:550;
}
.side-item svg{
  width:14px;
  height:14px;
  flex:none;
  color:var(--color-muted);
}
.side-item.on{
  background:var(--color-surface);
  color:var(--color-accent-dark);
  font-weight:700;
  box-shadow:var(--shadow-card);
}
.side-item.on svg{
  color:var(--color-accent);
}
.side-item .cnt{
  margin-left:auto;
  color:var(--color-muted);
  font:500 10px/1 var(--font-mono);
}
.side-pay{
  margin-top:auto;
  padding:10px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-surface);
  box-shadow:var(--shadow-card);
}
.side-pay b{
  display:block;
  margin-bottom:4px;
  color:var(--color-muted);
  font-size:10px;
  letter-spacing:.04em;
}
.side-pay span{
  display:block;
  color:var(--color-text);
  font-size:11px;
  font-weight:650;
}
.mid{
  display:flex;
  min-width:0;
  min-height:0;
  flex-direction:column;
  gap:7px;
  padding:12px;
}
.mid-h{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:2px 2px 4px;
}
.mid-h b{
  font-size:13px;
}
.mid-h .cnt{
  padding:5px 8px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-xs);
  background:var(--color-page);
  color:var(--color-muted);
  font:500 10px/1 var(--font-mono);
}
.lc{
  display:grid;
  grid-template-columns:20px minmax(0,1fr) auto;
  gap:5px 8px;
  align-items:center;
  padding:8px 9px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-white);
  box-shadow:var(--shadow-card);
}
.lc .seal-sm{
  width:20px;
  height:20px;
  color:var(--color-accent);
}
.lc .name{
  min-width:0;
  color:var(--color-text);
  font-size:12px;
  font-weight:700;
  line-height:18px;
}
.lc .name span{
  color:var(--color-muted);
  font-weight:500;
}
.lc .row2{
  display:flex;
  min-width:0;
  grid-column:2/4;
  align-items:center;
  gap:5px;
}
.sc{
  padding:0 5px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-xs);
  background:var(--color-page);
  color:var(--color-muted);
  font-size:9px;
  line-height:16px;
}
.proto{
  margin-left:auto;
  color:var(--color-accent-dark);
  font:500 9px/16px var(--font-mono);
}
.tag{
  max-width:100%;
  padding:2px 7px;
  overflow:hidden;
  border-radius:var(--radius-xs);
  font-size:10px;
  font-weight:700;
  line-height:16px;
  white-space:nowrap;
}
.tag-iepl{
  background:var(--color-accent);
  color:var(--color-white);
}
.tag-relay{
  background:var(--color-surface-alt);
  color:var(--color-text);
}
.tag-direct{
  padding:1px 6px;
  border:1px solid var(--color-accent);
  background:var(--color-surface);
  color:var(--color-accent-dark);
}
.right{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:10px;
  padding:12px;
  border-left:1px solid var(--color-border);
  background:var(--color-page);
}
.sub-card{
  overflow:hidden;
  border:1px solid var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-white);
  box-shadow:var(--shadow-card);
}
.sub-band{
  padding:10px 12px;
  background:linear-gradient(92deg,var(--color-accent),var(--color-accent-end));
  color:var(--color-white);
}
.sub-band small{
  display:block;
  margin-bottom:5px;
  font:650 9px/1 var(--font-mono);
  letter-spacing:.08em;
}
.sub-band b{
  display:block;
  font-size:13px;
}
.sub-facts{
  margin:0;
  padding:6px 12px;
  list-style:none;
}
.sub-facts li{
  display:flex;
  align-items:center;
  gap:7px;
  padding:7px 0;
  border-bottom:1px solid var(--color-border);
  color:var(--color-text);
  font-size:10px;
  line-height:1.4;
}
.sub-facts li:last-child{
  border-bottom:0;
}
.sub-facts svg{
  width:12px;
  height:12px;
  flex:none;
  color:var(--color-accent);
}
.conn{
  display:grid;
  grid-template-columns:1fr auto;
  gap:4px 10px;
  align-items:center;
  padding:12px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-white);
  box-shadow:var(--shadow-card);
}
.conn b{
  color:var(--color-accent-dark);
  font-size:13px;
}
.conn small{
  grid-column:1;
  color:var(--color-muted);
  font-size:10px;
}
.toggle{
  position:relative;
  width:52px;
  height:30px;
  grid-column:2;
  grid-row:1/3;
  border-radius:var(--radius-pill);
  background:linear-gradient(90deg,var(--color-accent),var(--color-accent-end));
  box-shadow:0 1px 2px var(--color-shadow-mid) inset;
}
.toggle::after{
  position:absolute;
  top:3px;
  right:3px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--color-white);
  box-shadow:0 1px 3px var(--color-shadow-mid);
  content:"";
}
.criteria{
  padding:10px 12px;
  border:1px dashed var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-surface);
}
.criteria b{
  display:block;
  margin-bottom:8px;
  color:var(--color-muted);
  font:650 9px/1 var(--font-mono);
  letter-spacing:.08em;
}
.criteria ul{
  display:grid;
  gap:6px;
  margin:0;
  padding:0;
  list-style:none;
}
.criteria li{
  display:flex;
  align-items:center;
  gap:6px;
  color:var(--color-text);
  font-size:10px;
}
.criteria li i{
  width:6px;
  height:6px;
  flex:none;
  transform:rotate(45deg);
  border-radius:2px;
  background:var(--color-accent);
}
.seal{
  position:absolute;
  top:-6px;
  right:26px;
  display:grid;
  width:64px;
  height:64px;
  place-items:center;
  padding-top:2px;
  transform:rotate(6deg);
  border:3px solid var(--color-white);
  border-radius:50%;
  background:linear-gradient(135deg,var(--color-accent),var(--color-accent-end));
  color:var(--color-white);
  box-shadow:var(--shadow-float);
}
.seal svg{
  width:24px;
  height:24px;
}
.seal span{
  margin-top:2px;
  font:750 9px/1 var(--font-mono);
  letter-spacing:.14em;
}
.seal-check{
  fill:none;
  stroke:var(--color-accent-dark);
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.seal-shield{
  fill:var(--color-white);
}
.sync{
  position:absolute;
  bottom:2px;
  left:6px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 14px 10px 12px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-white);
  color:var(--color-text);
  box-shadow:var(--shadow-float);
  font-size:11px;
  font-weight:550;
  white-space:nowrap;
}
.sync .ok{
  display:grid;
  width:18px;
  height:18px;
  flex:none;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--color-accent),var(--color-accent-end));
  color:var(--color-white);
}
.sync em{
  padding:3px 7px;
  border-radius:var(--radius-xs);
  background:var(--color-accent-soft);
  color:var(--color-accent-dark);
  font:650 10px/1 var(--font-mono);
  font-style:normal;
}
.sym-shield{
  fill:currentColor;
}
.sym-check{
  fill:none;
  stroke:var(--color-surface);
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.factband{
  border-top:1px solid var(--color-border);
  border-bottom:1px solid var(--color-border);
  background:var(--color-surface);
}
.factband ul{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0;
  padding:18px 0;
  list-style:none;
}
.factband li{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--color-muted);
  font-size:13px;
}
.factband b{
  color:var(--color-text);
  font:650 14px/1 var(--font-mono);
}
.factband li+li::before{
  width:1px;
  height:16px;
  background:var(--color-border);
  content:"";
}
.section-heading{
  position:relative;
  z-index:2;
  margin-bottom:36px;
}
.section-heading h2{
  margin-top:18px;
}
.section-heading p{
  max-width:700px;
  color:var(--color-muted);
}
.section-heading-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);
  gap:36px;
  align-items:end;
}
.section-heading-split p{
  margin-bottom:8px;
}
.section-heading-center{
  max-width:780px;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}
.section-heading-center p{
  margin-right:auto;
  margin-left:auto;
}
.route-preview{
  background:var(--color-page);
}
.route-note{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:28px;
  margin-top:24px;
  padding:22px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-surface-alt);
}
.route-note p{
  max-width:900px;
  margin:0;
  color:var(--color-muted);
}
.route-note strong{
  color:var(--color-text);
}
.text-link{
  display:inline-flex;
  min-height:44px;
  flex:none;
  align-items:center;
  color:var(--color-accent-dark);
  font-weight:750;
}
.text-link:hover{
  text-decoration:underline;
  text-underline-offset:4px;
}
.server-status:empty{
  display:none;
}
.server-status{
  display:grid;
  width:100%;
  max-width:100%;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-bottom:28px;
  overflow:hidden;
}
.server-status .srv-row{
  display:grid;
  min-width:0;
  grid-template-columns:auto auto minmax(0,1fr) auto auto;
  gap:9px;
  align-items:center;
  padding:12px 14px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-surface);
  box-shadow:var(--shadow-card);
}
.server-status .srv-dot{
  width:8px;
  height:8px;
  flex:none;
  border-radius:50%;
  background:var(--color-success);
  box-shadow:0 0 0 3px var(--color-accent-soft);
}
.server-status .srv-flag{
  width:22px;
  height:16px;
  overflow:hidden;
  border:1px solid var(--color-border);
  border-radius:3px;
}
.server-status .srv-name{
  min-width:0;
  overflow:hidden;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.server-status .srv-type{
  max-width:100%;
  padding:3px 7px;
  overflow:hidden;
  border-radius:var(--radius-xs);
  background:var(--color-surface-alt);
  color:var(--color-accent-dark);
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}
.server-status .srv-ms,.server-status .srv-bw{
  color:var(--color-muted);
  font:600 11px/1 var(--font-mono);
  white-space:nowrap;
}
.feature-ledger{
  position:relative;
  background:var(--color-surface-alt);
}
.ledger-halo{
  position:absolute;
  top:12%;
  right:-180px;
  width:480px;
  height:480px;
  border-radius:50%;
  background:radial-gradient(circle,var(--color-accent-halo),transparent 70%);
  pointer-events:none;
}
.compare-ledger{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:18px;
  margin-bottom:44px;
}
.compare-side{
  position:relative;
  min-width:0;
  padding:clamp(24px,4vw,42px);
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-card);
}
.compare-side-before{
  background:var(--color-surface);
}
.compare-side-after{
  background:var(--color-page);
  box-shadow:var(--shadow-float);
}
.compare-mark{
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  margin-bottom:20px;
  border-radius:50%;
  font:800 23px/1 var(--font-mono);
}
.compare-mark.is-error{
  background:var(--color-surface-alt);
  color:var(--color-error);
}
.compare-mark.is-success{
  background:var(--color-accent-soft);
  color:var(--color-success);
}
.compare-side h3{
  font-size:clamp(23px,2.5vw,32px);
}
.compare-side ul{
  display:grid;
  gap:18px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}
.compare-side li{
  padding-top:16px;
  border-top:1px solid var(--color-border);
  color:var(--color-muted);
}
.compare-side strong{
  color:var(--color-text);
}
.compare-side mark{
  background:transparent;
  color:var(--color-accent-dark);
  font-weight:750;
}
.ledger-list{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 24px;
}
.ledger-item{
  position:relative;
  display:grid;
  min-width:0;
  grid-template-columns:46px 34px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:26px 58px 26px 22px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-surface);
  box-shadow:var(--shadow-card);
}
.ledger-item.is-offset{
  transform:translateY(18px);
}
.ledger-number{
  display:grid;
  width:46px;
  height:46px;
  place-items:center;
  border-radius:var(--radius-sm);
  background:var(--color-text);
  color:var(--color-surface);
  font:700 12px/1 var(--font-mono);
}
.ledger-seal{
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  margin-top:6px;
  border-radius:50%;
  background:var(--color-accent-soft);
  color:var(--color-accent);
}
.ledger-copy{
  min-width:0;
}
.ledger-copy h3{
  margin-bottom:10px;
  font-size:23px;
}
.ledger-copy p{
  margin:0;
  color:var(--color-muted);
}
.ledger-label{
  position:absolute;
  top:14px;
  right:14px;
  max-width:calc(100% - 28px);
  padding:4px 8px;
  overflow:hidden;
  border-radius:var(--radius-xs);
  background:var(--color-accent);
  color:var(--color-white);
  font-size:10px;
  font-weight:750;
  white-space:nowrap;
}
.difference-note{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:36px;
  margin-top:70px;
  padding:clamp(26px,4vw,44px);
  border:1px solid var(--color-accent-line);
  border-radius:var(--radius-lg);
  background:linear-gradient(135deg,var(--color-surface),var(--color-page));
  box-shadow:var(--shadow-float);
}
.difference-note h2{
  margin-top:18px;
  font-size:clamp(29px,3vw,42px);
}
.difference-copy p{
  color:var(--color-muted);
}
.difference-copy p:last-child{
  margin-bottom:0;
}
.client-section{
  background:var(--color-page);
}
.platform-card .btn{
  width:100%;
}
.plan-audience{
  color:var(--color-muted);
}
.traffic-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:28px;
  padding:26px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-surface-alt);
}
.traffic-note h3{
  margin-bottom:8px;
  font-size:22px;
}
.traffic-note p{
  max-width:900px;
  margin:0;
  color:var(--color-muted);
}
.faq-preview{
  border-top:1px solid var(--color-border);
  border-bottom:1px solid var(--color-border);
  background:var(--color-surface-alt);
}
.section-link-row{
  display:flex;
  justify-content:flex-end;
  margin-top:28px;
}
.blog-preview{
  background:var(--color-page);
}
@media (max-width:1180px){
  .hero-grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  .hero-stage{
    height:auto;
  }
  .panel{
    position:relative;
    top:0;
    left:0;
    width:100%;
    max-width:740px;
    margin-inline:auto;
    transform:none;
  }
  .sync{
    position:relative;
    bottom:auto;
    left:auto;
    max-width:100%;
    margin-top:16px;
  }
}
@media (max-width:900px){
  .section-heading-split{
    grid-template-columns:1fr;
    gap:10px;
  }
  .compare-ledger,.ledger-list,.difference-note{
    grid-template-columns:1fr;
  }
  .ledger-item.is-offset{
    transform:none;
  }
  .server-status{
    grid-template-columns:1fr;
  }
}
@media (max-width:768px){
  .seal{
    display:none;
  }
  .panel{
    height:auto;
  }
  .panel-body{
    grid-template-columns:1fr;
  }
  .side,.right{
    display:none;
  }
  .factband ul{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .factband li+li::before{
    display:none;
  }
  .route-note,.traffic-note{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media (max-width:640px){
  .hero{
    padding-top:28px;
  }
  .kicker{
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .kicker .sep{
    display:none;
  }
  .cta-row{
    flex-direction:column;
    align-items:stretch;
  }
  .cta-row .btn{
    width:100%;
  }
  .meta-label{
    width:100%;
  }
  .panel{
    padding:7px;
  }
  .sync{
    align-items:flex-start;
    white-space:normal;
  }
  .factband ul{
    grid-template-columns:1fr;
  }
  .ledger-item{
    grid-template-columns:42px minmax(0,1fr);
    padding:24px 20px;
  }
  .ledger-number{
    width:42px;
    height:42px;
  }
  .ledger-seal{
    display:none;
  }
  .ledger-copy{
    grid-column:1/3;
  }
  .ledger-label{
    position:static;
    width:max-content;
    max-width:100%;
    grid-column:1/3;
  }
  .server-status .srv-row{
    grid-template-columns:auto auto minmax(0,1fr) auto;
  }
  .server-status .srv-bw{
    grid-column:3/5;
    justify-self:end;
  }
}