/* Rechtsseiten: bewusst schlicht, selbe Palette wie die App, kein Skript. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/fraunces-latin.woff2') format('woff2');
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #04060e;
  color: #eef1f8;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Inter, Roboto, sans-serif;
  line-height: 1.65;
}
main { max-width: 42rem; margin: 0 auto; padding: 3rem 1.4rem 5rem; }
h1 { font-family: 'Fraunces', Georgia, serif; font-weight: 650; font-size: 2.2rem; margin: 0 0 0.4rem; }
h2 { font-family: 'Fraunces', Georgia, serif; font-weight: 620; font-size: 1.3rem; margin: 2.2rem 0 0.5rem; }
p, li { color: #96a3c2; font-size: 0.98rem; }
strong { color: #eef1f8; }
a { color: #ff6d84; }
.back { display: inline-block; margin-bottom: 2rem; color: #96a3c2; text-decoration: none; }
.draft {
  border: 1px solid rgba(255, 202, 74, 0.4);
  background: rgba(255, 202, 74, 0.08);
  color: #ffca4a;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  margin: 1.2rem 0 2rem;
}
.todo { color: #ffca4a; font-weight: 700; }
footer { margin-top: 3rem; color: #68748f; font-size: 0.85rem; }
