:root{--brand:#7C5CBA;--cta:#E87F6B;--cta-text:#ffffff;--bg:#2D1B4E;--surface:#3D2860;--border:#5A3F8A;--text:#ffffff;--text-secondary:#C4B5E0;--success:#34D399;--danger:#FF6B7A}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}