/* Shared stylesheet for legal pages — matches musical-rushi-landing.html design tokens.
   Kept as one small file so all three legal pages stay visually consistent
   with the main site without duplicating the full design system. */
:root{
  --ink:#1D1433; --gold:#E9A13B; --gold-deep:#C77F1E; --cream:#FBF5EC;
  --text:#2C2440; --muted:#6E6584; --line:#E8DFCE; --on-dark:#F6EFE2;
}
*{box-sizing:border-box}
body{margin:0;font-family:"Inter",system-ui,-apple-system,sans-serif;background:var(--cream);color:var(--text);line-height:1.7;font-size:16px}
.wrap{max-width:760px;margin:0 auto;padding:40px 20px 80px}
header.top{background:linear-gradient(168deg,#170F2E,#241847);padding:18px 0}
header.top .inner{max-width:760px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:10px}
header.top a{color:var(--on-dark);text-decoration:none;font-weight:700;font-family:Georgia,serif;font-size:1.15rem}
h1{font-family:Georgia,serif;color:var(--ink);font-size:2rem;margin-bottom:6px}
.updated{color:var(--muted);font-size:.88rem;margin-bottom:32px}
h2{font-family:Georgia,serif;color:var(--ink);font-size:1.25rem;margin-top:34px;margin-bottom:10px}
p,li{color:var(--text)}
ul{padding-left:22px}
a{color:var(--gold-deep)}
.note{background:#FDF6E9;border:1px dashed var(--gold);border-radius:10px;padding:14px 16px;font-size:.88rem;color:var(--muted);margin:26px 0}
.back{display:inline-block;margin-top:30px;font-weight:700;color:var(--gold-deep);text-decoration:none}
