/* Legal pages — dark theme (pwyr.dev) */

:root {
    --bg: #0f0f13;
    --card-bg: #1a1a24;
    --card-border: #2a2a3a;
    --accent: #7c6ff7;
    --text: #e4e4ef;
    --text-muted: #8888a0;
    --accent-glow: rgba(124, 111, 247, 0.35);
}

.content h1 {
    background: linear-gradient(135deg, var(--accent), #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
