/* V13 identity layer — dark nav
   Extracted verbatim from inline <style>. Order is load-bearing:
   this file's rules are overridden by, and override, neighbours by document
   order alone. Do not reorder the <link> tags that reference it. */

/* V13 identity layer */
.ffsym{height:.72em;width:auto;fill:currentColor;stroke:currentColor;display:inline-block;vertical-align:baseline}
nav{background:var(--ink)!important;border-bottom:1px solid #2e2d2a!important}
nav .logo-link{color:var(--paper)}
nav .wordmark{color:var(--paper)}
nav .logo-link .dotai{color:var(--paper)}
nav .logo-link .ffsym{height:15px;margin-right:10px}
nav .nav-links a{color:#c9c7bf;font-family:var(--mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase}
nav .nav-links a:hover{color:var(--paper)}
nav .nav-links a.on{color:var(--paper);border-bottom:1.5px solid var(--paper)}
nav .nav-cta{border-color:var(--paper)!important;color:var(--paper)!important}
.ch-eyebrow .ffsym{height:.85em;color:var(--ink)}
.ch-eyebrow::before{display:none!important}
.wordmark{font-family:'Space Mono',monospace;font-weight:700;font-size:17px;letter-spacing:-0.03em;text-transform:uppercase}

/* The hover state deliberately has no rule here. There used to be
   `nav .nav-cta:hover{background:var(--paper)!important;color:var(--ink)!important}`,
   and it made the label vanish: its !important background survived, while
   site.css — which loads later — overrode the colour with its own
   `color:var(--paper)!important`. White text on a white fill. Leaving hover to
   site.css gives every page the same invert. */
