/* Shared by the hosted legal pages. These are read on a screen, not printed,
   so this is a reading style rather than the serif contract style used by the
   NDA. */
:root{--ink:#14181f;--muted:#5b6472;--rule:#e3e7ec;--accent:#1f4f8b;--bg:#fff}
*{box-sizing:border-box;margin:0;padding:0}
body{font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Helvetica,Arial,sans-serif;
     color:var(--ink);background:var(--bg);-webkit-text-size-adjust:100%}
.wrap{max-width:760px;margin:0 auto;padding:56px 24px 96px}
h1{font-size:28px;line-height:1.25;letter-spacing:-.01em;margin-bottom:6px}
.sub{color:var(--muted);font-size:15px;margin-bottom:8px}
.meta{color:var(--muted);font-size:13.5px;border-bottom:1px solid var(--rule);padding-bottom:22px;margin-bottom:32px}
h2{font-size:19px;letter-spacing:-.005em;margin:38px 0 10px;padding-top:6px}
h3{font-size:15.5px;margin:22px 0 6px}
p{margin-bottom:12px}
ul,ol{margin:0 0 14px 22px}
li{margin-bottom:7px}
table{width:100%;border-collapse:collapse;margin:14px 0 18px;font-size:14.5px}
th,td{text-align:left;vertical-align:top;padding:9px 12px;border-bottom:1px solid var(--rule)}
th{font-weight:600;background:#f7f9fb}
code{font:13.5px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;background:#f2f5f8;padding:1px 5px;border-radius:4px}
.callout{border-left:3px solid var(--accent);background:#f6f9fc;padding:14px 16px;margin:18px 0;font-size:15px}
.callout b{display:block;margin-bottom:4px}
a{color:var(--accent)}
footer{margin-top:52px;padding-top:20px;border-top:1px solid var(--rule);color:var(--muted);font-size:13.5px}
@media (max-width:520px){.wrap{padding:34px 18px 72px}h1{font-size:24px}}

/* A masthead, and a way back.
 *
 * These three pages were reachable only from the landing page footer and had
 * nothing on them but the document: no name, no mark, no link home. A partner
 * who opens the privacy policy in a new tab lands on an unbranded page and has
 * to use the back button to return, which is a small thing that reads as
 * unfinished on exactly the surface where finished matters most.
 *
 * Deliberately light and plain. A dark, designed legal page would be worse:
 * these are read closely, quoted, and printed, and the styling should get out
 * of the way. */
.top{border-bottom:1px solid var(--rule);background:#fff}
.top-in{max-width:760px;margin:0 auto;padding:18px 24px;display:flex;
        align-items:center;justify-content:space-between;gap:16px}
.mark-word{display:inline-flex;align-items:center;gap:9px;color:var(--ink);
           font-size:14px;font-weight:600;letter-spacing:0.11em;text-transform:uppercase;
           line-height:1;text-decoration:none}
.mark-word:hover{text-decoration:none}
/* Measured: at this size the square needs pushing DOWN, not up. See the note
   in site/index.html. */
.mark-word i{width:6px;height:6px;background:var(--accent);flex:0 0 auto;transform:translateY(0.04em)}
.top-back{font-size:13.5px;color:var(--muted);text-decoration:none}
.top-back:hover{color:var(--ink)}
footer .home{display:block;margin-top:14px}
@media print{.top{display:none}}
@media (max-width:520px){.top-in{padding:14px 18px}}
