/* Shared style for privacy / terms / about / contact — matches the app's dark default + light theme. */
:root{
  --bg:#07070f; --card:#111120; --border:rgba(255,255,255,.12);
  --text:#ddddf0; --muted:#8f8fb0; --accent:#8b6fff; --accent3:#5fffd4;
}
body.theme-light{
  --bg:#eef5f9; --card:#ffffff; --border:rgba(13,110,140,.18);
  --text:#14202b; --muted:#4a6472; --accent:#0e7490; --accent3:#0e9488;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Outfit',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-size:15.5px;line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:var(--accent3)}
.lg-top{position:sticky;top:0;z-index:5;background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}
.lg-top .in{max-width:780px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.lg-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-weight:700;letter-spacing:.02em}
.lg-brand img{width:28px;height:28px;border-radius:8px}
.lg-back{font-size:13px;font-weight:600;text-decoration:none;padding:7px 14px;border-radius:10px;border:1px solid var(--border);color:var(--text)}
main{max-width:780px;margin:0 auto;padding:36px 20px 24px}
h1{font-family:'Fraunces',Georgia,serif;font-weight:300;font-size:clamp(28px,6vw,38px);line-height:1.2;margin:0 0 6px}
h2{font-family:'Fraunces',Georgia,serif;font-weight:400;font-size:21px;margin:34px 0 8px}
.lg-updated{color:var(--muted);font-size:13px;margin:0 0 26px}
.lg-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:18px 20px;margin:18px 0}
ul{padding-left:22px} li{margin:4px 0}
.lg-ph{background:rgba(255,159,67,.14);color:#ff9f43;border-radius:6px;padding:0 5px;font-weight:600}
footer.lg-foot{max-width:780px;margin:0 auto;padding:22px 20px 40px;border-top:1px solid var(--border);color:var(--muted);font-size:13px}
footer.lg-foot nav{display:flex;flex-wrap:wrap;gap:6px 18px;margin-bottom:8px}
footer.lg-foot a{color:var(--muted);text-decoration:none}
footer.lg-foot a:hover,footer.lg-foot a[aria-current]{color:var(--text)}
