/* Nanobyte — legal/policy pages served alongside the holding page.
   Standalone: reuses the holding page's self-hosted fonts and tokens, adds only
   long-form reading styles. These pages are referenced by app store listings,
   so they must render on their own with no build step and no third-party
   requests. */

.lg-top{
  position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:16px;
  padding:18px var(--gutter);background:rgba(0,0,0,.92);
  border-bottom:1px solid rgba(255,255,255,.09);
}
.lg-top img{height:26px;width:auto}
.lg-back{
  margin-left:auto;font-family:var(--f-mono);font-size:11px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--faint);border-bottom:1px solid rgba(255,255,255,.18);
  padding-bottom:2px;transition:color .25s,border-color .25s;
}
.lg-back:hover{color:#fff;border-bottom-color:rgba(255,255,255,.5)}

.lg-head{padding:clamp(38px,7vh,70px) var(--gutter) 0}
.lg-head-in{max-width:760px;margin:0 auto}
.lg-eyebrow{
  display:inline-block;font-family:var(--f-mono);font-size:11px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--purple-br);margin-bottom:14px;
}
.lg-title{
  font-family:var(--f-display);font-weight:800;letter-spacing:-.03em;line-height:1.05;
  font-size:clamp(1.9rem,5.4vw,3rem);text-wrap:balance;
}
.lg-rule{max-width:760px;margin:clamp(26px,4vh,38px) auto 0;height:1px;background:rgba(255,255,255,.12)}

/* The page body is authored content: style by element, not by class. */
.lg-body{padding:clamp(26px,4vh,40px) var(--gutter) clamp(60px,10vh,110px);}
.lg-body>div{max-width:760px;margin:0 auto;padding:0!important}
.lg-body{color:rgba(255,255,255,.78);font-size:1.05rem;line-height:1.72}
.lg-body p{margin-bottom:20px;text-wrap:pretty}
.lg-body strong{color:#fff;font-weight:600}
.lg-body h2{
  font-family:var(--f-display);font-weight:800;letter-spacing:-.025em;line-height:1.12;
  font-size:clamp(1.4rem,3.2vw,1.9rem);color:#fff;
  margin:52px 0 18px;padding-top:26px;border-top:1px solid rgba(255,255,255,.1);position:relative;
}
.lg-body h2::before{content:"";position:absolute;left:0;top:-1px;width:32px;height:2px;background:var(--purple-br)}
.lg-body h3,.lg-body h4{
  font-family:var(--f-display);font-weight:700;letter-spacing:-.02em;color:#fff;
  font-size:clamp(1.08rem,2.1vw,1.24rem);margin:32px 0 12px;
}
.lg-body ul,.lg-body ol{margin:0 0 20px 22px}
.lg-body li{margin-bottom:9px}
.lg-body a{color:#cfc7ff;border-bottom:1px solid rgba(207,199,255,.35)}
.lg-body a:hover{border-bottom-color:#cfc7ff}
.lg-body code{
  font-family:var(--f-mono);font-size:.9em;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:1px 6px;
  overflow-wrap:anywhere;
}
.lg-body hr{border:0;height:1px;background:rgba(255,255,255,.1);margin:34px 0}
.lg-body table{width:100%;border-collapse:collapse;margin-bottom:22px;font-size:.97rem}
.lg-body th,.lg-body td{border:1px solid rgba(255,255,255,.12);padding:10px 12px;text-align:left;vertical-align:top}
.lg-body th{color:#fff;font-weight:600;background:rgba(255,255,255,.04)}
/* Wide content must scroll inside itself, never the page. */
.lg-body table{display:block;overflow-x:auto;white-space:nowrap}

.lg-foot{
  padding:26px var(--gutter) 44px;border-top:1px solid rgba(255,255,255,.09);
}
.lg-foot-in{
  max-width:760px;margin:0 auto;display:flex;flex-wrap:wrap;gap:10px 22px;
  font-family:var(--f-mono);font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--faint);
}
.lg-foot-in a{border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:2px}
.lg-foot-in a:hover{color:#fff}

@media(max-width:640px){
  .lg-body{font-size:1rem}
  .lg-body h2{margin-top:40px;padding-top:20px}
}
