/* LWPC App Licensing Service — pages publiques. Servi en local (même origine),
   aucune ressource externe, aucune police tierce, aucun cookie, aucun JavaScript. */
:root { color-scheme: light dark; }
* { box-sizing: border-box; }
body {
  margin: 0; padding: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6; color: #1a1a1a; background: #f6f7f9;
}
@media (prefers-color-scheme: dark) {
  body { color: #e6e6e6; background: #16181d; }
  a { color: #7db1ff; }
  header, main { background: #1e2128 !important; }
  .note { background: #23262e !important; border-color: #333 !important; }
}
a { color: #2E4A78; }
header {
  background: #fff; border-bottom: 1px solid #e2e4e8; padding: 1.2rem 1rem;
}
.wrap { max-width: 820px; margin: 0 auto; }
header .wrap { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; }
header .brand { font-weight: 700; font-size: 1.15rem; }
header .updated { color: #777; font-size: .85rem; margin-left: auto; }
nav a { margin-right: 1rem; text-decoration: none; }
main {
  max-width: 820px; margin: 1.5rem auto; padding: 1.5rem 1.2rem 3rem;
  background: #fff; border: 1px solid #e2e4e8; border-radius: 10px;
}
h1 { font-size: 1.7rem; margin-top: 0; }
h2 { font-size: 1.25rem; margin-top: 2rem; border-bottom: 1px solid #eee; padding-bottom: .3rem; }
h3 { font-size: 1.05rem; margin-top: 1.4rem; }
code { background: rgba(127,127,127,.15); padding: .1em .35em; border-radius: 4px; font-size: .92em; }
ul { padding-left: 1.3rem; }
.note {
  margin-top: 2.5rem; padding: 1rem 1.2rem; background: #f0f2f5;
  border: 1px solid #dfe2e7; border-radius: 8px; font-size: .92rem; color: #555;
}
footer { max-width: 820px; margin: 0 auto 3rem; padding: 0 1.2rem; color: #888; font-size: .85rem; }
