/* info.landlama.com -- shared styles for the compliance pages.
   No build step: this file is served as-is. Keep it small and boring. */

:root {
  --ink: #1f2933;
  --ink-muted: #52606d;
  --rule: #e4e7eb;
  --accent: #6bc4e0;
  --bg: #ffffff;
}

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

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

body {
  margin: 0;
  padding: 2.5rem 1.25rem 5rem;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC",
               "PingFang TC", "Microsoft JhengHei", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

main { max-width: 44rem; margin: 0 auto; }

h1 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}

h2 {
  font-size: 1.2rem;
  margin: 2.75rem 0 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid var(--accent);
}

h3 { font-size: 1.05rem; margin: 2rem 0 0.5rem; }

p, li { margin: 0.75rem 0; }
ul, ol { padding-left: 1.4rem; }

hr { border: 0; border-top: 1px solid var(--rule); margin: 2.5rem 0; }

a { color: #2b7a94; text-underline-offset: 2px; }

code, .mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95em;
}

/* Language sections. Chinese first, English second -- both always visible;
   there is no language switcher on purpose, so a reviewer opening the URL sees
   both without interacting. */
.lang { padding-top: 0.5rem; }
.lang + .lang { margin-top: 4rem; padding-top: 2.5rem; border-top: 4px solid var(--rule); }

.updated { color: var(--ink-muted); font-size: 0.9rem; margin-top: 0; }

footer {
  max-width: 44rem;
  margin: 4rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  color: var(--ink-muted);
  font-size: 0.875rem;
}

footer a { margin-right: 1rem; }

.notice {
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--accent);
  background: #f5fbfd;
  margin: 1.5rem 0;
}
