/* Styly stránky se zásadami ochrany soukromí. Odděleno od HTML, aby web mohl
   běžet pod striktní CSP bez unsafe-inline (viz _headers). */
:root{--bg:#FFFBF8;--ink:#2B1B12;--muted:#7A6A5F;--amber:#B8530E;--line:#EFE2D9}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;color:var(--ink);
  background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}
.wrap{max-width:760px;margin:0 auto;padding:48px 24px 96px}
.brand{display:flex;align-items:center;gap:10px;font-weight:600;font-size:18px;margin-bottom:40px}
.brand img{width:30px;height:30px;border-radius:8px}
h1{font-size:28px;line-height:1.2;margin-bottom:8px}
.updated{color:var(--muted);font-size:14px;margin-bottom:32px}
h2{font-size:20px;margin:32px 0 10px}
p,li{color:#4A392E;font-size:16px;margin-bottom:10px}
ul{padding-left:22px;margin-bottom:12px}
a{color:var(--amber)}
.lang-bar{display:flex;justify-content:flex-end;margin-bottom:24px}
#privacy-lang{appearance:none;-webkit-appearance:none;background:#fff;border:1px solid var(--line);
  border-radius:8px;padding:6px 12px;font-size:14px;color:var(--ink);cursor:pointer}
#privacy-lang:hover{border-color:var(--amber)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
section.lang[hidden]{display:none}
