/* Shared styling for the legal pages. Same tokens as index.html so these
   never look like a bolted-on afterthought - a trust page that looks
   unbranded undermines the trust it exists to build. */
:root{--bg:#0E1116;--surf:#161B22;--line:#232B38;--txt:#E8EAED;--silver:#B7BEC9;--mute:#9AA4B2;--dim:#6B7683;--cyan:#38BDF8}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;background:var(--bg);color:var(--txt);
  font-family:Archivo,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6}
a{color:var(--cyan);text-decoration:none}
a:hover{text-decoration:underline}
header{display:flex;align-items:center;gap:10px;padding:22px 20px;max-width:760px;margin:0 auto}
header img{width:34px;height:34px;object-fit:contain;padding:6px;border-radius:50%;
  border:2px solid rgba(183,190,201,.55);
  background:radial-gradient(circle at 40% 30%,#1C2330,#0B0E12);box-sizing:border-box}
header .brand{font-weight:800;letter-spacing:.14em;font-size:13px;color:var(--silver)}
header .back{margin-left:auto;font-size:13px;color:var(--mute);border:1px solid var(--line);
  padding:8px 16px;border-radius:99px}
main{max-width:760px;margin:0 auto;padding:10px 20px 60px}
h1{font-size:26px;font-weight:600;margin:0 0 6px;letter-spacing:-.01em}
.updated{color:var(--dim);font-size:12px;margin:0 0 26px}
h2{font-size:15px;font-weight:600;margin:30px 0 8px;color:var(--txt)}
p,li{font-size:14px;color:var(--silver);margin:0 0 12px}
ul{padding-left:20px;margin:0 0 12px}
li{margin-bottom:7px}
.callout{background:var(--surf);border:1px solid var(--line);border-left:2px solid var(--cyan);
  border-radius:10px;padding:14px 16px;margin:20px 0}
.callout p:last-child{margin-bottom:0}
.draft{background:#231A10;border:1px solid #5C4420;border-radius:10px;padding:14px 16px;margin:0 0 26px}
.draft p{color:#E8D5B0;margin:0;font-size:13px}
footer{max-width:760px;margin:0 auto;padding:22px 20px 50px;border-top:1px solid var(--line);
  color:var(--dim);font-size:11.5px;letter-spacing:.05em;text-align:center}
footer nav{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:10px}
footer nav a{color:var(--mute);font-size:11.5px}
