/* eggshell privacy policy — shared stylesheet.
   Keep it cream-and-egg branded but quiet; the page is meant to be read,
   not admired. System-font stack so it renders fast on every device with
   no FOUT. */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: #2a2417;
  background: #fcf6c1;       /* same cream as the app icon backdrop */
  line-height: 1.6;
  font-size: 17px;
}

header {
  background: #fcf6c1;
  padding: 36px 0 12px;
  text-align: center;
}

header .egg {
  width: 64px;
  height: 64px;
  display: inline-block;
  background: #f0b07a;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  position: relative;
  margin-bottom: 12px;
}
header .egg::before {
  content: "";
  position: absolute;
  top: 14px; left: 14px;
  width: 14px; height: 18px;
  background: #f8d9bd;
  border-radius: 50%;
  opacity: 0.85;
}

header h1 {
  margin: 4px 0 0;
  font-size: 26px;
  font-weight: 700;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 24px 64px;
  background: #fffdf2;
  border-radius: 24px 24px 0 0;
  margin-top: 16px;
}

main h2 {
  margin-top: 32px;
  font-size: 20px;
  border-bottom: 1px solid #ebe2b8;
  padding-bottom: 6px;
}

main h3 {
  margin-top: 20px;
  font-size: 17px;
  color: #4a3f1f;
}

main p, main li { font-size: 16px; }

main code {
  background: #f4ebbf;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 0.9em;
}

main a { color: #b6741e; }

main ul { padding-left: 24px; }
main li { margin: 4px 0; }

.meta {
  font-size: 14px;
  color: #75683e;
  margin-bottom: 8px;
}

.lang-switch {
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
}

footer {
  text-align: center;
  font-size: 13px;
  color: #75683e;
  padding: 18px 0 32px;
}
