/* Shared styles for legal pages */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,system-ui,'Segoe UI',sans-serif;color:#37352f;background:#fff;line-height:1.6}
.serif{font-family:'Source Serif 4',Georgia,serif}
.wrap{max-width:760px;margin:0 auto;padding:0 24px}
header.legal-nav{position:sticky;top:0;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid rgba(55,53,47,.08);z-index:10}
header.legal-nav .wrap{display:flex;align-items:center;justify-content:space-between;height:60px;max-width:1080px}
.brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:#37352f}
.brand .logo{width:28px;height:28px;border-radius:7px;background:#274a33;display:flex;align-items:center;justify-content:center;font:600 15px 'Source Serif 4',serif;color:#fff}
.brand span{font:600 18px 'Source Serif 4',serif}
.back{font:500 14px -apple-system;color:#5f5e5b;text-decoration:none}
main{padding:48px 0 80px}
main h1{font:600 34px 'Source Serif 4',serif;letter-spacing:-.01em;margin-bottom:6px}
main .updated{font:500 13px -apple-system;color:#9b9a97;margin-bottom:28px}
main h2{font:600 20px 'Source Serif 4',serif;margin:32px 0 10px}
main p{margin:10px 0;color:#4a4844}
main ul{margin:10px 0 10px 22px;color:#4a4844}
main li{margin:5px 0}
main a{color:#274a33}
.tpl-note{background:#fff8e6;border:1px solid #f0e2b8;border-radius:10px;padding:14px 16px;font-size:14px;color:#7a6a2f;margin:18px 0}
.ph{background:#f3f2ef;border-radius:4px;padding:1px 6px;font-family:ui-monospace,monospace;font-size:13px;color:#8a4b3a}
footer.legal-foot{border-top:1px solid rgba(55,53,47,.08);padding:26px 0}
footer.legal-foot .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;max-width:1080px}
footer.legal-foot a{font:500 13px -apple-system;color:#9b9a97;text-decoration:none;margin-right:16px}
footer.legal-foot span{font:500 13px -apple-system;color:#9b9a97}
