/* NoFlow, pagine legali e aiuto. Stessa palette dell'app. */
:root{
  --bg:#06100e; --bg-deep:#030908; --surface:#0d1917; --accent:#5eead4;
  --text:#f2f7f5; --muted:#9aa8a4; --line:rgba(255,255,255,.08);
}
*{box-sizing:border-box}
body{
  margin:0; background:var(--bg); color:var(--text);
  font:16px/1.65 -apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.wrap{max-width:720px; margin:0 auto; padding:48px 24px 96px}
header{display:flex; align-items:center; gap:12px; margin-bottom:40px}
header img{width:40px; height:40px; border-radius:10px}
header a{color:var(--text); text-decoration:none; font-weight:600; letter-spacing:-.01em}
h1{font-size:32px; line-height:1.2; letter-spacing:-.02em; margin:0 0 8px; font-weight:650}
.updated{color:var(--muted); font-size:14px; margin:0 0 40px}
h2{font-size:20px; margin:40px 0 10px; letter-spacing:-.01em; font-weight:620}
h3{font-size:16px; margin:24px 0 6px; color:var(--accent); font-weight:600}
p,li{color:var(--text)}
p{margin:0 0 14px}
ul{margin:0 0 14px; padding-left:20px}
li{margin-bottom:8px}
a{color:var(--accent)}
.note{
  background:var(--surface); border:1px solid var(--line); border-radius:14px;
  padding:16px 18px; margin:24px 0;
}
.note p:last-child{margin-bottom:0}
strong{font-weight:620}
footer{margin-top:56px; padding-top:24px; border-top:1px solid var(--line); color:var(--muted); font-size:14px}
footer a{color:var(--muted)}
