/* Shared styling for the public identity pages (download, security, privacy, terms).
   Deliberately plain and readable: these pages exist to state who runs the service and
   under what terms, and are what a person (or a reputation scanner) reads to decide the
   site is a real business rather than a drop for an unattended remote-access binary. */
*{margin:0;padding:0;box-sizing:border-box}
[hidden]{display:none!important}
html{font-size:15px}
body{font-family:Inter,-apple-system,Segoe UI,Roboto,sans-serif;background:#fff;color:#1B1C2A;line-height:1.65}
.wrap{max-width:820px;margin:0 auto;padding:0 24px}
header.nav{border-bottom:1px solid #E7E8F0;padding:16px 0;position:sticky;top:0;background:#fff;z-index:5}
header.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px}
header.nav img{height:28px;display:block}
main{padding:48px 0 64px}
h1{font-family:'Schibsted Grotesk',Inter,sans-serif;font-size:2rem;font-weight:800;margin-bottom:8px}
h2{font-family:'Schibsted Grotesk',Inter,sans-serif;font-size:1.2rem;font-weight:700;margin:32px 0 10px}
p,li{margin-bottom:12px;color:#41435A}
ul{padding-left:22px}
.lede{font-size:1.05rem;color:#5A5C75;margin-bottom:8px}
.updated{color:#8A8DA3;font-size:.85rem;margin-bottom:28px}
a{color:#4B5BF5}
.card{border:1px solid #E7E8F0;border-radius:14px;padding:20px 22px;margin:18px 0;background:#FBFBFE}
.card strong{display:block;margin-bottom:6px}
.btn{display:inline-block;padding:10px 18px;border-radius:10px;border:1px solid #E7E8F0;
     text-decoration:none;color:#1B1C2A;font-weight:600}
.btn.primary{background:#4B5BF5;border-color:#4B5BF5;color:#fff}
.dl-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0}
.dl{display:block;border:1px solid #E7E8F0;border-radius:14px;padding:20px;text-decoration:none;color:inherit;background:#fff}
.dl:hover{border-color:#4B5BF5}
.dl strong{display:block;font-size:1.05rem;margin-bottom:6px}
.dl span{display:block;color:#5A5C75;font-size:.92rem;margin-bottom:10px}
.dl em{font-style:normal;font-family:'JetBrains Mono',monospace;font-size:.82rem;color:#8A8DA3}
.hash{font-family:'JetBrains Mono',monospace;font-size:.78rem;color:#8A8DA3;word-break:break-all}
footer{border-top:1px solid #E7E8F0;padding:28px 0;color:#8A8DA3;font-size:.88rem}
footer .wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
footer nav{display:flex;gap:18px}
@media(max-width:720px){.dl-grid{grid-template-columns:1fr}}
